

/* Start:/local/templates/letsrock/static/css/main.css?1680149614164738*/
@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    background-color: #f7f7f7;
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
    margin: 0;
}

/*! Flickity v2.0.5
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative;
}

.flickity-enabled:focus {
    outline: none;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
    background: white;
}

.flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
    opacity: 0.6;
}

.flickity-prev-next-button.previous {
    left: 10px;
}

.flickity-prev-next-button.next {
    right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
}

.flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto;
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%;
}

.flickity-prev-next-button .arrow {
    fill: #333;
}

/* ---- page dots ---- */
.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}

.flickity-rtl .flickity-page-dots {
    direction: rtl;
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    opacity: 1;
}

.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;
}

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
    z-index: 99992;
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0f0f11;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.fancybox-container--ready .fancybox-bg {
    opacity: 0.87;
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.submenu li a{
    cursor: pointer;
}
.fancybox-controls {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 99994;
    -webkit-transition: opacity .2s;
    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, 0.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-wrap,
.fancybox-slider {
    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: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    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(12%);
    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 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    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-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    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: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    font: 30px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 100;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    /*background: #fff;*/
    -webkit-transition: background .2s;
    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; }*/
/* Caption */
.fancybox-caption-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    z-index: 99998;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    pointer-events: none;
}

.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.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;
}

/* Buttons */
.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-infobar__body,
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover {
    background: rgba(0, 0, 0, 0.8);
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    border-color: #fff;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    box-sizing: border-box;
    display: inline-block;
}

.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
    opacity: 0.5;
}

.fancybox-button--left::after {
    left: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.fancybox-button--right::after {
    right: 20px;
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -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::before,
.fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(49%);
    left: calc(42%);
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Loading spinner */
.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate 0.8s infinite linear;
    animation: fancybox-rotate 0.8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* Styling for Small-Screen Devices */
@media all and (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;
    }
}

/* Fullscreen  */
.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: 15px;
    top: 16px;
    border: 2px solid;
    background: none;
}

/* Slideshow button */
.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 0 2px;
    background: transparent;
}

/* Thumbs */
.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, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}

