/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
  background: #90aabd;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #90aabd;
  color: #fff;
  text-shadow: none;
}

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

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

/* =============================================================================
   Typography
   ========================================================================== */

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

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

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

q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

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

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/*
 * Correct overflow not hidden in IE9
 */

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

/* =============================================================================
   Figures
   ========================================================================== */

figure {
  margin: 0;
}

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

form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: default;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button,
input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

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

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

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

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

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:valid,
textarea:valid {
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}

/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  } /* Black prints faster: h5bp.com/s */
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  } /* Don't show links for images, or javascript/internal links */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  } /* h5bp.com/t */
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/**
 * Swiper 5.3.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 29, 2020
 */

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.85) 0,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    transparent
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right))
      max(25px, env(safe-area-inset-bottom))
      max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.croppr-container * {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.croppr-container img {
  vertical-align: middle;
  max-width: 100%;
}
.croppr {
  position: relative;
  display: inline-block;
}
.croppr-handle,
.croppr-imageClipped,
.croppr-overlay,
.croppr-region {
  position: absolute;
  top: 0;
}
.croppr-overlay {
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: crosshair;
}
.croppr-region {
  border: 1px dashed rgba(0, 0, 0, 0.5);
  z-index: 3;
  cursor: move;
}
.croppr-imageClipped {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
.croppr-handle {
  border: 1px solid #000;
  background-color: #fff;
  width: 10px;
  height: 10px;
  z-index: 4;
}
@charset "UTF-8";
@font-face {
  font-family: "Bebas Neue Book";
  src: url("../font/bebasneue_book-webfont.woff2") format("woff2"),
    url("../font/bebasneue_book-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../font/bebasneue_regular-webfont.woff2") format("woff2"),
    url("../font/bebasneue_regular-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../font/bebasneue_light-webfont.woff2") format("woff2"),
    url("../font/bebasneue_light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../font/bebasneue_bold-webfont.woff2") format("woff2"),
    url("../font/bebasneue_bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat-v14-latin_cyrillic-regular.woff2")
      format("woff2"),
    url("../font/montserrat-v14-latin_cyrillic-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat-v14-latin_cyrillic-500.woff2") format("woff2"),
    url("../font/montserrat-v14-latin_cyrillic-500.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat-v14-latin_cyrillic-600.woff2") format("woff2"),
    url("../font/montserrat-v14-latin_cyrillic-600.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
}

@font-face {
  font-family: "Montserrat";
  src: url("../font/montserrat-v14-latin_cyrillic-700.woff2") format("woff2"),
    url("../font/montserrat-v14-latin_cyrillic-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}

a,
.link {
  outline: none;
  color: #ce171e;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover,
.link:hover {
  color: #ce171e;
}

a:active,
.link:active {
  color: #ce171e;
}

.link--ib {
  display: inline-block;
  line-height: 1.1;
}

.link--bordered {
  text-decoration: none !important;
  border-bottom: 1px solid;
  border-bottom-color: inherit;
}

.link--dotted {
  text-decoration: none !important;
  border-bottom: 1px dotted;
  border-bottom-color: inherit;
}

sub,
sup {
  font-size: 65%;
}

img {
  max-width: 100%;
}

img.fullwidth {
  display: block;
  width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

h1,
.h1 {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 4.88889rem;
  font-weight: 700;
  line-height: 0.9;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 3.33333rem 0 0;
}

h1:first-child,
.h1:first-child {
  margin-top: 0;
}

h2,
.h2 {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 4.16667rem;
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 6.94444rem 0 0;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.77778rem;
  }
}

h2:first-child,
.h2:first-child {
  margin-top: 0;
}

h3,
.h3 {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 3.16667rem;
  font-weight: 700;
  line-height: 1.12281;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 2.77778rem 0 0;
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.22222rem;
    margin-top: 4.44444rem;
  }
}

h3:first-child,
.h3:first-child {
  margin-top: 0;
}

h4,
.h4 {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 2.38889rem;
  font-weight: 700;
  line-height: 1.30233;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 3.33333rem 0 0;
}

h4:first-child,
.h4:first-child {
  margin-top: 0;
}

h5,
.h5 {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.27778rem;
  font-weight: 600;
  line-height: 1.43478;
  margin: 3.33333rem 0 0;
}

h5--alt,
.h5--alt {
  font-size: 1.33333rem;
  font-weight: 500;
  margin-top: 1.94444rem;
}

h5:first-child,
.h5:first-child {
  margin-top: 0;
}

p,
.p {
  margin: 1.38889rem 0 0;
  -webkit-text-size-adjust: 100%;
}

p:first-child,
.p:first-child {
  margin-top: 0;
}

ol,
ul {
  margin: 1.11111rem 0 0;
  padding: 0;
}

ol:first-child,
ul:first-child {
  margin-top: 0;
}

ol li,
ul li {
  margin: 0.55556rem 0 0;
  padding: 0 0 0 1.66667rem;
}

ol li:first-child,
ul li:first-child {
  margin-top: 0;
}

li ul,
li ol {
  margin-top: 0.38889rem;
}

li li {
  margin-top: 0.38889rem;
}

ul {
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 0.88889rem;
  text-indent: -0.88889rem;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}

ul li * {
  text-indent: 0;
}

ul li:before {
  position: relative;
  top: -0.05556rem;
  display: inline-block;
  vertical-align: middle;
  height: 0.33333rem;
  width: 0.33333rem;
  background: #ce171e;
  margin-right: 0.55556rem;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
  content: "";
}

ol {
  counter-reset: ol_counter;
}

ol li {
  text-indent: -2.77778rem;
  list-style: none;
  padding: 0 0 0 2.5rem;
}

ol li:before {
  display: inline-block;
  text-indent: 0;
  width: 1.66667rem;
  margin-right: 1.11111rem;
  text-align: right;
  counter-increment: ol_counter;
  content: counter(ol_counter) ".";
}

.summary {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.28125;
  margin-top: 0.83333rem;
}

.summary:first-child {
  margin-top: 0;
}

nav ul,
.nav ul {
  margin: 0;
  padding: 0;
}

nav li,
.nav li {
  margin: 0;
  padding: 0;
  text-indent: 0;
}

nav li:before,
.nav li:before {
  display: none;
}

table th,
table td {
  padding: 0.16667rem 0.55556rem;
}

/*

Icons

*/
.icon {
  position: relative;
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
  letter-spacing: 0;
  line-height: 1;
}

svg.icon {
  pointer-events: none;
}

.icon--unilever {
  width: 0.87783em;
}

.icon--chevron-down {
  width: 1.5em;
}

.icon-logo {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  line-height: 1;
  width: 3.4375em;
  background: url("../img/logo.png") center center no-repeat;
  background-size: contain;
  overflow: hidden;
}

.icon-logo:before {
  content: "\00a0";
}

.icon-crown {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: text-top;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  margin-left: -1rem;
  margin-right: -1rem;
  font-size: 4.77778rem;
  line-height: 1;
  width: 1.06977em;
  background: url("../img/icon-crown.png") center center no-repeat;
  background-size: contain;
  overflow: hidden;
}

.icon-crown:before {
  content: "\00a0";
}

.icon-heart-balloon {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: text-top;
  margin-top: -0.5em;
  margin-bottom: -0.5em;
  margin-left: 0.72222rem;
  margin-right: 0.72222rem;
  font-size: 4rem;
  line-height: 1;
  width: 1.125em;
  background: url("../img/icon-heart-balloon.png") center center no-repeat;
  background-size: contain;
  overflow: hidden;
}

.icon-heart-balloon:before {
  content: "\00a0";
}

.icon-heart-balloon:first-child {
  margin-left: 0;
}

.icon-heart-balloon:last-child {
  margin-right: 0;
}

/*

Column Layout

*/
.cols-wrapper {
  margin-top: 1.66667rem;
  margin-left: -0.55556rem;
  margin-right: -0.55556rem;
}

.cols-wrapper:first-child {
  margin-top: 0;
}

.cols {
  margin-top: 1.66667rem;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.cols:first-child {
  margin-top: 0;
}

.cols--auto {
  table-layout: auto;
}

.cols--fullheight {
  height: 100%;
}

.cols__inner {
  display: table-row;
}

.col {
  display: table-cell;
  vertical-align: top;
  padding: 0 0.55556rem;
}

.cols--reverse {
  direction: rtl;
}

.cols--reverse > .col {
  direction: ltr;
}

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

.col--fit {
  width: 1px;
}

.col--1-4 {
  width: 25%;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
}

.col--3-4 {
  width: 75%;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
}

.col--1-3 {
  width: 33.33%;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
}

.col--2-3 {
  width: 66.66%;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
}

.col--1-2 {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
}

/*

Expansible content

 */
.expand-it-container {
  position: relative;
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.expand-it-container.overflow-visible {
  overflow: visible;
  max-height: 99999px !important;
}

.expand-it-container.active {
  max-height: 99999px;
  pointer-events: auto;
}

/*

Buttons

*/
.btn {
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.94444rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  border: none;
  padding: 0 2.77778rem;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 5rem;
  height: 5rem;
  min-width: 5rem;
  border-radius: 0.55556rem;
  color: #fff !important;
  -webkit-appearance: none;
  background: #ce171e;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s,
    -webkit-box-shadow 0.3s;
  cursor: pointer;
  z-index: 0;
  overflow: hidden;
}

.btn:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.55556rem;
  content: "";
}

.btn::-moz-focus-inner {
  padding: 0 !important;
  border: 0 none !important;
}

.btn:hover {
  background: #e83037;
  color: #fff !important;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background: #e83037;
  color: #fff !important;
  text-decoration: none;
}

.btn + .btn {
  margin-left: 1.11111rem;
}

.btn .icon {
  margin: 0 0.55556rem;
}

.btn .icon:first-child {
  margin-left: 0;
}

.btn .icon:last-child {
  margin-right: 0;
}

.btn > input[type="file"] {
  opacity: 0;
  font-size: 6.66667rem;
  position: absolute;
  top: -1.11111rem;
  right: -0.55556rem;
  vertical-align: top;
  z-index: 3;
  cursor: pointer;
}

.btn--trigger-parent:after {
  position: absolute;
  top: -27.77778rem;
  right: -27.77778rem;
  bottom: -27.77778rem;
  left: -27.77778rem;
  content: "";
}

.btn--fullwidth {
  width: 100%;
  margin-top: 1.11111rem;
}

.btn--fullwidth:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .btn--fullwidth:first-child {
    margin-top: 1.1111rem;
  }
}

.btn--medium {
  font-size: 1.5rem;
  line-height: 3.88889rem;
  height: 3.88889rem;
  min-width: 3.88889rem;
  padding: 0 2.22222rem;
  letter-spacing: 0.075em;
}

.btn--small {
  font-size: 1.5rem;
  line-height: 3.11111rem;
  height: 3.11111rem;
  min-width: 3.11111rem;
  padding: 0 1.66667rem;
  letter-spacing: 0.075em;
}

.btn--blue {
  background-color: #0b256e;
}

.btn--blue:hover {
  background: #10359c;
}

.btn--blue.active,
.btn--blue:active {
  background: #10359c;
}

.btn--blue-outline-grey {
  padding: 1.11111rem 1.38889rem;
  height: auto;
  font-size: 1.16667rem;
  line-height: 1.09524;
  color: #253691 !important;
  background: transparent;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  min-width: 10.83333rem;
}

.btn--blue-outline-grey:before {
  border: 1px solid currentColor;
  opacity: 0.1;
}

.btn--blue-outline-grey .icon {
  font-size: 1.77778rem;
  width: 2.44444rem;
}

.btn--blue-outline-grey .icon:first-child {
  margin-left: -0.55556rem;
}

.btn--blue-outline-grey .icon:last-child {
  margin-right: -0.55556rem;
}

.btn--blue-outline-grey .icon--script {
  font-size: 2.44444rem;
}

.btn--blue-outline-grey:hover {
  background: #253691;
}

.btn--blue-outline-grey:hover:before {
  opacity: 0;
}

.btn--blue-outline-grey.active,
.btn--blue-outline-grey:active {
  background: #253691;
}

.btn--blue-outline-grey.active:before,
.btn--blue-outline-grey:active:before {
  opacity: 0;
}

.btn--outline {
  color: #ce171e !important;
  background: transparent;
}

.btn--outline:before {
  border: 1px solid #ce171e;
}

.btn--outline:hover {
  background: #ce171e;
  color: #fff !important;
}

.btn--outline.active,
.btn--outline:active {
  background: #ce171e;
  color: #fff !important;
}

.btn--mw350 {
  min-width: 19.44444rem;
}

.btn[disabled],
.btn.disabled {
  opacity: 0.5;
  cursor: default;
  cursor: not-allowed;
  pointer-events: none;
}

/*

Loaders

*/
.loader {
  display: inline-block;
  vertical-align: middle;
  height: 3.33333rem;
  width: 3.33333rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
  text-indent: 0;
}

.btn .loader,
.loader-set-absolute .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1.66667rem 0 0 -1.66667rem;
}

.loading > .loader {
  opacity: 1;
}

.loader.active {
  opacity: 1;
}

.loader * {
  fill: #ce171e;
}

.btn .loader * {
  fill: #ce171e;
}

.loader svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.btn.loading {
  pointer-events: none;
  background: none !important;
  color: transparent !important;
}

.btn.loading:before {
  opacity: 0 !important;
}

.btn__loader-inner {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.loading > .btn__loader-inner {
  opacity: 0;
}

/*

Textfields

*/
textarea,
input,
button {
  -webkit-font-smoothing: antialiased;
  outline: none;
  line-height: 1.25;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

.textfield {
  position: relative;
  z-index: 0;
  display: inline-block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.285714285714286;
  background: #f8f8f8;
  color: #000;
  padding: 1.66667rem 1.66667rem;
  height: 5rem;
  width: 100%;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px #a8a8a8;
  box-shadow: inset 0 0 0 1px #a8a8a8;
  border-radius: 0.55556rem;
  -webkit-appearance: none !important;
  outline: none;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s,
    -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s,
    -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s,
    box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s,
    box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s,
    box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

@media (max-width: 767px) {
  .textfield {
    font-size: 1.33333rem;
  }
}

.textfield:focus {
  outline: none;
}

.textfield:invalid {
  background: transparent;
}

.textfield:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1px #a8a8a8, inset 0 0 0 16.66667rem #fff;
  box-shadow: inset 0 0 0 1px #a8a8a8, inset 0 0 0 16.66667rem #fff;
}

.textfield.error {
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #e00, inset 0 0 0 16.66667rem #fff;
  box-shadow: inset 0 0 0 1px #e00, inset 0 0 0 16.66667rem #fff;
}

.textfield::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.textfield::-webkit-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.textfield::-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.textfield:-moz-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.textfield:-ms-input-placeholder {
  color: #a8a8a8;
  opacity: 1;
}

.textfield[disabled],
.textfield.disabled {
  color: #000;
  opacity: 0.5;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed;
  z-index: 2;
}

textarea.textfield {
  white-space: normal;
  overflow: auto;
  height: auto;
  line-height: 1.57143;
}

/*

Checkboxes

*/
.checkboxes {
  margin-top: 1.11111rem;
  margin-right: -1.66667rem;
}

.checkboxes:first-child {
  margin-top: 0;
}

.checkboxes:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .checkboxes {
    margin-top: 2.22222rem;
  }
}

.checkboxes__inner {
  float: left;
  width: 100%;
  margin-bottom: -1.66667rem;
}

@media (max-width: 767px) {
  .checkboxes__inner {
    margin-bottom: -2.22222rem;
  }
}

.checkbox {
  position: relative;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.33333rem;
  line-height: 1.125;
  letter-spacing: 0.01em;
  font-weight: 700;
  min-height: 3.33333rem;
  padding-left: 4.16667rem;
  margin-bottom: 1.66667rem;
  margin-right: 1.66667rem;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 767px) {
  .checkbox {
    margin-bottom: 2.22222rem;
  }
}

.checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.33333rem;
  height: 3.33333rem;
  line-height: 3.33333rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: #f8f8f8;
  color: currentColor;
  border-radius: 0.55556rem;
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox__icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #b8b8b8;
  border-radius: 0.55556rem;
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox__icon .icon {
  vertical-align: middle;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox > input[type="radio"],
.checkbox > input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.checkbox:hover .checkbox__icon:before {
  border-color: #888;
}

.checkbox.checked .checkbox__icon .icon {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox.disabled {
  cursor: default;
  cursor: not-allowed;
  opacity: 0.5;
}

.checkbox.disabled .checkbox__icon {
  opacity: 0.5;
}

.checkbox--radio .checkbox__icon {
  border-radius: 50%;
  background: transparent;
}

.checkbox--radio .checkbox__icon .icon {
  display: none;
}

.checkbox--radio .checkbox__icon:before {
  border-radius: 50%;
}

.checkbox--radio .checkbox__icon:after {
  position: absolute;
  top: 0.27778rem;
  left: 0.27778rem;
  right: 0.27778rem;
  bottom: 0.27778rem;
  background: currentColor;
  border-radius: 50%;
  content: "";
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox--radio.checked .checkbox__icon {
  background: transparent;
}

.checkbox--radio.checked .checkbox__icon:before {
  background: transparent;
}

.checkbox--radio.checked .checkbox__icon:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.checkbox.checked .checkbox__icon:after,
.checkbox-plain-js.checked .checkbox__icon:after {
  visibility: visible;
}

.input-switcher {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  font-size: 0;
}

.input-switcher__widget {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 1.16667rem;
  width: 2.22222rem;
  border-radius: 5.55556rem;
  margin: 0 0.83333rem;
  background-color: #0b1359;
  z-index: 0;
}

.input-switcher__widget:before {
  position: absolute;
  top: 0.16667rem;
  left: 0.16667rem;
  height: 0.83333rem;
  width: 0.83333rem;
  border-radius: 5.55556rem;
  background-color: #e4e5e7;
  content: "";
  -webkit-transform: translateX(1.05556rem);
  -ms-transform: translateX(1.05556rem);
  transform: translateX(1.05556rem);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.input-switcher__item.checked + .input-switcher__widget:before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.input-switcher__widget:first-child {
  margin-left: 0;
}

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

.input-switcher__item.disabled + .input-switcher__widget {
  cursor: default;
}

.input-switcher__item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.94444rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.47059;
  cursor: pointer;
  z-index: 1;
}

.input-switcher__item:before {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0.83333rem;
  height: 1.16667rem;
  width: 1.11111rem;
  border-radius: 5.55556rem 0 0 5.55556rem;
  content: "";
  cursor: pointer;
}

.input-switcher__widget + .input-switcher__item:before {
  right: 100%;
  left: auto;
  margin-left: 0;
  margin-right: 0.83333rem;
  border-radius: 0 5.55556rem 5.55556rem 0;
}

.input-switcher__item.checked ~ .input-switcher__item:before {
  border-radius: 5.55556rem;
  width: 2.22222rem;
}

.input-switcher__item.disabled ~ .input-switcher__item:before {
  cursor: default;
}

.input-switcher__item:first-child:not(.checked):before {
  width: 2.22222rem;
}

.input-switcher__item:first-child:not(.checked) ~ .input-switcher__item:before {
  width: 0;
}

.input-switcher__item.disabled {
  opacity: 0.5;
  cursor: default;
}

.input-switcher__item.disabled:before {
  cursor: default;
}

.input-switcher__item > input[type="radio"],
.input-switcher__item > input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

/*

Form's layout

*/
.form {
  position: relative;
  margin-top: 1.66667rem;
}

.form:after {
  content: "";
  display: table;
  clear: both;
}

.form:first-child {
  margin-top: 0;
}

.form__items {
  position: relative;
  margin-top: 1.11111rem;
}

.form__items:after {
  content: "";
  display: table;
  clear: both;
}

.form__items:first-child {
  margin-top: 0;
}

.form__item {
  position: relative;
  margin-top: 2.5rem;
}

.form__item:after {
  content: "";
  display: table;
  clear: both;
}

.form__item:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form__item {
    margin-top: 2.77778rem;
  }
}

.form__item-label {
  display: block;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.61111rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 0.44444rem;
  margin-top: 0.55556rem;
}

.form__item-label:first-child {
  margin-top: 0;
}

.form__item-field {
  position: relative;
  margin-top: 0.55556rem;
}

.form__item-field:first-child {
  margin-top: 0;
}

.form__actions {
  position: relative;
  margin-top: 1.66667rem;
}

.form__actions:first-child {
  margin-top: 0;
}

.form__error {
  font-size: 0.77778rem;
  line-height: 1.57143;
  color: #e00;
  -webkit-animation: 0.5s ease-out;
  animation: 0.5s ease-out;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-name: pulsateError;
  animation-name: pulsateError;
  margin-top: 0.27778rem;
}

@media (max-width: 767px) {
  .form__error {
    font-size: 1.11111rem;
  }
}

.form__item-field--error-absolute .form__error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.form__item-field--error-white .form__error {
  color: #fff;
}

.form__error.active {
  -webkit-animation-name: pulsateError;
  animation-name: pulsateError;
}

.form__message {
  display: none;
}

.form__message.active {
  display: block;
}

.form__tips {
  margin-top: 1.11111rem;
}

.form__tips:first-child {
  margin-top: 0;
}

.form__tip {
  margin-top: 1.11111rem;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.16667rem;
  line-height: 1.2381;
  font-weight: 700;
  color: rgba(40, 50, 110, 0.6);
}

.form__tip:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form__tip {
    margin-top: 1.66667rem;
  }
}

.form.inactive .form__items {
  display: none;
}

@-webkit-keyframes pulsateError {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulsateError {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.form-required {
  color: #ce171e;
}

.message {
  margin-top: 1.11111rem;
  padding: 1.11111rem 0.83333rem;
  background-color: #fafafa;
  color: #838383;
}

.message:first-child {
  margin-top: 0;
}

.message--error {
  color: #ce171e;
  background: rgba(228, 45, 52, 0.1);
}

.google-recaptcha {
  position: relative;
}

.google-recaptcha-validator {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

/*

Sliders

 */
.swiper-slider {
  position: relative;
  margin-top: 3.88889rem;
}

.swiper-slider:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .swiper-slider {
    margin-top: 2.22222rem;
  }
}

.swiper-container-autoplay .swiper-wrapper--t-timings-linear {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-lazy-preloader {
  top: 50% !important;
}

.swiper-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.swiper-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-button-icon:before,
.swiper-button-icon:after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -0.05556rem 0 0 -0.38889rem;
  height: 0.11111rem;
  width: 0.77778rem;
  -webkit-transform: scaleX(1.14286);
  -ms-transform: scaleX(1.14286);
  transform: scaleX(1.14286);
  background-color: currentColor;
  content: "";
  -webkit-transition: all 700ms, color 0s;
  -o-transition: all 700ms, color 0s;
  transition: all 700ms, color 0s;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  margin-top: 0;
  margin-left: 0 !important;
  height: 1.66667rem;
  width: 1.44444rem;
  background: transparent;
  color: currentColor;
  opacity: 1;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-style: solid;
  content: "";
}

.swiper-button-prev:after,
.swiper-button-next:after {
  position: absolute;
  top: -1.38889rem;
  right: -1.38889rem;
  bottom: -1.38889rem;
  left: -1.38889rem;
  background: none;
  content: "";
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  color: #fff;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: auto;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev:before {
  border-width: 0.83333rem 1.44444rem 0.83333rem 0;
  border-color: transparent currentColor transparent transparent;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next:before {
  border-width: 0.83333rem 0 0.83333rem 1.44444rem;
  border-color: transparent transparent transparent currentColor;
}

.swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  pointer-events: none;
  text-align: center;
  font-size: 0;
  line-height: 1;
  min-height: 2rem;
}

.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  pointer-events: auto;
  height: 1.11111rem;
  width: 1.11111rem;
  border-radius: 50%;
  opacity: 0.3;
  background-color: currentColor;
  outline: none;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.swiper-pagination-bullet:before {
  position: absolute;
  top: -0.44444rem;
  right: -0.44444rem;
  bottom: -0.44444rem;
  left: -0.44444rem;
  content: "";
}

.swiper-pagination-bullet:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #fff;
  pointer-events: none;
}

.swiper-pagination-bullet-active:hover {
  background-color: #fff;
}

.swiper-slider .swiper-pagination-bullets {
  bottom: 0;
  margin: 0 -0.44444rem -0.88889rem;
  margin-top: 1.11111rem;
}

.swiper-slider .swiper-pagination-bullets:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .swiper-slider .swiper-pagination-bullets {
    margin-top: 2.77778rem;
  }
}

.swiper-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.44444rem 0.88889rem;
}

.swiper-slide img {
  width: 100%;
}

.swiper-slide img.swiper-lazy {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.swiper-slide img.swiper-lazy-loaded {
  opacity: 1;
}

/*

Panels

 */
.panel {
  position: relative;
  width: 33.33333rem;
  max-width: 33.33333rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding: 0 !important;
  background: #fff;
  color: #0b1359;
  border-radius: 0.55556rem;
  -webkit-box-shadow: 0 1.94444rem 5.55556rem rgba(0, 0, 0, 0.95);
  box-shadow: 0 1.94444rem 5.55556rem rgba(0, 0, 0, 0.95);
}

.panel--vote {
  width: 37.77778rem;
  max-width: 37.77778rem;
}

@media (max-width: 767px) {
  .panel--vote .panel__content {
    padding: 2.22222rem;
  }
}

.panel--subscribe {
  width: 56.11111rem;
  max-width: 56.11111rem;
}

.panel--subscribe .panel__content {
  padding: 2.22222rem 2.77778rem 2.77778rem;
}

@media (max-width: 767px) {
  .panel--subscribe .panel__content {
    padding: 2.22222rem;
  }
  .panel--nosubscribe {
    width: 33.11111rem;
    max-width: 33.33333rem;
  }
}

@media (max-width: 767px) {
  .panel {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
}

.panel__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  padding: 2.22222rem;
}

@media (max-width: 767px) {
  .panel__content {
    padding: 3.33333rem 2.22222rem;
  }
}

.panel__title {
  font-size: 1.66667rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 1.66667rem;
}

.panel__title:first-child {
  margin-top: 0;
}

.panel__summary {
  font-size: 1.11111rem;
  margin-top: 1.66667rem;
}

.panel__summary:first-child {
  margin-top: 0;
}

.panel__summary--large {
  font-size: 1.33333rem;
  letter-spacing: 0.02em;
}

.panel__action {
  margin-top: 2.22222rem;
}

.panel__action:first-child {
  margin-top: 0;
}

.panel__action--prompt {
  margin-top: 1.66667rem;
  padding-bottom: 1.11111rem;
}

@media (max-width: 767px) {
  .panel__action--prompt {
    padding-bottom: 0;
  }
}

/*

Popups

 */
.fancybox-thumbs > ul > li:before {
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  border-radius: 0;
}

.fancybox-stage {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.fancybox-container {
  z-index: 9993;
}

.fancybox-slide--html {
  padding: 2.66667rem;
}

@media (max-width: 767px) {
  .fancybox-slide--html {
    padding: 0;
  }
}

.fancybox-slide--image {
  padding: 2.44444rem 3.11111rem 0;
}

@media (max-width: 1023px) {
  .fancybox-slide--image {
    padding-left: 0;
    padding-right: 0;
  }
}

.fancybox-bg {
  background-color: #0d1b6d !important;
}

.fancybox-container--popup {
  opacity: 0;
}

.fancybox-container--popup.fancybox-is-open {
  opacity: 1;
}

.fancybox-container--popup.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
}

.fancybox-container--popup .fancybox-slide {
  overflow-x: hidden;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-container--popup .fancybox-slide .fancybox-content {
  margin-bottom: 0;
  overflow: visible;
  width: 100%;
}

.fancybox-container--popup .fancybox-slide > * {
  white-space: normal;
  font-size: 1rem;
  padding: 0;
  background-color: transparent;
}

.fancybox-container--popup .fancybox-slide > div {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}

.fancybox-container--popup .fancybox-slide > .fancybox-loading {
  width: 2.66667rem;
  height: 2.66667rem;
  margin-top: -1.33333rem;
}

.fancybox-container--popup .fancybox-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancybox-close {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 100%;
  height: 3.33333rem;
  width: 3.33333rem;
  line-height: 3.33333rem;
  text-align: center;
  font-size: 1.66667rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  z-index: 5;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .fancybox-close {
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
    background-color: #253691;
  }
}

.fancybox-close:hover {
  color: #ce171e;
}

.fancybox-close:hover .icon {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.fancybox-close .icon {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.fancybox-container .fancybox-close-hide .fancybox-close {
  display: none;
}

.fancybox-content {
  margin: 0 0 2.44444rem 0;
  padding: 2.44444rem;
}

.fancybox-infobar {
  height: 2.44444rem;
  line-height: 2.44444rem;
  min-width: 2.44444rem;
  padding: 0 0.55556rem;
  font-size: 0.66667rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.fancybox-button {
  width: 2.44444rem;
  height: 2.44444rem;
  padding: 0.55556rem;
}

.fancybox-navigation .fancybox-button {
  height: 5.55556rem;
  top: calc(50% - 2.77778rem);
  width: 3.88889rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.38889rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  padding: 1.72222rem 1.44444rem 1.72222rem 0.33333rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 1.72222rem 0.33333rem 1.72222rem 1.44444rem;
}

.fancybox-thumbs {
  background-color: #000;
}

.fancybox-thumbs > ul > li {
  border-color: transparent;
}

.fancybox-thumbs > ul > li:before {
  border-color: #ce171e;
  border-width: 0.11111rem;
}

.fancybox-show-thumbs .fancybox-button--thumbs {
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 767px) {
  .fancybox-slide > div {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.fancybox-slide--video > div {
  padding: 0;
}

.fancybox-slide--iframe,
.fancybox-slide--video {
  padding-top: 5.33333rem;
  padding-bottom: 1.33333rem;
}

@media (max-width: 1023px) {
  .fancybox-slide--iframe,
  .fancybox-slide--video {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) and (min-aspect-ratio: 320 / 320),
  (max-height: 413px) {
  .fancybox-slide--iframe,
  .fancybox-slide--video {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--video .fancybox-content {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .fancybox-slide--iframe .fancybox-content,
  .fancybox-slide--video .fancybox-content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

.fancybox-container--iframe .fancybox-close,
.fancybox-container--video .fancybox-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) and (min-aspect-ratio: 320 / 320),
  (max-height: 413px) {
  .fancybox-container--iframe .fancybox-close,
  .fancybox-container--video .fancybox-close {
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
}

.fancybox-container--iframe .fancybox-toolbar,
.fancybox-container--video .fancybox-toolbar {
  display: none;
}

/*

Maps

 */
[class^="ymaps"][class$="-copyright"],
[class^="ymaps"][class$="copyright_logo_no"],
[class^="ymaps"][class*="-copyright"],
[class^="ymaps"][class*="copyright_logo_no"] {
  display: none;
}

[class^="ymaps"][class$="map-lang-ru"] {
  background: transparent;
}

.map {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 42rem;
  color: #fff;
  background: #041943 url("../img/loader.svg") center center no-repeat;
  background-size: 2.66667rem 2.66667rem;
  margin-top: 2.22222rem;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.map:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .map {
    max-height: 70vh;
    min-height: 17.77778rem;
    margin-top: 2.77778rem;
  }
}

@media (max-width: 767px) {
  .map {
    max-height: 50vh;
  }
}

.map a[href^="http://maps.google.com/maps"]
{
  display: none !important;
}

.map a[href^="https://maps.google.com/maps"]
{
  display: none !important;
}

.map .gmnoprint a,
.map .gmnoprint span,
.map .gm-style-cc {
  display: none;
}

.map > div {
  background-color: #041943 !important;
}

.marker-pin {
  position: absolute;
  bottom: 0;
  left: -1.38889rem;
  font-size: 2.72222rem;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.marker-pin:hover {
  -webkit-transform: translateY(0.11111rem);
  -ms-transform: translateY(0.11111rem);
  transform: translateY(0.11111rem);
}

.marker-pin .icon {
  width: 0.73469em;
}

.gm-style .gm-style-iw-c {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.77778rem;
  color: #000;
  -webkit-box-shadow: 1.11111rem 1.11111rem 1.38889rem rgba(0, 5, 31, 0.25);
  box-shadow: 1.11111rem 1.11111rem 1.38889rem rgba(0, 5, 31, 0.25);
  max-height: 22.22222rem;
  overflow: hidden;
  overflow-y: auto;
}

.gm-style .gm-style-iw-d + button {
  width: 2.22222rem !important;
  height: 2.22222rem !important;
  right: 0 !important;
  top: 0 !important;
}

.gm-style .gm-style-iw-d + button img {
  width: 1.33333rem !important;
  height: 1.33333rem !important;
  margin: 0.44444rem !important;
}

.gm-style .gm-style-iw-t:after {
  -webkit-transform: translate(-50%, -55%) rotate(-45deg) !important;
  -ms-transform: translate(-50%, -55%) rotate(-45deg) !important;
  transform: translate(-50%, -55%) rotate(-45deg) !important;
}

.map-popover-inner {
  padding: 1.11111rem;
}

@media (max-width: 767px) {
  .map-popover-inner {
    padding: 0;
  }
}

.map-popover-title {
  font-size: 1rem;
  margin-bottom: 0.27778rem;
}

html,
body {
  font-size: 18px;
}

@media (max-width: 1259px) {
  html,
  body {
    font-size: 18px;
    font-size: 1.28571vw;
  }
}

@media (max-width: 767px) {
  html,
  body {
    font-size: 2.8125vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  background: #ebebeb;
  height: 100%;
}

body {
  position: relative;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.38889;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0b1359;
  background: #ebebeb;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 17.77778rem;
  min-height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.no-animation-only-this {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-animation {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.no-animation *:before,
.no-animation *:after {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
  -webkit-animation-duration: 0s !important;
  animation-duration: 0s !important;
}

.no-transition-only-this {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.no-transition *:not(.swiper-wrapper),
.no-transition *:before,
.no-transition *:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

::-moz-selection {
  background: #eee;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #eee;
  color: #000;
  text-shadow: none;
}

/*
*
* Skeleton elements
*
*/
.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}

.scrollable-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.container {
  width: 100%;
  max-width: 64.44444rem;
  padding-left: 1.66667rem;
  padding-right: 1.66667rem;
  margin: 0 auto;
}

.wrap {
  float: left;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ebebeb;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  overflow: hidden;
}

.only-for-notouch,
.only-for-touch,
.only-for-notouch-inline,
.only-for-touch-inline,
.only-for-notouch-inline-block,
.only-for-touch-inline-block {
  display: none !important;
}

.no-touchevents .only-for-notouch {
  display: block !important;
}

.no-touchevents .only-for-notouch-inline {
  display: inline !important;
}

.no-touchevents .only-for-notouch-inline-block {
  display: inline-block !important;
}

.touchevents .only-for-touch {
  display: block !important;
}

.touchevents .only-for-touch-inline {
  display: inline !important;
}

.touchevents .only-for-touch-inline-block {
  display: inline-block !important;
}

.screen-xl-show,
.screen-xl-show-inline-block,
.screen-xl-show-inline,
.screen-xl-show-table-row,
.screen-xl-show-table-cell {
  display: none !important;
}

.tablet-show,
.tablet-show-inline-block,
.tablet-show-inline,
.tablet-show-table-row,
.tablet-show-table-cell {
  display: none !important;
}

.tablet-small-show,
.tablet-small-show-inline-block,
.tablet-small-show-inline,
.tablet-small-show-table-row,
.tablet-small-show-table-cell {
  display: none !important;
}

.mobile-show,
.mobile-show-inline-block,
.mobile-show-inline,
.mobile-show-table-cell {
  display: none !important;
}

.mobile-small-show,
.mobile-small-show-inline-block,
.mobile-small-show-inline,
.mobile-small-show-table-cell {
  display: none !important;
}

.mobile-xsmall-show,
.mobile-xsmall-show-inline-block,
.mobile-xsmall-show-inline,
.mobile-xsmall-show-table-cell {
  display: none !important;
}

.mobile-xxsmall-show,
.mobile-xxsmall-show-inline-block,
.mobile-xxsmall-show-inline,
.mobile-xxsmall-show-table-cell {
  display: none !important;
}

.mobile-xxxsmall-show,
.mobile-xxxsmall-show-inline-block,
.mobile-xxxsmall-show-inline,
.mobile-xxxsmall-show-table-cell {
  display: none !important;
}

.initial-hide {
  display: none !important;
}

.initial-show {
  display: block !important;
}

.initial-show-inline-block {
  display: inline-block !important;
}

.initial-show-inline {
  display: inline !important;
}

.initial-show-table-row {
  display: table-row !important;
}

.initial-show-table-cell {
  display: table-cell !important;
}

@media (max-width: 1480px) {
  .screen-xl-hide {
    display: none !important;
  }
  .screen-xl-show {
    display: block !important;
  }
  .screen-xl-show-inline-block {
    display: inline-block !important;
  }
  .screen-xl-show-inline {
    display: inline !important;
  }
  .screen-xl-show-table-row {
    display: table-row !important;
  }
  .screen-xl-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 1259px) {
  .tablet-hide {
    display: none !important;
  }
  .tablet-show {
    display: block !important;
  }
  .tablet-show-inline-block {
    display: inline-block !important;
  }
  .tablet-show-inline {
    display: inline !important;
  }
  .tablet-show-table-row {
    display: table-row !important;
  }
  .tablet-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 1023px) {
  .tablet-small-hide {
    display: none !important;
  }
  .tablet-small-show {
    display: block !important;
  }
  .tablet-small-show-inline-block {
    display: inline-block !important;
  }
  .tablet-show-inline {
    display: inline !important;
  }
  .tablet-small-show-table-row {
    display: table-row !important;
  }
  .tablet-small-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
  .mobile-show {
    display: block !important;
  }
  .mobile-show-inline-block {
    display: inline-block !important;
  }
  .mobile-show-inline {
    display: inline !important;
  }
  .mobile-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 479px) {
  .mobile-small-hide {
    display: none !important;
  }
  .mobile-small-show {
    display: block !important;
  }
  .mobile-small-show-inline-block {
    display: inline-block !important;
  }
  .mobile-small-show-inline {
    display: inline !important;
  }
  .mobile-small-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 413px) {
  .mobile-xsmall-hide {
    display: none !important;
  }
  .mobile-xsmall-show {
    display: block !important;
  }
  .mobile-xsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xsmall-show-inline {
    display: inline !important;
  }
  .mobile-xsmall-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 374px) {
  .mobile-xxsmall-hide {
    display: none !important;
  }
  .mobile-xxsmall-show {
    display: block !important;
  }
  .mobile-xxsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xxsmall-show-inline {
    display: inline !important;
  }
  .mobile-xxsmall-show-table-cell {
    display: table-cell !important;
  }
}

@media (max-width: 359px) {
  .mobile-xxxsmall-hide {
    display: none !important;
  }
  .mobile-xxxsmall-show {
    display: block !important;
  }
  .mobile-xxxsmall-show-inline-block {
    display: inline-block !important;
  }
  .mobile-xxxsmall-show-inline {
    display: inline !important;
  }
  .mobile-xxxsmall-show-table-cell {
    display: table-cell !important;
  }
}

/*
Лейаут футера
*/
.footer {
  position: relative;
  margin-top: auto;
  padding: 2.22222rem 0 2.77778rem;
  font-size: 1rem;
  z-index: 40;
  background-color: #ebf1f9;
  color: #333536;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.footer .container {
  max-width: 1390px;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer a:active {
  text-decoration: underline;
}

.footer .col--text {
  font-size: 0.94444rem;
}

.footer p {
  margin-top: 5px;
}

.footer p:first-child {
  margin-top: 0;
}

.cols-wrapper--footer {
  margin-left: -0.83333rem;
  margin-right: -0.83333rem;
  margin-bottom: 2.5rem;
}

.cols-wrapper--footer:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cols-wrapper--footer > .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -2.77778rem;
  }
}

.cols-wrapper--footer > .cols > .col {
  padding-left: 0.83333rem;
  padding-right: 0.83333rem;
}

@media (max-width: 767px) {
  .cols-wrapper--footer > .cols > .col {
    -webkit-box-flex: 1;
    -ms-flex: auto 1 1;
    flex: auto 1 1;
    width: auto;
    margin-bottom: 2.77778rem;
  }
  .cols-wrapper--footer > .cols > .col--logo {
    -webkit-box-flex: 1;
    -ms-flex: auto 0 0px;
    flex: auto 0 0;
    width: 6.94444rem;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.col--fmenu {
  min-width: 20rem;
  padding-top: 0.55556rem;
}

@media (max-width: 767px) {
  .col--fmenu {
    width: 100% !important;
  }
}

.col--logo {
  padding-top: 0.27778rem;
}

.icon--unilever {
  font-size: 6rem;
  vertical-align: top;
  color: #0080cc;
}

/*
Меню в футере
*/
.fmenu {
  color: #494646;
  font-size: 1rem;
  font-weight: 400;
}

.fmenu:first-child {
  margin-top: -0.83333rem;
}

.fmenu__item {
  margin-top: 0.33333rem;
}

.fmenu__item:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fmenu__item {
    margin-top: 1.11111rem;
  }
}

.fmenu__link {
  color: inherit;
}

img.b-lazy {
  min-width: 1px;
  min-height: 1px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

img.b-loaded {
  opacity: 1;
}

.img-to-bg-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.img-to-bg-lazy-loaded {
  opacity: 1;
}

.img-responsive-box {
  position: relative;
  padding-bottom: 100%;
}

.img-responsive-box > img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*
Content Section
*/
.section {
  position: relative;
  z-index: 1;
  padding: 6.11111rem 0;
}

.section--bring-to-front {
  z-index: 2;
}

.section--bring-to-back {
  z-index: 0;
}

.section__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  z-index: -1;
  overflow: hidden;
}

.section__bg img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.section__bg--as-height {
  background-size: auto 100%;
}

.section--dark {
  background-color: #0b0c51;
  color: #fff;
}

.h-color-1 {
  color: #11135c;
}

.h-color-2 {
  color: #253691;
}

/*
Главный блок
*/
.section--hero {
  z-index: auto;
  padding-top: 4.72222rem;
  background-color: #0b0c51;
}

@media (max-width: 767px) {
  .section--hero {
    padding-top: 3.05556rem;
    padding-bottom: 15.55556rem;
  }
}

.section--hero .section__bg {
  z-index: 0;
  background-size: auto;
  background-position: center -0.83333rem;
}

@media (max-width: 767px) {
  .section--hero .section__bg {
    background-size: auto 100%;
    background-position: center -0.83333rem;
  }
}

.section--hero > .container {
  position: relative;
  z-index: 2;
}

.hero {
  text-align: center;
}

@media (min-width: 1900px) {
  .hero--logo-1 {
    padding-top: 2.22222rem;
  }
}

@media (min-width: 2500px) {
  .hero--logo-1 {
    padding-top: 3.88889rem;
  }
}

.hero--logo-1 .hero__logo-1 {
  margin-left: -1.11111rem;
}

@media (max-width: 767px) {
  .hero--logo-1 .hero__logo-1 {
    max-width: 11.11111rem;
  }
}

.hero--logo-1 .hero__logo-1 + .hero__title {
  margin-left: 21.11111rem;
  text-align: left;
}

@media (max-width: 767px) {
  .hero--logo-1 .hero__logo-1 + .hero__title {
    margin-left: 0;
    text-align: center;
  }
}

.hero__logo-1 {
  float: left;
  max-width: 21.5rem;
  margin-top: -3.05556rem;
  margin-right: -21.5rem;
  margin-left: -6.11111rem;
}

@media (max-width: 767px) {
  .hero__logo-1 {
    float: none;
    display: inline-block;
    vertical-align: top;
    max-width: 9.16667rem;
    margin: 0 0.55556rem;
    line-height: 8.33333rem;
  }
  .hero__logo-1:first-child {
    margin-left: -1.66667rem;
  }
  .hero__logo-1 img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.77778rem;
  }
}

.hero__logo-2 {
  float: right;
  line-height: 13.33333rem;
  max-width: 16.33333rem;
  margin-top: -0.27778rem;
  margin-left: -16.33333rem;
  margin-right: -4.888889rem;
}

@media (max-width: 767px) {
  .hero__logo-2 {
    float: none;
    display: inline-block;
    vertical-align: top;
    max-width: 11.94444rem;
    margin: 0 0.55556rem;
    line-height: 8.33333rem;
  }
  .hero__logo-2 img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-height: 5rem;
  }
}

.hero__title {
  font-size: 3.8rem;
  height:13rem;
  line-height:4rem;
  text-shadow: 0.27778rem 0.27778rem 0 #1a1f6c;
  margin-top: 0;
  padding: 5rem 100px;
  
}

 .hero h1.hero__title {
   text-transform: none;  
}


@media (max-width: 767px) {
  .hero__title {
    font-size: 2.7rem;
    line-height: 0.95;
    height:auto;
    padding: 0 ;
  }
}

.hero__title-large {
  font-size: 11rem;
  line-height: 0.8;
}

@media (max-width: 767px) {
  .hero__title-large {
    font-size: 7.22222rem;
  }
}

.hero__tag {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.28125;
  letter-spacing: 0.05em;
  margin-top: 0.83333rem;
}

.hero__tag:first-child {
  margin-top: 0;
}

.hero__subtitle {
  font-size: 1.77778rem;
  font-weight: 600;
  line-height: 1.28125;
  text-shadow: 0.16667rem 0.16667rem 0 #1a1f6c;
  margin-top: 1.38889rem;
}

.hero__subtitle:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero__subtitle {
    font-size: 1.55556rem;
    margin-top: 1.11111rem;
  }
}

.hero__summary {
  font-size: 1.77778rem;
  font-weight: 600;
  line-height: 1.28125;
  text-shadow: 0.16667rem 0.16667rem 0 #1a1f6c;
  margin-top: 0.83333rem;
}

.hero__summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero__summary {
    font-size: 1.33333rem;
  }
}

.hero__image {
  height: 20.55556rem;
  line-height: 20.55556rem;
  margin-top: 0.55556rem;
}

.hero__image:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero__image {
    height: 11.11111rem;
    line-height: 11.11111rem;
  }
}

.hero__image img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.hero__money {
  margin-top: 1.66667rem;
  padding-bottom: 3.33333rem;
}

.hero__money:first-child {
  margin-top: 0;
}

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

.hero__money-title {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 13.88889rem;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.02em;
  margin-top: 1.66667rem;
}

.hero__money-title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero__money-title {
    font-size: 8.33333rem;
  }
}

.hero__money-number {
  display: inline-block;
  text-align: right;
}

.hero__money-suffix {
  position: relative;
  margin-right: -1em;
  top: 0.2em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.33333rem;
}

@media (max-width: 767px) {
  .hero__money-suffix {
    font-size: 2rem;
  }
}

.hero__money-subtitle {
  font-size: 1.77778rem;
  font-weight: 600;
  line-height: 1.28125;
  text-transform: uppercase;
  text-shadow: 0.16667rem 0.16667rem 0 #1a1f6c;
  margin-top: 0.55556rem;
}

.hero__money-subtitle:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero__money-subtitle {
    font-size: 1.33333rem;
  }
}

.hero__money-summary {
  font-size: 1.77778rem;
  font-weight: 600;
  line-height: 1.28125;
  text-shadow: 0.16667rem 0.16667rem 0 #1a1f6c;
  margin-top: 1.11111rem;
}

.hero__money-summary:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .hero__money-summary {
    font-size: 1.55556rem;
  }
}

.hero__money-logo {
  margin-top: 1.11111rem;
}

.hero__money-logo:first-child {
  margin-top: 0;
}

.hero__money-logo-small {
  position: relative;
  top: -0.27778rem;
  display: inline-block;
  font-size: 0.55556rem;
  margin: 0 0.38889rem;
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .hero__money-logo-small {
    top: -0.22222rem;
  }
}

.hero__money-logo-small img {
  width: 9rem;
  height: 2.33333rem;
}

@media (max-width: 767px) {
  .hero__money-logo-small img {
    width: 7.875rem;
    height: 2.04167rem;
  }
}

.swiper-slider--hero {
  margin-top: 1.38889rem;
  padding: 0 2.77778rem;
}

.swiper-slider--hero:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .swiper-slider--hero {
    padding: 0;
    margin-left: -1.66667rem;
    margin-right: -1.66667rem;
  }
}

.swiper-slider--hero .swiper-container {
  -webkit-mask-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0) 0px,
    black 2.77778rem,
    black calc(100% - 2.77778rem),
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0px,
    black 2.77778rem,
    black calc(100% - 2.77778rem),
    rgba(0, 0, 0, 0) 100%
  );
}

.swiper-slider--hero .swiper-slide {
  padding: 0 2.77778rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .swiper-slider--hero .swiper-slide {
    padding: 0 3.33333rem;
  }
}

.swiper-slider--hero .swiper-button-prev,
.swiper-slider--hero .swiper-button-next {
  margin-top: -1.94444rem;
}

@media (max-width: 767px) {
  .swiper-slider--hero .swiper-button-prev {
    left: 1.11111rem;
  }
}

@media (max-width: 767px) {
  .swiper-slider--hero .swiper-button-next {
    right: 1.11111rem;
  }
}

.swiper-slider--hero img {
  width: auto;
}

.swiper-slider--rtgb {
  /* margin-top: 0.27778rem;*/
  margin-left: -2.22222rem;
  margin-right: -2.22222rem;
}

@media (max-width: 767px) {
  .swiper-slider--rtgb {
    margin-left: 0;
    margin-right: 0;
  }
}

.swiper-slider--rtgb .swiper-container {
  padding: 0 2.22222rem;
}

@media (max-width: 767px) {
  .swiper-slider--rtgb .swiper-container {
    padding: 0;
  }
}

.swiper-slider--rtgb .swiper-pagination {
  margin-top: -0.55556rem;
}

.rtgb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 1.66667rem 0 3.33333rem;
}

@media (max-width: 767px) {
  .rtgb {
    display: block;
    text-align: center;
  }
}

.rtgb__image {
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
  -ms-flex-item-align: center;
  align-self: auto;
  width: 15.94444rem;
  margin: 10px 3.61111rem 0 0;
}

@media (max-width: 767px) {
  .rtgb__image {
    margin: 0 auto 2.22222rem;
  }
}

.rtgb__image-frame {
  padding: 1.72222rem 1.22222rem 6rem;
  background-color: #fff;
  -webkit-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  -webkit-box-shadow: 0 2.77778rem 2.77778rem -1.66667rem rgba(0, 0, 0, 0.85);
  box-shadow: 0 2.77778rem 2.77778rem -1.66667rem rgba(0, 0, 0, 0.85);
}

.rtgb__content {
  -webkit-box-flex: 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
}

.rtgb__summary {
  font-size: 1.333333rem;
  line-height: 1.33333;
  margin-top: 1.11111rem;
  text-shadow: 0.11111rem 0.11111rem 0 rgba(26, 31, 108, 0.96);
}

.rtgb__summary:first-child {
  margin-top: 0;
}

.rtgb__summary--small {
  font-size: 1.11111rem;
}

.rtgb__action {
  margin-top: 6.22222rem;
}

.rtgb__action:first-child {
  margin-top: 0;
}

.rtgb__action .btn {
  min-width: 16.66667rem;
}

.cols-wrapper--vote-header {
  margin-top: 2.77778rem;
}

.cols-wrapper--vote-header:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cols-wrapper--vote-header {
    margin-top: 1.38889rem;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--vote-header > .cols {
    display: block;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--vote-header > .cols > .col {
    display: block;
    width: auto;
    margin-top: 1.94444rem;
    text-align: center;
  }
  .cols-wrapper--vote-header > .cols > .col:first-child {
    margin-top: 0;
  }
}

.isearch {
  position: relative;
  width: 17.22222rem;
  margin-left: auto;
  margin-right: auto;
}

.isearch .textfield {
  padding: 0.61111rem 1.11111rem 0.5rem;
  height: 2.5rem;
  padding-right: 3.05556rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
  font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
  font-size: 1.16667rem;
  letter-spacing: 0.07em;
  border-radius: 5.55556rem;
}

.isearch .textfield::-webkit-input-placeholder {
  color: #d9d9d9;
}

.isearch .textfield::-moz-placeholder {
  color: #d9d9d9;
}

.isearch .textfield:-moz-placeholder {
  color: #d9d9d9;
}

.isearch .textfield:-ms-input-placeholder {
  color: #d9d9d9;
}

.isearch .textfield:focus {
  -webkit-box-shadow: inset 0 0 0 16.66667rem #fff;
  box-shadow: inset 0 0 0 16.66667rem #fff;
}

.isearch .textfield:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 16.66667rem #fff;
  box-shadow: inset 0 0 0 16.66667rem #fff;
}

.isearch .textfield.error {
  -webkit-box-shadow: inset 0 -1px 0 #e21b1b, inset 0 0 0 16.66667rem #fff;
  box-shadow: inset 0 -1px 0 #e21b1b, inset 0 0 0 16.66667rem #fff;
}

.isearch button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.05556rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: none;
  padding: 0;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  font-size: 1.33333rem;
  color: #0b1359;
}

.isearch button .icon {
  vertical-align: middle;
}

.isearch button .icon--cross {
  font-size: 0.88889rem;
  top: -0.05556rem;
}

/*
Блок с картинкой, текстом и футером (сверху вниз)
*/
.itgbs {
  position: relative;
  z-index: 3;
  margin: 0 -0.55556rem;
  margin-top: 1.94444rem;
}

.itgbs:first-child {
  margin-top: 0;
}

.itgbs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .itgbs {
    margin: 0 -0.83333rem;
    margin-top: 3.05556rem;
  }
}

.itgbs__inner {
  position: relative;
  float: left;
  width: 100%;
  margin: -1.94444rem 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 29.16667rem;
}

@media (max-width: 767px) {
  .itgbs__inner {
    margin: -1.38889rem 0;
  }
}

.itgbs__inner.loading .itgb {
  opacity: 0.3;
}

.itgbs__inner.loading .itgbs__middle {
  opacity: 0.3;
}

.itgbs__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.itgbs .loader {
  top: 14.58333rem;
}

.itgb {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 1.94444rem 0.55556rem;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 767px) {
  .itgb {
    width: 50%;
    padding: 1.38889rem 0.83333rem;
  }
}

.itgb__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.itgb__content {
  display: block;
  color: #13217b;
  text-decoration: none !important;
}

.itgb__image {
  position: relative;
  margin-top: 1.66667rem;
  background-color: #ddd;
  overflow: hidden;
}

.itgb__image:first-child {
  margin-top: 0;
}

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

.itgb__image-inner {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.itgb__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.itgb__title {
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 1.3125;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.9375em;
  overflow: hidden;
  margin-top: 0.83333rem;
}

@media (max-width: 767px) {
  .itgb__title {
    height: 2.5em;
  }
}

.itgb__title:first-child {
  margin-top: 0;
}

.itgb__footer {
  margin-top: 1rem;
}

.itgb__footer:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .itgb__footer {
    margin-top: 1.38889rem;
  }
}

.vtbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8d8d8;
  border-radius: 0.55556rem;
}

.vtbar__vote {
  -webkit-box-flex: 1;
  -ms-flex: auto 1 1;
  flex: auto 1 1;
  background: #a3a2a2;
  padding: 0.55556rem;
  padding-left: 1.38889rem;
  border-radius: 0.55556rem;
}

.vtbar__vote .icon-vote {
  -webkit-animation: 0.8s infinite;
  animation: 0.8s infinite;
}

.vtbar__vote:hover {
  background-color: #bbb;
}

.vtbar__vote:hover .icon-vote {
  -webkit-animation-name: beatHeart;
  animation-name: beatHeart;
}

.vtbar__share {
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.55556rem 1.11111rem;
  padding-right: 1.38889rem;
  font-size: 1.83333rem;
  line-height: 1;
  color: #13217b;
}

.vtbar__share .icon {
  top: 0.05556rem;
  vertical-align: top;
  -webkit-transition: all 0.3s, color 0s;
  -o-transition: all 0.3s, color 0s;
  transition: all 0.3s, color 0s;
}

.vtbar__share:hover {
  color: #dc1920;
}

@-webkit-keyframes beatHeart {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes beatHeart {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.vote {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  white-space: nowrap;
}

.vote__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.38889rem;
}

.vote__count {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.61111rem;
  font-weight: 700;
  color: #ce171e;
  background: #fff;
  border-radius: 0.55556rem;
  height: 3.05556rem;
  width: 3.61111rem;
  line-height: 3.22222rem;
  text-align: center;
}

.vote__count:before {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -0.44444rem;
  border-style: solid;
  border-width: 0.44444rem 0.44444rem 0.44444rem 0;
  border-color: transparent #fff transparent transparent;
  content: "";
}

.icon-vote {
  display: inline-block;
  vertical-align: top;
  width: 3.11111rem;
  background: center center no-repeat;
  background-image: url(data:image/png;base64,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);
  background-size: contain;
}

.icon-vote:before {
  display: block;
  padding-bottom: 92.85714%;
  content: "";
}

.l-itgb__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.l-itgb__image {
  position: relative;
  margin-top: 1.66667rem;
  background-color: #ddd;
  overflow: hidden;
}

.l-itgb__image:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .panel__content .l-itgb__image {
    margin-left: -2.22222rem;
    margin-right: -2.22222rem;
    margin-top: -2.22222rem;
  }
}

.l-itgb__image:before {
  display: block;
  padding-bottom: 100%;
  content: "";
}

.l-itgb__image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.l-itgb__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.l-itgb__title {
  font-size: 1.38889rem;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-top: 1.38889rem;
}

.l-itgb__title:first-child {
  margin-top: 0;
}

.l-itgb__subtitle {
  font-size: 0.88889rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 1.38889rem;
}

.l-itgb__subtitle:first-child {
  margin-top: 0;
}

.l-itgb__footer {
  margin-top: 2.22222rem;
}

.l-itgb__footer:first-child {
  margin-top: 0;
}

.cols-wrapper--l-itgb {
  margin-top: 1.94444rem;
}

.cols-wrapper--l-itgb > .cols > .col:last-child {
  padding-top: 0.27778rem;
  width: 15.55556rem;
}

.pager {
  margin-top: 3.61111rem;
  margin-right: -0.83333rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pager:first-child {
  margin-top: 0;
}

.pager:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .pager {
    margin-top: 4.72222rem;
  }
}

.pager__inner {
  float: left;
  width: 100%;
  margin-bottom: -0.83333rem;
  font-size: 0;
  text-align: center;
  visibility: hidden;
}

.pager__inner.active {
  visibility: visible;
}

.pager__item {
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  margin-right: 0.83333rem;
  margin-bottom: 0.83333rem;
  font-size: 1.61111rem;
  font-weight: 600;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  min-width: 3.33333rem;
  padding: 0 0.55556rem;
  background-color: #fff;
  text-decoration: none;
  color: #13217b;
  border-radius: 0.55556rem;
  -webkit-box-shadow: 0 0.22222rem 0 #cbcbcb;
  box-shadow: 0 0.22222rem 0 #cbcbcb;
}

.pager__item--nav {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  min-width: 0;
}

.pager__item--ellipsis {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 0;
  padding: 0;
}

.pager__item.active {
  background-color: #13217b;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

.pager__item .icon {
  width: 0.59592em;
}

.fly-smile {
  position: absolute;
  top: 0;
  z-index: 5;
  pointer-events: none;
}

@media (max-width: 767px) {
  .fly-smile {
    display: none;
  }
}

.fly-smile img {
  max-width: none;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s, opacity 0.3s;
  -o-transition: all 0.3s, opacity 0.3s;
  transition: all 0.3s, opacity 0.3s;
}

.fly-smile img.b-loaded {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition-delay: 0.5s, 0s;
  -o-transition-delay: 0.5s, 0s;
  transition-delay: 0.5s, 0s;
}

.fly-smile--1 {
  top: -0.27778rem;
  right: 100%;
  margin-right: -6.66667rem;
}

.fly-smile--2 {
  top: 15rem;
  left: 100%;
  margin-left: -6.66667rem;
}

.fly-smile--3 {
  top: 45rem;
  right: 100%;
  margin-right: -7.77778rem;
}

/*
Блок с картинкой, текстом и кнопкой (сверху вниз)
*/
.otgbs {
  position: relative;
  z-index: 2;
  margin: 0 -1rem;
  margin-top: 2.22222rem;
}

.otgbs:first-child {
  margin-top: 0;
}

.otgbs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .otgbs {
    margin-top: 5.55556rem;
  }
}

.otgbs__inner {
  float: left;
  width: 100%;
  margin: -1rem 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .otgbs__inner {
    margin: -1.55556rem 0;
  }
}

.otgb {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 1rem;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .otgb {
    width: 100%;
    padding-top: 1.55556rem;
    padding-bottom: 1.55556rem;
  }
}

.otgb__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 2rem 2rem 1.55556rem;
  text-align: center;
  background-color: #fff;
  border-radius: 11.11111rem 11.11111rem 1.11111rem 1.11111rem;
  color: #0b1359 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .otgb__inner {
    max-width: 19.44444rem;
    margin: 0 auto;
  }
}

.otgb__image {
  position: relative;
  background-color: #eee;
  border-radius: 50%;
}

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

.otgb__image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.otgb__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.otgb__title {
  font-size: 1.05556rem;
  line-height: 1.36842;
  margin-top: 1.66667rem;
}

.otgb__title:first-child {
  margin-top: 0;
}

.otgb__action {
  margin: 0 -0.88889rem;
  margin-top: auto;
  padding-top: 1.11111rem;
}

.btn--otgb {
  border-radius: 2.77778rem 2.77778rem 0.55556rem 0.55556rem;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 0.94444rem;
  letter-spacing: 0.15em;
  background-color: #da1920;
  -webkit-box-shadow: 0 1.38889rem 1.38889rem -1.11111rem rgba(206, 23, 30, 0.5);
  box-shadow: 0 1.38889rem 1.38889rem -1.11111rem rgba(206, 23, 30, 0.5);
}

.btn--otgb:before {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2.77778rem 2.77778rem 0 0;
  height: 50%;
  background-color: #ce171e;
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--otgb:hover {
  background-color: #e93d43;
}

.btn--otgb:hover:before {
  background-color: #dc1920;
}

.btn--otgb.active,
.btn--otgb:active {
  background-color: #e93d43;
}

.btn--otgb.active:before,
.btn--otgb:active:before {
  background-color: #dc1920;
}

/*
Раздел с закруглением наверху
*/
.section--bcurve {
  margin-top: -13.33333rem;
  padding-top: 11.11111rem;
  background-color: #ebebeb;
}

@media (max-width: 767px) {
  .section--bcurve {
    margin-top: -2.22222rem;
    padding-top: 5.55556rem;
    padding-bottom: 5.55556rem;
  }
}

.section--bcurve .otgbs {
  margin-top: -11.66667rem;
}

.section__bg--bcurve {
  top: -38.33333rem;
  background-size: auto;
  background-position: center 0;
}

@media (max-width: 1259px) {
  .section__bg--bcurve {
    top: -54.7vw;
    background-size: 203.1746% auto;
  }
}

.heading-anchor {
  position: relative;
  top: -1em;
}

.partners {
  max-width: 48.88889rem;
  margin: 0 auto;
  margin-top: 4.72222rem;
}

.partners:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .partners {
    margin-top: 5.27778rem;
  }
}

/*
Блок с картинкой, текстом и кнопкой (сверху вниз)
*/
.ptgbs {
  position: relative;
  z-index: 2;
  margin: 0 -1rem;
  margin-top: 3.61111rem;
}

.ptgbs:first-child {
  margin-top: 0;
}

.ptgbs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .ptgbs {
    margin: 0 -2.5rem;
    margin-top: 5.27778rem;
  }
}

.ptgbs__inner {
  float: left;
  width: 100%;
  margin: -1rem 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 767px) {
  .ptgbs__inner {
    margin: -2.5rem 0;
  }
}

.ptgb {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 1rem;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .ptgb {
    width: 100%;
    padding: 2.5rem;
  }
}

.ptgb__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  max-width: 20.55556rem;
  margin: 0 auto;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .ptgb__inner {
    max-width: 26.66667rem;
  }
}

.ptgb__image {
  position: relative;
  background-color: #ddd;
  border-radius: 50%;
  width: 100%;
  max-width: 19.44444rem;
  margin: 0 auto;
  margin-top: 1.66667rem;
}

.ptgb__image:first-child {
  margin-top: 0;
}

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

.ptgb__image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.ptgb__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.ptgb__title {
  font-size: 1.27778rem;
  font-weight: 600;
  line-height: 1.08696;
  letter-spacing: 0.02em;
  margin-top: 2.77778rem;
}

.ptgb__title:first-child {
  margin-top: 0;
}

.ptgb__summary {
  line-height: 1.66667;
  margin-top: 0.55556rem;
}

.ptgb__summary:first-child {
  margin-top: 0;
}

.ptgb__action {
  margin-top: auto;
  padding-top: 1.38889rem;
}

.action {
  margin-top: 1.27778rem;
}

.action:first-child {
  margin-top: 0;
}

.swiper-slider--partner {
  margin-top: 5.55556rem;
}

.swiper-slider--partner:first-child {
  margin-top: 0;
}

.swiper-slider--partner .swiper-container {
  margin-top: 1.66667rem;
}

.swiper-slider--partner .swiper-container:first-child {
  margin-top: 0;
}

.bpartner {
  position: relative;
  max-width: 58.33333rem;
  margin: 0 auto;
  margin-top: 1.66667rem;
  padding: 0 0 0 3.88889rem;
}

.bpartner:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .bpartner {
    padding: 0 3.88889rem;
    margin-top: 2.22222rem;
  }
}

.bpartner:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 0.27778rem solid #bbb;
  opacity: 0.2;
  content: "";
  z-index: 1;
}

