/* author: Pavel Lavrus email: onechifu@gmail.com */
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-regular/Roboto-Regular.eot?');
    src:    url('fonts/roboto-regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-regular/Roboto-Regular.ttf?') format('truetype'),
    url('fonts/roboto-regular/Roboto-Regular.woff?') format('woff'),
    url('fonts/roboto-regular/Roboto-Regular.svg?#Roboto') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-regularitalic/roboto-regularitalic.eot?');
    src:    url('fonts/roboto-regularitalic/roboto-regularitalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-regularitalic/roboto-regularitalic.ttf?') format('truetype'),
    url('fonts/roboto-regularitalic/roboto-regularitalic.woff?') format('woff'),
    url('fonts/roboto-regularitalic/roboto-regularitalic.svg?#Roboto') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-medium/Roboto-Medium.eot?');
    src:    url('fonts/roboto-medium/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-medium/Roboto-Medium.ttf?') format('truetype'),
    url('fonts/roboto-medium/Roboto-Medium.woff?') format('woff'),
    url('fonts/roboto-medium/Roboto-Medium.svg?#Roboto') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-mediumitalic/Roboto-MediumItalic.eot?');
    src:    url('fonts/roboto-mediumitalic/Roboto-MediumItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-mediumitalic/Roboto-MediumItalic.ttf?') format('truetype'),
    url('fonts/roboto-mediumitalic/Roboto-MediumItalic.woff?') format('woff'),
    url('fonts/roboto-mediumitalic/Roboto-MediumItalic.svg?#Roboto') format('svg');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-bold/Roboto-Bold.eot?');
    src:    url('fonts/roboto-bold/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-bold/Roboto-Bold.ttf?') format('truetype'),
    url('fonts/roboto-bold/Roboto-Bold.woff?') format('woff'),
    url('fonts/roboto-bold/Roboto-Bold.svg?#Roboto') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src:    url('fonts/roboto-blackitalic/Roboto-BlackItalic.eot?');
    src:    url('fonts/roboto-blackitalic/Roboto-BlackItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/roboto-blackitalic/Roboto-BlackItalic.ttf?') format('truetype'),
    url('fonts/roboto-blackitalic/Roboto-BlackItalic.woff?') format('woff'),
    url('fonts/roboto-blackitalic/Roboto-BlackItalic.svg?#Roboto') format('svg');
    font-weight: 700;
    font-style: italic;
}

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    overflow: visible;
    height: 100%;
    min-height: 100%;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    padding: 0;
    height: 100%;
    position: relative;
    background: #f2f2f2;
    color: #333333;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

a {
    text-decoration: underline;
    color: #e46c3b;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
a:active,
.no-touch a:hover {
    color: #c34511;
    text-decoration: none;
}
.msie a {
    outline: 1px solid transparent;
}
.msie a:active,
.no-touch.msie a:active {
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
.no-touch a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
 textarea {
    resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

   .browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */
 .hidden {
    display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
 .visuallyhidden.focusable:active,
 .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */
 .invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
 .clearfix:before,
 .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}



/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

   @media print,
   (-webkit-min-device-pixel-ratio: 1.25),
   (min-resolution: 1.25dppx),
   (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

   @media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
        http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    .footer {
        display: none !important;
    }

    .tags {
        display: none !important;
    }

    .cover {
        background: none !important;
        width: 100%;
        float: left;
    }
    .cover img {
        display: block !important;
        width: 100%;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

/*    a[href]:after {
        content: " (" attr(href) ")";
        }*/

/*    abbr[title]:after {
        content: " (" attr(title) ")";
        }*/

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

     a[href^="#"]:after,
     a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

     thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* ==========================================================================
Общие стили для карусели и слайдшоу - Owl Carousel 2
========================================================================== */
.owl-stage .animated {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both; 
}
.owl-stage .owl-animated-in {
    z-index: 0; 
}
.owl-stage .owl-animated-out {
    z-index: 1; 
}
.owl-stage .fadeIn {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut; 
}
.owl-stage .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    animation-name: fadeOut; 
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0; 
    }

    100% {
        opacity: 1; 
    } 
}
@-moz-keyframes fadeIn {
    0% {
        opacity: 0; 
    }

    100% {
        opacity: 1; 
    } 
}
@keyframes fadeIn {
    0% {
        opacity: 0; 
    }

    100% {
        opacity: 1; 
    } 
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1; 
    }

    100% {
        opacity: 0; 
    } 
}
@-moz-keyframes fadeOut {
    0% {
        opacity: 1; 
    }

    100% {
        opacity: 0; 
    } 
}
@keyframes fadeOut {
    0% {
        opacity: 1; 
    }

    100% {
        opacity: 0; 
    } 
}
/* 
 *  Owl Carousel - Auto Height Plugin
 */
 .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out; 
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; 
}
.owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; 
}
.owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px); 
}
.owl-nav.disabled, 
.owl-carousel 
.owl-dots.disabled {
    display: none; 
}
.owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-loaded {
    display: block; 
}
.owl-loading {
    opacity: 0;
    display: block; 
}
.owl-hidden {
    opacity: 0; 
}
.owl-refresh .owl-item {
    display: none; 
}
.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; 
}
.owl-rtl {
    direction: rtl; 
}
.owl-rtl .owl-item {
    float: right; 
}

.owl-refresh .owl-item {
    display: none;
}
.owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -moz-touch-callout: none;
    touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-rtl {
    direction: rtl;
}
.owl-rtl .owl-item {
    float: right;
}

.owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; 
}
.owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-video-playing .owl-video-tn,
.owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-video-frame {
    position: relative;
    z-index: 1;
}

.carousel {
    position: relative;
}
.carousel .owl-nav {
    display: none;
}
.carousel .owl-next,
.carousel .owl-prev {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 36px;
    height: 100%;
    color: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.carousel .owl-next {
    left: auto;
    right: 0;
}
.carousel .owl-next:active,
.carousel .owl-next:hover,
.carousel .owl-prev:active,
.carousel .owl-prev:hover {
}
.carousel .owl-next:after,
.carousel .owl-prev:after {
    display: block;
    position: absolute;
    height: 36px;
    margin-top: -18px;
    content: '';
    width: 100%;
    left: 0;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px auto;
    background-color: rgba(255,255,255,.5);
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.carousel .owl-prev:after {
    background-image: url('../img/icon-arrow-left.svg');
}
.carousel .owl-next:after {
    background-image: url('../img/icon-arrow-right.svg');
}
.carousel .owl-next:active:after,
.carousel .owl-next:hover:after,
.carousel .owl-prev:active:after,
.carousel .owl-prev:hover:after {
    background-color: #ffffff;
}
.carousel .owl-next.disabled,
.carousel .owl-prev.disabled {
    cursor: default;
    opacity: 0.6;
}
.carousel .owl-item {
    position: relative;
    z-index: 200;
}
@media only screen and (min-width: 768px) {
    .carousel .owl-nav {
        display: block;
    }
}
/* ==========================================================================
END Общие стили для карусели и слайдшоу - Owl Carousel 2
========================================================================== */


/* ==========================================================================
Fancy box
========================================================================== */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #ffffff;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-top: 30px !important;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.fancybox-outer, 
.fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe 
.fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
    background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 8040;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #757575;
    text-decoration: none;
    background: url('../img/icon-close.svg') center no-repeat;
    background-size: 14px auto;
}
.fancybox-close:active,
.no-touch .fancybox-close:hover {
    color: #f44336;
    text-decoration: none;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../img/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
}
.fancybox-lock body {
    height: auto;
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0,0,0,.5);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0 !important;
}
.fancybox-lock .fancybox-overlay {
    overflow: hidden;
    overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font-size: 13px;
    line-height: 20px;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-prev span, .fancybox-next span {
        background-image: url('../img/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../img/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/* ==========================================================================
END Fancy box
========================================================================== */


/* ==========================================================================
Selectric v1.9.5
========================================================================== */
.selectric-wrapper {
    position: relative;
    cursor: pointer;
    text-align: left;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border: none;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid #cdcdcd;
    -webkit-transition: border-color 0.1s linear;
    -moz-transition: border-color 0.1s linear;
    transition: border-color 0.1s linear;
}
.selectric-hover .selectric {
    border-color: #c34511;
}
.selectric .label {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 35px 0 10px;
    font-size: 16px;
    line-height: 30px;
    color: #888888;
    height: 30px;
    padding-right: 10px;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
    text-align: center;
    speak: none;
    line-height: 32px;
    text-align: center;
    font-size: 26px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
    background-image: url('../img/icon-arrow-down-2.svg');
    -webkit-transition: all 0.1s linear;
    -moz-transition: allr 0.1s linear;
    transition: all 0.1s linear;
}
.selectric-hover .selectric .button {
    background-image: url('../img/icon-arrow-down.svg');
}
.selectric-hover.selectric-open .selectric .button,
.selectric-open .selectric .button {
    background-image: url('../img/icon-arrow-up.svg');
}

.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-top: 1px solid #c34511;
    border-right: 1px solid #c34511;
    border-left: 1px solid #c34511;
    border-bottom: none;
    padding-bottom: 1px;
}
.selectric-open.selectric-above .selectric {
    border-bottom: 1px solid #c34511;
    border-top: none;
    padding-bottom: 0;
    /*padding-top: 1px;*/
}
.selectric-open .selectric-items {
    display: block;
    border-top: none;
    border-bottom: 1px solid #c34511;
    border-right: 1px solid #c34511;
    border-left: 1px solid #c34511;
}
.selectric-open.selectric-above .selectric-items {
    display: block;
    border-bottom: none;
    border-top: 1px solid #c34511;
}

.selectric-disabled {
    border-color: #d7d7d7;
    color: #d7d7d7;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-disabled .selectric {
    border-color: #cdcdcd;
}
.selectric-disabled .button,
.selectric-disabled .label {
    /*filter: alpha(opacity=50);*/
    /*opacity: 0.5;*/
    color: #cdcdcd;
}

.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}

.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}

.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    z-index: -1;
    overflow: hidden;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}
.selectric-items li {
    display: block;
    padding: 7px 10px;
    color: #6b6b6b;
    cursor: pointer;
    border-top: 1px solid #ededed;
}
.selectric-above .selectric-items li {
    border-top: none;
    border-bottom: 1px solid #ededed;
}
.selectric-items ul {
}
.selectric-above .selectric-items ul {
    /*border-bottom: 1px solid #ededed;*/
}

.selectric-items li.selected {
    background: #f7f7f7;
    display: none;
}
.selectric-items li:hover {
    background: #f7f7f7;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
/* ==========================================================================
END Selectric v1.9.5
========================================================================== */


/*!
* jReject (jQuery Browser Rejection Plugin)
* Version 1.1.x
* URL: http://jreject.turnwheel.com/
* Description: jReject is a easy method of rejecting specific browsers on your site
* Author: Steven Bower (TurnWheel Designs) http://turnwheel.com/
* Copyright: Copyright (c) 2009-2014 Steven Bower under dual MIT/GPL license.
*/
#jr_overlay {
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 2147483646;
    position: absolute;
}

#jr_wrap {
    position: absolute;
    width: 100%;
    z-index: 2147483647;
    padding: 0;
    margin: 0;
    /*top: 0 !important;*/
}

#jr_inner {
    font-size: 12px;
    background: #FFF;
    border: 1px solid #CCC;
    color: #4F4F4F;
    margin: 0 auto;
    height: auto;
    padding: 20px;
    position: relative;
    box-sizing: content-box;
    min-width: 300px !important;
}

