@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
    background-repeat: no-repeat;
    /* 1 */
    box-sizing: inherit;
    /* 2 */
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritence in all browsers (opinionated).
  */
::before,
::after {
    text-decoration: inherit;
    /* 1 */
    vertical-align: inherit;
    /* 2 */
}

/**
  * 1. Add border box sizing in all browsers (opinionated).
  * 2. Add the default cursor in all browsers (opinionated).
  * 3. Prevent font size adjustments after orientation changes in IE and iOS.
  */
html {
    box-sizing: border-box;
    /* 1 */
    cursor: default;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 3 */
    -webkit-text-size-adjust: 100%;
    /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
article,
aside,
footer,
header,
nav,
section {
    display: block;
}

/**
  * Remove the margin in all browsers (opinionated).
  */
body {
    margin: 0;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */
@media (min-width: 980px) {
    h1 {
        font-size: 2em;
        margin: .67em 0;
    }
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  * 1. Add the correct display in IE.
  */
figcaption,
figure,
main {
    /* 1 */
    display: block;
}

/**
  * Add the correct margin in IE 8.
  */
figure {
    margin: 1em 40px;
}

/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
    list-style: none;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
    ========================================================================== */
/**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  */
a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}

/**
  * 1. Remove the bottom border in Firefox 39-.
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
  * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  */
b,
strong {
    font-weight: inherit;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
    font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
  * Add the correct font style in Android 4.3-.
  */
dfn {
    font-style: italic;
}

/**
  * Add the correct background and color in IE 9-.
  */
mark {
    background-color: #ffff00;
    color: #000000;
}

/**
  * Add the correct font size in all browsers.
  */
small {
    font-size: 80%;
}

/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

/*
  * Remove the text shadow on text selections (opinionated).
  * 1. Restore the coloring undone by defining the text shadow (opinionated).
  */
::-moz-selection {
    background-color: #b3d4fc;
    /* 1 */
    color: #000000;
    /* 1 */
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    /* 1 */
    color: #000000;
    /* 1 */
    text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
    ========================================================================== */
/*
  * Change the alignment on media elements in all browers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
    display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
  * Remove the border on images inside links in IE 10-.
  */
img {
    border-style: none;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg {
    fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
    overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
    ========================================================================== */
/**
  * Collapse border spacing
  */
table {
    border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
    ========================================================================== */
/**
  * Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

/**
  * Inherit styling in all browsers (opinionated).
  */
button,
input,
select,
textarea {
    /*background-color: transparent;*/
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
  * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  *    controls in Android 4.
  * 2. Correct the inability to style clickable types in iOS and Safari.
  */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
  * 1. Add the correct display in IE 9-.
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
  * 1. Remove the default vertical scrollbar in IE.
  * 2. Change the resize direction on textareas in all browsers (opinionated).
  */
textarea {
    overflow: auto;
    /* 1 */
    resize: vertical;
    /* 2 */
    max-width: 100%;
}

/**
  * 1. Add the correct box sizing in IE 10-.
  * 2. Remove the padding in IE 10-.
  */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
  * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
    ========================================================================== */
/*
  * Add the correct display in IE 9-.
  * 1. Add the correct display in Edge, IE, and Firefox.
  */
details,
menu {
    display: block;
}

/*
  * Add the correct display in all browsers.
  */
summary {
    display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
    ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
    display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
    display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
    ========================================================================== */
/*
  * Remove the tapping delay on clickable elements (opinionated).
  * 1. Remove the tapping delay in IE 10.
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    /* 1 */
    touch-action: manipulation;
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
    display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
    ========================================================================== */
/**
  * Change the cursor on busy elements (opinionated).
  */
[aria-busy="true"] {
    cursor: progress;
}

/*
  * Change the cursor on control elements (opinionated).
  */
[aria-controls] {
    cursor: pointer;
}

/*
  * Change the display on visually hidden accessible elements (opinionated).
  */
[aria-hidden="false"][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements (opinionated).
  */
[aria-disabled] {
    cursor: default;
}

* {
    box-sizing: border-box;
}

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

html {
    min-height: 100%;
    height: 1px;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    height: 100%;
    font-family: "PT Sans", sans-serif;
    color: #2f373a;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

[role="button"] {
    cursor: pointer;
}

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

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

@font-face {
    font-family: 'PT Sans';
    src: url('/pts55f.eot');
    src: local('PT Sans'), url('/pts55f.woff') format('woff'), url('/pts55f.ttf') format('truetype')
}

@font-face {
    font-family: 'PT Sans Regular';
    font-style: normal;
    font-weight: 400;
    src: url("/assets/fonts/PT_Sans-Web-Regular.ttf") format("truetype");
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: normal;
    font-weight: 700;
    src: url("/assets/fonts/PT_Sans-Web-Bold.ttf") format("truetype");
}

/*@font-face {
  font-family: 'Tahoma';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Tahoma.ttf") format("truetype"); }*/

/**
 * Swiper 4.0.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 18, 2017
 */
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

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

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-left: -25px;
    z-index: 10;
}

@media (max-width: 980px) {
    .swiper-pagination {
        margin-left: 20px;
    }

}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

.main {
    padding: 65px 0 0;
}

.main__container {
    padding: 0 10px;
}

.main__tagline {
    margin: 0;
    font-size: 14px;
    text-align: center;
    color: #474F51;
}

.main__title {
    margin: 10px 0 30px 0;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 22px;
    letter-spacing: 0.6px;
    text-align: center;
    color: #59595b;
}

.main__information {
    margin: 30px 0;
}

.main__information-title {
    margin: 0;
    margin-bottom: 10px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 22px;
    letter-spacing: 0.8px;
    color: #2abae7;
}

.main__information-text {
    margin: 0;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.8px;
    color: #59595b;
}

.main__information-link {
    margin-top: 10px;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.8px;
    text-decoration: underline;
    color: #2abae7;
}

.main__information-link::after {
    content: ' >>';
}

.main .caro-slider li {
    float: left;
    width: 228px;
    height: 228px;
    margin: 10px;
}

@media (min-width: 660px) {
    .main__container {
        padding: 0;
    }

    .main__information {
        padding: 0 20px;
    }

    .main__cards {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-line-pack: center;
        align-content: center;
    }
}

@media (min-width: 980px) {

    .main__information-text {
        margin: 0;
        font-family: "PT Sans", sans-serif; /*  Regular */
        font-size: 13.6px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #676767;
    }

    .main__information-link {
        margin: 0;
        font-family: "PT Sans", sans-serif; /*  Regular */
        font-size: 13.6px;
        line-height: 1.22;
        letter-spacing: 0px;
        color: #73bbe7;
    }

    .main__information-title {
        font-size: 22px;
        color: #73bbe7;
        font-weight: normal;
        font-family: "PT Sans", ​Tahoma, ​Geneva, ​sans-serif;
        letter-spacing: 0px;
    }


    .main {

        width: 980px;
        margin: 0 auto;
        padding-top: 0;
    }

    .main__tagline {
        display: none;
    }

    .main__title {
        display: none;
    }

    .main__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main__information {
        margin-top: 0;
        padding: 0;
    }

    .main__cards {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .main__cards_top {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-top: 10px;
    }

    .main__cards_top .card__body {
        padding: 10px 18px 8px;
    }
}


.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 65px;
    background-color: #fff;
}

.header__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    widows: 100%;
    height: 100%;
    padding: 0 13px;
}

.header__desktop {
    display: none;
}

.header__logo {
    width: 137px;
    height: 38px;
    background: url("/assets/img/logo.png") no-repeat;
    background-size: contain;
}

.header__logo-30 {
    width: 137px;
    height: 23px;
    background: url("/assets/img/logo30.png") no-repeat;
    background-size: contain;
}

.header__button {
    width: 24px;
    height: 24px;
    padding: 0;
    font-size: 15px;
    color: #59595b;
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: color 0.25s ease-in-out;
}

.header__button:hover {
    color: rgba(89, 89, 91, 0.7);
}

.header__icon-main-menu, .header__icon-main-close {
    display: none;
}

.header__icon-main-menu_active, .header__icon-main-close_active {
    display: inline-block;
}

.header__lang {
    display: none;
}

.header__lang_active {
    display: block;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 16px;
    letter-spacing: 0.6px;
    color: inherit;
}

.header__icon-lang-close {
    display: none;
}

.header__icon-lang-close_active {
    display: inline-block;
}

@media (min-width: 980px) {
    .header {
        position: relative;
        height: auto;
    }

    .header__mobile {
        display: none;
    }

    .header__desktop {
        display: block;
        width: 980px;
        margin: 0 auto;
        padding-top: 10px;
        background-color: #fff;
    }

    .header__container-top {
        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;
        margin-bottom: 5px;
    }

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

    .header__container-center.header__container-center-30 {
        align-items: center;
    }

    .header__logo {
        display: block;
        width: 187px;
        height: 52px;
        background: url("/assets/img/logo.png") no-repeat;
        background-size: contain;
    }

    .header__logo-30 {
        display: block;
        width: 250px;
        height: 52px;
        background: url("/assets/img/logo30.png") no-repeat;
        background-size: contain;
    }

    .header__tagline {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
        margin-left: 90px;
        font-size: 25px;
        line-height: 1;
        color: #474F51;
    }

    .header__tagline.header__tagline-30 {
        margin-left: 31px;
    }

    .header__map {
        /*background: url("/images/map_v2.png") no-repeat scroll 0 0 / cover ;*/
        height: 65px;
        margin-right: 5px;
        margin-top: 5px;
        width: 118px;
    }

    .header__container-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 5px 0;
    }

    .header__search {
        width: 240px;
        height: 20px;
    }
}

.left-menu-lang {
    position: fixed;
    left: -100vw;
    top: 65px;
    z-index: 110;
    width: 100%;
    height: calc(100vh - 65px);
    padding: 18px;
    background-color: #fff;
    border-top: 1px solid #d4d4d9;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.left-menu-lang_active {
    -webkit-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
}

.left-menu-lang__map {
    width: 172px;
    height: 94px;
    margin: 15px auto;
    background: url("/assets/img/map.jpg") no-repeat;
    background-size: cover;
}

@media (min-width: 980px) {
    .left-menu-lang {
        display: none;
    }
}

.left-menu-main {
    position: fixed;
    left: -100vw;
    top: 65px;
    z-index: 110;
    overflow: auto;
    width: 100%;
    height: calc(100vh - 65px);
    background-color: #fff;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.left-menu-main_active {
    -webkit-transform: translate(100vw, 0);
    transform: translate(100vw, 0);
}

.left-menu-main__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.left-menu-main__sub-list {
    position: relative;
    overflow: hidden;
    max-height: 0;
    margin: 0;
    padding: 0 18px;
    list-style-type: none;
    opacity: 0;
    transition: max-height 0.2s;
}

.left-menu-main__sub-list_active {
    opacity: 1;
    max-height: 1000px;
    transition: max-height 0.7s;
}

.left-menu-main__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 63px;
    padding-left: 18px;
    padding-right: 10px;
    color: #59595b;
    background-color: #f1f1f1;
    border-bottom: 1px solid #d4d4d9;
    transition: color 0.25s ease-in-out;
    cursor: pointer;
}

.left-menu-main__item-wrapper:hover {
    color: rgba(89, 89, 91, 0.7);
}

.left-menu-main__item-title {
    font-size: 18px;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.left-menu-main__sub-item {
    border-bottom: 1px solid #d4d4d9;
}

.left-menu-main__sub-item:last-child {
    border-bottom: none;
}

.left-menu-main__item-link {
    font-size: 18px;
    color: inherit;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-decoration: none;
}

.left-menu-main__sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 53px;
    font-size: 18px;
    color: #59595b;
    transition: color 0.25s ease-in-out;
    cursor: pointer;
}

.left-menu-main__sub-link:hover {
    color: rgba(89, 89, 91, 0.7);
}

.left-menu-main__item-icon {
    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: 24px;
    height: 24px;
    color: #59595b;
}

.left-menu-main__item-icon svg {
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.left-menu-main__item-icon_active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.left-menu-main__search {
    width: calc(100vw - 20px);
    height: 38px;
    margin: 33px auto;
}

@media (min-width: 980px) {
    .left-menu-main {
        display: none;
    }
}

.footer {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.footer__adress {
    text-align: center;
}

.footer__info {
    margin: 0;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 10.999px;
    letter-spacing: 0.5px;
    line-height: 2;
    color: #59595b;
}

.footer__title {
    display: none;
}

.footer__list {
    display: none;
}

.footer__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__logo {
    display: block;
    width: 137px;
    height: 38px;
    margin-top: 25px;
    background: url("/assets/img/logo.png") no-repeat;
    background-size: contain;
}

.footer__logo-img {
    width: 99px;
    height: 32px;
    margin-top: 0px;
}

.footer__copyright {
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 9px;
    line-height: 1.78;
    letter-spacing: 0.4px;
    color: #939393;
}

.footer__top-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    color: #fff;
    background-color: rgba(89, 89, 91, 0.2);
    border-radius: 50%;
    transition: background-color 0.25s;
}

.footer__top-icon:hover {
    background-color: rgba(89, 89, 91, 0.15);
}

.footer__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 36px);
    margin: 0 auto;
    padding: 30px 0 25px;
    border-top: 1px solid #d4d4d9;
}

@media (min-width: 980px) {
    .footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        width: 956px;
        margin: 0 auto;
        padding: 10px 0;
        border-top: 2px solid #bfc0c2;
    }

    .footer__adress {
        text-align: left;
        width: 200px;
    }

    .footer__info {
        font-size: "PT Sans Regular", sans-serif;
        line-height: 1;
        color: #a7a9ac;
    }

    .footer__title {
        display: block;
        margin: 0;
        font-size: 20px;
        line-height: 25px;
        font-weight: normal;
        color: #808284;
        text-align: center;
        width: 560px;
    }

    .footer__wrapper {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .footer__logo {
        width: 101px;
        height: 28px;
        margin-top: 0;
    }

    .footer__copyright {
        margin: 5px 0;
    }

    .footer__top-icon {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: -78px;
    }

    .footer__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        padding: 0;
        width: 560px;
        padding: 0 0 0 68px;
        list-style-type: none;
    }

    .footer__item {
        padding: 0 18px;
        border-right: 1px solid #d4d4d9;
    }

    .footer__item:last-child {
        border-right: none;
    }

    .footer__link {
        color: #59595b;
        font-size: 14px;
        font-family: "PT Sans", sans-serif; /*  Regular */
        line-height: 18px;
        text-decoration: underline;
    }

    .footer__link:hover {
        text-decoration: none;
    }

    .footer__share {
        display: none;
    }
}

.card {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
}

.card_color_cerulian {
    border-color: #00baf2;
}

.card_color_cerulian .card__header {
    background-color: #01b3e3;
}

.card_color_sun {
    border-color: #faa61a;
}

.card_color_sun .card__header {
    background-color: #f3a421;
}

.card_color_sushi {
    border-color: #71bf44;
}

.card_color_sushi .card__header {
    background-color: #78b945;
}

.card_color_bay-of-many {
    border-color: #2f3788;
}

.card_color_bay-of-many .card__header {
    background-color: #2f3788;
}

.card_color_eastern-blue {
    border-color: #1792c3;
}

.card_color_eastern-blue .card__header {
    background-color: #1792c3;
}

.card_color_red-violet {
    border-color: #b0277f;
}

.card_color_red-violet .card__header {
    background-color: #b0277f;
}

.card_color_fuel-yellow {
    border-color: #f1a334;
}

.card_color_fuel-yellow .card__header {
    background-color: #f1a334;
}

.card_color_cardinal {
    border-color: #d3233a;
}

.card_color_cardinal .card__header {
    background-color: #d3233a;
}

.card_color_meadow {
    border-color: #169b64;
}

.card_color_meadow .card__header {
    background-color: #169b64;
}

.card_color_cerulian-blue {
    border-color: #2663ac;
}

.card_color_cerulian-blue .card__header {
    background-color: #2663ac;
}

.card_color_mandy {
    border-color: #de4d4e;
}

.card_color_mandy .card__header {
    background-color: #de4d4e;
}

.card__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 90px;
    min-height: 90px;
    padding: 0 14px 0 14px;
}

@media (min-width: 980px) {
    .card__header {
        padding: 0 14px 0 26px;
    }
}

.card__image {
    width: 76px;
    height: 76px;
    margin-right: 20px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .card__image {
        width: auto;
        height: auto;
    }
}

.card__image-socials {
    display: block;
    width: 255px;
    height: 167px;
    margin: 0 auto;
}

.card__image-default {
    display: block;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.card__image-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 310px;
    margin-bottom: 10px;
}

.card__image-left_sh {
    padding-top: 10px;
}


.main__cards_top .card__title {
    font-family: "PT Sans", sans-serif;
    font-size: 23px;
    /*letter-spacing: 0.8px;*/
    font-weight: 700;
    text-decoration: none;
    word-wrap: normal;
    color: #fff;
}

.card_bottom .card__title {
    font-family: "PT Sans", sans-serif;
    font-size: 21px;
    text-decoration: none;
    color: #fff;
}

.card__title-inner {
    margin: 0;
    margin-bottom: 5px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    line-height: 2.33;
    letter-spacing: 0.7px;
    color: #2abae7;
    text-decoration: underline;
}

.card__text-default {
    margin: 0;
    margin-bottom: 14px;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.7px;
    color: #59595b;
}

@media (min-width: 980px) {
    .card__text-default {
        margin: 0;
        margin-bottom: 14px;
        font-family: "PT Sans", sans-serif; /*  Regular */
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #7a8080;
    }
}

.card__body {
    padding: 14px;
    background-color: #fff;
}

.card__list .card__item {
    line-height: 20px;
    padding: 0 0 4px;
}

.card__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.card__link {
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    line-height: 2.33;
    letter-spacing: 0.7px;
    color: #7a8080;
    text-decoration: underline;
}

.card__link_mobile {
    font-size: 15px;
    line-height: 1.5;
    text-decoration: none;
}

.card__link-default {
    display: block;
    margin: 14px 0;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: 0.7px;
    color: #2abae7;
    text-decoration: underline;
}

.card__link-default::after {
    content: ' >>';
}

.card__link-inner {
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: 0.7px;
    color: #2abae7;
    text-decoration: underline;
}

.card__link-inner::after {
    content: ' ';
}

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

.card__wrapper-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.card__right-wrapper {
    margin-left: 14px;
    padding-top: 5px;
}

.card__list-dot-title {
    margin: 0;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.7px;
    color: #59595b;
}

.card__list-dot {
    padding-left: 10px;
    list-style-type: disc;
    color: #59595b;
}

.card__list-image {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.card__list-image_vred {
    margin-left: 24%;
}

.card__item-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

.card__item_mobile {
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #59595b;
    text-decoration: none;
}

.card__link-image {
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.78;
    letter-spacing: 0.7px;
    color: #2abae7;
    text-decoration: underline;
}

.card__image-slider {
    width: 125px;
}

.card__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto 0;
}

.card__slider-pagination a {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    background: url("/assets/img/slider/pagination.png") no-repeat;
    background-size: cover;
}

.card__slider-pagination a.selected {
    background: url("/assets/img/slider/pagination-active.png") no-repeat;
    background-size: cover;
}

.card__slider-pagination span {
    display: none;
}

@media (min-width: 660px) {
    .card {
        position: relative;
        width: 310px;
        height: 312px;
        margin: 0 5px 20px;
    }

    .card_bottom {
        height: 352px;
    }

    .card__body {
        height: 210px;
        padding: 10px 5px 8px;
    }

    .card__body_slide {
        padding-bottom: 0;
    }

    .card__slider-pagination {
        position: absolute;
        right: 10px;
        bottom: 10px;
    }

    .card__slider-pagination a {
        margin: 0 3px;
    }

    .card__title-inner {
        line-height: 1.5;
        font-size: 15px;
    }

    .card__text-default {
        font-size: 15px;
    }

    .card__link {
        line-height: 1.5;
        font-size: 15px;
    }

    .card__link_top {
        display: block;
        line-height: 20px;
        font-size: 15px;
        margin-bottom: 15px;
    }

    .card__link-default {
        font-size: 15px;
        margin-bottom: 0;
    }

    .card__link-default_expectrum {
        margin-top: 0;
    }

    .card__link-inner {
        font-size: 15px;
    }

    .card__list-dot-title {
        font-size: 15px;
    }

    .card__link-image {
        font-size: 15px;
    }

    .card__slider_expectrum h4, .card__slider_expectrum p {
        margin-bottom: 5px;
    }

    .card__slider_expectrum ~ a {
        margin-top: 5px;
    }

    .card__item_mobile {
        font-size: 12.5px;
        letter-spacing: 0;
        line-height: 17px;
    }
}

@media (min-width: 980px) {
    .card {
        width: 316px;
        margin: 0 0 20px;
    }

    .card_bottom {
        padding: 6px;
    }

    .card__link-default {
        font-size: 15px;
        letter-spacing: 0px;
    }

    .card__link {
        font-size: 15px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #7a8080;
    }

    .card__body {
        height: 210px;
        padding: 10px 8px 8px;
    }

    .card__body_slider .card__wrapper-inner {
        margin-top: 10px;
    }

    .card__list-image_vred > li {
        margin-bottom: 5px;
    }
}

.main-slider {
    position: relative;
    width: 100%;
}

.main-slider__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main-slider__image {
    max-width: 100%;
}

.main-slider__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px auto;
}

.main-slider__pagination a {
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    background: url("/assets/img/slider/pagination.png") no-repeat;
    background-size: cover;
}

.main-slider__pagination a.selected {
    background: url("/assets/img/slider/pagination-active.png") no-repeat;
    background-size: cover;
}

.main-slider__pagination a:last-child {
    margin-right: 0;
}

.main-slider__pagination span {
    display: none;
}

@media (min-width: 980px) {
    .main-slider {
        width: 980px;
        height: 435px;
        overflow: hidden;
    }

    .main-slider__pagination {
        position: absolute;
        right: 40px;
        bottom: 20px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 150px;
        margin: 0;
    }

    .main-slider__pagination a {
        width: 19px;
        height: 19px;
        margin: 0 5px;
    }
}

.language {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.language__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 54px;
    font-size: 18px;
    color: #a7a9ac;
    border-bottom: 1px solid #d4d4d9;
    cursor: pointer;
    transition: color 0.25s ease-in-out;
    text-decoration: none;
}

.language__item:last-child .language__link {
    border-bottom: 0px;
}

.language__link:hover {
    color: #2abae7;
}

.language__link_active {
    color: #2abae7;
}

@media (min-width: 980px) {
    .language {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .language__item {
        height: 10px;
        padding: 0 5px;
        border-right: 1px solid #d4d4d9;
    }

    .language__item:last-child {
        padding-right: 0;
        border-right: none;
    }

    .language__link {
        height: 10px;
        font-size: 11px;
        border-bottom: none;
        text-decoration: underline;
    }

    .language__link:hover {
        text-decoration: none;
    }
}

.navigation-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation-icons__item {
    display: block;
    margin-left: 5px;
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    border: 1px solid #d4d4d9;
}

.search-form__input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px 10px;
    font-size: 18px;
    color: #babbbc;
    border: none;
    outline: none;
    font-style: italic;
}

.search-form__input::-webkit-input-placeholder {
    font-style: italic;
}

.search-form__input:-ms-input-placeholder {
    font-style: italic;
}

.search-form__input::placeholder {
    font-style: italic;
}

.search-form__button {
    width: 100px;
    height: 100%;
    font-size: 18px;
    letter-spacing: 0.6px;
    text-decoration: underline;
    background-color: #b6b7b9;
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
    transition: background-color 0.25s ease-in-out;
}

.search-form__button:hover {
    background-color: rgba(182, 183, 185, 0.8);
    text-decoration: none;
}

@media (min-width: 980px) {
    .search-form__input {
        padding: 2px 5px;
        font-size: 10px;
        line-height: 1;
    }

    .search-form__button {
        width: 70px;
        font-size: 10px;
        line-height: 1;
    }
}

@media (max-width: 500px) {
    .search-form__input {
        padding: 2px 5px;
    }

    .search-form__button {
        width: 70px;
    }
}

@media (max-width: 350px) {
    .search-form__button {
        font-size: 13px;
    }
}


.navigation__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation__item {
    position: relative;
    margin-right: 30px;
}

.navigation__item:hover > ul {
    display: block;
}

.navigation__link {
    display: block;
    padding: 4px 20px 4px 0;
    font-size: 13.6px;
    text-decoration: none;
    text-transform: uppercase;
    color: #474F51;
    background: url("/assets/img/arrow.jpg") center right no-repeat;
}

.navigation__link_none {
    background: none;
    padding-right: 0;
}

.navigation__link:hover {
    text-decoration: underline;
}

.navigation__sub-list {
    display: none;
    position: absolute;
    top: 100%;
    left: -2px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.navigation__sub-link {
    display: block;
    width: 220px;
    margin-bottom: -1px;
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    color: #474F51;
    background-color: #fff;
    border: 1px solid #a7a9ac;
}

.navigation__sub-link:hover {
    text-decoration: underline;
}

.top-image {
    padding-top: 65px;
}

.top-image__image {
    max-width: 100%;
}

@media (min-width: 980px) {
    .top-image {
        max-width: 980px;
        margin: 0 auto;
        padding-top: 0;
        width: 100%;
    }
}

.top-menu_sushi .top-menu__header {
    background-color: #71bf44;
}

.top-menu_sushi .top-menu__list_active {
    background-color: rgba(113, 191, 68, 0.8);
}

.top-menu_viking .top-menu__header {
    background-color: #62b2e1;
}

.top-menu_viking .top-menu__list_active {
    background-color: rgba(98, 178, 225, 0.8);
}

.top-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 10px 0 18px;
    background-color: #71bf44;
    cursor: pointer;
}

.top-menu__header-title {
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #fff;
}

.top-menu__header-icon {
    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: 24px;
    height: 24px;
    color: #59595b;
}

.top-menu__header-icon svg {
    transition: -webkit-transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

.top-menu__header-icon_active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.top-menu__list {
    display: none;
}

.top-menu__list_active {
    display: block;
    margin: 0;
    padding: 0 18px 20px;
    list-style-type: none;
    background-color: rgba(113, 191, 68, 0.8);
}

.top-menu__item {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top-menu__item:last-child {
    border-bottom: none;
}

.top-menu__item_socials {
    height: auto;
    margin-top: -1px;
    padding-top: 40px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #fff;
}

.top-menu__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #fff;
    transition: color 0.25s;
}

.top-menu__link:hover {
    color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 980px) {
    .top-menu {
        display: none;
    }
}

.culture {
    width: 100%;
    padding: 18px;
}

.culture_viking .culture__link {
    color: #62b2e1;
}

.culture_viking .culture__link:hover {
    color: rgba(98, 178, 225, 0.8);
}

.culture_atlantis .culture__link {
    color: #82bb23;
}

.culture_atlantis .culture__link:hover {
    color: rgba(130, 187, 35, 0.8);
}

.culture_service .culture__link {
    color: #73bbe7
}

.culture_service .culture__link:hover {
    color: #73bbe7
}

.culture__title {
    margin: 0;
    margin-bottom: 30px;
    padding-bottom: 4px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 22px;
    color: #a7a9ac;
    /*letter-spacing: 0.8px;*/
    border-bottom: 1px solid #d4d4d9;
}

.culture__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.culture__item {
    margin-bottom: 30px;
}

.culture__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    color: #82bb23;
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: 0.5px;
    text-decoration: underline;
    word-wrap: break-word;
    transition: color 0.25s;
}

.culture__link:hover {
    color: rgba(130, 187, 35, 0.8);
    text-decoration: none;
}

.culture__image {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    flex: 0 0 auto;
}

@media (min-width: 980px) {
    .culture {
        padding: 0;
    }

    .culture_viking {
        max-width: 175px;
    }

    .culture__title {
        margin-bottom: 10px;
        color: #2f373a;
        font-weight: normal;
        font-family: "PT Sans", sans-serif; /*  Regular */
        font-size: 16.3px;
    }

    .culture__item {
        /*margin-bottom: 10px;*/
        display: block;
        width: 100%;
    }

    .culture__link {
        width: 100%;
        font-size: 12px;
    }
}


.breadcrumbs {
    /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;*/
    margin: 0;
    margin-bottom: 0px;
    padding: 5px 0;
    list-style-type: none;
    border-bottom: 1px solid #d4d4d9;
    overflow: hidden;
}


.breadcrumbs__item {
    margin-right: 5px;
    font-size: 12px;
    color: #59595b;
    float: left;
}

.breadcrumbs .breadcrumbs__link {
    margin-right: 5px;
    color: #a7a9ac;
    text-decoration: none;
}

.breadcrumbs .breadcrumbs__link:hover {
    text-decoration: underline;
}

.left-column-navigation {
    width: 100%;
}

.left-column-navigation_sushi .left-column-navigation__link_active {
    color: #71bf44;
}

.left-column-navigation_sushi .left-column-navigation__sub-link_active {
    color: #71bf44;
}

.left-column-navigation_viking .left-column-navigation__link_active {
    color: #62b2e1;
}

.left-column-navigation_viking .left-column-navigation__sub-link_active {
    color: #62b2e1;
}

.left-column-navigation__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.left-column-navigation__list li {
    list-style-type: none;
}

.left-column-navigation__item {
    padding-bottom: 15px;
}

.left-column-navigation__link {
    color: #a7a9ac;
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
}

.left-column-navigation__link:hover {
    text-decoration: none;
}

.left-column-navigation__link_active {
    color: #71bf44;
}

.left-column-navigation__sub-list {
    margin: 5px 0 0 15px;
    padding: 0;
    list-style-type: none;
}

.left-column-navigation__sub-link {
    color: #a7a9ac;
    font-size: 15px;
    line-height: 20px;
    text-decoration: underline;
}

.left-column-navigation__sub-link:hover {
    text-decoration: none;
}

.left-column-navigation__sub-link_active {
    color: #71bf44;
}

.left-column-navigation__under-sub-list {
    margin: 5px 0 0 15px;
    padding: 0;
    list-style-type: none;
}

.left-column-navigation__under-sub-list ul {
    padding-left: 15px;
}

.left-column-navigation__under-sub-list_shiraz .left-column-navigation__under-sub-link_active {
    /*color: #b81233;*/
}

.left-column-navigation__under-sub-list_viking .left-column-navigation__under-sub-link_active {
    color: #62b2e1;
}

.left-column-navigation__under-sub-list_shiraz .current {
    color: #62b2e1;
}

.left-column-navigation__under-sub-link {
    color: #a7a9ac;
    font-size: 14.9px;
    line-height: 19.45px;
    text-decoration: underline;
}

#green .current .left-column-navigation__under-sub-link {
    text-decoration: none;
}

.drugs .left-column-navigation__under-sub-link {
    font-size: 12.7167px;
}

.left-column-navigation__under-sub-list_shiraz .left-column-navigation__under-sub-link {
    font-size: 12.7167px;
}

.left-column-navigation__under-sub-link:hover {
    text-decoration: none;
}

.left-column-navigation__under-sub-link_active {
    /*color: #b0277f;*/
    text-decoration: none;
}


@media (min-width: 980px) {
    .left-column-navigation {
        padding: 10px 0 0 0;
    }
}

.socials__title {
    margin: 0;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #fff;
}

.socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    list-style-type: none;
}

.socials__item {
    margin-right: 10px;
}

.socials__img {
    width: 30px;
    height: 30px;
}

@media (min-width: 980px) {
    .socials__title {
        margin-bottom: 15px;
        padding-bottom: 6px;
        font-family: "PT Sans", sans-serif; /*  Regular */
        font-size: 15px;
        letter-spacing: 0px;
        color: #59595b;
        font-weight: normal;
        border-bottom: 1px solid #d4d4d9;
    }

    .socials__item {
        margin-right: 5px;
    }

    .socials__img {
        width: 20px;
        height: 20px;
    }
}

.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.share__item {
    margin-right: 5px;
}

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

.share__link {
    display: block;
    width: 32px;
    height: 32px;
}

.share__link_vk {
    background: url("/assets/img/share.png") 0 0 no-repeat;
    background-size: cover;
}

.share__link_fb {
    background: url("/assets/img/share.png") -32px 0 no-repeat;
    background-size: cover;
}

.share__link_gp {
    background: url("/assets/img/share.png") -64px 0 no-repeat;
    background-size: cover;
}

.share__link_tw {
    background: url("/assets/img/share.png") -96px 0 no-repeat;
    background-size: cover;
}

.share__link_ok {
    background: url("/assets/img/share.png") -128px 0 no-repeat;
    background-size: cover;
}

@media (min-width: 980px) {
    .share__link {
        width: 24px;
        height: 24px;
    }

    .share__link_vk {
        background: url("/assets/img/share.png") 0 0 no-repeat;
        background-size: cover;
    }

    .share__link_fb {
        background: url("/assets/img/share.png") -24px 0 no-repeat;
        background-size: cover;
    }

    .share__link_gp {
        background: url("/assets/img/share.png") -48px 0 no-repeat;
        background-size: cover;
    }

    .share__link_tw {
        background: url("/assets/img/share.png") -72px 0 no-repeat;
        background-size: cover;
    }

    .share__link_ok {
        background: url("/assets/img/share.png") -96px 0 no-repeat;
        background-size: cover;
    }
}

.news {
    width: 100%;
    padding: 18px;
}

.news__title {
    display: block;
    margin: 0;
    padding-bottom: 5px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 22px;
    letter-spacing: 0.8px;
    color: #62b2e1;
    border-bottom: 1px solid #d4d4d9;
    text-decoration: underline;
}

.news__title:hover {
    text-decoration: none;
}

.news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #d4d4d9;
}