.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-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, 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;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-thumbs {
        display: none !important;
    }

    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap,
    .fancybox-container--thumbs .fancybox-caption-wrap {
        right: 0;
    }
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('/local/templates/letsrock/static/css/../fonts/Custom-Font.eot');
    src: url('/local/templates/letsrock/static/css/../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/letsrock/static/css/../fonts/Custom-Font.woff') format('woff'),
         url('/local/templates/letsrock/static/css/../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
@CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
    font-family: 'PT Sans bold';
    src: url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-bold-webfont.eot');
    src: url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-bold-webfont.woff2') format('woff2'), url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-bold-webfont.woff') format('woff'), url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-bold-webfont.ttf') format('truetype'), url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-bold-webfont.svg#pt_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-regular-webfont.eot');
    src: url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-regular-webfont.woff2') format('woff2'), url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-regular-webfont.woff') format('woff'), url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-regular-webfont.ttf') format('truetype'), url('/local/templates/letsrock/static/css/../fonts/pt_sans-web-regular-webfont.svg#pt_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url('/local/templates/letsrock/static/css/../fonts/PTSans-Caption.eot?#iefix') format('embedded-opentype'), url('/local/templates/letsrock/static/css/../fonts/PTSans-Caption.woff') format('woff'), url('/local/templates/letsrock/static/css/../fonts/PTSans-Caption.ttf') format('truetype'), url('/local/templates/letsrock/static/css/../fonts/PTSans-Caption.svg#PTSans-Caption') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans Caption';
    src: url('/local/templates/letsrock/static/css/../fonts/PTSans-CaptionBold.eot?#iefix') format('embedded-opentype'), url('/local/templates/letsrock/static/css/../fonts/PTSans-CaptionBold.woff') format('woff'), url('/local/templates/letsrock/static/css/../fonts/PTSans-CaptionBold.ttf') format('truetype'), url('/local/templates/letsrock/static/css/../fonts/PTSans-CaptionBold.svg#PTSans-CaptionBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html,
body {
    height: 100%;
}

.page {
    font-family: 'PT Sans', sans-serif;
    min-width: 320px;
}

.page__content {
    min-height: calc(100% - 367px);
    background-color: #F7F7F7;
}

.page__buffer {
    display: none;
}

* html .page__wrapper {
    height: 100%;
}

* {
    box-sizing: border-box;
}

a {
    color: currentColor;
}

img {
    max-width: 100%;
}

.icon__letsrock {
    fill: white;
}

.icon__apple {
    -webkit-filter: none;
    filter: none;
}

.about {
    position: relative;
    margin: 50px 0;
    padding: 30px 50px;
    min-height: 464px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    border-radius: 3px;
    background-color: #ffffff;
}

.about::before {
    position: absolute;
    bottom: 0;
    left: 94px;
    width: 328px;
    height: 282px;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/about/bg-about.png') no-repeat;
}

.about__title {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #007cc3;
}

.about__link {
    display: table;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
    text-decoration: underline;
    color: #4a4a4a;
}

.about__link:hover {
    text-decoration: none;
}

.about h3 {
    position: absolute;
    width: 650px;
    right: 17px;
}

.about__list {
    position: absolute;
    top: 75px; /*30px*/
    right: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 650px;
}

.about__list-item {
    position: relative;
    padding-left: 35px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.about__list-item::before {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 4px;
    height: 4px;
    content: '';
    background: currentColor;
    border-radius: 50%;
}

@media (max-width: 1200px) {
    .about::before {
        left: 10px;
        width: 280px;
        background-size: contain;
        background-position-y: bottom;
    }
}

@media (max-width: 1000px) {
    .about {
        position: relative;
        left: -10px;
        width: 100vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 10px 150px;
    }

    .about::before {
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 159px;
        width: 191px;
    }

    .about__title {
        display: block;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        font-size: 16px;
        color: black;
        margin-bottom: 5px;
    }

    .about__list {
        margin-top: 30px;
        display: block;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        position: static;
        width: 100%;
        margin-bottom: 20px;
    }

    .about__list-item {
        padding-left: 10px;
    }

    .about__list-item::before {
        left: 0;
    }

    .about__link {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
}

.article-block {
    position: relative;
    display: inline-block;
    margin: 0 8px 30px 7px;
    padding: 0 0 50px;
    width: 280px;
    height: 286px;
    vertical-align: top;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    border-radius: 3px;
    color: #4a4a4a;
    -webkit-transition: all 0.3s 0.3s, box-shadow 0.3s;
    transition: all 0.3s 0.3s, box-shadow 0.3s;
}

.article-block:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.article-block:first-child,
.article-block:nth-child(4n+5) {
    margin-left: 0;
}

.article-block:nth-child(4n) {
    margin-right: 0;
}

.article-block__cat {
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 0;
    display: inline-block;
    padding: 2px 25px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    border-radius: 0 7px 7px 0;
    color: white;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.article-block__cat_news {
    background-color: #007cc3;
}

.article-block__cat_news::before {
    content: 'Статьи';
}

.article-block__cat_action {
    background-color: #da251d;
}

.article-block__cat_action::before {
    content: 'Акция';
}

.article-block__cat_service {
    background-color: #f5a623;
}

.article-block__cat_service::before {
    content: 'Услуги';
}

.article-block__cat_guide {
    background-color: #4ca6da;
}

.article-block__cat_guide::before {
    content: 'Справочник';
}

.article-block__cat_review {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 242px;
    width: 54px;
    height: 54px;
    background-color: white;
    border-radius: 50%;
    box-shadow: none;
}

.article-block__cat_review svg {
    fill: #007cc3;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.article-block__inner {
    padding: 43px 15px 10px 15px;
}

.article-block__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.article-block__title_review {
    display: inline-block;
}

.article-block__text {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.article-block__text_s {
    margin: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    height: 166.6px;
    overflow: hidden;
}

.article-block__date {
    position: absolute;
    bottom: 10px;
    left: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #999999;
}

.article-block__date_wide {
    position: static;
}

.article-block__link {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: underline;
    color: #007cc3;
}

.article-block__link_wide {
    right: 30px;
}

.article-block__pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 270px;
}

.article-block__pic img {
    width: 100%;
}

.article-block__content {
    padding: 20px 30px;
    width: 910px;
    margin: 0 0 0 auto;
    vertical-align: top;
}

.article-block__rating {
    position: relative;
    top: 1px;
    left: 7px;
    display: inline-block;
    width: 65px;
    height: 13px;
}

.article-block__rating::before {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/articles/star.svg');
}

.article-block__rating::after {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/articles/star--empty.svg');
}

.article-block__rating[data-stars="1"]::before {
    width: 12px;
}

.article-block__rating[data-stars="2"]::before {
    width: 24px;
}

.article-block__rating[data-stars="3"]::before {
    width: 36px;
}

.article-block__rating[data-stars="4"]::before {
    width: 48px;
}

.article-block__rating[data-stars="5"]::before {
    width: 100%;
}

.article-block__info-advance {
    margin: 5px 0;
    line-height: 14px;
}

.article-block__author {
    display: block;
    color: #999999;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.article-block_wide {
    width: 100%;
}

.article-block_wide:nth-child(1n) {
    margin: 0 0 30px;
}

.article__content {
    text-align: left;
    margin: 20px 0 30px;
    font-size: 15px;
}

.article__content .specials_contacts {
    margin: 20px 0 10px 0;
    overflow: hidden;
    font-size: 17px;
}

.article__content .specials_contacts a,
.article__content .specials_contacts a:hover {
    text-decoration: none;
}

.article__info {
    margin: 10px 0 -5px;
    text-align: left;
}

.article__info-advance {
    margin: 5px 0 0;
}

.article__author {
    display: inline-block;
    color: #4a4a4a;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.article__date {
    color: #999999;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.article__rating {
    position: relative;
    top: 1px;
    left: 7px;
    display: inline-block;
    width: 65px;
    height: 13px;
}

.article__rating::before {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/articles/star.svg');
}

.article__rating::after {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/articles/star--empty.svg');
}

.article__rating[data-stars="1"]::before {
    width: 12px;
}

.article__rating[data-stars="2"]::before {
    width: 24px;
}

.article__rating[data-stars="3"]::before {
    width: 36px;
}

.article__rating[data-stars="4"]::before {
    width: 48px;
}

.article__rating[data-stars="5"]::before {
    width: 100%;
}

.article__cat {
    display: inline-block;
    margin-right: 5px;
    width: 20px;
    height: 15px;
}

.article__cat svg {
    fill: #007cc3;
}

.article p {
    margin: 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.article-block.hide {
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1200px) {
    .article-block {
        width: 23.49%;
    }

    .article-block__content {
        width: 72%;
    }

    .article-block_wide {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .article-block {
        width: 49%;
        margin: 0 .7% 30px .7%;
    }

    .article-block:nth-child(even) {
        margin-right: 0;
    }

    .article-block:nth-child(odd) {
        margin-left: 0;
    }

    .article-block__pic {
        height: inherit;
    }

    .article-block__pic img {
        max-width: 100%;
        width: auto;
        height: inherit;
    }

    .article-block__cat_reviews {
        left: 183px;
    }

    .article-block__text {
        max-height: 100px;
        overflow: hidden;
    }

    .article-block_wide {
        width: 100%;
        height: 220px;
    }
}

@media (max-width: 760px) {
    .article-block {
        display: block;
        width: 100%;
    }

    .article-block:nth-child(1n) {
        margin-left: 0;
        margin-right: 0;
    }

    .article-block__pic {
        position: relative;
        width: 100%;
        height: 157px;
        overflow: hidden;
    }

    .article-block__pic img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: auto;
        width: 100%;
    }

    .article-block__text {
        max-height: initial;
    }

    .article-block__content {
        width: 100%;
        padding: 15px 10px;
    }

    .article-block__cat_review {
        padding: 0;
        width: 36px;
        height: 36px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 140px;
    }

    .article-block__cat_review svg {
        max-width: 64%;
    }

    .article-block_wide {
        height: auto;
        min-height: 416px;
        padding-bottom: 30px;
    }
}

.banner {
    position: relative;
    margin-top: -90px;
    height: 760px;
    text-align: center;
    color: white;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.banner__slider {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: -35px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.banner__slider-item {
    position: relative;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.banner__slider-item.is-selected {
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.banner__controls {
    z-index: 1;
    position: relative;
    width: 1180px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.banner .flickity-page-dots {
    position: absolute;
    right: 0;
    bottom: 50px; /*35*/
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: slide;
}

.banner .dot {
    display: inline-block; /*block*/
    margin: 0 10px; /*0 0 15px auto*/
    width: 45px;
    height: 45px;
    font-weight: 700;
    line-height: 45px;
    font-size: 24px;
    color: #007cc3;
    background-color: #ffffff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.banner .dot:hover {
    color: white;
    background-color: #f5a623;
}

.banner .dot::before {
    counter-increment: slide;
    content: '0' counter(slide);
}

.banner .dot.is-selected {
    color: white;
    background-color: #007cc3;
    pointer-events: none;
}

.banner__title {
    margin: 0;
    font-size: 100px;
    font-weight: 700;
    line-height: 176px;
    text-shadow: 0 4px 7px rgb(0, 0, 0);
}

.banner__subtitle {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-shadow: 0 4px 7px rgb(0, 0, 0);
}

.banner__btn.btn {
    margin-top: 60px;
    padding: 17px 38px;
}

.banner .flickity-prev-next-button {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 50px;
    right: 75px;
    -webkit-transform: none;
    transform: none;
}

.banner .flickity-prev-next-button.previous {
    z-index: 3;
    right: 120px;
    bottom: 70px;
}

.banner .flickity-prev-next-button {
    width: 56px;
    height: 37px;
    background: none;
}

.banner .flickity-prev-next-button svg {
    display: none;
}

.banner .flickity-prev-next-button::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: -60px 0px;
    width: 56px;
    height: 37px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
    content: '';
}

.banner .flickity-prev-next-button.next::before {
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: 0px 0px;
    width: 56px;
    height: 37px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .banner__controls {
        width: 85%;
    }
}

@media (max-width: 760px) {
    .banner {
        height: 460px;
        margin-top: 0;
        background-size: cover;
    }

    .banner__slider {
        height: 100%;
        margin: 0;
    }

    .banner__slider .flickity-viewport {
        top: 40px; /*77px*/
    }

    .banner__slider-item {
        width: 100%;
        padding-bottom: 10px;
    }

    .banner__title {
        font-size: 59px;
        line-height: 1;
    }

    .banner__subtitle {
        margin: 0;
        font-size: 24px;
        line-height: 1.4;
    }

    .banner .dot {
        display: inline-block;
        margin: 0 10px;
    }

    .banner .flickity-prev-next-button {
        display: none;
    }

    .banner__btn.btn {
        margin-top: 44px;
    }
}

.breadcrumbs {
    margin-bottom: -20px;
}

.breadcrumbs__inner {
    padding: 20px 0 0;
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs__list-item {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.breadcrumbs__list-item:not(:last-child)::after {
    position: relative;
    top: -3px;
    padding: 0 2px;
    content: '...';
}

.breadcrumbs__link {
    text-decoration: none;
    color: #007cc3;
}

.breadcrumbs__link_active {
    color: #4a4a4a;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .breadcrumbs__inner {
        width: 100%;
        padding: 20px 20px 0;
    }
}

@media (max-width: 760px) {
    .breadcrumbs__inner {
        width: 100%;
        padding: 10px 10px 0;
    }
}

.btn {
    display: inline-block;
    padding: 13px 38px;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: #007cc3;
    border: none;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.btn:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.btn_or {
    background-color: #f5a623;
}

.btn_login {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 10px 50px 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.btn_login::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    content: '';
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -41px;
    width: 25px;
    height: 24px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
}

.btn_auth.btn {
    font-size: 18px;
    margin: 45px 0 20px;
}

.btn_callback.btn {
    font-size: 18px;
    margin: 30px 0 15px;
}

.btn_page.btn {
    margin: 0 54px 0 0;
}

.icon__menu {
    width: 40px;
    height: 32px;
}

@media (max-width: 760px) {
    .icon__menu {
        width: 25px;
        height: 18px;
    }

    .btn_login {
        padding: 0;
        width: 43px;
        height: 36px;
        font-size: 0;
        border: 1px solid white;
        box-shadow: none;
    }

    .btn_login::after {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .btn_page.btn {
        margin-bottom: 20px;
    }
}

.currency {
    position: relative;
    margin: 30px 0;
    padding: 15px;
    width: 100%;
    height: 229px;
    color: white;
    text-align: center;
    background-image: -webkit-linear-gradient(bottom, #467bbf 0%, #005ca1 51%, #0f2d5d 100%);
    background-image: linear-gradient(to top, #467bbf 0%, #005ca1 51%, #0f2d5d 100%);
    border-radius: 5px;
    overflow: hidden;
}

.currency::before:not(.wrap-wl .currency::before) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/currency/path.svg') no-repeat center bottom -65px;
    opacity: .2;
}

.currency__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.currency__values {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
}

.currency__value {
    position: relative;
    display: inline-block;
    margin: 0 31px;
    padding-bottom: 15px;
    width: 150px;
    font-size: 60px;
    font-weight: 700;
    line-height: 71px;
}

.currency__value::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -30px;
    padding: 5px 0;
    width: 74px;
    content: attr(data-currency);
    font-size: 23px;
    font-weight: 700;
    line-height: 27px;
    text-transform: uppercase;
    border-top: 1px solid #ffffff;
}

@media (max-width: 760px) {
    .currency {
        height: 143px;
    }

    .currency__value {
        width: 30%;
        margin: 0;
        font-size: 30px;
        line-height: 1.4;
        padding-bottom: 10px;
    }

    .currency__value::after {
        font-size: 18px;
    }
}

.diplomas__list {
    margin: 40px 0 0;
    padding: 0;
    list-style: none;
}

.diplomas__list::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

.diplomas__list-item {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 8px 20px 0;
    width: 100px;
    height: 140px;
}

.diplomas__list-item:nth-child(11n) {
    margin-right: 0;
}

.diplomas__link {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
}

.diplomas__img {
    width: 100%;
    height: 100%;
}

@media (max-width: 1200px) {
    .diplomas__list {
        text-align: center;
    }

    .diplomas__list-item {
        display: inline-block;
        float: none;
        margin: 0 8px 20px;
    }

    .diplomas__list-item:nth-child(11n) {
        margin-right: 8px;
    }
}

@media (max-width: 760px) {
    .diplomas__list-item {
        width: 140px;
        height: 200px;
    }
}

@media (max-width: 460px) {
    .diplomas__list-item {
        margin-right: 4px;
    }

    .diplomas__list-item:nth-child(even) {
        margin-right: 0;
    }

    .diplomas__list-item:nth-child(odd) {
        margin-left: 0;
    }

    .diplomas__list-item:nth-child(11n) {
        margin-right: 0;
    }
}

.footer {
    overflow: hidden;
    background-image: -webkit-linear-gradient(top, #007cc3 0%, #b3def8 100%);
    background-image: linear-gradient(180deg, #007cc3 0%, #b3def8 100%);
}

.footer__inner {
    padding: 30px 0 10px;
    position: relative;
    width: 1180px;
    margin: 0 auto;
    color: white;
}

.footer__inner::before {
    position: absolute;
    right: 370px;
    width: 200px;
    height: 300px;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/footer/flight.png') no-repeat;
}

.footer__col {
    display: table-cell;
    vertical-align: top;
    padding-right: 77px;
}

.footer__contacts {
    display: inline-block;
    margin-top: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

.footer__bot {
    margin-top: 50px;
}

.footer__cap {
    margin: 0 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.footer__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__link {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.footer__link:hover {
    text-decoration: underline;
}

.footer__link_tel {
    position: relative;
    display: block;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.footer__link_tel::before {
    position: absolute;
    left: -18px;
    top: 3px;
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: -28px -69px;
    width: 10px;
    height: 11px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
    content: '';
}

.footer__link_email {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
}

.footer__text {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.footer__text_address {
    position: relative;
    display: block;
}

.footer__text_address::before {
    position: absolute;
    left: -18px;
    top: 3px;
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: -101px -41px;
    width: 9px;
    height: 13px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
    content: '';
}

.footer__text_copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}

.footer__develop {
    position: absolute;
    right: 0;
    /*bottom: 0;*/
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-decoration: none;
}

.footer__develop svg {
    -webkit-transition: all .2s;
    transition: all .2s;
}

.footer__develop:hover svg {
    fill: #f5a623;
}

.footer_notice {
    font-size: 12px
}

.footer_notice p {
    margin: 0;
}

@media (max-width: 1200px) {
    .footer__inner {
        width: 100%;
        padding: 30px 20px 10px;
    }

    .footer__inner::before {
        right: 270px;
    }

    .footer__contacts,
    .footer__develop {
        right: 20px;
    }
}

@media (max-width: 1000px) {
    .footer__inner::before {
        display: none;
    }

    .footer__col {
        /*padding-right: 50px;*/
            padding-right: 35px;
    }

    .footer__develop {
        bottom: 20px;
    }
}

@media (max-width: 760px) {
    .footer__inner {
        padding: 0 10px 10px;
    }

    .footer__col {
        position: relative;
        display: block;
        width: 100%;
        padding-right: 0;
    }

    .footer__col::before {
        position: absolute;
        right: 0;
        top: 20px;
        content: '';
        width: 10px;
        height: 2px;
        background-color: white;
    }

    .footer__contacts {
        position: static;
        margin-left: 20px;
    }

    .footer__develop {
        width: 200px;
        right: auto;
        left: 50%;
        bottom: auto;
        top: 16px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .footer__text_copyright {
        display: block;
        text-align: center;
    }

    .footer__bot {
        position: relative;
        margin-top: 0;
        padding-top: 50px;
    }

    .footer__bot::before {
        position: absolute;
        left: -10px;
        top: 0;
        width: 100vw;
        height: 1px;
        content: '';
        background-color: white;
    }

    .footer__cap {
        position: relative;
        margin: 0;
        padding: 10px 0 14px;
    }

    .footer__cap::after {
        position: absolute;
        bottom: 0;
        left: -10px;
        width: 100vw;
        height: 1px;
        background-color: white;
        content: '';
    }

    .footer__link {
        display: block;
    }

    .footer__list {
        position: relative;
    }

    .footer__list::after {
        position: absolute;
        bottom: 0;
        left: -10px;
        width: 100vw;
        height: 1px;
        background-color: white;
        content: '';
    }

    .footer__list-item {
        position: relative;
        padding: 5px 0;
    }

    .footer__list-item::after {
        position: absolute;
        left: -10px;
        bottom: 0;
        width: 100vw;
        height: 1px;
        content: '';
        background-color: rgba(255, 255, 255, 0.24);
    }

    .footer__list-item:last-child::after {
        display: none;
    }
}

.colhide > :not(.footer__cap) {
    display: none;
}

.colhide::after {
    position: absolute;
    right: 4px;
    top: 16px;
    content: '';
    width: 2px;
    height: 10px;
    background-color: white;
}

.form {
    text-align: center;
    color: #4a4a4a;
}

.form__label {
    display: block;
    margin-bottom: 10px;
}

.form__field {
    padding: 14px 20px;
    width: 100%;
    height: 46px;
    border: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.14), 0 2px 2px rgba(0, 0, 0, 0.16);
}

.form__btn {
    margin-top: 10px;
    width: 203px;
    color: white;
}

.form__field_tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none;
    background: none;
    padding-left: 0;
    margin-bottom: 5px;
}

.form__field_tr::placeholder {
    color: lightgray;
}

.form__field_tr.error {
    border-bottom: 1px solid red;
}

.form__field_tr:focus {
    outline: none;
}

.form_subscribe {
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
    width: 380px;
}

.form_subscribe .iagree {
    color: #fff;
    font-size: 14px;
}

.form_auth {
    margin-top: 15px;
    width: 330px;
    text-align: left;
}

@media (max-width: 1000px) {
    .form_subscribe {
        margin-left: 10px;
    }
}

@media (max-width: 760px) {
    .form_subscribe {
        display: block;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 400px) {
    .form_auth {
        width: 100%;
    }
}

.header {
    position: relative;
    z-index: 3;
}

.header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    content: '';
    background-image: -webkit-linear-gradient(bottom, rgba(70, 123, 191, 0.2) 0%, rgba(0, 92, 161, 0.2) 51%, rgba(15, 45, 93, 0.2) 100%);
    background-image: linear-gradient(to top, rgba(70, 123, 191, 0.2) 0%, rgba(0, 92, 161, 0.2) 51%, rgba(15, 45, 93, 0.2) 100%);
}

.header__inner {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding: 26px 0 27px;
    color: #ffffff;
}

.header__contacts {
    display: table-cell;
    vertical-align: middle;
}

.header__login {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}

.header__link {
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;
}

.header__callback {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline;
    color: #f5a623;
    line-height: 17px;
    border: none;
    background: none;
}

.header__callback:focus {
    outline: none;
}

.header_page {
    background-color: #007cc3;
}

.header_page .btn_login {
    background: none;
    box-shadow: none;
    border: 1px solid white;
}

.menu {
    display: none;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.menu:focus {
    outline: none;
}

@media (max-width: 1200px) {
    .header__inner {
        width: 100%;
        padding: 26px 20px 27px;
    }

    .header__login {
        right: 20px;
    }
}

@media (max-width: 1000px) {
    .menu {
        display: inline-block;
    }

    .header__contacts {
        display: none;
    }
}

@media (max-width: 760px) {
    .header {
        background-color: #007cc3;
    }

    .header::before {
        height: 100%;
    }

    .header__inner {
        padding: 13px 0;
    }

    /*.header__login {
    right: 10px;
  }*/
}

.history {
    color: white;
    background: url('/local/templates/letsrock/static/css/../img/assets/history/bg-history.jpg') no-repeat center;
    background-size: cover;
}

.history__inner {
    padding: 20px 0;
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.history__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
}

.history__list::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

.history__list-item {
    padding-top: 60px;
    display: inline-block;
    width: 48%;
    text-align: left;
    vertical-align: top;
}

.history__list-item:nth-child(odd) {
    text-align: right;
    padding-top: 0;
}

.history__list-item:nth-child(odd) .history__year-v {
    padding-left: 30px;
}

.history__list-item:nth-child(even) .history__year-v {
    padding-right: 15px;
}

.history__year {
    display: inline-block;
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
}

.history__year-v {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    line-height: 71px;
}

.history__year-text {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    max-width: 400px;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1200px) {
    .history__inner {
        width: 100%;
        padding: 20px;
    }

    .history__list-item {
        display: block;
        padding: 0;
        width: 100%;
    }

    .history__list-item:nth-child(1n) .history__year-v {
        padding: 0 15px 0 0;
    }

    .history__year {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .history__year-v {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .history__year-text {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
    }
}

@media (max-width: 760px) {
    .history__inner {
        padding: 10px;
    }

    .history__year-v {
        font-size: 40px;
        line-height: 1.5;
    }

    .history__year-text {
        font-size: 12px;
        width: 100%;
    }

    .history__list::after {
        display: none;
    }

    .history__list-item:nth-child(1n) .history__year-v {
        padding-right: 5px;
    }
}

.logotype {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 1000px) {
    .logotype {
        display: block;
        width: 230px;
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .logotype {
        width: 163px;
    }

    .logotype__img {
        width: 100%;
        height: 24px;
    }
}

.map__ya {
    width: 100%;
    height: 416px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
}

.map__info {
    position: relative;
    padding-top: 50px;
    min-height: 300px;
}

.map__info::before {
    position: absolute;
    top: 150px;
    right: 0;
    width: 480px;
    height: 126px;
    content: '';
    border-radius: 3px;
    background-image: -webkit-linear-gradient(bottom, #007cc3 0%, #b3def8 100%);
    background-image: linear-gradient(to top, #007cc3 0%, #b3def8 100%);
}

.map__info::after {
    position: absolute;
    top: 11px;
    right: 52px;
    width: 336px;
    height: 265px;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/map/aviaflot.png') no-repeat;
}

@media (max-width: 1200px) {
    .map__info::before,
    .map__info::after {
        display: none;
    }
}

.mobileapp {
    background: url('/local/templates/letsrock/static/css/../img/assets/mobileapp/bg-mobileapp.jpg') no-repeat center;
}

.mobileapp__inner {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    color: white;
}

.mobileapp__inner::before,
.mobileapp__inner::after {
    position: absolute;
    bottom: -15px;
    content: '';
}

.mobileapp__inner::before {
    left: 0;
    width: 207px;
    height: 404px;
    background: url('/local/templates/letsrock/static/css/../img/assets/mobileapp/iphone.png') no-repeat;
}

.mobileapp__inner::after {
    right: 0;
    width: 216px;
    height: 402px;
    background: url('/local/templates/letsrock/static/css/../img/assets/mobileapp/samsung.png') no-repeat;
}

.mobileapp__content {
    position: relative;
    padding: 30px 0 120px;
    width: 600px;
    margin: 0 auto;
}

.mobileapp__title {
    margin: 0;
    max-width: 500px;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}

.mobileapp__text {
    max-width: 380px;
    margin: 5px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

.mobileapp__os {
    display: table;
    vertical-align: middle;
    position: absolute;
    bottom: 20px;
}

.mobileapp__os_ios {
    left: 0;
}

.mobileapp__os_android {
    right: 0;
}

.mobileapp__os-name {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .mobileapp__inner {
        width: 100%;
    }

    .mobileapp__content {
        width: 55%;
    }
}

@media (max-width: 1000px) {
    .mobileapp {
        background: -webkit-linear-gradient(top, #007cc3, #b3def8);
        background: linear-gradient(to bottom, #007cc3, #b3def8);
    }

    .mobileapp__inner::before,
    .mobileapp__inner::after {
        bottom: -11px;
        width: 161px;
        height: 300px;
        background-size: contain;
        background-position-y: bottom;
    }

    .mobileapp__inner::before {
        background-position-x: -10px;
    }

    .mobileapp__inner::after {
        background-position-x: 10px;
    }

    .mobileapp__content {
        width: 60%;
    }

    .mobileapp__os_android {
        left: 250px;
    }
}

@media (max-width: 760px) {
    .mobileapp {
        overflow: hidden;
    }

    .mobileapp__inner {
        padding: 0 10px;
        height: 433px;
    }

    .mobileapp__inner::before,
    .mobileapp__inner::after {
        bottom: -9px;
        width: 120px;
        height: 228px;
        background-position-x: center;
    }

    .mobileapp__content {
        width: 300px;
        padding: 16px 0 80px;
    }

    .mobileapp__title {
        font-size: 20px;
        line-height: 1.4;
    }

    .mobileapp__text {
        font-size: 14px;
    }

    .mobileapp__os_android {
        left: auto;
        right: 0;
    }

    .icon__ap {
        width: 32px;
        height: 39px;
    }

    .icon__and {
        width: 33px;
        height: 39px;
    }
}

.navigation {
    display: table-cell;
    vertical-align: middle;
    padding: 0 69px;
    color: white;
}

.navigation__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation__list-item {
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
}

.navigation__list-item:last-child {
    padding-right: 0;
}

.navigation__link {
    font-size: 14px;
    font-weight: bold;
    color: currentColor;
    text-decoration: none;
    -webkit-transition: all .1s;
    transition: all .1s;
}

.navigation__link:hover {
    color: #f5a623;
}

@media (max-width: 1200px) {
    .navigation {
        padding: 0 20px;
    }

    .navigation__list-item {
        padding-right: 10px;
    }
}

@media (max-width: 1000px) {
    .navigation {
        display: none;
    }
}

.navigation_mobile {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 54px;
    padding: 0 10px 10px 10px;
    width: 100vw;
    min-width: 320px;
    background-color: #007cc3;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    box-sizing: border-box;
}

.navigation_mobile .navigation__list-item {
    display: inline-block;
}

.modal {
    display: none;
    padding: 20px 25px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
    border-radius: 2px;
}

.modal__title {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.modal_callback {
    width: 468px;
    background-color: #fafafa;
}

.oxygen {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding-top: 40px;
}

.youtube-invite {
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .oxygen {
        width: 95%;
    }
}

@media (max-width: 760px) {
    .oxygen {
        /*display: none;*/
    }
}

.offer {
    position: relative;
    left: 0;
    display: inline-block;
    margin: 0 10px 30px;
    width: 380px;
    height: 293px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: top center;
    cursor: default;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
    -webkit-transition: all .3s .2s;
    transition: all .3s .2s;
}

.offer:first-child,
.offer:nth-child(3n+4) {
    margin-left: 0;
}

.offer:nth-child(3n) {
    margin-right: 0;
}

.offer:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.offer:hover::before {
    opacity: 0.84;
}

.offer:hover .offer__caption::before {
    opacity: 0;
}

.offer:hover .offer__link {
    top: -30px;
    opacity: 1;
    -webkit-transition: top .2s .1s, opacity .3s;
    transition: top .2s .1s, opacity .3s;
}

.offer:hover .offer__i {
    z-index: 2;
}

.offer:hover .offer__i svg {
    fill: #f5a623;
}

.offer:hover .offer__i::before {
    box-shadow: 0 0 14px rgba(245, 165, 35, 0.51);
}

.offer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: -webkit-linear-gradient(153deg, #fbab7e 0%, #f7ce68 100%);
    background-image: linear-gradient(-63deg, #fbab7e 0%, #f7ce68 100%);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.offer__caption {
    position: relative;
    margin-top: 60px;
    z-index: 1;
    color: #ffffff;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
}

.offer__caption::before {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    content: '';
    border-radius: 50%;
    background-image: -webkit-linear-gradient(bottom, #467bbf 0%, #005ca1 51%, #0f2d5d 100%);
    background-image: linear-gradient(to top, #467bbf 0%, #005ca1 51%, #0f2d5d 100%);
    opacity: 0.8;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.offer__link {
    position: relative;
    z-index: 1;
    top: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    color: #ffffff;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    text-decoration: underline;
    opacity: 0;
    -webkit-transition: opacity .3s, top .2s .1s;
    transition: opacity .3s, top .2s .1s;
}

.offer__info {
    position: absolute;
    z-index: 1;
    padding: 35px 15px 20px;
    width: 100%;
    height: 89px;
    bottom: 0;
    left: 0;
    text-align: left;
    background: url('/local/templates/letsrock/static/css/../img/assets/offers/wave.svg');
    background-position-x: -10px;
}

.offer__text,
.offer__price {
    display: inline-block;
    vertical-align: bottom;
    color: #4a4a4a;
}

.offer__text {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.offer__price {
    float: right;
    margin-top: 7px;
    font-size: 24px;
    font-weight: 400;
    line-height: 29px;
}

.offer__price::after {
    content: ' руб/чел';
}

.offer__i {
    z-index: 1;
    top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.offer__i svg {
    fill: #004A89;
}

.offer__i::before {
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 54px;
    height: 54px;
    content: '';
    background-color: white;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.hide {
    position: absolute;
    margin: -15px 0 !important;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.offer_index {
    margin: 0 7px 30px 8px;
}

.offer.hide {
    -webkit-transition: all .3s;
    transition: all .3s;
}

@media (max-width: 1200px) {
    .offer {
        width: calc(33% - 11px);
    }

    .offer__price {
        font-size: 21px;
    }

    .offer__info {
        padding: 35px 10px 20px;
    }

    .offer__text {
        font-size: 12px;
    }
}

@media (max-width: 1000px) {
    .offer {
        display: block;
        width: 380px;
        margin: 0 auto 20px !important;
    }

    .offer__caption {
        margin-top: 0;
        top: 60px;
    }

    .offer:hover .offer__link {
        top: 20px;
    }
}

@media (max-width: 760px) {
    .offer {
        width: 320px;
    }

    .offer__info {
        padding: 35px 15px 10px;
    }
}

@media (max-width: 380px) {
    .offer {
        width: calc(100% + 40px);
        left: -20px;
    }
}

.pair {
    position: relative;
    padding: 26px 38px;
    width: 280px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    background-color: #ffffff;
    color: #4a4a4a;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.pair:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.28);
}

.pair:hover .pair__text {
    display: block;
    height: auto;
}

.pair__inner {
    padding: 0 5px;
}

.pair__head {
    margin: 12px 0 0;
    position: relative;
    text-align: justify;
}

.pair__head::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

.pair__who {
    position: relative;
    display: inline-block;
    width: 63px;
    height: 63px;
}

.pair__who::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    background-image: -webkit-linear-gradient(top, #007cc3 0%, #b3def8 100%);
    background-image: linear-gradient(180deg, #007cc3 0%, #b3def8 100%);
    opacity: .3;
}

.pair__who::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 84px;
    content: '';
}

.pair__who_m::after {
    width: 38px;
    background: url('/local/templates/letsrock/static/css/../img/assets/pair/boy.png') no-repeat;
}

.pair__who_w::after {
    width: 32px;
    background: url('/local/templates/letsrock/static/css/../img/assets/pair/girl.png') no-repeat;
}

.pair__search {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
}

.pair__params {
    margin: 5px 0 15px;
    padding: 0;
    list-style: none;
}

.pair__params-elem {
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.pair__params-elem::before {
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 0;
    content: '';
    border-bottom: 1px dashed #e2e2e2;
}

.pair__params-s {
    display: inline-block;
    background: #ffffff;
}

.pair__params-s:nth-child(2) {
    float: right;
}

.pair__caption {
    margin: 15px 0 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.pair__text-wrap {
    height: 34px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

.pair__text {
    display: block;
    position: relative;
    margin: 0 0 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.pair__advance {
    margin: 15px 0 25px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

.pair__btn {
    padding: 12px 32px 13px 33px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

@media (max-width: 1200px) {
    .pair {
        width: 95%;
        margin: 0 auto;
    }

    .pair__btn {
        display: block;
        width: 100%;
    }
}

.reference-block {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 100px;
    width: 580px;
    height: 142px;
    background-image: -webkit-linear-gradient(top, #467bbf 0%, #005ca1 51%, #0f2d5d 100%);
    background-image: linear-gradient(180deg, #467bbf 0%, #005ca1 51%, #0f2d5d 100%);
}

.reference-block:nth-child(2n) .reference-block__content {
    width: 150px;
}

.reference-block__content {
    color: #ffffff;
    width: 118px;
    float: right;
}

.reference-block__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.reference-block__list-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.reference-block__link:hover {
    text-decoration: none;
}

.reference-block__title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.reference-block_trains::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 429px;
    height: 212px;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/reference-block/trains.png') no-repeat;
}

.reference-block_bus::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 351px;
    height: 216px;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/reference-block/bus.png') no-repeat;
}

.reference-block_railterm::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 457px;
    height: 211px;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/reference-block/railterm.png') no-repeat;
}

.reference-block_aviaterm::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 413px;
    height: 203px;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/reference-block/aviaterm.png') no-repeat;
}

@media (max-width: 1200px) {
    .reference-block {
        width: 48%;
        margin-top: 5vw;
    }

    .reference-block::before {
        width: 75%;
        background-size: contain;
        background-position-y: bottom;
    }
}

@media (max-width: 1000px) {
    .reference-block {
        width: 100%;
        margin-top: 100px;
    }
}

@media (max-width: 760px) {
    .reference-block {
        height: 100px;
        margin-top: 50px;
    }

    .reference-block::before {
        max-height: 135px;
        width: 65%;
    }

    .reference-block:first-child {
        margin-top: 25px;
    }

    .reference-block:nth-child(1n) .reference-block__content {
        width: 85px;
    }

    .reference-block__title {
        font-size: 16px;
        margin-bottom: -5px;
    }
}

.slider {
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider__slide {
    display: inline-block;
    width: 380px;
    margin: 0 10px;
    border-radius: 3px;
    overflow: hidden;
}

.slider__slide img {
    height: 100%;
}

.slider .flickity-prev-next-button {
    width: 54px;
    height: 54px;
    background: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.slider .flickity-prev-next-button .arrow {
    fill: #007cc3;
}

.slider .flickity-prev-next-button.previous {
    left: -25px;
}

.slider .flickity-prev-next-button.next {
    right: -25px;
}

@media (max-width: 1300px) {
    .slider {
        width: 100%;
        margin: 0 auto;
        height: 220px;
    }

    .slider__slide {
        height: 220px;
    }

    .slider .flickity-prev-next-button {
        width: 30px;
        height: 30px;
    }

    .slider .flickity-prev-next-button.previous {
        left: -10px;
    }

    .slider .flickity-prev-next-button.next {
        right: -10px;
    }
}

.social__link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
    width: 36px;
    height: 36px;
    background-color: white;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.social__link:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.social__link:first-child {
    margin-left: 0;
}

.social__link:last-child {
    margin-right: 0;
}

.social__link::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
}

.social__link_youtube::before {
    background-image: url(/upload/img/youtube_ico.svg);
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
}

.social__link_vk {
    background-color: #4d76a1;
}

.social__link_vk::before {
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -69px;
    width: 24px;
    height: 14px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
}

.social__link_ok {
    background-color: #f5a623;
}

.social__link_ok::before {
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: -57px -41px;
    width: 15px;
    height: 24px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
}

.social__link_fb {
    background-color: #3b5998;
}

.social__link_fb::before {
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: 0px -87px;
    width: 11px;
    height: 24px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
}

.social__link_insta {
    background-image: -webkit-linear-gradient(top, #7024c4 0%, #c21975 28%, #c74c4d 72%, #e09b3d 100%);
    background-image: linear-gradient(180deg, #7024c4 0%, #c21975 28%, #c74c4d 72%, #e09b3d 100%);
}

.social__link_insta::before {
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: -29px -41px;
    width: 24px;
    height: 24px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
}

.social__link_tw {
    background-color: #55acee;
}

.social__link_tw::before {
    background-image: url(/local/templates/letsrock/static/css/../img/png-sprite/96dpi/sprite.png);
    background-position: -76px -41px;
    width: 21px;
    height: 17px;
    background-size: 116px, 111px;
    background-repeat: no-repeat;
}

.social_footer {
    position: relative;
    top: -25px;
    float: right;
}

@media (max-width: 760px) {
    .social {
        text-align: center;
    }

    .social_footer {
        position: static;
        float: none;
        padding: 20px 0;
    }
}

.subscribe {
    background-image: -webkit-linear-gradient(right, #007cc3 0%, #4ca6da 100%);
    background-image: linear-gradient(270deg, #007cc3 0%, #4ca6da 100%);
}

.subscribe__inner {
    position: relative;
    width: 1180px;
    margin: 0 auto;
    padding: 30px 0;
    color: white;
    background: url('/local/templates/letsrock/static/css/../img/assets/subscribe/bg-subscribe.svg') right top no-repeat;

    /*margin-top: 180px;*/
}

/*.subscribe__inner::after{
  right: 0;
  position: absolute;
  width: 252px;
  height: 300px;
  bottom: 178px;
  content: '';
  background: url("/local/templates/letsrock/static/css/../img/content/doghny.png") no-repeat;
}*/
.subscribe__inner .subscribe_now {
    z-index: 1;
}

@media (max-width: 760px) {
    .subscribe__inner::after {
        bottom: 358px;
    }
}

.subscribe__social {
    display: inline-block;
    max-width: 320px;
}

.subscribe__cap {
    margin-top: 5px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.subscribe__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

@media (max-width: 1200px) {
    .subscribe__inner {
        width: 100%;
        padding: 30px 20px;
    }
}

@media (max-width: 760px) {
    .subscribe {
        height: 407px;
    }

    .subscribe__inner {
        padding: 30px 10px;
        height: 100%;
        background: url('/local/templates/letsrock/static/css/../img/assets/subscribe/bg-subscribe-m.svg') right bottom no-repeat;
    }

    .subscribe__social {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 90%;
    }
}

.online {
    width: 100%;
    overflow: scroll;
}

.online-block {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 135px;
}

.online-block:nth-child(3n) {
    margin-right: 0;
}

.online-block__title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.online-block__title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.online-block__title_building {
    padding-left: 110px;
}

.online-block__title_building::before {
    width: 76px;
    height: 76px;
    background: url('/local/templates/letsrock/static/css/../img/assets/online/building.png?v=2') no-repeat;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.online-block__title_flight {
    padding-left: 78px;
}

.online-block__title_flight::before {
    width: 63px;
    height: 77px;
    background: url('/local/templates/letsrock/static/css/../img/assets/online/flight.svg') no-repeat;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.online-block__title_train {
    padding-left: 66px;
}

.online-block__title_train::before {
    width: 43px;
    height: 67px;
    background: url('/local/templates/letsrock/static/css/../img/assets/online/train.svg') no-repeat;
}

.online-block__title_transfer {
    padding-left: 132px;
}

.online-block__title_transfer::before {
    width: 110px;
    height: 45px;
    background: url('/local/templates/letsrock/static/css/../img/assets/online/transfer.svg') no-repeat;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.online-block__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

@media (max-width: 1200px) {
    .online-block {
        width: 32%;
        margin-right: 1.5%;
    }
}

@media (max-width: 1000px) {
    .online-block {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .online-block__title_flight {
        padding-bottom: 20px;
    }
}

@media (max-width: 760px) {
    .online-block {
        margin-bottom: 40px;
    }

    .online-block__title {
        font-size: 16px;
        line-height: 1.4;
    }

    .online-block__title_flight {
        padding-bottom: 10px;
    }

    .online-block__title_train {
        padding-bottom: 10px;
    }
}

.table {
    margin: 35px 0 50px;
    width: 100%;
    color: #4a4a4a;
}

.table__cell {
    padding: 15px 0;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

.table__cell:first-child {
    padding-left: 30px;
}

.table__row {
    border: 1px solid #d8d8d8;
    border-top: none;
}

.table__row_head {
    border: none;
    border-right: 1px solid #007cc3;
    background-color: #007cc3;
}

.table__cell_head {
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.table__link {
    color: #007cc3;
    text-decoration: none;
}

.table__link:hover {
    text-decoration: underline;
}

.table_map {
    margin: 0;
    width: 680px;
    -webkit-transition: opacity .15s .3s;
    transition: opacity .15s .3s;
}

.table_map.hide {
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 1200px) {
    .table_map {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    .table__cell:first-child {
        padding-left: 15px;
    }

    .table__cell_online {
        display: block;
        border-bottom: 1px solid #d8d8d8;
        height: 65px;
        margin-bottom: -1px;
        width: 154px;
    }

    .table__cell_online:nth-child(1n) {
        padding: 15px 10px;
    }

    .table__cell_online:first-child {
        border-top: 1px solid #d8d8d8;
    }

    .table__cell_online.table__cell_head {
        padding: 0 10px;
        line-height: 65px;
    }

    .table__row_online {
        display: inline-block;
    }

    .table_online {
        margin: 0;
    }
}

@media (max-width: 760px) {
    .table__cell {
        display: block;
        padding: 10px 15px;
    }
}

.tabs {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    text-align: justify;
}

.tabs::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

.tabs__item {
    display: inline-block;
    width: 280px;
    vertical-align: top;
}

/*.wherebuy .tabs__item{
  width: 25%;
}*/
.tabs__btn {
    width: 100%;
    height: 46px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    box-shadow: none;
}

.tab {
    display: block;
    border: 1px solid #007cc3;
    border-radius: 0;
    text-align: center;
    line-height: 46px;
    height: 46px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.tabs .tabs__item:first-child .tab {
    border-radius: 3px 0 0 3px;
}

.tabs .tabs__item:last-child .tab {
    border-radius: 0 3px 3px 0;
}

.tab:hover {
    border-color: #f5a623;
}

.tab__i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 100%;
    margin-right: 15px;
}

.tab__i svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    fill: #007cc3;
}

.tab__inp {
    display: none;
}

.tab__inp:checked ~ span {
    color: #f5a623;
}

.tab__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 46px;
    color: #007cc3;
    vertical-align: top;
}

.tab_active {
    border-color: #f5a623;
}

.tab_active svg {
    fill: #f5a623;
}

@media (max-width: 1200px) {
    .tabs__item {
        width: 24%;
    }
}

@media (max-width: 1000px) {
    .tabs__btn {
        padding: 0;
    }
}

@media (max-width: 760px) {
    .tabs__item {
        width: 23%;
    }

    .tabs__item_map {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .tabs__btn {
        font-size: 14px;
        line-height: 1.4;
    }

    .tab {
        overflow: hidden;
    }

    .tab__name {
        font-size: 14px;
    }

    .tab_active .tab__name {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .tab {
        position: relative;
    }

    .tab__i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .tab__i ~ .tab__name {
        font-size: 0;
    }
}

.vacancies {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.vacancies__item {
    margin-bottom: 10px;
    text-align: center;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.28);
    border-radius: 3px;
    background-color: #ffffff;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.vacancies__item:hover {
    color: white;
    background-color: #007cc3;
}

.vacancies__item:hover .vacancies__item-link {
    font-weight: 700;
    text-decoration: none;
}

.vacancies__item-link {
    display: block;
    padding: 21px 0 19px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: underline;
}

@media (max-width: 760px) {
    .vacancies__item {
        position: relative;
        left: -10px;
        width: 100vw;
    }
}

.section {
    padding: 40px 0 50px;
    /*text-align: center;*/
}

.section.page_centerit {
    text-align: center;
}

.section__inner {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

.section__content_vac {
    position: relative;
    margin-bottom: 100px;
}

.section__content_vac::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 480px;
    height: 318px;
    content: '';
    background-image: -webkit-linear-gradient(bottom, #007cc3 0%, #b3def8 100%);
    background-image: linear-gradient(to top, #007cc3 0%, #b3def8 100%);
    border-radius: 3px;
}

.section__content_vac::after {
    position: absolute;
    bottom: 0;
    right: 55px;
    width: 362px;
    height: 480px;
    content: '';
    background: url('/local/templates/letsrock/static/css/../img/assets/section/chair.png') no-repeat;
}

.section__title {
    position: relative;
    margin: 0 0 40px;
    padding: 5px 0 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0.8px;
    color: #4a4a4a;
    text-align: left;
}

.section__title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    content: '';
    background-color: #007cc3;
}

.section__title a {
    text-decoration: none;
}

.section__caption {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    color: #4a4a4a;
}

.section__text {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4a4a4a;
}

.section__text span.error {
    color: red;
    font-size: 12px;
    line-height: 25px;
}

.section__text strong {
    color: #da251d;
    font-weight: normal;
    text-transform: uppercase;
}

.section__text_l {
    width: 680px;
}

.section__text_strong {
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}

.section__link {
    display: inline-block;
    color: #007cc3;
    font-family: 'PT Sans Caption', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: underline;
}

.section__link:hover {
    text-decoration: none;
}

.section__link_auth {
    margin-right: 22px;
}

.section__link_m {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.section__link_text {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.section__link_tel {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

.section__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.section__list_tabs {
    min-height: 350px;
}

.section__list_jus {
    text-align: justify;
}

.section__list_jus::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

.section__list_af::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

.section__list-item {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.section__list-item::before {
    margin-right: 3px;
    content: '-';
}

.section__list-item_pair {
    float: left;
    margin: 0 20px 36px 0;
    width: 280px;
    height: 440px;
}

.section__list-item_pair:nth-child(4n) {
    margin-right: 0;
}

.section__list-item_pair::before {
    display: none;
}

.section__footer {
    margin-top: 30px;
    text-align: center;
}

.section__footer_about {
    text-align: left;
}

.section__btn {
    min-width: 203px;
    margin: 0 27px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
}

.section_articles {
    padding-bottom: 80px;
}

.section_page {
    text-align: left;
}

@media (max-width: 1200px) {
    .section__inner {
        width: 100%;
        padding: 0 20px;
    }

    .section__list-item_pair {
        margin: 0 0 20px;
        width: 25%;
        height: auto;
    }

    .section__text_l {
        width: 60%;
    }

    .section__content_vac::before {
        width: 38%;
    }

    .section__content_vac::after {
        right: 2%;
    }
}

@media (max-width: 1000px) {
    .section__btn {
        margin: 0 10px;
    }

    .section__list-item_pair {
        width: 50%;
    }

    .section__text_l {
        width: 100%;
    }

    .section__content_vac::before {
        width: 100vw;
        bottom: 0;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 273px;
    }

    .section__content_vac::after {
        position: relative;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: block;
        height: 320px;
        width: 256px;
        background-size: contain;
        background-position-x: center;
        background-position-y: 5px;
    }
}

@media (max-width: 760px) {
    .section {
        padding: 20px 0 40px;
        overflow: hidden;
    }

    .section__inner {
        padding: 0 10px;
    }

    .section__title {
        font-size: 20px;
        padding-bottom: 7px;
        margin-bottom: 20px;
    }

    .section__caption {
        font-size: 16px;
        line-height: 1.4;
    }

    .section__btn {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
    }

    .section__list-item_pair {
        width: 100%;
    }

    .section_page {
        padding: 20px 0;
    }
}

.online {
    width: 100%;
    overflow: scroll;
}

.online-block {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 135px;
}

.online-block:nth-child(3n) {
    margin-right: 0;
}

.online-block__title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
}

.online-block__title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
}

.online-block__title_flight {
    padding-left: 78px;
}

.online-block__title_flight::before {
    width: 63px;
    height: 77px;
    background: url('/local/templates/letsrock/static/css/../img/assets/online/flight.svg') no-repeat;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
}

.online-block__title_train {
    padding-left: 66px;
}

.online-block__title_train::before {
    width: 43px;
    height: 67px;
    background: url('/local/templates/letsrock/static/css/../img/assets/online/train.svg') no-repeat;
}

.online-block__title_transfer {
    padding-left: 132px;
}

.online-block__title_transfer::before {
    width: 110px;
    height: 45px;
    background: url('/local/templates/letsrock/static/css/../img/assets/online/transfer.svg') no-repeat;
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}

.online-block__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
}

@media (max-width: 1200px) {
    .online-block {
        width: 32%;
        margin-right: 1.5%;
    }
}

@media (max-width: 1000px) {
    .online-block {
        display: block;
        width: 100%;
        margin-right: 0;
    }

    .online-block__title_flight {
        padding-bottom: 20px;
    }
}

@media (max-width: 760px) {
    .online-block {
        margin-bottom: 40px;
    }

    .online-block__title {
        font-size: 16px;
        line-height: 1.4;
    }

    .online-block__title_flight {
        padding-bottom: 10px;
    }

    .online-block__title_train {
        padding-bottom: 10px;
    }
}

.table_simple td {
    padding: 10px;
}

/*@media (max-width: 760px) {
  .table_simple{
    width: auto;
    height: auto;
    padding: 10px 0;
  }
}*/

.subscribe_now {
    position: relative;
    background-color: #fff;
    height: 46px;
}

.subscribe_now .message {
    text-align: center;
    line-height: 46px;
    margin: 0;
    padding: 0;
    color: green;
    display: none;
}

.subscribe_now .btn {
    line-height: 46px;
}

.article-block.guide img {
    margin: 0 auto;
    display: block;
}

.guides_list p {
    font-size: 16px;
}

.guides_list p span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.guides_list table tr:first-child {
    border: 1px solid #d8d8d8;
}

.guides_list table tr td:first-child img {
    float: left;
    margin: 17px 20px 0 0;
}

.guides_list table tr td:first-child p {
    float: left;
}

.ott_blocks {
    background-color: #f7f7f7;
    padding-bottom: 0;
}

.ott_block {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.28);
    -webkit-transition: all .3s .2s;
    transition: all .3s .2s;
    margin: 20px 0;
}

.ott_block:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.ott_blocks .section__inner > .ott_block {
    margin: 0;
}

.service_ott {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: justify;
}

.service_ott::after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: '';
}

.service_ott a {
    text-decoration: none;
}

.service_ott .item {
    display: inline-block;
    width: 265px;
    vertical-align: top;
}

.service_ott .tabs__btn {
    width: 100%;
    height: 46px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    box-shadow: none;
}

.service_ott .tab {
    display: block;
    /*border: 1px solid #007cc3;*/
    border: none;
    border-radius: 0;
    text-align: center;
    line-height: 46px;
    height: 46px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;

}

.service_ott .item:nth-child(1) {
    background: url('/local/templates/letsrock/static/css/../img/content/b1.jpg') 0 0 no-repeat;
}

.service_ott .item:nth-child(2) {
    background: url('/local/templates/letsrock/static/css/../img/content/b2.jpg') 0 0 no-repeat;
}

.service_ott .item:nth-child(3) {
    background: url('/local/templates/letsrock/static/css/../img/content/b3.jpg') 0 0 no-repeat;
}

.service_ott .item:last-child {
    background: url('/local/templates/letsrock/static/css/../img/content/b4.jpg') 0 0 no-repeat;
}

.service_ott .item:first-child .tab {
    border-radius: 3px 0 0 3px;
}

.service_ott .item:last-child .tab {
    border-radius: 0 3px 3px 0;
}

.service_ott .tab:hover {
    border-color: #fbfe07;
}

.service_ott .tab a {
    display: block;
    height: 46px;
}

.service_ott .tab a:hover {
    background: url('/local/templates/letsrock/static/css/../img/content/orange_bg.png') 0 0 repeat;
    color: #fbfe07;
    /*border-color: #fbfe07;*/
}

.service_ott .tab__i {
    position: relative;
    display: none; /*inline-block*/
    width: 30px;
    height: 100%;
    margin-right: 15px;
}

.service_ott .tab__i svg {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    fill: #007cc3;
}

.service_ott .tab__inp {
    display: none;
}

.service_ott .tab__inp:checked ~ span {
    color: #fbfe07;
}

.service_ott .tab__name {
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    color: #007cc3;
    vertical-align: top;
    font-family: 'PT Sans bold', Verdana, sans-serif;
    color: #fff;
    text-shadow: 1px 1px 1px black
}

.service_ott .active {
    /*border-color: #f5a623;*/
}

.service_ott .active .tab__name {
    color: #f5a623;
}

.service_ott .active svg {
    fill: #f5a623;
}

@media (max-width: 1200px) {
    .service_ott .item {
        width: 49%;
    }

    .service_ott .item:nth-child(0), .service_ott .item:nth-child(1) {
        margin-bottom: 10px;
    }
}

@media (max-width: 1000px) {
    .service_ott .tabs__btn {
        padding: 0;
    }
}

@media (max-width: 760px) {
    .service_ott .item {
        width: 49%;
    }

    .service_ott .item:nth-child(0), .service_ott .item:nth-child(1) {
        margin-bottom: 10px;
    }

    .service_ott .tabs__item_map {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .service_ott .tabs__btn {
        font-size: 14px;
        line-height: 1.4;
    }

    .service_ott .tab {
        overflow: hidden;
    }

    .service_ott .tab__name {
        font-size: 14px;
    }

    .service_ott .active .tab__name {
        font-size: 18px;
    }
}

@media (max-width: 500px) {
    .service_ott .tab {
        position: relative;
    }

    .service_ott svg {
        display: none;
    }

    .service_ott .tab__i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .service_ott .tab__i ~ .tab__name {
        font-size: 14px;
    }
}

.form_standard {
    width: 400px;
}

.form_standard .inputtext {
    width: 400px !important;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none;
    background: none;
    margin-bottom: 5px;
    padding: 14px 20px 14px 0;
    width: 100%;
    height: 46px;
}

.form_standard .inputtext::placeholder {
    color: lightgray;
}

.form_standard .inputtext:focus {
    outline: none;
}

.old_rus:focus, .old_rus:active {
    outline: 0;
    border: 0;
}

.old_rus.btn {
    width: 252px;
    height: 80px;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.28);
    padding: 0;
    text-indent: -9999px;
    transition: all 0.3s ease-out;
    border-radius: 20px;
}

.old_rus.btn.newsbtn {
    margin-bottom: 10px;
}

.old_rus.btn:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.28);
}

.old_rus.callback {
    background: url('/local/templates/letsrock/static/css/../img/assets/specials/buttons/order_callback.png?v=2') no-repeat center center;
    background-size: 115% 215%;
}

.old_rus.tours {
    background: url('/local/templates/letsrock/static/css/../img/assets/specials/buttons/order_tour.png?v=2') no-repeat center center;
    background-size: 115% 215%;
}

.old_rus.ticket {
    background: url('/local/templates/letsrock/static/css/../img/assets/specials/buttons/order_ticket.png?v=2') no-repeat center center;
    background-size: 115% 215%;
}

.old_rus.avia {
    background: url('/local/templates/letsrock/static/css/../img/assets/specials/buttons/order_avia.png?v=2') no-repeat center center;
    background-size: 115% 215%;
}

/*Biletix*/
#__biletix__wl__ {
    padding-bottom: 0px !important;
}

/*#__biletix__wl__ .biletix__wl__price_variant_item__baggage_pad .biletix__wl__baggage_info .biletix__wl__baggage_info__vip_baggage{
  color: #fff !important;
}
#__biletix__wl__ .biletix__wl__title .biletix__wl__icon{
  fill: #fff !important;
}
#__biletix__wl__ .biletix__wl__title,
#__biletix__wl__ .biletix__wl__price_variant_item__plane label, #__biletix__wl__ .biletix__wl__search_form label,
#__biletix__wl__ .biletix__wl__search_form__person_list_plane .biletix__wl__search_form__person_list_title,
#__biletix__wl__ .biletix__wl__search_form__person_list_plane .biletix__wl__search_form__person_list .biletix__wl__search_form__person_list__item{
  color: #fff !important;
}
#__biletix__wl__ .biletix_wl__switch{
  border: 1px solid #fff !important;
}*/
.pleft {
    position: relative;
    float: left;
    width: 780px;
    margin-right: 30px;
}

.pright {
    position: relative;
    float: left;
    width: 370px;
}

.section.promoslider {
    padding-top: 20px;
}

.promoslider .banner {
    margin-top: 0px;
    height: 370px;
}

.clear {
    clear: both;
}

.promoslider .banner__slider-item {
    height: 370px;
}

.promoslider .banner__controls {
    width: 780px;
}

.promoslider .dot {
    display: none;
}

.promoslider .banner__slider {
    margin-top: 50px;
}

.main_frm {
    margin-top: -370px;
    position: relative;
}

.tourstop { /*min-height:538px;*/
}

.promoslider .banner__btn.btn {
    padding: 5px 15px;
    margin-top: 200px;
}

.pright .mbutton {
    position: absolute;
    width: 164px;
    height: 46px;
    margin-top: 303px;
}

.pright .mbutton1 {
    margin-left: 17px;
}

.pright .mbutton2 {
    margin-left: 194px;
}

@media (max-width: 980px) {
    .tourstop {
        margin-top: 5px;
    }

    .tourstop img {
        display: none;
    }
}

@media (max-width: 780px) {
    .section.promoslider {
        padding-top: 0px;
    }

    .main_frm {
        margin-top: 0px;
        position: relative;
    }

    .pleft {
        width: 100%;
        margin-bottom: 10px;
    }

    .promoslider .banner__controls {
        width: 100%;
    }

    .promoslider .banner { /*height:370px;*/
        background-size: 100%;
    }

    .promoslider .banner__btn.btn {
        margin-top: 7%;
    }

    .pright {
        width: 100%;
    }

    .toursfrm {
        padding-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .promoslider .banner__btn.btn {
        margin-top: 0;
    }
}

@media (max-width: 370px) {
    .pright .mbutton1 {
        margin-left: 0.1%;
    }

    .pright .mbutton1 img {
        width: 80%;
    }

    .pright .mbutton2 {
        margin-left: 45%;
    }

    .pright .mbutton2 img {
        width: 80%;
    }
}

li.marked:hover:after {
    content: '';
    width: 1em;
    height: 1em;
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    right: -5px;
}
li.fire:hover:after{
    background-image: url(/local/templates/letsrock/static/img/fire.png);
}
li.key:hover:after {
    background-image: url(/local/templates/letsrock/static/img/room-key.svg);
}

li.marked:hover a {
    color: #f5a623;
}


.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.transfer .row {
    padding: 10px 0;
    margin-right: -15px;
    margin-left: -15px;
}

.footer_transfer {
    margin-bottom: 20px;
}

.footer_transfer .pay_logo {
    text-align: center;
}

.footer_transfer .pay_logo img {
    height: 30px;
}

.footer_transfer .pay_logo.visa {
    text-align: left;
}

.footer_transfer .pay_logo.maestro {
    text-align: right;
}

.footer_transfer .pay_logo.maestro_v img, .footer_transfer .pay_logo.mastercard_v img {
    height: 40px;
}


.slider-wrp {
    position: relative;
    height: 700px;
    padding: 0px;
    margin: 0px auto;
    list-style-type: none;
    width: 90%;
}

.slider-wrp .slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;

    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.slider-wrp .slide img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 0 auto
}

.slider-wrp .active {
    opacity: 1;
    z-index: 2;
}

.slider-wrp .slide {
    font-size: 40px;
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
}

#app-wl-avia .searchform {
    background: #007cc3 !important;
}

#app-wl-avia .offer {
text-align: left;
height: auto;
}

#app-wl-avia .date {
 width: auto !important;
}

#app-wl-avia .searchform .btn-search{
  background-color: #f5a623 !important;
}

#flight_details .offer table td.flight-details .price:hover, #offers .offer table td.flight-details .price:hover {
    background: #f5a623 !important;
}
#flight_details .offer table td.flight-details .price, #offers .offer table td.flight-details .price{
    background: #f5a623 !important;
}

#flight_details .offer table td.flight-details .price:hover:after, #offers .offer table td.flight-details .price:hover:after {
    border-color: transparent transparent transparent #f5a623 !important;
}
#flight_details .offer table td.flight-details .price:after, #offers .offer table td.flight-details .price:after {
    border-color: transparent transparent transparent #f5a623 !important;
}

#app-wl-avia .searchform .btn-search.triangle:after{
  border-color: transparent transparent transparent #f5a623 !important;
}

/*new delivery/transfer page */
.transfer__top {
    display: flex;
    margin: 0 -15px 10px;
}
.transfer__top-text {
    font-size: 22px;
    line-height: 150%;
    color: #4A4A4A;
    width: 50%;
    padding: 0 15px;
}
.transfer__top-img {
    width: 50%;
    padding: 0 15px;
    position: relative;
    margin-top: -100px;
}
.transfer__top-img:before {
    content: '';
    background-image: url(/img/transfer/circles.png);
    width: 1117px;
    height: 262px;
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    left: 69px;
    top: -50px;
}
.transfer__top-img img {
    position: relative;
    max-width: 558px;
    max-height: 340px;
}
.transfer__filter {
    width: 100%;
    height: auto;
    margin-bottom: 59px;
}
.transfer__info {
    display: flex;
    margin: 0 -15px 90px;
}
.transfer__description {
    width: 50%;
    padding: 0 15px;
}
.transfer__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    color: #2D3447;
    margin-bottom: 25px;
}
.transfer__text {
    font-size: 16px;
    line-height: 150%;
    color: #4A4A4A;
}
.transfer__text span {
    margin-bottom: 19px;
    display: block;
}
.transfer__text ul {
    list-style: none;
    padding-left: 0;
}
.transfer__text li {
    padding-left: 29px;
    position: relative;
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 150%;
}
.transfer__text li:before {
    content: '';
    width: 14px;
    height: 2px;
    background-color: #005396;
    position: absolute;
    left: 7px;
    top: 12px;
}
.transfer__img {
    width: 50%;
    padding: 0 15px;
}
.transfer__img img {
    max-width: 567px;
    max-height: 378px;
}
.transfer__type {
    margin-bottom: 90px;
}
.transfer__advantages {
    margin-bottom: 90px;
}
.transfer__conditions {
    margin-bottom: 90px;
}


.serviceBlock {
    max-width: 966px;
    margin: auto;
}
.serviceBlock__mainTitle {
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    color: #2D3447;
    margin-bottom: 60px;
    text-align: center;
}
.serviceBlock__list {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px 90px;
}
.serviceBlock__img span {
    font-size: 30px;
    line-height: 150%;
    background-image: url("/img/transfer/service-cloud-1.png");
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
}
.serviceBlock__img_2 span {
    background-image: url("/img/transfer/service-cloud-2.png");
}
.serviceBlock__img_3 span {
    background-image: url("/img/transfer/service-cloud-3.png");
}
.serviceBlock__img {
    position: relative;
}
.serviceBlock__img:before {
    content: '';
    background-image: url(/img/transfer/service-line-1.png);
    position: absolute;
    left: 62%;
    top: -25px;
    width: 300px;
    height: 78px;
    background-size: cover;
}
.serviceBlock__img_2:before {
    background-image: url(/img/transfer/service-line-2.png);
    height: 72px;
    background-size: cover;
}
.serviceBlock__img_3:before {
    display: none;
}
.serviceBlock__item {
    max-width: 276px;
}
.serviceBlock__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #2D3447;
    margin-bottom: 11px;
}
.serviceBlock__text {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #2D3447;
}

.typeAuto__info {
    display: flex;
    align-items: flex-end;
    margin-bottom: 22px;
}
.typeAuto__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 150%;
    color: #2D3447;
    margin-bottom: 12px;
}
.typeAuto__counts {
    display: flex;
    flex-direction: column;
}
.typeAuto__count {
    margin-right: 12px;
    display: flex;
    align-items: center;
}
.typeAuto__count img {
    height: 20px;
}
.typeAuto__count span {
    margin-left: 4px;
}
.typeAuto__img {
    margin-right: 15px;
}
.typeAuto__item {
    padding: 40px 46px 46px 40px;
    background-color: #fff;
    border-radius: 2px;
    max-width: 575px;
    width: 100%;
}
.typeAuto__text {
    font-size: 16px;
    line-height: 150%;
    color: #4A4A4A;
}
.typeAuto__list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


.advantages__content {
    display: flex;
    margin: 0 -15px;
}
.advantages__text {
    width: 50%;
    padding: 0 15px;
}
.advantages__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    color: #2D3447;
    margin-bottom: 38px;
}
.advantages__text ul {
    list-style: none;
    padding-left: 0;
}
.advantages__text ul li {
    padding-left: 37px;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #2D3447;
    margin-bottom: 14px;
}
.advantages__text ul li:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url("/img/transfer/li-icon.png");
    position: absolute;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
}
.advantages__info {
    padding: 0 15px;
}


.consultation {
    background: #007CC3;
    padding: 40px 30px;
}
.consultation__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 15px;
}
.consultation__items {
    color: #fff;
}
.consultation__item {
    margin-bottom: 15px;
}
.consultation__item:last-of-type {
    margin-bottom: 0;
}
.consultation__text span {
    display: block;
    font-size: 16px;
    line-height: 150%;
}
.consultation__text a {
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
}
.consultation__text a:hover {
    color: #fff;
}
.conditions__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    color: #2D3447;
    margin-bottom: 30px;
}
.conditions__content ul {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    line-height: 150%;
    color: #008BD0;
    column-count: 2;
}
.conditions__content ul li {
    margin-bottom: 10px;
}
.conditions__docs {
    padding-left: 26px;
    position: relative;
}
.conditions__docs:before {
    content: '';
    background-image: url("/img/transfer/pdf-icon.png");
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 5px;
}

.filter {
    display: flex;
    padding: 30px 22px;
    background: #007CC3;
}
.filter__inputs {
    display: flex;
    position: relative;
    margin-right: 2px;
}
.filter__inputs input {
    padding: 10px 16px;
    background: #FFFFFF;
    border-radius: 2px;
    border: none;
    margin-right: 2px;
    font-size: 16px;
    line-height: 150%;
    width: 260px;
    height: 56px;
}
.filter__inputs input:last-of-type {
    margin-right: 0;
}
.filter__inputs-icon {
    width: 37px;
    height: 37px;
    background-image: url("/img/transfer/filter-icon.png");
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
.filter__date, .filter__time {
    max-width: 126px;
    width: 100%;
    margin-right: 2px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 2px;
    padding: 0px 10px 10px;
    position: relative;
}
.filter__date:before {
    content: '';
    background-image: url(/img/transfer/date-icon.png);
    width: 18px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 21px;
}
/*.filter__time {*/
/*    max-width: 126px;*/
/*    width: 100%;*/
/*    margin-right: 2px;*/
/*    height: 56px;*/
/*    background: #FFFFFF;*/
/*    border-radius: 2px;*/
/*    padding: 0px 10px 10px;*/
/*}*/
.filter__date label, .filter__time label  {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #999999;
}
.filter__date input, .filter__time input {
    width: 100%;
    border: none;
    max-width: 80px;
    font-size: 16px;
    line-height: 150%;
}

.ui-widget.ui-widget-content {
    border-radius: 3px;
    padding: 10px 11px;
    font-size: 16px;
    line-height: 150%;
    border: none !important;
}
.ui-menu .ui-menu-item-wrapper {
    padding: 0 1em 0 .4em !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color: #2D3447 !important;
}
.ui-widget.ui-widget-content .ui-menu .ui-menu-item-wrapper:hover {
    background-color: transparent !important;
    border: none;
}
.ui-widget.ui-widget-content .ui-state-active {
    background-color: transparent !important;
    border: 1px solid transparent !important;
    color: #2D3447 !important;
    margin: 0;
}


.filterDate.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
    border: solid #6B737B;
    border-width: 0 1px 1px 0;
}
.filterDate.daterangepicker .calendar-table td {
    height: 40px;
    min-width: 40px;
    font-size: 14px;
    line-height: 150%;
}
.filterDate.daterangepicker.single .drp-calendar.left {
    max-width: none;
    padding-left: 22px;
}
.filterDate.daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 22px;
}
.filterDate.daterangepicker td.available:hover {
    border: 1px solid #2D3447;
    border-radius: 50%;
    background-color: #fff;
    color: #2D3447;
}
.filterDate.daterangepicker .calendar-table th {
    font-weight: 800;
    font-size: 13px;
    line-height: 150%;
    text-transform: uppercase;
}
.filterDate.daterangepicker th.month {
    font-weight: bold;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #2D3447;
    text-transform: none;
}
.filterDate.daterangepicker .calendar-table table {
    border-collapse: separate;
    border-spacing: 6px;
}

.filter__passenger{
    margin-right: 2px;
    position: relative;
}
.filter__passenger-block {
    background-color: #fff;
    border-radius: 2px;
    height: 56px;
    padding: 18px 30px;
    position: relative;
    width: 200px;
    font-size: 16px;
    line-height: 150%;
    color: #2D3447;
    cursor: pointer;
}
.filter__passenger-block:before {
    content: '';
    position: absolute;
    background-image: url("/img/transfer/user-icon.png");
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.filter__passenger-block:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 4px;
    right: 10px;
    background-image: url("/img/transfer/arrow-icon.png");
    top: 50%;
    transform: translateY(-50%);
}
.filter__passenger span {
    padding-left: 12px;
}
.filter__passenger-counter {
    display: none;
    position: absolute;
    top: 56px;
    background-color: #fff;
    margin-top: 8px;
    font-size: 16px;
    line-height: 150%;
    width: 260px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}
.filter__passenger-counter.active {
    display: block;
}
.filter__search {
    margin-right: 16px;
    background: #F5A623;
    border-radius: 2px;
    max-width: 139px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    position: relative;
    cursor: pointer;
}
.filter__search:before {
    content: '';
    position: absolute;
    right: -16px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 28px 0 28px 16px;
    border-color: transparent transparent transparent #f5a423;
}


.counter {
    display: flex;
    padding: 18px 11px;
}
.counter__text {
    margin-right: 15px;
}

.count {
    display: flex;
}
.count__btn {
    border: 1px solid #007CC3;
    box-sizing: border-box;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    position: relative;
    cursor: pointer;
}
.count__btn.disabled {
    border: 1px solid #2D3447;
    pointer-events: none;
    cursor: default;
}
.count__btn:before, .count__btn:after {
    content: '';
    height: 2px;
    width: 8px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #007CC3;
    position: absolute;
}
.count__btn.count__plus:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
}
.count__btn.disabled:before, .count__btn.disabled:after {
    background: #2D3447;
}
.count__value {
    width: 24px;
    padding: 2px 3px;
    text-align: center;
}

.result__top {
    background: #006AB3;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 20px 0;
    margin: 2px 0;
}
.result__col {
    width: 25%;
    padding: 0 15px;
}
.result__col label {
    display: none;
}
.result__col_route {
    width: 25%;
    padding-left: 25px;
}
.result__col_dateOut, .result__col_dateIn {
    width: 12.5%;
    padding: 0 14px;
}
.result__col_transport {
    width: 16.66%;
}
.result__col_time {
    width: 6.67%;
}
.result__col_places {
    width: 10%;
}
.result__col_price {
    width: 16.66%;
}
.result__row {
    display: flex;
    padding: 30px 0;
    background: #fff;
}
.result__row:nth-child(even) {
    background: #EBF9FF;
}
.result__body .result__col {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.result__body .result__col_price span {
    background: #F5A623;
    border-radius: 2px;
    padding: 13px;
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    text-align: center;
}
.filter__empty {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #2D3447;
    display: block;
    margin: 30px 0;
    max-width: 844px;
}

.filter.active {
    background-color: #fff;
}
.filter.active .filter__inputs input, .filter.active .filter__date, .filter.active .filter__time,
.filter.active .filter__passenger-block {
    background: #F7F7F7;
}
.filter.active .filter__date input, .filter.active .filter__time input {
    background-color: transparent;
}

.transfer__bron {
    background-color: #fff;
    padding: 2px 20px 52px;
}
.bron__registration {
    margin-bottom: 30px;
}
.bron__content {
    display: flex;
    margin: 0 -15px;
}
.bron__persons {
    width: 33.33%;
    padding: 0 15px;
}
.bron__person {
    margin-bottom: 35px;
}
.bron__person-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #2D3447;
    margin-bottom: 15px;
}
.bron__info {
    width: 66.66%;
    padding: 0 15px;
}

.ticket {
    background: #EBF9FF;
    padding: 25px 0;
    margin-bottom: 30px;
}
.ticket__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #2D3447;
    margin-bottom: 21px;padding: 0 26px;
}
.ticket__body {
    display: flex;
    flex-wrap: wrap;
    padding: 0 26px;
}
.ticket__col {
    width: 25%;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
}
.ticket__col_out, .ticket__col_in {
    width: 37.5%;
}
.ticket__col b {
    display: block;
}
.ticket__col span {
    display: block;
}
.ticket__bottom {
    margin-top: 23px;
    border-top: 1px dashed #008BD0;
    padding: 25px 26px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.ticket__bottom:before, .ticket__bottom:after {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    left: -10px;
    top: -10px;
    position: absolute;
}
.ticket__bottom:after {
    left: auto;
    right: -10px;
}
.ticket__price {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}
.ticket__bottom-left {
    display: flex;
}
.ticket__bottom-left .form__label {
    font-size: 12px;
    line-height: 120%;
    color: #999999;
    background-color: transparent;
    border: none;
    max-width: 167px;
    display: flex;
    align-items: baseline;
}
.ticket__bottom-left .ui-button {
    padding: 0;
    background-color: transparent !important;
    color: #999;
    border: none !important;
}
.ticket__bottom-left .ui-button:hover, .ticket__bottom-left .ui-button:active {
    background-color: transparent !important;
    color: #999;
    border: none !important;

}
.ticket__bottom-left .ui-button .ui-icon {
    box-shadow: none;
    min-width: 11px;
    height: 11px;
    padding: 0;
    margin-left: 30px;
}
.ticket__bottom-left .ui-button.ui-state-active .ui-icon{
    background-position: -66px -147px;
}
.ticket__bottom-left  .ui-button.ui-state-active:hover, .ticket__bottom-left  .ui-button.ui-state-active {
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #999;
    background-position: -66px -147px;
}
.ticket__btn {
    background: #F5A623;
    border-radius: 2px;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    padding: 13px;
    text-align: center;
    width: 172px;
    margin-left: 15px;
}
.ticket__col_passenger {
    width: 100%;
}
.ticket__passenger {
    display: flex;
}
.ticket__passenger span {
    margin-right: 20px;
}
.form__input {
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 16px 11px 11px;
    position: relative;
    margin-bottom: 10px;
}
.form__input.active label {
    font-size: 12px;
    line-height: 150%;
    top: 5px;
}
.form__input label {
    font-size: 16px;
    line-height: 150%;
    font-weight: normal;
    color: #999999;
    margin: 0;
    position: absolute;
    transition: .3s;
}
.form__input input {
    width: 100%;
    border: none;
    background: #F7F7F7;
    font-size: 16px;
    line-height: 150%;
    padding: 0;
}
.bron__passenger {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #009EE0;
    cursor: pointer;
}
.bron__payment {
    margin-top: 52px;
    display: flex;
}
.bron__payment span {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #2D3447;
    margin-right: 12px;
}
.bron__payment img {
    margin-right: 20px;
    height: 20px;
}
.bron__passenger_mobile {
    display: none;
}
.ticket__place {
    position: relative;
    padding-left: 19px;
}
.ticket__place:before {
    content: '';
    background-image: url("/img/transfer/place-icon.png");
    width: 9px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 7px;
}
.ticket__date {
    position: relative;
    padding-left: 19px;
}
.ticket__date:before {
    content: '';
    background-image: url("/img/transfer/time-icon.png");
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 7px;
}

@media (max-width: 1180px) {
    .transfer__top-img img {
        max-width: 428px;
        max-height: 260px;
        margin-top: 100px;
        width: 100%;
    }
    .transfer__top {
        margin-bottom: 40px;
    }

    .serviceBlock__img:before {
        display: none;
    }
    .serviceBlock__list {
        margin: 0 -9px 90px;
        flex-wrap: wrap;
    }
    .serviceBlock__item {
        width: 33.33%;
        padding: 0 9px;
        margin-bottom: 30px;
    }

    .transfer__description {
        width: 66.66%;
    }
    .transfer__img {
        width: 33.33%;
        padding-right: 0;
    }
    .transfer__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .transfer__filter {
        margin-left: -20px;
        width: calc(100% + 40px);
    }

    .typeAuto__list {
        justify-content: flex-start;
        flex-wrap: nowrap;
        width: calc(100% + 20px);
        max-width: calc(100% + 20px);
        overflow: auto;
    }
    .typeAuto__item {
        min-width: 479px;
        margin-right: 20px;
    }

    .consultation {
        padding: 80px 60px;
        max-width: 375px;
        margin-right: -20px;
        height: 100%;
    }

    .conditions__content ul {
        column-count: 1;
    }

    .filter {
        flex-wrap: wrap;
    }
    .filter__inputs {
        width: 100%;
        margin-bottom: 2px;
    }
    .filter__inputs input {
        width: 50%;
    }
    .filter__date, .filter__time {
        width: calc(25% - 2px);
        max-width: none;
    }
    .filter__date input, .filter__time input {
        max-width: calc(100% - 20px);
    }
    .filter__passenger {
        width: calc(25% - 2px);
    }
    .filter__passenger-block {
        width: 100%;
    }
    .filter__search {
        max-width: none;
        margin: 0;
        width: calc(25% - 16px);
    }
    .filter__result {
        padding: 0 20px;
    }

    .result__top {
        display: none;
    }
    .result__body {
        margin-top: 20px;
    }
    .result__row {
        flex-wrap: wrap;
    }
    .result__col_route {
        width: 100%;
        margin-bottom: 23px;
        padding-left: 15px;
        position: relative;
    }
    .result__col_route span {
        margin-left: 45px;
        display: inline-block;
        max-width: 260px;
    }
    .result__col label {
        display: block;
        font-weight: bold;
        font-size: 12px;
        line-height: 150%;
        color: #D3D3D3;
    }
    .result__col_dateOut, .result__col_dateIn {
        width: 20.83%;
    }
    .result__col_price {
        width: 25%;
    }
    .result__col_route:before {
        content: '';
        position: absolute;
        left: 20px;
        width: 29px;
        height: 24px;
        background-image: url(/img/transfer/transfer-1.png);
        top: 10px;
    }
    .result__col_route.car:before {
        background-image: url(/img/transfer/transfer-3.png);
        width: 42px;
        height: 20px;
        left: 7px;
    }
    .result__col_route.micro-bus:before {
        background-image: url(/img/transfer/transfer-2.png);
    }
    .result__col_route.bus:before {
        background-image: url(/img/transfer/transfer-1.png);
    }
    .result__col {
        padding: 0 10px;
    }
    .result__col_time {
        padding: 0;
    }
    .result__col_places {
        padding: 0 7px;
    }

    .bron__content {
        flex-wrap: wrap;
    }
    .bron__persons {
        width: 100%;
    }
    .bron__person {
        max-width: 539px;
    }
    .bron__info .bron__passenger {
        display: none;
    }
    .bron__passenger_mobile {
        display: block;
        margin-bottom: 30px;
        padding: 0 20px;
    }
    .bron__info {
        width: 100%;
    }

}

@media (max-width: 767px) {
    .transfer__top-img {
        display: none;
    }
    .transfer__top {
        margin-bottom: 30px;
    }
    .transfer__top-text {
        font-size: 18px;
        line-height: 150%;
        width: 100%;
    }
    .transfer__advantages {
        margin-bottom: 60px;
    }
    .transfer__conditions {
        margin-bottom: 60px;
    }
    .transfer__filter {
        margin-left: -10px;
        width: calc(100% + 20px);
    }

    .serviceBlock__item {
        width: 100%;
        max-width: none;
        padding: 0 5px;
    }
    .serviceBlock__list {
        margin: 0 0 30px;
    }
    .serviceBlock__mainTitle {
        margin-bottom: 30px;
        font-size: 24px;
        line-height: 150%;
    }

    .transfer__img {
        display: none;
    }
    .transfer__title {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 30px;
    }
    .transfer__description {
        width: 100%;
    }

    .typeAuto__list {
        flex-wrap: wrap;
        width: 100%;
    }
    .typeAuto__item {
        min-width: auto;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
        max-width: none;
    }
    .typeAuto__title {
        font-size: 18px;
        line-height: 100%;
    }
    .typeAuto__img {
        width: 50%;
        margin-right: 0;
    }
    .typeAuto__infoBlock {
        width: 50%;
    }
    .typeAuto__img img {
        max-height: 53px;
        max-width: 101px;
    }
    .typeAuto__count img {
        height: 13px;
    }
    .typeAuto__text {
        font-size: 14px;
        line-height: 150%;
    }

    .consultation {
        max-width: none;
        margin-left: -20px;
        padding: 80px 20px;
    }
    .consultation__title {
        font-weight: bold;
        font-size: 24px;
        line-height: 120%;
        margin-bottom: 30px;
    }

    .advantages__content {
        flex-wrap: wrap;
    }
    .advantages__text {
        width: 100%;
        margin-bottom: 60px;
    }
    .advantages__info {
        width: 100%;
    }
    .advantages__title {
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 30px;
    }
    .advantages__text ul li {
        font-size: 16px;
        line-height: 150%;
    }
    .advantages__text ul li:before {
        width: 21px;
        height: 21px;
        background-size: cover;
    }

    .conditions__title {
        font-weight: bold;
        font-size: 24px;
        line-height: 150%;
        margin-bottom: 20px;
    }

    .filter {
        padding: 30px 20px;
    }
    .filter__inputs input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2px;
    }
    .filter__inputs {
        flex-wrap: wrap;
        margin-right: 0;
        margin-bottom: 0;
    }
    .filter__inputs-icon {
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    .filter__date, .filter__time {
        width: calc(50% - 1px);
        margin-right: 0;
        margin-bottom: 2px;
    }
    .filter__date {
        margin-right: 1px;
    }
    .filter__time {
        margin-left: 1px;
    }
    .filter__passenger {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2px;
    }
    .filter__search {
        width: calc(100% - 16px);
        height: 56px;
    }

    .filterDate.daterangepicker.single .drp-calendar.left {
        padding-left: 8px;
    }
    .filterDate.daterangepicker .calendar-table td {
        height: 32px;
        min-width: 32px;
    }
    .filterDate.daterangepicker .calendar-table table {
        border-spacing: 4px;
    }


    .result__col_dateOut, .result__col_dateIn {
        width: 50%;
        margin-bottom: 20px;
    }
    .result__col_price {
        width: 100%;
        margin-top: 35px;
    }
    .result__col_transport, .result__col_time {
        width: auto;
    }
    .result__col_places {
        width: auto;
    }
    .result__col {
        padding: 0 15px;
    }
    .filter__result {
        padding: 0;
    }
    .result__body {
        margin-top: 0;
    }

    .filter__empty {
        font-size: 16px;
        line-height: 120%;
        margin: 25px 0;
        padding: 0 20px;
    }


    .bron__passenger_mobile {
        font-size: 16px;
        line-height: 120%;
    }
    .ticket__col {
        width: 100%;
    }
    .ticket__bottom {
        flex-wrap: wrap;
    }
    .ticket__price {
        width: 100%;
        margin-bottom: 10px;
    }
    .ticket__bottom-left {
        width: 100%;
        flex-wrap: wrap;
    }
    .ticket__bottom-left .form__label {
        order: 1;
        width: 100%;
        max-width: none;
    }
    .ticket__btn {
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .ticket__bottom-left .ui-button .ui-icon {
        width: 11px;
        height: 11px;
        margin-right: 5px;
        padding: .4em 0;
        margin-left: 0;
    }
    .bron__payment {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .bron__payment span {
        font-size: 16px;
        line-height: 120%;
        text-align: center;
        width: 100%;
        margin-bottom: 26px;
    }
    .bron__payment img {
        margin-right: 0;
        margin-bottom: 28px;
    }
    .ticket__passenger {
        flex-wrap: wrap;
    }
    .ticket__bottom-left .form__label {
        text-align: left;
    }
}


/*.transfer__content .client_our, .transfer__content .dropdown {*/
/*    display: none;*/
/*}*/
.transfer__content .nav-tabs li a {
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    padding: 15px 21px;
    color: #2D3447;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    margin-right: 10px;
    background-color: #fff;
}
.transfer__content .nav-tabs li:last-of-type a {
    margin-right: 0;
}
.transfer__content .nav-tabs li br {
    display: none;
}
.transfer__content .nav-tabs li.active a {
    background: #007CC3;
    color: #FFFFFF;
}
.transfer__content .nav-tabs .second-tab a {
    color: #007CC3;
    background: transparent;
    border: none;
    text-decoration: underline;
    font-weight: normal;
    font-size: 16px;
    padding: 0;
    margin-left: 10px;
}
.transfer__content .transfer {
    background: transparent;
    box-shadow: none;
}
.transfer__content .nav-tabs {
    border: none;
}
.transfer__content .tab-content {
    background: #fff;
    margin-top: 10px;
    padding: 23px 22px 33px;
}
.transfer__content .tab-content .tab-content {
    padding: 0;
}
.transfer__content .tab-pane br {
    display: none;
}
.transfer__content .nav-pills li a {
    padding: 15px 43px;
    font-weight: bold;
    font-size: 20px;
    line-height: 130%;
    color: #999999;
    background: #EBF9FF;
    box-shadow: none;
    border-radius: 0;
}
.transfer__content .nav-pills li.active a {
    color: #FFFFFF;
    background: #007CC3;
    border-radius: 0;
}
.transfer__content .nav-pills li.active a:hover {
    box-shadow: none;
}
.transfer__content .nav-justified li {
    display: inline-block;
    width: auto;
    margin-right: 12px;
}
.transfer__content .ui-selectmenu-button.ui-button {
    background: #F7F7F7 !important;
    border: 1px solid #D6D6D6;
    padding: 15px 26px 15px 10px;
    color: #999999;
    font-size: 16px;
    line-height: 150%;
}
.transfer__content .ui-selectmenu-icon.ui-icon {
    margin-top: 5px;
}
.transfer__content #store_transfer .col-md-4 {
    padding: 0 10px;
}
.transfer__content #store_transfer .row {
    margin: 0 -10px;
}
.transfer__content #store_transfer .checkbox_label {
    color: #007CC3 !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}
.transfer__content .transfer_basket .basket_items h3 {
    color: #999;
}
.transfer__content #store_transfer .checkbox_label .ui-checkboxradio-icon.ui-corner-all.ui-icon {
    border: 1px solid #D6D6D6;
    box-shadow: none;
    border-radius: 0;
    background-color: #f7f7f7;
}
.transfer__content #store_transfer .checkbox_label .ui-icon-check {
    background-position: -65px -145px;
}
.transfer__content .route_date_input {
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    background: #F7F7F7;
    padding: 5px 20px 5px 10px !important;
    position: relative;
}
.transfer__content .route_date_input:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 20px;
    background-image: url("/img/transfer/date-icon.png");
    right: 20px;
    top: 18px;
}
.transfer__content .route_date_input label {
    display: block;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 150%;
    color: #999999;
    font-weight: normal;
}
.transfer__content .route_date_input input {
    width: 100%;
    border: none;
    background: #F7F7F7;
    text-align: left;
    padding: 0;
    font-size: 16px;
    line-height: 150%;
}
.transfer__content .footer_transfer {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.transfer__content .footer_transfer-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    margin: 0;
    width: auto;
}
.transfer__content .footer_transfer-title p {
    margin: 0;
}
.transfer__content .pay_logo {
    width: auto;
    display: inline-block;
    padding: 0 10px;
}
.transfer__content .footer_transfer .pay_logo img {
    height: 22px;
}
.transfer__content .route_check {
    font-size: 16px;
    line-height: 150%;
}
.transfer__content .route_check span {
    font-weight: normal !important;
}
.transfer__content .tab-pane .route_check br {
    display: block;
}
.transfer__content .transfer .head {
    font-weight: bold;
    padding: 20px 10px;
    font-size: 16px;
    background: #006AB3;
}
.transfer__content .transfer .head div {
    /*padding: 0;*/
}
.transfer__content .transport {
    font-size: 16px;
    line-height: 150%;
}
.transfer__content .transport button {
    font-size: 16px;
    line-height: 150%;
    color: #000;
    background: #9EDBF4;
    border-radius: 2px;
    box-shadow: none;
    white-space: normal;
    padding: 3px 10px;
}
.transfer__content .date_from_div {
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}
.transfer__content .date_to_div {
    font-size: 16px;
    line-height: 150%;

}
.transfer__content .date_to_div a {
    /*color: #000000;*/
    color: #337ab7;
}
.transfer__content .date_to_div br {
    display: block;
}
.transfer__content .time {
    font-size: 16px;
    line-height: 150%;
}
.transfer__content .time span {
    font-weight: normal !important;
}

.transfer__content .transfer .route_info {
    padding: 30px 5px 30px 10px;
    display: flex;
    justify-content: space-between;
}
.transfer__content .well {
    border: none;
    background: #EBF9FF;
}
.transfer__content .well:nth-child(odd) {
    background: #fff;
}
.transfer__content .col-md-2.price a {
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    padding: 12px 25px;
    width: 100%;

}
.transfer__content .nav-tabs li.second-tab.active a {
    background: transparent;
    border: none;
    color: #007CC3;
}

@media (max-width: 1170px) {
    .transfer__content .nav-justified li a {
        padding: 15px 16px;
    }
    .transfer__content .nav-justified li {
        margin-right: 8px;
    }
    .transfer__content .nav-pills {
        margin-bottom: 9px;
    }
    .transfer__content #transferMod {
        margin: 0 -50px;
    }
    .transfer__content .nav-tabs {
        padding: 0 20px;
    }
    .transfer__content .tab-content {
        padding: 23px 22px 38px;
    }
    .transfer__content #store_transfer .col-md-4 {
        margin-bottom: 10px;
    }
    .transfer__content .route_date_input {
        width: calc(50% - 20px);
        margin-left: 10px;
    }
    .transfer__content .footer_transfer {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .transfer__content .transfer .head {
        display: none;
    }
    .transfer__content .transfer .route_info {
        padding: 25px 25px 70px;
    }
    .transfer__content #store_transfer .row {
        flex-wrap: wrap;
        border: none;
        box-shadow: none;
    }
    .transfer__content .route_check {
        width: 100%;
        padding: 0;
        margin-bottom: 18px;
    }
    .transfer__content .transport {
        padding: 0;
        width: 100%;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .transfer__content .transport .numb {
        margin-left: 10px;
    }
    .transfer__content .transport br {
        display: none;
    }
    .transfer__content .date_from_div, .transfer__content .date_to_div, .transfer__content .time, .transfer__content .price {
        padding: 0;
        width: 100%;
        margin-bottom: 15px;
    }
}
@media (max-width: 767px) {
    .transfer__content .route_date_input {
        width: calc(100% - 20px);
    }
    .transfer__content .tab-content {
        padding: 27px 20px 31px;
    }
    .transfer__content #transferMod {
        margin: 0 -40px;
    }
    .transfer__content .nav-justified li {
        margin-right: 6px;
    }
    .transfer__content .nav-justified li a {
        font-size: 14px;
        line-height: 130%;
        padding: 10px 16px;
    }
    .transfer__content #store_transfer .checkbox_label {
        font-size: 14px;
        line-height: 120%;
    }
    .transfer__content #store_transfer .row {
        padding: 0;
    }
    .transfer__content .footer_transfer {
        margin-top: 0;
        flex-wrap: wrap;
    }
    .transfer__content .footer_transfer-title {
        width: 100%;
        margin-bottom: 18px;
    }
    .transfer__content .footer_transfer-title p {
        font-size: 16px;
        line-height: 1.2;
        color: #2D3447;
    }
    .transfer__content .footer_transfer .pay_logo img {
        height: 13px;
    }
    /*.transfer__content .nav-tabs {*/
    /*    display: flex;*/
    /*    flex-wrap: wrap;*/
    /*}*/
    /*.nav-tabs>li {*/
    /*    width: 50%;*/
    /*}*/
    .transfer__content .nav-tabs li.active a {
        padding: 15px 21px;
        margin-right: 0;
    }
    .transfer__content .nav-tabs li a {
        margin-right: 0;
    }
    .transfer__content .nav-tabs>li {
        padding: 0 5px;
        float: none !important;
        display: inline-block;
    }
    .transfer__content .nav-tabs .second-tab a {
        margin-left: 0;
    }
    .transfer__content .nav-tabs .second-tab {
        margin-top: 20px;
    }
    .transfer__content .nav-tabs {
        padding: 0 10px;
    }
    .transfer__content .nav-pills>li+li {
        margin-left: 0;
    }
    .transfer__content .nav-justified li:last-of-type {
        margin-right: 0;
    }
    .transfer__content #store_transfer .route_info {
        padding: 25px 20px 20px;
    }
    .transfer__content .well:nth-child(even) {
        background: #fff;
    }
    .transfer__content .well:nth-child(odd) {
        background: #EBF9FF;
    }

}

.transfer__content .transfer_basket .input-row {
    max-width: 760px;
}
.transfer__content .transfer_basket .input-row .col-xs-12 {
    padding: 0;
}
.transfer__content .transfer_basket .input-row input {
    background: #F7F7F7;
    border: 1px solid #D6D6D6 !important;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
    padding: 16px 11px 14px !important;
    height: auto;
}
.transfer__content .transfer_basket .input-row {
    margin: 10px 0 0;
    padding: 0;
}
.transfer__content .transfer_basket .basket_items {
    margin: 34px 0 22px;
    background: #EBF9FF;
    padding: 23px 25px;
    max-width: 760px;
}
.transfer__content .transfer_basket .basket_items .route_item {
    margin: 0 -15px;
    background: #EBF9FF;
    font-size: 16px;
    line-height: 150%;
}
.transfer__content .transfer_basket .basket_items .route_item .row {
    padding: 0;
    margin: 0;
}
.transfer__content .transfer_basket .basket_items .route_item .title {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}
.transfer__content .transfer_basket .basket_items .route_item .route_del {
    font-size: 16px;
    line-height: 150%;
    text-decoration-line: underline;
    color: #007CC3;
    background: transparent;
    box-shadow: none;
    text-align: right;
    padding: 0;
    text-transform: none;
}
.transfer__content .transfer_basket .basket_items .route_item .need.data.productd {
    margin-top: 8px;
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
    height: auto;
    padding: 16px 11px 14px;
}
.transfer__content .transfer_basket .basket_items .route_item .quantity_fix {
    padding-top: 25px;
}
.transfer__content .transfer_basket textarea {
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    box-sizing: border-box;
    border-radius: 2px;
    height: 110px;
    padding: 16px 11px;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
    margin-left: -15px;
    max-width: 760px;
}
.transfer__content .transfer_basket .basket_items_total {
    margin-left: -15px;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #2d3447;
    margin-bottom: 25px;
}
.transfer__content .transfer_basket .basket_items_total span {
    color: #2d3447;
}
.transfer__content .transfer_basket #transfer_order_now {
    background: #F5A623;
    border-radius: 2px;
    font-size: 16px;
    line-height: 150%;
    box-shadow: none;
    padding: 13px 32px;
    margin-bottom: 30px;
}
@media (max-width: 1170px) {
    .transfer__content .transfer_basket .basket_items .route_item .route_del {
        text-align: left;
    }
    .transfer__content .basket_items .transport {
        margin-bottom: 0;
    }
    .transfer__content .basket_items .avia .col-md-4 {
        max-width: 352px;
        display: inline-block;
        width: 100%;
    }
    .transfer__content .basket_items .avia {
        display: inline-block;
        max-width: 352px;
        width: 100%;
        float: left;
    }
    .transfer__content .basket_items .number_price {
        float: left;
        padding-top: 22px;
    }
    .transfer__content .transfer_basket .basket_items .route_item .quantity_fix {
        padding-top: 48px;
    }
}
@media (max-width: 767px) {
    .transfer__content .transfer_basket textarea {
        width: calc(100% + 30px);
    }
    .transfer__content .transfer_basket .basket_items {
        margin: 35px -20px 0 ;
        padding: 23px 20px;
        position: relative;
    }
    .transfer__content .basket_items .avia .col-md-4 {
        max-width: 131px;
    }
    .transfer__content .basket_items .number_price {
        position: absolute;
        bottom: 25px;
        left: 111px;
    }
    .transfer__content .transfer_basket .basket_items .route_item .need.data.productd {
        font-size: 13px;
    }
    .transfer__content .transfer_basket .basket_items .route_item .quantity_fix {
        padding-top: 0;
    }
    .transfer__content .transfer_basket .checkbox-inline {
        font-size: 12px;
    }
}


#pravila-pokupki h2, #pravila-vozvrata h2 {
    font-weight: bold;
    font-size: 30px;
    line-height: 150%;
    max-width: 760px;
}
#pravila-pokupki ol, #pravila-vozvrata ol {
    font-size: 16px;
    line-height: 150%;
    max-width: 800px;
    padding-left: 0px;
    list-style: none;

}
#pravila-pokupki ol li, #pravila-vozvrata ol li {
    counter-increment: section;
}
#pravila-pokupki ol li:before, #pravila-vozvrata ol li:before {
    content: counter(section)'.';
    font-size: 16px;
    line-height: 150%;
    display: inline-block;
    margin-right: 30px;
}
@media (max-width: 767px) {
    #pravila-pokupki h2,#pravila-vozvrata h2 {
        font-size: 24px;
    }
}


.transfer__content #payment .route_info_ordr br {
    display: block;
}
.input__block {
    position: relative;
}
.input__block label {
    position: absolute;
    font-size: 16px;
    line-height: 150%;
    color: #999999;
    font-weight: normal;
    left: 12px;
    top: 17px;
}


/* ========== Блок "Наша команда" на главной ========== */
.our-team__inner {
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.our-team__info {
    padding: 0 30px 0 0;
}
.our-team__title {
    font-size: 30px;
    font-weight: bold;
    color: #2D3447;
    display: inline-block;
    margin: 0 0 20px 0;
}
.our-team__desc {
    font-size: 17px;
    color: #4a4a4a;
    margin: 0 0 30px 0;
    line-height: 150%;
}
.our-team__button {
    padding: 13px 60px;
}
.our-team__carousel-buttons {
    display: flex;
    margin: 40px 0 0 0;
}
.our-team__carousel {
    min-width: 60%;
    height: 500px;
}
.our-team__carousel-btn {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
.our-team__carousel-btn svg path {
    transition: .3s;
}
.our-team__carousel-btn:hover svg path {
    stroke: #f5a623;
    opacity: 1;
}
.our-team__prev {
    margin: 0 15px 0 0;
}
.our-team__slide {
    position: relative;
    width: 100%;
    height: 100%;
    background: #EBF9FF;
    padding: 130px 300px 85px 50px;
    margin-right: 300px;
    border-radius: 2px;
    font-size: 16px;
}
.our-team__slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('/img/team/carousel/_leaves.png');
    background-repeat: no-repeat;
    background-position: left top;
    pointer-events: none;
}
.our-team__slide:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url('/img/team/carousel/_leaves02.png');
    background-repeat: no-repeat;
    background-position: 105% bottom;
    pointer-events: none;
}
.our-team__photo {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-height: 100%;
    max-width: 300px;
}
.our-team__name {
    font-size: 22px;
    font-weight: bold;
    color: #2d3447;
    margin: 0 0 10px 0;
    display: inline-block;
}
.our-team__responsibility {
    margin: 0 0 8px 0;
}
.our-team__quote {
    padding: 15px 0 0 0px;
    margin: 5px 0 0 0;
    font-style: italic;
    position: relative;
    z-index: 1;
}
.our-team__quote b.br {
    display: block;
    height: 16px;
}
.our-team__quote:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -25px;
    top: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='66' height='53' viewBox='0 0 66 53' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.5421 39.6768C65.5421 43.5273 64.2865 46.6245 61.7753 48.9683C59.2641 51.1446 56.0833 52.2328 52.2328 52.2328C47.7126 52.2328 43.9458 50.7261 40.9324 47.7127C38.0864 44.6992 36.6634 40.2628 36.6634 34.4033C36.6634 28.8787 37.4168 24.1912 38.9235 20.3407C40.5976 16.3228 42.5228 12.9745 44.6992 10.2959C47.043 7.44988 49.3868 5.1898 51.7305 3.51567C54.2417 1.84154 56.4181 0.669652 58.2596 0L64.5376 8.78918C60.8545 10.6307 57.8411 13.1419 55.4973 16.3227C53.321 19.3362 52.2328 23.1867 52.2328 27.8742C52.9024 27.7068 53.8232 27.6231 54.9951 27.6231C58.3433 27.6231 60.9383 28.795 62.7798 31.1388C64.6213 33.4826 65.5421 36.3286 65.5421 39.6768ZM28.8787 39.6768C28.8787 43.5273 27.6231 46.6245 25.1119 48.9683C22.6007 51.1446 19.4199 52.2328 15.5694 52.2328C11.0492 52.2328 7.28246 50.7261 4.26903 47.7127C1.42301 44.6992 0 40.2628 0 34.4033C0 28.8787 0.753358 24.1912 2.26007 20.3407C3.9342 16.3228 5.85945 12.9745 8.03581 10.2959C10.3796 7.44988 12.7234 5.1898 15.0671 3.51567C17.5783 1.84154 19.7547 0.669652 21.5962 0L27.8742 8.78918C24.1911 10.6307 21.1777 13.1419 18.8339 16.3227C16.6576 19.3362 15.5694 23.1867 15.5694 27.8742C16.239 27.7068 17.1598 27.6231 18.3317 27.6231C21.68 27.6231 24.2748 28.795 26.1164 31.1388C27.9579 33.4826 28.8787 36.3286 28.8787 39.6768Z' fill='%239EDBF4'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left top;
    pointer-events: none;
    z-index: -1;
}
.our-team__mobile-photo {
    display: none;
    z-index: 420;
    width: 180px;
    height: 180px;
}
@media (max-width: 1148px) {
    .our-team__inner {
        flex-direction: column;
    }
    .our-team__info {
        padding: 0 0 40px 0;
    }
    .our-team__carousel-buttons {
        position: absolute;
        left: 70px;
        z-index: 999;
        bottom: 35px;
    }
    .our-team__carousel-mobile-buttons {
        display: flex;
    }
    .our-team__carousel-btn svg {
        width: 30px;
        height: 30px;
    }
    .our-team__carousel-btn svg circle {
        fill: #EBF9FF;
    }
    .our-team__carousel-btn:hover svg path {
        stroke: #2D3447;
    }
    .our-team__prev {
        margin: 0 10px 0 0;
    }
}
@media (max-width: 900px) {
    .our-team__photo {
        /*max-width: 250px;*/
        right: -50px;
    }
    .our-team__slide {
        padding: 105px 250px 85px 50px;
    }
    .our-team__slide:before {
        transform: scale(.8);
        transform-origin: left top;
    }
    .our-team__slide:after {
        transform: scale(.8);
        transform-origin: right bottom;
    }
}
@media (max-width: 767px) {
    .our-team__button {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .our-team__slide {
        display: flex;
        flex-direction: column-reverse;
    }
    .our-team__photo {
        display: none;
    }
    .our-team__mobile-photo {
        display: block;
    }
    .our-team__info {
        /*text-align: center;*/
    }
    .our-team__slide {
        padding: 40px 15px 120px 15px;
        align-items: center;
        font-size: 14px;
        justify-content: flex-end;
    }
    .our-team__slide:before {
        transform: scale(1);
    }
    .our-team__slide:after {
        transform: scale(1) rotate(-8deg) translate(20px, 65px);
    }
    .our-team__info {
        z-index: 420;
    }
    .our-team__quote:before {
        left: 0;
        transform: scale(.8);
        transform-origin: top center;
        background-position: top center;

    }
    .our-team__responsibility {
        margin: 0;
    }
    .our-team__quote {
        margin: 10px 0 0 0;
    }
    .our-team__quote b.br {
        height: 14px;
    }
    .our-team__carousel-buttons {
        left: 50%;
        transform: translateX(-50%);
        bottom: 60px;
    }
    .our-team__carousel {
        height: 600px;
    }
    .our-team__name {
        margin: 20px 0 10px 0;
    }
}
@media (max-width:  580px) {
    .our-team__carousel {
        height: 650px;
    }
}
@media (max-width:  450px) {
    .our-team__carousel {
        height: 700px;
    }
    .our-team__slide {
        margin-right: 200px;
    }
}
@media (max-width:  374px) {
    .our-team__carousel {
        height: 775px;
    }
}
/* ========== /Блок "Наша команда" на главной ========== */
/* End */


/* Start:/local/templates/letsrock/static/css/adittional.css?16988187509438*/
.navigation__list {
    position: relative;
}

.navigation__list-item .submenu {
    position: absolute;
    width: 610px;
    padding: 10px 0;
    left: 0;
}

.navigation__list-item .submenu li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;

}

.navigation__list-item .submenu li a {
    text-decoration: none;
    color: white !important;
}

.navigation__list-item .submenu li a:hover {
    color: #f5a623 !important;
}

.navigation__list-item .submenu {
    display: none;
}

.navigation__list-item:hover .submenu {
    display: block;
}

.inner-content-block {
    width: 100% !important;
    min-height: 400px;
}

#sirenabus_widget section.search-widget.large {
}

#sirenabus_widget section.search-widget.large .form-container {
    margin-lefT: 20px !important;
}

#sirenabus_widget section.search-widget.large .form-container .date-selector input {
    width: 100px !important;
}

#destination-city, #source-city {
    width: 155px !important;
}

.date {
    width: 150px !important;
    height: auto !important;
}

#sirenabus_widget section.search-widget.large .form-container .datepicker {
    border-lefT: 0px !important;
}

#sirenabus_widget section.search-widget.large .form-container .source-city {
    border-lefT: 1px solid #C1C1C1 !important;
}

.section__inner {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #4a4a4a;
}

/* alt */

body {
    overflow: initial !important;
}

.header__link {
    color: white !important;
}

.header_page .btn_login:hover {
    color: white;
}

.btn_login {
    padding: 10px 50px 10px 15px !important;
    font-size: 14px !important;
    line-height: 17px !important;
}

.btn_login:hover {
    border-color: #f5a623;
}

.btn_logout {
    padding: 10px;
    background: url('/local/templates/letsrock/static/css/../img/minified-svg/exit.svg') no-repeat center center;
    text-decoration: none;
    text-indent: -9999px;
    display: table-cell;
    width: 25px;
    height: 25px;
    background-size: 25px;
    vertical-align: middle;
    position: relative;
    left: 10px;
    border: none;
    margin-right: 10px;
}

.navigation_mobile {
    display: none;
}

.banner__slider {
    height: 100%;
}

.banner__slider-item {
    width: 100%;
    height: 520px;
}

.banner__title {
    line-height: 1;
}

.banner__subtitle {
    margin: 0;
}

.flickity-viewport {
    top: 50%;
    transform: translateY(-50%);
    padding-bottom: 20px;
}

.banner .flickity-page-dots {
    width: 100%;
}

.offer {
    margin: 0 8px 30px;
    vertical-align: top;
    background-size: cover;
}

.offer__i {
    top: 15px;
}

.offer__i svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.offer__text {
    max-width: 165px;
}

.offer__price::after {
    display: none;
}

.section__content_vac::before,
.about,
.vacancies__item {
    min-width: 320px;
}

.vacancies__item.active,
.vacancies__item.active:hover {
    background: #007cc3;
    color: white;
}

.vacancies__item.active > a {
    font-weight: bold;
    text-decoration: none;
}

.vacancies__item > div {
    color: black;
    padding: 20px;
    background-color: white;
}

.table__cell {
    padding: 15px 10px;
}

.footer__cap, .footer a {
    color: white !important;
}

.footer__develop:hover {
    text-decoration: none;
}

.modal {
    position: relative !important;
}

.form__btn:hover,
.form__btn:focus {
    color: white !important;
}

.table__cell {
    min-width: 112px;
}

.article-block__pic {
    height: 100%;
    overflow: hidden;
}

.article-block__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: auto;
    max-width: initial;
    max-height: 100%;
}

td.airTimetableTd {
    text-align: left !important;
}

.footer__inner::before {
    right: 300px;
    background-position-y: bottom;
}

.form_subscribe form {
    position: relative;
}

.form_subscribe .form__btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 46px;
    width: 100px;
    border-radius: 0;
}

.form_subscribe .form__field {
    padding-right: 120px;
}

.article-block__link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
}

.slider {
    height: 280px;
}

.slider__slide {
    height: inherit;
    margin: 0 5px;
}

.slider__slide img {
    max-width: initial;
    max-height: 100%;
}

.slider .flickity-viewport {
    top: 0 !important;
    transform: none !important;
}

.flickity-viewport .slider__slide {
    margin: 0 10px;
}

@media (max-width: 1000px) {
    .banner__title {
        font-size: 130px;
    }

    .article-block_wide {
        height: auto;
    }

    .article-block__content {
        width: 63%;
    }

    .article-block__text {
        max-height: initial;
    }

    .navigation_mobile {
        top: 90px;
    }

    .navigation_mobile .submenu {
        position: absolute;
        left: -10px;
        width: calc(100% + 20px);
        top: 119%;
        background-color: #004A89;
        text-align: center;
    }
    .topmenu .submenu .submenu {
        left: auto;
        top: auto;
        box-shadow: 0 0 5px black;
    }
}

@media (max-width: 760px) {

    .flickity-viewport {
        top: auto;
        transform: none;
    }

    .banner__title {
        font-size: 40px; /*48px*/
    }

    .offer__caption {
        max-width: 320px;
        margin: 0 auto;
    }

    .banner .flickity-page-dots {
        width: 100%;
    }

    .btn_login {
        padding: 0 !important;
        font-size: 0 !important;
    }

    .article-block__content {
        width: 100%;
    }

    .article-block__pic {
        height: 160px;
    }

    .offer:hover .offer__link {
        top: 70px;
    }

    .navigation_mobile {
        top: 54px;
    }
}

.tab2 {
    display: none;
}

.about {
    min-height: 500px;
}

.vacancies__item > div {
    text-align: left;
}

.vacancies__item > div ul {
    padding: 0;
    list-style: none;
}

.vacancies__item > div li {
    position: relative;
    padding-left: 35px;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.vacancies__item > div li::before {
    position: absolute;
    left: 15px;
    top: 10px;
    width: 4px;
    height: 4px;
    content: '';
    background: currentColor;
    border-radius: 50%;
}

.page__content {
    min-height: calc(100vh - 343px);
}

nav.navigation {
    padding: 0 29px;
}

nav.navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.navigation ul:after {
    content: "";
    display: table;
    clear: both;
}

nav.navigation a {
    text-decoration: none;
    display: block;
    transition: .3s linear;
}

.topmenu > li {
    float: left;
    position: relative;
    /*border-left: 1px solid black;*/
}

.navigation_mobile .topmenu > li {
    padding: 10px 4px;
}

.topmenu > li:first-child {
    border-left: 0;
}

.topmenu > li > a {
    padding: 0 12px;
    font-size: 13px;
    text-transform: uppercase;
    color: white;
}

.topmenu > li > a.active{
    color: #ddbe86;
}
.topmenu > li .submenu{
    background: rgba(0,0,0,0.5);
    border:none;
}
.navigation_mobile .topmenu > li .submenu{
    background: #004A89;
}
.submenu a:hover {
    color: #ddbe86;
}

.topmenu .fa,
.submenu .fa {
    margin-left: 5px;
    color: inherit;
}

.submenu {
    position: absolute;
    z-index: 5;
    min-width: 200px;
    background: white;
    border-top: 1px solid #CBCBCC;
    border-left: 1px solid #CBCBCC;
    border-right: 1px solid #CBCBCC;
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;
}

.submenu li {
    position: relative;
}

.submenu li a {
    color: white;
    padding: 5px;
    font-size: 13px;
}

.submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    transition: .3s linear;
}

nav.navigation li:hover > .submenu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1200px){
    .header__inner {
        width: 100%;
        padding: 26px 10px 27px;
    }
    nav.navigation {
        padding: 0 10px;
    }
    .topmenu > li > a {
        padding: 0 5px;
        font-size: 12px;
    }
}
.social__link_wa::before {
    background-image: url(/upload/whatsapp_icon.png);
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
	background-color:transparent;
}
.social__link_tg, .social__link_wa {
	background-color:transparent;
}
.social__link_tg::before {
	background-color:transparent;
    background-image: url(/upload/telegram_icon.png);
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
}
/* End */


/* Start:/local/templates/letsrock/static/css/new_header.css?169466741211181*/
.up_blocks {
    display: flex;

}

.up_block.left {
    width: 40%;
    display: flex;
    align-items: center;
}

.up_block.right {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.up_menu {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #999999;
    list-style: none;
    padding: 0;
    margin: 0;
}
.new_header .up_blocks-background .header__inner{
    padding: 8px 0 8px;
}
.new_header .up_blocks-background{
    background: #F7F7F7;
}
.up_menu > li:hover a {
    color: #2D3447;
}

.up_menu > li .fa {
    margin-left: 5px;
}

.up_menu li {
    display: inline-block;
}

.up_menu > li {
    margin-right: 35px;
}

.new_header .submenu {
    position: absolute;
    z-index: 5;
    min-width: 200px;
    background: white;
    border-top: 1px solid #CBCBCC;
    border-left: 1px solid #CBCBCC;
    border-right: 1px solid #CBCBCC;
    visibility: hidden;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;
}

.new_header .submenu li {
    position: static;
    display: block;
    background: white;
}

.new_header .bottom_blocks .menu_new > li .submenu {
    background: rgba(0, 0, 0, 0.5);
    border: none;
}

.new_header .up_menu.menu_new > li .submenu {
    border: none;
    padding: 0;
    margin: 0;
}

.new_header .menu_new li:hover > .submenu {
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    padding-top: 8.5px;
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.15));
    background: unset;
    color: black;
}

.new_header .submenu li {
    padding: 10px 15px;
    border-bottom: 1px solid #D6D6D6;
}

.new_header .submenu li:last-child {
    border-bottom: 0;
}

.new_header .submenu li a {
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #2D3447;
}

.menu_new a {
    text-decoration: unset;
}

.new_header .social-block {
    display: flex;
    margin-right: 15px;
}

.new_header .login-block {
    margin-left: 15px;
}

.new_header .phone-block, .new_header .callback-block {
    margin: 0 15px;
}

.new_header .social_icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-position-y: center;
    margin-right: 10px;
}

.new_header .phone-block .header__link {
    color: #999 !important;
}

.new_header .header__callback {
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #999999;
    text-decoration: unset;
    border-bottom: 1px dashed;
}

.login-block .header__login {
    -webkit-transform: unset;
    transform: unset;
    position: static;
}

.new_header .header__inner {
    padding: 16px 0 19px;
}

.new_header .topmenu > li .submenu {
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.15));
    padding-top: 25px;
    background: unset;
}

.new_header .topmenu li:hover > a {
    color: #F5A623;
}

.new_header .submenu .submenu {
    top: 0;
}

.new_header .submenu li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new_header .submenu .submenu .submenu {
    top: auto;
    margin-top: -41px;
    padding-top: 0;
}

.new_header .bottom_blocks {
    display: flex;
    justify-content: space-between;
        align-items: center;
}

.new_header .logotype {
    max-width: 203px;
}

.new_header .logotype .logotype__link {
    display: block;
}

.new_header .logotype .logotype__link img {
    display: block;
}

.new_header .topmenu > li > a {
    font-weight: bold;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #008BD0;
}

.new_header .topmenu > li:hover > a {
    color: #F5A623;
}

.header.new_header {
    background: white;
}

.header.new_header:before {
    content: unset;
}

.new_header .header__callback:hover, .new_header .phone-block .header__link:hover {
    color: black !important;
}

.new_header .topmenu > li > a {
    border-left: 1px solid #E5E5E5;
    padding: 0 30px;
}

.new_header .topmenu > li:first-child > a {
    border-left: 0;
    padding-left: 0;
}

.new_header .topmenu > li:last-child > a {
    padding-right: 0;
}

.new_header nav.navigation {
    padding: 0 83px 0 0;
}

.new_header .logotype .logotype__link img.logotype__img.mob {
    display: none;
}

.mobile_menu {
    display: none;
}
.icon__menu_block{
        display: none;
    }
.header__login_new .new_login{
        content: "";
        background: url('/img/login.png');
        width: 20px;
        height: 20px;
        display: block;
    }
.header__login_new{
    display: flex;
    align-items: center;
}
.new_login_txt{
    font-size: 13px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #999999;
    text-decoration: unset;
    border-bottom: 1px dashed;
    margin-left: 5px;
}
.mobile-block-right{
    display: none;
}
.new_header .social_icon.icon_whatsapp, .new_header .social_icon.icon_instagram, .new_header .social_icon.icon_vk{
    background-position-x: 48%;
}
@media (max-width: 1000px) {
    .up_blocks-background{
        display: none;
    }
    .up_block.left {
        display: none;
    }
    .mobile-block-right{
    display: block;
}
.new_header .social-block{
    margin-top: 25px;
}

    .phone-block {
        display: none;
    }

    .new_header.header {
        background-color: #007cc3;
    }

    .new_header .logotype .logotype__link img.logotype__img {
        display: none;
    }

    .new_header .logotype .logotype__link img.logotype__img.mob {
        display: block;
    }

    .new_header .navigation.navigation_mobile {
        width: 100%;
        padding: 0;
        top: 0;
    }

    .new_header .navigation_mobile .topmenu > li {
        padding: 10px;
        width: 100%;
    }

    .new_header .topmenu > li > a {
        padding: 0;
        text-align: left;
        font-weight: bold;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #FFFFFF;
        border: 0;
    }

    .new_header .topmenu > li .submenu {
        padding: 0;
        width: 100%;
    }

    .new_header .topmenu li:hover > .submenu {
        position: unset;
    }

    .mobile_menu {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        background: #007cc3;
        padding: 24px 11px 58px 11px;
        left: 0;
        z-index: 1;
    }

    .new_header .submenu .submenu {
        left: 0;
    }

    .mobile_menu .phone-block {
        display: block;
        margin: 35px 0 12px;
    }
    .mobile_menu .new_header .submenu{
        transform: rotateX(
                0deg);
        visibility: visible;
        opacity: 1;
        background: unset;
        border: 0;
    }

    .new_header .phone-block .header__link {
        font-weight: bold;
        font-size: 24px;
        line-height: 130%;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        color: #FFFFFF !important;
    }
    .new_header .mail-block .header__link{
        font-weight: bold;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #F5A623 !important;
    }

    .menu_new a {
        font-weight: bold;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
        border-top: 0.5px solid #008BD0;
        border-bottom: 0.5px solid #008BD0;
        color: white;
    }
    .menu_new > li:last-child > a{
        border-bottom: 1px solid #008BD0;
    }
    .menu_new > li:first-child > a{
        border-top: 1px solid #008BD0;
    }
    .new_header .submenu li{
        padding: 0;
    }
    .mobile_menu .menu_new{

        margin: 0 -10px;
    }
    .mobile_menu .menu_new div > a > span{
        position: absolute;
        right: 10px;
    }
    .mobile_menu .menu_new div > a{
        pointer-events: auto!important;
    }
    .mobile_menu .menu_new .submenu{
        width: 100%;
        border: 0;
    }
    .mobile_menu .menu_new .submenu.active{
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
        background: unset;
    border: 0;
    position: static;
        }
    .mobile_menu .menu_new div > a > span.active{
        transform: rotateX(180deg);
    }
    .mobile_menu .menu_new div > a:hover, .mobile_menu .menu_new div > a:focus{
            color: #ddbe86;
    }
    .mobile_menu{
        max-width: 320px;
    }
    .menu_new a.mobile-two{
        text-transform: unset;
        font-weight: normal;
    }
    .menu_new a.mobile-three{
        text-transform: unset;
        color: #9EDBF4;
        font-weight: normal;
    }
    .mobile_menu_close{
        position: relative;
        height: 31px;
        width: 31px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px;
    }
    .mobile_menu_close:after{
        content: "";
        position: absolute;
        width: 40px;
        background: white;
        height: 2px;
        transform: rotate(-45deg);
    }
    .mobile_menu_close:before{
        content: "";
        width: 40px;
        background: white;
        height: 2px;
        position: absolute;
        transform: rotate(45deg);
    }
    .icon__menu_block{
        display: block;
        position: absolute;
    }
    .up_blocks{
        display: none;
    }

    .new_header .header__inner {
        padding: 24px 10px 24px;
    }
    .mobile-block-right .callback-block button{
        content: "";
        background: url('/img/phone_mob.png');
        width: 20px;
        height: 20px;
        border: 0;
    }
    .mobile-block-right{
        display: flex;
        align-items: center;
        position: absolute;
        right: 10px;
    }

    .new_header .callback-block{
        margin: 0;
        margin-right: 12px;
    }
    .new_header .login-block{
        margin: 0;
    }
    .new_header .social_icon{
        width: 24px;
        height: 24px;
        background-size: contain;
        background-color: unset;
    }
    .new_header .logotype{
        width: 230px;
        max-width: 230px;
    }
    .icon__menu {
        width: 40px;
        height: 28px;
    }

}

@media (max-width: 600px) {
    .new_header .logotype{
        width: 140px;
    }
    .mobile_menu {
        max-width: 100%;
    }
    .icon__menu {
        width: 30px;
        height: 21px;
    }
}
/* End */


/* Start:/local/templates/letsrock/static/css/jquery.fancybox.min.css?168014961415598*/
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity .15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff,0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{animation:.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity .15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media all and (min-width: 1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar{animation:.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media(max-width: 640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
/* End */


/* Start:/local/templates/letsrock/template_styles.css?16801496124166*/
.location_wrapper_desktop{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 130%;
    color: #007CC3;
    position: relative;
    margin-right: 60px;
    cursor: pointer;
}
.location_wrapper_mobile:before,
.location_wrapper_desktop::before{
    content: "";
    position: absolute;
    top: -2px;
    left: -17px;
    height: 17px;
    width: 14px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjAwMDAxIDE2LjU4NDhDNy4wMDAwMSAxNi41ODQ4IDEzLjYwMDkgMTAuNjYxNyAxMy42MDA5IDcuMDE2MDdDMTMuNjAwOSAzLjM3MDQ5IDEwLjY0NTYgMC40MTUxNjEgNy4wMDAwMSAwLjQxNTE2MUMzLjM1NDQyIDAuNDE1MTYxIDAuMzk5MDk0IDMuMzcwNDkgMC4zOTkwOTQgNy4wMTYwN0MwLjM5OTA5NCAxMC42NjE3IDcuMDAwMDEgMTYuNTg0OCA3LjAwMDAxIDE2LjU4NDhaTTcuMDAwMDIgMTAuOTU2MkM5LjE3NjA2IDEwLjk1NjIgMTAuOTQwMSA5LjE5MjEzIDEwLjk0MDEgNy4wMTYwOEMxMC45NDAxIDQuODQwMDQgOS4xNzYwNiAzLjA3NiA3LjAwMDAyIDMuMDc2QzQuODIzOTcgMy4wNzYgMy4wNTk5MyA0Ljg0MDA0IDMuMDU5OTMgNy4wMTYwOEMzLjA1OTkzIDkuMTkyMTMgNC44MjM5NyAxMC45NTYyIDcuMDAwMDIgMTAuOTU2MloiIGZpbGw9IiM5RURCRjQiLz4KPC9zdmc+Cg==")
}

.location_wrapper_mobile:before{
    top: 1px;
}

.location_wrapper_mobile:after{
    content: "";
    position: absolute;
    right: -12px;
    height: 5px;
    width: 8px;
    top: 9px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxLjA5MjA0TDQgNC4wOTIwNEw3IDEuMDkyMDQiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+")
}


.location_wrapper_desktop::after{
    content: "";
    position: absolute;
    right: -13px;
    height: 5px;
    width: 8px;
    top: 5px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgOCA1IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMSAxTDQgNEw3IDEiIHN0cm9rZT0iIzAwN0NDMyIvPgo8L3N2Zz4K")
}

.location_site_list{
    display: none;
    list-style-type: none;
    z-index: 1000;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: absolute;
    width: 219px;
    height: 82px;
    left: -19px;
    top: 19px;
    filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.15));
}

.location_site_list a {
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.site_list--active{
    display: flex;
}


.location_site{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    gap: 5px;
    width: 219px;
    height: 41px;
    background: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.01em;
    color: #2D3447;
    position: relative;
}

.location_site--current:after{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMyAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgNC41ODU4Nkw1LjE0MTQyIDguNzI3MjZMMTIuNTk1OSAxLjI3Mjc0IiBzdHJva2U9IiMwMDdDQzMiLz4KPC9zdmc+Cg==")
}


.location_wrapper_mobile{
    display: none;
}

.up_block.right{
    width: 80%;
}

@media screen and (max-width: 1200px){
    .location_wrapper_desktop{
        margin-right: 40px;
    }
    .up_block.right{
        width: 60%;
    }
}


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

    .location_wrapper_mobile{
        display: inline-block;
        position: relative;
        font-weight: 700;
        font-size: 16px;
        line-height: 130%;
        letter-spacing: 0.01em;
        color: #FFFFFF;
        margin-top: 35px;
        margin-left: 15px;
    }
}

@media screen and (max-width: 375px) {
    .location_site_list.mobile {
        width: 95vw;
    }

    .location_site_list.mobile .location_site{
        width: 100%;
    }
}
/* End */


/* Start:/tours/assets/css/style.css?16801496691598*/
.popular_curorts-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.popular_curorts-item {
    width: calc(25% - 10px);
    margin: 5px;
    height: 179px;
    background-size: cover;
    /* max-width: 285px; */
}

.popular_curorts-item a {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: end;
    padding: 0 0 20px 20px;
    text-decoration: none;
    color: white;
}

.popular_curorts-name {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
}
.popular_curorts-price{
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.popular_curorts_block{
    margin-top: 60px;
}
.popular_curorts_block h2{
    margin-top: 0;
    margin-bottom: 0;
}
.text_bottom{
        width: 675px;
    margin-top: 16px;
    margin-bottom: 36px;
}
@media (max-width: 920px) {
    .popular_curorts-item{
        width: calc(33% - 10px);
        background-position: center;
    }
}
@media (max-width: 767px) {
    .popular_curorts-item {
        width: 280px;
        background-position: center;
        margin:10px auto;
    }
    .close_del{
        width: 100%;
        text-align: center;
        font-family: 'PT Sans';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        color: #009EE0;
        line-height: 120%;
        margin-top: 10px;
    }
    .popular_curorts-item.close{
        display: none;
    }
}
/* End */


/* Start:/tours/assets/forms/css/style.css?16831883343209*/

.section__inner.form {
    margin-top: 80px;
}

.form_tour_wrapper{
    background-image: url("/images/forms/desktop_form_tour.png");
    background-size: cover;
    width: 100%;
    height: 435px;
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
}


.form_content{
    text-align: start;
    margin-bottom: 20px;
}

.form_tour_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #2D3447;
    margin-bottom: 10px;
}


.form_tour_description{
    font-weight: 400;
    font-size: 20px;
    line-height: 150%;
    color: #4A4A4A;
    max-width: 480px;
}

#form_tour{
    display: flex;
    gap: 20px;
}

#form_tour input{
    width: 332px;
    height: 50px;
    background: #F7F7F7;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    padding-left: 10px;
}

#form_tour button{
    padding: 12px 34px;
    width: 253px;
    height: 50px;
    background: #F5A623;
    border-radius: 2px;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
}