#jr_header {
    display: block;
    color: #333;
    padding: 5px;
    padding-bottom: 0;
    margin: 0;
    font-weight: bold;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}

#jr_inner p {
    padding: 5px;
    margin: 0;
    line-height: 16px;
}

#jr_inner ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
}

#jr_inner ul li {
    cursor: pointer;
    float: none;
    display: inline-block;
    width: 100px;
    height: 102px;
    margin: 0 10px 10px 10px;
    padding: 0;
    text-align: center;
}

#jr_inner li a {
    color: #333;
    font-size: 0.8em;
    text-decoration: none;
    padding: 0;
    margin: 0;
}

#jr_inner li a:hover {
    text-decoration: underline;
}

#jr_inner .jr_icon {
    width: 80px;
    height: 80px;
    margin: 1px auto;
    padding: 0;
    background: transparent no-repeat scroll left top;
    cursor: pointer;
    background-size: contain !important;
}

#jr_close {
    clear: both;
    padding: 0;
    margin: 0;
    text-align: center;
}
#jr_close a {
    color: #000;
    display: block;
    width: auto;
    margin: 0;
    padding: 10px 0 0 0;
    text-decoration: underline;
}
#jr_close p {
    text-align: left;
    padding: 10px 0 0 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    #jr_wrap {
        top: 0 !important;
    }
}
@media only screen and (min-width: 768px) {
    #jr_wrap {
        position: absolute;
        width: 100%;
        z-index: 2147483647;
        padding: 0;
        margin: 0;
    }
    #jr_inner ul li {
        cursor: pointer;
        float: left;
        width: 120px;
        height: 122px;
        margin: 0 10px 10px 10px;
        padding: 0;
        text-align: center;
    }
    #jr_inner .jr_icon {
        width: 100px;
        height: 100px;
    }
}


/* ==========================================================================
Tooltips
========================================================================== */
.tip {
    position: relative;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
    border-radius: 4px; 
    box-shadow: 0 2px 14px rgba(0,0,0,.2);
    background: #379fe0;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
    padding: 10px;
    overflow: hidden;
    max-width: 280px;
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
}
.tooltipster-default a {
    color: #ffffff;
}
.tooltipster-default a:active,
.no-touch .tooltipster-default a:hover {
    color: #ffffff;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
    /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
    cursor: help;
    margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}
.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
    display: block;
    width: 0; 
    height: 0;
    position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
    left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
    right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-left: 9px solid;
    margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important; 
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important; 
    border-right: 9px solid;
    margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}
.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -o-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
    transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0px !important;
    opacity: 0;
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0px !important;
    opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
/* ==========================================================================
END Tooltips
========================================================================== */


/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
    1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
    2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
    3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
    4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
    5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
    6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
        6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
        */
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }

.mCustomScrollBox{ /* contains plugin's markup */
position: relative;
overflow: hidden;
height: 100%;
max-width: 100%;
outline: none;
direction: ltr;
}

.mCSB_container{ /* contains the original content */
    overflow: hidden;
    width: auto;
    height: auto;
}
/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container{ 
    margin-right: 0;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
    right: auto;
    left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; 
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail{
    width: 2px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
    cursor: pointer;
    width: 100%;
    height: 30px; /* minimum dragger height */
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}
.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }
/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container{
    margin-right: 0;
    margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
    width: 100%;
    height: 2px;
    margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
    width: 30px; /* minimum dragger width */
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
    width: 100%;
    height: 4px;
    margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
    height: 12px; /* auto-expanded scrollbar */
    margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
    height: 8px; /* auto-expanded scrollbar */
    margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }
/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper{
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-right: 30px;
    margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container{
    padding-right: 30px;
    padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
    margin-right: 0;
    margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
    padding-right: 0; 
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
    padding-bottom: 0; 
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
    margin-right: 0; /* non-visible scrollbar */
    margin-left: 0;
}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }
/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools, 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
    -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
    transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
    -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out; 
    -moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out; 
    -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out; 
    transition: width .2s ease-out .2s, height .2s ease-out .2s, 
    margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
    margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
    opacity .2s ease-in-out, background-color .2s ease-in-out; 
}
/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
----------------------------------------
6.1 THEMES 
----------------------------------------
*/
/* theme: "dark" */
.no-touch .mCustomScrollBox .mCS-dark.mCSB_scrollTools {
    opacity: 0;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.no-touch .mCustomScrollBox .mCS-dark.mCSB_scrollTools_onDrag,
.no-touch .mCustomScrollBox:hover .mCS-dark.mCSB_scrollTools {
    opacity: 1;
}
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail { 
    background-color: #c3c3c3; 
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
    background-color: #c3c3c3; 
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #666666; 
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: rgba(0,0,0,0.9);
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonUp { 
    background-position: -80px 0;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonDown { 
    background-position: -80px -20px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft { 
    background-position: -80px -40px;
}
.mCS-dark.mCSB_scrollTools .mCSB_buttonRight { 
    background-position: -80px -56px;
}
/* ---------------------------------------- */


/* ==========================================================================
Custom number
========================================================================== */
.custom_number {
    display: inline-block;
    vertical-align: middle;
}
.custom_number input {
    width: 50px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0;
    border: 1px solid #dddddd;
    font-size: 14px;
    color: #000000;
    vertical-align: middle;
}
.custom_number__btn {
    cursor: pointer;
    height: 32px;
    width: 24px;
    vertical-align: middle;
    display: inline-block;
}
.custom_number__btn i {
    height: 32px;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    background: url('../img/icon-arrow-left.png') right center no-repeat;
}
.custom_number__btn-plus i {
    background-image: url('../img/icon-arrow-right.png');
    background-position: left center;
}
/* ==========================================================================
END Custom number
========================================================================== */


/* ==========================================================================
Custom checkbox
========================================================================== */
.custom_checkbox {
    cursor: pointer;
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    font-size: 14px;
    line-height: 24px;
}
.custom_checkbox input {
    position: absolute;
    left: -99999px;
}
.custom_checkbox>i {
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #595959;
    position: relative;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.custom_checkbox>i:after {
    left: -1px;
    top: 0;
    position: absolute;
    display: block;
    width: inherit;
    height: inherit;
    font-family: 'FontAwesome';
    font-size: inherit;
    line-height: inherit;
    text-align: center;
    color: #000000;
    content: '';
}
.custom_checkbox.active>i:after {
    content: '\f00c';
}
.custom_checkbox span {
    display: block;
    margin-left: 25px;
    line-height: inherit;
}
/* ==========================================================================
END Custom checkbox
========================================================================== */


/* ==========================================================================
Tabs default
========================================================================== */
.tabs__menu {
    display: table;
    margin: 0 auto 40px auto;
    text-align: center;
    padding: 0;
    list-style: none;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.tabs__menu__item {
    display: block;
    float: left;
}
.tabs__menu__item a {
    height: 40px;
    display: block;
    float: left;
    color: #6b6b6b;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}
.tabs__menu__item:first-child a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.tabs__menu__item:last-child a {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}
.tabs__menu__item a:focus {
    outline: none;
}
.tabs__menu__item a:active,
.no-touch .tabs__menu__item a:hover {
    text-decoration: none;
    color: #f44336;
}
.tabs__menu__item.ui-state-active a:active,
.no-touch .tabs__menu__item.ui-state-active a:hover,
.tabs__menu__item.ui-state-active a {
    background: #f44336;
    color: #ffffff;
}
/* ==========================================================================
END Tabs default
========================================================================== */


/* ==========================================================================
Forms
========================================================================== */
.btn {
    border: 1px solid #cdcdcd;
    display: inline-block;
    height: 37px;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 35px;
    color: #888888;
    text-decoration: none;
    background: #ffffff;
    text-align: center;
}
.btn.active,
.btn:active,
.no-touch .btn:hover {
    border-color: #e46c3b;
    color: #888888;
    text-decoration: none;
}


@media only screen and (min-width: 768px) {
}

.inputbox {
    vertical-align: middle;
    border: 1px solid #d7d7d7;
    color: #000000;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    background: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.inputbox:focus {
    outline: none;
    border-color: #4b83e5;
}
.inputbox::-webkit-input-placeholder {
    color: #888888;
}
.inputbox::-moz-placeholder {
    color: #888888;
}
.inputbox:-moz-placeholder {
    color: #888888;
}
.inputbox:-ms-input-placeholder {
    color: #888888;
}
.inputbox:disabled::-webkit-input-placeholder {
    color: #cccccc;
}
.inputbox:disabled::-moz-placeholder {
    color: #cccccc;
}
.inputbox:disabled:-moz-placeholder {
    color: #cccccc;
}
.inputbox:disabled:-ms-input-placeholder {
    color: #cccccc;
}

.textbox {
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    color: #6b6b6b;
    height: 60px;
    line-height: 18px;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #ffffff;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.textbox:focus {
    outline: none;
    border-color: #999999;
}
.textbox::-webkit-input-placeholder {
    color: #888888;
}
.textbox::-moz-placeholder {
    color: #888888;
}
.textbox:-moz-placeholder {
    color: #888888;
}
.textbox:-ms-input-placeholder {
    color: #888888;
}

input[type=text]::-ms-clear {
    display: none;
    width : 0;
    height: 0;
}
input[type=text]::-ms-reveal {
    display: none;
    width : 0;
    height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}
/* ==========================================================================
END Forms
========================================================================== */


/* ==========================================================================
Icons
========================================================================== */
.icon {
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.icon-mail_ok {
    background-image: url('../img/icon-mail_ok.svg');
}
.icon-phone {
    background-image: url('../img/icon-phone.svg');
}
.icon-file {
    background-image: url('../img/icon-file.svg');
}
.icon-callback {
    background-image: url('../img/icon-callback.svg');
}
/* ==========================================================================
END Icons
========================================================================== */


/* ==========================================================================
Animate icons - Transformicons
========================================================================== */
.tcon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 40px;
    background: transparent;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.tcon > * {
    display: block;
}
.tcon:hover, .tcon:focus {
    outline: none; 
}
.tcon::-moz-focus-inner {
    border: 0; 
}
.tcon-menu__lines {
    display: inline-block;
    height: 4px;
    width: 24px;
    border-radius: 1px;
    transition: 0.3s;
    background: #555555;
    position: relative; 
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 4px;
    width: 24px;
    border-radius: 1px;
    transition: 0.3s;
    background: #555555;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 1px center;
    transform-origin: 1px center;
}
.tcon-menu__lines::before {
    top: 8px; 
}
.tcon-menu__lines::after {
    top: -8px; 
}
.tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8); 
}
.tcon-menu--xcross {
    width: auto; 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
    background: transparent; 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before, .tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 24px; 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); 
}
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); 
}
.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


.tcon-loader--spinner360 {
    border-radius: 80%;
    display: block;
    height: 40px;
    width: 40px;
    position: relative;
    -webkit-animation: tcon-spin360 0.675s linear infinite forwards;
    animation: tcon-spin360 0.675s linear infinite forwards;
    background: lightgray; 
}
.tcon-loader--spinner360:before, 
.tcon-loader--spinner360:after {
    content: "";
    display: block;
    position: absolute; 
}
.tcon-loader--spinner360:before {
    border-radius: 0 90px 90px 0;
    height: 40px;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    background: black;
    background-image: linear-gradient(lightgray, black); 
}
.tcon-loader--spinner360:after {
    border-radius: 80%;
    height: 30px;
    width: 30px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: white; 
}
.preloader.tcon-loader--spinner360 {
    width: 20px;
    height: 20px;
}
.preloader.tcon-loader--spinner360:before {
    border-radius: 0 45px 45px 0;
    height: 20px;
    width: 50%;
    top: 0;
    right: 0;
    z-index: 1;
    background: black;
    background-image: linear-gradient(lightgray, black); 
}
.preloader.tcon-loader--spinner360:after {
    border-radius: 80%;
    height: 15px;
    width: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #ffffff; 
}

@-webkit-keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); 
    } 
}