.news__item:first-child {
    border-top: none;
}

.news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #62b2e1;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.6px;
    text-decoration: underline;
    word-wrap: break-word;
}

.news__link:hover {
    text-decoration: none;
}

.news__image {
    width: 60px;
    height: 60px;
}

.news__list .photo {
    margin: 0 25px;
}

.news__time {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1.22;
    color: #59595b;
}

@media (min-width: 980px) {
    .news {
        padding: 0;
    }

    .news__title {
        margin-bottom: 15px;
        font-family: "PT Sans", sans-serif; /*  Regular */
        font-size: 16px;
    }

    .news__item {
        margin-bottom: 12px;
        padding: 0;
        border-top: none;
    }

    .news__link {
        width: 100%;
        font-size: 12px;
    }

    .news__time {
        font-size: 11px;
    }

    .news__image {
        margin: 0;
    }

    .news__list .photo {
        margin: 0 10px 0 0px;
    }

    .news__container {
        flex: 0;
    }

}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
    background: url("/assets/js/libs/colorbox/images/overlay.png") repeat 0 0;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url("/assets/js/libs/colorbox/images/controls.png") no-repeat -101px 0;
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url("/assets/js/libs/colorbox/images/controls.png") no-repeat -130px 0;
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url("/assets/js/libs/colorbox/images/controls.png") no-repeat -101px -29px;
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url("/assets/js/libs/colorbox/images/controls.png") no-repeat -130px -29px;
}