@media (max-width: 767px) {
  .bpartner:before {
    display: none;
  }
  .swiper-slider--partner .bpartner:before {
    display: block;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--bpartner > .cols {
    display: block;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--bpartner > .cols > .col {
    display: block;
    margin-top: 3.33333rem;
  }
  .cols-wrapper--bpartner > .cols > .col:first-child {
    margin-top: 0;
  }
}

.cols-wrapper--bpartner > .cols > .col:first-child {
  width: 45%;
  padding-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .cols-wrapper--bpartner > .cols > .col:first-child {
    width: auto;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--bpartner > .cols .col--image {
    margin-left: -3.88889rem;
    margin-right: -3.88889rem;
    text-align: center;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--bpartner img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

.lpartner {
  margin-top: 5.55556rem;
}

.lpartner:first-child {
  margin-top: 0;
}

.lpartner__subtitle {
  font-size: 1.77778rem;
  font-weight: 600;
  line-height: 1.28125;
  margin-top: 2.5rem;
}

.lpartner__subtitle:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .lpartner__subtitle {
    font-size: 1.55556rem;
  }
}

.lpartner__subtitle2 {
  font-family: "Bebas Neue Book", Arial, Helvetica, sans-serif;
  font-size: 2.77778rem;
  line-height: 1.38;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-top: 0.83333rem;
}

.lpartner__subtitle2:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .lpartner__subtitle2 {
    font-size: 2.33333rem;
    margin-top: 1.94444rem;
  }
  .lpartner__subtitle2:first-child {
    margin-top: 0;
  }
}

.lpartner__title {
  margin-top: 1.38889rem;
  font-size: 7.11111rem;
  line-height: 1;
}

.lpartner__title:first-child {
  margin-top: 0;
}

.lpartner__title img {
  max-height: 7.11111rem;
  width: auto;
  vertical-align: top;
}

.lpartner__image {
  height: 18.33333rem;
  line-height: 18.33333rem;
}

@media (max-width: 767px) {
  .lpartner__image {
    height: 14.44444rem;
    line-height: 14.44444rem;
  }
}

.lpartner__image img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.lpartner__money {
  padding-bottom: 3.33333rem;
}

@media (max-width: 767px) {
  .lpartner__money {
    padding-bottom: 1.66667rem;
    margin-top: 1.11111rem;
  }
  .lpartner__money:first-child {
    margin-top: 0;
  }
}

.lpartner__money-title {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 13.88889rem;
  font-weight: 300;
  line-height: 0.8;
  letter-spacing: 0.02em;
  margin-top: 1.66667rem;
}

.lpartner__money-title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .lpartner__money-title {
    font-size: 8.33333rem;
  }
}

.lpartner__money-number {
  display: inline-block;
  text-align: right;
}

.lpartner__summary {
  margin-top: 1.94444rem;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.77778rem;
  font-weight: 700;
  line-height: 1.1875;
  text-transform: uppercase;
}

.lpartner__summary:first-child {
  margin-top: 0;
}

.rouble-line {
  position: relative;
}

.rouble-line:before {
  position: absolute;
  top: 0.3em;
  left: -0.075em;
  content: "\2013";
}

/*
Конверт с формой
*/
.envelope {
  margin: 0 -1.38889rem;
  margin-top: 2.77778rem;
}

.envelope:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .envelope {
    margin-left: -1.11111rem;
    margin-right: -1.11111rem;
  }
}

@media (max-width: 767px) {
  .envelope {
    margin-top: 1.11111rem;
  }
}

.envelope__header {
  position: relative;
  margin-bottom: -12.77778rem;
}

.envelope__header:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 100%;
  background: #fff;
  -webkit-transform: translate(-50%, -49.3%) rotate(-45deg) scale(0.515)
    skew(19.2deg, 19.2deg);
  -ms-transform: translate(-50%, -49.3%) rotate(-45deg) scale(0.515)
    skew(19.2deg, 19.2deg);
  transform: translate(-50%, -49.3%) rotate(-45deg) scale(0.515)
    skew(19.2deg, 19.2deg);
  -webkit-box-shadow: 0.16667rem -0.16667rem 2.77778rem rgba(148, 148, 162, 0.1);
  box-shadow: 0.16667rem -0.16667rem 2.77778rem rgba(148, 148, 162, 0.1);
  content: "";
  z-index: 0;
}

