

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


/* Start:/local/templates/ostrov_adaptive/application/css/owl.theme.default.css?15994691811380*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/local/templates/ostrov_adaptive/application/0_cui/normalize.css?15283085047091*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

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

progress {
  vertical-align: baseline;
}

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

template, /* 1 */
[hidden] {
  display: none;
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

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

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

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

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

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

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

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

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

/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

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

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

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

/* End */


/* Start:/local/templates/ostrov_adaptive/application/0_cui/cui-base/cui-fgrid.css?152830853923942*/
/**
* Name: Grid style
* Author: by crycode
*/

@media all {
    .c_side {
        position: relative;
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .row {
        margin-left: -15px;
        margin-right: -15px;
        display: flex;
        flex-wrap: wrap;
    }
    .row.fl-s{
        align-items: flex-start;
    }
    .row-ib {
        margin-left: -15px;
        margin-right: -15px;
        font-size: 0;
    }

    [class*="col-"] {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        vertical-align: top;
        min-height: 1px;
    }

    .row.row-grid, .row-ib.row-grid {
        margin-top: -15px;
        margin-bottom: -15px;
    }

    .row.row-grid>[class*="col-"], .row-ib.row-grid>[class*="col-"] {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .content-col>*:first-child {
        margin-top: 0;
    }
    .content-col>*:last-child {
        margin-bottom: 0;
    }

    .col-xs-12 {
        width: 100%
    }

    .col-xs-11 {
        width: 91.66666667%
    }

    .col-xs-10 {
        width: 83.33333333%
    }

    .col-xs-9 {
        width: 75%
    }

    .col-xs-8 {
        width: 66.66666667%
    }

    .col-xs-7 {
        width: 58.33333333%
    }

    .col-xs-6 {
        width: 50%
    }

    .col-xs-5 {
        width: 41.66666667%
    }

    .col-xs-4 {
        width: 33.33333333%
    }

    .col-xs-3 {
        width: 25%
    }

    .col-xs-1-5 {
        width: 20%
    }

    .col-xs-2 {
        width: 16.66666667%
    }

    .col-xs-1 {
        width: 8.33333333%
    }

    .col-xs-pull-12 {
        right: 100%
    }

    .col-xs-pull-11 {
        right: 91.66666667%
    }

    .col-xs-pull-10 {
        right: 83.33333333%
    }

    .col-xs-pull-9 {
        right: 75%
    }

    .col-xs-pull-8 {
        right: 66.66666667%
    }

    .col-xs-pull-7 {
        right: 58.33333333%
    }

    .col-xs-pull-6 {
        right: 50%
    }

    .col-xs-pull-5 {
        right: 41.66666667%
    }

    .col-xs-pull-4 {
        right: 33.33333333%
    }

    .col-xs-pull-3 {
        right: 25%
    }

    .col-xs-pull-1-5 {
        right: 20%
    }

    .col-xs-pull-2 {
        right: 16.66666667%
    }

    .col-xs-pull-1 {
        right: 8.33333333%
    }

    .col-xs-pull-0 {
        right: auto
    }

    .col-xs-push-12 {
        left: 100%
    }

    .col-xs-push-11 {
        left: 91.66666667%
    }

    .col-xs-push-10 {
        left: 83.33333333%
    }

    .col-xs-push-9 {
        left: 75%
    }

    .col-xs-push-8 {
        left: 66.66666667%
    }

    .col-xs-push-7 {
        left: 58.33333333%
    }

    .col-xs-push-6 {
        left: 50%
    }

    .col-xs-push-5 {
        left: 41.66666667%
    }

    .col-xs-push-4 {
        left: 33.33333333%
    }

    .col-xs-push-3 {
        left: 25%
    }

    .col-xs-push-1-5 {
        left: 20%
    }

    .col-xs-push-2 {
        left: 16.66666667%
    }

    .col-xs-push-1 {
        left: 8.33333333%
    }

    .col-xs-push-0 {
        left: auto
    }

    .col-xs-offset-12 {
        margin-left: 100%
    }

    .col-xs-offset-11 {
        margin-left: 91.66666667%
    }

    .col-xs-offset-10 {
        margin-left: 83.33333333%
    }

    .col-xs-offset-9 {
        margin-left: 75%
    }

    .col-xs-offset-8 {
        margin-left: 66.66666667%
    }

    .col-xs-offset-7 {
        margin-left: 58.33333333%
    }

    .col-xs-offset-6 {
        margin-left: 50%
    }

    .col-xs-offset-5 {
        margin-left: 41.66666667%
    }

    .col-xs-offset-4 {
        margin-left: 33.33333333%
    }

    .col-xs-offset-3 {
        margin-left: 25%
    }

    .col-xs-offset-1-5 {
        margin-left: 20%
    }

    .col-xs-offset-2 {
        margin-left: 16.66666667%
    }

    .col-xs-offset-1 {
        margin-left: 8.33333333%
    }

    .col-xs-offset-0 {
        margin-left: 0
    }

    .hidden {
        display: none!important
    }
    .hidden-br br {
        display: none!important;
    }
    .visible-br br {
        display: block!important;
    }
    .visible-block {
        display: block!important
    }
    .visible-inline {
        display: inline-block!important
    }

    .ta-xs-r, .tar {
        text-align: right
    }
    .ta-xs-l ,.tal {
        text-align: left
    }

    .ta-xs-c, .tac {
        text-align: center
    }

    .va-xs-t, .vat {
        vertical-align: top
    }
    .va-xs-m, .vam {
        vertical-align: middle
    }
    .va-xs-b, .vab {
        vertical-align: bottom
    }

    .w100p {
        width: 100%;
    }

    .align-xs-c {
        align-items: center;
    }
    .direction-xs-row_reverse {
        flex-direction: row-reverse;
    }

    .display-xs-n {
        display: none;
    }
    .display-xs-ib {
        display: inline-block;
    }
    .display-xs-b {
        display: block;
    }
    .display-xs-i {
        display: inline;
    }
    .display-xs-tc {
        display: table-cell;
    }
    .display-xs-tb {
        display: table;
    }
    .display-xs-f {
        display: flex;
    }
}
@media (min-width: 480px) {
    .row-ib .col-sm-1, .row-ib .col-sm-2, .row-ib .col-sm-1-5, .row-ib .col-sm-3, .row-ib .col-sm-4, .row-ib .col-sm-5, .row-ib .col-sm-6, .row-ib .col-sm-7, .row-ib .col-sm-8, .row-ib .col-sm-9, .row-ib .col-sm-10, .row-ib .col-sm-11, .row-ib .col-sm-12 {
        display: inline-block;
    }
    .hidden-sm {
        display: none!important
    }

    .hidden-sm-br br {
        display: none!important;
    }

    .visible-sm-br br {
        display: block!important;
    }

    .visible-sm-block {
        display: block!important
    }

    .visible-sm-inline {
        display: inline-block!important
    }

    .ta-sm-r, .tar-sm {
        text-align: right
    }

    .ta-sm-l, .tal-sm {
        text-align: left
    }

    .ta-sm-c, .tac-sm {
        text-align: center
    }

    .ta-sm-t, .vat-sm {
        vertical-align: top
    }

    .vam-sm {
        vertical-align: middle
    }

    .vab-sm {
        vertical-align: bottom
    }

    .pull-left-sm {
        float: left
    }

    .pull-right-sm {
        float: right
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-1-5 {
        width: 20%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-1-5 {
        right: 20%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-1-5 {
        left: 20%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-1-5 {
        margin-left: 20%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }


    .display-sm-n {
        display: none;
    }
    .display-sm-ib {
        display: inline-block;
    }
    .display-sm-b {
        display: block;
    }
    .display-sm-i {
        display: inline;
    }
    .display-sm-tc {
        display: table-cell;
    }
    .display-sm-tb {
        display: table;
    }
    .display-sm-f {
        display: flex;
    }
}
@media (min-width: 768px) {
    .c_side {
        padding: 0 30px;
    }
    .row-ib .col-md-1, .row-ib .col-md-2, .row-ib .col-md-1-5, .row-ib .col-md-3, .row-ib .col-md-4, .row-ib .col-md-5, .row-ib .col-md-6, .row-ib .col-md-7, .row-ib .col-md-8, .row-ib .col-md-9, .row-ib .col-md-10, .row-ib .col-md-11, .row-ib .col-md-12 {
        display: inline-block;
    }

    .hidden-md {
        display: none!important
    }

    .hidden-md-br br {
        display: none!important;
    }

    .visible-md-br br {
        display: block!important;
    }

    .visible-md-block {
        display: block!important
    }

    .visible-md-inline {
        display: inline-block!important
    }

    .ta-md-r, .tar-md {
        text-align: right
    }

    .ta-md-l, .tal-md {
        text-align: left
    }

    .ta-md-c, .tac-md {
        text-align: center
    }

    .vat-md {
        vertical-align: top
    }

    .vam-md {
        vertical-align: middle
    }

    .vab-md {
        vertical-align: bottom
    }

    .pull-left-md {
        float: left
    }

    .pull-right-md {
        float: right
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-1-5 {
        width: 20%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-1-5 {
        right: 20%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-1-5 {
        left: 20%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-1-5 {
        margin-left: 20%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .display-md-n {
        display: none;
    }
    .display-md-ib {
        display: inline-block;
    }
    .display-md-b {
        display: block;
    }
    .display-md-i {
        display: inline;
    }
    .display-md-tc {
        display: table-cell;
    }
    .display-md-tb {
        display: table;
    }
    .display-md-f {
        display: flex;
    }
}
@media (min-width: 1024px) {
    .row-ib .col-lg-1, .row-ib .col-lg-2, .row-ib .col-lg-1-5, .row-ib .col-lg-3, .row-ib .col-lg-4, .row-ib .col-lg-5, .row-ib .col-lg-6, .row-ib .col-lg-7, .row-ib .col-lg-8, .row-ib .col-lg-9, .row-ib .col-lg-10, .row-ib .col-lg-11, .row-ib .col-lg-12 {
        display: inline-block;
    }

    .hidden-lg {
        display: none!important
    }

    .hidden-lg-br br {
        display: none!important;
    }

    .visible-lg-br br {
        display: block!important;
    }

    .visible-lg-block {
        display: block!important
    }

    .visible-lg-flex {
        display: flex !important;
    }

    .visible-lg-inline {
        display: inline-block!important
    }

    .tar-lg {
        text-align: right
    }

    .tal-lg {
        text-align: left
    }

    .tac-lg {
        text-align: center
    }

    .vat-lg {
        vertical-align: top
    }

    .vam-lg {
        vertical-align: middle
    }

    .vab-lg {
        vertical-align: bottom
    }

    .pull-left-lg {
        float: left
    }

    .pull-right-lg {
        float: right
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-1-5 {
        width: 20%;
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-1-5 {
        right: 20%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-1-5 {
        left: 20%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-1-5 {
        margin-left: 20%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .display-lg-n {
        display: none;
    }
    .display-lg-ib {
        display: inline-block;
    }
    .display-lg-b {
        display: block;
    }
    .display-lg-i {
        display: inline;
    }
    .display-lg-tc {
        display: table-cell;
    }
    .display-lg-tb {
        display: table;
    }
    .display-lg-f {
        display: flex;
    }
}
@media (min-width: 1280px) {
    .c_side {
        max-width: 1280px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .row-ib .col-dt-1, .row-ib .col-dt-2, .row-ib .col-dt-1-5, .row-ib .col-dt-3, .row-ib .col-dt-4, .row-ib .col-dt-5, .row-ib .col-dt-6, .row-ib .col-dt-7, .row-ib .col-dt-8, .row-ib .col-dt-9, .row-ib .col-dt-10, .row-ib .col-dt-11, .row-ib .col-dt-12 {
        display: inline-block;
    }
    .hidden-dt {
        display: none!important
    }

    .hidden-dt-br br {
        display: none!important;
    }

    .visible-dt-br br {
        display: block!important;
    }

    .visible-dt-block {
        display: block!important
    }

    .visible-dt-inline {
        display: inline-block!important
    }

    .tar-dt {
        text-align: right
    }

    .tal-dt {
        text-align: left
    }

    .tac-dt {
        text-align: center
    }

    .vat-dt {
        vertical-align: top
    }

    .vam-dt {
        vertical-align: middle
    }

    .vab-dt {
        vertical-align: bottom
    }

    .pull-left-dt {
        float: left
    }

    .pull-right-dt {
        float: right
    }

    .col-dt-12 {
        width: 100%
    }

    .col-dt-11 {
        width: 91.66666667%
    }

    .col-dt-10 {
        width: 83.33333333%
    }

    .col-dt-9 {
        width: 75%
    }

    .col-dt-8 {
        width: 66.66666667%
    }

    .col-dt-7 {
        width: 58.33333333%
    }

    .col-dt-6 {
        width: 50%
    }

    .col-dt-5 {
        width: 41.66666667%
    }

    .col-dt-4 {
        width: 33.33333333%
    }

    .col-dt-3 {
        width: 25%
    }

    .col-dt-1-5 {
        width: 20%
    }

    .col-dt-2-5 {
        width: 40%
    }

    .col-dt-3-5 {
        width: 60%
    }

    .col-dt-4-5 {
        width: 80%
    }

    .col-dt-2 {
        width: 16.66666667%
    }

    .col-dt-1 {
        width: 8.33333333%
    }

    .col-dt-pull-12 {
        right: 100%
    }

    .col-dt-pull-11 {
        right: 91.66666667%
    }

    .col-dt-pull-10 {
        right: 83.33333333%
    }

    .col-dt-pull-9 {
        right: 75%
    }

    .col-dt-pull-8 {
        right: 66.66666667%
    }

    .col-dt-pull-7 {
        right: 58.33333333%
    }

    .col-dt-pull-6 {
        right: 50%
    }

    .col-dt-pull-5 {
        right: 41.66666667%
    }

    .col-dt-pull-4 {
        right: 33.33333333%
    }

    .col-dt-pull-3 {
        right: 25%
    }

    .col-dt-pull-2 {
        right: 16.66666667%
    }

    .col-dt-pull-1 {
        right: 8.33333333%
    }

    .col-dt-pull-0 {
        right: auto
    }

    .col-dt-push-12 {
        left: 100%
    }

    .col-dt-push-11 {
        left: 91.66666667%
    }

    .col-dt-push-10 {
        left: 83.33333333%
    }

    .col-dt-push-9 {
        left: 75%
    }

    .col-dt-push-8 {
        left: 66.66666667%
    }

    .col-dt-push-7 {
        left: 58.33333333%
    }

    .col-dt-push-6 {
        left: 50%
    }

    .col-dt-push-5 {
        left: 41.66666667%
    }

    .col-dt-push-4 {
        left: 33.33333333%
    }

    .col-dt-push-3 {
        left: 25%
    }

    .col-dt-push-1-5 {
        left: 20%
    }

    .col-dt-push-2 {
        left: 16.66666667%
    }

    .col-dt-push-1 {
        left: 8.33333333%
    }

    .col-dt-push-0 {
        left: auto
    }

    .col-dt-offset-12 {
        margin-left: 100%
    }

    .col-dt-offset-11 {
        margin-left: 91.66666667%
    }

    .col-dt-offset-10 {
        margin-left: 83.33333333%
    }

    .col-dt-offset-9 {
        margin-left: 75%
    }

    .col-dt-offset-8 {
        margin-left: 66.66666667%
    }

    .col-dt-offset-7 {
        margin-left: 58.33333333%
    }

    .col-dt-offset-6 {
        margin-left: 50%
    }

    .col-dt-offset-5 {
        margin-left: 41.66666667%
    }

    .col-dt-offset-4 {
        margin-left: 33.33333333%
    }

    .col-dt-offset-3 {
        margin-left: 25%
    }

    .col-dt-offset-1-5 {
        margin-left: 20%
    }

    .col-dt-offset-2 {
        margin-left: 16.66666667%
    }

    .col-dt-offset-1 {
        margin-left: 8.33333333%
    }

    .col-dt-offset-0 {
        margin-left: 0
    }

    .display-dt-n {
        display: none;
    }
    .display-dt-ib {
        display: inline-block;
    }
    .display-dt-b {
        display: block;
    }
    .display-dt-i {
        display: inline;
    }
    .display-dt-tc {
        display: table-cell;
    }
    .display-dt-tb {
        display: table;
    }
    .display-dt-f {
        display: flex;
    }
}

/*@media (max-width: 767px) {
   .row {
        margin: 0 -10px;
    }
    .row [class*="col-"] {
        padding: 0 10px;
    }

    .row.row-grid {
        margin: -10px;
    }
    .row.row-grid [class*="col-"] {
        padding: 10px;
    }
}*/

@media print {
    .col-print-1,.col-print-2,.col-print-1-5,.col-print-3,.col-print-4,.col-print-5,.col-print-6,.col-print-7,.col-print-8,.col-print-9,.col-print-10,.col-print-11,.col-print-12 {
        display: inline-block;
    }
    .col-print-12 {
        width: 100%
    }

    .col-print-11 {
        width: 91.66666667%
    }

    .col-print-10 {
        width: 83.33333333%
    }

    .col-print-9 {
        width: 75%
    }

    .col-print-8 {
        width: 66.66666667%
    }

    .col-print-7 {
        width: 58.33333333%
    }

    .col-print-6 {
        width: 50%
    }

    .col-print-5 {
        width: 41.66666667%
    }

    .col-print-4 {
        width: 33.33333333%
    }

    .col-print-3 {
        width: 25%
    }

    .col-print-1-5 {
        width: 20%
    }

    .col-print-2 {
        width: 16.66666667%
    }

    .col-print-1 {
        width: 8.33333333%
    }

    .print-hidden {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/ostrov_adaptive/application/0_cui/cui-base/cui-base.css?15283085044182*/

/*----------------------
General styles
----------------------*/

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

body {
    background-color: #fff;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #333333;
    cursor: default;
}
html, body {
    min-width: 320px;
}

p {
    margin: 15px 0;
}
img {
    max-width: 100%;
}

.cry-layout img {
    border: 0;
    max-width: 100%
}

.cut-inside>*:first-child {
    margin-top: 0;
}
.cut-inside>*:last-child {
    margin-bottom: 0;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.indent, .indent-min, .indent-max {
    margin: 0;
}
.indent-min {
    height: 10px;
}
.indent {
    height: 20px;
}
.indent-max {
    height: 30px;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    min-width: 320px;
    margin: 0;
    position: relative;
}

/*video*/
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    white-space: pre-wrap;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.no-select {
    user-selected: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

/*hamburger*/
a.hamburger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.5em;
    font-size: 24px;
    width: 1.5em;
    border-radius: 50%;
    background-color: transparent;
    transition: .3s ease;
}
a.hamburger .lines {
    display: block;
    width: 1em;
    height: 0.1666666666666667em;
    background: currentColor;
    transition: 0.3s;
    align-items: center;
    position: relative;
}
a.hamburger .lines:before, a.hamburger .lines:after {
    content: '';
    display: inline-block;
    width: 1em;
    height: 0.1666666666666667em;
    background: currentColor;
    transition: 0.3s;
    position: absolute;
    left: 0;
    -webkit-transform-origin: 0.28571em center;
    transform-origin: 0.28571em center;
}
a.hamburger .lines:before {
    top: -0.333333333em;
}
a.hamburger .lines:after  {
    top: 0.333333333em;
}
/*active*/
    a.hamburger._active {
        background-color: #d6eef7;
    }
    a.hamburger._active .lines:before, a.hamburger._active .lines:after {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        background: currentColor;
    }
    a.hamburger._active .lines {
        background: transparent;
    }
    a.hamburger._active .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
    }
    a.hamburger._active .lines:after  {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
    }


.shading-block {
    position: relative;
    overflow: hidden;
}
.shading-block:after {
    content: '';
    -webkit-box-shadow: 0 0 10px 10px #ffffff;
    -moz-box-shadow: 0 0 10px 10px #ffffff;
    box-shadow: 0 0 10px 10px #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.shading-block>* {
    overflow: hidden;
}
/* End */


/* Start:/local/templates/ostrov_adaptive/application/0_cui/cui-btn/cui-btn.css?15283085398740*/
/**
* Name: Button style
* Author: by crycode
*/

@media all {
    .btn {
        -webkit-transition: background-color .15s, border .15s, color .15s;
        -moz-transition: background-color .15s, border .15s, color .15s;
        -ms-transition: background-color .15s, border .15s, color .15s;
        -o-transition: background-color .15s, border .15s, color .15s;
        transition: background-color .15s, border .15s, color .15s;
        position: relative;
        vertical-align: middle;
        background: none;
        border: none;
        text-transform: uppercase;
        font-size: 16px;
        padding: 6px 12px;
    }

    a.btn {
        text-decoration: none;
    }

    .btn:not(.btn-link):active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    }

    .btn-label, .btn-icon, .btn-count {
        display: inline-block;
        vertical-align: middle;
    }

    .btn span.btn-icon {
        margin-right: 5px;
        position: relative;
        font-size: 16px;
        font-weight: 400;
    }

    .btn-with-additional .btn-label {
        flex: 1;
        margin-right: 6px;
    }

    .btn-with-additional span.btn-additional-label {
        min-width: 26px;
        padding: 0 5px;
        border-radius: 3px;
        font-size: 16px;
        height: 25px;
        background-color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: -6px -7px -6px auto;
    }
    .btn.btn-primary span.btn-label+span.btn-icon, .btn.btn-secondary span.btn-label+span.btn-icon {
        margin: 0 0 0 8px;
    }

    .btn.btn-primary {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 13px 23px;
        line-height: 1.2;
        font-weight: 600;
        border: 2px solid transparent;
        color: #fff;
        border-radius: 5px;
        background-color: #4db1e3;
        font-size: 15px;
    }
        .bx-no-touch .btn.btn-primary:hover {
            background-color: #1e78b4;
        }

    .btn.btn-secondary {
        border: 2px solid;
        border-radius: 2em;
        display: inline-flex;
        padding: 13px 32px;
        align-items: center;
        justify-content: center;
        line-height: 1.2;
        color: #11a8d7;
        font-weight: bold;
        font-size: 15px;
    }
        .bx-no-touch .btn.btn-secondary:not(.is-active):hover, .btn.btn-secondary:not(.is-active):active {
            background-color: #1e78b4;
            color: #fff;
            border-color: #1e78b4;
        }

    .btn.btn_orange {
        background-color: #ff9900;
        border-radius: 2px;
        display: inline-flex;
        padding: 7px 26px;
        align-items: center;
        justify-content: center;
        line-height: 21px;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }
        .btn.btn_orange:hover {
            background-color: #A66300;
            color: #fff;
        }

    .btn.btn-square {
        border-radius: 0;
        border-width: 1px;
    }


    .btn-normal {
        min-width: 170px;
    }
    .btn.btn-small {
        padding: 6px 22px;
        font-size: 13px;
    }

    .btn.btn-big span.btn-label {
        text-transform: uppercase;
        font-size: 16px;
    }

    .btn.btn-style1 {
        height: 36px;
        line-height: 34px;
        border: 1px solid #ccc;
        border-radius: 3px;
        color: #666;
        background-color: #f1f1f1;
        font-size: 0;
        padding: 0 10px;
    }

    .btn.btn-style1 .btn-label {
        font-size: 16px;
    }

    .btn.btn-style1 .btn-icon {
        font-size: 14px;
        margin-left: 5px;
        float: right;
        line-height: 34px;
    }

    .btn[disabled] {
        opacity: .6;
        cursor: default;
        pointer-events: none;
    }
    .btn.btn-transparent{
        padding: 7px 12px;
        font-weight: 700;
        border:2px solid #fff;
        background: transparent;
        color: #fff;
        border-radius: 3px;
    }
    .btn.btn-transparent:hover{
        background: #fff;
    }

    /*btn-group*/
    .btn-group {
        margin-left: -15px;
        margin-right: -15px;
    }
    .btn-group>a.btn {
        margin-left: 15px;
        margin-right: 15px;
    }
}



/*status*/
@media all {
    .btn._is_status_icon .btn-icon:before, .btn._is_status_icon .btn-icon>* {
        opacity: 0;
        pointer-events: none;
    }
    .cui-btn__icon .cui-icon {
        cursor: inherit;
        display: inline-block;
        font-size: 1.5em;
        height: 1em;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        width: 1em;
    }

    .btn._is_status_icon .btn-icon>.cui-status-icon {
        width: 1em;
        height: 1em;
        /*position: absolute;*/
        margin: auto;
        opacity: 1;
        pointer-events: all;
        top: 0;
        display: flex;
        align-items: center;
    }
    .cui-btn-progress {
        animation: cui-btn-status-icon-rotate .7s linear infinite, .2s cui-btn-status-icon-fadein .1s linear forwards;
        transform-origin: center center;
        opacity: 0;
    }
    .cui-btn-progress__indeterminate {
        width: 100%;
    }
    .cui-btn-progress__indeterminate-path {
        stroke: #fff;
        stroke-dasharray: 89,200;
        stroke-dashoffset: -35px;
        stroke-linecap: round;
    }
    .cui-btn-success {
        animation: .2s cui-progress-circular-fallin .1s linear forwards, .2s cui-btn-status-icon-fadein .1s linear forwards;
        transform: translate(0, -.3em);
        opacity: 0;
    }
    .cui-btn-success svg {
        flex: 1;
    }
    .cui-btn-success path{
        fill: #8dff8d;
    }

    /*.cui-btn-progress__spinner*/
    .cui-btn-progress__spinner {
        top: 0;
        right: 0;
    }
        .cui-btn-progress__spinner > span {
            width: 4px;
            height: 4px;
            background-color: #fff;
            border-radius: 100%;
            display: inline-block;
            -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
            animation: sk-bouncedelay 1s infinite ease-in-out both;
        }
        .cui-btn-progress__spinner .bounce1 {
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }
        .cui-btn-progress__spinner .bounce2 {
            -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
        }
    .cui-btn-progress__spinner > span + span {
        margin-left: 3px;
    }
}
/*material click*/
@media all {
    .cui-material-click {
        position: relative;
        z-index: 0;
        overflow: hidden;
    }
    .cui-material-click .cui-material-ink {
        display: block; position: absolute;
        background: rgba(35, 180, 234, 0.53);
        border-radius: 100%;
        transform: scale(0);
    }
    .cui-material-click .cui-material-ink {
        background: rgba(255, 255, 255, 0.53);
    }
    .cui-material-click .cui-material-ink._animate {
        animation: ripple 0.4s linear;
    }
}

/*btn grid*/
@media all {
    .btn-row {
        margin-left: -3px;
        margin-right: -3px;
        display: flex;
        flex-wrap: wrap;
    }
    .btn-grid {
        margin-top: -6px;
    }
    .btn-row>.btn {
        margin: 0 3px;
    }
    .btn-grid>.btn {
        margin-top: 6px;
    }
    .btn.btn-xs-b+.btn {
        margin-left: 0;
    }
    .btn.btn-xs-b {
        width: 100%;
    }
    .btn.btn-xs-if {
        display: inline-flex;
    }
}
@media (min-width: 480px) {
    .btn.btn-xs-b {
        width: 100%;
    }
    .btn.btn-xs-if {
        width: auto;
    }
}
@media (min-width: 768px) {
    .btn.btn-md-b {
        width: 100%;
    }
    .btn.btn-md-if {
        width: auto;
    }
}
@media (min-width: 1024px) {
    .btn.btn-lg-b {
        width: 100%;
    }
    .btn.btn-lg-if {
        width: auto;
    }
}
@media (min-width: 1280px) {
    .btn.btn-dt-b {
        width: 100%;
    }
    .btn.btn-dt-if {
        width: auto;
    }
}


/*animation*/
@keyframes cui-progress-circular-fallin {
    to {
        transform: translate(0, 0);
    }
}
@keyframes cui-btn-status-icon-rotate {
    to {
        transform: rotate(1turn)
    }
}
@keyframes cui-btn-status-icon-fadein {
    to {
        opacity: 1;
    }
}
@keyframes ripple {
    100% {opacity: 0; transform: scale(2.5);}
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* End */


/* Start:/local/templates/ostrov_adaptive/application/0_cui/cui-form/cui-form.css?152830853927303*/

/* основные стили формы */
@media all {
    button, input[type="button"], input[type="reset"], input[type="submit"] {
        cursor: pointer;
    }
    input::-ms-clear, textarea::-ms-clear {
        display: none;
    }
    .citrus-form input, .citrus-form select, .citrus-form textarea {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background: 0;
        border-radius: 0;
        border: 0;
        box-shadow: none;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        margin: 0;
        padding: 0;
    }
    .cui-ajax-load-form {
        width: 450px;
        max-width: 100%;
    }
    .cui-ajax-load-order-form {
        width: 100%;
        max-width: 1000px;
    }
    .cui-ajax-load-form .citrus-form__fields {
        margin-top: 0;
    }
    .cui-ajax-load-form .form-group,
    .cui-ajax-load-order-form .form-group {
        margin-top: 30px;
    }
    .cui-ajax-load-form .form-group.agree-block>div,
    .cui-ajax-load-order-form .form-group.agree-block>div {
        text-align: left;
    }
    .citrus-form-title {
        font-family: "Palatino Linotype";
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 30px;
        text-align: center;
    }
    .citrus-form-description {
        margin: 15px 0;
        display: flex;
        align-items: center;
    }
    .citrus-form-description__icon {
        font-size: 2.3em;
        color: #c5b99f;
        padding-right: .5em;
    }
    .citrus-form-description__text {

    }
    .citrus-form-description__icon{
        color: #fff;
    }
    .citrus-form-description__text{
        font-style: italic;
        color: #837760;
    }

    .citrus-form__fields {
        margin-top: -7px;
        margin-bottom: -7px;
    }
    .form-group {
        position: relative;
        margin-top: 10px;
    }
    /*.form-group.form-group:first-child {
        margin-top: 0;
    }*/
    .form-group.form-group:last-child {
        margin-bottom: 0;
    }
    /*.required-message-block*/
    .form-group.required-message-block {
        margin: 1rem 0;
    }
    .form-group.required-message-block span {
        font-size: 13px;
        color: #999;
    }
    .form-group.required-message-block span.starrequired{
        color: #ce2b28;
    }
    /*agree block*/
    .form-group.agree-block>div {
        font-size: 13px;
        line-height: 1em;
    }
    .form-group.agree-block .cui-checkbox__label-text a {
        white-space: nowrap;
    }



    .field-inline {
        margin-bottom: -1.5rem;
        margin-top: -1.5rem;
    }
    .field-group .field-inline:first-child {
        margin-top: 0;
    }
    .field-group .field-inline:last-child {
        margin-bottom: 0;
    }
    /*clearfix field-group*/
    .field-inline:before, .field-inline:after {
        display: table;
        content: " ";
    }
    .field-inline:after {
        clear: both;
    }
    /*material*/
    .form-group .field-title {
        color: #333;
        position: absolute;
        top: 0;
        left: 15px;
        font-size: 13px;
        cursor: text;
        transition: .2s ease-out;
        display: block;
        z-index: 1;
        pointer-events: none;
        width: calc(100% - .75em);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 39px;
    }
    .form-group .field-title._active {
        -webkit-transform: translateY(-2.6em);
        transform: translateY(-2.6em);
    }
    .citrus-form__style-white .form-group .field-title._active {
        color: #333;
    }

    .citrus-form input:not([type]), .citrus-form input[type=text], .citrus-form input[type=password], .citrus-form input[type=email], .citrus-form input[type=url], .citrus-form input[type=time], .citrus-form input[type=date], .citrus-form input[type=datetime], .citrus-form input[type=datetime-local], .citrus-form input[type=tel], .citrus-form input[type=number], .citrus-form input[type=search], textarea, .citrus-form select {
        height: 3em;
        font-size: 1em;
    }

    .citrus-form .form-control {
        display: block;
        width: 100%;
        padding: 6px 12px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #f8f9f9;
        background-image: none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        border: 1px solid #c6c6d1;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transition: ease-in-out .15s;
        -o-transition: ease-in-out .15s;
        transition: ease-in-out .15s;
    }
    .citrus-form .form-control:focus {
        background-color: #f7f7f7;
        outline: 0;
    }
    .agreement_text {
        font-size: 12px;
        color: #666;
    }
    .agreement_text a {
        color: #4db1e3;
    }
    /*input group*/
    .input-group {
        position: relative;
        display: table;
        border-collapse: separate;
    }

    /*button position*/
    .button-position-right {
        text-align: right;
    }
    .button-position-center {
        text-align: center;
    }
    .button-position-justify {
        text-align: center;
    }
    .button-position-justify .btn {
        display: block;
        width: 100%;
    }
    .citrus-form__footer {
        margin-top: -5px;
    }
    .citrus-form__footer:before{
        content: '';
        display: table;
    }
    .form-group.form-group-btn .input-container {
        margin-bottom: 30px;
        margin-top: 25px;
    }
}

@media (max-width: 1279px) {
    .form-group.agree-block {
        text-align: center;
        margin-top: 0;
    }
    .form-group {
        margin-bottom: 0;
    }
}

@media (max-width: 1279px) {
    .form-group.agree-block {
        text-align: center;
        margin-top: 10px;
    }
}

/* темы */
/*gray*/
@media all {
    .citrus-form.citrus-form__style-gray {
        background-color: #eaecee;
        border-radius: 6px;
        margin-bottom: 2px;
        padding-top: 6px;
    }
    /*fields*/
    .citrus-form.citrus-form__style-gray .form-group .field-title._active {
        color: #333;
    }
    .citrus-form.citrus-form__style-gray .form-control, .citrus-form.citrus-form__style-gray .form-control:focus {
        background-color: #fff;
    }
    .citrus-form.citrus-form__style-gray .bootstrap-select .dropdown-toggle {
        background-color: #fff;
    }
}
/*bordered*/
@media all {
    .citrus-form.citrus-form__style-bordered {
        border: 1px solid #b3cad3;
        padding: 20px 90px 40px;
        background-color: #fff;
    }
}
@media (max-width: 1023px) {
    .citrus-form.citrus-form__style-bordered {
        padding: 20px 30px 20px;
    }
}
@media (max-width: 479px) {
    .citrus-form.citrus-form__style-bordered {
        padding: 12px 20px 20px;
    }
    .citrus-form.citrus-form__style-gray {
        padding-bottom: 0;
    }
}

/*combined-fields*/
@media all {
    /*combined-fields*/
    .combined-fields {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 22px;
        margin-top: 22px;
    }
    .combined-fields:last-child {
        margin-bottom: 0;
    }
    .combined-fields__title {
        width: 140px;
        flex-shrink: 0;
        padding-right: 8px;
    }
    .combined-fields__title-main {
        font-size: 14px;
        color: #003a53;
    }
    .combined-fields__title-description {
        font-size: 12px;
        color: #657880;
        line-height: 1.2;
    }
    .combined-fields .form-group.combined-fields-item {
        margin-top: 0;
        margin-bottom: 0;
        flex: 1;
    }
    .combined-fields-separate {
        font-size: 14px;
        color: #657880;
        margin: 0 14px;
    }

    .combined-fields .help-block {
        flex-basis: 100%;
    }
}
@media (max-width: 479px) {
    .combined-fields {
        display: block;
    }
    .combined-fields .form-group.combined-fields-item {
        width: 100%;
    }
    .combined-fields-separate + .form-group.combined-fields-item {
        margin-top: 22px;
    }
    .combined-fields-separate {
        display: none;
    }
    .combined-fields__title {
        margin-bottom: 5px;
    }
}

@media all {
    .form-group-container>.field-group--title {
        margin-top: 30px;
    }
}

/* Поля формы */
@media all {
    textarea.form-control {
        height: 145px;
        resize: none;
    }
    .form-group._height-2 textarea.form-control {
        height: 7.5em;
    }
    input[type="search"] {
        -webkit-appearance: none;
    }
    .radio,
    .checkbox {
        position: relative;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .radio label,
    .checkbox label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: normal;
        cursor: pointer;
    }
    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px \9;
    }
    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }
    .radio-inline,
    .checkbox-inline {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        margin-bottom: 0;
        vertical-align: middle;
        font-weight: normal;
        cursor: pointer;
    }
    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }
    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    input[type="radio"].disabled,
    input[type="checkbox"].disabled,
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"] {
        cursor: not-allowed;
    }
    .radio-inline.disabled,
    .checkbox-inline.disabled,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }
    .radio.disabled label,
    .checkbox.disabled label,
    fieldset[disabled] .radio label,
    fieldset[disabled] .checkbox label {
        cursor: not-allowed;
    }

    /*placeholder*/
    ::-webkit-input-placeholder {
        color: #999;
        opacity: 1;
    }
    ::-moz-placeholder {
        color: #999;
        opacity: 1;
    }
    ::-ms-input-placeholder {
        color: #999;
        opacity: 1;
    }
    :focus::-webkit-input-placeholder {
        opacity: .8;
    }
    :focus::-moz-placeholder {
        opacity: .8;
    }
    :focus::-ms-input-placeholder {
        opacity: .8;
    }

}

/* Валидация */
@media all {
    /*message*/
    .bg-danger {
        background-color: #f2dede;
    }
    .starrequired {
        color: #ce2b28;
    }
    .citrus-form__message-block {
        margin: 1em 0 1em;
    }
    .citrus-form__message-block .message-block {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        padding: 0.5em 20px;
        font-weight: 700;
        font-style: italic;
        overflow: hidden;
        color: #339900;
    }
    .citrus-form__message-block .message-block.bg-danger {
        color: #f43a1c;
    }
    .citrus-form__message-block .message-block.bg-success {
        color: #3f961a;
    }
    .citrus-form__message-block .message-block span{
        padding-right: .5em;
    }
    .citrus-form__message-block .message-block .message-block-icon {
        font-style: normal;
        font-size: 2.5em;
        padding-right: .5em;
        height: 39px;
        width: 39px;
        margin-bottom: 20px;
        background-image: url('/local/templates/ostrov_adaptive/application/img/success_icon.png');
    }
    .citrus-form__message-block .message-block.bg-danger .message-block-icon {
        background-image: none;
    }
    .citrus-form__message-block .message-block.bg-danger .message-block-icon:before{
        font-family: FontAwesome;
        content: "\f071";
        color: #f43a1c;
    }
    .citrus-form__message-block .message-block.bg-success .message-block-icon:before{
        content: "";
    }
    .citrus-form__message-block p {
        margin: 1em 0;
    }

    .form-control[disabled],
    .form-control[readonly],
    fieldset[disabled] .form-control {
        background-color: #eeeeee;
        opacity: 1;
    }
    .input-container {
        position: relative;
    }
    .input-container:not(.has-error)>.help-block.error, .input-container:not(.has-group-error) .help-block.group-error {
        opacity: 0;
        height: 0;
        margin: 0;
        padding: 0;
    }
    .input-container.has-error>.help-block.error,
    .input-container.has-group-error .help-block.group-error,
    .block_user_data .errortext {
        opacity: 1;
        margin-bottom: 0;
        font-size: .85rem;
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        margin-top: 12px;
        text-align: left;
        border-radius: 3px;
        padding: 5px 15px;
    }

    .has-error .help-block, .has-group-error .help-block,
    .block_user_data .errortext {
        display: flex;
        padding: 3px 10px 6px;
        margin-top: 2px;
        color: #de0000;
    }
    .has-error .help-block:before,
    .has-group-error .help-block:before,
    .block_user_data .errortext:before {
        content: '';
        display: block;
        height: 20px;
        width: 24px;
        margin-right: 10px;
        background-image: url('/local/templates/ostrov_adaptive/application/img/error_icon.png');
    }

    .block_user_data .errortext {
        margin-left: calc(28% + 18px);
        width: 390px;
    }
    .has-error .help-block span{
        text-transform: uppercase;
    }
    .has-success.checkbox label, .has-success.radio label {
        color: #3c763d;
    }
    .input-container.has-error .form-control {
        border-color: #f43a1c;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
    }
    .has-error .bootstrap-select .dropdown-toggle{
        border-color: #ce2b28;
    }
    .has-success .bootstrap-select .dropdown-toggle {
        border-color: #3c763d;
    }

    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        /* display: none; <- Crashes Chrome on hover */
        -webkit-appearance: none;
        margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
    }
    input[type='number'] {
        -moz-appearance: textfield;
    }

    /*.has-success .help-block {
        color: #3c763d;
    }*/
    /*.input-container.has-success .form-control {
        border-color: #3c763d;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }*/
    /*.input-container.has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }*/

    /*validate icons*/
    .input-container.has-icon {
        position: relative;
    }
    .input-container.has-icon.has-success .form-control, .input-container.has-icon.has-error .form-control {
        padding-right: 32px;
    }
    .input-container.has-icon:after {
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        right: 0;
        font-style: normal;
        font-weight: 400;
        z-index: 1;
        display: block;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        pointer-events: none;
    }
    .input-container.has-icon.has-success:after {
        content: "\f00c";
        color: #3c763d;
    }
    .input-container.has-icon.has-error:after {
        content: "\f00d";
        color: #a94442;
    }

    /*fix*/
    .form-control::-moz-placeholder {
        color: #999999;
        opacity: 1;
    }
    .form-control:-ms-input-placeholder {
        color: #999999;
    }
    .form-control::-webkit-input-placeholder {
        color: #999999;
    }
    .form-control::-ms-expand {
        border: 0;
        background-color: transparent;
    }

}

/* bootstrap select */
@media all {
    .citrus-form  .bootstrap-select.form-control {
        padding: 0;
        border-bottom: 1px solid rgba(103, 103, 103, 0.6);
    }
    .dropdown-menu {
        font-size: 1em;
    }
    .bootstrap-select.btn-group .dropdown-menu {
        min-width: 100%;
    }
    .bootstrap-select .dropdown-menu > li > a {
        white-space: normal;
        text-decoration: none;
    }
    .bootstrap-select .dropdown-toggle {
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: none;
        /*border-bottom: 1px solid #bcbcbc;*/
        white-space: nowrap;
        padding: 6px 12px;
        line-height: 1.42857143;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #f3f3f3;
        position: relative;
        height: 3em;
        font-size: 1em;
    }
    .bootstrap-select .dropdown-toggle:focus, .bootstrap-select.btn-group .dropdown-menu li a:focus {
        outline: none !important;
    }
    .bootstrap-select button[type="button"]:active {
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }
    .bootstrap-select.btn-group .dropdown-menu li a.default_value {
        color: #999;
    }
    .bootstrap-select.btn-group .dropdown-menu li a.default_value .starrequired {
        color: currentColor;
    }

    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        text-overflow: ellipsis;
    }
    .citrus-form .bootstrap-select.btn-group .dropdown-toggle .caret {
        border-width: 4px;
        border-top: 4px dashed #888;
        right: 7px;
    }
}

/*select2*/
@media all {
    .select2-container {
        border-bottom: 1px solid rgba(103, 103, 103, 0.6);
    }
    .select2-container--focus {
        outline: 5px auto -webkit-focus-ring-color;
    }
    .select2-container--default .select2-selection--single {
        background-color: #f1f6f8;
        border: none;
        padding: 6px 0 6px 0;
        height: 3em;
        border-radius: 0;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }
    .select2-selection__rendered .default_value {
        color: #9e9e9e;
    }
    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 12px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-width: 4px;
    }


    .select2-dropdown {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
        margin-top: 5px;
    }
    .select2-container .select2-search--inline input.select2-search__field {
        height: auto;
        margin-top: 0;
    }
    .select2-results__option .default_value {
        color: #9e9e9e;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] .default_value{
        color: #d8d8d8;
    }
}

/*bootstrap data-picker*/
@media all {
    [data-field-template="date"], [data-field-template="time"], [data-field-template="datetime"] {
        position: relative;
    }
    [data-field-template="date"] .calendar-icon, [data-field-template="time"] .calendar-icon, [data-field-template="datetime"] .calendar-icon {
        position: absolute;
        right: 0;
        top: 0;
        margin: auto;
        height: 3em;
        line-height: 3em;
        width: 2.5em;
        text-align: center;
        pointer-events: none;
        color: #fff;
        background-color: #9ea7aa;
    }
    [data-field-template="date"] .calendar-icon:before, [data-field-template="time"] .calendar-icon:before, [data-field-template="datetime"] .calendar-icon:before {
        font-size: 1.4em;
    }
    .bootstrap-datetimepicker-widget.dropdown-menu {
        font-size: 14px;
    }
}

/* checkbox
*  checbox и radio спер из https://josephuspaye.github.io/Keen-UI/#/ui-checkbox-group
*/
@media all {
    .cui-checkbox-group {
        line-height: 3em;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .cui-checkbox__label {
        cursor: pointer;
        display: inline-flex;
        align-items: center;
    }
    .cui-checkbox__input {
        position: absolute;
        opacity: 0;
    }
    .cui-checkbox__checkmark {
        font-size: 16px; /*меняем размер чекбоксов*/
        background-color: #ccc;
        cursor: pointer;
        height: 18px;
        position: relative;
        width: 18px;
        flex-shrink: 0;
    }
    .cui-checkbox__checkmark:after, .cui-checkbox__checkmark:before {
        box-sizing: border-box;
        content: "";
        display: block;
        position: absolute;
    }
    .cui-checkbox__checkmark:before {
        height: 100%;
        left: 0;
        top: 0;
        transition: all .3s ease;
        width: 100%;
    }
    .cui-checkbox__checkmark:after {
        bottom: .275em;
        height: .8125em;
        left: .375em;
        opacity: 0;
        transform: rotate(45deg);
        transition-delay: .1s;
        transition: opacity .3s ease;
        width: .375em;
    }
    .cui-checkbox__label-text {
        color: #666;
        cursor: pointer;
        margin-left: 1rem;
        display: inline-block;
        vertical-align: middle;
    }
    .cui-checkbox__label-text a {
        color: #0c92d7;
        font-weight: 400;
    }
    .cui-checkbox__label-text a:hover {
        color: #000;
        text-decoration: underline;
    }
    .cui-checkbox-group:not(.checkbox-count-1) .cui-checkbox__label-text {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    /*checked*/
    .cui-checkbox__input:checked + .cui-checkbox__checkmark:before {
        background-color: #2b9719;
        border-color: #2b9719;
    }
    .cui-checkbox__input:checked + .cui-checkbox__checkmark:after {
        border-bottom: .125em solid #fff;
        border-right: .125em solid #fff;
        opacity: 1;
    }
    /*disabled*/
    .cui-checkbox__input:disabled + .cui-checkbox__checkmark:before {
        border-color: rgba(0,0,0,.26);
    }
    .cui-checkbox__input:disabled + .cui-checkbox__checkmark + .cui-checkbox__label-text {
        color: rgba(0,0,0,.38);
        cursor: default;
    }
}

/*radio*/
@media all {
    .cui-radio-group {
        line-height: 3em;
        margin-left: -2em;
    }
    .cui-radio__label {
        display: inline-block;
        margin-left: 2em;
        white-space: nowrap;
        cursor: pointer;
    }
    .cui-radio__input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 1px;
        left: 0;
        margin: 0;
        opacity: 0;
        outline: none;
        padding: 0;
        position: absolute;
        top: 0;
        width: 1px;
    }
    .cui-radio__checkmark {
        font-size: 16px;
        height: 1.25em;
        position: relative;
        width: 1.25em;
        display: inline-block;
        vertical-align: middle;
    }
    .cui-radio__checkmark:before, .cui-radio__checkmark:after {
        content: "";
        height: 1.25em;
        left: 0;
        position: absolute;
        top: 0;
        width: 1.25em;
    }
    .cui-radio__checkmark:before {
        background-color: transparent;
        border-radius: 50%;
        border: .125em solid rgba(0,0,0,.38);
        transition: border-color .2s;
    }
    .cui-radio__checkmark:after {
        background-color: rgba(0,0,0,.38);
        border-radius: 50%;
        opacity: 0;
        transform: scale(1.2);
        transition-duration: .3s;
        transition-property: transform,opacity,background-color;
        z-index: -1;
    }
    .cui-radio__label-text {
        cursor: pointer;
        margin-left: .4em;
        white-space: nowrap;
        display: inline-block;
        vertical-align: middle;
    }
    /*checked*/
    .cui-radio__input:checked +.cui-radio__checkmark:before {
        border-color: #2b9719;
    }
    .cui-radio__input:checked +.cui-radio__checkmark:after {
        background-color: #2b9719;
        opacity: 1;
        transform: scale(.5);
        z-index: 0;
    }
}

/*rating*/
@media all {
    .br-theme-fontawesome-stars .br-widget {
        display: flex;
        align-items: center;
    }
}

/*recaptcha
@media all {
    .citrus-form__recaptcha-container {
        height: 78px;
    }
}
@media (max-width: 479px) {
    .citrus-form__recaptcha-container {
        height: 60px;
    }
    .citrus-form__recaptcha-container>div {
        transform: scale(.78);
        transform-origin: left top;
    }
}
*/

@media (max-width: 1023px) {
    .field-group > .field-group {
        max-width: 430px;
        margin: auto;
    }
    .form-group {
        margin: 0;
    }
    .form-group.agree-block {
        margin-top: 0;
        margin-bottom: 0;
    }
    .citrus-form__content {
        margin-top: 5px;
    }
    /*.citrus-form__content .field-group .form-group {
        padding: 12.5px 15px;
    }*/
    .form-group.form-group-btn .input-container {
        margin: 20px 0;
    }
    .cui-checkbox-group {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .form-group.agree-block {
        margin-bottom: 25px;
    }
    .form-group .field-title {
        top: 0;
    }
    .form-group.form-group-btn .input-container {
        margin-bottom: 12px;
    }
    .block_user_data .errortext {
        margin: auto;
    }
}
@media (max-width: 479px) {
    .form-group.agree-block .cui-checkbox__label {
        flex-wrap: nowrap;
    }
    .field-group > .field-group {
        margin-left: -10px;
        margin-right: -10px;
    }
    .cui-checkbox__label-text {
        text-align: left;
        line-height: 18px;
    }
    .form-group.agree-block {
        margin-bottom: 1.5em;
    }
    .citrus-form__content {
        margin-top: 5px;
    }
    /*.citrus-form__content .field-group .form-group {
        padding: 12.5px 10px;
    }*/
    .form-group.form-group-btn .input-container {
        margin-bottom: 20px;
    }
    .form-group.agree-block>div {
        padding: 0;
        margin-top: 7px;
    }
    .block_user_data .errortext {
        width: 100%;
    }
}

/* End */


/* Start:/local/templates/ostrov_adaptive/application/plugins/fancybox/dist/jquery.fancybox.min.css?152830850410424*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
/* End */


/* Start:/local/templates/ostrov_adaptive/application/plugins/magnific_popup/dist/magnific-popup.css?15283085396951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/ostrov_adaptive/application/css/header.css?152837549126720*/
/* .h-top */
@media all {
    .h-top {
        height: 40px;
        margin-left: -10px;
        background-color: #4db1e3;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .h-top a {
        color: #fff;
        text-decoration: none;
    }
    .h-top .row [class *= col-] {
        display: flex;
        align-items: center;
        height: 40px;
    }
    .buy_menu_wr, .login_wr, .select_city_wr {
        display: flex;
        align-items: center;
        height: 40px;
        padding: 0 27px;
        cursor: pointer;
    }
    .buy_menu_wr:hover,
    .buy_menu_wr._open,
    .login_wr:hover,
    .call_me:hover,
    .select_city_wr:hover,
    .select_city_wr._open,
    .buy_menu a:hover,
    .select_you_city a:hover {
        background-color: #0c92d7;
        color: #fff;
    }
    .buy_menu_wr .icon_wr {
        width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 50%;
        margin-right: 10px;
    }
    .buy_menu_wr .icon_wr .icon {
        height: 8px;
        background: url('/local/templates/ostrov_adaptive/application/css/../img/arrow right.svg') no-repeat 55%;
        margin: 5px 0;
    }
    .buy_menu_wr:hover .icon_wr .icon {
        transform: rotate(90deg);
    }
    .buy_menu_wr:hover .buy_menu {
        display: block;
    }
    .login_wr .icon {
        width: 11px;
        height: 13px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/user.svg) no-repeat;
        margin-right: 10px;
    }
    .phone .icon {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/phone.svg) no-repeat;
        margin-right: 4px;
    }
    .select_city_wr {
        padding-left: 15px;
    }
    .select_city_wr .icon {
        width: 12px;
        height: 19px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/map_point.svg) no-repeat;
        margin-right: 7px;
    }
    .login_wr:hover .text {
        display: inline-block;
        border-bottom: 2px solid rgba(255, 255, 255, .4);
    }
    .h-top svg {
        margin-right: 5px;
        font-size: 14px;
    }
    .buy_menu_wr .text {
        line-height: 25px;
    }
    .phone a, .select_city {
        text-transform: none;
        font-weight: 400;
        padding: 11px 5px;
    }
    .phone .number {
        margin-left: 22px;
        font-size: 15px;
        font-weight: 600;
        display: flex;
        align-items: center;
    }
    .call_me {
        height: 40px;
        padding: 0 5px;
    }
    .call_me_text {
        display: inline-block;
        border-bottom: 2px solid rgba(255, 255, 255, .4);
        height: 16px;
    }
    .select_city span {
        display: inline-block;
        border-bottom: 2px dotted rgba(255, 255, 255, .4);
        height: 16px;
    }
    .login_wr {
        padding: 0 15px;
        margin: 0 -25px;
    }
    .login_wr .text {
        height: 16px;
    }
    .buy_menu, .select_you_city {
        position: absolute;
        left: 15px;
        top: 40px;
        color: #333;
        background: #fff;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
        font-size: 13px;
        z-index: 20;
    }
    .select_you_city {
        left: 5px;
    }
    .buy_menu:after, .select_you_city:after {
        position: absolute;
        top: -4px;
        left: 32px;
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background-color: #fff;
        transform: rotate(45deg);
    }
    .buy_menu ul,
    .select_you_city ul{
        list-style: none;
        padding: 0;
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .buy_menu ul li,
    .select_you_city ul li {
        line-height: 30px;
        white-space: nowrap;
    }
    .buy_menu ul li:first-child {
        padding: 0 20px;
    }
    .buy_menu a,
    .select_city a {
        color: #666;
        font-weight: 400;
        text-transform: none;
        display: block;
        padding: 0 20px;
    }
    .how_buy_menu, .select_city {
        position: relative;
    }
    .select_you_city ul {
        columns: 2;
        margin-top: 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .select_you_city .title {
        font-size: 13px;
        font-weight: 600;
        text-transform: uppercase;
        padding-left: 20px;
        padding: 17px 0 13px 20px;
    }
    .select_you_city ul li {
        padding: 0 10px;
    }
    .select_city a {
        padding: 0 10px;
    }
    .you_city {
        border-bottom: 1px solid #d9d9d9;
    }
    .you_city span {
        color: #0c92d7;
        text-transform: none;
    }
    .search_city {
        margin: 20px;
    }
    .search_city input {
        width: 100%;
        height: 40px;
        border: 1px solid #c6c6d1;
        background-color: #f8f9f9;
        padding: 0 10px;
    }
    .search_city form,
    .search form,
    .search .search-result {
        position: relative;
    }
    .search_city .icon,
    .search .icon {
        position: absolute;
        display: inline-block;
        width: 22px;
        height: 22px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/search.svg) no-repeat;
        top: 0;
        right: 0;
        margin: 9px;
    }
}
@media (max-width: 1279px) {
    .h-top {
        margin-left: 0;
    }
    .buy_menu_wr {
        margin-left: 6px;
    }
    .select_city_wr {
        padding-left: 7px;
    }
    .buy_menu {
        left: 20px;
    }
    .select_you_city {
        left: -30px;
        right: 0;
    }
    .select_you_city:after {
        left: 33%;
    }
}
@media (max-width: 1023px) {
    .how_buy_menu {
        padding: 0;
    }
    .buy_menu {
        left: 0;
    }
    .buy_menu_wr, .login_wr, .select_city_wr  {
        padding: 0 15px;
    }
    .login_wr {
        margin-left: -42px;
        padding: 0 15px;
        margin-right: -20px;
    }
    .buy_menu_wr {
        margin: 0;
    }
    .buy_menu_wr .icon_wr,
    .login_wr .icon {
        margin-right: 7px;
    }
    .phone a {
        padding: 11px 4px;
    }
    .phone .icon {
        margin-right: 3px;
    }
    .phone .number {
        margin-left: 0;
    }
    .select_city {
        padding: 0;
        margin-left: -20px;
        width: auto;
    }
    .select_you_city:after {
        left: 45%;
    }
}
@media (max-width: 767px) {
    .h-top {
        height: 5px;
    }
    .h-top .row {
        display: none;
    }
}

/* .h-mid */
@media all {
    .h-mid {
        position: relative;
    }
    .h-mid .row {
        height: 100px;
        align-items: center;
    }
    .h-mid .row:after {
        bottom: -1px;
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        width: calc(100% - 30px);
        max-width: 1250px;
        margin: auto;
        border-bottom: 1px solid #dbdbdf;
    }
    .menu.border .row:after {
        bottom: -1px;
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        width: calc(100% - 30px);
        max-width: 1250px;
        margin: auto;
        border-bottom: 1px solid #dbdbdf;
    }
    .logo_wr {
        display: flex;
        align-items: center;
    }
    .logo_wr .logo {
        margin-top: -8px;
        margin-left: -4px;
        width: 132px;
        height: 57px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/logo_ostrovknig.svg) no-repeat;
    }
    .logo_wr .slogan {
        font-size: 13px;
        color: #747487;
    }
    .search {
        height: 40px;
        margin-left: -18px;
    }
    .search form,
    .search .search-result {
        width: 90%;
    }
    .search input {
        width: 100%;
        height: 40px;
        border: 1px solid #c6c6d1;
        background-color: #f8f9f9;
        padding: 0 12px;
    }
    .search input:focus,
    .search_city input:focus {
        border: 1px solid #9a9aa5;
        color: #4e4e61;
    }
    .search input:focus + button,
    .search_city input:focus  + button {
        background: url('/local/templates/ostrov_adaptive/application/css/../img/search_focus.svg') no-repeat;
    }
    .basket {
        display: flex;
        align-items: center;
        padding-right: 0;
    }
    .basket .icon {
        position: relative;
        width: 26px;
        height: 24px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/cart.svg) no-repeat;
        margin-right: 30px;
    }
    .basket .icon:hover {
        background: url(/local/templates/ostrov_adaptive/application/css/../img/cart_h.svg) no-repeat;
    }
    .basket .icon:hover .count_products {
        background-color: #0c92d7;
    }
    .basket_wr a {
        color: #0c92d7;
    }
    .basket_wr a:hover  {
        color: #00537e;
    }
    .count_products {
        position: absolute;
        display: flex;
        top: -12px;
        right: -19px;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        background-color: #4db1e3;
    }
    .count_products span {
        line-height: 26px;
        font-size: 11px;
        color: #fff;
        margin: auto;
    }
    .price {
        font-size: 13px;
        color: #747487;
    }
    .price span {
        color: #333;
        font-weight: 600;
    }
    .item_header .icon {
        background-repeat: no-repeat;
        background-position: 50%;
        height: 27px;
        width: 23px;
        margin-right: 8px;
    }
    .item_header.sale .icon {
        background-image: url('/local/templates/ostrov_adaptive/application/css/../img/sale.svg');
    }
    .item_header.new .icon {
        background-image: url('/local/templates/ostrov_adaptive/application/css/../img/new.svg');
    }
    .item_header.like .icon {
        background-image: url('/local/templates/ostrov_adaptive/application/css/../img/like.svg');
    }
    .buy_menu_wr .buy_menu .icon_wr {
        display: none;
    }
}
@media (max-width: 1279px) {
    .h-mid .row:after {
        width: calc(100% - 60px);
    }
    .logo_wr .logo {
        width: 122px;
    }
    .search form,
    .search .search-result {
        margin-left: 8px;
        width: 94%;
    }
    .search .icon {
        margin-right: 17px;
    }
    .basket {
        padding-left: 30px;
    }
    .basket .icon {
        margin-right: 28px;
    }
}
@media (max-width: 1023px) {
    .logo_wr .slogan {
        display: none;
    }
    .search form,
    .search .search-result {
        margin-left: -9px;
        width: 97%;
    }
    .basket {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .h-mid .row {
        height: 49px;
    }
    .h-mid .row:after {
        width: calc(100% - 30px);
    }
    .logo_wr .logo {
        margin: 0;
        height: 30px;
        width: 58px;
    }
    .search, .search input {
        height: 30px;
    }
    .search form,
    .search .search-result {
        width: 108%;
    }
    .search input {
        margin-left: -15px;
        padding: 0 9px;
    }
    .search .search-result {
        margin-left: -24px;
    }
    .search .icon {
        width: 17px;
        height: 17px;
        margin: 6px;
        margin-right: 23px;
    }
    .basket {
        padding: 0;
    }
    .basket .icon {
        margin: 0;
        width: 24px;
        height: 18px;
    }
    .basket .basket_wr {
        display: none;
    }
}
@media (max-width: 479px) {
    .buy_menu_wr .buy_menu .icon_wr {
        display: block;
    }
    .search input {
        margin-left: -12px;
    }
    .search form,
    .search .search-result {
        width: 110%;
    }
    .search .search-result {
        margin-left: -21px;
    }
    .search .icon {
        margin-right: 16px;
    }
}
@media (max-width: 425px) {
    .basket {
        margin-left: -5px;
    }
}

/* menu */
@media all {
    .menu {
        color: #0c92d7;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }
    .all_sections_wr {
        position: relative;
        z-index: 15;
        margin-left: -5px;
        width: 190px;
        min-width: 190px;
    }
    .all_sections {
        position: relative;
        cursor: pointer;
        padding: 0 45px 0 20px;
    }
    .all_sections .link_menu {
        display: inline-flex;
        align-items: center;
        height: 50px;
    }
    .all_sections .submenu_sections._lvl1 {
        background-color: #4db1e3;
        margin: 0;
        padding: 0;
        padding-top: 50px;
        list-style: none;
        display: none;
        width: 190px;
    }
    .submenu_sections._lvl1 li {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #7ac5ea;
        text-transform: none;
        padding: 9px 10px 9px 20px;
    }
    .submenu_sections._lvl1 li a {
        color: #fff;
        text-decoration: none;
        margin-right: 35px;
    }
    .submenu_sections .icon_wr {
        min-width: 18px;
        height: 18px;
        background-color: #fff;
        border-radius: 50%;
    }
    .submenu_sections .icon_wr .icon {
        height: 8px;
        background: url('/local/templates/ostrov_adaptive/application/css/../img/arrow right.svg') no-repeat 55%;
        margin: 5px 0;
    }
    .submenu_sections._lvl2 .icon_wr .icon {
        display: none;
    }
    .submenu_sections._lvl1 li:last-child {
        border-bottom: 1px solid #7ac5ea;
    }
    .submenu_sections._lvl1 > li._open {
        background-color: #0c92d7;
    }
    .submenu_sections._lvl1 li._open:after {
        position: absolute;
        right: -5px;
        top: calc(50% - 5px);
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        background-color: #0c92d7;
        transform: rotate(45deg);
        z-index: 10;
    }
    .all_sections_wr._open .submenu_sections._lvl1 {
        display: block;
    }
    .cmn-toggle-switch {
        display: block;
        position: relative;
        width: 13px;
        height: 11px;
        margin-right: 15px;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
    }
    .cmn-toggle-switch span {
        display: block;
        height: 3px;
        background: #4db1e3;
    }
    .cmn-toggle-switch span::before,
    .cmn-toggle-switch span::after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #4db1e3;
        content: "";
    }
    .cmn-toggle-switch span::before {
        top: 0;
    }
    .cmn-toggle-switch span::after {
        bottom: 0;
    }
    .cmn-toggle-switch__htx span {
        -webkit-transition: background 0 0.3s;
        transition: background 0 0.3s;
    }
    .cmn-toggle-switch__htx span::before,
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s, 0.3s;
        transition-duration: 0.3s, 0.3s;
        -webkit-transition-delay: 0.3s, 0;
        transition-delay: 0.3s, 0;
    }
    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top, -webkit-transform;
        transition-property: top, transform;
    }
    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom, -webkit-transform;
        transition-property: bottom, transform;
    }
    /* активное состояние, т.е. меню открыто */
    .cmn-toggle-switch__htx.active span {
        background: none;
    }
    .cmn-toggle-switch__htx.active span::before {
        top: 4px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background-color: #fff;
    }
    .cmn-toggle-switch__htx.active span::after {
        bottom: 5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background-color: #fff;
    }
    .cmn-toggle-switch__htx.active span::before,
    .cmn-toggle-switch__htx.active span::after {
        -webkit-transition-delay: 0, 0.3s;
        transition-delay: 0, 0.3s;
    }
    .all_sections_wr._open .all_sections {
        background-color: #4db1e3;
        color: #fff;
    }
    .nav_menu {
        display: flex;
        list-style: none;
        font-size: 14px;
        padding: 0;
        text-transform: none;
        font-weight: 400;
    }
    .nav_menu li {
        padding: 0 25px;
        white-space: nowrap;
    }
    .nav_menu li a {
        color: #747487;
        text-decoration: none;
    }
    .submenu_sections._lvl2 {
        display: none;
        left: 189px;
        width: 747px;
        background-color: #fff;
    }
    .submenu_sections._lvl2 .row {
        margin: 0;
        min-height: 51px;
    }
    .submenu_sections._lvl2 .item,
    .submenu_sections._lvl2 .compilation {
        padding: 0;
        border-left: 2px solid #fff;
    }
    .submenu_sections._lvl2 .item_header {
        display: flex;
        align-items: center;
        background-color: #ff9900;
        color: #fff;
        padding: 0 20px;
    }
    .submenu_sections._lvl2 .compilation {
        display: flex;
        align-items: center;
        color: #fff;
        background-color: #ff9900;
    }
    .submenu_sections._lvl2 .item_header .text {
        display: inline-block;
        padding: 15px 0;
        color: #fff;
        text-decoration: none;
    }
    .all_sections_wr._open .submenu_sections._lvl2.active {
        display: flex;
        flex-direction: column;
    }
    .submenu_sections._lvl2 .item_list a {
        color: #333;
        text-transform: none;
        text-decoration: none;
        font-weight: 400;
        margin-left: -4px;
    }
    .submenu_sections._lvl2 .compilation a {
        display: block;
        padding: 16px 20px;
        color: #fff;
        text-decoration: none;
        text-transform: none;
    }
    .submenu_sections._lvl2 .compilation_mobile {
        display: none;
    }
    .submenu_sections._lvl2 .item_list {
        columns: 3;
        list-style: none;
        padding: 15px;
        padding-left: 0;
        margin: 0;
        flex: 1;
    }
    .submenu_sections._lvl2 .item_list li {
        /*position: relative;*/
        padding-left: 40px;
    }
    .submenu_sections._lvl2 .item_list li:before {
        position: relative;
        top: -2px;
        display: inline-block;
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #0c92d7;
        margin: 0px 10px 0 -15px;
    }
    .submenu_sections._lvl2 .item_list li a:hover {
        color: #0c92d7;
    }
    .submenu_sections_wr {
        display: flex;
        position: absolute;
        left: 0;
        top: 0;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
    }
    .banners .banner {
        padding: 0;
    }
    .all_sections .banners {
        width: 100%;
        border-left: 2px solid #fff;
    }
    .accordion {
        width: 100%;
    }
    .link_menu button + span {
        z-index: 1;
    }
    .mainmenu .invisible {
        display: none;
    }
    .menu .mainmenu__other-list {
        display: none;
        position: absolute;
        right: 15px;
        top: 35px;
        padding: 0;
        color: #333;
        background: #fff;
        box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
        font-size: 13px;
        list-style: none;
        z-index: 10;
    }
    .nav_menu li.other {
        position: absolute;
        right: 0;
    }
    .nav_menu li.mainmenu__other-item {
        white-space: nowrap;
    }
    .nav_menu li.other._open .mainmenu__other-list {
        display: block;
    }
    .menu .c_side > .row {
        position: relative;
        flex-wrap: nowrap;
    }
    .mainmenu__other .mainmenu__other-item a {
        line-height: 35px;
    }
    .submenu_sections._lvl2 .item_list li.submenu_lvl3 {
        padding-left: 25px;
        margin-bottom: 15px;
    }
    .submenu_sections._lvl2 .item_list li.submenu_lvl3 ul > a {
        font-weight: 600;
        text-transform: uppercase;
    }
    .submenu_sections._lvl2 .item_list li.submenu_lvl3 ul {
        padding: 0;
        page-break-inside: avoid;
        break-inside: avoid;
    }
    .submenu_sections._lvl2 .item_list li.submenu_lvl3:before {
        display: none;
    }
    .submenu_sections._lvl2 .item_list li.submenu_lvl3 li {
        padding-left: 15px;
        list-style: none;
    }
}
@media (max-width: 1023px) {
    .submenu_sections._lvl1 li a {
        margin-right: 0;
    }
    .submenu_sections._lvl2 {
        width: 370px;
    }
    .submenu_sections._lvl2 .accordion h3.item_header {
        margin: 0;
    }
    .submenu_sections._lvl2 .item_header, .submenu_sections._lvl2 .compilation {
        border-bottom: 2px solid #fff;
    }
    .submenu_sections._lvl2 {
        display: none;
        left: 189px;
        width: 747px;
        background-color: #fff;
    }
    .submenu_sections._lvl2 .row {
        margin: 0;
        width: 100%;
    }
    .submenu_sections._lvl2 .item,
    .submenu_sections._lvl2 .compilation {
        padding: 0;
        border-left: 2px solid #fff;
    }
    .submenu_sections._lvl2 .item_header,
    .submenu_sections._lvl2 .compilation {
        display: flex;
        align-items: center;
        background-color: #ff9900;
        color: #fff;
        padding: 0 20px;
    }
    .submenu_sections._lvl2 .item_header .text {
        display: inline-block;
        padding: 15px 0;
    }
    .all_sections_wr._open .submenu_sections._lvl2.active {
        display: flex;
    }
    .submenu_sections._lvl2 .item_list a {
        color: #333;
        text-transform: none;
        text-decoration: none;
        font-weight: 400;
    }
    .submenu_sections._lvl2 .compilation a {
        display: block;
        padding: 16px 0;
        color: #fff;
        text-decoration: none;
        text-transform: none;
    }
    .submenu_sections._lvl2 .compilation_mobile {
        display: none;
    }
    .submenu_sections._lvl2 .item_list {
        color: #0c92d7;
    }
    .banners {
        width: 100%;
        border-left: 2px solid #fff;
    }
    .accordion {
        width: 100%;
    }
    .link_menu button + span {
        z-index: 1;
    }
    .submenu_sections._lvl2 {
        width: 370px;
    }
    .submenu_sections._lvl2 .item_list {
        columns: 1;
    }
    .submenu_sections._lvl2 .accordion h3.item_header {
        margin: 0;
    }
    .submenu_sections_wr {
        width: auto;
    }
}
@media (max-width: 767px) {
    .menu {
        font-size: 13px;
    }
    .nav_menu {
        display: none;
    }
    .all_sections {
        height: 40px;
        padding: 0 30px 0 15px;
    }
    .cmn-toggle-switch {
        margin-right: 8px;
        margin-top: -1px;
    }
    .overlay {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99;
        background-color: rgba(0,0,0,.6);
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
    }
    .menu_open .overlay {
        visibility: visible;
        opacity: 1;
    }
    .menu_open .all_sections_wr {
        z-index: 999;
    }
    .all_sections_wr {
        margin-left: 0;
    }
    .all_sections_wr._open .all_sections {
        padding: 0 30px 0 13px;
    }
    .cmn-toggle-switch.active {
        margin-right: 10px;
    }
    .all_sections_wr {
        width: 158px;
        min-width: 158px;
    }
    .menu .buy_menu_wr .icon_wr {
        background-color: #0c92d7;
        width: 16px;
        height: 16px;
        margin-right: 9px;
    }
    .menu .buy_menu_wr .icon_wr .icon {
        background: url('/local/templates/ostrov_adaptive/application/css/../img/arrow right_mobile.svg') no-repeat 55%;
        margin: 4px 0;
    }
    .menu .buy_menu_wr._open .icon_wr {
        background-color: #fff;
    }
    .menu .buy_menu_wr._open .icon_wr .icon,
    .menu .buy_menu_wr:hover .icon_wr .icon {
        background: url('/local/templates/ostrov_adaptive/application/css/../img/arrow right.svg') no-repeat 55%;
    }
    .menu .buy_menu_wr:hover .icon_wr {
        background-color: #fff;
    }
    .menu .login_wr {
        margin: 0;
        display: inline-flex;
    }
    .login_wr .icon {
        background: url(/local/templates/ostrov_adaptive/application/css/../img/user_mobile.svg) no-repeat;
    }
    .menu .log_in {
        text-decoration: none;
        text-align: right;
        flex: 1;
        z-index: 1;
    }
    .menu .login_wr .text {
        height: 18px;
        color: #0c92d7;
    }
    .menu .login_wr:hover .icon {
        background: url(/local/templates/ostrov_adaptive/application/css/../img/user.svg) no-repeat;
    }
    .menu .login_wr:hover .text {
        color: #fff;
        border: none;
    }
    .menu .buy_menu_wr, .menu .login_wr {
        padding: 0 15px;
    }
    .all_sections .link_menu {
        height: 40px;
    }
    .all_sections .submenu_sections._lvl1 {
        width: 158px;
        padding-top: 40px;
    }
    .submenu_sections._lvl2 {
        width: 307px;
    }
    .submenu_sections._lvl1 li {
        padding: 9px 15px;
    }
    /*.submenu_sections._lvl2 .item_list li:before {
        top: 8px;
    }*/
    .how_buy_menu.mobile a {
        text-decoration: none;
    }
    .buy_menu_wr .buy_menu .icon_wr {
        display: none;
    }
}
@media (max-width: 479px) {
    .buy_menu_wr .buy_menu .icon_wr {
        display: block;
    }
    .all_sections button + span,
    .menu .login_wr span {
        display: none;
    }
    .all_sections_wr._open button + span {
        display: block;
        z-index: 1;
    }
    .all_sections_wr {
        width: 24%;
        min-width: 24%;
    }
    .buy_menu_wr .icon_wr, .login_wr .icon {
        margin: 0;
    }
    .menu .login_wr:hover .text {
        display: none;
    }
    .all_sections_wr._open .all_sections,
    .all_sections .submenu_sections._lvl1 {
        width: 245px;;
    }
    .all_sections_wr._open .submenu_sections._lvl2.active {
        display: none;
    }
    .submenu_sections._lvl1 li._open {
        background-color: #4db1e3;
    }
    .submenu_sections._lvl1 li._open:after {
        display: none;
    }
    .all_sections.submenu_open button + span {
        display: none;
    }
    .submenu_sections._lvl2 {
        width: 270px;
    }
    .how_buy_menu.mobile {
        position: static;
    }
    .buy_menu_wr:hover .buy_menu {
        left: calc(50% - 150px);
        width: 300px;
    }
    .buy_menu ul {
        padding-bottom: 10px;
    }
    .buy_menu ul li:not(:first-child) {
        display: none;
    }
    .buy_menu ul._open li:not(:first-child) {
        display: list-item;
    }
    .buy_menu:after {
        left: 50%;
    }
    .buy_menu_wr .buy_menu ul li .icon_wr {
        display: inline-block;
        background-color: #0c92d7 !important;
        width: 18px;
        height: 18px;
        margin: 5px 0;
        float: right;
    }
    .buy_menu_wr .buy_menu ul li .icon_wr .icon {
        background: url('/local/templates/ostrov_adaptive/application/css/../img/arrow right_mobile.svg') no-repeat 55% !important;
        transform: none;
        margin: 5px 0;
    }
    .buy_menu ul._open li .icon_wr .icon {
        transform: rotate(90deg);
    }
}

/* End */


/* Start:/local/templates/ostrov_adaptive/application/css/footer.css?15699122328755*/
@media all {
    .footer {
        background-color: #363636;
    }
    .f_middle {
        padding: 44px 0 53px;
    }
    .f_menu menu,
    .f_menu ul,
    .f_menu li{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .f_menu_col_item .title{
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        margin-bottom: 16px;
        font-weight: 700;
    }
    .f_menu_col_item:first-child .title{
        margin-top: 0;
    }
    .f_menu_col_item .title span, .f_menu_col_item .title a {
        display: block;
        font-size: 15px;
        text-decoration: none;
        text-transform: uppercase;
        color: #fff;
    }
    .f_menu_col_item .title a:hover {
        color: #fff;
        text-decoration: underline;
    }
    .f_menu_sub_arr{
        display: none;
        cursor: pointer;
    }
    .f_menu_sub_arr .icon-arrow-right{
        display: inline-block;
        *display: inline;
        *zoom: 1;
        color: #fff;
        -webkit-transition: .3s ease;
        -o-transition: .3s ease;
        transition: .3s ease;
    }
    .f_menu_item_sub li a{
        display: block;
        padding-bottom: 11px;
        text-decoration: none;
        color: #ccc;
        padding-left: 11px;
    }
    .f_menu_item_sub li a:hover,
    .f_menu_col_item a:hover {
        color: #4db1e3;
    }
    .f_menu_item_sub li:last-child a{
        padding-bottom: 0;
    }
    .f_contact_title{
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }
    .f_contact_info{
        margin-bottom: 29px;
    }
    .f_contact_info_it{
        display: flex;
        align-items: center;
        margin-bottom: 22px;
    }
    .f_contact_info_name{
        min-width: 70px;
        color: #a6a6a6;.h_logo
    }
    .f_contact_info_value{
        color: #ccc;
        padding-left: 5px;
    }
    .f_contact_info_it a {
        color: #ccc;
        text-decoration: none;
    }
    .f_contact_info_it.phone a {
        text-decoration: none;
        padding: 0;
        font-size: 15px;
        font-weight: 600;
    }
    .f_contact_info_it.email a {
        display: inline-block;
        border-bottom: 1px solid #4db1e3;
        height: 17px;
        color: #4db1e3;
    }
    .f_contact_info_it.adress .icon-geo {
        color: #88c800;
    }
    .f_social {
        display: flex;
        align-items: center;
    }
    .f_social .f_contact_title {
        margin: 0;
    }
    .f_social_group {
        display: flex;
        align-items: center;
        margin-left: 20px;
    }
    .f_social_link [class*="icon-"] {
        font-size: 1.5em;
    }
    .footer_bottom {
        position: relative;
        padding: 20px 0;
        font-size: 12px;
        color: #999;
        border-top: 1px solid #52504b;
    }
    .footer_bottom .copy{
        line-height: 20px;
        color: #ccc;
    }
    .footer_bottom .copy a{
        color: #999;
    }
    .f_social_link.icon-vk {
        background-image: url(/local/templates/ostrov_adaptive/application/css/../img/logo_vk.svg);
        background-repeat: no-repeat;
        height: 40px;
        width: 40px;
    }
    .f_social_link.icon-vk:hover {
        background-color: #5281b7;
        background-image: url(/local/templates/ostrov_adaptive/application/css/../img/logo_vk_h.svg);
    }
    .phone .f_contact_info_icon {
        display: inline-block;
        width: 24px;
        height: 15px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/phone_f.svg) no-repeat;
    }
    .work_time .f_contact_info_icon {
        display: inline-block;
        width: 24px;
        height: 19px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/work_time.svg) no-repeat;
    }
    .email .f_contact_info_icon {
        display: inline-block;
        width: 24px;
        height: 15px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/mail.svg) no-repeat;
    }
    .adress .f_contact_info_icon {
        display: inline-block;
        width: 24px;
        height: 19px;
        background: url(/local/templates/ostrov_adaptive/application/css/../img/map_point_f.svg) no-repeat;
    }
    .f_developer_icon {
        display: inline-block;
        height: 40px;
        width: 40px;
        background-image: url(/local/templates/ostrov_adaptive/application/css/../img/logo_citrus.svg);
        background-repeat: no-repeat;
        margin-right: 20px;
    }
    .f_developer  {
        display: inline-flex;
        align-items: center;
        color: #999;
        text-decoration: none;
    }
    .f_developer:hover {
        text-decoration: underline;
        color: #fff;
    }
    .f_developer:hover .f_developer_icon {
        background-color: #428510;
        background-image: url(/local/templates/ostrov_adaptive/application/css/../img/logo_citrus_h.svg);
    }
    .more_sections {
        display: inline-block;
        color: #ccc;
        text-decoration: none;
        margin-top: 20px;
    }
    .footer_bottom .copy span {
        display: block;
        line-height: 20px;
    }
    ul.f_menu_item_sub li {
        position: relative;
    }
    ul.f_menu_item_sub li:after {
        content: "";
        position: absolute;
        display: block;
        background-color: #ccc;
        width: 4px;
        height: 1px;
        top: 10px;
    }
    .footer_bottom .copy span.changeVersionLink {
        display: none;
        color: #4db1e3;
        text-decoration: underline;
        font-size: 14px;
        margin-top: 5px;
        cursor: pointer;
    }
    .forceDesktop .footer_bottom .copy span.changeVersionLink {
        display: inline-block;
    }
}
@media (max-width: 1279px) {
    .footer_bottom .copy span.changeVersionLink {
        display: inline-block;
    }
}
@media (max-width: 1023px) {
    .sections_menu {
        padding-right: 36px;
    }
    .footer .about, .developer {
        margin-left: -6px;
        padding: 0;
    }
    .f_contact_info_it {
        margin-bottom: 15px;
    }
    .f_middle {
        padding-bottom: 39px;
    }
    .f_contact_info {
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .f_middle {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .more_sections {
        display: none;
    }
    .footer .about, .developer, .sections_menu {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .f_contact_title {
        margin-bottom: 0;
    }
    .f_contact_info_it {
        margin-bottom: 21px;
    }
    .f_menu_col_item {
        border-bottom: 1px solid #525252;
    }
    .f_menu_col_item.opened{
        padding-bottom: 5px;
    }
    .f_menu_col_item .title{
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        line-height: 15px;
        padding: 17px 0!important;
    }
    .f_menu_col_item.opened .title{
        margin-bottom: 10px;
    }
    .f_menu_sub_arr{
        display: block;
    }
    .f_menu_col_item.opened .f_menu_sub_arr .icon-arrow-right{
        transform: rotate(90deg);
    }
    .f_menu_item_sub{
        display: none;
    }
    .f_social{
        padding: 8px 0;
        justify-content: space-between;
    }
    .f_social_link.icon-vk,
    .f_developer_icon {
        height: 32px;
        width: 32px;
    }
    .developer {
        text-align: right;
    }
    .f_developer_icon {
        margin-right: 0;
    }
    .f_social .f_contact_title {
        margin-bottom: 0;
    }
    .f_social_group{
        margin-top: 0;
        margin-left: 30px;
    }
    .developer .f_developer_icon + span {
        display: none;
    }
    .f_menu_col_item .f_menu_sub_arr {
        position: absolute;
        right: 3px;
        background: url('/local/templates/ostrov_adaptive/application/css/../img/arrow right_mobile.svg') no-repeat;
        height: 15px;
        width: 9px;
    }
    .f_menu_item_sub {
        padding-bottom: 20px!important;
    }
    .f_menu_col_item._open .f_menu_sub_arr {
        transform: rotate(90deg);
    }
    .f_menu_col_item._open .f_menu_item_sub {
        display: block;
        margin: 0;
        margin-top: 6px;
    }
    .f_contact_info_it:last-child {
        margin-bottom: 7px;
    }
}
@media (max-width: 479px) {
    .footer_bottom .row {
        align-items: start;
    }
    .footer_bottom .copy span:first-child {
        margin-bottom: 10px;
        
    }
}

.f_social_link.icon-tel {
	background-image: url(/local/templates/ostrov_adaptive/application/css/../img/logo_tel4.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}
.f_social_link.icon-tel:hover {
    background-color: #0088cc;
    background-image: url(/local/templates/ostrov_adaptive/application/css/../img/logo_tel4_h.svg);
}
.f_social_link.icon-fb {
	background-image: url(/local/templates/ostrov_adaptive/application/css/../img/logo_fb6.svg);
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
}
.f_social_link.icon-fb:hover {
   background-color: #3b5998;
    background-image: url(/local/templates/ostrov_adaptive/application/css/../img/logo_fb6_h.svg);
}
.f_social_link:not(:last-child) {
	margin-right: 5px;
}
@media (max-width: 767px) {
	.f_social_link.icon-tel,
	.f_social_link.icon-fb {
			height: 32px;
			width: 32px;
		}
}




/* End */


/* Start:/local/templates/ostrov_adaptive/application/css/style.css?15283085399051*/
@media all {
	@font-face {
		font-family: 'Palatino Linotype';
	url('/local/templates/ostrov_adaptive/application/css/../fonts/Palatino Linotype.ttf') format('truetype'), font-weight: normal;
		font-style: normal;
	}
	button {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		background: 0;
		border-radius: 0;
		border: 0;
		box-shadow: none;
		color: inherit;
		font-family: inherit;
		font-size: inherit;
		font-weight: inherit;
		margin: 0;
		padding: 0;
	}

	.citrus-form .btn-primary {
		border-radius: 3px;
	}

	.btn_blue {
		font-weight: 600;
		color: #fff;
		background: #4db1e3;
		border-radius: 3px;
		padding: 9px 34px;
	}

	.btn_blue:hover {
		background-color: #0c92d7;
	}

	.btn_transparent {
		color: #888895;
		background-color: transparent;
		border: 2px solid #ccc;
		border-radius: 3px;
		font-size: 13px;
		font-weight: bold;
		padding: 6.5px 15px;
	}

	.btn_transparent:hover {
		background-color: #888895;
		border: 2px solid #888895;
		color: #fff;
	}

	.btn_big {
		font-size: 15px;
		padding: 13px 24px;
	}

	.btn-orange {
		background-color: #ff9900;
		border: 2px solid #ff9900;
		color: #fff;
		border-radius: 2px;
		padding: 6px 20px;
	}

	h1, .h1 {
		font-family: "Palatino Linotype";
		font-size: 35px;
		font-weight: normal;
		color: #333;
		margin: 14px 0 25px;
		line-height: 35px;
	}

	h2, .h2 {
		font-family: "Palatino Linotype";
		font-size: 30px;
		font-weight: normal;
		color: #333;
		margin: 17px 0;
	}

	h3, .h3 {
		font-size: 18px;
		color: #000;
	}

	p {
		margin: 10px 0;
		font-size: 14px;
		line-height: 25px;
	}

	a {
		color: #0c92d7;
	}

	a:hover {
		text-decoration: none;
	}

	.swiper_wr {
		position: relative;
		width: calc(100% - 30px);
		margin: auto;
	}

	.swiper-container {
		padding: 5px;
		margin: -5px;
	}

	.swiper-button-prev, .swiper-button-next {
		background: 0;
	}

	.swiper-button-prev {
		left: -59px;
	}

	.swiper-button-next {
		transform: rotate(180deg);
		left: auto;
		right: -59px;
	}

	.cui-ajax-load-form {
		padding: 25px 40px;
	}

	.fancybox-close-small:after {
		font-size: 28px;
		top: 0;
		right: 0;
	}

	.fancybox-close-small:hover:after {
		color: #555;
		background: #fff;
	}
}

@media (max-width: 1439px) {
	.swiper-container {
		margin: 0 5px;
	}

	.swiper-button-prev {
		left: -22px;
	}

	.swiper-button-next {
		right: -22px;
	}
}

@media (max-width: 1279px) and (min-width: 768px) {
	.swiper_wr {
		width: 100%;
	}
}

@media (max-width: 1023px) {
	.about .text {
		height: 175px;
		overflow: hidden;
		margin-bottom: 30px;
	}

	.about .text._open {
		height: auto;
	}

	.about .js_open_more {
		display: inline-block;
		text-align: center;
		padding: 7.5px 22px;
		width: 200px;
	}

	.about .js_open_more:hover {
		color: #999;
		background-color: transparent;
		border: 2px solid #ccc;
	}
}

@media (max-width: 767px) {
	h1, .h1 {
		font-size: 27px;
		line-height: 30px;
	}

	h2, .h2 {
		font-size: 25px;
	}

	p {
		font-size: 13px;
		line-height: 20px;
		margin: 16px 0;
	}

	.about .text {
		height: 215px;
		margin-bottom: 20px;
	}
}

@media (max-width: 479px) {
	h1, .h1 {
		margin: 12px 0;
		letter-spacing: -.1px;
	}

	h2, .h2 {
		letter-spacing: -.1px;
		margin: 12px 0;
		line-height: 33px;
	}

	.btn_big {
		font-size: 14px;
	}
}

/* breadcrumb */
@media all {
	.bx-breadcrumb {
		margin: 13px 0 !important;
	}

	.bx-breadcrumb .bx-breadcrumb-item a {
		color: #9f9fac;
		text-decoration: underline;
	}

	.bx-breadcrumb .bx-breadcrumb-item {
		margin-right: 15px !important;
	}

	.bx-breadcrumb .bx-breadcrumb-item span {
		font-size: 12px;
	}

	.bx-breadcrumb i {
		font-size: 16px;
		margin-right: 10px;
	}
}

/* sidebar_menu */
@media all {
	.sidebar .all_sections_wr {
		width: 100%;
	}

	.sidebar .all_sections {
		padding: 0;
		margin-bottom: 20px;
	}

	.sidebar .submenu_sections_wr {
		position: static;
		box-shadow: none;
	}

	.sidebar .all_sections .submenu_sections._lvl1 {
		display: block;
		padding-top: 0;
		width: 100%;
	}

	.sidebar .submenu_sections._lvl1 li._open:after {
		display: none;
	}

	.sidebar .submenu_sections._lvl1 li._open .icon {
		transform: rotate(90deg);
	}

	.sidebar .submenu_sections._lvl3 .item_list_wr li._open {
		font-weight: 700;
	}

	.sidebar .submenu_sections._lvl1 li {
		font-size: 14px;
		display: block;
		font-weight: 600;
	}

	.sidebar .submenu_sections._lvl2 {
		width: calc(100% + 30px);
		margin: 10px 0 -10px -20px;
		background-color: #fff;
		border: 1px solid #ccc;
		border-top: none;
	}

	.sidebar .submenu_sections._lvl2 .item_list_wr li a {
		color: #333;
	}

	.sidebar .submenu_sections._lvl2 .item_list_wr a.show_more_btn {
		color: #0c92d7;
		display: inline-block;
		margin: 10px;
		font-weight: 400;
	}

	.sidebar .submenu_sections._lvl3 .item_list_wr a.show_more_btn {
		display: none !important;
	}

	.sidebar .submenu_sections._lvl1 li._open .submenu_sections._lvl2 {
		display: block;
	}

	.sidebar .submenu_sections._lvl2 .item_list_wr {
		padding-left: 25px;
		width: 100%;
	}

	.sidebar .submenu_sections._lvl2 .item_list_wr li {
		border: none;
	}

	.sidebar .submenu_sections._lvl2 .item_list_wr li:before {
		content: "";
		display: block;
		position: absolute;
		top: 17px;
		left: 0;
		width: 6px;
		height: 6px;
		background: #4db1e3;
		border-radius: 50%;
	}

	.sidebar .submenu_sections._lvl2 .item_list_wr li:nth-child(n+6) {
		display: none;
	}

	.sidebar .submenu_sections._lvl2 .item_list_wr._full li {
		display: block;
	}

	.sidebar .submenu_sections._lvl3 .item_list_wr {
		padding-left: 0;
	}

	/*.sidebar .submenu_sections._lvl2 .item_list_wr li:before {
		position: absolute;
		top: 16px;
		display: inline-block;
		content: "";
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background: #0c92d7;
		margin: 0px 10px 0 -15px;
	}*/
	.sidebar .submenu_sections .submenu_sections_title {
		display: flex;
		align-items: center;
		justify-content: inherit;
	}
}

@media all {
	.novelty_leaders {
		margin-bottom: 20px;
	}

	.novelty_leaders .item {
		margin-bottom: 2px;
	}

	.novelty_leaders .item_header {
		display: flex;
		align-items: center;
		background-color: #ff9900;
		color: #fff;
		padding: 15px 20px;
		text-decoration: none;
	}

}

.row .col_page_content {
	padding-left: 15px;
	padding-right: 15px;
	vertical-align: top;
	min-height: 1px;
	width: 100%;
}

.row .sidebar {
	display: none;
}

@media (min-width: 1280px) {
	.with_sidebar .col_page_content {
		width: 80%;
	}

	.with_sidebar .sidebar {
		display: block;
		width: 20%;
		padding: 0 15px;
	}
}

.btn_add_to_basket {
	width: 50px;
	height: 35px;
	background: #ff9900;
	border-radius: 3px;
	margin: 0;
	display: inline-block;
}

.btn_add_to_basket .icon {
	display: block;
	width: 27px;
	height: 24px;
	margin: auto;
	background-image: url('/local/templates/ostrov_adaptive/application/img/cart_white.svg');
}

/** form style */

/* user_data */
@media all {
	.block_user_data {
		border: 1px solid #ccc;
		padding: 35px 29px;
		padding-bottom: 0;
	}
	.form .input_group > label {
		display: inline-block;
		width: 28%;
		text-align: right;
		margin-right: 15px;
	}
	.form .input_group {
		margin: 10px 0;
	}
	.form .input_group input[type=text],
	.form .input_group input[type=password],
	.form .input_group select,
	.form .input_group textarea {
		width: 390px;
		background: #f8f9f9;
		border: 1px solid #c6c6d1;
		border-radius: 2px;
	}
	.form .input_group input[type=text],
	.form .input_group input[type=password],
	.form .input_group select {
		padding: 0 15px;
		height: 34px;
	}
	.form .input_group textarea {
		padding: 5px 15px;
		resize: none;
		height: 90px;
	}
	.form .input_group input[type=submit] {
		margin: 25px 0 20px;
		margin-left: calc(28% + 18px);
		width: 200px;
		padding: 7px 17px;
	}
	.form .input_group .tagging {
		width: 390px;
		margin: 5px 0 20px;
		margin-left: calc(28% + 20px);
		font-size: 12px;
		color: #666;
	}
	.block_user_data + .privacy_policy {
		text-align: center;
		margin: 10px 0;
		font-size: 12px;
		color: #666;
	}
	.block_user_data + .privacy_policy span {
		text-transform: uppercase;
	}
}

@media (max-width: 767px) {
	.block_user_data {
		padding: 20px 29px;
		text-align: center;
	}

	.form .input_group {
		text-align: center;
	}

	.form .input_group > label {
		text-align: left;
		width: 390px;
		margin: 5px 0;
	}

	.form .input_group .tagging {
		text-align: left;
		margin: 5px auto;
	}

	.form .input_group input[type=submit] {
		margin: 20px auto;
	}

	.form .input_group .type_user,
	.form .input_group .format_block {
		display: inline-block;
		text-align: left;
		width: 390px;
	}

	.sale-personal-profile-detail-form-title {
		margin: 0;
		text-align: center;
	}
}

@media (max-width: 479px) {
	.block_user_data {
		margin: 0 -15px;
		border: none;
		padding: 10px 15px;
	}

	.form .input_group input[type=text],
	.form .input_group input[type=password],
	.form .input_group .tagging,
	.form .input_group .type_user,
	.form .input_group .format_block,
	.form .input_group textarea {
		width: 100%;
	}

	.form .input_group {
		margin: 5px 0;
	}

	.block_user_data + .privacy_policy {
		margin: 0;
	}
}

@media all {
	.bottom_seo {
		margin-top: 50px;
	}
}
/* End */


/* Start:/local/templates/ostrov_adaptive/application/css/tab.css?15283085393143*/

@media all {
	.item_details_tabs .nav.nav-tabs {
		list-style: none;
		padding: 0;
		margin: 0;
		display: flex;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.item_details_tabs .nav.nav-tabs li.tabs-item {
		position: relative;
		background: #fff;
		border-radius: 2px;
		margin-right: 0;
	}

	.item_details_tabs .nav.nav-tabs li.tabs-item a {
		color: #666;
		text-decoration: underline;
		text-decoration-style: dotted;
		padding: 7px 16px;
		display: inline-block;
	}

	.item_details_tabs .nav.nav-tabs li.tabs-item.active {
		background: #ff9900;
	}

	.item_details_tabs .nav.nav-tabs li.tabs-item.active a {
		color: #fff;
		text-decoration: none;
	}

	.item_details_tabs .nav.nav-tabs li.tabs-item.active:after {
		position: absolute;
		right: calc(50% - 8px);
		bottom: -6px;
		content: '';
		display: block;
		width: 12px;
		height: 12px;
		background-color: #ff9900;
		transform: rotate(45deg);
	}

	.item_details_block .tab_content_item._order {
		display: none;
		margin-top: 20px;
		background: #f8f9f9;
		padding: 0 30px;
	}
		.item_details_block .tab_content_block {
			margin-top: 20px;
		}
	.item_details_block .tab_content_item.active {
		display: block;
	}
	.item_tabs_active {
		position: relative;
		background: #ff9900;
		padding: 7px 16px;
		border-radius: 2px;
		margin-bottom: 5px;
	}

	.item_tabs_active .text {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.item_tabs_active .icon {
		width: 8px;
		height: 14px;
		background: url('/local/templates/ostrov_adaptive/application/css/../img/arrow right_mobile.svg') no-repeat;
		margin-left: 10px;
	}
	.item_details_tabs._mobile {
		display: none;
	}
	.tabs-item._mobile {
		display: none;
		position: relative;
		background: #90919c;
		border-radius: 2px;
		margin-bottom: 5px;
	}

	.tabs-item._mobile a {
		display: block;
		padding: 7px 16px;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none;
	}

	/*.tabs-item._mobile.active {
		display: none !important;
	}*/

	.item_details_tabs._open .tabs-item._mobile {
		display: block;
	}
	.item_details_tabs._open .tabs-item._mobile.active {
		display: none;
	}

	.item_details_tabs._open .item_tabs_active .icon {
		transform: rotate(90deg);
	}
	.tab_content_block .tabs-item._mobile a {
		display: flex;
		justify-content: space-between;
		align-items: center;
		color: #fff;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
		text-decoration: none;
	}
	.tab_content_block .tabs-item._mobile.active {
		background: #ff9900;
	}
	.tab_content_block .tabs-item._mobile a .icon {
		width: 8px;
		height: 14px;
		background: url('/local/templates/ostrov_adaptive/application/css/../img/arrow right_mobile.svg') no-repeat;
		margin-left: 10px;
	}
	.tab_content_block .tabs-item._mobile.active a .icon {
		transform: rotate(90deg);
	}
}

@media (max-width: 479px) {
	.tab_content_block .tabs-item._mobile {
		display: block;
	}
	.item_details_tabs {
		display: none;
	}
	.tab_content_item {
		padding: 0 15px;
	}
	.item_details_tabs {
		display: none;
	}
	.item_details_tabs._mobile {
		display: block;
	}
}
/* End */


/* Start:/local/templates/ostrov_adaptive/application/css/forms.css?15283085398103*/
@media all {
	.form .checkbox,
	.form .radio {
		display: none;
	}
	.form .checkbox-custom,
	.form .radio-custom {
		width: 15px;
		height: 15px;
		border: 1px solid #999;
		border-radius: 3px;
		position: relative;
	}

	.form .radio:checked + .radio-custom::before {
		content: "";
		display: block;
		position: absolute;
		top: 2px;
		right: 2px;
		bottom: 2px;
		left: 2px;
		background: #0c92d7;
		border-radius: 2px;
	}
	.form .radio-custom,
	.form .radio:checked + .radio-custom::before {
		border-radius: 50%;
	}
	.form .radio-custom,
	.form .label {
		display: inline-block;
		vertical-align: middle;
	}
	.form .radio-wr {
		cursor: pointer;
	}
	.form .input-container {
		display: inline-block;
	}
	.form .input_group > label {
		display: inline-block;
		width: 28%;
		text-align: right;
		margin-right: 15px;
	}

	.form .input_group {
		margin: 10px 0;
	}

	.form .input_group input[type=text],
	.form .input_group input[type=password],
	.form .input_group select,
	.form .input_group textarea {
		width: 390px;
		background: #f8f9f9;
		border: 1px solid #c6c6d1;
		border-radius: 2px;
	}

	.form .input_group input[type=text],
	.form .input_group input[type=password],
	.form .input_group select {
		padding: 0 15px;
		height: 34px;
	}

	.form .input_group textarea {
		padding: 5px 15px;
		resize: none;
		height: 90px;
	}

	.form .input_group input[type=submit] {
		margin: 25px 0 20px;
		margin-left: calc(28% + 18px);
		width: 200px;
		padding: 7px 17px;
	}

	.form .input_group .tagging {
		width: 390px;
		margin: 5px 0 20px;
		margin-left: calc(28% + 20px);
		font-size: 12px;
		color: #666;
	}
	.form .format_block {
		display: inline-block;
	}
	.form .sale-personal-profile-detail-form-title {
		padding-top: 10px;
		padding-left: calc(28% + 20px);
		font-size: 14px;
		text-transform: uppercase;
	}
	.form .type_user{
		font-weight: bold;
	}
	.privacy_policy {
		text-align: center;
		margin: 10px 0;
		font-size: 12px;
		color: #666;
	}
	.privacy_policy span {
		text-transform: uppercase;
	}
}
@media (max-width: 767px) {
	.form .input_group {
		text-align: center;
	}

	.form .input_group > label {
		text-align: left;
		width: 390px;
		margin: 5px 0;
	}

	.form .input_group .tagging {
		text-align: left;
		margin: 5px auto;
	}

	.form .input_group input[type=submit] {
		margin: 20px auto;
	}

	.form .input_group .type_user,
	.form .input_group .format_block {
		display: inline-block;
		text-align: left;
		width: 390px;
	}

	.form .sale-personal-profile-detail-form-title {
		text-align: center;
		padding-left: 0;
	}
	.subscribe_block .form .input_group input[type=submit] {
		margin-left: 0;
	}
}
@media (max-width: 479px) {
	.form .input_group input[type=text],
	.form .input_group input[type=password],
	.form .input_group .tagging,
	.form .input_group .type_user,
	.form .input_group .format_block,
	.form .input_group textarea,
	.form .input_group select {
		width: 100%;
	}

	.form .input_group {
		margin: 5px 0;
	}

	.block_user_data + .privacy_policy {
		margin: 0;
	}
	.form .input-container {
		width: 100%;
	}
	.form .input_group > label {
		width: 100%;
	}
}

@media all {
	.auth_form .block_user_data {
		padding: 25px 50px;
	}
	
	.auth_form .block_user_data .title,
	.auth_form .block_user_data .auth_user_title {
		font-weight: 700;
		text-transform: uppercase;
		margin-bottom: 40px;
	}
	
	.auth_form .block_user_data .input_group label {
		width: 164px;
		margin-right: 10px;
	}
	
	.auth_form .block_user_data .input_group input[type=text],
	.auth_form .block_user_data .input_group input[type=password],
	.auth_form .block_user_data .input_group select,
	.auth_form .block_user_data .input_group .input_container {
		width: 330px;
		display: inline-block;
	}
	
	.auth_form .returned_user .input_group label {
		width: 64px;
	}
	
	.auth_form .returned_user a.link_restore_password {
		margin-left: 5px;
	}
	
	.social_networks_register {
		display: flex;
		align-items: center;
		border-top: 1px solid #dbdbdf;
		padding: 30px 0 10px;
	}
	
	.social_networks_register > span,
	.social_networks_register .social_networks_title {
		color: #747487;
		font-weight: 700;
		text-transform: uppercase;
		margin-right: 10px;
	}
	
	.social_networks_register a {
		display: inline-block;
		margin: 0 8px 0 0;
		padding: 0;
	}
	
	.social_networks_register a span.icon {
		display: inline-block;
		width: 31px;
		height: 31px;
	}
	
	.block_user_data .input_group .captcha {
		width: 226px;
		height: 56px;
	}
	
	.block_user_data .input_group .recaptcha_wr {
		width: auto;
		min-height: 78px;
	}
	
	.auth_form .block_user_data .input_group .checkbox {
		text-align: left;
		width: auto !important;
	}
	
	.auth_form .block_user_data .input_group .checkbox span {
		line-height: 20px;
		margin-left: 30px;
	}
	
	.auth_form .block_user_data .input_group .checkbox input {
		position: absolute;
		opacity: 0;
		width: 0 !important;
	}
	
	.auth_form .block_user_data .checkbox input[type="checkbox"] + span:before {
		position: absolute;
		content: '';
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		border-radius: 2px;
		background: #f8f9f9;
		border: 1px solid #c6c6d1;
	}
	
	.auth_form .block_user_data .checkbox input[type="checkbox"] + span:after {
		position: absolute;
		content: '';
		display: none;
		top: 4px;
		left: 2px;
		width: 16px;
		height: 8px;
		border-left: 3px solid #0c92d7;
		border-bottom: 3px solid #0c92d7;
		transform: rotate(-45deg);
	}
	
	.auth_form .block_user_data .checkbox input[type="checkbox"]:checked + span:after {
		display: block;
	}
	
	.auth_form .block_user_data .form .input_group input[type=submit] {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	
	.auth_form .new_user .input_group input[type=submit],
	.auth_form .new_user .input_group .captcha,
	.auth_form .new_user .input_group .checkbox {
		margin-left: 178px;
	}
	
	.auth_form .returned_user .input_group input[type=submit],
	.auth_form .returned_user .input_group .captcha,
	.auth_form .returned_user .input_group .checkbox {
		margin-left: 78px;
	}
}

@media (max-width: 1279px) and (min-width: 1024px) {
	.auth_form .block_user_data {
		padding: 25px;
	}
	
	.auth_form .block_user_data .input_group input[type=text],
	.auth_form .block_user_data .input_group input[type=password],
	.auth_form .block_user_data .input_group select,
	.auth_form .block_user_data .input_group .input_container {
		width: 237px;
	}
}

@media (max-width: 1023px) {
	.auth_form .block_user_data {
		padding: 25px;
		margin-bottom: 30px;
	}
	
	.auth_form .block_user_data .input_group label {
		width: 28%;
	}
	
	.auth_form .block_user_data .input_group input[type=submit],
	.auth_form .block_user_data .input_group .captcha,
	.auth_form .block_user_data .input_group .checkbox {
		margin-left: calc(28% + 18px);
	}
}

@media (max-width: 767px) {
	.auth_form .block_user_data .title,
	.auth_form .block_user_data .auth_user_title {
		margin-bottom: 20px;
	}
	
	.auth_form .block_user_data .input_group {
		text-align: left;
	}
	
	.auth_form .block_user_data .input_group label {
		text-align: left;
		width: 390px;
		margin: 5px 0;
	}
	
	.auth_form .block_user_data .input_group input[type=text],
	.auth_form .block_user_data .input_group input[type=password],
	.auth_form .block_user_data .input_group select,
	.auth_form .block_user_data .input_group .input_container {
		width: 390px;
	}
	
	.auth_form .returned_user a.link_restore_password {
		display: block;
		text-align: left;
		margin: 0;
	}
	
	.auth_form .block_user_data .input_group .captcha,
	.auth_form .block_user_data .input_group .checkbox,
	.auth_form .block_user_data .input_group .recaptcha_wr {
		margin: 10px 0;
	}
	
	.auth_form .block_user_data .form .input_group input[type=submit] {
		display: block;
		margin: 20px auto;
	}
}

@media (max-width: 479px) {
	.auth_form .block_user_data .input_group input[type=text],
	.auth_form .block_user_data .input_group input[type=password],
	.auth_form .block_user_data .input_group select,
	.auth_form .block_user_data .input_group .input_container {
		width: 100%;
	}
	
	.auth_form .block_user_data {
		margin: 0;
		padding: 25px 10px;
		border-top: 1px solid #ccc;
	}
}

/* End */


/* Start:/local/templates/ostrov_adaptive/components/bitrix/system.auth.form/header/style.css?1528308505335*/
@media (min-width: 1280px) {
	.header_auth_form .row {
		margin: 0;
	}
}

@media (max-width: 1279px) {
	.header_auth_form .profile .text {
		display: none;
	}
}

@media (max-width: 767px) {
	.header_auth_form .profile .text {
		display: block;
	}
}

@media (max-width: 479px) {
	.header_auth_form .profile .text {
		display: none;
	}
}
/* End */


/* Start:/local/templates/ostrov_adaptive/components/altasib/altasib.geoip/header/style.css?152830850595*/
.select_city_wr {
	cursor: default;
}
.select_city_wr:hover {
	background-color: transparent;
}
/* End */


/* Start:/local/templates/ostrov_adaptive/components/bitrix/search.title/store/style.css?15283085052643*/
.search-result {
	margin-top: -1px;
}

div.title-search-result {
	border: 1px solid #c6c6d1;
	display: none;
	overflow: hidden;
	z-index: 205;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

table.title-search-result {
	border-collapse: collapse;
	border: none;
	width: 100%;
}

table.title-search-result th {
	background-color: #f8f9f9;
	border-right: 1px solid #c6c6d1;
	color: #747487;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 14px;
	padding-right: 12px;
	text-align: right;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}

table.title-search-result td {
	background-color: #fff;
	color: #666;
	font-weight: normal;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	white-space: nowrap;
}

table.title-search-result td.title-search-item {
	padding-left: 8px;
	padding-right: 15px;
}

table.title-search-result td.title-search-item a {
	padding-left: 4px;
	padding-right: 15px;
	text-decoration: none;
	color: #666;
	vertical-align: top;
}

table.title-search-result td.title-search-item img {
	vertical-align: middle;
}

table.title-search-result td.title-search-item b {
	color: #4db1e3;
	font-weight: 600;
}

table.title-search-result tr.title-search-selected td, table.title-search-result tr.title-search-selected a, table.title-search-result tr.title-search-selected td.title-search-more a {
	/*background-color: #fff2be;*/
	background-color: #4db1e3;
	color: #fff;
}

table.title-search-result tr.title-search-selected b {
	color: #333;
}

table.title-search-result td.title-search-more {
	font-size: 11px;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 24px;
	padding-top: 0px;
}

table.title-search-result td.title-search-more a {
	padding-left: 12px;
	padding-right: 15px;
	text-decoration: none;
	color: #747487;
}

table.title-search-result td.title-search-all {
	padding-left: 24px;
	padding-right: 15px;
}

table.title-search-result td.title-search-all a {
	padding-left: 4px;
	text-decoration: none;
	color: #747487;
}
table.title-search-result tr.title-search-selected td.title-search-all a {
	color: #fff;
}
table.title-search-result td.title-search-separator, table.title-search-result th.title-search-separator {
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 4px;
}

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

@media (max-width: 1023px) {
	table.title-search-result td {
		white-space: normal;
	}
}

@media (max-width: 767px) {
	table.title-search-result td.title-search-item img {
		display: none;
	}
}
/* End */


/* Start:/local/templates/ostrov_adaptive/components/bitrix/main.include/subscribe/style.css?1528308505821*/
@media all {
	.subscribe {
		background-color: #4db1e3;
		margin-top: 100px;
	}
	.subscribe_wr {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 18px 0;
	}
	a.btn_subscribe {
		display: inline-block;
		border: 2px solid #fff;
		color: #fff;
	}
	a.btn_subscribe:hover {
		background-color: #0c92d7;
		border-color: #fff;
	}
	.subscribe .h2.title {
		color: #fff;
	}
}
@media (max-width: 1279px) {
	.subscribe {
		margin-top: 60px;
	}
}
@media (max-width: 1023px) {
	.subscribe {
		margin-top: 70px;
	}
	.subscribe_wr {
		display: block;
		text-align: center;
	}
	a.btn_subscribe {
		margin: 20px 0;
	}
}
@media (max-width: 767px) {
	.subscribe {
		margin-top: 55px;
	}
	.subscribe .h2.title {
		line-height: 30px;
	}
}
@media (max-width: 479px) {
	.subscribe {
		margin-top: 65px;
	}
}
/* End */


/* Start:/local/templates/ostrov_adaptive/styles.css?16163906373723*/
@media all {
	.btn-theme-margin
	{
		margin-top: 5px;
	}

	.grid_theme_page
	{ 
	justify-content: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}
	.grid_theme_page > div
	{
	font-size: 5vw;
	padding: 5px;
	text-align: center;
	}

	.link-to-theme-page
	{
		text-align: center;
		width: 48%;
		margin: 5px;
		box-sizing: border-box;
	}

	.magnific_detail_theme_page_popup
	{
		position: relative;
		background: #FFF;
		padding: 20px;
		width: auto;
		max-width: 850px;
		margin: 20px auto;
	}

	.btn.btn_bottom {
		margin-top: 0;
	}

	.bigdata-recommended .recommend_slider,
	.swiper_recommend .recommend_slider,
	.recommend .swiper_wr_retailrocket {
		margin-bottom: 28px;
	}

	.submenu_sections .banners {
		display: none;
	}

	.submenu_sections .banners.row.shown {
		display: flex;
	}

	.banners .banner_bg {
		height: 0;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		padding-bottom: 49.818%;
	}
	.banners.catalog_section .banner_bg {
		padding-bottom: 12.075%;
	}
	.banners .more_banners .banner_bg {
		padding-bottom: 50.441%;
	}

	.banners.one_banner .banner_bg {
		padding-bottom: 28%;
	}
	.catalog_content .banner {
		display: block;
		background-color: transparent;
		height: auto;
		margin-bottom: 35px;
	}
	.catalog_content .banner a {
		text-decoration: none;
	}
	.catalog_content .banners .banner_bg {
		padding-bottom: 12.075%;
	}

	.submenu_sections .banners .banner_bg {
		background-size: cover;
		height: 100%;
		width: 100%;
		min-height: 180px;
		padding-bottom: 24.2%;
	}
}

@media (max-width: 1279px) {
	.banners.one_banner .banner_bg {
		padding-bottom: 34.18%;
	}
}

@media (max-width: 1023px) {
	.banners.one_banner .banner_bg {
		padding-bottom: 45.574%;
	}
}

@media (max-width: 767px) {
	.btn.btn_bottom {
		margin-top: 15px;
	}

	.fair_block .item_block .item_wr:last-child,
	.bigdata-recommended .recommend_slider,
	.swiper_recommend .recommend_slider,
	.recommend .swiper_wr_retailrocket {
		margin-bottom: 15px;
	}

	.banners.one_banner .banner_bg {
		padding-bottom: 45.835%;
	}
}

@media (max-width: 479px) {
	.btn.btn_bottom {
		margin-top: 28px;
	}

	.fair_block .item_block .item_wr:last-child,
	.bigdata-recommended .recommend_slider,
	.swiper_recommend .recommend_slider,
	.recommend .swiper_wr_retailrocket {
		margin-bottom: 0;
	}

	.banners.one_banner .banner_bg {
		padding-bottom: 45.315%;
	}
}

.sidebar .submenu_sections._lvl1 li._current {
	background-color: #0c92d7;
}

/**
 * Раздел каталога
 */
.sort_by .sort_btn {
	text-decoration: none;
}
.mobile_short_list .bx_catalog_item_price,
.mobile_short_list .bx_catalog_item_price .bx_price {
	display: inline;
}
.btn:hover {
	cursor: pointer;
}
.popup-window .btn {
	display: inline-block;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 1.5;
}

.item_desc .desc {
	font-size: 13px;
	line-height: 21px;
	max-height: 126px;
	overflow: hidden;
	margin-bottom: 15px;
}

/* 404 */
.page_404 {
	margin-top: 40px;
}
.page_404_text {
	max-width: 900px;
	margin: auto;
	margin-bottom: 100px;
	text-align: center;
}
.page_404 h1 {
	font-size: 45px;
	color: #000;
	text-align: center;
}
.page_404 a.btn {
	font-size: 16px;
	font-weight: 600;
	border-radius: 5px;
	padding: 14px 28px;
	margin-top: 30px;
}
.page_404 .img {
	margin: 30px auto;
	display: block;
}
@media (max-width: 1024px) {
	.page_404 {
		margin-top: 0;
	}
}
@media (max-width: 767px) {
	.page_404 {
		margin-bottom: 70px;
	}
	.page_404 h1 {
		font-size: 38px;
	}
}
@media (max-width: 479px) {
	.page_404 {
		margin-bottom: 50px;
	}
	.page_404 .img {
		margin: 10px 0;
	}
	.page_404 h1 {
		font-size: 26px;
	}
	.page_404 a.btn {
		margin-top: 15px;
	}
}

/* End */
/* /local/templates/ostrov_adaptive/application/css/owl.carousel.min.css?15994691813351 */
/* /local/templates/ostrov_adaptive/application/css/owl.theme.default.css?15994691811380 */
/* /local/templates/ostrov_adaptive/application/0_cui/normalize.css?15283085047091 */
/* /local/templates/ostrov_adaptive/application/0_cui/cui-base/cui-fgrid.css?152830853923942 */
/* /local/templates/ostrov_adaptive/application/0_cui/cui-base/cui-base.css?15283085044182 */
/* /local/templates/ostrov_adaptive/application/0_cui/cui-btn/cui-btn.css?15283085398740 */
/* /local/templates/ostrov_adaptive/application/0_cui/cui-form/cui-form.css?152830853927303 */
/* /local/templates/ostrov_adaptive/application/plugins/fancybox/dist/jquery.fancybox.min.css?152830850410424 */
/* /local/templates/ostrov_adaptive/application/plugins/magnific_popup/dist/magnific-popup.css?15283085396951 */
/* /local/templates/ostrov_adaptive/application/css/header.css?152837549126720 */
/* /local/templates/ostrov_adaptive/application/css/footer.css?15699122328755 */
/* /local/templates/ostrov_adaptive/application/css/style.css?15283085399051 */
/* /local/templates/ostrov_adaptive/application/css/tab.css?15283085393143 */
/* /local/templates/ostrov_adaptive/application/css/forms.css?15283085398103 */
/* /local/templates/ostrov_adaptive/components/bitrix/system.auth.form/header/style.css?1528308505335 */
/* /local/templates/ostrov_adaptive/components/altasib/altasib.geoip/header/style.css?152830850595 */
/* /local/templates/ostrov_adaptive/components/bitrix/search.title/store/style.css?15283085052643 */
/* /local/templates/ostrov_adaptive/components/bitrix/main.include/subscribe/style.css?1528308505821 */
/* /local/templates/ostrov_adaptive/styles.css?16163906373723 */