#cboxMiddleLeft {
    width: 21px;
    background: url("/assets/js/libs/colorbox/images/controls.png") left top repeat-y;
}

#cboxMiddleRight {
    width: 21px;
    background: url("/assets/js/libs/colorbox/images/controls.png") right top repeat-y;
}

#cboxTopCenter {
    height: 21px;
    background: url("/assets/js/libs/colorbox/images/border.png") 0 0 repeat-x;
}

#cboxBottomCenter {
    height: 21px;
    background: url("/assets/js/libs/colorbox/images/border.png") 0 -29px repeat-x;
}

#cboxContent {
    background: #fff;
    overflow: hidden;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 40px;
    text-align: center;
    width: 100%;
    color: #949494;
    font-size: 14px;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxLoadingOverlay {
    background: url("/assets/js/libs/colorbox/images/loading_background.png") no-repeat center center;
}

#cboxLoadingGraphic {
    background: url("/assets/js/libs/colorbox/images/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("/assets/js/libs/colorbox/images/controls.png") no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious:hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url("/assets/js/libs/colorbox/images/controls.png") no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext:hover {
    background-position: -50px -25px;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("/assets/js/libs/colorbox/images/controls.png") no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}

.product {
    width: 100%;
}

.product__left-column {
    display: none;
}