.envelope__header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 26.11111rem;
  text-align: center;
  z-index: 2;
}

@media (max-width: 767px) {
  .envelope__header-inner {
    height: 25.55556rem;
  }
}

.envelope__header-inner:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding-bottom: 100%;
  background: #f5f5f5;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0.5)
    skew(19.2deg, 19.2deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(0.5)
    skew(19.2deg, 19.2deg);
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.5)
    skew(19.2deg, 19.2deg);
  -webkit-box-shadow: inset 0.55556rem -0.55556rem 1.11111rem rgba(203, 203, 203, 0.2);
  box-shadow: inset 0.55556rem -0.55556rem 1.11111rem rgba(203, 203, 203, 0.2);
  content: "";
  z-index: -1;
}

@media (max-width: 767px) {
  .envelope__header-inner:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(0.53)
      skew(15.2deg, 15.2deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg) scale(0.53)
      skew(15.2deg, 15.2deg);
    transform: translate(-50%, -50%) rotate(-45deg) scale(0.53)
      skew(15.2deg, 15.2deg);
  }
}

.envelope__content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 1.11111rem;
  padding: 16.11111rem 6.66667rem 3.88889rem;
  -webkit-box-shadow: 0 3.5rem 6.66667rem -3.33333rem #9494a2;
  box-shadow: 0 3.5rem 6.66667rem -3.33333rem #9494a2;
}