.crm_form_content_wrapper{
    height: 400px;
    background: url("/images/forms/beach-shoreline-coast-summer.png");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.crm_form_title{
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.crm_form_description{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.crm_form_btn button{
    width: 170px;
    height: 50px;
    background: #F5A623;
    border-radius: 2px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #FFFFFF;
    border: 0;
}



@media screen and (max-width: 769px){
    .new_banner.tour_page.dynamic_banner{
        background-size: unset;
    }

    .form_tour_wrapper{
        background-image: url("/images/forms/tablet_form_tour.png");
        height: 810px;
        padding-left: 0;
        padding-bottom: 80px;
        align-items: center;
        justify-content: end;
    }

    .form_content{
        text-align: center;
    }
}

@media screen and (max-width: 420px){

    .form_tour_wrapper{
        background-image: url("/images/forms/mobile_form_tour.png");
        background-size: auto;
        background-repeat: no-repeat;
        height: 600px;
        padding-bottom: 40px;
    }

    .form_tour_title{
        font-size: 24px;
    }

    .form_tour_description{
        font-size: 16px;
    }

    #form_tour{
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    #form_tour input,
    #form_tour button{
        width: 90%;
        margin: 0 auto;
    }


    .crm_form_title{
        font-size: 24px;
    }

    .crm_form_content_wrapper{
        text-align: center;
        padding: 20px;
    }

    .crm_form{
        margin-top: 60px;
    }

}


/* End */
/* /local/templates/letsrock/static/css/main.css?1680149614164738 */
/* /local/templates/letsrock/static/css/adittional.css?16988187509438 */
/* /local/templates/letsrock/static/css/new_header.css?169466741211181 */
/* /local/templates/letsrock/static/css/jquery.fancybox.min.css?168014961415598 */
/* /local/templates/letsrock/template_styles.css?16801496124166 */
/* /tours/assets/css/style.css?16801496691598 */
/* /tours/assets/forms/css/style.css?16831883343209 */