@keyframes tcon-spin360 {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); 
    } 
}

.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; 
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/* ==========================================================================
END Animate icons - Transformicons
========================================================================== */


/* ==========================================================================
Main styles
========================================================================== */
#wrapper {
    width: 100%;
    float: left;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative;
}
.wrapper {
    float: left;
    width: 100%;
    position: relative;
}
#wrapper_inner {
    width: 100%;
    float: left;
    background: #f2f2f2;
    position: relative;
    z-index: 80;
    padding-bottom: 60px;
}
.container {
    display: block;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0 15px;
    min-width: 320px;
}
.wrapper:before,
.wrapper:after,
.container:before,
.container:after,
#wrapper:before,
#wrapper:after,
#wrapper_inner:before,
#wrapper_inner:after {
    position: relative;
    width: 100%;
    height: 0;
    clear: both;
    content: "";
    display: block;
}
@media only screen and (min-width: 768px) {
    .container {
        width: 750px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #wrapper_inner {
        float: none;
        margin: auto;
        width: 750px;
    }
}
@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #wrapper_inner {
        width: 960px;
    }
}
@media only screen and (min-width: 1500px) {
    .container {
        width: 1170px;
    }

    #wrapper_inner {
        width: 1170px;
    }
}

h1 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    color: #222222;
    margin: 0 0 10px 0;
}
h2 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #222222;
    margin: 0 0 10px 0;
}
h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #222222;
    margin: 0;
}
h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #222222;
    margin: 0;
}
.pagetitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #002c54;
    margin: 0 0 30px 0;
}
.blocktitle {
    position: relative;
    font-size: 20px;
    color: #555555;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    padding: 10px 15px;
    margin-bottom: 20px;
    background: #ffffff;
    text-transform: uppercase;
    border: 1px solid #cdcdcd;
}
.blocktitle span {
    color: #c34511;
}

.content {
    margin-top: 10px;
}


@media only screen and (min-width: 768px) {
    h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 22px;
        line-height: 28px;
    }
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
    .blocktitle {
        font-size: 24px;
        line-height: 28px;
        margin-left: 0;
        margin-right: 0;
        padding: 10px 20px;
    }
}

.quote {
    border-bottom: 5px solid #002c54;
    margin: 20px 0;
    position: relative;
    width: 100%;
    float: left;
    background: #e46c3b;
    overflow: visible;
    padding: 20px;
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
}
.quote__text {
    background: #e46c3b;
    font-size: 20px;
    width: auto;
    float: left;
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
    font-style: italic;
}
.quote__author {
    background: #e46c3b;
    color: #ffffff;
    position: relative;
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}
@media only screen and (min-width: 768px) {
    .quote {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding: 20px 30px;
    }
}