@media (max-width: 767px) {
  .envelope__content {
    padding: 10.83333rem 3.05556rem 4.16667rem;
    -webkit-box-shadow: 0 3.5rem 4.44444rem -3.33333rem #9494a2;
    box-shadow: 0 3.5rem 4.44444rem -3.33333rem #9494a2;
  }
}

.envelope__content:before,
.envelope__content:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1.5rem;
  background: 0 -7.88889rem repeat-y;
  background-size: 2.05556rem auto;
  border-radius: 1.11111rem 0 0 1.11111rem;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxOC43IDE0MC44IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxOC43IDE0MC44IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjMjgzMTZEIiBwb2ludHM9IjAsNTAuNCAxOC43LDY4LjUgMTguNywxOC4xIDAsMCAiLz48cG9seWdvbiBmaWxsPSIjQ0UxNTFGIiBwb2ludHM9IjAsMTIyLjggMTguNywxNDAuOCAxOC43LDkwLjQgMCw3Mi40ICIvPjwvc3ZnPg==);
  content: "";
}

@media (max-width: 767px) {
  .envelope__content:before,
  .envelope__content:after {
    width: 1.11111rem;
  }
}

.envelope__content:before {
  left: 0;
}

.envelope__content:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.cols-wrapper--form1 {
  margin-left: -0.83333rem;
  margin-right: -0.83333rem;
}

@media (max-width: 767px) {
  .cols-wrapper--form1 > .cols {
    display: block;
  }
}

.cols-wrapper--form1 > .cols > .col {
  padding-left: 0.83333rem;
  padding-right: 0.83333rem;
}

@media (max-width: 767px) {
  .cols-wrapper--form1 > .cols > .col {
    display: block;
    margin-top: 2.77778rem;
  }
  .cols-wrapper--form1 > .cols > .col:first-child {
    margin-top: 0;
  }
}

.cols-wrapper--form1 > .cols > .col:last-child {
  width: 22.22222rem;
  -webkit-box-flex: 1;
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
}

@media (max-width: 767px) {
  .cols-wrapper--form1 > .cols > .col:last-child {
    width: auto;
  }
}

.cols-wrapper--form2 {
  margin-left: -0.55556rem;
  margin-right: -0.55556rem;
}

.cols-wrapper--form2 > .cols > .col {
  padding-left: 0.55556rem;
  padding-right: 0.55556rem;
}

.form--quote textarea.textfield {
  height: 20.55556rem;
}

@media (max-width: 767px) {
  .form--quote textarea.textfield {
    height: 13.88889rem;
  }
}

.form--quote .file-image:before {
  padding-bottom: 0;
  height: 20.55556rem;
}

@media (max-width: 767px) {
  .form--quote .file-image:before {
    height: 28.33333rem;
  }
}

.file-image {
  position: relative;
  margin-top: 1.11111rem;
  background: #f8f8f8;
  -webkit-box-shadow: inset 0 0 0 1px #a8a8a8;
  box-shadow: inset 0 0 0 1px #a8a8a8;
  border-radius: 0.55556rem;
  overflow: hidden;
}

.file-image:first-child {
  margin-top: 0;
}

.file-image:before {
  display: block;
  padding-bottom: 100%;
  content: "";
}

.file-image__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1.11111rem;
  background: #eee center center no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.3s, visibility 0s;
  -o-transition: all 0.3s, visibility 0s;
  transition: all 0.3s, visibility 0s;
}

.file-image.loaded .file-image__inner {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s, visibility 0s 0.3s;
  -o-transition: all 0.3s, visibility 0s 0.3s;
  transition: all 0.3s, visibility 0s 0.3s;
}

.file-image__inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.file-image__preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.55556rem;
  line-height: 20.55556rem;
  background: #eee;
  border: 1px solid #a8a8a8;
  overflow: hidden;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s, visibility 0s 0.3s;
  -o-transition: all 0.3s, visibility 0s 0.3s;
  transition: all 0.3s, visibility 0s 0.3s;
}

.file-image__preview img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  min-width: 0;
  min-height: 0;
  -webkit-transition: all 0.3s, visibility 0s;
  -o-transition: all 0.3s, visibility 0s;
  transition: all 0.3s, visibility 0s;
}

.file-image.cropped .file-image__preview img {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s, visibility 0s 0.3s;
  -o-transition: all 0.3s, visibility 0s 0.3s;
  transition: all 0.3s, visibility 0s 0.3s;
}

.file-image__preview canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s, visibility 0s 0.3s;
  -o-transition: all 0.3s, visibility 0s 0.3s;
  transition: all 0.3s, visibility 0s 0.3s;
}