.product__center-column {
    width: 100%;
}

.product__center-column-full {
    width: 100%;
}

.product__right-column {
    width: 100%;
}

.product__breadcrumbs {
    display: none;
}

.product__title {
    padding-left: 18px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 22px;
    letter-spacing: 0.8px;
    color: #b0277f;
}

.product__documents {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding: 20px;
    padding-right: 0;
    border-top: 1px solid #d4d4d9;
    border-bottom: 1px solid #d4d4d9;
}

.product__pdf, .product__youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

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

.product__pdf-image, .product__youtube-image {
    width: 40px;
    height: 47px;
}

.product__pdf-description, .product__youtube-description {
    margin-left: 20px;
    padding-bottom: 3px;
    font-size: 17px;
    line-height: 1.22;
    letter-spacing: 0.6px;
    color: #59595b;
}

.product_pdf_size, .product_youtube_info {
    color: #a0a0a0;
    font-size: 11.7px;
}

.product__description {
    margin: 16px 0 15px;
    padding: 0 18px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

@media (min-width: 660px) {
    .product__documents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product__pdf, .product__youtube {
        width: 45%;
        margin-bottom: 0;
    }
}

@media (min-width: 980px) {
    .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 980px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .product__left-column {
        display: block;
        width: 180px;
    }

    .product__center-column {
        width: 585px;
        min-height: 300px;
    }

    .product__center-column-full {
        width: 785px;
        min-height: 300px;
    }

    .product__right-column {
        width: 175px;
    }

    .product__breadcrumbs {
        display: block;
    }

    .product__title {
        margin-bottom: 20px;
        padding: 0;
        font-family: "PT Sans", sans-serif;
        font-size: 25px;
    }

    .product__documents {
        width: 100%;
        padding: 16px 12px;
    }

    .product__pdf, .product__youtube {
        width: 40%;
    }

    .product__pdf-image, .product__youtube-image {
        width: 27px;
        height: 33px;
    }

    .product__pdf-description, .product__youtube-description {
        margin-left: 16px;
        font-size: 12px;
        color: #c0c0c0;
        font-size: 13.6px
    }

    .product__description {
        padding: 0;
        font-size: 16.3px;
        line-height: 20px;
        letter-spacing: 0px;
        color: #59595b;
    }

    .product-slogan {
        margin-bottom: 20px;
    }
}

.product-table {
    width: 100%;
    padding: 20px 18px;
}

.product-table__switch {
    margin-bottom: 15px;
    text-align: left;
    padding: 5px 0;
}

.product-table__switch_active {
    padding: 38px 12px;
    border: 1px solid #d4d4d9;
    text-align: center;
}

.product-table__switch-text {
    font-family: "PT Sans Bold", sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #59595b;
    cursor: pointer;
}

.product-table__switch-text span {
    color: #62b2e1;
    text-decoration: underline;
}

.product-table__switch-open, .product-table__switch-close {
    display: none;
}

.product-table__switch-open_active, .product-table__switch-close_active {
    display: block;
}

.product-table__switch-close {
    text-align: left;
}

.product-table__wrapper {
    display: none;
}

.product-table__wrapper_active {
    display: block;
    max-width: 100%;
    height: 500px;
    overflow: auto;
    margin-bottom: 20px;
}

.product-table__wrapper_active-min {
    display: block;
    max-width: 100%;
    height: 300px;
    overflow: auto;
    margin-bottom: 20px;
}

.product-table__table {
    color: #59595b;
    font-size: 18px;
}

.product-table__table td {
    padding: 15px;
}

.product-table__caption {
    margin: 0;
    margin-bottom: 5px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.product-table__text {
    margin: 0;
    margin-bottom: 15px;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

@media (min-width: 980px) {
    .product-table {
        padding: 0;
    }

    .product-table__switch {
        display: none;
    }

    .product-table__wrapper {
        height: auto;
        overflow: visible;
    }

    .product-table__caption {
        font-size: 16px;
    }

    .product-table__text {
        font-size: 12px;
    }
}

.product-switch__desktop-tabs {
    display: none;
}

.product-switch__mobile-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 63px;
    padding: 0 10px 0 18px;
    background-color: #f1f1f1;
    border-top: 1px solid #d4d4d9;
    cursor: pointer;
}

.product-switch__mobile-tab_first {
    border-top: none;
}

.product-switch__mobile-tab svg {
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.product-switch__mobile-tab_active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.product-switch__mobile-tab-title {
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.product-switch__mobile-tab-icon {
    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: 24px;
    height: 24px;
    color: #59595b;
}

.product-switch__part {
    display: none;
}

.product-switch__part_active {
    display: block;
}

.product-switch__info {
    width: 100%;
    height: 200px;
    background-color: bisque;
}

@media (min-width: 980px) {
    .product-switch__desktop-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        list-style-type: none;
    }

    .product-switch__desktop-tabs-item {
        padding: 0 6px;
        color: #a7a9ac;
        border-right: 1px solid #a7a9ac;
        font-size: 12px;
        line-height: 1;
        text-decoration: underline;
        cursor: pointer;
    }

    .product-switch__desktop-tabs-item:first-child {
        padding-left: 0;
    }

    .product-switch__desktop-tabs-item:last-child {
        border-right: none;
    }

    .product-switch__desktop-tabs-item:hover {
        text-decoration: none;
    }

    .product-switch__desktop-tabs-item_active {
        color: #b0277f;
    }

    .product-switch__mobile-tab {
        display: none;
    }
}

.lph {
    width: 100%;
}

.lph__left-column {
    display: none;
}

.lph__center-column {
    width: 100%;
}

.lph__center-column-right {
    width: 100%;
}

.lph__center-column-main {
    width: 100%;
}

.lph__right-column {
    width: 100%;
}

.lph__share {
    display: none;
}

.lph__breadcrumbs {
    display: none;
}

.lph__socials {
    display: none;
}

.lph__title {
    padding: 0 18px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 22px;
    letter-spacing: 0.8px;
    color: #62b2e1;
}

.lph__text-default {
    margin: 0 0 16px;
    padding: 0 18px;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.lph__link-default {
    padding: 0 18px;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    line-height: 1.28;
    letter-spacing: 0.8px;
    color: #62b2e1;
    text-decoration: underline;
}

.lph__link-default::after {
    content: ' >>';
}

.lph__link-default:hover {
    text-decoration: none;
}

@media (min-width: 980px) {
    .lph {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 980px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .lph__left-column {
        display: block;
        width: 180px;
    }

    .lph__center-column {
        width: 585px;
    }

    .lph__center-column-main {
        width: 785px;
    }

    .lph__center-column-right {
        width: 785px;
    }

    .lph__right-column {
        width: 175px;
    }

    .lph__share {
        display: block;
        margin-left: 200px;
        margin-bottom: 30px;
    }

    .lph__breadcrumbs {
        display: block;
    }

    .lph__socials {
        display: block;
        margin-bottom: 15px;
    }

    .lph__title {
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 0;
        font-family: "PT Sans", sans-serif; /*  Regular */
        font-size: 25px;
    }

    .lph__text-default {
        margin: 0 0 10px;
        padding: 0;
        font-size: 14px;
    }

    .lph__link-default {
        display: none;
    }
}

.lph-products {
    margin-top: 25px;
}

.lph-products__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 63px;
    padding: 0 10px 0 18px;
    background-color: #f1f1f1;
    border-top: 1px solid #d4d4d9;
    cursor: pointer;
}

.lph-products__tab_first {
    border-top: none;
}

.lph-products__tab svg {
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
}

.lph-products__tab_active svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.lph-products__tab_shiraz .lph-products__title {
    color: #b81233;
}

.lph-products__tab_tulip .lph-products__title {
    color: #eca646;
}

.lph-products__tab_azure .lph-products__title {
    color: #3765a8;
}

.lph-products__tab_maroon .lph-products__title {
    color: #bd2543;
}

.lph-products__tab_torea .lph-products__title {
    color: #12169c;
}

.lph-products__tab_violet .lph-products__title {
    color: #9c0e7d;
}

.lph-products__tab_heliotrope .lph-products__title {
    color: #a958f6;
}

.lph-products__tab_apple .lph-products__title {
    color: #59ab30;
}

.lph-products__tab_atlantis .lph-products__title {
    color: #82bb23;
}

.lph-products__tab_piction-blue .lph-products__title {
    color: #2abae7;
}

.item-expectrum-1 .lph-products__title {
    color: #54b3e9;
}

.item-expectrum-2 .lph-products__title {
    color: #80bd00;
}

.item-expectrum-3 .lph-products__title {
    color: #2f373a;
}

.item-expectrum-4 .lph-products__title {
    color: #f0bf00;
}

.lph-products__title {
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.lph-products__title h2 {
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

@media (min-width: 980px) {
    .lph-products__title h2 {
        letter-spacing: 0px;
        font-size: 15px;
    }
}

.lph-products__icon {
    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: 24px;
    height: 24px;
    color: #59595b;
}

@media (max-width: 980px) {
    .lph-products__part {
        display: none;
    }
}

.lph-products__part_active {
    display: block;
    padding: 20px 18px;
}

.lph-products__part_shiraz .lph-products__link {
    color: #b81233;
}

.lph-products__part_tulip .lph-products__link {
    color: #eca646;
}

.lph-products__part_azure .lph-products__link {
    color: #3765a8;
}

.lph-products__part_maroon .lph-products__link {
    color: #bd2543;
}

.lph-products__part_torea .lph-products__link {
    color: #12169c;
}

.lph-products__part_violet .lph-products__link {
    color: #9c0e7d;
}

.lph-products__part_heliotrope .lph-products__link {
    color: #a958f6;
}

.lph-products__part_apple .lph-products__link {
    color: #59ab30;
}

.lph-products__part_atlantis .lph-products__link {
    color: #82bb23;
}

.lph-products__part_piction-blue .lph-products__link {
    color: #2abae7;
}

.lph-products__info {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.lph-products__link {
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
    text-decoration: underline;
}

.lph-products__link:hover {
    text-decoration: underline;
}

.lph-products__description {
    margin: 10px 0 15px;
    padding-bottom: 15px;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.6px;
    color: #59595b;
    border-bottom: 1px solid #d4d4d9;
}

.lph-products__description_last {
    border-bottom: none;
}


@media (min-width: 980px) {
    .lph-products__description {
        margin: 0px;
        font-size: 13.6px;
        line-height: 16.3167px;
    }

    .lph-products {
        margin-top: 0;
    }

    .lph-products__tab {
        height: auto;
        padding: 0;
        border-top: none;
        background-color: #fff;
    }

    .lph-products__title {
        font-size: 15px;
        letter-spacing: 0px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    .lph-products__icon {
        display: none;
    }

    .lph-products__part {
        padding: 5px 0 20px;
    }

    .lph-products__info {
        padding: 0;
        font-size: 13px;
    }

    .lph-products__list {
        margin: 0;
    }

    .lph-products__link {
        font-size: 13.6px;
    }

    .lph-products__description {
        margin: 0;
        padding-bottom: 5px;
        font-size: 13px;
        border-bottom: none;
    }
}

.lph-product {
    width: 100%;
}

.lph-product__title {
    margin: 20px 0 15px;
    padding: 0 18px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 22px;
    letter-spacing: 0.8px;
    color: #b81233;
}

@media (min-width: 980px) {
    .lph-product__title {
        font-family: "PT Sans", sans-serif;
        font-size: 25.8333px;
        letter-spacing: 0px;
        color: #b81233;
    }
}

/*.lph-product__title_mark::after {
      content: '®'; }*/
.lph-product__title-mark {
    font-size: 12px;
    color: #b81233;
}

.lph-product__type {
    margin-bottom: 15px;
    padding: 0 18px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.lph-product__description {
    margin-bottom: 20px;
    padding: 0 18px;
    -webkit-font-feature-settings: "PT Sans Bold", sans-serif;
    font-feature-settings: "PT Sans Bold", sans-serif;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.7px;
    color: #b81233;
}

.lph-product__part {
    display: none;
}

.lph-product__part_active {
    display: block;
}

.lph-product__docs {
    padding: 20px 18px;
}

.lph-product__docs .product-table {
    padding: 20px 0px;
}

.lph-product__info {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.lph-product__images {
    display: -ms-inline-flexbox;
    display: -webkit-box;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: left;
}

.lph-product__image-container {
    position: relative;
    display: block;
    width: 140px;
    margin: 0 5px 30px;
    padding: 5px;
    border: 1px solid #d4d4d9;
}

.lph-product__image {
    max-width: 100%;
}

.lph-product__image-icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 18px;
    height: 18px;
    background: url("/assets/img/zoom.png") no-repeat 0 0;
}

@media (min-width: 980px) {
    .lph-product__title {
        padding: 0;
        font-size: 25px;
    }

    .lph-product__type {
        padding: 0;
        font-size: 17px;
        color: #474F51;
    }

    .lph-product__description {
        padding: 0;
        font-size: 16.3px;
        font-family: "PT Sans", sans-serif;
        font-weight: bold;
        line-height: 22px;
        letter-spacing: 0px;
        color: #59595b;
    }

    .lph-product__docs {
        padding: 10px 0;
    }

    .lph-product__info {
        letter-spacing: 0px;
        font-size: 14px;
    }

    .lph-product__image-container {
        width: 160px;
        margin: 0 5px 30px;
        padding: 10px;
    }

    .lph-product__image-icon {
        right: 10px;
        bottom: 10px;
    }
}

.company {
    width: 100%;
}

.company__left-column {
    display: none;
}

.company__center-column {
    width: 100%;
}

.company__right-column {
    width: 100%;
}

.company__breadcrumbs {
    display: none;
}

.company__documents {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding-right: 0;
    border-top: 1px solid #d4d4d9;
    border-bottom: 1px solid #d4d4d9;
}

.company__documents-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
}

.company__pdf-link {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.6px;
    color: #59595b;
}

.company__pdf-image {
    width: 90px;
    height: 60px;
    margin: 0 15px;
}

.company__pdf-description {
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.6px;
    color: #59595b;
}

.company__description {
    margin: 16px 0 20px;
    padding: 0 18px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.company__info {
    padding: 18px;
}

.company__info-text {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    /*letter-spacing: 0.6px;*/
    color: #59595b;
}

.company__images {
    display: none;
}

.company__image-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 18px;
    height: 18px;
    background: url("/assets/img/zoom.png") no-repeat 0 0;
}

.company__list {
    margin: 0;
    margin-bottom: 20px;
    padding: 18px;
    list-style-type: none;
    background-color: #f1f1f1;
    color: #59595b;
}

.page-content .company__list {
    margin: 0;
    margin-bottom: 20px;
    padding: 18px;
}

.company__item {
    margin-bottom: 10px;
}

.company__link {
    color: #59595b;
    font-size: 18px;
    text-decoration: underline;
}

.page-content a.company__link {
    color: #59595b;
    font-size: 18px;
    text-decoration: underline;
}

.company__link:hover {
    text-decoration: none;
}

@media (min-width: 660px) {
    .company__documents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .company__pdf {
        width: 45%;
        margin-bottom: 0;
    }
}

@media (min-width: 980px) {
    .company {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 980px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .company__left-column {
        display: block;
        width: 180px;
    }

    .company__center-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 585px;
    }

    .company__center-column-right {
        width: 785px;
    }

    .company__right-column {
        width: 175px;
    }

    .company__breadcrumbs {
        display: block;
    }

    .company__title {
        margin-bottom: 20px;
        margin-top: 10px;
        padding: 0;
        font-size: 25px;
    }

    .company__documents {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: block;
        width: 100%;
        /*margin-top: 100px;*/
        padding-top: 16px;
        border-bottom: none;
    }

    .company__documents-item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0;
        padding-bottom: 10px;
    }

    .company__pdf-image {
        width: 70px;
        height: 50px;
        margin: 0 10px;
    }

    .company__pdf-link {
        font-family: "PT Sans Bold", sans-serif;
        font-size: 13px;
        color: #62b2e1;
        text-decoration: underline;
    }

    .company__pdf-link:hover {
        text-decoration: none;
    }

    .company__pdf-description {
        font-size: 12px;
    }

    .company__description {
        padding: 0;
        font-size: 16px;
        color: #59595b;
    }

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

    .company__images {
        display: block;
    }

    .company__images .cboxElement {
        position: relative;
        display: block;
    }

    .company__image {
        margin-bottom: 10px;
        width: 200px;
        height: auto;
    }

    .company__info {
        padding-top: 0;
        padding-right: 0;
    }

    .company__info-text {
        font-size: 13px;
    }

    .company__list {
        display: none;
    }
}

.company-mobile-slider {
    width: 100%;
    padding: 0 18px;
    margin-top: 20px;
}

.company-mobile-slider__image {
    width: 100%;
    height: auto;
}

.company-mobile-slider__pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
}

.company-mobile-slider__pagination .swiper-pagination-fraction {
    position: relative;
    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: 50%;
    height: 100%;
    font-size: 18px;
    bottom: auto;
    left: auto;
    color: #59595b;
}

.company-mobile-slider__pagination-icon {
    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: 24px;
    height: 24px;
    color: #59595b;
    cursor: pointer;
}

.company-mobile-slider__pagination-icon:hover {
    color: #62b2e1;
}

.company-mobile-slider__pagination-icon_prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.company-mobile-slider .cboxElement {
    position: relative;
    display: block;
}

@media (min-width: 980px) {
    .company-mobile-slider {
        display: none;
    }
}

.company-strategy {
    padding: 0 18px;
}

.company-strategy__image {
    max-width: 100%;
    margin-bottom: 30px;
}

.company-strategy__title {
    margin: 0;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.company-strategy__title_viking {
    color: #62b2e1;
}

.company-strategy__title_sun {
    color: #faa61a;
}

.company-strategy__title_red-violet {
    color: #b0277f;
}

.company-strategy__title_meadow {
    color: #169b64;
}

.company-strategy__title_mandy {
    color: #de4d4e;
}

.company-strategy__description {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

@media (min-width: 980px) {
    .company-strategy {
        padding: 0;
    }

    .company-strategy__title {
        font-size: 15px;
    }

    .company-strategy__description {
        font-size: 13px;
    }
}

.company-contacts {
    /*padding: 0 18px;*/
}

.company-contacts__title {
    margin-top: 0;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #59595b;
}

.company-contacts__text-block {
    margin-bottom: 25px;
    font-family: "PT Sans", sans-serif; /*  Regular */
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.company-contacts__link {
    color: #62b2e1;
    text-decoration: underline;
}

.company-contacts__link:hover {
    text-decoration: none;
}

.company-contacts__map {
    display: none;
}

@media (min-width: 980px) {
    .company-contacts {
        padding: 0;
    }

    .company-contacts__title {
        font-size: 14px;
    }

    .company-contacts__text-block {
        font-size: 13px;
    }

    .company-contacts__map {
        display: block;
        width: 100%;
        padding-top: 20px;
        border-top: 1px solid #d4d4d9;
    }
}

.company-map-mobile {
    padding: 0 18px;
}

.company-map-mobile__title {
    margin-top: 0;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 22px;
    letter-spacing: 0.8px;
    color: #62b2e1;
}

.company-map-mobile__image {
    max-width: 100%;
}

.company-map-mobile__select {
    width: 100%;
    height: 40px;
    margin-top: 20px;
    padding: 4px 10px;
    border: 1px solid #d4d4d9;
    color: #59595b;
    font-size: 18px;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/assets/img/caret-down.png") no-repeat #f1f1f1;
    background-position: calc(100% - 10px) center;
}

.company-map-mobile__option {
    max-width: 100%;
    font-size: 18px;
    color: #59595b;
}

@media (min-width: 980px) {
    .company-map-mobile {
        display: none;
    }
}

.services {
    width: 100%;
}

.services__left-column {
    display: none;
}

.services__center-column {
    width: 100%;
}

.services__center-column.video-full {
    width: 100%;
}

.services__right-column {
    width: 100%;
}

.services__breadcrumbs {
    display: none;
}

.services__title {
}

.services__documents {
    width: calc(100% - 36px);
    margin: 0 auto;
    padding: 20px 0;
    border-top: 1px solid #d4d4d9;
    border-bottom: 1px solid #d4d4d9;
}

.services__pdf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #c0c0c0;
    margin-bottom: 10px;
}

.services__youtube {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #c0c0c0;
    margin-bottom: 10px;
}

.services__pdf:last-child {
    margin-bottom: 0;
}

.page-content a.services__pdf {
    text-decoration: none;
}

.services__youtube:last-child {
    margin-bottom: 0;
}

.page-content a.services__youtube {
    text-decoration: none;
}

.services__youtube-image {
    width: 40px;
    height: 47px;
    margin: 0 10px 0 20px;
}

.services__pdf-image {
    width: 40px;
    height: 47px;
    margin: 0 10px 0 20px;
}

.services__pdf-title, .services__pdf-description {
    padding-bottom: 3px;
    font-size: 17px;
    line-height: 1.22;
    letter-spacing: 0.6px;
    color: #59595b;
}

.services__youtube-title, .services__youtube-description {
    padding-bottom: 3px;
    font-size: 17px;
    line-height: 1.22;
    letter-spacing: 0.6px;
    color: #59595b;
}

.services__description {
    margin: 16px 0 20px;
    padding: 0 18px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    letter-spacing: 0.6px;
    color: #59595b;
}

.services__info-text {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #59595b;
}

.services__images {
    display: none;
}

.services__image-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 18px;
    height: 18px;
    background: url("/assets/img/zoom.png") no-repeat 0 0;
}

.services__list {
    margin: 0;
    margin-bottom: 20px;
    padding: 18px;
    list-style-type: none;
    background-color: #f1f1f1;
    color: #59595b;
}

.services__item {
    margin-bottom: 10px;
}

.services__link {
    color: #59595b;
    font-size: 18px;
    text-decoration: underline;
}

.services__link:hover {
    text-decoration: none;
}

.services__pagination-lang {
    padding: 0 18px;
}

.services__pest {
    padding: 0 18px;
}

.services__pest-title {
    margin: 0;
    margin-bottom: 20px;
    font-family: "PT Sans Bold", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #59595b;
}

.services__pest-text {
    margin: 0;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #59595b;
}

.services__pest-link {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #2abae7;
    text-decoration: underline;
}

.services__pest-link:hover {
    text-decoration: none;
}

.services__pest-link_back::after {
    content: ' >>';
}

.services__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.services__archives {
    display: none;
}

@media (min-width: 980px) {
    .services {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 980px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .services__left-column {
        display: block;
        width: 180px;
    }

    .services__center-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 585px;
    }

    .services__center-column.video-full {
        width: 785px;
    }

    .services__right-column {
        width: 175px;
    }

    .services__breadcrumbs {
        display: block;
    }

    .services__title {
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 0;
        font-size: 25px;
    }

    .services__documents {
        width: 100%;
        padding: 16px 0;
        margin-bottom: 20px;
    }

    .services__youtube-image {
        width: 27px;
        height: 33px;
        margin-left: 0;
    }

    .services__pdf-image {
        width: 27px;
        height: 33px;
        margin-left: 0;
    }

    .services__youtube-title {
        font-size: 13px;
        color: #c0c0c0;
    }

    .services__youtube-description {
        font-size: 12px;
        color: #a0a0a0;
    }

    .services__pdf-title {
        font-size: 13px;
        color: #c0c0c0;
    }

    .services__pdf-description {
        font-size: 12px;
        color: #a0a0a0;
    }

    .services__description {
        padding: 0;
        font-size: 16px;
        color: #59595b;
    }

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

    .services__images {
        display: block;
        margin-right: 20px;
    }

    .services__images .cboxElement {
        position: relative;
        display: block;
    }

    .services__image {
        margin-bottom: 10px;
        width: 200px;
        height: 143px;
    }

    .services__info {
        padding-top: 0;
        padding-right: 0;
    }

    .services__info-text {
        font-size: 13px;
        line-height: 18px;
        letter-spacing: 0px;
        color: #2f373a;
    }

    .services__list {
        display: none;
    }

    .services__pagination-lang {
        padding: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .services__pest {
        padding: 0;
    }

    .services__pest-title, .services__pest-text {
        font-family: "Tahoma", sans-serif;
        font-size: 12px;
        line-height: 1.5;
        color: #2f373a;
    }

    .services__pest-link {
        width: 100%;
        text-align: right;
        font-family: "Tahoma", sans-serif;
        font-size: 12px;
        line-height: 1.5;
    }

    .services__pest-link_back {
        text-align: left;
    }

    .services__pest-link_back::after {
        content: ' >>';
    }

    .services__top .services__title {
        margin-top: 0;
    }

    .services__archives {
        display: block;
        width: 100%;
        margin-top: 30px;
    }
}

.services-mobile-slider {
    width: 100%;
    padding: 0 18px;
    margin-top: 20px;
}

.services-mobile-slider_pest {
    padding: 0;
    margin-bottom: 20px;
}

.services-mobile-slider_pest .services-mobile-slider__pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
}

.services-mobile-slider_pest .services-mobile-slider__pagination .swiper-pagination-fraction {
    position: relative;
    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: 50%;
    height: 100%;
    font-size: 18px;
    bottom: auto;
    left: auto;
    color: #59595b;
}

.services-mobile-slider__image {
    width: 100%;
    height: auto;
}

.services-mobile-slider__pagination {
    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: 100%;
    height: 40px;
}

.services-mobile-slider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 20px;
    border-radius: 0;
    background: url("/assets/img/slider/pagination.png") no-repeat;
    background-size: cover;
}

.services-mobile-slider__pagination .swiper-pagination-bullet-active {
    background: url("/assets/img/slider/pagination-active.png") no-repeat;
    background-size: cover;
}

.services-mobile-slider__pagination-icon {
    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: 24px;
    height: 24px;
    color: #59595b;
    cursor: pointer;
}

.services-mobile-slider__pagination-icon:hover {
    color: #62b2e1;
}

.services-mobile-slider__pagination-icon_prev {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.services-mobile-slider .cboxElement {
    position: relative;
    display: block;
}

@media (min-width: 980px) {
    .services-mobile-slider {
        display: none;
    }

    .services-mobile-slider_pest {
        display: block;
        width: 300px;
        height: 200px;
        margin: 0 30px 60px 0;
        padding: 0;
        float: left;
    }
}

.services-pagination-lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    list-style-type: none;
}

.services-pagination-lang__link, .services-pagination-lang__blank {
    display: block;
    margin-right: 10px;
    font-size: 18px;
    line-height: 2.17;
    letter-spacing: 0.6px;
    color: #59595b;
    text-transform: uppercase;
}

.services-pagination-lang__link {
    text-decoration: underline;
}

.services-pagination-lang__link:hover {
    text-decoration: none;
}

@media (min-width: 980px) {
    .services-pagination-lang__link,
    .services-pagination-lang__blank {
        margin-right: 8px;
        font-size: 13px;
        line-height: 1.3;
    }
}

.services-newspaper-menu {
    margin: 0;
    margin-bottom: 20px;
    padding: 18px;
    list-style-type: none;
    background-color: #f1f1f1;
    color: #59595b;
}

.services-newspaper-menu__item {
    margin-bottom: 10px;
}

.services-newspaper-menu__link {
    color: #59595b;
    font-size: 18px;
    text-decoration: underline;
}

.services-newspaper-menu__link_active {
    color: #62b2e1;
    text-decoration: none;
}

.services-newspaper-menu__link:hover {
    text-decoration: none;
}

.services-newspaper-menu__submenu {
    margin: 0;
    margin-left: 30px;
    padding: 0;
    padding-top: 10px;
    list-style-type: none;
    background-color: #f1f1f1;
    color: #59595b;
}

.services-newspaper-menu__subitem {
    margin-bottom: 10px;
}

.services-newspaper-menu__sublink {
    color: #59595b;
    font-size: 18px;
    text-decoration: underline;
}

.services-newspaper-menu__sublink_active {
    color: #62b2e1;
    text-decoration: none;
}

.services-newspaper-menu__sublink:hover {
    text-decoration: none;
}

@media (min-width: 980px) {
    .services-newspaper-menu {
        display: none;
    }
}

.services-newspaper-pagination {
    width: 100%;
}

.services-newspaper-pagination__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.services-newspaper-pagination__item {
    display: block;
    margin: 0 5px;
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.7px;
    color: #59595b;
}

.blog-page-first {
    color: #62b2e1;
}

.services-newspaper-pagination__item_zero {
    margin-bottom: -5px;
}

.services-newspaper-pagination__link {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.7px;
    color: #62b2e1;
    text-decoration: underline;
}

.services-newspaper-pagination__link_active {
    color: #59595b;
    text-decoration: none;
}

.services-newspaper-pagination__link_prev {
    text-decoration: none;
}

.services-newspaper-pagination__link_prev svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.services-newspaper-pagination__link:hover {
    text-decoration: none;
}

.services-newspaper-pagination__navigation {
    display: none;
}

@media (min-width: 980px) {
    .services-newspaper-pagination__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .services-newspaper-pagination__item {
        font-size: 17px;
    }

    .services-newspaper-pagination__link {
        font-size: 17px;
    }

    .services-newspaper-pagination__link_active {
        padding: 5px;
        color: #fff;
        background-color: #62b2e1;
    }

    .services-newspaper-pagination__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        list-style-type: none;
    }
}

.services-newspaper__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 18px;
    list-style-type: none;
    color: #59595b;
}

.services-newspaper__menu-item {
    margin-right: 10px;
    line-height: 2.17;
    letter-spacing: 0.6px;
    color: #59595b;
    font-size: 18px;
}

.services-newspaper__menu-item::after {
    content: '|';
    padding-left: 10px;
}

.services-newspaper__menu-item:last-child::after {
    display: none;
}

.services-newspaper__menu-link {
    color: #59595b;
    font-size: 18px;
    text-decoration: underline;
}

.services-newspaper__menu-link_active {
    color: #62b2e1;
    text-decoration: none;
}

.services-newspaper__menu-link:hover {
    text-decoration: none;
}

.services-newspaper__article {
    padding: 0 18px;
    margin-bottom: 30px;
}

.services-newspaper__article-title {
    margin: 0;
    margin-bottom: 10px;
}

.services-newspaper__article-title-link {
    font-family: "PT Sans", sans-serif;
    font-size: 20.4px;
    line-height: 1.1;
    letter-spacing: 0.7px;
    color: #62b2e1;
    text-decoration: underline;
}

.services-newspaper__article-title-link:hover {
    text-decoration: none;
}

.services-newspaper__article-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.22;
    letter-spacing: 0.6px;
    color: #59595b;
}

.services-newspaper__article .services-newspaper__article-text a {
    text-decoration: underline;
    color: #62b2e1;
}

.services-newspaper__article .services-newspaper__article-text a:hover {
    text-decoration: none;
}

.services-newspaper__archives {
    padding: 0 18px;
}

.services-newspaper__pagination {
    margin-bottom: 40px;
    padding: 0 18px;
}

@media (min-width: 980px) {
    .services-newspaper__menu {
        padding: 0;
    }

    .services-newspaper__menu-item {
        margin-right: 5px;
        line-height: 1.2;
        color: #59595b;
        font-size: 13px;
    }

    .services-newspaper__menu-item::after {
        padding-left: 5px;
    }

    .services-newspaper__menu-link {
        font-size: 13px;
        color: #a7a9ac;
    }

    .services-newspaper__article {
        margin-bottom: 15px;
        padding: 0;
    }

    .services-newspaper__article-text {
        font-size: 13px;
        color: #2f373a;
    }

    .services-newspaper__archives {
        display: none;
    }

    .services-newspaper__pagination {
        margin-bottom: 0;
        margin-top: 40px;
        padding: 0;
    }

    /*.services__info p {
    font: 12px Tahoma,Geneva,sans-serif;
    margin: 0 0 20px;
  }

  .services__info p b{
    font-family: Tahoma,Geneva,sans-serif;
    font-weight: bold
  }*/

}

.services-archive {
    width: 100%;
    padding: 17px 5px 17px 20px;
    background-color: #f0f0f0;
    margin-bottom: 40px;
}

.services-archive_pdf {
    margin-bottom: 0;
    background-color: #f4f1e1;
}

.services-archive__title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.7px;
    color: #59595b;
    font-weight: normal;
}

.services-archive__list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.services-archive__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.services-archive__row-item {
    margin-right: 8px;
}

.services-archive__row-link {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.5px;
    color: #59595b;
    text-decoration: underline;
}

.services-archive__row-link_year {
    color: #62b2e1;
}

.services-archive__row-link:hover {
    text-decoration: none;
}

@media (min-width: 980px) {
    .services-archive {
        margin-bottom: 18px;
        padding: 10px 7px;
    }

    .services-archive__title {
        font-size: 16px;
    }

    .services-archive__row-item {
        margin-right: 5px;
    }

    .services-archive__row-link {
        font-size: 9px;
    }
}

@media (max-width: 980px) {
    body {
        font-family: "PT Sans", sans-serif; /*  Regular */
    }

    .company__title {
        padding-left: 18px;
        font-family: "PT Sans Bold", sans-serif;
        font-size: 22px;
        letter-spacing: 0.8px;
        color: #62b2e1;
    }

    .services__title {
        padding-left: 18px;
        font-family: "PT Sans Bold", sans-serif;
        font-size: 22px;
        letter-spacing: 0.8px;
        color: #62b2e1;
    }

    .services__info,
    .atlas-section {
        padding: 18px;
    }

}

.YouTubePopUp-Wrap {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9999999999999;
}

.YouTubePopUp-animation {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUp;
    animation-name: YouTubePopUp;
}

@-webkit-keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes YouTubePopUp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.YouTubePopUp-Wrap {
    z-index: 99998;
}

.YouTubePopUp-Content {
    max-width: 680px;
    display: block;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.YouTubePopUp-Content iframe {
    max-width: 100% !important;
    width: 100% !important;
    display: block !important;
    height: 480px !important;
    border: none !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.YouTubePopUp-Hide {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: YouTubePopUpHide;
    animation-name: YouTubePopUpHide;
}

@-webkit-keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes YouTubePopUpHide {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.YouTubePopUp-Close {
    position: absolute;
    top: 0;
    cursor: pointer;
    bottom: 528px;
    right: 0px;
    margin: auto 0;
    width: 24px;
    height: 24px;
    background: url(/images/close.png) no-repeat;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    -moz-background-size: 24px 24px;
    -o-background-size: 24px 24px;
}

.YouTubePopUp-Close:hover {
    opacity: 0.5;
}

@media all and (max-width: 768px) and (min-width: 10px) {
    .YouTubePopUp-Content {
        max-width: 90%;
    }
}

@media all and (max-width: 600px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 320px !important;
    }

    .YouTubePopUp-Close {
        bottom: 362px;
    }
}

@media all and (max-width: 480px) and (min-width: 10px) {
    .YouTubePopUp-Content iframe {
        height: 220px !important;
    }

    .YouTubePopUp-Close {
        bottom: 262px;
    }
}


.l-grid-columns {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;

    color: #2f373a;
    font-size: 13px;
}

.l-grid-columns-footer {
    align-content: stretch;
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    color: #2f373a;
    font-size: 13px;
}

.grid-column {

    display: inline-block;
    flex: 0 1 150px;
    width: 150px;
    padding: 15px 0;
}

.grid-column-footer {

    display: inline-block;
    flex: 0 1 150px;
    width: 150px;
    padding: 15px 0;
}

.grid-column-top {

    display: inline-block;
    flex: 0 1 150px;
    width: 150px;
    padding: 0px 0 15px 0;
}

.grid-column-2 {

    display: inline-block;
    padding: 15px 0;
    width: 335px;

}

.contain {
    padding: 0px 30px 0px 30px;
}


.red-bg-title {
    background: #e70034;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 2px 30px 2px 30px;
    text-align: center;
    text-transform: uppercase;
}

.content-text a.btn-download-blank {

    border-radius: 4px;
    background: #00b6ef;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 150px;
}

.content-text a.btn-upload-blank {
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 150px;
    background: #f5a301;
}


.step-title {
    position: relative;
    padding-left: 70px;
}

.first-step-icon {
    background: url("/assets/img/order/icon1.png") no-repeat scroll 0 0;
    height: 62px;
    left: 0;
    position: absolute;
    top: 0;
    width: 62px;
}

.first-step {
    color: #00b6ef;
    font-weight: bold;
}

.part-1 {
    border-bottom: 1px solid #00b6ef;
}

.two-step-icon {
    background: url("/assets/img/order/icon2.png") no-repeat scroll 0 0;
    height: 62px;
    left: 0;
    position: absolute;
    top: 0;
    width: 62px;
}

.two-step {
    color: #7db713;
    font-weight: bold;
}

.part-2 {
    border-bottom: 1px solid #7db713;
}


.three-step-icon {
    background: url("/assets/img/order/icon3.png") no-repeat scroll 0 0;
    height: 62px;
    left: 0;
    position: absolute;
    top: 0;
    width: 62px;
}

.three-step {
    color: #f5a301;
    font-weight: bold;
}

.part-3 {
    border-bottom: 1px solid #f5a301;
}

.icon-car {
    background: url("/assets/img/order/icon-car.png") no-repeat scroll 0 0;
    height: 22px;
    left: 0;
    position: absolute;
    top: 6px;
    width: 40px;
}

.icon-map {
    background: url("/assets/img/order/icon-map.png") no-repeat scroll 0 0;
    height: 40px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 40px;
}

.icon-print {
    background: url("/assets/img/order/icon-print.png") no-repeat scroll 0 0;
    height: 40px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 40px;
}

.item-delivery {
    position: relative;
    font-size: 12px;
    font-style: italic;
    padding: 0px 0px 16px 50px;
}

.blue-text {
    font-weight: bold;
    color: #00b7ed;
}

.text-delivery {
    padding: 0px 0px 10px 0px;
}

.order-form-fields {
    width: 150px;
}

.order-form-fields .inputtext {
    border: 1px solid #e4e6e5;
    border-radius: 3px;
    padding: 4px;
    width: 150px;

}

.order-form-fields .field .required {
    color: #e40234;
    font-weight: bold;
    left: -6px;
    position: absolute;
    top: 9px;
}

.order-form-fields .field {
    position: relative;
    padding-bottom: 4px;
}

.small-text {
    padding-top: 18px;
    font-size: 12px;
    font-style: italic;
}

.info-status {
    padding-top: 18px;
}

.mobile-show {
    display: none;
}

.text-p {
    padding-bottom: 20px;
}

.submit-form-order-lph {
    background: #f5a301 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 150px;
    border: 0px;
}

.form-input {
    overflow: hidden;
    overflow: hidden;
    width: 150px;
}

ul.sub-sub-menu-list {
    display: none;
}

li.left-column-navigation__under-sub-item.current ul.sub-sub-menu-list {
    display: block;
}

li.left-column-navigation__under-sub-item.current ul.sub-sub-menu-list a {
    color: !important;
}

li.left-column-navigation__under-sub-item.current ul.sub-sub-menu-list a.current {
    color: rgb(186, 12, 47) !important;
}

@media screen and (max-width: 980px) {

    .l-grid-columns {
        display: block;

    }

    .contain {
        padding: 0px 15px 0px 15px;
    }

    .grid-column {
        display: block;
        clear: both;
        margin: 0px;
        width: 150px;
        margin: 0 auto;
        padding: 0px 0px 0px 0px;
    }

    .grid-column-top {
        display: block;
        clear: both;
        margin: 0px;
        width: 100%;
        text-align: center;
    }

    .step-title {
        padding: 0;
    }

    .l-grid-columns {
        padding: 15px 0;
    }


    .first-step-icon {
        left: -70px;
    }


    .two-step-icon {
        left: -70px;
    }

    .three-step-icon {

        left: -70px;

    }

    .dt-show {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    .step-title {
        padding-bottom: 20px;
    }

    .order-form-fields {
        margin-top: 15px;
    }

    .info-status {
        margin-bottom: 10px;
    }


    .grid-column-footer {
        width: 125px;
    }

    .grid-column-2 {
        padding-left: 20px;
    }

    .part-1, .part-2, .part-3 {
        margin: 0px 17px 0px 17px;
    }

}

.product__documents--company {
    margin-bottom: 20px;
}

.product__documents--company .product-list__excel-image, .product__documents--company .product-list__pdf-image {
    width: 27px;
    height: 33px;
    object-fit: contain;
}

.breadcrumbs .left-column-navigation__link {
  display: none;
}
#section-photo {
    width: 100%;
}
#section-photo img {
    width: 100%;
}