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


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

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


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

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

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

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

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

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

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


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


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


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

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

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

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

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

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

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

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

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

small { font-size: 85%; }

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


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

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


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

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

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

/*
 * Correct overflow not hidden in IE9
 */

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


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

figure { margin: 0; }


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

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

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

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

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

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

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

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

button, input { line-height: normal; }

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

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

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

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

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

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

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

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

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


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

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


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

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


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




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

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



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

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

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

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

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

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

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



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

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

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@charset "UTF-8";
@font-face {
  font-family: "Noto Sans";
  src: url("../font/noto-sans-v8-cyrillic_latin-regular.woff2") format("woff2"), url("../font/noto-sans-v8-cyrillic_latin-regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../font/noto-sans-v8-cyrillic_latin-italic.woff2") format("woff2"), url("../font/noto-sans-v8-cyrillic_latin-italic.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../font/noto-sans-v8-cyrillic_latin-700.woff2") format("woff2"), url("../font/noto-sans-v8-cyrillic_latin-700.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: "Noto Sans";
  src: url("../font/noto-sans-v8-cyrillic_latin-700italic.woff2") format("woff2"), url("../font/noto-sans-v8-cyrillic_latin-700italic.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: fallback;
}

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

a:hover, .link:hover {
  color: #1483cf;
  text-decoration: underline;
}

a:active, .link:active {
  color: #1483cf;
  text-decoration: underline;
}

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

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

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

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

img {
  max-width: 100%;
}

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

strong {
  font-weight: 700;
}

h1, .h1 {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3125;
  margin: 75px 0 0;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 28px;
  }
}

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

h1 + p, h1 + .p, .h1 + p, .h1 + .p {
  margin-top: 20px;
}

h2, .h2 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin: 70px 0 0;
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 24px;
    margin-top: 50px;
  }
}

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

h2:last-child, .h2:last-child {
  margin-bottom: 0;
}

h3, .h3 {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.25;
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 20px;
  }
}

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

h4, .h4 {
  position: relative;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  margin: 40px 0 0;
}

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

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

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

ol, ul {
  margin: 20px 0 0;
  padding: 0;
}

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

ol li, ul li {
  margin: 10px 0 0;
  padding: 0 0 0 30px;
}

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

li ul, li ol {
  margin-top: 12px;
}

li li {
  margin-top: 6px;
}

ul {
  list-style: none;
}

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

ul li * {
  text-indent: 0;
}

ul li:before {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-radius: 0;
  margin-right: 10px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #2b9deb;
  text-indent: 0;
  content: "";
}

ol {
  margin-top: 25px;
  counter-reset: ol_counter;
}

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

ol li {
  text-indent: -40px;
  list-style: none;
  padding: 0 0 0 40px;
  margin-top: 5px;
}

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

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

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

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

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

table th, table td {
  padding: 3px 10px;
}

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

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

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

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

.only-for-notouch-table-row,
.only-for-touch-table-row {
  display: none !important;
}

.only-for-notouch-table-cell,
.only-for-touch-table-cell {
  display: none !important;
}

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

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

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

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

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

.no-touchevents .only-for-notouch-table,
.touchevents .only-for-touch-table {
  display: table !important;
}

.no-touchevents .only-for-notouch-table-row,
.touchevents .only-for-touch-table-row {
  display: table-row !important;
}

.no-touchevents .only-for-notouch-table-cell,
.touchevents .only-for-touch-table-cell {
  display: table-cell !important;
}

.no-touchevents .only-for-notouch-flex,
.touchevents .only-for-touch-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.no-touchevents .only-for-notouch-inline-flex,
.touchevents .only-for-touch-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.screen-xl-show {
  display: none !important;
}

.screen-xl-show-inline-block {
  display: none !important;
}

.screen-xl-show-inline {
  display: none !important;
}

.screen-xl-show-table {
  display: none !important;
}

.screen-xl-show-table-row {
  display: none !important;
}

.screen-xl-show-table-cell {
  display: none !important;
}

.screen-xl-show-flex {
  display: none !important;
}

.screen-xl-show-inline-flex {
  display: none !important;
}

.tablet-show {
  display: none !important;
}

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

.tablet-show-inline {
  display: none !important;
}

.tablet-show-table {
  display: none !important;
}

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

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

.tablet-show-flex {
  display: none !important;
}

.tablet-show-inline-flex {
  display: none !important;
}

.tablet-small-show {
  display: none !important;
}

.tablet-small-show-inline-block {
  display: none !important;
}

.tablet-small-show-inline {
  display: none !important;
}

.tablet-small-show-table {
  display: none !important;
}

.tablet-small-show-table-row {
  display: none !important;
}

.tablet-small-show-table-cell {
  display: none !important;
}

.tablet-small-show-flex {
  display: none !important;
}

.tablet-small-show-inline-flex {
  display: none !important;
}

.mobile-show {
  display: none !important;
}

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

.mobile-show-inline {
  display: none !important;
}

.mobile-show-table {
  display: none !important;
}

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

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

.mobile-show-flex {
  display: none !important;
}

.mobile-show-inline-flex {
  display: none !important;
}

.mobile-small-show {
  display: none !important;
}

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

.mobile-small-show-inline {
  display: none !important;
}

.mobile-small-show-table {
  display: none !important;
}

.mobile-small-show-table-row {
  display: none !important;
}

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

.mobile-small-show-flex {
  display: none !important;
}

.mobile-small-show-inline-flex {
  display: none !important;
}

.mobile-xsmall-show {
  display: none !important;
}

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

.mobile-xsmall-show-inline {
  display: none !important;
}

.mobile-xsmall-show-table {
  display: none !important;
}

.mobile-xsmall-show-table-row {
  display: none !important;
}

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

.mobile-xsmall-show-flex {
  display: none !important;
}

.mobile-xsmall-show-inline-flex {
  display: none !important;
}

.mobile-xxsmall-show {
  display: none !important;
}

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

.mobile-xxsmall-show-inline {
  display: none !important;
}

.mobile-xxsmall-show-table {
  display: none !important;
}

.mobile-xxsmall-show-table-row {
  display: none !important;
}

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

.mobile-xxsmall-show-flex {
  display: none !important;
}

.mobile-xxsmall-show-inline-flex {
  display: none !important;
}

.mobile-xxxsmall-show {
  display: none !important;
}

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

.mobile-xxxsmall-show-inline {
  display: none !important;
}

.mobile-xxxsmall-show-table {
  display: none !important;
}

.mobile-xxxsmall-show-table-row {
  display: none !important;
}

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

.mobile-xxxsmall-show-flex {
  display: none !important;
}

.mobile-xxxsmall-show-inline-flex {
  display: none !important;
}

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

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

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

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

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

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

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