.file-image.cropped .file-image__preview canvas {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.file-image.loaded .file-image__preview {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.file-image__clear {
  position: absolute;
  top: 0.55556rem;
  right: 0.55556rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .file-image__clear {
    top: 1.11111rem;
    right: 1.11111rem;
  }
}

.file-image__crop {
  position: absolute;
  bottom: 0.55556rem;
  left: 0.55556rem;
  z-index: 1;
}

@media (max-width: 767px) {
  .file-image__crop {
    bottom: 1.11111rem;
    left: 1.11111rem;
  }
}

.file-image__crop.circle-btn:hover {
  color: #253691;
}

.file-image__action {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.11111rem;
}

@media (max-width: 767px) {
  .croppr-container {
    min-width: 12.22222rem;
    background: #000;
    text-align: center;
  }
}

.fancybox-container--img-crop .fancybox-content img {
  max-width: calc(100vw - 3.33333rem);
  max-height: calc(100vh - 3.33333rem);
}

.fancybox-container--img-crop .fancybox-slide .fancybox-content {
  width: auto;
}

@media (min-width: 768px) {
  .fancybox-container--img-crop .fancybox-close {
    top: 0;
    bottom: auto;
    line-height: 1;
    height: auto;
  }
}

.popup-img-crop-action {
  position: absolute;
  right: 1.66667rem;
  bottom: 1.66667rem;
  left: 1.66667rem;
  text-align: center;
  z-index: 3;
  pointer-events: none;
}

.popup-img-crop-action .btn {
  pointer-events: auto;
}

.circle-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.77778rem;
  width: 1.77778rem;
  line-height: 1.77778rem;
  text-align: center;
  border-radius: 5.55556rem;
  background-color: #fbfbfb;
  color: #0b1359;
  font-size: 0.88889rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .circle-btn {
    height: 2.66667rem;
    width: 2.66667rem;
    line-height: 2.66667rem;
    font-size: 1.33333rem;
  }
}

.circle-btn:hover {
  color: #ce171e;
  background-color: #fff;
}

.info-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.11111rem;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.44444rem;
  line-height: 1;
  font-weight: 700;
}

.info-tip:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .info-tip {
    margin-top: 2.77778rem;
  }
}

.info-tip__icon {
  font-size: 2.66667rem;
  line-height: 1;
  margin-right: 1.38889rem;
}

.info-tip__icon .icon {
  vertical-align: top;
}

.info-tip__content {
  -ms-flex-item-align: center;
  align-self: center;
}

.form--subscribe {
  margin-top: 1.94444rem;
}

.form--subscribe .form__item-label {
  font-size: 1.27778rem;
}

.form--subscribe .checkbox {
  font-weight: 400;
}

.form--subscribe .form__tip {
  margin-top: 1.38889rem;
}

.form--subscribe .form__tip:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .form--subscribe .form__actions {
    margin-top: 0;
  }
  .form--subscribe {
    margin-top: 0.4rem;
  }
  .form--subscribe .form__item {
    margin-top: 1rem;
  }
}

.section--bg-cells-pattern {
  background-color: transparent;
  border-radius: 55.55556rem;
  padding: 11.11111rem 0 11.11111rem;
  margin-top: 11.11111rem;
}

@media (max-width: 767px) {
  .section--bg-cells-pattern {
    padding: 5rem 0 8.33333rem;
    margin-top: 5.55556rem;
  }
  .section--bg-cells-pattern-over {
    margin-top: -1.66667rem;
  }
}

.section--bg-cells-pattern .section__bg {
  left: -22.22222rem;
  right: -22.22222rem;
  background-size: auto;
  background-repeat: repeat;
  border-radius: 111.11111rem 111.11111rem 111.11111rem 111.11111rem /
    30.55556rem 30.55556rem 30.55556rem 30.55556rem;
}

@media (max-width: 767px) {
  .section--bg-cells-pattern .section__bg {
    left: -3.88889rem;
    right: -3.88889rem;
  }
}

.section--bg-cells-pattern > .container {
  margin-top: -18.33333rem;
}

@media (max-width: 767px) {
  .section--bg-cells-pattern > .container {
    margin-top: 0;
  }
}

.section--bg-cells-pattern + .container > .bblock:first-child {
  margin-top: -5.55556rem;
  padding-top: 8.88889rem;
}

/*
Блок с картинкой, текстом и кнопкой (сверху вниз)
*/
.stgbs {
  position: relative;
  z-index: 2;
  margin: 0 -1rem;
  margin-top: 3.61111rem;
}

.stgbs:first-child {
  margin-top: 0;
}

.stgbs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .stgbs {
    margin: 0 -2.5rem;
    margin-top: 5rem;
  }
}

.stgbs__inner {
  float: left;
  width: 100%;
  margin: -1rem 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .stgbs__inner {
    margin: -2.5rem 0;
  }
}

.stgb {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 1rem;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .stgb {
    width: 100%;
    font-size: 1.38889rem;
    padding: 2.5rem;
  }
}

.stgb__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  width: 100%;
  max-width: 16.66667rem;
  margin: 0 auto;
  text-align: center;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 767px) {
  .stgb__inner {
    max-width: none;
  }
}

.stgb__image {
  position: relative;
  border-radius: 50%;
  width: 100%;
  max-width: 15.16667rem;
  margin: 0 auto;
  margin-top: 1.66667rem;
  overflow: hidden;
}

.stgb__image:first-child {
  margin-top: 0;
}

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

.stgb__image-inner {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.stgb__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.stgb__title {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 2.38889rem;
  font-weight: 700;
  line-height: 1.30233;
  letter-spacing: 0.02em;
  margin-top: 2.77778rem;
}

.stgb__title:first-child {
  margin-top: 0;
}

.stgb__summary {
  line-height: 1.66667;
  margin-top: 0.83333rem;
}

.stgb__summary:first-child {
  margin-top: 0;
}

.bg-highlight {
  background-color: #ce171e;
  border-radius: 0.55556rem;
  padding: 0.16667rem 0.27778rem;
}

@media (max-width: 767px) {
  .bg-highlight {
    margin-left: 0.55556rem;
    margin-right: 0.55556rem;
  }
}

.bblock {
  background-color: #fff;
  border-radius: 1.66667rem;
  padding: 6.11111rem 6.11111rem 6.11111rem;
  -webkit-box-shadow: 0 3.5rem 6.66667rem -3.33333rem #9494a2;
  box-shadow: 0 3.5rem 6.66667rem -3.33333rem #9494a2;
}

@media (max-width: 767px) {
  .bblock {
    padding: 6.11111rem 5rem 6.11111rem;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--w-btn > .cols {
    display: block;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--w-btn > .cols > .col {
    display: block;
    width: auto;
    margin-top: 1.66667rem;
  }
  .cols-wrapper--w-btn > .cols > .col:first-child {
    margin-top: 0;
  }
}

.school-slider {
  margin-top: 8.33333rem;
}

.school-slider:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .school-slider {
    margin-top: 5.27778rem;
  }
}

.swiper-slider--schools .swiper-container {
  padding: 0 calc((100% - 61.11111rem) / 2);
}

@media (max-width: 767px) {
  .swiper-slider--schools .swiper-container {
    padding: 0 1.66667rem;
  }
}

.swiper-slider--schools .swiper-container:before,
.swiper-slider--schools .swiper-container:after {
  position: absolute;
  top: 0;
  width: 18.88889rem;
  height: 33.33333rem;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}

@media (max-width: 767px) {
  .swiper-slider--schools .swiper-container:before,
  .swiper-slider--schools .swiper-container:after {
    display: none;
  }
}

.swiper-slider--schools .swiper-container:before {
  left: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.45)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0)
  );
}

.swiper-slider--schools .swiper-container:after {
  right: 0;
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.45)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0)
  );
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.45),
    rgba(0, 0, 0, 0)
  );
}

.swiper-slider--schools.slider-events-added .swiper-container:before,
.swiper-slider--schools.slider-events-added .swiper-container:after {
  opacity: 1;
}

.swiper-slider--schools.swiper-slider--start .swiper-container:before {
  opacity: 0;
}

.swiper-slider--schools.swiper-slider--end .swiper-container:after {
  opacity: 0;
}

.swiper-slider--schools .swiper-slide {
  width: auto;
  margin-right: 4.16667rem;
}

@media (max-width: 767px) {
  .swiper-slider--schools .swiper-slide {
    margin-right: 2.22222rem;
  }
}

.swiper-slider--schools .swiper-slide:last-child {
  margin-right: 0;
}

.swiper-slider--schools .swiper-slide img {
  width: auto;
  height: 100%;
}

.swiper-slider--schools .swiper-button-prev,
.swiper-slider--schools .swiper-button-next {
  top: 16.66667rem;
  color: #fff;
  height: 2.77778rem;
  width: 2.33333rem;
}

@media (max-width: 767px) {
  .swiper-slider--schools .swiper-button-prev,
  .swiper-slider--schools .swiper-button-next {
    top: 11.11111rem;
    height: 1.66667rem;
    width: 1.44444rem;
  }
}

.swiper-slider--schools .swiper-button-prev.swiper-button-disabled,
.swiper-slider--schools .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
  color: #464545;
}

@media (max-width: 767px) {
  .swiper-slider--schools .swiper-button-prev.swiper-button-disabled,
  .swiper-slider--schools .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    color: #fff;
  }
}

.swiper-slider--schools .swiper-button-prev {
  left: 3.88889rem;
}

@media (max-width: 767px) {
  .swiper-slider--schools .swiper-button-prev {
    left: 1.11111rem;
  }
}

.swiper-slider--schools .swiper-button-prev:before {
  border-width: 1.38889rem 2.33333rem 1.38889rem 0;
}

@media (max-width: 767px) {
  .swiper-slider--schools .swiper-button-prev:before {
    border-width: 0.83333rem 1.44444rem 0.83333rem 0;
  }
}

.swiper-slider--schools .swiper-button-next {
  right: 3.88889rem;
}

@media (max-width: 767px) {
  .swiper-slider--schools .swiper-button-next {
    right: 1.11111rem;
  }
}

.swiper-slider--schools .swiper-button-next:before {
  border-width: 1.38889rem 0 1.38889rem 2.33333rem;
}

@media (max-width: 767px) {
  .swiper-slider--schools .swiper-button-next:before {
    border-width: 0.83333rem 0 0.83333rem 1.44444rem;
  }
}

.swiper-slider--schools + .action {
  margin-top: 4.16667rem;
}

.istgb {
  font-size: 33.33333rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .istgb {
    font-size: 22.22222rem;
  }
}

.istgb__inner {
  font-size: 1rem;
  line-height: 1.38889;
}

.istgb__image {
  margin-top: 2.5rem;
}

.istgb__image:first-child {
  margin-top: 0;
}

.istgb__image-inner {
  background-color: #ddd;
  height: 33.33333rem;
}

@media (max-width: 767px) {
  .istgb__image-inner {
    height: 22.22222rem;
  }
}

.istgb__content {
  max-width: 60rem;
  margin-top: 2.5rem;
}

@media (max-width: 767px) {
  .istgb__content {
    max-width: 25rem;
    margin-top: 2.5rem;
  }
}

.istgb__content:first-child {
  margin-top: 0;
}

.istgb__title {
  font-weight: 600;
  margin-top: 1.11111rem;
}

.istgb__title:first-child {
  margin-top: 0;
}

.istgb__summary {
  margin-top: 1.11111rem;
}

.istgb__summary:first-child {
  margin-top: 0;
}

/*
Блок с картинкой, текстом и кнопкой (сверху вниз)
*/
.ctgbs {
  position: relative;
  z-index: 2;
  margin: 0 -1.11111rem;
  margin-top: 5.27778rem;
}

.ctgbs:first-child {
  margin-top: 0;
}

.ctgbs:after {
  content: "";
  display: table;
  clear: both;
}

.ctgbs__inner {
  float: left;
  width: 100%;
  margin: -1.11111rem 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .ctgbs__inner {
    margin: -2.77778rem 0;
  }
}

.ctgb {
  display: inline-block;
  vertical-align: top;
  max-width: 33.33%;
  width: 14.72222rem;
  padding: 1.11111rem;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .ctgb {
    max-width: 100%;
    width: 100%;
    padding-top: 2.77778rem;
    padding-bottom: 2.77778rem;
  }
}

.ctgb a {
  color: inherit;
}

.ctgb a:hover {
  color: #ce171e;
}

.ctgb a:active,
.ctgb a.active {
  color: #ce171e;
}

.ctgb__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  text-align: center;
  color: inherit !important;
  text-decoration: none !important;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.ctgb__image {
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
  max-width: 10.33333rem;
  margin: 0 auto;
  margin-top: 1.66667rem;
}

.ctgb__image:first-child {
  margin-top: 0;
}

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

.ctgb__image:after {
  position: absolute;
  top: -1.11111rem;
  right: -1.11111rem;
  bottom: -1.11111rem;
  left: -1.11111rem;
  background: center center no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMDMuNyAyMDMuNyI+PHBhdGggZmlsbD0iI0Q4RDhEOCIgZD0iTTExMC42IDIwMy40bC0yLjYtMjkuOWMxLjQtLjEgMi43LS4zIDQuMS0uNWw0LjMgMjkuN2MtMS45LjMtMy44LjUtNS44Ljd6bS0yMy4xLS43Yy0xLjktLjMtMy44LS42LTUuNy0xbDUuOS0yOS40YzEuMy4zIDIuNy41IDQgLjdsLTQuMiAyOS43em01MS40LTUuOWwtMTAuOS0yOGMxLjMtLjUgMi41LTEgMy44LTEuNmwxMi41IDI3LjNjLTEuOC44LTMuNiAxLjYtNS40IDIuM3ptLTc5LjMtMi4yYy0xLjgtLjgtMy41LTEuNy01LjItMi42bDE0LTI2LjVjMS4yLjYgMi40IDEuMiAzLjcgMS44bC0xMi41IDI3LjN6bTEwNC41LTEyLjFsLTE4LjMtMjMuOGMxLjEtLjggMi4xLTEuNyAzLjItMi42bDE5LjcgMjIuN2MtMS42IDEuMy0zLjEgMi41LTQuNiAzLjd6bS0xMjguOS0zLjZjLTEuNS0xLjMtMi45LTIuNi00LjMtMy45bDIwLjktMjEuNWMxIDEgMiAxLjkgMyAyLjhsLTE5LjYgMjIuNnptMTQ5LjEtMTcuMkwxNjAgMTQ0LjFjLjgtMS4xIDEuNi0yLjMgMi4zLTMuNGwyNS4yIDE2LjJjLTEgMS42LTIuMSAzLjMtMy4yIDQuOHpNMTYuMiAxNTdjLTEtMS42LTIuMS0zLjMtMy01bDI2LjEtMTQuOGMuNyAxLjIgMS40IDIuNCAyLjEgMy41TDE2LjIgMTU3em0xODEuNi0yMC45TDE2OS42IDEyNmMuNS0xLjMuOS0yLjYgMS4zLTMuOWwyOC44IDguNGMtLjYgMS45LTEuMiAzLjgtMS45IDUuNnpNNC4xIDEzMC43Yy0uNS0xLjktMS0zLjgtMS41LTUuNmwyOS4yLTYuOGMuMyAxLjMuNyAyLjcgMSA0bC0yOC43IDguNHptMTk5LjUtMjNsLTMwLTEuN2MuMS0xLjQuMS0yLjcuMS00LjF2LS4yaDMwdi4yYzAgMS45IDAgMy44LS4xIDUuOHpNMzAgMTAyLjFsLTguNS0uMUgwdi0uMWMwLTEuOS4xLTMuOC4yLTUuN2wzMCAxLjdjLS4xIDEuMy0uMSAyLjctLjEgNGwtLjEuMnptMTQxLjgtMTYuN2MtLjMtMS4zLS43LTIuNy0xLjEtNGwyOC44LTguNWMuNSAxLjggMSAzLjcgMS41IDUuNmwtMjkuMiA2Ljl6TTMyLjkgODEuN0w0LjEgNzMuM2MuNS0xLjkgMS4xLTMuNyAxLjgtNS41bDI4LjMgMTBjLS41IDEuMy0xIDIuNi0xLjMgMy45em0xMzEuNS0xNS4zYy0uNy0xLjItMS40LTIuNC0yLjEtMy41bDI1LjItMTYuM2MxIDEuNiAyLjEgMy4zIDMgNWwtMjYuMSAxNC44ek00MS4zIDYzLjFMMTYuMSA0Ni45YzEtMS42IDIuMS0zLjIgMy4zLTQuOGwyNC4zIDE3LjZjLS44IDEuMS0xLjYgMi4zLTIuNCAzLjR6bTExMC41LTEyLjljLTEtLjktMi0xLjktMy0yLjhsMTkuNi0yMi43YzEuNSAxLjMgMi45IDIuNiA0LjMgMy45bC0yMC45IDIxLjZ6bS05Ny4xLTIuNkwzNSAyNWMxLjUtMS4zIDMtMi41IDQuNS0zLjdMNTcuOSA0NWMtMS4xLjgtMi4xIDEuNy0zLjIgMi42em04MC42LTkuNGMtMS4yLS42LTIuNC0xLjItMy43LTEuOEwxNDQgOS4xYzEuOC44IDMuNSAxLjcgNS4yIDIuNmwtMTMuOSAyNi41em0tNjMuNC0xLjdMNTkuNCA5LjNjMS44LS44IDMuNi0xLjYgNS40LTIuM2wxMC45IDI3LjljLTEuMy41LTIuNiAxLjEtMy44IDEuNnptNDQuMS01LjFjLTEuMy0uMy0yLjctLjUtNC0uN0wxMTYuMSAxYzEuOS4zIDMuOC42IDUuNyAxTDExNiAzMS40em0tMjQuNS0uN0w4Ny4yIDFDODkuMS43IDkxLjEuNSA5MyAuM2wyLjYgMjkuOWMtMS40LjItMi44LjMtNC4xLjV6Ii8+PC9zdmc+);
  background-size: contain;
  content: "";
  z-index: -1;
}

.ctgb__image-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}

.ctgb__image-inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}

.ctgb__title {
  font-size: 1rem;
  line-height: 1.33333;
  letter-spacing: 0.02em;
  margin-top: 3.33333rem;
}

.ctgb__title:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ctgb__title {
    font-size: 1.55556rem;
  }
}

.ctgb__title a.active {
  color: #0b1359;
  text-decoration: none;
}

.ctgb__list {
  line-height: 1.66667;
  font-size: 0.88889rem;
  margin-top: 0.83333rem;
  text-align: left;
}

.ctgb__list:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .ctgb__list {
    font-size: 1rem;
  }
}

.ctgb__list.expand-it-container {
  margin-top: 0;
}

.ctgb__list .expand-it-inner {
  padding-top: 0.83333rem;
}

.section--map {
  background-color: transparent;
  padding: 0;
}

.section--map > .section__bg {
  left: -22.22222rem;
  right: -22.22222rem;
  background-color: #041943;
  border-radius: 111.11111rem 111.11111rem 0 0 / 66.66667rem 66.66667rem 0 0;
  display: none;
}

.map-wrapper {
  margin-left: -22.22222rem;
  margin-right: -22.22222rem;
  border-radius: 111.11111rem 111.11111rem 0 0 / 66.66667rem 66.66667rem 0 0;
  overflow: hidden;
}

@media (max-width: 767px) {
  .map-wrapper {
    margin-left: -11.11111rem;
    margin-right: -11.11111rem;
  }
}