.more_info {
    width: 100%;
    text-align: center;
    float: left;
    padding: 0;
}
.more_link,
.more_info__link {
    font-size: 14px;
    line-height: 20px;
    color: #6b6b6b;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}
.more_link:active,
.no-touch .more_link:hover,
.more_info__link:active,
.no-touch .more_info__link:hover {
    text-decoration: none;
}

.block_categories,
.block_categories_select {
    display: none;
}
.selectric-block_categories_select {
    display: block;
}
.selectric-block_categories_select .selectric-items,
.selectric-block_categories_select .selectric {
    border-color: #4b83e5;
}
.selectric-block_categories_select .button {
    color: #4b83e5;
}
@media only screen and (min-width: 768px) {
    .selectric-block_categories_select {
        display: none;
    }
    .block_categories {
        display: block;
        width: 100%;
        float: left;
        text-align: center;
        margin: 0 0 30px 0;
    }
    .block_categories__item {
        display: inline-block;
        border: 2px solid #4b83e5;
        background: #ffffff;
        color: #4b83e5;
        font-size: 13px;
        line-height: 20px;
        padding: 3px 12px;
        font-weight: 400;
        text-decoration: none;
        margin: 3px 2px;
    }
    .block_categories__item.active,
    .block_categories__item:active,
    .no-touch .block_categories__item:hover {
        background: #4b83e5;
        color: #ffffff;
        text-decoration: none;
    }
}

.image-width {
    width: 100%;
    float: left;
    margin: 6px 0 20px 0;
    position: relative;
}
.image-right img,
.image-left img,
.image-width img {
    width: 100%;
    display: block;
}
.image-left {
    width: 100%;
    float: left;
    margin: 6px 0 20px 0;
}
.image-right {
    width: 100%;
    float: right;
    margin: 6px 0 20px 0;
}
.image-width .image__desc,
.image-left .image__desc,
.image-right .image__desc {
    font-size: 14px;
    line-height: 20px;
    color: #707070;
    width: 100%;
    float: left;
    margin-top: 5px;
}
.image__main {
    position: relative;
    width: 100%;
    float: left;
}
.image__source {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    line-height: 20px;
    color: #ffffff;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(0,0,0,0.6)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}
@media only screen and (min-width: 768px) {
    .image-left {
        display: inline-block;
        width: 50%;
        margin: 6px 40px 20px 0;
    }
    .image-right {
        display: inline-block;
        width: 50%;
        margin: 6px 0 20px 40px;
    }
}


.contain,
.cover {
    position: relative;
    background: #f4f4f4;
}
.contain:after,
.cover:after {
    position: absolute;
    content: '';
    background: url("../img/loader.svg") center no-repeat;
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
    display: block;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
    width: 20px;
    height: 20px;
    text-align: center;
    color: #000000;
    -webkit-animation: rotate 1.5s linear infinite;
    animation: rotate 1.5s linear infinite;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
}
.contain.is-loaded:after,
.cover.is-loaded:after {
    display: none;
}
.contain > img,
.contain > img,
.cover > img,
.cover > img {
    display: none !important;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.table_container {
    position: relative;
    overflow: hidden;
    width: 290px;
    margin: auto;
}
.table {
    background: #ffffff;
    width: 100%;
    position: relative;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #cacaca;
}
.table th {
    font-weight: 400;
}
.table th,
.table td {
    padding: 10px;
}
.table th {
    border-left: 1px solid #cacaca;
}
.table td {
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
}
.table td:first-child {
    border-left: none;
}
.table tr:nth-child(odd) td {
}
@media only screen and (min-width: 768px) {
    .table_container {
        width: 750px;
    }
}
@media only screen and (min-width: 992px) {
    .table_container {
        width: 900px;
    }
}
/*@media only screen and (min-width: 1170px) {
    .table_container {
        width: 1070px;
    }
    .content-sidebar .table_container {
        width: 800px;
    }
}
*/
.blockmore {
    width: 100%;
    float: left;
    margin: 30px 0 10px 0;
    text-align: center;
}
.blockmore-btn {
    width: 100%;
    border: 1px solid #cdcdcd;
    display: inline-block;
    height: 35px;
    padding: 0 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 35px;
    color: #888888;
    text-decoration: none;
    background: #ffffff;
    position: relative;
}
.blockmore-btn:active,
.no-touch .blockmore-btn:hover {
    color: #c34511;
    text-decoration: none;
}
.blockmore-btn.loading {
    cursor: default;
}
.blockmore-btn.loading:active,
.no-touch .blockmore-btn.loading:hover,
.blockmore-btn.loading {
    border-color: #d7d7d7;
    background: #ffffff;
    text-decoration: none;
}
.blockmore-btn.loading span {
    opacity: 0;
}
.blockmore-btn.loading .preloader {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}
@media only screen and (min-width: 768px) {
    .blockmore-btn {
        width: auto;
        padding: 0 30px;
    }
}

.social_item {
    display: inline-block;
    margin: 0 4px;
    width: 34px;
    height: 34px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.social_item:active,
.no-touch .social_item:hover {
}
.social_item-fb {
    background-image: url('../img/icon-fb.svg');
}
.no-touch .social_item-fb:hover,
.social_item-fb:active {
    background-image: url('../img/icon-fb-hover.svg');
}
.social_item-tw {
    background-image: url('../img/icon-tw.svg');
}
.no-touch .social_item-tw:hover,
.social_item-tw:active {
    background-image: url('../img/icon-tw-hover.svg');
}
.social_item-vk {
    background-image: url('../img/icon-vk.svg');
}
.no-touch .social_item-vk:hover,
.social_item-vk:active {
    background-image: url('../img/icon-vk-hover.svg');
}
.social_item-in {
    background-image: url('../img/icon-in.svg');
}
.no-touch .social_item-in:hover,
.social_item-in:active {
    background-image: url('../img/icon-in-hover.svg');
}


ul.list-line {
    list-style-type: none;
    padding-left: 20px;
}
ul.list-line li {
    position: relative;
}
ul.list-line li:before {
    display: block;
    float: left;
    content: "-";
    position: absolute;
    left: -15px;
    top: 0;
    line-height: inherit;
    color: inherit;
    margin-right: 10px;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}
/* ==========================================================================
END Main styles
========================================================================== */


/* ==========================================================================
Header
========================================================================== */
body.overflow {
    overflow: hidden;
}
body {
    padding-top: 50px;
}
.header {
    position: fixed;
    top: 0;
    height: 50px;
    background: #ffffff;
    z-index: 5000;
    border-bottom: 1px solid #cdcdcd;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body.fixed .header {
    position: fixed;
    top: -50px;
/*    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    transition: all 0s linear;*/
}
body.fixed .header.scrolled {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    transition: all 0s linear;
/*    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
body.fixed .header.active.scrolled {
/*    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;*/
}
body.fixed .header.active {
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.header .container {
    height: inherit;
}
.header__mobile__top {
    width: 100%;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 100;
}
.header__top {
    display: none;
}
.header__logo {
    display: block;
    position: absolute;
    z-index: 300;
    left: 50%;
    top: 0;
    margin-left: -35px;
    width: 70px;
    height: inherit;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/logo-mini.svg');
}
.header__logo img {
    display: none;
}
.header__mobile_btn-toggle {
    float: right;
    top: 5px;
    position: relative;
    z-index: 200;
}
.header__mobile_btn-toggle .tcon-menu__lines:before,
.no-touch .header__mobile_btn-toggle:hover .tcon-menu__lines:before,
.header__mobile_btn-toggle .tcon-menu__lines:after,
.no-touch .header__mobile_btn-toggle:hover .tcon-menu__lines:after,
.header__mobile_btn-toggle .tcon-menu__lines,
.no-touch .header__mobile_btn-toggle .tcon-menu__lines {
    background: #cdcdcd;
}
.header__mobile_btn-toggle.active .tcon-menu__lines:before,
.header__mobile_btn-toggle:active .tcon-menu__lines:before,
.no-touch .header__mobile_btn-toggle:hover .tcon-menu__lines:before,
.header__mobile_btn-toggle.active .tcon-menu__lines:after,
.header__mobile_btn-toggle:active .tcon-menu__lines:after,
.no-touch .header__mobile_btn-toggle:hover .tcon-menu__lines:after,
.header__mobile_btn-toggle.active .tcon-menu__lines,
.header__mobile_btn-toggle:active .tcon-menu__lines,
.no-touch .header__mobile_btn-toggle:hover .tcon-menu__lines {
    background: #c34511;
}
.header__mobile_btn-toggle .tcon-transform .tcon-menu__lines:after,
.header__mobile_btn-toggle .tcon-transform .tcon-menu__lines:before {
    background: #c34511;
}
.header__mobile_btn-toggle:active .tcon-transform .tcon-menu__lines,
.no-touch .header__mobile_btn-toggle:hover .tcon-transform .tcon-menu__lines,
.header__mobile_btn-toggle .tcon-transform .tcon-menu__lines {
    background: none;
}
.header__mobile {
    display: block;
    position: fixed;
    top: 50px;
    right: -100%;
    background: #ffffff;
    width: 100%;
    z-index: 300;
    opacity: 1;
    -webkit-transition: right 0.3s ease-in-out;
    -moz-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
}
.header__mobile.active {
    opacity: 1;
    right: 0;
}
.header__mobile_inner {
    padding: 20px 15px;
}

.header__left {
    width: 100%;
    float: left;
}
.header__social {
    width: 100%;
    float: left;
    text-align: center;
}

.header__right {
    width: 100%;
    float: right;
}
/* ==========================================================================
START languages switch
========================================================================== */
.lang {
    float: left;
    margin-right: 40px;
    height: 36px;
    /* float: right; */
}
.lang__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.lang__link {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: .05em;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(136, 136, 136, .5);
    cursor: pointer;
}
.lang__link:first-child {
    margin-right: 15px;
}
.lang .lang__link:hover {
    color: rgba(136, 136, 136, .5);
}
.is-current {
    color: #002C54;
}
.lang__link.is-current:hover {
    color: #002C54;
}
.lang_top {
    display: none;
}

@media screen and (max-width: 768px) {
    .lang {
        display: none;
    }
    .lang_top {
        display: block;
        position: absolute;
        top: 50%;
        right: 90px;
        transform: translateY(-50%);
        margin-right: 0;
        z-index: 300;
    }
    .lang__link.is-current {
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .lang_top {
        right: 65px;
    }
}
/* ==========================================================================
END languages switch
========================================================================== */

.header__search {
    width: 100%;
    float: left;
    margin: 20px 0;
    height: 36px;
    line-height: 32px;
    border: 2px solid #cdcdcd;
    background: #ffffff;
    z-index: 300;
    position: relative;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    transition: all 0s linear;
}
.header__search__form {
    float: right;
    width: calc( 100% - 32px );
}
.header__search__inputbox {
    height: 32px;
    vertical-align: top;
    display: block;
    float: left;
    padding: 0 10px;
    margin: 0;
    line-height: 32px;
    width: 100%;
    border: none;
    background: none;
}
.header__search__inputbox:focus {
    outline: none;
}
.header__search__btn-submit,
.header__search__btn-cancel {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    line-height: 32px;
    background: none;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.header__search__btn-submit {
    float: right;
    background-size: 22px auto;
    background-image: url('../img/icon-search.svg');
}
.header__search__btn-submit:active,
.no-touch .header__search__btn-submit:hover {
    background-image: url('../img/icon-search-hover.svg');
}
.header__search__btn-cancel {
    display: none;
    background-size: 16px auto;
    background-image: url('../img/icon-close.svg');
}
.header__search__btn-submit:focus,
.header__search__btn-cancel:focus {
    outline: none;
}

.header__menu_btn-toggle {
    display: none;
}
.header__menu {
    display: block;
    width: 100%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    transition: all 0s linear;
}
.header__menu__link {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
    border-top: 2px solid #cdcdcd;
    color: #002c54;
    text-decoration: none;
    text-transform: uppercase;
}
.header__menu__link:first-child {
    border-top: none;
}
.header__menu__link:active,
.no-touch .header__menu__link:hover {
    text-decoration: none;
    color: #c34511;
}

@media only screen and (min-width: 768px) {
    body {
        padding-top: 80px;
    }
    body.fixed .header {
        top: -80px;
    }
    .header {
        height: 80px;
    }
    .header__mobile__top {
        display: none;
    }
    .header__top {
        display: block;
        width: 100%;
        height: 79px;
        position: absolute;
        padding: 0 15px;
        top: 0;
        left: 0;
        margin-left: -15px;
        background: #ffffff;
        z-index: 100;
        border-bottom: 1px solid #cdcdcd;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
    .header__mobile_btn-toggle {
        display: none;
    }
    .header__mobile {
        position: relative;
        width: auto;
        height: auto;
        float: left;
        width: 100%;
        top: 0;
        left: 0;
        right: -100%;
        bottom: 0;
        background: none;
        z-index: 300;
        -webkit-transition: all 0s linear;
        -moz-transition: all 0s linear;
        transition: all 0s linear;
    }
    .header__mobile_inner {
        height: 80px;
        position: relative;
        padding: 0;
        margin: 0;
        background: none;
    }
    .header__left {
        float: left;
        width: auto;
        height: 80px;
        padding: 22px 0;
        position: relative;
        z-index: 300;
    }
    .header__right {
        width: auto;
        height: inherit;
        float: right;
        padding: 20px 0;
        position: relative;
        z-index: 300;
    }
    .header__search {
        overflow: hidden;
        margin: 0;
        width: 36px;
        border-color: #cdcdcd;
        -webkit-transition: width 0.2s ease-in-out, border-color 0.1s linear;
        -moz-transition: width 0.2s ease-in-out, border-color 0.1s linear;
        transition: width 0.2s ease-in-out, border-color 0.1s linear;
    }
    .header__search.active {
        width: 248px;
        border-color: #c34511;
    }
    .header__search:active,
    .header__search:hover {
        border-color: #c34511;
    }
    .header__search_inner {
        width: 248px;
        float: right;
    }
    .header__search__btn-submit {
        float: right;
        background-image: url('../img/icon-search.svg');
    }
    .header__search.active .header__search__btn-submit,
    .header__search__btn-submit:active,
    .no-touch .header__search__btn-submit:hover {
        background-image: url('../img/icon-search-hover.svg');
    }
    .header__search__btn-cancel {
        display: block;
        background-size: 16px auto;
        background-image: url('../img/icon-close.svg');
    }
    .header__search__btn-submit:focus,
    .header__search__btn-cancel:focus {
        outline: none;
    }
    .header__search__inputbox {
        width: calc( 100% - 32px );
    }

    .header__menu_btn-toggle {
        display: block;
        float: left;
        top: -2px;
        position: relative;
        z-index: 200;
    }
    .header__menu_btn-toggle .tcon-menu__lines:before,
    .no-touch .header__menu_btn-toggle:hover .tcon-menu__lines:before,
    .header__menu_btn-toggle .tcon-menu__lines:after,
    .no-touch .header__menu_btn-toggle:hover .tcon-menu__lines:after,
    .header__menu_btn-toggle .tcon-menu__lines,
    .no-touch .header__menu_btn-toggle .tcon-menu__lines {
        background: #cdcdcd;
    }
    .header__menu_btn-toggle.active .tcon-menu__lines:before,
    .header__menu_btn-toggle:active .tcon-menu__lines:before,
    .no-touch .header__menu_btn-toggle:hover .tcon-menu__lines:before,
    .header__menu_btn-toggle.active .tcon-menu__lines:after,
    .header__menu_btn-toggle:active .tcon-menu__lines:after,
    .no-touch .header__menu_btn-toggle:hover .tcon-menu__lines:after,
    .header__menu_btn-toggle.active .tcon-menu__lines,
    .header__menu_btn-toggle:active .tcon-menu__lines,
    .no-touch .header__menu_btn-toggle:hover .tcon-menu__lines {
        background: #c34511;
    }
    .header__menu_btn-toggle .tcon-transform .tcon-menu__lines:after,
    .header__menu_btn-toggle .tcon-transform .tcon-menu__lines:before {
        background: #c34511;
    }
    .header__menu_btn-toggle:active .tcon-transform .tcon-menu__lines,
    .no-touch .header__menu_btn-toggle:hover .tcon-transform .tcon-menu__lines,
    .header__menu_btn-toggle .tcon-transform .tcon-menu__lines {
        background: none;
    }
    .header__menu {
        display: none;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        background: #ffffff;
        width: 100%;
        float: left;
        padding: 10px 30px 20px 30px;
        margin-bottom: 0;
        text-align: center;
        box-shadow: 0 2px 10px rgba(0,0,0,.2);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .header__menu.active {
        top: 80px !important;
    }
    .header__menu__link {
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        margin-left: 20px;
        border: none;
        position: relative;
        margin-top: 10px;
    }
    .header__menu__link:first-child {
        margin-left: 0;
    }
    .header__menu__link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #db8f70;
        opacity: 0;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    .header__menu__link:active:after,
    .no-touch .header__menu__link:hover:after {
        opacity: 1;
    }
}
@media only screen and (min-width: 992px) {
    .header__logo {
        background-image: url('../img/logo.svg');
        width: 226px;
        margin-left: -113px;
        height: 40px;
        top: 14px;
    }
    .header__search_inner,
    .header__search.active {
        width: 268px;
    }
}
@media only screen and (min-width: 1500px) {
    .header__search_inner,
    .header__search.active {
        width: 368px;
    }
}
/* ==========================================================================
END Header
========================================================================== */


/* ==========================================================================
Material item default
========================================================================== */
.material_item {
    width: 100%;
    float: left;
    position: relative;
}
.material_item_inner {
    width: 100%;
    float: left;
    padding-top: 56.25%;
    position: relative;
}
.material_item__category {
    display: block;
    position: absolute;
    z-index: 100;
    left: 20px;
    top: 0;
    background: #ffffff;
    color: #002c54;
    text-decoration: none;
    padding: 6px 12px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
}
.material_item__category:active,
.no-touch .material_item__category:hover {
    text-decoration: none;
}
.material_item__link {
    text-decoration: none;
    color: #ffffff;
}
.material_item__link:active,
.no-touch .material_item__link:hover {
    text-decoration: none;
    color: #ffffff;
}
.material_item__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
}
.material_item__content {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 20px 20px 10px 20px;
    background: rgba(0,44,84,.6);
    color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.material_item__link:active .material_item__content,
.no-touch .material_item__link:hover .material_item__content {
    text-decoration: none;
    color: #ffffff;
    background: rgba(97,123,147,.9);
}
.material_item__mark {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/icon-mark.svg');
}
.material_item__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;
    float: left;
}
.material_item__content__bottom {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.material_item__like,
.material_item__view,
.material_item__date {
    margin-right: 5px;
    vertical-align: middle;
}
.material_item__like,
.material_item__view {
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 14px;
    padding-left: 20px;
}
.material_item__view {
    background-image: url('../img/icon-eye.svg');
}
.material_item__like {
    background-image: url('../img/icon-like.svg');
}

.material__list__item {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.material__list__item:first-child {
    margin-top: 0;
}
.material__list__item__link {
    color: #333333;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    font-weight: 700;
    display: block;
    width: 100%;
    float: left;
}
.material__list__item__link:active,
.no-touch .material__list__item__link:hover {
    text-decoration: none;
}
.material__list__item__bottom {
    color: #555555;
    margin-top: 5px;   
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 16px;
}
.material__list__item__date {
    display: inline-block;
    vertical-align: middle;
}
.material__list__item__mark {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/icon-mark.svg');
}
@media only screen and (min-width: 768px) {
    .material_item__title {
        font-size: 18px;
        line-height: 22px;
    }
}
/* ==========================================================================
END Material item default
========================================================================== */


/* ==========================================================================
Main carousel block
========================================================================== */
.main_carousel_block {
    margin-top: 30px;
}
.main_carousel .material_item_inner {
    min-height: 300px;
}
.main_carousel .material_item__content {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
}
.main_carousel .material_item__category {
    top: auto;
    bottom: 20px;
    left: 40px;
}
@media only screen and (min-width: 768px) {
    .main_carousel .material_item__title {
        font-size: 24px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .main_carousel .material_item__title {
        font-size: 28px;
        line-height: 32px;
    }
}
/* ==========================================================================
END Main carousel block
========================================================================== */


/* ==========================================================================
News block
========================================================================== */
.news_block {
    margin-top: 30px;
}
.news_block__left {
    width: 100%;
    float: left;
}
.news_block__item-important {
    width: 100%;
    float: left;
}
.news_block__banner {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.news_block__banner_item {
    width: 100%;
    float: left;
    display: block;
    padding-top: 56.25%;
}
.news_block__right {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.news_block__list {
    width: 100%;
    float: left;
}
@media only screen and (min-width: 768px) {
    .news_block__item-important {
        width: 340px;
    }
    .news_block__item-important .material_item {
    }
    .news_block__banner {
        margin-top: 0;
        float: right;
        width: 340px;
    }
}
@media only screen and (min-width: 992px) {
    .news_block {
        margin-top: 50px;
    }
    .news_block__left {
        width: 340px;
    }
    .news_block__right {
        width: auto;
        float: none;
        margin-left: 370px;
    }
    .news_block__banner {
        margin-top: 20px;
    }
}
/* ==========================================================================
END News block
========================================================================== */


/* ==========================================================================
Recommend block
========================================================================== */
.recommend_block {
    margin-top: 30px;
}
.recommend_block .material_item {
    margin-top: 20px;
}
.recommend_block .material_item:first-child {
    margin-top: 0;
}
@media only screen and (min-width: 768px) {
    .recommend_block .material_item {
        width: 50%;
        margin-top: 20px;
        padding-right: 10px;
    }
    .recommend_block .material_item:first-child {
        margin-top: 20px;
    }
    .recommend_block .material_item:nth-child(2n) {
        padding-right: 0;
        padding-left: 10px;
    }
    .recommend_block .material_item:nth-child(2),
    .recommend_block .material_item:nth-child(1) {
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .recommend_block {
        margin-top: 50px;
    }
}
/* ==========================================================================
END Recommend block
========================================================================== */


/* ==========================================================================
Shop and Video block
========================================================================== */
.shop_videos_block {
    margin-top: 30px;
    margin-bottom: 20px;
}
.shop_block {
    width: 100%;
    float: left;
}
.shop_block_inner {
    width: 100%;
    float: left;
    border: 1px solid #cdcdcd;
}
.shop_block .blocktitle {
    margin: 0;
    border: none;
    position: relative;
    padding-right: 40px;
}
.shop_block .blocktitle i {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/icon-winner.svg');
}
.shop_block__item {
    width: 100%;
    float: left;
    padding-top: 56.25%;
    position: relative;
}
.shop_block__item:active,
.no-touch .shop_block__item:hover {
    text-decoration: none;
    color: #ffffff;
}
.shop_block__item__image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.shop_block__item__title {
    bottom: 10px;
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    padding: 20px 20px;
    background: rgba(0,44,84,.6);
    border-bottom: 5px solid rgba(195,69,17,.6);
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.shop_block__item:active .shop_block__item__title,
.no-touch .shop_block__item:hover .shop_block__item__title {
    background: rgba(97,123,147,.9);
    border-color: rgba(195,69,17,.9);
}
.videos_block {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.videos_block_inner {
    width: 100%;
    float: left;
    border: 1px solid #cdcdcd;
}
.videos_block .blocktitle {
    margin: 0;
    border: none;
    position: relative;
    padding-right: 40px;
}
.videos_block .blocktitle i {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/icon-video-player.svg');
}
.videos_block__list {
    background: #ffffff;
    width: 100%;
    float: left;
    position: relative;
    padding: 0 15px;
}
.videos_block__item {
    width: 100%;
    float: left;
    display: table;
    color: #333333;
    text-decoration: none;
    background: #ffffff;
    padding: 11px 0;
}
.videos_block__item:hover,
.videos_block__item:active {
    background-color: #f9ece7;
}
.videos_block__item__img {
    float: left;
    margin-right: 10px;
}
.videos_block__item__img img {
    width: 90px;
    height: 60px;
}
.videos_block__item__title {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #333333;
}
@media only screen and (min-width: 768px) {
    .videos_block__list {
        padding: 0 40px 15px 15px;
    }
    .videos_block__item__img {
        margin-right: 40px;
    }
    .videos_block__item__img img {
        width: 110px;
        height: 75px;
    }
    .videos_block__item {
        padding: 0;
        margin-top: 10px;
    }
    .videos_block__item__title {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .shop_videos_block {
        margin-top: 50px;
    }
    .shop_block {
        width: 50%;
        padding-right: 10px;
    }
    .videos_block {
        width: auto;
        float: none;
        margin-top: 0;
        margin-left: 50%;
        padding-left: 10px;
    }
    .videos_block__list {
        padding-top: 52.8%;
        overflow: hidden;
    }
    .videos_block__list_inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        padding: 0 10px 10px;
    }
    .videos_block__item {
        width: 98%;
    }
    .videos_block__item__img img {
        width: 105px;
        height: 70px;
    }
}
@media only screen and (min-width: 1170px) {
    .videos_block__item__img {
        margin-right: 20px;
    }
    .videos_block__list {
        padding-top: 53.5%;
        overflow: hidden;
    }
}
/* ==========================================================================
END Shop and Video block
========================================================================== */


/* ==========================================================================
Calendar block
========================================================================== */
/*
.calendar_block {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.calendar_block_inner {
    width: 100%;
    float: left;
    border: 1px solid #cdcdcd;
}
.calendar_block .blocktitle {
    margin: 0;
    border: none;
}
.calendar_block .blocktitle {
    margin: 0;
    border: none;
    position: relative;
    padding-right: 40px;
}
.calendar_block .blocktitle i {
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    height: 100%;
    width: 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url('../img/icon-calendar.svg');
}
.calendar_block__list {
    background: #ffffff;
    width: 100%;
    float: left;
    position: relative;
}
.calendar_block__list_inner {
    position: relative;
    float: left;
    width: 100%;
}
.calendar_block__item {
    width: 100%;
    float: left;
    display: table;
    color: #333333;
    text-decoration: none;
    background: #ffffff;
    margin-top: 10px;
}
.calendar_block__item:active,
.no-touch .calendar_block__item:hover {
    text-decoration: none;
    background: #f9ece7;
    color: #333333;
}
.calendar_block__item:first-child {
    margin-top: 0;
}
.calendar_block__item__date {
    display: table-cell;
    vertical-align: middle;
    width: 90px;
    background: #002c54;
    padding: 5px 10px;
}
.calendar_block__item__date__day {
    color: #ffffff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.calendar_block__item__date__year {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.calendar_block__item__title {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
}
@media only screen and (min-width: 992px) {
    .calendar_block {
        width: auto;
        float: none;
        margin-top: 0;
        margin-left: 50%;
        padding-left: 10px;
    }
    .calendar_block__item {
        display: block;
        width: 100%;
        float: left;
    }
    .calendar_block__list {
        padding-top: 56.25%;
        overflow: hidden;
    }
    .calendar_block__list_inner {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}
*/
/* ==========================================================================
END Calendar block
========================================================================== */


/* ==========================================================================
Page videos list
========================================================================== */
.container .content__head__bottom-videos {
    margin-bottom: 30px;
}
.content__buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.content__button__item {
    display: block;
    text-decoration: none;
    color: #888888;
    border: 2px solid #cdcdcd;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.content__head__bottom-videos .content__button__item:hover,
.content__head__bottom-videos .content__button__item:active {
    color: #ffffff;
    background: #c34511;
    border: 2px solid #c34511;
}
.content__button__item.is-active:active,
.content__button__item.is-active:hover,
.content__button__item.is-active {
    color: #ffffff;
    background: #c34511;
    border: 2px solid #c34511;
}
.videos_block__list-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.videos_block__list-item .material_item {
    padding: 10px 0;
}
.blockmore-videos {
    margin-top: 20px;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .content__buttons {
    }
    .content__button__item {
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .videos_block__list-item .material_item {
        width: 50%;
        box-sizing: border-box;
        padding: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .container .content__head__bottom-videos {
    }
    .content__buttons {
    }
    .videos_block__list-item .material_item {
        padding: 5px;
    }
}
@media only screen and (min-width: 1500px) {
    .container .content__head__bottom-videos {
    }
    .content__buttons {
    }
    .videos_block__list-item .material_item {
        width: 33%;
        padding: 15px;
    }
}
/* ==========================================================================
END Page videos list
========================================================================== */


/* ==========================================================================
Page video
========================================================================== */
.content__wrapper {
    width: 100%;
    height: 0;
    padding-top: 50%;
    position: relative;
    margin: 40px 0 15px;
}
.content__wrapper__youtube-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
/* ==========================================================================
END Page video
========================================================================== */


/* ==========================================================================
Opinios block
========================================================================== */
.opinion_block {
    margin-top: 30px;
}
.opinion_block .material_item {
    display: none;
    background: #ffffff;
}
.opinion_block .material_item:first-child {
    display: block;
}
.opinion_block .material_item_inner {
    padding-top: 0;
    padding-bottom: 200px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
}
.opinion_block .material_item__link {
    display: block;
    padding-top: 56.25%;
}
.opinion_block .material_item__image {
    height: auto;
    display: block;
    padding-top: 56.25%;
}
.opinion_block .material_item__content {
    min-height: 200px;
    padding-bottom: 30px;
}
.opinion_block .material_item__title {
    max-height: 200px;
    overflow: hidden;
}
.opinion_block .material_item__content__bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 20px;
}
@media only screen and (min-width: 768px) {
    .opinion_block .material_item {
        float: left;
        width: 230px;
        margin-left: 10px;
        display: none;
    }
    .opinion_block .material_item:first-child {
        margin-left: 0;
    }
    .opinion_block .material_item:nth-child(3),
    .opinion_block .material_item:nth-child(2),
    .opinion_block .material_item:nth-child(1) {
        display: block;
    }
    .opinion_block .material_item__title {
        font-size: 16px;
        line-height: 20px;
    }
    .opinion_block .material_item__like,
    .opinion_block .material_item__view,
    .opinion_block .material_item__date {
        font-size: 11px;
        margin: 0 5px 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .opinion_block {
        margin-top: 50px;
    }
    .opinion_block .material_item {
        width: 280px;
        margin-left: 30px;
    }
    .opinion_block .material_item__like,
    .opinion_block .material_item__view,
    .opinion_block .material_item__date {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1500px) {
    .opinion_block .material_item {
        display: block;
        width: 220px;
        margin-left: 6px;
    }
    .opinion_block .material_item {
        display: block;
        width: 260px;
        margin-left: 23px;
    }
}
/* ==========================================================================
END Opinios block
========================================================================== */


/* ==========================================================================
Page media
========================================================================== */
.opinion_block {
    margin-top: 30px;
}
.opinion_block .material_item {
    display: none;
    background: #ffffff;
}
.opinion_block .material_item:first-child {
    display: block;
}
.opinion_block .material_item_inner {
    padding-top: 0;
    padding-bottom: 200px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
}
.opinion_block .material_item__link {
    display: block;
    padding-top: 56.25%;
}
.opinion_block .material_item__image {
    height: auto;
    display: block;
    padding-top: 56.25%;
}
.opinion_block .material_item__content {
    min-height: 200px;
    padding-bottom: 30px;
}
.opinion_block .material_item__title {
    max-height: 200px;
    overflow: hidden;
}
.opinion_block .material_item__content__bottom {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 20px;
}
@media only screen and (min-width: 768px) {
    .opinion_block .material_item {
        float: left;
        width: 230px;
        margin-left: 10px;
        display: none;
    }
    .opinion_block .material_item:first-child {
        margin-left: 0;
    }
    .opinion_block .material_item:nth-child(3),
    .opinion_block .material_item:nth-child(2),
    .opinion_block .material_item:nth-child(1) {
        display: block;
    }
    .opinion_block .material_item__title {
        font-size: 16px;
        line-height: 20px;
    }
    .opinion_block .material_item__like,
    .opinion_block .material_item__view,
    .opinion_block .material_item__date {
        font-size: 11px;
        margin: 0 5px 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .opinion_block {
        margin-top: 50px;
    }
    .opinion_block .material_item {
        width: 280px;
        margin-left: 30px;
    }
    .opinion_block .material_item__like,
    .opinion_block .material_item__view,
    .opinion_block .material_item__date {
        font-size: 12px;
    }
}
@media only screen and (min-width: 1500px) {
    #page_media__material__list .material_item {
        width: 33.333333%;
        padding-right: 10px;
    }
    #page_media__material__list .material_item:nth-child(3) {
        margin-top: 0;
    }
    #page_media__material__list .material_item:nth-child(3n) {
        padding-left: 10px;
        padding-right: 0;
    }
    #page_media__material__list .material_item:nth-child(3n-1) {
        padding-right: 5px;
        padding-left: 5px;
    }
    #page_media__material__list .material_item:nth-child(3n+1) {
        padding-right: 10px;
        padding-left: 0;
    }
}
/* ==========================================================================
END Page media
========================================================================== */


/* ==========================================================================
Material block
========================================================================== */
.material_block {
    margin-top: 30px;
}
.material_block__main {
    width: 100%;
    float: left;
}
.material_block__list {
    width: 100%;
    float: left;
    margin-top: 20px;
}
@media only screen and (min-width: 992px) {
    .material_block {
        margin-top: 50px;
    }
    .material_block__main {
        width: 50%;
        padding-right: 15px;
    }
    .material_block__list {
        width: auto;
        float: none;
        margin-left: 50%;
        padding-left: 15px;
    }
    .material_block__list .material__list__item {
        display: none;
    }
    .material_block__list .material__list__item:nth-child(3),
    .material_block__list .material__list__item:nth-child(2),
    .material_block__list .material__list__item:nth-child(1) {
        display: block;
    }
}
@media only screen and (min-width: 1500px) {
    .material_block__list .material__list__item {
        display: none;
    }
    .material_block__list .material__list__item:nth-child(4),
    .material_block__list .material__list__item:nth-child(3),
    .material_block__list .material__list__item:nth-child(2),
    .material_block__list .material__list__item:nth-child(1) {
        display: block;
    }
}
/* ==========================================================================
END Material block
========================================================================== */


/* ==========================================================================
Adaprive banner
========================================================================== */
.adaptive_banner {
    width: 100%;
    float: left;
}
.adaptive_banner .container {
    padding: 0;
}
.adaptive_banner__item {
    display: none;
    text-align: center;
    margin: auto;
    overflow: hidden;
}
.adaptive_banner__item-1 {
    display: table;
}
.adaptive_banner__item img {
    display: block;
    max-width: 100%;
    margin: auto;
}
@media only screen and (min-width: 768px) {
    .adaptive_banner__item {
        display: none;
    }
    .adaptive_banner__item-2 {
        display: table;
    }
}
@media only screen and (min-width: 992px) {
    .adaptive_banner__item {
        display: none;
    }
    .adaptive_banner__item-3 {
        display: table;
    }
}
@media only screen and (min-width: 1500px) {
    .adaptive_banner {
    }
    .adaptive_banner__item {
        display: none;
    }
    .adaptive_banner__item-4 {
        display: table;
    }
}
/* ==========================================================================
END Adaprive banner
========================================================================== */


/* ==========================================================================
Breadcrumbs block
========================================================================== */
.breadcrumb_block {
    margin: 20px 0 0 0;
    width: 100%;
    float: left;
}
.breadcrumb_block__item {
    font-size: 14px;
    line-height: 18px;
}
span.breadcrumb_block__item {
    color: #002c54;
}
.breadcrumb_block__separator {
    color: #002c54;
    padding: 0 4px;
}
/* ==========================================================================
END Breadcrumbs block
========================================================================== */


/* ==========================================================================
Page calendar
========================================================================== */
.page_calendar__nav {
    width: 100%;
    float: left;
    display: table;
}
.page_calendar__nav__block {
    display: table-cell;
    text-align: center;
    width: auto;
    vertical-align: middle;
}
.page_calendar__nav__btn {
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    color: #aaaaaa;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    width: 30px;
}
.page_calendar__nav__btn-prev {
    text-align: left;
    float: left;
}
.page_calendar__nav__btn-next {
    float: right;
    text-align: right;
}
.page_calendar__nav__btn i {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page_calendar__nav__btn-prev i {
    background-image: url('../img/icon-arrow-left-2.svg');
}
.page_calendar__nav__btn-next i {
    background-image: url('../img/icon-arrow-right-2.svg');
}
.page_calendar__nav__btn-prev:active i,
.no-touch .page_calendar__nav__btn-prev:hover i {
    background-image: url('../img/icon-arrow-left.svg');
}
.page_calendar__nav__btn-next:active i,
.no-touch .page_calendar__nav__btn-next:hover i {
    background-image: url('../img/icon-arrow-right.svg');
}
.page_calendar__nav__btn span {
    display: none;
    vertical-align: middle;
}
.page_calendar__nav__btn-prev span {
    margin-left: 10px;
}
.page_calendar__nav__btn-next span {
    margin-right: 10px;
}
.page_calendar__nav__curent {
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #c34511;
}

.page_calendar__table {
    width: 100%;
    float: left;
    border: 1px solid #cdcdcd;
    margin: 20px 0;
}
.page_calendar__table__head {
    display: none;
}
.page_calendar__table__head:last-child {
    border-bottom: 0;
    border-top: 1px solid #cdcdcd;
}
.page_calendar__table__row {
    width: 100%;
    float: left;
}
.page_calendar__table__row-head {
    display: none;
}
.page_calendar__table__day {
    width: 100%;
    float: left;
    border-top: 1px solid #cdcdcd;
    padding: 10px;
}
.page_calendar__table__day:first-child {
    border-top: none;
}
.page_calendar__table__day.disabled {
    display: none;
}
.page_calendar__table__day__head {
    width: 34px;
    display: table-cell;
    vertical-align: top;
}
.page_calendar__table__day__number {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
}
.page_calendar__table__day.current .page_calendar__table__day__number {
    background: #c34511;
    color: #ffffff;
    border-color: #c34511;
}
.page_calendar__table__day__events {
    margin-left: 34px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    padding: 4px 0
}
.page_calendar__table__day__event {
    color: #002c54;
    font-size: 13px;
    line-height: 18px;
    width: 100%;
    float: left;
    text-decoration: none;
    display: block;
    margin: 0 0 10px 0;
    position: relative;
}
.page_calendar__table__day__event:after {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    background: #c34511;
    margin-top: 10px;
    margin-left: 10px;
}
.page_calendar__table__day__event:first-child {
    margin-top: 0;
}
.page_calendar__table__day__event:last-child {
    margin-bottom: 0;
}
.page_calendar__table__day__event:last-child:after {
    display: none;
}
.page_calendar__table__day__event:active,
.no-touch .page_calendar__table__day__event:hover {
    text-decoration: none;
}
@media only screen and (min-width: 768px) {
    .page_calendar__nav__btn {
        width: 120px;
    }
    .page_calendar__nav__btn span {
        display: inline-block;
    }
}
@media only screen and (min-width: 992px) {
    .page_calendar__table {
        display: table;
        width: 100%;
        float: left;
    }
    .page_calendar__table__row {
        display: table-row;
        float: none;
        width: auto;
    }
    .page_calendar__table__cell {
        font-size: 14px;
        font-weight: 700;
        line-height: 18px;
        color: #5e5e5e;
        text-align: center;
        display: table-cell;
        vertical-align: top;
        width: 14.285714%;
        padding: 15px 0;
        border-left: 1px solid #cdcdcd;
        border-top: 1px solid #cdcdcd;
    }
    .page_calendar__table__cell:first-child {
        border-left: none;
    }
    .page_calendar__table__row:first-child .page_calendar__table__cell {
        border-top: none;   
    }
    .page_calendar__table__day:first-child,
    .page_calendar__table__day {
        display: table-cell;
        vertical-align: top;
        width: 14.285714%;
        float: none;
        border-left: 1px solid #cdcdcd;
        border-bottom: none;
        border-top: none;
        border-top: 1px solid #cdcdcd;
    }
    .page_calendar__table__day:first-child {
        border-left: none;
    }
    .page_calendar__table__day.disabled {
        display: table-cell;
    }
    .page_calendar__table__day.disabled .page_calendar__table__day__number {
        background: none;
        color: #cdcdcd;
    }
    .page_calendar__table__day__head {
        width: 100%;
        float: left;
        margin: 0;
    }
    .page_calendar__table__day__events {
        width: 100%;
        float: left;
        margin: 0;
        min-height: 120px;
    }
    .page_calendar__table__day__event:after {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
/* ==========================================================================
END Page calendar
========================================================================== */


/* ==========================================================================
Page dossier
========================================================================== */
.page_dossier__category {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    margin-top: 10px;
}
.page_dossier__category:first-child {
    margin-top: 0;
}
.page_dossier__category__head {
    vertical-align: middle;
    padding: 7px 20px;
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer;
}
.page_dossier__category__head:after {
    content: '';
    display: block;
    position: absolute;
    right: 10px;
    top: 7px;
    height: 36px;
    width: 36px;
    background: url('../img/icon-arrow-down.svg') center no-repeat;
    background-size: 20px auto;
}
.page_dossier__category__head.ui-state-active:after {
    background-image: url('../img/icon-arrow-up.svg');
}
.page_dossier__category__head:focus {
    outline: none;
}
.page_dossier__category__head i {
    display: block;
    float: left;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 7px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
}
.page_dossier__category__head__title {
    min-height: 36px;
    display: block;
    padding: 0 20px 0 50px;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #002c54;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-dossier-1 {
    background-image: url('../img/icon-dossier-1.svg');
}
.icon-dossier-2 {
    background-image: url('../img/icon-dossier-2.svg');
}
.icon-dossier-3 {
    background-image: url('../img/icon-dossier-3.svg');
}
.icon-dossier-4 {
    background-image: url('../img/icon-dossier-4.svg');
}
.icon-dossier-5 {
    background-image: url('../img/icon-dossier-5.svg');
}
.icon-dossier-6 {
    background-image: url('../img/icon-dossier-6.svg');
}
.icon-dossier-7 {
    background-image: url('../img/icon-dossier-7.svg');
}
.icon-dossier-8 {
    background-image: url('../img/icon-dossier-8.svg');
}
.icon-dossier-9 {
    background-image: url('../img/icon-dossier-9.svg');
}
.icon-dossier-10 {
    background-image: url('../img/icon-dossier-10.svg');
}

.page_dossier__category__content {
    width: 100%;
    float: left;
    padding: 10px 0 20px 0;
}
.page_dossier__category__block {
    width: 100%;
    float: left;
    padding: 20px 20px 0 20px;
    border-top: 1px solid #cdcdcd;
    margin: 10px 0 20px 0;
}
.page_dossier__category__block:first-child {
    border-top: none;
    padding-top: 0;
}
.page_dossier__category__block__company {
    width: 100%;
    float: left;
    display: block;
    color: #555555;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}
.page_dossier__category__block__company__image {
    width: 50px;
    height: 40px;
    float: left;
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.page_dossier__category__block__company__image img {
    max-width: 100%;
    max-height: 40px;
}
.page_dossier__category__block__company__title {
    margin-left: 60px;
    padding-top: 5px;
}
.page_dossier__category__block__staff {
    margin-top: 15px;
    padding-left: 60px;
    width: 100%;
    float: left;
}
.page_dossier__category__block__staff__name {
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: #002c54;
    text-decoration: none;
}
.page_dossier__category__block__staff__post {
    color: #555555;
    font-size: 12px;
    line-height: 14px;
}

.page_dossier__category__more {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0 15px;
    margin-top: 20px;
}
.page_dossier__category__more__link {
    display: inline-block;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .page_dossier {
        width: auto;
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media only screen and (min-width: 768px) {
    .page_dossier__category__head__title {
        font-size: 20px;
        line-height: 22px;
    }
    .page_dossier__category__content {
        padding: 40px 50px;
    }
    .page_dossier__category__block {
        float: left;
        width: 50%;
    }
    .page_dossier__category__block:nth-child(2) {
        border-top: none;
        padding-top: 0;
    }
    .page_dossier__category__more__link {
        width: 220px;
        float: none;
    }
}
@media only screen and (min-width: 992px) {
    .page_dossier__category__content {
        padding: 40px 20px;
    }
    .page_dossier__category__block {
        width: 33.333333%;
    }
    .page_dossier__category__block:nth-child(3) {
        border-top: none;
        padding-top: 0;
    }
}
@media only screen and (min-width: 1500px) {
    .page_dossier__category__content {
        padding: 40px 80px;
    }
}
/* ==========================================================================
END Page dossier
========================================================================== */


/* ==========================================================================
Page content
========================================================================== */
.content .main img {
    display: block;
    max-width: 100%;
}
.content__head__top {
    color: #002c54;
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}
.content__head__like,
.content__head__view,
.content__head__category,
.content__head__date {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.content__head__like,
.content__head__view {
    background-repeat: no-repeat;
    background-position: 0 center;
    background-size: auto 14px;
    padding-left: 20px;
}
.content__head__view {
    background-image: url('../img/icon-eye-2.svg');
}
.content__head__like {
    background-image: url('../img/icon-like-2.svg');
}

.page_cover {
    width: 100%;
    position: relative;
}
.page_cover img {
    width: 100%;
    display: block;
}

.page_cover__ads,
.page_cover__partner {
    display: table;
    padding: 10px;
    background: #ffffff;
    width: 100%;
    float: left;
    border-bottom: 2px solid #d98c1f;
    border-left: 2px solid #d98c1f;
    border-right: 2px solid #d98c1f;
}
.page_cover__ads__title,
.page_cover__partner__title {
    color: #d98c1f;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-transform: uppercase;
    display: table-cell;
    text-align: right;
    padding-right: 20px;
    vertical-align: middle;
}
.page_cover__ads__title {
    text-align: center;
    padding: 0;
}
.page_cover__partner__logo {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    width: 50%;
    border-left: 2px solid #f7e8d2;
}
.page_cover__ads img,
.page_cover__partner img {
    max-width: 100%;
}

.content__head__bottom {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}
.content__tags {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.content__tags__item {
    display: inline-block;
    padding: 5px 10px;
    background: #e46c3b;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 15px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-decoration: none;
}
.content__tags__item:active,
.no-touch .content__tags__item:hover {
    text-decoration: none;
    color: #ffffff;
    background: #c34511;
}
.content__share {
    width: 100%;
    float: left;
}
.content__share__btn {
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    background: #ffffff;
    font-size: 14px;
    line-height: 35px;
    color: #888888;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.content__share__btn:active,
.no-touch .content__share__btn:hover {
    text-decoration: none;
    color: #888888;
    background: #f7f7f7;
}
.content__share__btn span {
    display: inline-block;
    vertical-align: middle;
}
.content__share__btn i {
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('../img/icon-share.svg') center no-repeat;
    background-size: contain;
}

.content__opinion {
    width: 100%;
    float: left;
    margin: 20px 0;
}
.content__opinion__image_container {
    width: 100%;
    float: left;
    padding: 0 0 20px 0;
}
.content__opinion__image {
    border-radius: 100%;
    margin: auto;
    width: 160px;
    height: 160px;
}
.content__opinion__content {
    width: 100%;
    float: left;
}
.content__opinion__title {
    font-size: 18px;
    line-height: 24px;
    color: #e46c3b;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}
.content__opinion__text {
    width: 100%;
    float: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}
.content__opinion__author {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.content__read {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.content__read__cell {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.content__read__item {
    border-bottom: 5px solid #002c54;
    position: relative;
    width: 100%;
    float: left;
    background: #e46c3b;
    overflow: visible;
    padding: 20px;
    /*margin-left: -20px;*/
    /*margin-right: -20px;*/
}
.content__read__item__text {
    font-size: 20px;
    width: auto;
    float: left;
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-weight: 700;
}
.content__read__item__date {
    color: #ffffff;
    position: relative;
    float: left;
    width: auto;
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
}
@media only screen and (min-width: 768px) {
    .content__share__btn {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page_cover {
        margin-left: 0;
        margin-right: 0;
        float: left;
        width: 100%;
    }

    .page_cover__ads,
    .page_cover__partner {
        padding: 15px;
    }
    .page_cover__ads__title,
    .page_cover__partner__title {
        font-size: 15px;
        font-weight: 600;
    }

    .content__head__bottom {
        width: 100%;
        display: table;
    }
    .content__tags {
        width: auto;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    .content__tags__item {
        margin: 5px 5px 5px 0;
    }
    .content__share {
        text-align: right;
        float: none;
        display: table-cell;
        vertical-align: top;
        width: 160px;
    }

    .content__opinion__image_container {
        width: 160px;
        display: table-cell;
        float: none;
        vertical-align: middle;
    }
    .content__opinion__content {
        display: table-cell;
        float: none;
        padding-left: 20px;
        width: auto;
        vertical-align: middle;
    }

    .content__read__item {
        margin-left: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .content__read {
        display: table;
        margin-bottom: 30px;
    }
    .content__read__cell {
        float: none;
        display: table-cell;
        vertical-align: top;
        padding-left: 10px;
        width: 50%;
        position: relative;
    }
    .content__read__cell:first-child {
        padding-left: 0;
        padding-right: 0;
    }
    .content__read__item {
        padding-bottom: 50px;
    }
    .content__read__item__date {
        position: absolute;
        bottom: 20px;
        left: 20px;
    }
}
@media only screen and (min-width: 1500px) {
    .page_content {
        font-size: 17px;
        line-height: 26px;
    }
}
/* ==========================================================================
END Page content
========================================================================== */


/* ==========================================================================
Page contacts
========================================================================== */
.page_contacts {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}
.page_contacts__staff__item {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}
.page_contacts__staff__item__image {
    border-radius: 100%;
    width: 190px;
    height: 190px;
    margin: auto;
}
.page_contacts__staff__item__name {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    color: #002c54;
    font-weight: 700;
}
.page_contacts__staff__item__post {
    line-height: 26px;
    color: #696969;
    font-size: 13px;
}
.page_contacts__staff__item__mail {
    font-size: 13px;
}

.page_contacts__info {
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
}
.page_contacts__info__block {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #ffffff;
    border: 1px solid #cdcdcd;
    display: table;
}
.page_contacts__info__block:first-child {
    margin-top: 0;
}
.page_contacts__info__block__image {
    display: none;
}
.page_contacts__info__block__content {
    padding: 20px 15px;
    display: table-cell;
    vertical-align: middle;
}
.page_contacts__info__block__title {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    font-weight: 700;
}
.page_contacts__info__block__desc {
    margin-top: 15px;
    line-height: 24px;
}
@media only screen and (min-width: 768px) {
    .page_contacts {
        margin-left: -20px;
        margin-right: -20px;
    }
    .page_contacts__staff__item {
        width: 50%;
    }
    .page_contacts__info {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .page_contacts__info__block {
        width: 365px;
        margin-right: 20px;
    }
    .page_contacts__info__block:nth-child(2n) {
        margin-right: 0;
    }
    .page_contacts__info__block:nth-child(2) {
        margin-top: 0;
    }
    .page_contacts__info__block__content {
        padding: 20px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .page_contacts {
        margin-left: -30px;
        margin-right: -30px;
    }
    .page_contacts__staff__item {
        width: 25%;
    }
    .page_contacts__info__block {
        width: 475px;
        margin-right: 10px;
    }
    .page_contacts__info__block:nth-child(2n) {
        margin-right: 0;
    }
    .page_contacts__info__block__image {
        width: 160px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .page_contacts__info__block__image:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.3;
    }
    .page_contacts__info__block__image i {
        width: 60px;
        height: 60px;
        position: relative;
        z-index: 100;
    }
}
@media only screen and (min-width: 1500px) {
    .page_contacts__info__block {
        width: 570px;
        margin-right: 30px;
        margin-top: 30px;
    }
    .page_contacts__info__block:nth-child(2n) {
        margin-right: 0;
    }
    .page_contacts__info__block__image {
        width: 240px;
        position: relative;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .page_contacts__info__block__content {
        padding: 40px 20px;
    }
}
/* ==========================================================================
END Page contacts
========================================================================== */


/* ==========================================================================
Page profile
========================================================================== */
.page_profile__head {
    width: 100%;
    float: left;
}
.page_profile__photo {
    width: 100%;
    float: left;
}
.page_profile__photo img {
    display: block;
    width: 100%;
}
.page_profile__info {
    width: 100%;
    float: left;
}
.page_profile__info__block {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.page_profile__info__block__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    color: #333333;
}
.page_profile__body {
    margin-top: 20px;
    width: 100%;
    float: left;
}
@media only screen and (min-width: 768px) {
    .page_profile__info__block__title {
        font-size: 22px;
        line-height: 28px;
    }
    .page_profile__photo {
        width: 280px;
    }
    .page_profile__info {
        width: auto;
        float: none;
        margin-top: 0;
        margin-left: 310px;
    }
    .page_profile__info__block:first-child {
        margin-top: 0;
    }
}
/* ==========================================================================
END Page profile
========================================================================== */


/* ==========================================================================
Read more block
========================================================================== */
.readmore_block {
    width: 100%;
    float: left;
    margin-top: 30px;
}
.material__list {
    width: 100%;
    float: left;
}
.material__list .material_item {
    margin-top: 20px;
}
.material__list .material_item:first-child {
    margin-top: 0;
}
@media only screen and (min-width: 768px) {
    .material__list .material_item {
        float: left;
        width: 50%;
        margin-top: 20px;
        padding-right: 10px;
    }
    .material__list .material_item:nth-child(2n) {
        margin-top: 20px;
        padding-right: 0;
        padding-left: 10px;
    }
    .material__list .material_item:nth-child(2),
    .material__list .material_item:nth-child(1) {
        margin-top: 0;
    }
}
@media only screen and (min-width: 992px) {
    .readmore_block .material__list__item {
        width: 50%;
        display: block;
        float: left;
    }
    .readmore_block .material__list__item:first-child {
        margin-top: 20px;
    }
    .readmore_block .material__list__item:nth-child(1n) {
        padding-right: 15px;
    }
    .readmore_block .material__list__item:nth-child(2n) {
        padding-left: 15px;
    }
}
/* ==========================================================================
END Read more block
========================================================================== */


/* ==========================================================================
Page 404
========================================================================== */
.page_404 {
    padding: 30px 0 0 0;
}
.page_404__logo {
    width: 290px;
    margin: auto;
}
.page_404__logo img {
    width: 100%;
    display: block;
}
.page_404__desc {
    text-align: center;
    width: 100%;
    float: left;
    margin: 20px 0;
}
.page_404__btn {
    width: 100%;
    float: left;
}
.page_404 .btn {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .page_404 {
        margin-top: 40px;
    }
    .page_404__logo {
        width: 500px;
        padding-right: 70px;
    }
    .page_404__desc {
        float: none;
        width: 500px;
        margin: 40px auto;
    }
    .page_404 .btn {
        margin: auto;
        display: table;
        width: auto;
    }
}
@media only screen and (min-width: 992px) {
    .page_404 {
        margin-top: 30px;
    }
    .page_404__logo {
        width: 640px;
        padding-right: 90px;
    }
}
/* ==========================================================================
END Page 404
========================================================================== */


/* ==========================================================================
Page search
========================================================================== */
.page_search__empty {
    width: 100%;
    float: left;
    margin-top: 20px;
    text-align: center;
    color: #002c54;
    font-size: 14px;
    line-height: 20px;
}
.page_search__form {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.page_search__form_inner {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #cdcdcd;
}
.page_search__form__inputbox {
    background: none;
    border: none;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    font-size: 16px;
    color: #c34511;
    width: calc( 100% - 35px );
}
.page_search__form__btn-submit {
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    line-height: 35px;
    background: none;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.page_search__form__btn-submit {
    float: right;
    background-size: 22px auto;
    background-image: url('../img/icon-search.svg');
}
.page_search__form__btn-submit:active,
.no-touch .page_search__form__btn-submit:hover {
    background-image: url('../img/icon-search-hover.svg');
}

@media only screen and (min-width: 768px) {
    .page_search__form {
        margin-bottom: 40px;
    }
    .page_search__form_inner {
        max-width: 545px;
    }
    .page_search__empty {
        font-size: 18px;
        line-height: 26px;
        width: 500px;
        margin: auto;
        float: none;
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .page_search__empty {
        width: 700px;
    }
}
/* ==========================================================================
END Page search
========================================================================== */


/* ==========================================================================
Subscribe block
========================================================================== */
.subscribe_block {
    text-align: center;
    margin-top: 20px;
}
.subscribe_block__title {
    font-size: 20px;
    color: #c34511;
    margin-bottom: 10px;
    max-width: 220px;
    margin: 0 auto;
    font-weight: 700;
}
.subscribe_block__inputbox,
.subscribe_block__btn {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.subscribe_block__inputbox {
    border: 1px solid #cdcdcd;
    margin: 15px 0 10px;
}
.subscribe_block__btn {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #c34511;
    border: none;
}
.no-touch .subscribe_block__btn:hover,
.subscribe_block__btn:active {
    color: #ffffff;
    background: #c34511;
}

@media only screen and (min-width: 768px) {
    .subscribe_block {
        margin-top: 25px;
    }
    .subscribe_block__title {
        margin-bottom: 20px;
        max-width: none;
    }
    .subscribe_block__inputbox {
        margin: 0;
        text-align: left;
        width: 310px;
        margin-right: 10px;
    }
    .subscribe_block__btn {
        width: auto;
    }
}
@media only screen and (min-width: 992px) {
    .subscribe_block {
        margin-top: 35px;
    }
}
/* ==========================================================================
END Subscribe block
========================================================================== */


/* ==========================================================================
Pagination block
========================================================================== */
.pagination {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px auto 0 auto;
}
.pagination__item {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #cdcdcd;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
}
.pagination__item:active,
.no-touch .pagination__item:hover {
    border-color: #c34511;
    color: #c34511;
}
.pagination__item.disabled:active,
.no-touch .pagination__item.disabled:hover,
.pagination__item.disabled {
    background-color: #f2f2f2;
    color: #c34511;
    border-color: #cdcdcd;
}
.pagination__item-left:active,
.no-touch .pagination__item-left:hover {
    background-image: url('../img/icon-arrow-left.svg');
}
.pagination__item-left.disabled:active,
.pagination__item-left.disabled:hover,
.pagination__item-left {
    margin-right: 10px;
    background-image: url('../img/icon-arrow-left-2.svg');
}
.pagination__item-right:active,
.no-touch .pagination__item-right:hover {
    background-image: url('../img/icon-arrow-right.svg');
}
.pagination__item-right.disabled:active,
.pagination__item-right.disabled:hover,
.pagination__item-right {
    margin-left: 10px;
    background-image: url('../img/icon-arrow-right-2.svg');
}
.pagination__select {
    display: inline-block;
    width: 62px;
    height: 32px;
}
@media only screen and (min-width: 768px) {
    .pagination {
        margin: 50px auto 0 auto;
    }
}
/* ==========================================================================
END Pagination block
========================================================================== */


/* ==========================================================================
Branding
========================================================================== */
.branding {
    display: none;
}
@media only screen and (min-width: 768px) {
    .branding {
        position: fixed;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: -99999px;
    }
    .branding img {
        display: none !important;
    }
    .branding:before,
    .branding:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        margin-left: -375px;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: inherit;
        background-repeat: no-repeat;
        background-position: 50% bottom;
        z-index: 10;
    }
    .branding:after {
        left: auto;
        right: 0;
        margin-right: -375px;
    }
}
@media only screen and (min-width: 992px) {
    .branding:before {
        margin-left: -480px;
    }
    .branding:after {
        margin-right: -480px;
    }
}
@media only screen and (min-width: 1500px) {
    .branding:before {
        margin-left: -585px;
    }
    .branding:after {
        margin-right: -585px;
    }
}
/* ==========================================================================
END Branding
========================================================================== */


/* ==========================================================================
Footer
========================================================================== */
.footer_stick {
    width: 100%;
    float: left;
    position: relative;
    z-index: -1;
}
.footer .container {
    border-top: 1px solid #cdcdcd;
    padding-top: 20px;
    padding-bottom: 20px;
    background: #ffffff;
    position: relative;
    z-index: 80;
}
.footer__menu {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    transition: all 0s linear;
}
.footer__menu__link {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
    display: block;
    width: 100%;
    text-align: center;
    border-top: 2px solid #cdcdcd;
    color: #002c54;
    text-decoration: none;
}
.footer__menu__link:first-child {
    border-top: none;
}
.footer__menu__link:active,
.no-touch .footer__menu__link:hover {
    text-decoration: none;
    color: #c34511;
}

.footer__block {
    width: 100%;
    float: left;
}

.footer__top {
    width: 100%;
    float: left;
}
.footer__logo {
    display: block;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('../img/logo.svg');
    width: 226px;
    margin: auto;
    height: 40px;
}
.footer__social {
    text-align: center;
    margin: 20px 0 0 0;
}

.footer__subscribe {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}
.footer__subscribe__form {
    width: 100%;
    float: left;
    height: 36px;
    line-height: 32px;
    border: 2px solid #cdcdcd;
    background: #ffffff;
}
.footer__subscribe__inputbox {
    height: 32px;
    vertical-align: top;
    display: block;
    float: left;
    padding: 0 10px;
    margin: 0;
    line-height: 32px;
    width: calc( 100% - 32px );
    border: none;
    background: none;
}
.footer__subscribe__inputbox:focus {
    outline: none;
}
.footer__subscribe__btn-submit {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    line-height: 32px;
    background: none;
    border: none;
}
.footer__subscribe__btn-submit {
    width: 32px;
    height: 32px;
    display: block;
    float: left;
    line-height: 32px;
    background: none;
    border: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    background-image: url('../img/icon-mail.svg');
}
.footer__subscribe__desc {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #c34511;
}
.footer__bottom {
    width: 100%;
    float: left;
}
.footer__special_menu {
    margin-top: 10px;
    width: 100%;
    float: left;
}
.footer__special_menu__link {
    display: table;
    color: #002c54;
    text-decoration: underline;
}
.footer__special_menu__link:active,
.no-touch .footer__special_menu__link:hover {
    color: #002c54;
    text-decoration: none;
}
.footer__special_copyright {
    margin-top: 10px;
    width: 100%;
    float: left;
}

.footer__contacts {
    margin-top: 10px;
    width: 100%;
    float: left;
}
.footer__contacts a {
    color: #002c54;
    display: table;
    text-decoration: underline;
}
.footer__contacts a:active,
.no-touch .footer__contacts a:hover {
    color: #002c54;
    text-decoration: none;
}
a.footer__contacts__phone {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    color: #c34511;
    text-decoration: none;
}
a.footer__contacts__phone:active,
.no-touch a.footer__contacts__phone:hover {
    color: #c34511;
    text-decoration: none;
}

.footer__info {
    width: 100%;
    float: left;
    margin-top: 20px;
    line-height: 16px;
}
.footer__madeby {
    width: 100%;
    float: left;
    margin-top: 10px;
}
@media only screen and (min-width: 768px) {
    .footer__menu {
        background: #ffffff;
        width: 100%;
        float: left;
        margin-bottom: 30px;
        text-align: center;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .footer__menu__link {
        font-size: 12px;
        line-height: 14px;
        display: inline-block;
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        margin-left: 20px;
        border: none;
        position: relative;
        margin-top: 10px;
    }
    .footer__menu__link:first-child {
        margin-left: 0;
    }
    .footer__menu__link:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #db8f70;
        opacity: 0;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    .footer__menu__link:active:after,
    .no-touch .footer__menu__link:hover:after {
        opacity: 1;
    }

    .footer__top {
        float: left;
        width: 50%;
        padding-right: 15px;
    }
    .footer__bottom {
        margin-left: 50%;
        float: none;
        width: auto;
        padding-left: 15px;
    }
    .footer__logo {
        float: left;
    }
    .footer__social {
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .footer__top {
        float: left;
        width: 100%;
        padding-right: 0;
    }
    .footer__bottom {
        margin-left: 0;
        width: 100%;
        float: left;
        padding-left: 0;
    }
    .footer__block {
        width: 33.333333%;
        float: left;
    }
    .footer__subscribe,
    .footer__social {
        margin-top: 0;
    }
}
/* ==========================================================================
END Footer
========================================================================== */