.initial-show-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.initial-show-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (max-width: 1350px) {
  .screen-xl-hide {
    display: none !important;
  }
  .screen-xl-show {
    display: block !important;
  }
  .screen-xl-show-inline-block {
    display: inline-block !important;
  }
  .screen-xl-show-inline {
    display: inline !important;
  }
  .screen-xl-show-table {
    display: table !important;
  }
  .screen-xl-show-table-row {
    display: table-row !important;
  }
  .screen-xl-show-table-cell {
    display: table-cell !important;
  }
  .screen-xl-show-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .screen-xl-show-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

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

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

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

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

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

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

/*

Icons

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

svg.icon {
  pointer-events: none;
}

.icon--logo {
  width: 3.80851em;
}

.icon--users {
  width: 1.21429em;
}

.icon--map-marker {
  width: 0.75em;
}

.icon--filters {
  width: 1.08333em;
}

.icon--chevron-left,
.icon--chevron-right {
  width: 0.64286em;
}

.icon--chevron-up,
.icon--chevron-down {
  width: 1.55556em;
}

.icon--tick {
  width: 1.25em;
}

.icon--hand-in-wreath {
  width: 1.18519em;
}

.icon--walking-men {
  width: 0.64286em;
}

.icon--menu-2 {
  width: 1.35714em;
}

.icon--plant-coins {
  width: 0.63636em;
}

.icon--quote {
  width: 1.22727em;
}

/*

Expansible content

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

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

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

/*

Column Layout

*/
.cols {
  display: table;
  width: 100%;
  table-layout: fixed;
}

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

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

.cols__inner {
  display: table-row;
}

.col {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
}

.cols-row {
  display: table-row;
}

.cols-wrapper {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}

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

.cols-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.cols-wrapper--no-padding {
  margin-left: 0;
  margin-right: 0;
}

.cols-wrapper--no-padding > .cols > .col {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1023px) {
  .cols-wrapper--tablet-plain > .cols {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: -30px;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--tablet-plain > .cols > .col {
    display: block;
    width: auto;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--mobile-plain > .cols {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: -30px;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--mobile-plain > .cols > .col {
    display: block;
    width: auto;
    padding-bottom: 30px;
  }
}

.cols--reverse {
  direction: rtl;
}

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

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

.col--1-12 {
  width: 8.33333%;
}

.col--2-12 {
  width: 16.66667%;
}

.col--3-12 {
  width: 25%;
}

.col--4-12 {
  width: 33.33333%;
}

.col--5-12 {
  width: 41.66667%;
}

.col--6-12 {
  width: 50%;
}

.col--7-12 {
  width: 58.33333%;
}

.col--8-12 {
  width: 66.66667%;
}

.col--9-12 {
  width: 75%;
}

.col--10-12 {
  width: 83.33333%;
}

.col--11-12 {
  width: 91.66667%;
}

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

.col--1-4 {
  width: 25%;
}

.col--3-4 {
  width: 75%;
}

.col--1-3 {
  width: 33.33%;
}

.col--2-3 {
  width: 66.66%;
}

.col--1-2 {
  width: 50%;
}

.cols--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cols--flex > .col {
  display: block;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: auto 1 1;
          flex: auto 1 1;
}

.cols--flex > .col--fit {
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
}

/*

Form's layout

*/
.form {
  position: relative;
  margin-top: 30px;
}

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

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

.form__items {
  position: relative;
  margin-top: 20px;
}

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

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

.form__item {
  position: relative;
  margin-top: 20px;
}

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

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

.form__item-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 10px;
}

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

.form__item-field {
  position: relative;
  margin-top: 10px;
}

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

.form__item-field .required {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  font-size: 16px;
  color: #E42626;
  pointer-events: none;
}

.form__item-tip {
  margin-top: 10px;
}

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

.form__actions {
  position: relative;
  margin-top: 30px;
}

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

.form__tip {
  margin-top: 15px;
}

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

.form__error {
  font-size: 12px;
  line-height: 1.6;
  padding: 0;
  color: #ff5d5d;
  -webkit-animation: 0.5s ease-out;
          animation: 0.5s ease-out;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-name: pulsateError;
          animation-name: pulsateError;
}

@media (max-width: 479px) {
  .form__error {
    font-size: 12px;
  }
}

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

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

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

.form__message {
  margin-top: 30px;
  background-color: #fff;
  color: #222;
  padding: 15px 20px;
  text-align: center;
  display: none;
}

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

.form__message.active {
  display: block;
}

.cols-wrapper--form {
  margin-top: 20px;
}

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

.cols-wrapper--form > .cols {
  margin-bottom: -20px;
}

.cols-wrapper--form > .cols > .col {
  padding-bottom: 20px;
}

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

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

/*

Textfields

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

.textfield {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.285714285714286;
  background: #fff;
  color: #222;
  padding: 15px 25px;
  height: 50px;
  width: 100%;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
          box-shadow: inset 0 0 0 1px #ddd;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  resize: none;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}

.textfield:focus {
  outline: none;
  background-color: #fdfdfd;
  -webkit-box-shadow: inset 0 0 0 1px #bbb;
          box-shadow: inset 0 0 0 1px #bbb;
}

.textfield:invalid {
  background-color: #fff;
}

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

.textfield::-webkit-input-placeholder {
  opacity: 1;
  color: #767676;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.textfield::-moz-placeholder {
  opacity: 1;
  color: #767676;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.textfield:-moz-placeholder {
  opacity: 1;
  color: #767676;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.textfield:-ms-input-placeholder {
  opacity: 1;
  color: #767676;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.textfield.active {
  -webkit-box-shadow: inset 0 0 0 1px #2b9deb;
          box-shadow: inset 0 0 0 1px #2b9deb;
}

.textfield.active:focus {
  -webkit-box-shadow: inset 0 0 0 2px #2977C2;
          box-shadow: inset 0 0 0 2px #2977C2;
}

.textfield.error {
  -webkit-box-shadow: inset 0 0 0 1px #000;
          box-shadow: inset 0 0 0 1px #000;
}

.textfield[disabled], .textfield.disabled {
  opacity: 1;
  background: #eee;
  border-color: transparent;
  cursor: default;
  cursor: not-allowed;
  color: #aaa;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.textfield[disabled]::-webkit-input-placeholder, .textfield.disabled::-webkit-input-placeholder {
  color: #aaa;
}

.textfield[disabled]::-moz-placeholder, .textfield.disabled::-moz-placeholder {
  color: #aaa;
}

.textfield[disabled]:-moz-placeholder, .textfield.disabled:-moz-placeholder {
  color: #aaa;
}

.textfield[disabled]:-ms-input-placeholder, .textfield.disabled:-ms-input-placeholder {
  color: #aaa;
}

.textfield[readonly] {
  -webkit-box-shadow: inset 0 0 0 1px #ddd;
          box-shadow: inset 0 0 0 1px #ddd;
  background: #fafafa;
  cursor: default;
}

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

/*

Autocomplete

*/
.autocomplete-suggestions {
  border-radius: 4px;
  background: #fff;
  margin-top: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  max-height: none !important;
}

.autocomplete-scroll {
  overflow: auto;
  max-height: 300px;
}

.textfield-wrapper .autocomplete-suggestions {
  width: 100% !important;
}

.autocomplete-suggestion {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 767px) {
  .autocomplete-suggestion {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.autocomplete-suggestion:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.autocomplete-suggestion:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.autocomplete-selected {
  background: #d9e97f;
}

.autocomplete-suggestions strong {
  font-weight: 700;
}

.autocomplete-group {
  padding: 7px 20px 8px;
  background-color: #fafafa;
  font-weight: 600;
}

.autocomplete-close {
  display: none;
  padding: 5px 10px;
  text-align: right;
  background-color: #f8f8f8;
  font-size: 10px;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #eee;
  border-radius: 4px 4px 0 0;
  text-transform: uppercase;
  cursor: pointer;
}

.autocomplete-close:hover {
  background-color: #f0f0f0;
}

.autocomplete-close:active {
  background-color: #f0f0f0;
}

.autocomplete-close i {
  margin-left: 3px;
  font-size: 10px;
  color: #888;
}

.suggestion-highlight {
  display: inline-block;
  border-bottom: 1px solid #bbb;
}

.autocomplete-suggestions--large .autocomplete-suggestion {
  padding-top: 14px;
  padding-bottom: 14px;
}

/*

Buttons

*/
.btn {
  position: relative;
  display: inline-block;
  outline: none;
  text-decoration: none;
  text-align: center;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  border: none;
  padding: 0 25px;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 0;
  color: #ffffff !important;
  -webkit-appearance: none;
  background: #2b9deb;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  cursor: pointer;
}

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

.btn:hover {
  background-color: #42a8ed;
  text-decoration: none;
}

.btn:active {
  background-color: #42a8ed;
  text-decoration: none;
}

.btn.active {
  background-color: #1483cf;
}

.btn--checkbox {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.2);
}

.btn--checkbox:before {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
  opacity: 0;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--checkbox:after {
  position: absolute;
  top: 5px;
  left: 5px;
  height: 8px;
  width: 12px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  opacity: 0;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--checkbox.checked {
  background-color: #1483cf;
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

.btn--checkbox.checked:before {
  opacity: 1;
}

.btn--checkbox.checked:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}

.btn[disabled], .btn.disabled {
  background-color: #ccc !important;
  color: rgba(255, 255, 255, 0.5) !important;
  cursor: default;
  cursor: not-allowed;
}

.btn + .btn {
  margin-left: 25px;
}

.btn > input[type='file'] {
  opacity: 0;
  font-size: 120px;
  position: absolute;
  top: -20px;
  right: -10px;
  vertical-align: top;
  z-index: 3;
  cursor: pointer;
}

.btn--fullwidth {
  width: 100%;
  margin-top: 20px;
}

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

@media (max-width: 767px) {
  .btn--mobile-fullwidth {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .btn--mobile-fullwidth:first-child {
    margin-top: 0;
  }
  .btn + .btn--mobile-fullwidth {
    margin-left: auto;
  }
}

.btn .icon {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 6px;
  margin-right: 6px;
}

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

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

.btn .icon--nomargin {
  margin-left: 0;
  margin-right: 0;
}

.btn .icon--chevron-left, .btn .icon--chevron-right {
  font-size: 12px;
  margin-left: 2px;
  margin-right: 2px;
}

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

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

.btn--lines:before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  left: 0;
  border-bottom: 2px solid #ffffff;
  bottom: 2px;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--lines:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 10px;
  border-top: 2px solid #ffffff;
  top: 2px;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn--lines:hover:before, .btn--lines:hover:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.btn--lines:active:before, .btn--lines:active:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.btn--lines[disabled]:before, .btn--lines[disabled]:after, .btn--lines.disabled:before, .btn--lines.disabled:after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.btn--rounded {
  border-radius: 100px;
}

.btn--rounded:before {
  border-radius: 100px;
}

.btn--radio.checked {
  cursor: default;
}

.btn--link {
  border: none;
  background: none !important;
  color: #2b9deb !important;
  padding: 0;
}

.btn--grey {
  background-color: #eee;
  color: #222 !important;
}

.btn--grey:hover {
  background-color: #ddd;
  color: #222 !important;
}

.btn--grey:active {
  background-color: #ddd;
  color: #222 !important;
}

.btn--grey[disabled], .btn--grey.disabled {
  background-color: #eee;
  color: #222 !important;
}

.btn--outline {
  background-color: #fff;
  color: #2b9deb !important;
}

.btn--outline:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #2b9deb;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.btn--outline:hover:before {
  border-color: #42a8ed;
}

.btn--outline:active {
  color: #fff !important;
  background-color: #42a8ed;
}

.btn--outline:active:before {
  border-color: #42a8ed;
}

.btn--outline.checked {
  color: #fff !important;
  background-color: #1483cf;
}

.btn--outline.checked:before {
  border-color: #1483cf;
}

.btn--outline[disabled], .btn--outline.disabled {
  background-color: #f4f4f4 !important;
  color: rgba(0, 0, 0, 0.3) !important;
}

.btn--outline[disabled]:before, .btn--outline.disabled:before {
  border-color: rgba(0, 0, 0, 0.2);
}

.btn--outline-default {
  color: #222 !important;
}

.btn--outline-default:before {
  border-color: #222;
}

.btn--outline-default:hover {
  color: #fff !important;
  background-color: #2f2f2f;
}

.btn--outline-default:hover:before {
  border-color: #2f2f2f;
}

.btn--outline-default:active {
  color: #fff !important;
  background-color: #2f2f2f;
}

.btn--outline-default:active:before {
  border-color: #2f2f2f;
}

.btn--outline-default[disabled], .btn--outline-default.disabled {
  background-color: #f4f4f4 !important;
  color: rgba(0, 0, 0, 0.3) !important;
}

.btn--outline-default[disabled]:before, .btn--outline-default.disabled:before {
  border-color: rgba(0, 0, 0, 0.2);
}

.btn--bg-white {
  background-color: #fff;
}

.btn--medium {
  font-size: 14px;
  padding: 0 20px;
  line-height: 40px;
  height: 40px;
  min-width: 40px;
}

.btn--small {
  font-size: 14px;
  padding: 0 15px;
  line-height: 35px;
  height: 35px;
  min-width: 35px;
}

.btn--xsmall {
  font-size: 13px;
  padding: 0 15px;
  line-height: 30px;
  height: 30px;
  min-width: 30px;
}

.btn--nopadding {
  padding: 0;
}

.btn-hidden-checkbox {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  z-index: -1;
}

.checkboxes {
  margin-top: 15px;
  margin-right: -25px;
}

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

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

.checkboxes__inner {
  float: left;
  width: 100%;
  margin-bottom: -10px;
  font-size: 16px;
  line-height: 1.25;
}

.checkbox {
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.25;
  min-height: 20px;
  font-weight: 400;
  color: #000;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-right: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  .checkbox {
    font-size: 14px;
    min-height: 18px;
    padding-left: 25px;
  }
}

.checkbox__icon {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  line-height: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #fff;
  color: #2b9deb;
  border-radius: 4px;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .checkbox__icon {
    height: 18px;
    width: 18px;
    line-height: 18px;
    font-size: 13px;
  }
}

.checkbox__icon:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #9D9D9D;
  border-radius: 5px;
  content: '';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

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

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

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

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

.checkbox--block {
  display: block;
}

.checkbox--radio .checkbox__icon {
  border-radius: 50%;
  background-color: #fff;
}

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

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

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

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

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

.checkbox--bordered {
  border: 1px solid rgba(34, 34, 34, 0.1);
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px 10px 40px;
}

.checkbox--bordered .checkbox__icon {
  top: 10px;
  left: 10px;
}

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

.bcheckboxes {
  margin-top: 15px;
  margin-right: -5px;
}

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

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

.bcheckboxes__inner {
  float: left;
  width: 100%;
  margin-bottom: -10px;
  font-size: 16px;
  line-height: 1.25;
}

.bcheckbox {
  position: relative;
  display: inline-block;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-right: 5px;
}

/*

Selectboxes

*/
.sselect {
  position: relative;
}

.sselect__arrow {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  font-size: 9px;
  line-height: 50px;
  text-align: center;
  pointer-events: none;
}

.sselect__arrow .icon {
  vertical-align: middle;
  width: 1.55556em;
}

.sselect select {
  display: block;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222;
  height: 50px;
  padding: 0 30px 0 15px;
  line-height: 1.25;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
}

.sselect select::-ms-expand {
  display: none;
}

.sselect select:hover {
  border-color: #ddd;
}

.sselect select:focus {
  border-color: #bbb;
  outline: none;
}

.sselect select option {
  font-weight: normal;
}

/*

Tabs

 */
.tabs {
  position: relative;
  z-index: 1;
}

.container .tabs {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 1023px) {
  .container .tabs {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (max-width: 479px) {
  .container .tabs {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.tabs__inner {
  position: relative;
  height: 100%;
  background-color: #fff;
}

.tabs__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 75px;
  content: "";
  z-index: 2;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.tabs__inner:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 75px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
  content: "";
  z-index: 2;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}

.tabs__inner:not(.js-tabs-fixed-center-inited):before, .tabs__inner:not(.js-tabs-fixed-center-inited):after, .tabs__inner.scroll-in-end:after, .tabs__inner.scroll-in-start:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s;
}

.tabs__scroll {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
  font-size: 0;
  height: 100%;
  -ms-overflow-style: none;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1023px) {
  .tabs__scroll {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  .tabs__scroll {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.tabs__scroll::-webkit-scrollbar {
  display: none;
}

.tabs__scroll-inner {
  position: relative;
  font-size: 1rem;
  display: inline-block;
  min-width: 100%;
  vertical-align: top;
}

.tabs__list {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.tabs__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.2;
  margin-right: 45px;
}

@media (max-width: 767px) {
  .tabs__item {
    margin-right: 25px;
  }
}

@media (max-width: 359px) {
  .tabs__item {
    margin-right: 20px;
  }
}

.tabs__item:last-child {
  margin-right: 0;
}

.tabs__item.disabled {
  cursor: default;
  cursor: not-allowed;
}

.tabs__item.disabled:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  content: "";
}

.tabs__item.disabled .tabs__link {
  color: #888;
}

.tabs__item.active .tabs__link {
  color: #000;
}

.tabs__item.active .tabs__link:before {
  opacity: 1;
}

.tabs__link {
  position: relative;
  z-index: 0;
  display: block;
  padding: 13px 0 18px;
  text-decoration: none !important;
  color: #222;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs__link:before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-top: 4px solid #69b34d;
  content: '';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tabs__link:hover {
  color: #66b447;
}

.tabs__link:active {
  color: #66b447;
}

.tab-panes {
  position: relative;
  background-color: #fff;
  padding: 40px;
}

.tab-pane {
  position: absolute;
  top: -9999px;
}

.tab-pane.active {
  position: relative;
  top: 0;
}

.tab-pane.tab-pane--smoothly {
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s, z-index 0s 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s, z-index 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s, z-index 0s 0.3s;
}

.tab-pane.tab-pane--smoothly.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

/*

Maps

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

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

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

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

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

.gmnoprint div {
  background: none !important;
}

.map {
  position: relative;
  width: 100%;
  height: 550px;
  background: #eee url("../img/loader.svg") center center no-repeat;
  background-size: 48px 48px;
  margin-top: 65px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

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

@media (max-width: 1023px) {
  .map {
    max-height: 60vh;
    min-height: 320px;
    margin-top: 50px;
  }
}

.map + h2, .map + .h2 {
  margin-top: 55px;
}

@media (max-width: 767px) {
  .container .map {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.map:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  content: "";
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  -o-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}

.map > [class^=ymaps] {
  width: 100% !important;
}

.no-svg .map {
  background-image: url("../img/loader.gif");
}

.map--rounded {
  border-radius: 5px;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

.map--greyscale [class$='-ground-pane'] {
  -webkit-filter: grayscale(85%) hue-rotate(150deg);
  filter: grayscale(85%) hue-rotate(150deg);
}

.map--absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}

.map--cropped {
  overflow: hidden;
}

.map [class$='-balloon__close-button'] {
  margin-right: 0;
  height: 32px;
}

.map [class$='-balloon__content'] {
  min-height: 10px;
}

.map [class$='-balloon__tail'] {
  position: absolute;
  bottom: 100%;
  margin-bottom: -25px;
}

.marker-pin {
  position: absolute;
  top: -38px;
  left: -15px;
  font-size: 38px;
  line-height: 1;
  width: 30px;
  height: 38px;
  color: #2b9deb;
}

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

/*

Tooltips

 */
.tippy-tooltip.light-grey-theme {
  font-size: 14px;
  background-color: #f6f6f6;
  color: #222;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.tippy-tooltip.light-grey-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-tooltip.light-grey-theme .tippy-backdrop {
  background-color: #f6f6f6;
}

.tippy-tooltip.light-grey-theme[x-placement^='top'] .tippy-arrow {
  border-top-color: #f6f6f6;
}

.tippy-tooltip.light-grey-theme[x-placement^='bottom'] .tippy-arrow {
  border-bottom-color: #f6f6f6;
}

.tippy-tooltip.light-grey-theme[x-placement^='left'] .tippy-arrow {
  border-left-color: #f6f6f6;
}

.tippy-tooltip.light-grey-theme[x-placement^='right'] .tippy-arrow {
  border-right-color: #f6f6f6;
}

.tippy-tooltip.light-grey-theme .tippy-roundarrow {
  fill: #f6f6f6;
}

/*

Panels

 */
.panel {
  position: relative;
  width: 720px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
  padding: 30px !important;
  background-color: #fff;
  color: #222 !important;
}

@media (max-width: 767px) {
  .panel {
    width: auto;
    max-width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.panel--map {
  width: 1440px;
  max-width: 1440px;
  padding: 55px 0 0 !important;
}

@media (max-width: 1520px) {
  .panel--map {
    width: calc(100vw - 40px*2);
  }
}

@media (max-width: 1900px) {
  .panel--map {
    width: calc(100vw - 30px*2);
    top: 15px;
  }
}

@media (max-width: 1023px) {
  .panel--map {
    width: calc(100vw - 20px*2);
  }
}

.panel--map .map-border {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 1900px) {
  .panel--map .map {
    max-height: calc(100vh - 50px*2);
  }
}

/*

Popups

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

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

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

.fancybox-slide--html {
  padding: 20px;
}

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

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

.fancybox-slide--image {
  padding: 44px 56px 0;
}

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

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

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

.fancybox-container--popup {
  opacity: 0;
  -webkit-transition-duration: 0.5s !important;
       -o-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
}

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

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

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

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

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

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

.fancybox-container--popup .fancybox-slide > .fancybox-loading {
  width: 48px;
  height: 48px;
  margin-top: -24px;
}

.fancybox-container--popup .fancybox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  z-index: 1;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  letter-spacing: 0;
  color: #777;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.fancybox-container--popup .fancybox-close:before {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  content: '';
}

.fancybox-container--popup .fancybox-close .icon {
  vertical-align: top;
}

.fancybox-container--popup .fancybox-close:hover {
  color: #2b9deb;
}

.fancybox-container--popup .fancybox-close:active {
  color: #2b9deb;
}

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

.fancybox-container--popup-full .fancybox-inner {
  background-color: #fff;
}

.fancybox-container--popup-full .fancybox-slide {
  padding: 0;
}

.fancybox-container--popup-full .fancybox-slide .fancybox-content {
  height: 100%;
}

.fancybox-container--popup-full .fancybox-close {
  position: absolute;
  top: 25px;
  right: 25px;
  margin: 0;
  z-index: 1;
  line-height: 1;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .fancybox-container--popup-full .fancybox-close {
    top: 20px;
    right: 20px;
    font-size: 20px;
  }
}

.fancybox-container--popup-full .fancybox-close:before {
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  content: '';
}

.fancybox-content {
  margin: 0 0 44px 0;
  padding: 44px;
}

.fancybox-infobar {
  height: 44px;
  line-height: 44px;
  min-width: 44px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.fancybox-button {
  width: 44px;
  height: 44px;
  padding: 10px;
}

.fancybox-navigation .fancybox-button {
  height: 100px;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
}

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

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

.fancybox-thumbs > ul > li:before {
  border-color: #19B474;
  border-width: 2px;
}

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

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

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

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

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

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

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  height: 100%;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

body {
  position: relative;
  font-family: "Noto Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  height: 100%;
  background: #fff;
  min-width: 320px;
  overflow-x: hidden;
}

@media (max-width: 319px) {
  body {
    overflow-x: auto;
  }
}

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

.touchevents * {
  cursor: pointer;
}

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

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

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

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

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

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

.not-loaded * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

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

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

.custom-scrollbar ::-webkit-scrollbar {
  -webkit-appearance: none;
}

.custom-scrollbar ::-webkit-scrollbar:vertical {
  width: 5px;
}

.custom-scrollbar ::-webkit-scrollbar:horizontal {
  height: 5px;
}

.custom-scrollbar ::-webkit-scrollbar-track {
  border-radius: 100px;
  border: none;
  background-color: rgba(34, 34, 34, 0.1) !important;
}

.custom-scrollbar ::-webkit-scrollbar-thumb {
  background-color: rgba(34, 34, 34, 0.2) !important;
  border-radius: 100px;
  border: none;
}

/*
*
* Skeleton elements
*
*/
.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}

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

@media (max-width: 1023px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 479px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wrap {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  background: #fff;
  overflow: hidden;
}

.header {
  position: relative;
  z-index: 25;
  font-size: 15px;
  line-height: 1.6;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header--fixed {
  /*@include position(fixed, 0 0 null 0);*/
}

.header--fixed .header__top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 25;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media (max-width: 1259px) {
  .header--fixed .header__top {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
}

.scrolled.header--fixed .header__top {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.header--fixed .header__top + .header-replace {
  height: 80px;
}

@media (max-width: 767px) {
  .header--fixed .header__top + .header-replace {
    height: 60px;
  }
}

.header__inner {
  position: relative;
  background-color: #fff;
  color: #222;
  margin-right: 0 !important;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.header__offset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.header__grid {
  display: table;
  width: 100%;
}

.header__grid-wrapper {
  margin: 0 -20px;
}

@media (max-width: 767px) {
  .header__grid-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.header__cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  height: 80px;
  text-align: left;
}

@media (max-width: 767px) {
  .header__cell {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header__cell--fit {
  width: 1%;
  white-space: nowrap;
}

.header__cell--logo {
  width: 1%;
  text-align: left;
}

@media (max-width: 767px) {
  .header__cell--logo {
    width: 60px;
    text-align: center;
  }
}

.header__cell--expander {
  padding: 0;
}

.header__cell--cbutton {
  position: static;
  width: 1px;
  text-align: left;
  font-size: 0;
}

@media (max-width: 767px) {
  .header__cell--cbutton {
    width: 96px;
  }
}

.menu-overlay-active .header__cell--cbutton .cbutton {
  opacity: 0;
  pointer-events: none;
}

.header__cell--hsicon {
  width: 30px;
  text-align: right;
}

.header__cell--contact {
  position: relative;
  width: 1px;
  text-align: right;
}

.header-slogan {
  font-size: 18px;
}

.header-phone-wrapper {
  display: inline-block;
  vertical-align: top;
}

.header-tip {
  margin-top: -1.3em;
  font-size: 13px;
  line-height: 1.3;
  color: #bbb;
}

.header-phone {
  font-size: 32px;
  line-height: 1.1;
  white-space: nowrap;
  color: #222;
}

.header-bottom__inner {
  border-top: 2px solid rgba(34, 34, 34, 0.1);
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.logo {
  display: inline-block;
  vertical-align: top;
  font-size: 52px;
  line-height: 1;
  white-space: normal;
  color: #2b9deb !important;
  text-decoration: none !important;
}

.logo:hover {
  color: #1483cf !important;
}

.logo:active {
  color: #1483cf !important;
}

@media (max-width: 767px) {
  .logo {
    font-size: 38px;
  }
}

.logo .icon {
  vertical-align: top;
}

.form--search {
  width: 360px;
}

.form--search .form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form--search .form__item {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}

.form--search .textfield {
  width: 280px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form--search .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.cbutton {
  position: relative;
  display: inline-block;
  cursor: pointer;
  z-index: 26;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.cbutton__inner {
  position: relative;
  line-height: 1;
  z-index: 1;
}

.cbutton__inner:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: '';
}

.cbutton__item {
  display: block;
  height: 2px;
  width: 24px;
  border-radius: 2px;
  background-color: currentColor;
  margin: 4px 0 0 0;
  -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-overlay-active .cbutton__item {
  opacity: 0;
  -webkit-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
          transform: translateY(-10px) rotate(-45deg);
}

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

.menu-overlay-active .cbutton__item:first-child {
  opacity: 1;
  -webkit-transform: translateY(6px) rotate(135deg);
      -ms-transform: translateY(6px) rotate(135deg);
          transform: translateY(6px) rotate(135deg);
}

.menu-overlay-active .cbutton__item:first-child + * {
  opacity: 1;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hsicon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  line-height: 1;
  text-decoration: none !important;
}

.hsicon:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: '';
}

.hsicon .icon {
  vertical-align: top;
}

.hsicon__badge {
  position: absolute;
  bottom: 100%;
  left: 100%;
  margin: 0 0 -10px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  min-width: 20px;
  padding: 0 5px;
  border-radius: 100px;
  background-color: #2b9deb;
  color: #ffffff;
}

.hsicon__badge.active {
  background-color: #ff5d5d;
}

.hmenu {
  position: relative;
  height: 100%;
  text-align: left;
}

.hmenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hmenu__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.hmenu__item:first-child {
  margin-left: 0;
}

.hmenu__item--right {
  margin-left: auto;
}

.hmenu__item--right .hmenu__sm {
  left: auto;
  right: 0;
}

.hmenu__item:hover > .hmenu__sm {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hmenu__item:hover > .hmenu__item-inner {
  background-color: rgba(43, 157, 235, 0.1);
  color: #222;
  -webkit-box-shadow: inset 0 -4px 0 #2b9deb;
          box-shadow: inset 0 -4px 0 #2b9deb;
}

.hmenu__item.focused > .hmenu__sm {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hmenu__item.focused > .hmenu__item-inner {
  background-color: rgba(43, 157, 235, 0.1);
  color: #222;
  -webkit-box-shadow: inset 0 -4px 0 #2b9deb;
          box-shadow: inset 0 -4px 0 #2b9deb;
}

.hmenu__item-inner {
  position: relative;
  display: block;
  font-size: 18px;
  white-space: nowrap;
  padding: 0 15px;
  line-height: 65px;
  text-align: center;
  text-decoration: none !important;
  background-color: #fff;
  color: #222;
}

.hmenu__item-inner:hover {
  background-color: #fff;
  color: #222;
  -webkit-box-shadow: inset 0 -4px 0 #69b34d;
          box-shadow: inset 0 -4px 0 #69b34d;
}

.hmenu__item-inner:active {
  background-color: #fff;
  color: #222;
  -webkit-box-shadow: inset 0 -4px 0 #69b34d;
          box-shadow: inset 0 -4px 0 #69b34d;
}

.hmenu__sm {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  max-width: 300px;
  padding: 15px 25px 20px;
  font-size: 14px;
  white-space: normal;
  line-height: 1.28571;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s, visibility 0s 0.3s;
  -o-transition: all 0.3s, visibility 0s 0.3s;
  transition: all 0.3s, visibility 0s 0.3s;
}

.hmenu__sm:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  content: '';
}

.hmenu__sm-item {
  position: static;
}

.hmenu__sm .hmenu__sm-item {
  margin-left: -25px;
  margin-right: -25px;
}

.hmenu__sm-item--more > .hmenu__sm-item-inner {
  color: #2b9deb;
  background-color: transparent !important;
  font-weight: 700;
}

.hmenu__sm-item--more > .hmenu__sm-item-inner:hover {
  color: #2b9deb !important;
}

.hmenu__sm-item--more > .hmenu__sm-item-inner:active {
  color: #2b9deb !important;
}

.hmenu__sm-item:hover > .hmenu__sm {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hmenu__sm-item:hover > .hmenu__sm-item-inner .icon {
  visibility: visible;
}

.hmenu__sm-item.focused > .hmenu__sm {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hmenu__sm-item.focused > .hmenu__sm-item-inner .icon {
  visibility: visible;
}

.hmenu__sm-item-inner {
  position: relative;
  display: block;
  padding: 6px 25px;
  text-decoration: none !important;
  color: #222;
  z-index: 1;
}

.hmenu__sm-item-inner:hover {
  color: #2b9deb;
}

.hmenu__sm-item-inner:active {
  color: #2b9deb;
}

.hmenu__sm-item-inner .icon {
  float: right;
  font-size: 11px;
  margin: 3px -17px 0 15px;
  visibility: hidden;
}

.hmenu__sm-item--hl:hover > .hmenu__sm-item-inner {
  color: inherit;
  background-color: #71bdf2;
}

.hmenu__sm-item--hl.focused > .hmenu__sm-item-inner {
  color: inherit;
  background-color: #71bdf2;
}

.hmenu__sm-item--hl > .hmenu__sm-item-inner:hover {
  color: inherit;
  background-color: #71bdf2;
}

.hmenu__sm-item--hl > .hmenu__sm-item-inner:active {
  color: inherit;
  background-color: #71bdf2;
}

.hmenu__sm .hmenu__sm {
  top: 0;
  bottom: 0;
  left: 100%;
  font-size: 13px;
  line-height: 1.38462;
  border-left: 1px solid #dedede;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  z-index: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.menu-overlay .hmenu__sm {
  position: relative;
  top: auto;
  left: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  min-width: 0;
  max-width: none;
  padding: 0;
  opacity: 1;
  line-height: 1.29;
}

.menu-overlay .hmenu__sm:before {
  display: none;
}

.menu-overlay .hmenu__sm .hmenu__sm-item {
  margin: -1px 0 0;
}

.menu-overlay .hmenu__sm .hmenu__sm-item:first-child {
  margin-top: 0;
}

.menu-overlay .hmenu__sm .hmenu__sm-item:first-child .hmenu__sm-item-inner:after {
  display: none;
}

.menu-overlay .hmenu__sm .hmenu__sm-item-inner {
  position: relative;
  padding: 17px 15px;
  font-size: 14px;
  line-height: 1.29;
}

.menu-overlay .hmenu__sm .hmenu__sm-item-inner:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #dfdfdf;
  content: '';
}

.menu-overlay .hmenu__sm .hmenu__sm-item-inner .icon {
  color: #adadad;
  margin-top: 4px;
  margin-right: 0;
  visibility: visible;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-overlay .hmenu__sm .hmenu__sm-item-inner:hover .icon {
  color: inherit;
}

.menu-overlay .hmenu__sm .hmenu__sm-item-inner:active .icon {
  color: inherit;
}

.menu-overlay .hmenu__sm .hmenu__sm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.29;
  border: none;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  z-index: 5;
}

.menu-overlay > .hmenu__sm {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 14px;
  line-height: 1.29;
  border: none;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  z-index: -1;
  -webkit-transition: visibility 0s 0.45s, z-index 0s 0.45s, -webkit-transform 0.45s;
  transition: visibility 0s 0.45s, z-index 0s 0.45s, -webkit-transform 0.45s;
  -o-transition: transform 0.45s, visibility 0s 0.45s, z-index 0s 0.45s;
  transition: transform 0.45s, visibility 0s 0.45s, z-index 0s 0.45s;
  transition: transform 0.45s, visibility 0s 0.45s, z-index 0s 0.45s, -webkit-transform 0.45s;
}

.menu-overlay > .hmenu__sm .hmenu__sm-inner {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .menu-overlay > .hmenu__sm .hmenu__sm-inner {
    top: 60px;
  }
}

.menu-overlay > .hmenu__sm.active {
  visibility: visible;
  z-index: 5;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hmenu__sm-title {
  display: none;
}

.menu-overlay .hmenu__sm-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background-color: #2b9deb;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.13;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .menu-overlay .hmenu__sm-title {
    height: 60px;
  }
}

.menu-overlay .hmenu__sm-title-back {
  position: relative;
  display: inline-block;
  vertical-align: -0.15em;
  font-size: 18px;
  line-height: 1;
  margin-left: 2px;
  margin-right: 12px;
}

.menu-overlay .hmenu__sm-title-back:before {
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  content: '';
}

.menu-overlay .hmenu__sm-title-back .icon {
  vertical-align: top;
}

.hmenu__sm-title a {
  text-decoration: none !important;
  color: inherit !important;
}

.menu-overlay .hmenu > .hmenu__sm {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.hmenu-sm-active .cbutton {
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.icon-hmenu {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 5px;
  margin-right: 5px;
}

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

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

.pmenu {
  position: relative;
  height: 100%;
  text-align: left;
}

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

.pmenu__sm {
  position: relative;
  width: 255px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 35px 15px;
  font-size: 16px;
  white-space: normal;
  line-height: 1.25;
  border-radius: 2px;
  background-color: #ffffff;
  z-index: 1;
  border-right: 1px solid #dedede;
}

.pmenu__sm:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 1;
  content: '';
}

.pmenu__sm-title {
  position: relative;
  z-index: 1;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.54;
  letter-spacing: 1.49px;
  color: #c7e130;
  text-transform: uppercase;
  margin-top: 15px;
}

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

.pmenu__sm-inner {
  margin-top: 15px;
}

.pmenu__sm-inner:first-child {
  margin-top: 0;
}

.pmenu__sm-item {
  position: static;
  margin-left: -15px;
  margin-right: -15px;
}

.pmenu__sm-item:hover > .pmenu__sm {
  visibility: visible;
}

.pmenu__sm-item:hover > .pmenu__sm-item-inner .icon {
  visibility: visible;
}

.pmenu__sm-item.focused > .pmenu__sm {
  visibility: visible;
}

.pmenu__sm-item.focused > .pmenu__sm-item-inner .icon {
  visibility: visible;
}

.pmenu__sm-item-inner {
  position: relative;
  display: block;
  padding: 8px 15px;
  text-decoration: none !important;
  color: #222;
  z-index: 1;
}

.pmenu__sm-item-inner:hover {
  color: #5aaf35;
}

.pmenu__sm-item-inner:active {
  color: #5aaf35;
}

.pmenu__sm-item-inner .icon {
  float: right;
  font-size: 14px;
  margin: 2px -7px 0 15px;
  visibility: hidden;
}

.pmenu__sm-item--hl:hover > .pmenu__sm-item-inner {
  color: inherit;
  background-color: #71bdf2;
}

.pmenu__sm-item--hl.focused > .pmenu__sm-item-inner {
  color: inherit;
  background-color: #71bdf2;
}

.pmenu__sm-item--hl > .pmenu__sm-item-inner:hover {
  color: inherit;
  background-color: #71bdf2;
}

.pmenu__sm-item--hl > .pmenu__sm-item-inner:active {
  color: inherit;
  background-color: #71bdf2;
}

.pmenu__sm .pmenu__sm {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: auto;
  visibility: hidden;
}

.pmenu .pmenu__sm--w-sm {
  padding: 35px 30px;
  font-size: 15px;
  line-height: 1.33;
  border-right: none;
}

.pmenu .pmenu__sm--w-sm .pmenu__sm-item {
  margin-left: -30px;
  margin-right: -30px;
}

.pmenu .pmenu__sm--w-sm .pmenu__sm-item-inner {
  padding: 8px 30px;
}

.pmenu .pmenu__sm--w-sm .pmenu__sm-inner {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.pmenu > .pmenu__sm--w-sm {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 285px;
  width: auto;
}

.pmenu > .pmenu__sm--w-sm .pmenu__sm-inner {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.menu-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 450px;
  font-size: 14px;
  line-height: 1.2;
  background-color: #fff;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  z-index: -1;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.45s, z-index 0s 0.45s, -webkit-transform 0.45s;
  transition: visibility 0s 0.45s, z-index 0s 0.45s, -webkit-transform 0.45s;
  -o-transition: transform 0.45s, visibility 0s 0.45s, z-index 0s 0.45s;
  transition: transform 0.45s, visibility 0s 0.45s, z-index 0s 0.45s;
  transition: transform 0.45s, visibility 0s 0.45s, z-index 0s 0.45s, -webkit-transform 0.45s;
}

.menu-overlay-active .menu-overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 25;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.menu-overlay__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 0 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  background-color: #2b9deb;
  color: #fff;
}

@media (max-width: 767px) {
  .menu-overlay__header {
    height: 60px;
  }
}

.menu-overlay__header .hcity__value {
  max-width: 155px;
}

.menu-overlay__header .cbutton {
  position: absolute;
  top: 33px;
  left: 30px;
}

@media (max-width: 1023px) {
  .menu-overlay__header .cbutton {
    left: 20px;
  }
}

@media (max-width: 767px) {
  .menu-overlay__header .cbutton {
    top: 23px;
    left: 15px;
  }
}

.menu-overlay__header a {
  color: inherit;
}

.menu-overlay__content {
  position: absolute;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
  .menu-overlay__content {
    top: 60px;
  }
}

.menu-overlay .hmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.menu-overlay .header-phone-wrapper {
  display: block;
  margin-top: auto;
  padding: 20px 15px;
  text-align: center;
}

.menu-overlay .header-tip {
  margin: 0;
}

.menu-overlay-active body {
  overflow: hidden;
  height: auto;
}

.menu-overlay-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  background-color: rgba(8, 10, 13, 0.6);
  -webkit-transition: opacity 0.45s, visibility 0s 0.45s, z-index 0s 0.45s;
  -o-transition: opacity 0.45s, visibility 0s 0.45s, z-index 0s 0.45s;
  transition: opacity 0.45s, visibility 0s 0.45s, z-index 0s 0.45s;
}

.menu-overlay-active .menu-overlay-bg {
  opacity: 1;
  visibility: visible;
  z-index: 24;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.header-middle {
  background-color: rgba(43, 157, 235, 0.03);
  height: 115px;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.header-middle__inner {
  padding: 30px 0;
  border-top: 2px solid rgba(34, 34, 34, 0.1);
}

.htgbs {
  margin: 0 -30px;
  margin-top: 50px;
}

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

.htgbs__inner {
  float: left;
  width: 100%;
  margin: -30px 0;
  font-size: 0;
  text-align: center;
}

.htgb {
  display: inline-block;
  vertical-align: top;
  padding: 30px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(34, 34, 34, 0.8);
}

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

.htgb__icon {
  font-size: 42px;
  line-height: 1;
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
  margin-right: 25px;
  color: #2b9deb;
}

.htgb__icon .icon {
  vertical-align: top;
}

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

.htgb__title {
  font-size: 20px;
  line-height: 1.25;
}

.footer {
  margin-top: auto;
  padding: 80px 0 90px;
  background-color: #fff;
  border-top: 2px solid rgba(101, 146, 177, 0.2);
  line-height: 1.25;
}

@media (max-width: 1259px) {
  .footer {
    padding: 50px 0;
  }
}

.footer a {
  color: inherit;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.footer a:hover {
  color: #2b9deb;
}

.footer a:active {
  color: #2b9deb;
}

@media (max-width: 767px) {
  .footer .header-phone-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.footer .header-tip {
  margin-top: 0;
}

.fmenu {
  margin-top: 15px;
}

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

.fmenu__title {
  font-size: 18px;
  font-weight: 700;
}

.fmenu ul {
  margin-top: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

.fmenu ul:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .fmenu ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.fmenu li {
  margin-bottom: 15px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  page-break-inside: avoid;
       break-inside: avoid-column;
}

.fmenu li:last-child {
  margin-bottom: 0;
}

.fmenu a {
  text-decoration: none;
}

.fmenu a:hover {
  color: #2b9deb;
}

.fmenu a:active {
  color: #2b9deb;
}

@media (max-width: 1259px) {
  .cols-wrapper--footer > .cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -40px;
  }
  .cols-wrapper--footer > .cols > .col {
    display: block;
    width: 50%;
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--footer > .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .cols-wrapper--footer > .cols > .col {
    width: auto;
  }
}

@media (max-width: 767px) {
  .col--fwatip {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: -10px !important;
  }
}

.fwatip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

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

.fwatip__icon {
  margin-right: 20px;
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
  font-size: 64px;
  color: rgba(34, 34, 34, 0.5);
}

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

.fwtip {
  font-size: 10px;
  color: #2b9deb;
  background-color: rgba(43, 157, 235, 0.1);
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 20px;
}

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

@media (max-width: 767px) {
  .fwtip {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.copyright {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}

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

@media (max-width: 767px) {
  .copyright {
    margin-top: 0;
  }
}

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

img.b-loaded {
  opacity: 1;
}

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

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

.image-wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

.image-wrapper--ml {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image-wrapper--text-after {
  margin-bottom: 60px;
}

.image {
  display: block;
  position: relative;
  padding-bottom: 100%;
  margin-top: 55px;
  margin-bottom: 55px;
  background-color: #f2f2f2;
}

@media (max-width: 1023px) {
  .image {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

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

.image:last-child {
  margin-bottom: 0;
}

.image--ml {
  margin-top: 20px;
  margin-bottom: 20px;
}

.image--transparent {
  background-color: transparent;
}

.image__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: center center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.image__inner--contain {
  background-size: contain;
}

.image__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

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

/*
Заготовка по умолчанию для разделов страницы
*/
.section {
  position: relative;
  padding: 90px 0;
  background-color: #fff;
  z-index: 1;
}

@media (max-width: 1023px) {
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

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

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

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

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

.section__bg-inner--bg-fixed {
  background-attachment: fixed;
}

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

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

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

.section__bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  visibility: hidden;
}

.section__bg video.auto-resized {
  visibility: visible;
}

.section--active-light {
  background-color: rgba(43, 157, 235, 0.1);
}

.section--grey-light {
  background-color: rgba(34, 34, 34, 0.025);
}

.section--gold-light {
  background-color: rgba(180, 155, 87, 0.1);
}

.section--nopadding {
  padding: 0;
}

.section--notpadding {
  padding-top: 0;
}

.section--nobpadding {
  padding-bottom: 0;
}

.aphone {
  font-size: 48px;
}

@media (max-width: 767px) {
  .aphone {
    font-size: 36px;
  }
}

@media (max-width: 374px) {
  .aphone {
    font-size: 32px;
  }
}

.ntgbs {
  margin: 0 -15px;
  margin-top: 50px;
}

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

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

.ntgbs__inner {
  float: left;
  width: 100%;
  margin: -15px 0;
  font-size: 0;
  text-align: center;
}

.ntgb {
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  width: 33.33%;
  font-size: 1rem;
  text-align: center;
}

@media (max-width: 767px) {
  .ntgb {
    width: 50%;
  }
}

.ntgb .summary {
  margin-top: 10px;
}

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

.n2tgbs {
  margin: 0 -25px;
  margin-top: 50px;
}

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

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

@media (max-width: 767px) {
  .n2tgbs {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.n2tgbs__inner {
  float: left;
  width: 100%;
  margin: -15px 0;
  font-size: 0;
  text-align: center;
}

.n2tgb {
  display: inline-block;
  vertical-align: top;
  padding: 15px 25px;
  width: 33.33%;
  font-size: 1rem;
  text-align: left;
}

@media (max-width: 1023px) {
  .n2tgb {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .n2tgb {
    width: 100%;
    padding: 15px;
  }
}

.n2tgb__title {
  margin-top: 15px;
}

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

.n2tgb__title:after {
  display: block;
  height: 2px;
  width: 60px;
  background-color: #2b9deb;
  margin: 15px 0;
  content: '';
}

.n2tgb__title--line-center:after {
  margin-left: auto;
  margin-right: auto;
}

.n2tgb__summary {
  margin-top: 15px;
}

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

.badge {
  position: relative;
  display: inline;
  padding: 0.2em 1rem;
  border-radius: 100px;
  color: #ffffff;
  background-color: #2b9deb;
}

.badge--light {
  background-color: rgba(43, 157, 235, 0.75);
}

.badge--brlr {
  color: #ffffff;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

.badge--brlr:before, .badge--brlr:after {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  border-top: 3px solid #ffffff;
  width: 0.7em;
  content: '';
}

.badge--brlr:before {
  left: 0;
}

.badge--brlr:after {
  right: 0;
}

.summary {
  margin-top: 20px;
  font-size: 18px;
}

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

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

h1 + .summary, .h1 + .summary {
  margin-top: 10px;
}

.action {
  margin-top: 50px;
}

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

.action--ml {
  margin-top: 30px;
}

.bheading {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 157, 235, 0.5)), to(rgba(43, 157, 235, 0.5)));
  background: -webkit-linear-gradient(top, rgba(43, 157, 235, 0.5), rgba(43, 157, 235, 0.5));
  background: -o-linear-gradient(top, rgba(43, 157, 235, 0.5), rgba(43, 157, 235, 0.5));
  background: linear-gradient(to bottom, rgba(43, 157, 235, 0.5), rgba(43, 157, 235, 0.5));
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: 50% 95%;
}

@media (max-width: 639px) {
  .cols-wrapper--plist {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .cols-wrapper--plist {
    font-size: 14px;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.cols-wrapper--plist .cols {
  margin-top: 25px;
}

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

@media (max-width: 479px) {
  .cols-wrapper--plist .cols {
    margin-top: 15px;
  }
}

.cols-wrapper--plist .cols--level1 {
  margin-left: 20px;
  width: calc(100% - 20px);
  margin-top: 20px;
}

.cols-wrapper--plist .cols--level1 h4, .cols-wrapper--plist .cols--level1 .h4 {
  font-size: 16px;
}

.cols-wrapper--plist .cols--level2 {
  margin-left: 40px;
  width: calc(100% - 40px);
  margin-top: 20px;
}

.cols-wrapper--plist .cols--level2 h4, .cols-wrapper--plist .cols--level2 .h4 {
  font-size: 16px;
}

@media (max-width: 479px) {
  .cols-wrapper--plist .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 639px) {
  .cols-wrapper--plist h4, .cols-wrapper--plist .h4 {
    font-size: 100%;
  }
}

.cols-wrapper--plist-ml {
  margin-top: 20px;
}

.cols-wrapper--plist-ml .cols {
  margin-top: 15px;
}

.plist-expanded {
  font-size: 14px;
}

@media (max-width: 767px) {
  .plist-expanded {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .plist-expanded .cols {
    margin-top: 10px;
  }
  .plist-expanded .cols:first-child {
    margin-top: 0;
  }
}

.plist-expanded .expand-it-inner {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .plist-expanded .expand-it-inner {
    padding-top: 10px;
  }
}

.svchart {
  margin-top: 50px;
}

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

.svchart__bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 250px;
  margin: 0 -15px;
  border-bottom: 2px solid #2b9deb;
}

.svchart__bar {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 15px;
  max-width: 50px;
}

.svchart__bar:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2b9deb;
  content: '';
}

.svchart__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 -15px;
  margin-top: 10px;
}

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

.svchart__label {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 15px;
  max-width: 50px;
}

.shchart {
  margin-top: 50px;
}

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

.shchart--ml {
  margin-top: 20px;
}

.shchart__bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -10px;
  margin-top: 15px;
}

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

.shchart__bar {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto 1 1;
          flex: auto 1 1;
  margin: 0 10px;
  background-color: rgba(43, 157, 235, 0.05);
}

.shchart__bar-fill {
  position: relative;
  height: 12px;
}

.shchart__bar-fill:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2b9deb;
  content: '';
}

.shchart__label {
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
  margin: 0 10px;
  font-size: 14px;
}

.shchart__label:first-child {
  width: 60px;
}

.shchart__label:last-child {
  width: 30px;
}

.avchart {
  margin-top: 50px;
}

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

.avchart__bars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 200px;
  margin: 0 -15px;
  border-bottom: 2px solid rgba(43, 157, 235, 0.75);
}

.avchart__bar {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 15px;
  max-width: 150px;
  background-color: rgba(43, 157, 235, 0.75);
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.avchart__bar-content {
  padding: 15px 5px;
}

.avchart__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: 0 -15px;
  margin-top: 10px;
}

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

.avchart__label {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 15px;
  max-width: 50px;
}

@media (max-width: 479px) {
  .avchart {
    font-size: 14px;
    line-height: 1.25;
  }
}

@media (max-width: 479px) {
  .avchart h3, .avchart .h3 {
    font-size: 16px;
  }
}

.faqs {
  margin-top: 50px;
}

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

.faq {
  margin-top: 40px;
}

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

.faq__summary {
  margin-top: 15px;
}

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

.cols-wrapper--faqs {
  margin-left: -30px;
  margin-right: -30px;
}

.cols-wrapper--faqs .col {
  padding-left: 30px;
  padding-right: 30px;
}

.cols-wrapper--faqs > .cols {
  margin-bottom: -40px;
}

.cols-wrapper--faqs > .cols > .col {
  padding-bottom: 40px;
}

.cols-wrapper--n2tgbs-chart {
  margin-left: -30px;
  margin-right: -30px;
}

@media (max-width: 767px) {
  .cols-wrapper--n2tgbs-chart > .cols {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    margin-bottom: -40px;
  }
}

.cols-wrapper--n2tgbs-chart > .cols > .col {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 767px) {
  .cols-wrapper--n2tgbs-chart > .cols > .col {
    display: block;
    margin-bottom: 40px;
    width: auto;
  }
}

.cols-wrapper--n2tgbs-chart .shchart {
  margin-top: 15px;
}

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

.cols-wrapper--n2tgbs-chart .n2tgb {
  width: 50%;
}

@media (max-width: 767px) {
  .cols-wrapper--n2tgbs-chart .n2tgb__title {
    font-size: 16px;
  }
}

.cols-wrapper--reviews {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 50px;
}

.cols-wrapper--reviews .col {
  padding-left: 30px;
  padding-right: 30px;
}

.cols-wrapper--reviews > .cols {
  margin-bottom: -50px;
}

.cols-wrapper--reviews > .cols > .col {
  padding-bottom: 50px;
}

.reviews {
  margin-top: 50px;
}

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

h3 + .reviews,
.h3 + .reviews {
  margin-top: 40px;
}

@media (max-width: 767px) {
  h3 + .reviews,
  .h3 + .reviews {
    margin-top: 30px;
  }
}

.review {
  margin-top: 40px;
}

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

@media (max-width: 767px) {
  .review--bg {
    margin-top: 20px;
  }
}

.review--bg .review__inner {
  padding: 20px;
  background-color: rgba(25, 180, 116, 0.05);
}

@media (max-width: 767px) {
  .review--bg .review__inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.review--bg-grey .review__inner {
  background-color: rgba(34, 34, 34, 0.025);
}

.review__summary {
  font-style: italic;
  border-left: 2px solid rgba(43, 157, 235, 0.5);
  padding: 0 0 0 20px;
}

.review__user {
  margin-top: 15px;
}

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

.review .iuser {
  margin-left: auto;
  text-align: right;
}

.review .iuser__summary {
  margin-left: auto;
  max-width: 300px;
}

.iuser {
  margin-top: 20px;
}

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

.iuser__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.iuser__meta:before {
  -webkit-box-flex: 1;
      -ms-flex: auto 1 1;
          flex: auto 1 1;
  margin-right: auto;
  content: '';
}

.iuser__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #eee;
  border: 1px solid #2b9deb;
  overflow: hidden;
  margin-right: 15px;
}

.iuser__image:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid #2b9deb;
  border-radius: 50%;
  content: '';
  z-index: 1;
}

.iuser__image img {
  display: block;
  border-radius: 50%;
}

.iuser__title {
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
  font-size: 14px;
}

.iuser__summary {
  font-size: 13px;
  margin-top: 10px;
}

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

.istars {
  position: relative;
  margin: 0 -4px -4px 0;
  font-size: 0;
}

.istars--inline {
  display: inline-block;
}

.form__item-field .istars--inline {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-left: 10px;
}

.istars--larger {
  margin: 0 -6px -6px 0;
}

.istars-input {
  position: absolute;
  z-index: -100;
  opacity: 0;
}

.istar {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1;
  margin: 0 4px 4px 0;
  color: rgba(235, 185, 45, 0.3);
}

.istar:before {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  content: '';
}

.istar .icon {
  vertical-align: top;
}

.istar--larger {
  font-size: 18px;
  margin: 0 6px 6px 0;
}

.istar--larger:before {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  content: '';
}

.istar.active {
  color: #EBB92D;
}

.istar.active .icon {
  vertical-align: top;
  stroke: transparent;
}

.istar.hover {
  color: #EBB92D;
  cursor: pointer;
}

.istar.unhover {
  color: rgba(235, 185, 45, 0.3);
}

.irecommend {
  position: relative;
  padding-left: 45px;
}

.irecommend__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 35px;
  line-height: 1;
}

.irecommend__icon .icon {
  vertical-align: top;
}

.irecommend--small {
  padding-left: 35px;
}

.irecommend--small .irecommend__icon {
  font-size: 25px;
}

.dtgbs {
  margin: 0 -15px;
  margin-top: 30px;
}

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

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

.dtgbs__inner {
  float: left;
  width: 100%;
  margin: -15px 0;
  font-size: 0;
}

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

@media (max-width: 1023px) {
  .dtgb {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .dtgb {
    width: 100%;
  }
}

.dtgb__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  color: inherit !important;
}

.dtgb__inner:hover .dtgb__title {
  text-decoration: underline;
}

.dtgb__image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: auto 0 0px;
          flex: auto 0 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  height: 110px;
  width: 80px;
  background-color: #eee;
  border: 1px solid #2b9deb;
  overflow: hidden;
  margin-right: 20px;
}

.dtgb__image:before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border: 2px solid #2b9deb;
  content: '';
  z-index: 1;
}

.dtgb__image img {
  display: block;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.dtgb__title {
  margin-top: 15px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

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

.dtgb__rating {
  margin-top: 5px;
}

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

.dtgb__price {
  margin-top: 5px;
  font-weight: 700;
}

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

.cfilter-wrapper {
  position: relative;
  margin-top: 70px;
  background-color: #f2f2f2;
  padding: 30px 0;
}

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

.cfilter-wrapper:before {
  position: absolute;
  top: 0;
  right: -9999px;
  bottom: 0;
  left: -9999px;
  background-color: #f2f2f2;
  content: '';
}

@media (max-width: 767px) {
  .cfilter-wrapper {
    margin-top: 60px;
    padding: 15px 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.cfilter {
  position: relative;
  margin: 0 -10px;
  margin-top: 70px;
}

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

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

@media (max-width: 1023px) {
  .cfilter {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.cfilter__inner {
  float: left;
  width: 100%;
  margin: -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-size: 0;
}

@media (max-width: 1023px) {
  .cfilter__inner {
    margin: -5px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cfilter__scroller {
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  .cfilter__scroller {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.cfilter__scroller-inner {
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
}

@media (max-width: 767px) {
  .cfilter__scroller-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cfilter__item {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  font-size: 1rem;
}

@media (max-width: 1023px) {
  .cfilter__item {
    padding: 5px;
  }
}

@media (max-width: 1023px) {
  .cfilter__item .btn {
    font-size: 14px;
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
    min-width: 35px;
  }
}

@media (max-width: 767px) {
  .cfilter__item .btn {
    padding: 0 10px;
  }
}

@media (max-width: 1023px) {
  .cfilter__item .btn--checkbox {
    padding: 0 20px;
  }
  .cfilter__item .btn--checkbox:before {
    border-width: 25px 25px 0 0;
  }
  .cfilter__item .btn--checkbox:after {
    top: 4px;
    left: 4px;
    height: 6px;
    width: 10px;
  }
}

@media (max-width: 767px) {
  .cfilter__item .btn--checkbox {
    padding: 0 15px;
  }
}

@media (max-width: 1023px) {
  .cfilter__item .sselect__arrow {
    width: 30px;
    font-size: 7px;
    line-height: 35px;
  }
  .cfilter__item .sselect select {
    font-size: 14px;
    height: 35px;
  }
}

@media (min-width: 768px) {
  .cfilter__item--others {
    max-width: calc(100% - 30% - 110px);
  }
}

@media (min-width: 1024px) {
  .cfilter__item--others {
    max-width: calc(100% - 30% - 150px);
  }
}

@media (max-width: 767px) {
  .cfilter__item--others {
    width: 100%;
  }
}

.cfilter__item--others .cfilter {
  margin: 0;
}

.cfilter__item--others .cfilter__inner {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.cfilter__item--others .cfilter__item:first-child {
  padding-left: 0;
}

.cfilter__item--others .cfilter__item:last-child {
  padding-right: 0;
}

.cfilter__item--others ::-webkit-scrollbar:horizontal {
  height: 3px;
}

.cfilter__item--metro {
  margin-right: auto;
  min-width: 30%;
}

@media (max-width: 767px) {
  .cfilter__item--metro {
    -webkit-box-flex: 1;
        -ms-flex: auto 1 1;
            flex: auto 1 1;
  }
  .cfilter__item--metro .sselect {
    width: 100%;
  }
}

@media (max-width: 374px) {
  .cfilter__item--metro {
    width: 55%;
  }
}

.cfilter__item--filters {
  margin-right: auto;
}

@media (min-width: 768px) {
  .cfilter__item--filters .btn {
    min-width: 100px;
  }
}

@media (min-width: 1024px) {
  .cfilter__item--filters .btn {
    min-width: 130px;
  }
}

@media (max-width: 767px) {
  .cfilter__item--filters {
    -webkit-box-flex: 1;
        -ms-flex: auto 0 0px;
            flex: auto 0 0;
  }
}

.cfilter__item--hexpander {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: auto 1 1;
          flex: auto 1 1;
}

.cfilter__item--hr {
  border-top: 1px solid currentColor;
  opacity: 0.2;
  margin: 10px 5px;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb:first-child {
  margin-top: -70px;
}

@media (max-width: 1023px) {
  .breadcrumb:first-child {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .breadcrumb:first-child {
    margin-top: -30px;
  }
}

.breadcrumb + * {
  margin-top: 25px;
}

.breadcrumb .icon {
  top: -1px;
  font-size: 9px;
  vertical-align: middle;
  width: 0.55556em;
  margin: 0 3px;
}

.content-tabs {
  margin-top: 70px;
}

.content-tabs:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .content-tabs {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .content-tabs {
    margin-top: 30px;
  }
}

.content-items {
  margin-top: 50px;
}

.content-items:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .content-items {
    margin-top: 30px;
  }
}

.content-items .cltgbs {
  margin-top: 50px;
}

.content-items .cltgbs:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .content-items .cltgbs {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .content-items .cltgbs {
    margin-top: 20px;
  }
}

.content-items .idoctgbs {
  margin-top: 50px;
}

.content-items .idoctgbs:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .content-items .idoctgbs {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .content-items .idoctgbs {
    margin-top: 20px;
  }
}

.cltgbs {
  margin: 0 -25px;
  margin-top: 70px;
}

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

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

.cltgbs--ml {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .cltgbs {
    margin: 0 -30px;
    margin-top: 40px;
  }
}

.cltgbs__inner {
  float: left;
  width: 100%;
  margin: -25px 0;
  font-size: 0;
}

@media (max-width: 767px) {
  .cltgbs__inner {
    margin: -15px 0;
  }
}

.cltgb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 25px 25px;
  width: 100%;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .cltgb {
    padding: 15px 25px;
  }
}

.cltgb--nopadding {
  padding: 0;
}

.cltgb__inner {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e8e8e8;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e8e8e8;
  padding: 30px;
  text-decoration: none !important;
  color: inherit !important;
}

@media (max-width: 767px) {
  .cltgb__inner {
    padding: 20px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #e8e8e8;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #e8e8e8;
  }
}

.cltgb__title {
  font-size: 26px;
}

.cltgb__title:first-child {
  margin-top: -0.25em;
}

@media (max-width: 767px) {
  .cltgb__title {
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .cltgb__title {
    font-size: 18px;
  }
}

.cltgb__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin: 0 -25px;
  margin-top: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -30px;
}

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

@media (max-width: 767px) {
  .cltgb__cols {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: -20px;
  }
}

.cltgb__col {
  width: 50%;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 25px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cltgb__col {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.cltgb__col--left {
  width: 50%;
}

@media (max-width: 767px) {
  .cltgb__col--left {
    width: auto;
  }
}

@media (max-width: 767px) {
  .cltgb__col--images {
    width: 140px;
  }
}

.cltgb__col--sidebar {
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 767px) {
  .cltgb__col--address {
    max-width: calc(100% - 70px);
  }
}

@media (max-width: 767px) {
  .cltgb__col--contact {
    width: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.cltgb__col--plist {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.cltgb__col--time {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.cltgb__col .doctgbs__inner {
  margin-top: -5px;
  margin-bottom: -5px;
}

.cltgb__col .doctgb {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cltgb .doctgbs--inside-cl {
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .cltgb .doctgbs--inside-cl:last-child {
    margin-bottom: -20px;
  }
}

.cltgb .doctgbs--inside-cl .doctgb__inner {
  margin-left: -25px;
  margin-right: -25px;
}

@media (max-width: 1023px) {
  .cltgb .doctgbs--inside-cl .doctgb__inner {
    margin-right: -40px;
  }
}

@media (max-width: 767px) {
  .cltgb .doctgbs--inside-cl .doctgb__inner {
    margin-right: -25px;
  }
}

@media (max-width: 767px) {
  .cltgb .doctgbs--inside-cl {
    margin-top: 30px;
  }
  .cltgb .doctgbs--inside-cl .doctgbs__inner {
    margin: 0;
  }
  .cltgb .doctgbs--inside-cl .doctgb {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
  }
  .cltgb .doctgbs--inside-cl .doctgb__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cltgb .doctgbs--inside-cl .doctgb:before {
    position: absolute;
    top: -1px;
    right: -15px;
    left: -15px;
    border-top: 1px solid #e8e8e8;
    content: '';
  }
}

.cltgb__images {
  margin: 0 -15px -15px 0;
  font-size: 0;
  white-space: nowrap;
}

.cltgb__image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  width: 33%;
  padding: 0 15px 15px 0;
  text-decoration: none !important;
  color: inherit !important;
}

@media (max-width: 767px) {
  .cltgb__image {
    width: 100%;
  }
}

.cltgb__image-inner {
  position: relative;
  padding-bottom: 66.66667%;
  overflow: hidden;
  background-color: #f2f2f2;
}

.cltgb__image-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  .cltgb__image {
    display: none;
  }
  .cltgb__image:first-child {
    display: inline-block;
  }
}

.cltgb__image-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(34, 34, 34, 0.75);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 700;
}

.cltgb__meta {
  margin: 0 -30px -5px 0;
  margin-top: 15px;
  font-size: 0;
}

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

.cltgb__meta-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 30px 5px 0;
}

@media (max-width: 767px) {
  .cltgb__meta-item {
    font-size: 13px;
  }
}

.cltgb__rating {
  margin-top: 15px;
  line-height: 16px;
}

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

@media (max-width: 767px) {
  .cltgb__rating {
    font-size: 13px;
  }
}

.cltgb__rating .istars--inline {
  margin-right: 3px;
}

@media (max-width: 374px) {
  .cltgb__rating .istars--inline {
    display: block;
  }
}

.cltgb__recommend {
  margin-top: 15px;
}

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

@media (max-width: 767px) {
  .cltgb__recommend {
    font-size: 13px;
  }
}

@media (max-width: 374px) {
  .cltgb__recommend {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .cltgb__recommend .irecommend {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .cltgb__recommend .irecommend__icon {
    font-size: 24px;
  }
}

.cltgb__contact {
  margin-top: 25px;
}

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

.cltgb__timesheet {
  margin-top: 25px;
}

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

.cltgb h4, .cltgb .h4 {
  margin-top: 30px;
}

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

@media (max-width: 767px) {
  .cltgb h4, .cltgb .h4 {
    font-size: 16px;
  }
}

.cltgb .review {
  margin-top: 20px;
}

.cltgb .review:first-child {
  margin-top: 0;
}

.cltgb--details {
  padding: 0;
}

.cltgb--details > .cltgb__inner {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.cltgb--details .cltgb__images {
  margin-top: 20px;
}

.cltgb--details .cltgb__images:first-child {
  margin-top: 0;
}

.cltgb--details .cltgb__image {
  width: 100%;
}

.cltgb--details .cltgb__image-inner {
  padding-bottom: 50%;
}

.cltgb--details .cols-wrapper--clinic {
  margin-top: 20px;
}

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

.cols-wrapper--recommend {
  margin-left: -5px;
  margin-right: -5px;
}

.cols-wrapper--recommend > .cols > .col {
  padding-left: 5px;
  padding-right: 5px;
}

.twidget {
  margin-top: 15px;
}

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

.twidget__header {
  margin-top: 15px;
}

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

.twidget__header-arrow {
  display: inline-block;
  vertical-align: middle;
}

.twidget__header .btn {
  border-radius: 100px;
}

.twidget__header .btn + .btn {
  margin-left: 10px;
}

.twidget__header .btn:before {
  border-radius: 100px;
}

.twidget__header .btn .icon {
  font-size: 14px;
}

.twidget__month {
  min-width: 115px;
}

.twidget__content {
  margin: 0 -10px 0 0;
  margin-top: 15px;
}

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

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

.twidget__content-inner {
  float: left;
  width: 100%;
  margin: 0 0 -10px;
  font-size: 0;
}

.twidget__content-toggler {
  opacity: 0.75;
}

.twidget__content-toggler.toggled .icon {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
}

.twidget__content .btn {
  margin: 0 10px 10px 0;
  border-radius: 100px;
}

.twidget__content .btn:before {
  border-radius: 100px;
}

.doctgbs {
  margin: 0 -25px;
  margin-top: 80px;
}

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

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

@media (max-width: 1023px) {
  .doctgbs {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.doctgbs--ml {
  margin-top: 30px;
}

.doctgbs__inner {
  float: left;
  width: 100%;
  margin: -25px 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 1023px) {
  .doctgbs__inner {
    margin: -10px 0;
  }
}

.doctgbs--1-3 {
  margin-left: -10px;
  margin-right: -10px;
}

.doctgbs--1-3 .doctgbs__inner {
  margin: -10px 0;
}

.doctgbs--panel {
  margin-left: -55px;
  margin-right: -55px;
}

@media (max-width: 1023px) {
  .doctgbs--panel {
    margin-left: -10px;
    margin-right: -10px;
  }
}

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

@media (max-width: 1023px) {
  .doctgb {
    width: 100%;
    padding: 10px;
  }
}

.doctgb--1-3 {
  width: 33.33%;
  padding: 10px;
}

@media (max-width: 1023px) {
  .doctgb--1-3 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .doctgb--1-3 {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .doctgb--1-3 .doctgb__inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.doctgb--fullwidth {
  width: 100%;
}

.doctgb__inner {
  display: block;
  height: 100%;
  text-decoration: none !important;
  color: inherit !important;
}

@media (max-width: 1023px) {
  .doctgb__inner {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.doctgb--bg .doctgb__inner {
  padding: 20px;
  background-color: rgba(25, 180, 116, 0.05);
}

.doctgb__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  margin-top: 15px;
}

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

.doctgb__col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 15px;
}

.doctgb__col:first-child {
  max-width: 130px;
}

.doctgb__image {
  margin-top: 15px;
  position: relative;
  display: block;
  padding-bottom: 137.5%;
  background-color: #eee;
  overflow: hidden;
}

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

.doctgb__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.doctgb__meta {
  margin: 0 -30px -5px 0;
  margin-top: 15px;
  font-size: 0;
}

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

.doctgb__meta-item {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 30px 5px 0;
}

.doctgb__rating {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1;
}

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

.doctgb__rating-count {
  margin-top: 5px;
}

.doctgb__rating-count:first-child {
  margin-top: 0;
}

.doctgb__title:first-child {
  margin-top: -3px;
}

.doctgb__summary {
  margin-top: 25px;
}

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

.doctgb__recommend {
  margin-top: 15px;
}

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

.doctgb__select {
  margin-top: 15px;
}

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

.doctgb__timesheet {
  margin-top: 25px;
}

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

.doctgb__contact {
  margin-top: 25px;
}

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

.doctgb__price {
  margin-top: 15px;
}

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

.doctgb__quote-prices {
  margin-top: 15px;
}

.doctgb__quote-prices:first-child {
  margin-top: 0;
}

@media (max-width: 479px) {
  .doctgb__quote-prices {
    margin-left: -130px;
  }
}

@media (max-width: 479px) {
  .doctgb__quote-prices-top {
    min-height: 190px;
  }
}

@media (max-width: 767px) {
  .doctgb .cols-wrapper--plist {
    margin-top: 15px;
  }
  .doctgb .cols-wrapper--plist:first-child {
    margin-top: 0;
  }
  .doctgb .cols-wrapper--plist .col:first-child {
    padding-left: 25px;
  }
  .doctgb .cols-wrapper--plist .col:first-child h4:before,
  .doctgb .cols-wrapper--plist .col:first-child .h4:before {
    display: inline-block;
    vertical-align: middle;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background-color: #2b9deb;
    margin-right: 5px;
    margin-left: -10px;
    content: '';
  }
}

.doctgb .cols-wrapper--btns {
  margin-top: 15px;
}

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

.doctgb .cols-wrapper--btns > .cols {
  margin-bottom: 0;
}

.doctgb--details {
  width: 100%;
  padding: 0;
}

@media (min-width: 768px) {
  .doctgb--details .doctgb__title.h2:first-child {
    margin-top: -10px;
  }
}

@media (max-width: 767px) {
  .doctgb--details .doctgb__cols {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    margin-bottom: -20px;
  }
}

@media (max-width: 767px) {
  .doctgb--details .doctgb__col {
    display: block;
    margin-bottom: 20px;
  }
}

.doctgb--details .doctgb__col:first-child {
  max-width: 170px;
}

@media (max-width: 767px) {
  .doctgb--details .doctgb__col:first-child {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 479px) {
  .doctgb--details .doctgb__recommend {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
  .doctgb--details .doctgb__recommend .cols-wrapper--recommend > .cols {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    margin-bottom: -15px;
  }
  .doctgb--details .doctgb__recommend .cols-wrapper--recommend > .cols > .col {
    display: block;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .doctgb--small .doctgb__cols {
    margin-left: -10px;
    margin-right: -10px;
  }
  .doctgb--small .doctgb__col {
    padding: 0 10px;
  }
  .doctgb--small .doctgb__col:first-child {
    max-width: 110px;
  }
  .doctgb--small .doctgb__title {
    font-size: 18px;
  }
  .doctgb--small .doctgb__meta-item {
    font-size: 12px;
  }
  .doctgb--small .doctgb__price {
    font-size: 14px;
  }
  .doctgb--small .istar {
    font-size: 14px;
  }
}

.idoctgbs {
  margin: 0 -25px;
  margin-top: 70px;
}

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

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

@media (max-width: 767px) {
  .idoctgbs {
    margin: 0 -30px;
    margin-top: 40px;
  }
}

.idoctgbs__inner {
  float: left;
  width: 100%;
  margin: -25px 0;
  font-size: 0;
}

@media (max-width: 767px) {
  .idoctgbs__inner {
    margin: -15px 0;
  }
}

.idoctgb {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 25px 25px;
  width: 100%;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .idoctgb {
    padding: 15px 25px;
  }
}

.idoctgb__inner {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e8e8e8;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e8e8e8;
  padding: 30px;
  text-decoration: none !important;
  color: inherit !important;
}

@media (max-width: 767px) {
  .idoctgb__inner {
    padding: 20px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #e8e8e8;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #e8e8e8;
  }
}

@media (max-width: 767px) {
  .idoctgb .doc-cl:last-child {
    margin-bottom: -20px;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--idoctgb > .cols {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    margin-bottom: -35px;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--idoctgb > .cols > .col {
    display: block;
    margin-bottom: 35px;
  }
}

.cols-wrapper--idoctgb .doctgb {
  width: 100%;
  padding: 0;
}

.doc-cl {
  position: relative;
  padding: 25px;
  background-color: rgba(25, 180, 116, 0.05);
  margin-top: 25px;
}

.doc-cl:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .doc-cl {
    padding: 25px 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 15px;
  }
  .doc-cl + .doc-cl {
    margin-top: 0;
  }
  .doc-cl:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-top: 1px solid #e8e8e8;
    content: '';
  }
}

.doc-cl__phone {
  float: right;
  margin-left: 20px;
}

.doc-cl__meta {
  margin-top: 10px;
  font-size: 14px;
}

.doc-cl__meta:first-child {
  margin-top: 0;
}

.doc-cl__meta:after {
  content: "";
  display: table;
  clear: both;
}

.doc-cl__meta p {
  margin-top: 10px;
}

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

.doc-cl__time {
  margin-top: 25px;
}

.doc-cl__time:first-child {
  margin-top: 0;
}

.doc-cl__action {
  margin-top: 25px;
}

.doc-cl__action:first-child {
  margin-top: 0;
}

.doc-cl .checkboxes {
  margin-right: -10px;
}

.doc-cl .checkboxes__inner {
  margin-bottom: -10px;
}

.doc-cl .checkbox {
  margin-bottom: 10px;
  margin-right: 10px;
}

.btn--phone-number {
  min-width: 155px;
}

.btn--phone-number.btn--xsmall {
  min-width: 135px;
}

.btn--phone {
  padding: 0;
}

.btn--phone .icon {
  font-size: 32px;
}

.btn--phone.btn--small .icon {
  font-size: 20px;
}

.btn--phone.btn--xsmall .icon {
  font-size: 16px;
}

.dfilter {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  font-size: 1rem;
  margin: 10px 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(34, 34, 34, 0.15);
          box-shadow: 0 5px 15px rgba(34, 34, 34, 0.15);
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s, z-index 0s 0.3s, visibility 0s 0.3s;
  -o-transition: all 0.3s, z-index 0s 0.3s, visibility 0s 0.3s;
  transition: all 0.3s, z-index 0s 0.3s, visibility 0s 0.3s;
}

@media (max-width: 767px) {
  .dfilter {
    position: relative;
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: auto 1 1;
            flex: auto 1 1;
    min-width: 100%;
    margin: 0;
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 768px) {
  .dfilter {
    max-height: none !important;
    pointer-events: auto;
  }
}

.dfilter.active {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  z-index: 5;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

@media (max-width: 767px) {
  .dfilter.active {
    padding-top: 10px;
  }
}

.dfilter__inner {
  padding: 25px 25px;
  background-color: rgba(43, 157, 235, 0.05);
}

@media (max-width: 767px) {
  .dfilter__inner {
    padding: 25px 15px;
  }
}

@media (min-width: 768px) {
  .dfilter__inner {
    top: auto;
  }
}

.cfilter .dfilter {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 1023px) {
  .cfilter .dfilter {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .cfilter .dfilter {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.dfilter__content {
  margin-top: 10px;
}

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

@media (max-width: 767px) {
  .dfilter .form__actions .btn {
    font-size: 14px;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    min-width: 40px;
  }
}

.dfilter .form__actions .cols-wrapper {
  margin-left: -5px;
  margin-right: -5px;
}

.dfilter .form__actions .col {
  padding-left: 5px;
  padding-right: 5px;
}

.cols-wrapper--dfilters > .cols {
  margin-bottom: -25px;
}

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

.cols-wrapper--dfilters > .cols > .col {
  margin-bottom: 25px;
}

@media (max-width: 1023px) {
  .cols-wrapper--dfilters > .cols > .col {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--dfilters > .cols > .col {
    display: block;
    width: 100%;
  }
}

.cols-wrapper--btns {
  margin-left: -10px;
  margin-right: -10px;
}

.cols-wrapper--btns > .cols {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .cols-wrapper--btns > .cols {
    margin-bottom: -10px;
  }
}

.cols-wrapper--btns > .cols > .col {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 767px) {
  .cols-wrapper--btns > .cols > .col {
    margin-bottom: 10px;
  }
}

.clrates {
  margin-top: 40px;
}

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

@media (max-width: 767px) {
  .clrates {
    margin-top: 30px;
  }
}

.clrate {
  position: relative;
  background-color: #fff;
  z-index: 0;
  margin-top: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

@media (max-width: 767px) {
  .clrate {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}

.clrate:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid rgba(19, 135, 87, 0.15);
  content: '';
  z-index: -1;
}

@media (max-width: 767px) {
  .clrate:before {
    left: -1px;
    right: -1px;
  }
}

.cols-wrapper--clrate > .cols {
  margin-top: 40px;
}

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

@media (max-width: 767px) {
  .cols-wrapper--clrate > .cols {
    margin-top: 30px;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--clrate > .cols {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: -20px;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--clrate > .cols > .col {
    display: block;
    margin-bottom: 20px;
  }
}

.cols-wrapper--clrate .review--bg .review__inner {
  position: relative;
  background-color: transparent;
}

@media (max-width: 767px) {
  .cols-wrapper--clrate .review--bg .review__inner {
    margin-left: 0;
    margin-right: 0;
  }
}

.cols-wrapper--clrate .review--bg .review__inner:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -9999px;
  left: 0;
  background-color: rgba(25, 180, 116, 0.05);
  content: '';
}

.cols-wrapper--clrate .col--review {
  overflow: hidden;
}

.cols-wrapper--clrate .col--review-meta {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 45px;
}

@media (max-width: 1023px) {
  .cols-wrapper--clrate .col--review-meta {
    padding-right: 35px;
    padding-left: 35px;
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--clrate .col--review-meta {
    padding-right: 35px;
    padding-left: 35px;
  }
}

.cols-wrapper--cltgb-w-contact {
  margin-top: 20px;
}

.cols-wrapper--doc {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .cols-wrapper--doc {
    margin-top: 30px;
  }
  .cols-wrapper--doc + .cols-wrapper--doc {
    margin-top: 50px;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--doc > .cols {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    margin-bottom: -50px;
  }
}

.cols-wrapper--doc > .cols > .col {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1023px) {
  .cols-wrapper--doc > .cols > .col {
    display: block;
    margin-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .cols-wrapper--doc .map {
    height: 350px;
  }
}

.cols-wrapper--clinic {
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .cols-wrapper--clinic {
    margin-top: 30px;
  }
  .cols-wrapper--clinic + .cols-wrapper--doc {
    margin-top: 50px;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--clinic > .cols {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    margin-bottom: -50px;
  }
}

.cols-wrapper--clinic > .cols > .col {
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 1023px) {
  .cols-wrapper--clinic > .cols > .col {
    display: block;
    margin-bottom: 50px;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--clinic-main > .cols {
    margin-bottom: -20px;
  }
}

@media (max-width: 1023px) {
  .cols-wrapper--clinic-main > .cols > .col {
    margin-bottom: 20px;
  }
}

.timesheet {
  margin-top: 20px;
  width: 100%;
}

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

.timesheet th, .timesheet td {
  padding: 5px 5px;
  border: 1px solid #eee;
  text-align: center;
}

.timesheet th {
  background-color: #f8f8f8;
  font-size: 14px;
  font-weight: 700;
}

.cptgbs {
  margin-top: 50px;
}

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

.cptgb {
  margin-top: 50px;
}

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

.cptgb__inner {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e8e8e8;
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #e8e8e8;
  padding: 30px;
  text-decoration: none !important;
  color: inherit !important;
}

@media (max-width: 767px) {
  .cptgb__inner {
    padding: 20px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #e8e8e8;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), inset 0 0 0 1px #e8e8e8;
  }
}

.cptgb .doctgb__title {
  margin-right: -70px;
}

@media (max-width: 767px) {
  .cptgb .doctgb__title {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .cptgb .cols-wrapper--plist {
    padding-left: 130px;
  }
}

@media (max-width: 413px) {
  .cptgb .cols-wrapper--plist {
    padding-left: 0;
  }
}

.cptgb .cols-wrapper--plist .cols {
  margin-top: 15px;
  margin-left: auto;
  max-width: 280px;
}

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

@media (max-width: 767px) {
  .cptgb .cols-wrapper--plist .cols {
    margin-left: 0;
    max-width: none;
  }
}

.cptgb .cols-wrapper--plist h4, .cptgb .cols-wrapper--plist .h4 {
  font-size: 14px;
}

.cptgb .cols-wrapper--btns {
  margin-top: auto;
  padding-top: 25px;
}

.cptgb .cols-wrapper--btns > .cols {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .cols-wrapper--cptgb > .cols {
    display: inline-block;
    vertical-align: top;
    min-width: 100%;
    margin-bottom: -20px;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--cptgb > .cols > .col {
    display: block;
    width: auto;
    margin-bottom: 20px;
  }
}

.cols-wrapper--cptgb .doctgb {
  width: 100%;
  padding: 0;
}

.cols-wrapper--cptgb .col--meta {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 767px) {
  .cols-wrapper--cptgb .col--meta .btn {
    font-size: 14px;
    line-height: 35px;
    height: 35px;
    min-width: 35px;
  }
}

@media (max-width: 767px) {
  .cols-wrapper--cptgb .col--meta .btn--phone .icon {
    font-size: 24px;
  }
}

.ilics {
  margin: 0 -20px;
  margin-top: 20px;
}

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

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

.ilics__inner {
  float: left;
  width: 100%;
  margin: -10px 0;
  padding: 0 10px;
  font-size: 0;
}

@media (max-width: 767px) {
  .ilics__inner {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
  }
}

.ilics--c {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 40px;
}

@media (max-width: 1023px) {
  .ilics--c {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.ilics--c .ilics__inner {
  margin: -20px 0;
  white-space: normal;
  overflow: visible;
}

@media (max-width: 1023px) {
  .ilics--c .ilics__inner {
    margin: -10px 0;
  }
}

.ilic {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px;
  font-size: 1rem;
}

@media (max-width: 767px) {
  .ilic {
    width: 100px;
  }
}

.ilic__inner {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.ilic--c {
  width: 20%;
  padding: 20px;
}

@media (max-width: 1023px) {
  .ilic--c {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .ilic--c {
    width: 33.33%;
  }
}

@media (max-width: 479px) {
  .ilic--c {
    width: 100%;
  }
}

.form-review-container {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.form--review {
  padding: 40px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 479px) {
  .form--review {
    padding: 30px 20px;
  }
}

.form__item--auth {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

.b-social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.b-social-list:first-child {
  margin-top: 0;
}

.b-social-list > li {
  text-indent: 0;
  margin: 0;
}

.b-social-list > li:before {
  display: none;
}

.b-social-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0;
  padding: 0;
  text-align: center;
}

.b-social-list__item:focus .b-icon, .b-social-list__item:hover .b-icon {
  -webkit-filter: invert(100%);
          filter: invert(100%);
  opacity: 1;
}

.b-social-list__item--vk:focus, .b-social-list__item--vk:hover {
  border-color: #55759A;
  background-color: #55759A;
}

.b-social-list__item--fb:focus, .b-social-list__item--fb:hover {
  border-color: #4570B3;
  background-color: #4570B3;
}

.b-social-list__item--od:focus, .b-social-list__item--od:hover {
  border-color: #DA6F0F;
  background-color: #DA6F0F;
}

.b-social-list__item--ya:focus, .b-social-list__item--ya:hover {
  border-color: #F40000;
  background-color: #F40000;
}

.b-social-list__item--mr:focus, .b-social-list__item--mr:hover {
  border-color: #1d83ce;
  background-color: #1d83ce;
}

.b-social-list .b-icon {
  opacity: .75;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.b-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.b-icon--vkontakte {
  background-image: url(../img/icon-vkontakte.svg);
}

.b-icon--facebook {
  background-image: url(../img/icon-facebook.svg);
}

.b-icon--odnoklassniki {
  background-image: url(../img/icon-odnoklassniki.svg);
}

.b-icon--yandex {
  background-image: url(../img/icon-yandex.svg);
}

.b-icon--mailru {
  background-image: url(../img/icon-mailru.svg);
}

.panel--review-success {
  width: 480px;
  max-width: 480px;
}

@media (max-width: 479px) {
  .panel--review-success {
    width: auto;
    max-width: 100%;
  }
}

.panel--review-success .h3, .panel--review-success h3 {
  margin-top: 20px;
}

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

.panel--quote-success {
  width: 480px;
  max-width: 480px;
}

@media (max-width: 479px) {
  .panel--quote-success {
    width: auto;
    max-width: 100%;
  }
}

.cols-wrapper--sb-content {
  margin-left: -25px;
  margin-right: -25px;
}

.cols-wrapper--sb-content > .cols > .col {
  padding-left: 25px;
  padding-right: 25px;
}

.cols-wrapper--sb-content > .cols > .col--sidebar {
  width: 300px;
}

@media (max-width: 767px) {
  .cols-wrapper--sb-content > .cols > .col--sidebar {
    width: auto;
  }
}

.sbmenu__item {
  position: relative;
  margin-top: -1px;
}

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

.sbmenu__item.active {
  z-index: 1;
}

.sbmenu__item.active .sbmenu__item-inner {
  color: #222;
  background-color: #fafafa;
  pointer-events: none;
}

.sbmenu__item-inner {
  display: block;
  color: #2b9deb;
  border: 1px solid #eee;
  padding: 10px 15px;
  background-color: #fff;
  text-decoration: none !important;
}

.pager {
  margin-top: 50px;
}

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

.pager__inner {
  font-size: 0;
}

.pager__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  margin-right: -1px;
}

.pager__item.active {
  z-index: 1;
}

.pager__item.active .pager__item-inner {
  color: #222;
  background-color: #fafafa;
  pointer-events: none;
}

.pager__item-inner {
  display: block;
  color: #2b9deb;
  border: 1px solid #eee;
  min-width: 46px;
  padding: 10px 15px;
  background-color: #fff;
  text-align: center;
  text-decoration: none !important;
}

.sitemap {
  margin-top: 30px;
}

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

.sitemap li {
  margin-top: 10px;
}

.sitemap li:first-child {
  margin-top: 0;
}

/*

Common property classes

 */
.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.overflow-hidden {
  overflow: hidden;
}

.reset-margin {
  margin: 0;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.hidden-absolute {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

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

@media (max-width: 767px) {
  .text-align-left-on-mobile {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .text-align-right-on-mobile {
    text-align: right;
  }
}

@media (max-width: 767px) {
  .text-align-center-on-mobile {
    text-align: center;
  }
}

.vmiddle {
  vertical-align: middle;
}

.vtop {
  vertical-align: top;
}

.vbottom {
  vertical-align: bottom;
}

.vbaseline {
  vertical-align: baseline;
}

.clear {
  clear: both;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.text-ellipsis {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.no-text-transform {
  text-transform: none;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.nounderline {
  text-decoration: none;
}

.nounderline-important {
  text-decoration: none !important;
}

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

.underline-hover:active {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.pointer-events-none {
  pointer-events: none;
}

.color-white {
  color: #fff;
}

.color-inherit {
  color: inherit;
}

.color-inherit-important {
  color: inherit !important;
}

.color-default {
  color: #222;
}

.color-muted {
  color: #888;
}

.color-red {
  color: #ff5d5d;
}

.color-active {
  color: #2b9deb;
}

.color-active2 {
  color: #19B474;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.font-0 {
  font-size: 0;
}

.font-1rem {
  font-size: 1rem;
}

.font-small {
  font-size: 13px;
}

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

.font-normal {
  font-size: 16px;
}

.font-larger {
  font-size: 18px;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

.ml10 {
  margin-left: 10px;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.minw150 {
  min-width: 150px;
}

.minw170 {
  min-width: 170px;
}

.minw280 {
  min-width: 280px;
}

.minw265 {
  min-width: 265px;
}

.minw100percent {
  min-width: 100%;
}

.mw130 {
  max-width: 130px;
}

.mw265 {
  max-width: 265px;
}

.mw290 {
  max-width: 290px;
}

.mw320 {
  max-width: 320px;
}

.mw400 {
  max-width: 400px;
}

.mw500 {
  max-width: 500px;
}

.mw540 {
  max-width: 540px;
}

.mw640 {
  max-width: 640px;
}

.mw680 {
  max-width: 680px;
}

.mw750 {
  max-width: 750px;
}

.mw800 {
  max-width: 800px;
}

.mw850 {
  max-width: 850px;
}

.mw1000 {
  max-width: 1000px;
}

.mw100percent {
  max-width: 100%;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=build.css.map */

.red {
    color: #f00;
}

.green {
    color: #15a850;
}