.map-wrapper .gm-style-pbc {
  z-index: 200000 !important;
  pointer-events: none;
}

.map-wrapper .map-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
  padding: 7.22222rem 0;
}

@media (max-width: 767px) {
  .map-wrapper .map-overlay {
    padding: 4.44444rem 0;
  }
}

.map-wrapper .map {
  /* min-height: 52.77778rem; */
  margin-top: 0;
  margin-left: 22.22222rem;
  margin-right: 22.22222rem;
  width: auto;
}

@media (max-width: 767px) {
  .map-wrapper .map {
    min-height: 44.44444rem;
    margin-left: 11.11111rem;
    margin-right: 11.11111rem;
  }
}

/*

.map-container {
    position: relative;
    margin: -75rem/$k -120rem/$k 0;

    @media (max-width: $mobile) {
        margin: -30rem/$k;
    }

    .map {
        position: relative;
        margin: 0;

        @media (max-width: $mobile) {
            min-width: 1100rem/$k;
            margin: -30rem/$k;
        }

        &:before {
            display: block;
            padding-bottom: (550/880*100%);
            content: '';
        }

        .section__bg {
            position: absolute;
            top: -3%;
            right: 0%;
            bottom: -1%;
            left: -1.5%;
            background: no-repeat center;
            background-size: 100% 100%;
            z-index: 0;
        }
    }
}

.map-scroller {

    @media (max-width: $mobile) {
        overflow-y: hidden;
        overflow-x: auto;
    }
}

.map-one  {
    background: no-repeat center bottom;// url("../img/map-one1.svg")
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAyMiAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTEgMzBDMTYuNDY3NiAzMCAyMC45IDI4LjU2MjggMjAuOSAyNi43ODk4QzIwLjkgMjUuMDE2OCAxNi40Njc2IDIzLjU3OTUgMTEgMjMuNTc5NUM1LjUzMjM2IDIzLjU3OTUgMS4wOTk5OCAyNS4wMTY4IDEuMDk5OTggMjYuNzg5OEMxLjA5OTk4IDI4LjU2MjggNS41MzIzNiAzMCAxMSAzMFoiIGZpbGw9InVybCgjcGFpbnQwX3JhZGlhbCkiLz48cGF0aCBkPSJNMjAuOSAxMS4xODU3QzIwLjkgMTkuMDE1NyAxMSAyNS43MjcxIDExIDI1LjcyNzFDMTEgMjUuNzI3MSAxLjA5OTk4IDE5LjAxNTcgMS4wOTk5OCAxMS4xODU3QzEuMDk5OTggOC41MTU3NCAyLjE0MzAxIDUuOTU1MTMgMy45OTk2MiA0LjA2NzE4QzUuODU2MjMgMi4xNzkyMyA4LjM3NDMzIDEuMTE4NTkgMTEgMS4xMTg1OUMxMy42MjU2IDEuMTE4NTkgMTYuMTQzNyAyLjE3OTIzIDE4LjAwMDMgNC4wNjcxOEMxOS44NTY5IDUuOTU1MTMgMjAuOSA4LjUxNTc0IDIwLjkgMTEuMTg1N1oiIGZpbGw9IiMzODRDQTAiIHN0cm9rZT0iI0RGMUYyNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48cGF0aCBkPSJNMTEgMTUuOTM5NkMxMy41ODE5IDE1LjkzOTYgMTUuNjc1IDEzLjgxMTIgMTUuNjc1IDExLjE4NTdDMTUuNjc1IDguNTYwMTYgMTMuNTgxOSA2LjQzMTc2IDExIDYuNDMxNzZDOC40MTgwMiA2LjQzMTc2IDYuMzI0OTUgOC41NjAxNiA2LjMyNDk1IDExLjE4NTdDNi4zMjQ5NSAxMy44MTEyIDguNDE4MDIgMTUuOTM5NiAxMSAxNS45Mzk2WiIgZmlsbD0iIzAwQjNFRiIvPjxkZWZzPjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQwX3JhZGlhbCIgY3g9IjAiIGN5PSIwIiByPSIxIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgZ3JhZGllbnRUcmFuc2Zvcm09InRyYW5zbGF0ZSgxMSAyNi44NDU3KSBzY2FsZSg5LjQ0OSAxLjkyMTcpIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA1QkFBIi8+PHN0b3Agb2Zmc2V0PSIwLjAxIiBzdG9wLWNvbG9yPSIjMDA1QkFBIiBzdG9wLW9wYWNpdHk9IjAuOTgiLz48c3RvcCBvZmZzZXQ9IjAuMTMiIHN0b3AtY29sb3I9IiMwMDVCQUEiIHN0b3Atb3BhY2l0eT0iMC43MiIvPjxzdG9wIG9mZnNldD0iMC4yNSIgc3RvcC1jb2xvcj0iIzAwNUJBQSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjAuMzgiIHN0b3AtY29sb3I9IiMwMDVCQUEiIHN0b3Atb3BhY2l0eT0iMC4zMiIvPjxzdG9wIG9mZnNldD0iMC41MSIgc3RvcC1jb2xvcj0iIzAwNUJBQSIgc3RvcC1vcGFjaXR5PSIwLjE4Ii8+PHN0b3Agb2Zmc2V0PSIwLjY1IiBzdG9wLWNvbG9yPSIjMDA1QkFBIiBzdG9wLW9wYWNpdHk9IjAuMDgiLz48c3RvcCBvZmZzZXQ9IjAuODEiIHN0b3AtY29sb3I9IiMwMDVCQUEiIHN0b3Atb3BhY2l0eT0iMC4wMiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwNUJBQSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PC9zdmc+);
    background-size: contain;
    width: 38rem/$k;
    height: 46rem/$k;
    margin: -15rem/$k 0 0 -8rem/$k;
    position: absolute;
    z-index: 1;
}
.map-one.green  {
    background: no-repeat center bottom;// url("../img/map-one2.svg")
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzEiIHZpZXdCb3g9IjAgMCAyMiAzMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTAuOSAzMC43NkMxNi4zNjc2IDMwLjc2IDIwLjggMjkuMjgzNiAyMC44IDI3LjQ2MjNDMjAuOCAyNS42NDExIDE2LjM2NzYgMjQuMTY0NyAxMC45IDI0LjE2NDdDNS40MzIzOCAyNC4xNjQ3IDEgMjUuNjQxMSAxIDI3LjQ2MjNDMSAyOS4yODM2IDUuNDMyMzggMzAuNzYgMTAuOSAzMC43NloiIGZpbGw9InVybCgjcGFpbnQwX3JhZGlhbCkiLz48cGF0aCBkPSJNMjAuOCAxMS40MzM1QzIwLjggMTkuNDc2NiAxMC45IDI2LjM3MDggMTAuOSAyNi4zNzA4QzEwLjkgMjYuMzcwOCAxIDE5LjQ3NjYgMSAxMS40MzM1QzEgOC42OTA3OSAyLjA0MzAzIDYuMDYwNDYgMy44OTk2NCA0LjEyMTFDNS43NTYyNSAyLjE4MTc0IDguMjc0MzUgMS4wOTIyMiAxMC45IDEuMDkyMjJDMTMuNTI1NiAxLjA5MjIyIDE2LjA0MzcgMi4xODE3NCAxNy45MDAzIDQuMTIxMUMxOS43NTcgNi4wNjA0NiAyMC44IDguNjkwNzkgMjAuOCAxMS40MzM1WiIgZmlsbD0iIzM4NENBMCIgc3Ryb2tlPSIjMjJEQTM0IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiPjxwYXRoIGQ9Ik0xNS41MTU3IDcuMDczNjFIMTEuNzU0MkMxMS43MTkyIDcuMDczNjEgMTEuNjc3NCA3LjEwOTUxIDExLjY3NzQgNy4xNDU0NlYxMi44NzE5QzExLjY3NzQgMTIuODc2MSAxMS42ODQ0IDEyLjg4MTQgMTEuNjg1MiAxMi44ODU0TDExLjU4MjYgMTIuOTQ0SDUuMjM3NzVDNC43MzEwNCAxMi45NDQgNC4zOTIgMTMuNDc3MiA0LjU5NTA2IDEzLjk1NDFDNS4xNzIwNCAxNS4zMDkxIDYuNDAyMzQgMTYuMzAyMSA3Ljg3NzEgMTYuNTE0NUM4LjE5NzQzIDE2LjYyMDkgOC40NjI1OCAxNi45NDg2IDguNDg1NDcgMTcuMzM3NEw4LjIzOTUxIDE4LjI0MTRDOC4wNzYzNSAxOC43NjE2IDguNDQ2MTIgMTkuMjYzOSA4Ljk3MDI1IDE5LjI2MzlIMTIuNDI5NkMxMi45NTM3IDE5LjI2MzkgMTMuMjA4NiAxOC45NjQ1IDEzLjIwODYgMTguMzQwM1YxNC4zNjc2QzEzLjIxNjkgMTQuMzQxMSAxMy4yMjM2IDE0LjMxNDMgMTMuMjIzNiAxNC4yOTU1QzEzLjIyMzYgMTMuNTU2NiAxMy41OTE0IDEyLjk0NjEgMTQuNTc1OCAxMi45Mzg4VjEyLjk0NEgxNS41MTU3QzE1LjU1MDggMTIuOTQ0IDE1LjU4NzUgMTIuOTA3OSAxNS41ODc1IDEyLjg3MTlWNy4xNDU0NkMxNS41ODc1IDcuMTA5NTEgMTUuNTUwOCA3LjA3MzYxIDE1LjUxNTcgNy4wNzM2MVoiIGZpbGw9IiNFNUU0REYiLz48cGF0aCBkPSJNMTUuNTYwMiA2LjYzNUMxNS41NjAyIDYuNjYwMDYgMTUuNTQwNCA2LjY4MDM2IDE1LjUxNiA2LjY4MDM2SDExLjcyMTVDMTEuNzA5OCA2LjY4MDM2IDExLjY5ODYgNi42NzU1OCAxMS42OTAzIDYuNjY3MDhDMTEuNjgyIDYuNjU4NTcgMTEuNjc3NCA2LjY0NzAzIDExLjY3NzQgNi42MzVWNS41NzQxMUMxMS42Nzc0IDUuNTQ5MDYgMTEuNjk3MSA1LjUyODc1IDExLjcyMTUgNS41Mjg3NUgxNS41MTZDMTUuNTQwNCA1LjUyODc1IDE1LjU2MDIgNS41NDkwNiAxNS41NjAyIDUuNTc0MTFWNi42MzVIMTUuNTYwMloiIGZpbGw9IiNFNUU0REYiLz48cGF0aCBkPSJNMTIuMTc0IDEyLjkyMDNMMTIuMTcyMiAxMi45MTg1QzEyLjE3MTcgMTIuOTI2MiAxMi4xNzExIDEyLjkzNDQgMTIuMTcwMyAxMi45NDRINS4yMzc3M0M1LjEyODMzIDEyLjk0NCA1LjAyNjggMTIuOTY3OCA0LjkzNjc5IDEzLjAxMTdDNC45MjczIDEyLjk2NjcgNC45MjI1MSAxMi45MjA5IDQuOTIyNDkgMTIuODc0OUM0LjkyMjQ5IDEyLjUyNTIgNS4xOTg0MSAxMi4yNDE4IDUuNTM4ODEgMTIuMjQxOEgxMS41MTM1TDcuMDQ2NiA3LjY1MzMyQzcuMjg3MzEgNy40MDYwOSA3LjY3NzUzIDcuNDA2MDkgNy45MTgyMSA3LjY1MzMyTDEyLjE3NCAxMi4wMjVDMTIuNDE0NyAxMi4yNzIyIDEyLjQxNDcgMTIuNjczMSAxMi4xNzQgMTIuOTIwM1oiIGZpbGw9IiM1OTdCOTEiLz48L2c+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjkgMjcuNTE5OCkgc2NhbGUoOS40NDg5OSAxLjk3NDAxKSI+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNUJBQSIvPjxzdG9wIG9mZnNldD0iMC4wMSIgc3RvcC1jb2xvcj0iIzAwNUJBQSIgc3RvcC1vcGFjaXR5PSIwLjk4Ii8+PHN0b3Agb2Zmc2V0PSIwLjEzIiBzdG9wLWNvbG9yPSIjMDA1QkFBIiBzdG9wLW9wYWNpdHk9IjAuNzIiLz48c3RvcCBvZmZzZXQ9IjAuMjUiIHN0b3AtY29sb3I9IiMwMDVCQUEiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PHN0b3Agb2Zmc2V0PSIwLjM4IiBzdG9wLWNvbG9yPSIjMDA1QkFBIiBzdG9wLW9wYWNpdHk9IjAuMzIiLz48c3RvcCBvZmZzZXQ9IjAuNTEiIHN0b3AtY29sb3I9IiMwMDVCQUEiIHN0b3Atb3BhY2l0eT0iMC4xOCIvPjxzdG9wIG9mZnNldD0iMC42NSIgc3RvcC1jb2xvcj0iIzAwNUJBQSIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+PHN0b3Agb2Zmc2V0PSIwLjgxIiBzdG9wLWNvbG9yPSIjMDA1QkFBIiBzdG9wLW9wYWNpdHk9IjAuMDIiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMDVCQUEiIHN0b3Atb3BhY2l0eT0iMCIvPjwvcmFkaWFsR3JhZGllbnQ+PGNsaXBQYXRoIGlkPSJjbGlwMCI+PHJlY3Qgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0LjM4MTIiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjkwMDAyIDUuMDc5MzUpIi8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+);
    background-size: contain;
    width: 38rem/$k;
    height: 46rem/$k;
    margin: -15rem/$k 0 0 -8rem/$k;
    z-index: 2;
}
.map-one-name  {
    font-style: normal;
    font-weight: 500;
    font-size: 12rem/$k;
    line-height: 1.5;
    padding: 7rem/$k 0;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;

    @media (max-width: $mobile) {
        font-size: 18rem/$k;
    }
}
.map-one-address  {
    position: absolute;
    right: -175rem/$k;//-125
    top: 100%;
    background: linear-gradient(273.76deg, rgba(7, 36, 87, 0.7) 2.44%, rgba(113, 144, 190, 0.7) 138.53%);
    box-shadow: 20rem/$k 20rem/$k 25rem/$k rgba(0, 5, 31, 0.25);
    height: auto;
    width: 350rem/$k;
    padding: 5rem/$k;
    max-height: 400rem/$k;
    overflow: hidden;
    overflow-y: auto;
    transition: all 0.2s;
    opacity: 0;
    z-index: -1;
    display: none;

    @media (max-width: $mobile) {
        left: 0;
        right: 0;
        margin: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        padding: 5rem/$k 30rem/$k;
    }

    &[data-active="true"] {
        opacity: 1;
        z-index: 3;
        display: block;
    }
}
.map-one:focused  {
    z-index: 5;
}
.map-one:hover  {
    z-index: 5;
}
.map-one:hover .map-one-address  {
    opacity: 1;
    z-index: 3;
    display: block;
}
.map-one.focused .map-one-address  {
    height: auto;
    width: 350rem/$k;//250
    padding: 5rem/$k;
    opacity: 1;
    z-index: 3;
    display: block;

    @media (max-width: $mobile) {
        width: 640rem/$k;
        padding: 5rem/$k 30rem/$k;
    }
}
.map-one-address::after  {
    position: absolute;
}
.map-one-table  {
    border-collapse: collapse;
    width: 100%;
    text-align: left;
}
.map-one-table th {
    font-style: normal;
    font-weight: 500;
    font-size: 9rem/$k;
    line-height: (16/9);
    color: #00B3EE;
    border-bottom: 1px solid #00B3EE;
    border-top: 1px solid #00B3EE;
    padding: 5rem/$k 5rem/$k;
    //text-align: center;

    //&:nth-child(3) {
    //    text-align: center;
    //}

    @media (max-width: $mobile) {
        font-size: 16rem/$k;
    }
}
.map-one-table td {
    font-style: normal;
    font-weight: 500;
    font-size: 9rem/$k;
    line-height: (16/9);
    color: #fff;
    padding: 5rem/$k 5rem/$k;

    @media (max-width: $mobile) {
        font-size: 16rem/$k;
    }
    //text-align: center;

    //&:nth-child(3) {
    //    text-align: center;
    //}
}

*/
.panel--buy {
  background-color: #da1920;
  color: #fff;
}

/*
Поповер шеринга
*/
.share-popover {
  position: absolute;
  top: 100%;
  right: 0;
  border-radius: 0.55556rem;
  background-color: #fff;
  padding: 1.66667rem;
  width: 14.44444rem;
  z-index: 2;
  -webkit-box-shadow: 0 0.27778rem 0.55556rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.27778rem 0.55556rem rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s, visibility 0s 0.3s;
  -o-transition: all 0.3s, visibility 0s 0.3s;
  transition: all 0.3s, visibility 0s 0.3s;
}

@media (max-width: 767px) {
  .itgb .share-popover {
    width: 15.27778rem;
  }
}

.fancybox-content .share-popover {
  top: auto;
  bottom: 100%;
}

.share-popover.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.share-popover a {
  color: #0b1359;
}

.share-popover__title {
  font-size: 1.11111rem;
  text-transform: uppercase;
  margin-top: 1.11111rem;
}

.share-popover__title:first-child {
  margin-top: 0;
}

.share-popover__footer {
  position: relative;
  font-size: 0.83333rem;
  text-transform: uppercase;
  margin-top: 1.11111rem;
}

.share-popover__footer:first-child {
  margin-top: 0;
}

.share-popover__copy {
  position: absolute;
  top: 100%;
  letter-spacing: 0;
  text-transform: none;
  left: 0;
  right: 0;
  text-align: center;
  color: #ce171e;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s, visibility 0s 0.3s;
  -o-transition: all 0.3s, visibility 0s 0.3s;
  transition: all 0.3s, visibility 0s 0.3s;
}

.share-popover__copy.active {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.share-widget {
  margin-top: 1.11111rem;
  min-height: 7rem;
}

.share-widget:first-child {
  margin-top: 0;
}

/*
Виджет шеринга
*/
.ya-share2 .ya-share2__container .ya-share2__list {
  margin: 0 -1rem -1rem 0;
}

.ya-share2 .ya-share2__container .ya-share2__item {
  margin: 0 1rem 1rem 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ya-share2 .ya-share2__container .ya-share2__item:last-child {
  margin-right: 1rem;
}

.ya-share2 .ya-share2__container .ya-share2__item:hover {
  opacity: 0.7;
}

.ya-share2 .ya-share2__container .ya-share2__item .ya-share2__badge {
  background-color: transparent;
}

.ya-share2
  .ya-share2__container
  .ya-share2__item_service_whatsapp
  .ya-share2__icon {
  /*background-image: url('../img/icon-whatsapp.svg');*/
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNjYuMSA2Ni4xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2Ni4xIDY2LjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iIzQ1YjAwNiIgZD0iTTMzLjgsMTUuOGMtOS4xLDAtMTYuNSw3LjQtMTYuNSwxNi41YzAsMy4xLDAuOSw2LjEsMi41LDguOGwwLjQsMC42bC0xLjcsNi4xbDYuMi0xLjZsMC42LDAuNA0KCWMyLjUsMS41LDUuNCwyLjMsOC40LDIuM2gwYzkuMSwwLDE2LjUtNy40LDE2LjUtMTYuNUM1MC4zLDIzLjIsNDIuOSwxNS45LDMzLjgsMTUuOHogTTQzLjUsMzkuNGMtMC40LDEuMi0yLjQsMi4yLTMuMywyLjQNCgljLTEsMC4yLTIuMSwwLjEtMy4xLTAuMmMtMS0wLjMtMS45LTAuNi0yLjgtMWMtNS0yLjEtOC4yLTcuMi04LjUtNy41Yy0xLjItMS41LTEuOS0zLjMtMi01LjFjMC0xLjYsMC42LTMuMSwxLjctNC4xDQoJYzAuMy0wLjQsMC44LTAuNiwxLjMtMC42YzAuMywwLDAuNywwLDEsMGMwLjUtMC4xLDEsMC4zLDEuMSwwLjhjMCwwLDAsMCwwLDBjMC40LDEsMS40LDMuNCwxLjUsMy43YzAuMiwwLjMsMC4yLDAuNiwwLDAuOQ0KCWMtMC4xLDAuMy0wLjMsMC42LTAuNSwwLjhjLTAuMiwwLjMtMC41LDAuNi0wLjcsMC45Yy0wLjMsMC4yLTAuNCwwLjctMC4yLDFjMCwwLDAsMCwwLDBjMC43LDEuMywxLjcsMi40LDIuOCwzLjQNCgljMS4yLDEsMi41LDEuOSw0LDIuNWMwLjMsMC4zLDAuOCwwLjIsMS4xLTAuMWMwLjMtMC4zLDEuMi0xLjQsMS42LTEuOWMwLjItMC40LDAuNy0wLjUsMS0wLjNjMCwwLDAsMCwwLjEsMA0KCWMwLjUsMC4yLDIuOSwxLjQsMy40LDEuNmMwLjQsMC4xLDAuNywwLjMsMSwwLjZDNDMuOSwzNy45LDQzLjgsMzguNyw0My41LDM5LjR6IE0zMy4xLDBDMTQuOCwwLDAsMTQuOCwwLDMzLjENCgljMCwxOC4zLDE0LjgsMzMuMSwzMy4xLDMzLjFjMTguMywwLDMzLjEtMTQuOCwzMy4xLTMzLjFjMCwwLDAsMCwwLDBDNjYuMSwxNC44LDUxLjMsMCwzMy4xLDB6IE0zMy44LDUyLjJMMzMuOCw1Mi4yDQoJYy0zLjMsMC02LjYtMC44LTkuNS0yLjRsLTEwLjUsMi44bDIuOC0xMC4zYy01LjUtOS41LTIuMi0yMS42LDcuMy0yNy4xczIxLjYtMi4yLDI3LjEsNy4zczIuMiwyMS42LTcuMywyNy4xDQoJQzQwLjcsNTEuMywzNy4zLDUyLjIsMzMuOCw1Mi4yTDMzLjgsNTIuMnoiLz4NCjwvc3ZnPg0K");
}

.ya-share2
  .ya-share2__container
  .ya-share2__item_service_vkontakte
  .ya-share2__icon {
  /*background-image: url('../img/icon-vkontakte.svg');*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzOTkgMzk5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAzOTkgMzk5IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjNGY4MGJhIiBkPSJNMCwyMTBjMC03LDAtMTQsMC0yMWMwLjMtMS4xLDAuNy0yLjIsMC45LTMuM2MyLjctMTQuNSwzLjYtMjkuNiw4LjItNDMuNUMzNC4xLDY2LjEsODYuMywxOS45LDE2NC45LDMuOGM4LjYtMS44LDE3LjQtMi42LDI2LjEtMy44YzUuNywwLDExLjMsMCwxNywwYzEuOCwwLjQsMy41LDEsNS4zLDEuMWMyMy40LDEuOCw0Niw3LDY3LjIsMTdjNjEuMiwyOC44LDk5LjMsNzYuMywxMTMuNywxNDIuNGMyLjIsMTAsMy4yLDIwLjMsNC43LDMwLjVjMCw1LjcsMCwxMS4zLDAsMTdjLTEuNSwxMC0yLjUsMjAtNC40LDMwYy0xNi4xLDg0LjUtODYuMSwxNDkuMy0xNzEuOCwxNTkuM2MtNC4yLDAuNS04LjUsMS4yLTEyLjcsMS43Yy03LDAtMTQsMC0yMSwwYy0xLjEtMC4zLTIuMi0wLjgtMy4zLTAuOGMtMTUtMC44LTI5LjgtMy4zLTQ0LThDNjcuMiwzNjUuMywyMS4zLDMxNC41LDQsMjM4QzIsMjI4LjgsMS4zLDIxOS4zLDAsMjEweiBNMTUxLjksMTI5LjdjMS42LDAuNiwyLjksMS4zLDQuMiwxLjdjNy4xLDEuOSwxMS4xLDYuNywxMS45LDEzLjhjMC45LDguOCwxLjYsMTcuNiwxLjUsMjYuNGMtMC4xLDYuNC0xLjEsMTIuOS0yLjYsMTkuMmMtMS44LDcuMy02LjMsOC40LTEyLjEsMy41Yy0yLjMtMS45LTQuMy00LjItNi4xLTYuNmMtMTIuMi0xNi4yLTIxLjUtMzQtMjkuMy01Mi42Yy0yLjctNi41LTcuMi05LjUtMTQuMy05LjNjLTEyLDAuMi0yNCwwLTM2LDAuMWMtOS44LDAuMS0xMi4zLDMuNi04LjEsMTIuNGM1LjgsMTIuNSwxMS44LDI1LDE4LjEsMzcuMmMxMy42LDI2LjIsMjguNSw1MS42LDQ5LjMsNzIuOWMyMy40LDI0LDUyLjIsMzMuNCw4NS40LDMwYzYuNC0wLjcsOC40LTMuMSw5LjItOS43YzAuNi00LjksMC45LTEwLDIuMS0xNC44YzMuNC0xMy40LDExLTE1LjUsMjAuOC01LjZjNS45LDUuOSwxMS40LDEyLjIsMTcsMTguM2M3LjcsOC40LDE2LjksMTMsMjguNywxMi41YzEyLjEtMC41LDI0LjMtMC42LDM2LjUsMGMxMSwwLjYsMTMuNi05LjQsOS43LTE2LjNjLTItMy41LTMuOS03LjEtNi42LTEwYy05LjYtMTAuNC0xOS40LTIwLjYtMjkuNC0zMC42Yy05LjgtOS44LTEwLjMtMTMuOC0yLjEtMjQuOGM3LTkuNSwxNC41LTE4LjcsMjEtMjguNWM2LjMtOS41LDEyLjMtMTkuNCwxNy4zLTI5LjZjNC4zLTguNiwwLjktMTMuMS04LjktMTMuNmMtMC44LDAtMS43LTAuMS0yLjUtMC4xYy0xNCwwLTI4LDAuMy00MiwwYy02LjgtMC4yLTEwLjQsMi43LTEyLjksOC43Yy0zLjYsOC42LTcsMTcuNC0xMS44LDI1LjNjLTcuMSwxMS42LTE1LDIyLjctMjMuMiwzMy42Yy00LjQsNS44LTEwLDQuNS0xMi41LTIuNGMtMS4xLTMtMS40LTYuNS0xLjQtOS44Yy0wLjEtMTUuMywwLTMwLjctMC4xLTQ2Yy0wLjEtOS45LTQuMS0xNC45LTEyLjItMTVjLTE0LjctMC4yLTI5LjMtMC4xLTQ0LDBDMTYwLDEyMC4yLDE1NS4yLDEyMy40LDE1MS45LDEyOS43eiIvPjwvc3ZnPg==);
}

.ya-share2
  .ya-share2__container
  .ya-share2__item_service_facebook
  .ya-share2__icon {
  /*background-image: url('../img/icon-facebook.svg');*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA2Ni41IDY2LjUiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY2LjUgNjYuNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzQyNjdiMyIgZD0iTTMzLjIsMEMxNC45LDAsMCwxNC45LDAsMzMuMmMwLDE4LjQsMTQuOSwzMy4yLDMzLjIsMzMuMnMzMy4yLTE0LjksMzMuMi0zMy4ybDAsMEM2Ni41LDE0LjksNTEuNiwwLDMzLjIsMHogTTQyLDMzLjFoLTUuOHYyMC41aC04LjVWMzMuMWgtNC4xdi03LjNoNC4xdi00LjdjMC0zLjQsMS42LTguNiw4LjYtOC42bDYuMywwdjdoLTQuNmMtMSwwLTEuOCwwLjctMS44LDEuN2MwLDAuMSwwLDAuMiwwLDAuM3Y0LjNoNi41TDQyLDMzLjF6Ii8+PC9zdmc+);
}

.ya-share2
  .ya-share2__container
  .ya-share2__item_service_viber
  .ya-share2__icon {
  /*background-image: url('../img/icon-viber.svg');*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA2Ni4xIDY2LjEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY2LjEgNjYuMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzdjNGY5ZiIgZD0iTTkuOSwwLjFjLTEuNCwwLjItMi43LDAuNi00LDEuM2MtMywxLjYtNS4yLDQuNi01LjgsOEMwLDEwLDAsMTEsMCwzMy4ydjIzLjFsMC4yLDAuN2MwLjksNC41LDQuNCw4LDguOSw4LjlsMC43LDAuMmg0Ni42bDAuNy0wLjJjNC41LTAuOSw4LTQuNCw4LjktOC45bDAuMi0wLjdWMzMuMmMwLTIyLjIsMC0yMy4yLTAuMS0yMy45Yy0wLjItMS4xLTAuNi0yLjItMS4xLTMuMWMtMS43LTMuNC01LTUuNy04LjgtNi4xQzU1LjIsMCwxMC43LDAsOS45LDAuMXogTTM1LjIsMTEuOGMyLjMsMC4zLDQuNSwwLjksNi42LDEuOWMyLDAuOSwzLjgsMi4yLDUuMywzLjhjMS41LDEuNCwyLjcsMy4xLDMuNiw1YzEuNCwzLDIuMiw2LjMsMi4zLDkuN2MwLDEuMiwwLDEuNS0wLjMsMS45Yy0wLjUsMC42LTEuMywwLjYtMS45LDAuMWMtMC4xLTAuMS0wLjItMC4yLTAuMy0wLjNjLTAuMi0wLjUtMC4yLTEtMC4yLTEuNWMwLTEuMi0wLjItMi41LTAuNC0zLjdjLTAuNy00LjQtMy04LjMtNi42LTEwLjljLTIuOS0yLjItNi40LTMuNC0xMC0zLjVjLTEuMy0wLjEtMS42LTAuMS0xLjktMC40Yy0wLjYtMC41LTAuNi0xLjQtMC4xLTJjMCwwLDAsMCwwLDBjMC4zLTAuMywwLjYtMC40LDEuNy0wLjNDMzMuOCwxMS43LDM0LjcsMTEuOCwzNS4yLDExLjhMMzUuMiwxMS44eiBNMTksMTIuNmMwLjMsMC4xLDAuNiwwLjMsMC44LDAuNGMxLjMsMC45LDUuMSw1LjcsNi4zLDguMWMwLjYsMC45LDAuOSwyLDAuNywzLjFjLTAuMiwwLjgtMC42LDEuMi0yLjMsMi42Yy0wLjUsMC40LTEsMC44LTEuNCwxLjNjLTAuMywwLjUtMC40LDEtMC41LDEuNmMwLjIsMS44LDAuOCwzLjUsMS44LDVjMSwxLjUsMi4yLDIuOSwzLjYsNC4yYzEuNCwxLjMsMywyLjQsNC43LDMuM2MyLjEsMSwzLjMsMS4zLDQuMywwLjljMC4yLTAuMSwwLjQtMC4yLDAuNi0wLjNjMC4xLTAuMSwwLjYtMC43LDEuMi0xLjVjMS4xLTEuNCwxLjQtMS43LDIuMi0xLjljMS0wLjMsMi4xLTAuMiwzLDAuM2MwLjgsMC40LDIuNSwxLjUsMy42LDIuMmMxLjcsMS4yLDMuNCwyLjYsNSw0YzAuNywxLDAuOSwyLjMsMC40LDMuNGMtMSwxLjktMi4zLDMuNi00LDVjLTAuOSwwLjgtMi4xLDEuMy0zLjQsMS40Yy0wLjksMC4xLTEuOC0wLjEtMi43LTAuNmMtOS42LTMuOS0xOC0xMC4zLTI0LjItMTguNmMtMy4yLTQuMi01LjctOC44LTcuNS0xMy42Yy0xLTIuOC0xLTMuOS0wLjItNS40YzAuOS0xLjEsMS45LTIuMSwzLTIuOWMxLjgtMS40LDIuNy0xLjksMy4zLTJDMTcuOSwxMi40LDE4LjUsMTIuNCwxOSwxMi42TDE5LDEyLjZ6IE0zNS43LDE3YzQsMC40LDcuNSwyLjYsOS44LDUuOWMxLjIsMS45LDIsNCwyLjMsNi4zYzAuMSwwLjksMC4xLDEuOCwwLDIuNmMtMC4xLDAuMy0wLjQsMC41LTAuNywwLjdjLTAuNCwwLjEtMC44LDAuMS0xLjIsMGMtMC41LTAuMy0wLjctMC43LTAuNy0xLjljMC0xLjgtMC40LTMuNi0xLjMtNS4zYy0wLjktMS43LTIuMy0zLjEtNC00LjFjLTEuNy0wLjktMy41LTEuNS01LjQtMS42Yy0wLjUsMC0xLTAuMi0xLjMtMC41Yy0wLjQtMC40LTAuNC0xLjEtMC4xLTEuNkMzMy40LDE2LjgsMzQsMTYuNywzNS43LDE3TDM1LjcsMTd6IE0zNy4yLDIyLjNjMS4zLDAuMiwyLjQsMC44LDMuNCwxLjdjMS4yLDEuMiwxLjksMi43LDIuMSw0LjRjMC4yLDEuMywwLjEsMS44LTAuMywyLjJjLTAuNSwwLjQtMS4yLDAuNC0xLjcsMGMtMC40LTAuMy0wLjYtMC44LTAuNS0xLjNjMC0wLjgtMC4yLTEuNi0wLjYtMi4zYy0wLjYtMS4zLTEuNy0yLTMuNi0yLjNjLTAuNSwwLTEtMC4yLTEuNC0wLjVjLTAuNS0wLjYtMC40LTEuNCwwLjItMS45YzAuMSwwLDAuMS0wLjEsMC4yLTAuMWMwLjMtMC4xLDAuNi0wLjIsMS0wLjFDMzYuNCwyMi4yLDM2LjgsMjIuMiwzNy4yLDIyLjNMMzcuMiwyMi4zeiIvPjwvc3ZnPg==);
}

.ya-share2
  .ya-share2__container
  .ya-share2__item_service_odnoklassniki
  .ya-share2__icon {
  /*background-image: url('../img/icon-odnoklassniki.svg');*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMTg4LjEgMTE4Mi4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMTg4LjEgMTE4Mi4zIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjZjk5NDAwIiBkPSJNNTkzLjksMTE4Mi4yYy0xNDEuMSwwLTI4Mi4zLDAuMy00MjMuNC0wLjJjLTQyLjktMC4xLTgwLjgtMTUuMy0xMTIuOC00NGMtMzMuMS0yOS43LTUxLjctNjYuOS01Ni41LTExMC45Yy0xLjMtMTIuMi0wLjYtMjQuNi0wLjctMzYuOWMtMC4xLTUyLjctMC4zLTEwNS4zLTAuMy0xNThjMC0xOS4zLDAuMy0zOC42LDAuMy01Ny45YzAtMTgtMC41LTM1LjktMC40LTUzLjljMC0xOS41LDAuNC0zOSwwLjUtNTguNWMwLjEtNTguNSwwLjEtMTE2LjksMC0xNzUuNGMwLTIwLjgtMC40LTQxLjYtMC40LTYyLjRjMC00MC42LDAuMy04MS4yLDAuNC0xMjEuOEMwLjYsMjU2LjIsMCwyMTAuMSwwLjksMTY0QzEuNiwxMjYuOCwxNSw5My43LDM4LjMsNjQuOUM2Ni40LDMwLjEsMTAyLjgsOS4xLDE0NywyLjNjMTAuNS0xLjYsMjEuMi0yLjIsMzEuOC0yLjJDNDU1LjgsMCw3MzIuNywwLDEwMDkuNiwwYzQyLjcsMCw4MS42LDExLjcsMTE0LjgsMzkuMmMzNC44LDI4LjgsNTUuOCw2NS43LDYxLjcsMTEwLjdjMS4yLDkuNCwxLjgsMTguOSwxLjgsMjguM2MwLjEsMjc2LjgsMC4yLDU1My41LDAsODMwLjNjMCw1MC4zLTE4LjYsOTMuNC01NS41LDEyNy43Yy0yOSwyNi45LTYzLjUsNDIuOS0xMDMuMyw0NC45Yy0yNi42LDEuNC01My4zLDEtNzkuOSwxQzgzMC45LDExODIuMyw3MTIuNCwxMTgyLjIsNTkzLjksMTE4Mi4yQzU5My45LDExODIuMiw1OTMuOSwxMTgyLjIsNTkzLjksMTE4Mi4yeiBNNTkzLjIsNjA0LjFjMTE4LjQsMC44LDIxNi4zLTk1LjQsMjE2LjYtMjE1LjRjMC4zLTEyMC4yLTk1LjgtMjE3LjMtMjE2LjUtMjE3LjJjLTEyMSwwLjEtMjE1LjksOTcuMy0yMTYuMywyMTUuOUMzNzYuNiw1MDcuNiw0NzQuNyw2MDQuOCw1OTMuMiw2MDQuMXogTTY3MS43LDc3N2MwLjMtMC41LDAuNy0xLjEsMS0xLjZjMS43LTAuNSwzLjUtMC45LDUuMi0xLjNjNDYuMy0xMC43LDg5LjctMjguMiwxMjguNi01NS44YzIwLjctMTQuNywyOS42LTM0LjksMjUuNC02MC4zYy02LjctNDAuNC01My4yLTYxLjktODguMi00MC44Yy0xMC4xLDYuMS0xOS42LDEzLjMtMzAuMSwxOC42Yy00Mi4yLDIxLjItODcsMzAuNy0xMzQuNCwyOC41Yy0xOC4yLTAuOC0zNi0yLjktNTMuNi03LjJjLTMwLjUtNy40LTU5LjItMTguOC04NS0zNy4xYy0xMy4xLTkuMy0yNy45LTEyLjctNDQtMTBjLTIzLjcsMy45LTQyLjMsMjEtNDguMiw0NC43Yy01LjYsMjIuNSwzLjIsNDcuNSwyMiw2MS4yYzM2LjIsMjYuNCw3Ni44LDQzLjQsMTE5LjksNTVjNy4yLDIsMTQuNiwzLjUsMjIuNCw1LjRjLTEuNiwxLjktMi42LDMuMi0zLjcsNC40Yy0zOC43LDQwLjQtNzcuNCw4MC45LTExNi4yLDEyMS4yYy0xNC43LDE1LjMtMjEuMiwzMy0xNy42LDU0LjFjNC42LDI3LDI3LjMsNDcuNiw1NS45LDQ4LjhjMjAuNiwwLjksMzYuNi04LjEsNTAuMy0yM2MzMi4xLTM0LjgsNjQuNS02OS4yLDk2LjktMTAzLjdjNC4xLTQuMyw4LjctOC4xLDEzLjMtMTIuMmMwLjEsMC4xLDAuNiwwLjQsMS4xLDAuOWM0MC44LDM5LjgsODEuNiw3OS41LDEyMi40LDExOS40YzE1LDE0LjcsMzIuNiwyMS4xLDUzLjYsMTcuN2MyNi45LTQuMyw0OC0yNi45LDQ5LjMtNTZjMC44LTE4LjEtNS45LTMzLjQtMTguOC00Ni4yYy00MS00MC42LTgxLjktODEuMi0xMjIuOS0xMjEuN0M2NzQuOSw3NzguOSw2NzMuMiw3NzgsNjcxLjcsNzc3eiBNNTA1LjIsMzg3LjNjLTAuMiw1MC4zLDM5LjUsODguNSw4Ny43LDg4LjdjNDksMC4yLDg4LjYtMzcuNiw4OC43LTg4LjJjMC4yLTUwLjctNDEuMy04OC44LTg4LjItODcuOUM1NDYuOCwyOTkuMSw1MDUuNCwzMzYuOSw1MDUuMiwzODcuM3oiLz48L3N2Zz4=);
}

.ya-share2
  .ya-share2__container
  .ya-share2__item_service_email
  .ya-share2__icon {
  /*background-image: url('../img/icon-mail.svg');*/
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA2NS43IDY2LjEiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY1LjcgNjYuMSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iIzIyMmY3OSIgZD0iTTQwLjMsMzMuMWwxMC41LTEwLjZ2MjEuM0w0MC4zLDMzLjF6IE02NS43LDEwdjQ2LjFjMCw1LjUtNC41LDEwLTEwLDEwSDEwYy01LjUsMC0xMC00LjUtMTAtMTBWMTBDMCw0LjUsNC41LDAsMTAsMGg0NS43QzYxLjIsMCw2NS43LDQuNSw2NS43LDEweiBNNTMuOCwxNy4zSDExLjl2MzEuNmg0MS44VjE3LjN6IE0zMi45LDM1LjZjMC41LDAsMS0wLjIsMS4zLTAuNUw0OSwyMC4ySDE2LjlsMTQuNywxNC45QzMxLjksMzUuNCwzMi4zLDM1LjYsMzIuOSwzNS42eiBNMTQuOCwyMi4zdjIxLjVMMjUuNCwzM0wxNC44LDIyLjN6IE0zNi4zLDM3LjJjLTAuOSwwLjktMi4xLDEuNC0zLjQsMS40Yy0xLjMsMC0yLjUtMC41LTMuNC0xLjRsLTItMi4xTDE2LjgsNDUuOWgzMkwzOC4zLDM1LjJMMzYuMywzNy4yeiIvPjwvc3ZnPg==);
}

.ya-share2 .ya-share2__container .ya-share2__item .ya-share2__link {
  outline: none;
}

.ya-share2 .ya-share2__container .ya-share2__item .ya-share2__icon {
  width: 3rem;
  height: 3rem;
  background-size: 3rem 3rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ya-share2 .ya-share2__container .ya-share2__item:before {
  display: none;
}

.section--igame {

  margin-top: 8.33333rem;
  padding: 0;
  text-align: center;
  z-index: auto;
}

.section--igame .igame {
  margin-top: -2.77778rem;
  margin-bottom: -11.66667rem;
}

.section--igame + .container > .bblock:first-child {
  padding-top: 22.22222rem;
}

.igame {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 50rem;
  min-height: 50rem;
  margin: 0 auto;
  border-radius: 1.66667rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #253691;
  background-color: #fff;
  -webkit-box-shadow: 0 3.5rem 7.77778rem -3.33333rem rgba(148, 148, 162, 0.76);
  box-shadow: 0 3.5rem 7.77778rem -3.33333rem rgba(148, 148, 162, 0.76);
}

.igame__screen {
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s, visibility 0s 0.5s;
  -o-transition: all 0.5s, visibility 0s 0.5s;
  transition: all 0.5s, visibility 0s 0.5s;
}

.igame__screen:before {
  position: absolute;
  top: 1.55556rem;
  right: 1.55556rem;
  bottom: 1.55556rem;
  left: 1.55556rem;
  border-radius: 1.66667rem;
  border: 0.27778rem solid rgba(8, 49, 119, 0.1);
  content: "";
}

.igame__screen-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 6.38889rem 5.55556rem 5rem;
  overflow-y: auto;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .igame__screen-inner {
    padding: 5.55556rem 3.33333rem 4.44444rem;
  }
}

.igame__screen--no-border:before {
  visibility: hidden;
}

.igame__screen--green:before {
  border-color: #86d03a;
}

.igame__screen--red:before {
  border-color: #ce171e;
}

.igame__screen.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.igame__screen.inactive {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s, visibility 0s 0.3s;
  -o-transition: all 0.3s, visibility 0s 0.3s;
  transition: all 0.3s, visibility 0s 0.3s;
}

.igame__screen[data-result] .igame__screen-inner {
  overflow: visible;
}

.igame__top-space {
  min-height: 5rem;
}

.igame__title {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 2.77778rem;
  line-height: 1.06;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2.77778rem;
}

.igame__title:first-child {
  margin-top: 0;
}

.igame__title2 {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 2.55556rem;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 2.22222rem;
}

.igame__title2:first-child {
  margin-top: 0;
}

.igame__subtitle {
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 0.83333rem;
}

.igame__subtitle:first-child {
  margin-top: 0;
}

.igame__summary {
  font-size: 1.33333rem;
  line-height: 1.08333;
  margin-top: 1.66667rem;
}

.igame__summary:first-child {
  margin-top: 0;
}

.igame__summary2 {
  font-size: 1.33333rem;
  line-height: 1.25;
  margin-top: 3.61111rem;
}

.igame__summary2:first-child {
  margin-top: 0;
}

.igame__image {
  line-height: 15rem;
  height: 15rem;
  margin: auto 0;
  text-align: center;
  display:flex;
  flex-direction: column;
  align-items: center;
}

@media (max-width: 767px) {
  .igame__image {
    line-height: 11.11111rem;
    height: 11.11111rem;
  }
}

.igame__image img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.igame__question {
  font-size: 1.5rem;
  line-height: 1.44444;
  max-width: 30rem;
  margin: 0 auto;
  min-height: 8.88889rem;
  padding-top: 0.55556rem;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .igame__question {
    font-size: 1.33333rem;
    max-width: 26.66667rem;
    min-height: 8.33333rem;
  }
}

.igame__answer {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 7.61111rem;
  font-weight: 700;
  line-height: 1;
}

.igame__screen .igame__answer:first-child {
  margin-top: -1.11111rem;
}

.igame__answer--green {
  color: #86d03a;
}

.igame__answer--red {
  color: #ce171e;
}

.igame__actions {
  font-size: 0;
  margin-top: auto;
  padding-top: 1.94444rem;
}

.igame__actions .btn {
  min-width: 13.33333rem;
}

.igame__actions .btn--wide {
  min-width: 19.44444rem;
}

.igame__actions .btn + .btn {
  margin-left: 0.88889rem;
}

.igame__actions .igame__pager {
  display: inline-block;
  vertical-align: middle;
  width: 7.22222rem;
  margin-right: -7.22222rem;
  text-align: right;
  margin-left: 0.88889rem;
  margin-top: 0;
}

@media (max-width: 767px) {
  .igame__actions .igame__pager {
    width: 5.55556rem;
    margin-right: -5.55556rem;
  }
}

.igame__pager {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 2.55556rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(11, 19, 89, 0.4);
  margin-top: 0.55556rem;
}

.igame__pager:first-child {
  margin-top: 0;
}

.igame__pager + .igame__image {
  line-height: 17.77778rem;
  height: 17.77778rem;
  margin: 1.66667rem 0 0;
}

.igame__share {
  display: inline-block;
  vertical-align: top;
  font-size: 3.55556rem;
  line-height: 1;
  color: #13217b;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.igame__share-wrapper {
  position: absolute;
  right: 2.77778rem;
  bottom: 2.77778rem;
}

.igame__share .icon {
  top: 0.05556rem;
  vertical-align: top;
  -webkit-transition: all 0.3s, color 0s;
  -o-transition: all 0.3s, color 0s;
  transition: all 0.3s, color 0s;
}

.igame__share:hover {
  color: #dc1920;
}

.igame .share-popover {
  bottom: 100%;
  top: auto;
}

.igame-bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 23.33333rem;
}

.igame-bg--1 {
  right: 50%;
  margin-top: 1.11111rem;
  margin-right: 22.22222rem;
  text-align: right;
}

.igame-bg--2 {
  left: 50%;
  margin-top: 1.66667rem;
  margin-left: 22.22222rem;
  text-align: left;
}

.igame__tgbs {
  padding-top: 3.05556rem;
  margin: auto -3.33333rem;
}

@media (max-width: 767px) {
  .igame__tgbs {
    padding-top: 1.94444rem;
    margin: auto -1.11111rem;
  }
}

.igame-tgbs {
  margin: 0 -2.22222rem;
  margin-top: 1.94444rem;
}

.igame-tgbs:first-child {
  margin-top: 0;
}

.igame-tgbs:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .igame-tgbs {
    margin-left: -1.11111rem;
    margin-right: -1.11111rem;
  }
}

.igame-tgbs__inner {
  position: relative;
  float: left;
  width: 100%;
  margin: -2.22222rem 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .igame-tgbs__inner {
    margin: -1.11111rem 0;
  }
}

.igame-tgb {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 2.22222rem;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .igame-tgb {
    padding: 1.11111rem;
  }
}

.igame-tgb__inner {
  position: relative;
  display: block;
  color: inherit !important;
  text-decoration: none !important;
}

.igame-tgb__image {
  position: relative;
  margin-top: 1.66667rem;
  line-height: 12.22222rem;
  height: 12.22222rem;
}

.igame-tgb__image:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .igame-tgb__image {
    line-height: 8.88889rem;
    height: 8.88889rem;
  }
}

.igame-tgb__image img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.igame-tgb__title {
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 1.72222rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 0.83333rem;
}

.igame-tgb__title:first-child {
  margin-top: 0;
}

/*

Common property classes

 */
.relative {
  position: relative;
}

.inline {
  display: inline;
}

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

.flex-vert-100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.reset-margin {
  margin: 0;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

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

.hidden-absolute {
  position: absolute;
  top: -555.5rem;
  left: -555.5rem;
}

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

@media (max-width: 767px) {
  .text-align-left-on-mobile {
    text-align: left;
  }
}

@media (max-width: 479px) {
  .text-align-left-on-mobile-small {
    text-align: left;
  }
}

.text-align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .text-align-right-on-mobile {
    text-align: right;
  }
}

@media (max-width: 479px) {
  .text-align-right-on-mobile-small {
    text-align: right;
  }
}

.text-align-center {
  text-align: center;
}

@media (max-width: 767px) {
  .text-align-center-on-mobile {
    text-align: center;
  }
}

@media (max-width: 479px) {
  .text-align-center-on-mobile-small {
    text-align: center;
  }
}

.text-ellipsis {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.vmiddle {
  vertical-align: middle;
}

.vbottom {
  vertical-align: bottom;
}

.vbaseline {
  vertical-align: baseline;
}

.clear {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.no-text-transform {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.nounderline {
  text-decoration: none;
}

.nounderline-important {
  text-decoration: none !important;
}

.underline-hover:hover {
  text-decoration: underline;
}

.underline-hover:active {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.muted {
  opacity: 0.5;
}

.color-inherit-important {
  color: inherit !important;
}

.color-default {
  color: #0b1359;
}

.color-muted {
  color: rgba(11, 19, 89, 0.75);
}

.color-active {
  color: #ce171e;
}

.color-active2 {
  color: #253691;
}

.font-0 {
  font-size: 0;
}

.font-small {
  font-size: 0.77778rem;
}

.font-smaller {
  font-size: 0.88889rem;
}

.font-normal {
  font-size: 1rem;
}

.font-larger {
  font-size: 1.11111rem;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.mw340 {
  max-width: 18.88889rem;
}

.mw410 {
  max-width: 22.77778rem;
}

.mw440 {
  max-width: 24.44444rem;
}

.mw500 {
  max-width: 27.77778rem;
}

.mw560 {
  max-width: 31.11111rem;
}

.mw-none {
  max-width: none;
}

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

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

/* add  Dmitry Eremeew 07.03.2021*/

.swiper-slider--rtgb {
  margin-top: 10rem;
}

.swiper-slider--hero {
  margin-top: 5rem;
}

.vote--nosubscribe {
  margin: 2rem auto;
}

.panel--nosubscribe {
  width: 33.11111rem;
  max-width: 33.33333rem;
}

@media (max-width: 767px) {
  .panel--nosubscribe {
    width: 33.11111rem;
    max-width: 33.33333rem;
  }
}

@media (max-width: 767px) {
  .vote--nosubscribe .btn--fullwidth:first-child {
    margin-top: 3.1111rem;
  }
  .panel {
    width: 33.11111rem;
    max-width: 33.33333rem;
  }
}

div.schools-name {
  text-align: center;
  height: 1.5em;
}

@media (max-width: 767px) {
  div.schools-name {
    text-align: center;
    height: auto;
  }
}

.fio {
  margin-top: 0.2rem;
}

.checkboxes-nosubscribe {
  width: 22.22222rem;
}

div.block-button-nosubscribe {
  width: 100% !important;
}
/*
.scroll-load-last-one{
	display:none !important;
}
*/


.photo-button-next,
.photo-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.photo-button-next.photo-button-disabled,
.photo-button-prev.photo-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.photo-button-next:after,
.photo-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}
.photo-button-prev,
.swiper-container-rtl .photo-button-next {
  left: 10px;
  right: auto;
}
.photo-button-prev:after,
.swiper-container-rtl .photo-button-next:after {
  content: "prev";
}
.photo-button-next,
.swiper-container-rtl .photo-button-prev {
  right: 10px;
  left: auto;
}
.photo-button-next:after,
.swiper-container-rtl .photo-button-prev:after {
  content: "next";
}
.photo-button-next.photo-button-white,
.photo-button-prev.photo-button-white {
  --swiper-navigation-color: #ffffff;
}
.photo-button-next.photo-button-black,
.photo-button-prev.photo-button-black {
  --swiper-navigation-color: #000000;
}
.photo-button-lock {
  display: none;
}



.photo-buttons {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

.photo-button-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.photo-button-icon:before,
.photo-button-icon:after {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  margin: -0.05556rem 0 0 -0.38889rem;
  height: 0.11111rem;
  width: 0.77778rem;
  -webkit-transform: scaleX(1.14286);
  -ms-transform: scaleX(1.14286);
  transform: scaleX(1.14286);
  background-color: #007aff;
  content: "";
  -webkit-transition: all 700ms, color 0s;
  -o-transition: all 700ms, color 0s;
  transition: all 700ms, color 0s;
}

.photo-button-prev,
.photo-button-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  margin-top: 0;
  margin-left: 0 !important;
  height: 1.66667rem;
  width: 1.44444rem;
  background: transparent;
  color: #ffffff;
  opacity: 1;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.photo-button-prev:before,
.photo-button-next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-style: solid;
  content: "";
}

.photo-button-prev:after,
.photo-button-next:after {
  position: absolute;
  top: -1.38889rem;
  right: -1.38889rem;
  bottom: -1.38889rem;
  left: -1.38889rem;
  background: none;
  content: "";
}

.photo-button-prev:hover,
.photo-button-next:hover {
  color: currentColor;
}

.photo-button-prev.photo-button-disabled,
.photo-button-next.photo-button-disabled {
  opacity: 0.5;
  pointer-events: auto;
}

.photo-button-prev {
  left: -5rem;
}

.photo-button-prev:before {
  border-width: 0.83333rem 1.44444rem 0.83333rem 0;
  border-color: transparent currentColor transparent transparent;
}

.photo-button-next {
  right: -5rem;
}

.photo-button-next:before {
  border-width: 0.83333rem 0 0.83333rem 1.44444rem;
  border-color: transparent transparent transparent currentColor;
}

a.form-link:hover {
  text-decoration:none;
}

input[type="checkbox"].error + div.checkbox__icon::before {
  border-color:red;
  border-width: 2px;
}




/* fix DSS-39 */

div.share-widget.ya-share2.ya-share2_inited {
  display:flex;
}

div.share-widget.ya-share2.ya-share2_inited div.ya-share2__container.ya-share2__container_shape_normal {
  display:flex;
}

div.share-widget div ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 11rem;
}

div.share-widget .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
  margin: 0;
}

.rtgb__summary-notes{
  font-size: 1rem;
  font-weight: 400;
}

.winners-list {
  font-weight: 700;
}

.winners__columns-container {
  display:flex;  
  justify-content: space-between; 
  margin: 20px 50px;
}

@media (max-width: 767px) {
  .winners__columns-container {
    flex-wrap: wrap; 
  } 
  .winners__columns-container div {
    margin-top: 10px;
  } 
}


.tab-buttons{
  /*width:1000px;*/
  display: flex;
  justify-content: center;

}

.tab-buttons button{
  width: 503.81px;
  height: 134.47px;

  background: #CC1B26;
  border-radius: 35px;
}

.tab-buttons .button-test{
  background: #304294;
}


.tab-buttons img {
 
  cursor: pointer;
  margin: 5px 40px;
}

.section--igame-hide {
  display: none;
}

.section--game-hide {
  display: none;
}

/*
.start-hide {
  display:none;
}

*/
@media (max-width: 767px) {
  .tab-buttons img {
    margin: 5px;
  }

  
/*  .section--igame-mobile-hide {
    display: none;
  }
  
  .section--game-mobile-hide {
    display: none;
  }
  .start-hide {
    display:block;
  }*/
  
}


@media (min-width: 768px) and (max-width: 1040px) {
  .tab-buttons img {
    margin: 5px;
    width: 40%;
  }

}




#bblock.after-testBlock{
  margin-top: 20px; 
  padding-top: 50px;
}

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


.filter-schools div{
  margin: 20px;
  text-transform: uppercase;
  padding: 10px;
  cursor: pointer;
}

.filter-schools div:hover{
  background-color: #D8D8D8;
  border-radius: 3px;
}


.filter-schools--active {
  background-color: #292D6A;
  border-radius: 3px;
  color: #EBEBEB;
}

.switch-view-voting {
  font-size: 0.94444rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.47059;
  border: 0px;
  padding:10px;
  border-radius: 5px;
}

/*
.option-list {
  background-image: url('../pic/icon-list.png');
  color:red;
}

.option-list:before {
  background-image: url('../pic/icon-list.png');
  color:red;
}


.option-map {
  background-image: url('../pic/icon-map.png');
}


.option-map:after {
  content: url('../pic/icon-map.png');
}

*/