/* Minification failed. Returning unminified contents.
(1177,17): run-time error CSS1038: Expected hex color, found '#0b1f3e000000'
(1177,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
/**
 * Prevent iOS text size adjust after orientation change, without disabling user zoom.
 * Remove default margin and padding.
 */

body, html {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    padding: 0;
    margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}

    /**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

    a:active {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 * Remove img blue selection
 * Prevent img dragging in Chrome
 */

img {
    border: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    /**
 * Remove inner padding and border in Firefox 4+.
 */

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}

    /**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

    input[type="checkbox"],
    input[type="radio"] {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; /* 1 */
        padding: 0; /* 2 */
    }

    /**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    /**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

    input[type="search"] {
        -webkit-appearance: textfield; /* 1 */
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box; /* 2 */
        box-sizing: content-box;
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

ul, li {
    margin: 0;
    padding: 0;
}

/*Remove blue shadow in Chrome*/
input[type=text]:focus, input[type=submit]:focus, button:focus, a:focus, textarea {
    outline: 0;
}

/*Remove input icons in IE 10+*/
input[type="text"]::-ms-clear, input[type=password]::-ms-reveal {
    display: none;
}

/*Remove outline in Firefox*/
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: none;
}

h1, h2, h3, h4 {
    padding: 0;
    margin: 0;
    font-weight: normal;
    font-style: normal;
}

a, a:visited {
    text-decoration: none;
}

body {
    min-width: 1280px;
    font: 16px/1.3 'PTSansRegular', Arial, sans-serif;
    color: #1e1e1e;
}

b {
    font-weight: normal;
    font-style: normal;
    font-family: 'PTSansBold', Arial, sans-serif;
}

i {
    font-weight: normal;
    font-style: normal;
    font-family: 'PTSansItalic', Arial, sans-serif;
}

p {
    font: 16px/1.3 'PTSansRegular', Arial, sans-serif;
}

/*Title*/
h2 {
    font: 24px/1.3 'PTSansBold';
}
/*End titles*/

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .text {
        font-size: 14px;
    }

    .text_size_big {
        font-size: 18px;
    }
}
/*End text*/

/*List*/
.list {
    font-size: 0;
    list-style: none;
}

.list__item {
    font-size: 14px;
}

.list__item_gorizontal {
    display: inline-block;
}

.list__link {
    display: block;
    padding: 0 15px 0 15px;
}
/*End list*/

/*Forms*/
:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}


.b-form-btns {
    margin-top: 20px;
}

.b-textbox-wrapper {
    margin: 10px 0;
    position: relative;
}

.b-textbox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 15px;
    color: #1e1e1e;
    padding: 42px 30px 17px 20px;
    border: 1px #e2e2e2 solid;
    -moz-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.no-touch .b-textbox:hover {
    border-color: #bfbfbf;
}

.b-textbox:focus, .no-touch .b-textbox:focus {
    border-color: #1e1e1e;
}

.b-textbox-title {
    position: absolute;
    left: 20px;
    top: 15px;
    text-transform: uppercase;
    font-family: 'PTSansBold';
    color: #1e1e1e;
    font-size: 13px;
}

/*Textbox tel*/
.b-textbox-tel-title {
    position: absolute;
    left: 20px;
    top: 43px;
    font-size: 15px;
    font-family: 'PTSansRegular';
}

.b-textbox-tel {
    padding-left: 54px;
}
/*End textbox tel*/

.b-textarea {
    resize: none;
}

/*End forms*/

/*Buttons*/
.b-btn, .b-btn:visited {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    text-align: center;
    font-family: 'PTSansBold';
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -moz-transition: background-color 0.1s, color 0.1s;
    -o-transition: background-color 0.1s, color 0.1s;
    -webkit-transition: background-color 0.1s, color 0.1s;
    transition: background-color 0.1s, color 0.1s;
    background-color: transparent;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.b-btn__white {
    border: 2px #FFF solid;
    color: #FFF;
}

.no-touch .b-btn__white:hover {
    background-color: #FFF;
    color: #1e1e1e;
    cursor: pointer;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.b-btn__black {
    border: 2px #1e1e1e solid;
    color: #1e1e1e;
}

.no-touch .b-btn__black:hover {
    background-color: #1e1e1e;
    color: #FFF;
    cursor: pointer;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
}

.b-btn__black-disabled {
    opacity: 0.5;
}

.no-touch .b-btn__black-disabled:hover {
    background-color: transparent;
    color: #1e1e1e;
}

.b-btn__blue, .b-btn__blue:active, .b-btn__blue:visited {
    display: block;
    width: 100%;
    color: #FFF;
    background-color: #1a7db6;
}

.no-touch .b-btn__blue:hover {
    background-color: #1a8dcf;
}

/*End buttons*/

/*Columns*/
.b-col-wrapper {
    font-size: 0;
}

.b-col4 {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.b-col5 {
    display: inline-block;
    width: 16.6%;
    vertical-align: top;
}

.b-col3-4 {
    display: inline-block;
    width: 75%;
    vertical-align: top;
}

.b-col8 {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.b-col3 {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
}
/*End columns*/

/*Content*/
.content_block {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1400px;
    padding: 0 50px;
    margin: 0 auto;
}

.b-content, .content_page {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 50px;
}

.b-review-content {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 8% 80px 8%;
}
/*Content*/

/*Empty info*/
.b-info-empty {
    padding-bottom: 30px;
}

.b-info-empty-text {
    font-size: 24px;
    font-family: 'PTSansBold';
    color: #CCC;
}

.b-info-empty-btns {
    margin-top: 20px;
}
/*End empty info*/

/*Empty msg box*/
.b-empty-btns {
    margin-top: 20px;
}
/*End empty msg box*/


/*Blocks*/
.b-content-block-wrapper {
    padding: 50px 0;
    text-align: center;
}

.b-content-block-wrapper__border {
    border-bottom: 1px #e2e2e2 solid;
}

.b-content-block {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.b-content-block-text {
    font-size: 16px;
    line-height: 30px;
}
.page__title{
    margin:0 0 35px 0;
}
/*End blocks*/

/*Fix*/
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.inlinefix {
    font-size: 0;
}
/*End fix*/

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    body {
        min-width: 100%;
    }

    .content_block {
        padding: 0 0 0 0;
    }

    .content_page {
        padding: 0 0 0 0;
        margin: 30px 0 30px 0;
    }
}

.b-icon {
    display: inline-block;
    font-size: 0;
}

.b-icon__marginleft {
    margin-left: 8px;
}
.b-icon__marginright {
    margin-right: 8px;
}

.b-icon__vk {
    width: 24px;
    height: 24px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: 0 -40px;
}
.b-icon__vk_small{
    width: 16px;
    height: 16px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: 0 -64px;
}
.b-icon__vk-black {
    width: 16px;
    height: 16px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: 0 -80px;
}

.b-icon__twitter {
    width: 24px;
    height: 24px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -24px -40px;
}

.b-icon__instagram {
    width: 24px;
    height: 24px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -48px -40px;
}

.b-icon__instagram_small {
    width: 16px;
    height: 16px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -48px -64px;
}

.b-icon__facebook-black {
    width: 16px;
    height: 16px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -32px -80px;
}

.b-icon__skype_small {
    width: 16px;
    height: 16px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -102px -64px;
}

.b-icon__account-white {
    width: 18px;
    height: 16px;
    background-image: url(img/icons-page.png);
    background-position: -64px -64px;
    background-repeat: no-repeat;
}

.b-icon__lawgarranty {
    width: 34px;
    height: 40px;
    background-image: url(img/icons-page.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.b-icon__safety {
    width: 34px;
    height: 40px;
    background-image: url(img/icons-page.png);
    background-position: -34px 0;
    background-repeat: no-repeat;
}

.b-icon__quality {
    width: 39px;
    height: 40px;
    background-image: url(img/icons-page.png);
    background-position: -68px 0;
    background-repeat: no-repeat;
}

.b-icon__sale {
    width: 34px;
    height: 40px;
    background-image: url(img/icons-page.png);
    background-position: -107px 0;
    background-repeat: no-repeat;
}

.b-icon__card {
    width: 64px;
    height: 40px;
    background-image: url(img/icons-page.png);
    background-position: -141px 0;
    background-repeat: no-repeat;
}

.b-icon__cash {
    width: 40px;
    height: 40px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -205px 0;
}

.b-icon__delivery {
    width: 70px;
    height: 40px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -245px 0;
}

.b-icon__callus {
    width: 41px;
    height: 40px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -315px 0;
}

.b-icon__openquote {
    width: 40px;
    height: 32px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -356px 0;
}

.b-icon__closequote {
    width: 40px;
    height: 32px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -396px 0;
}

.b-icon__zoomin {
    width: 19px;
    height: 20px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: 0 -96px;
}

.b-icon__video {
    width: 17px;
    height: 16px;
    background-image: url(img/icons-page.png);
    background-repeat: no-repeat;
    background-position: -19px -96px;
    vertical-align:middle;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .b-icon.b-icon__zoomin {
        width: 38px;
        height: 40px;
        background-image: url(img/mobile/icon-zoomin@2.png);
        background-position: 0 0;
        background-size: 19px 20px;
    }
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes slide-down {
    0% {
        -webkit-transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}


@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide-up {
    0% {
        -webkit-transform: translateY(0%);
    }

    100% {
        -webkit-transform: translateY(-100%);
    }
}


@keyframes slide-up {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

/*News block*/
.b-news-block-wrapper {
    /*display:none;*/
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 0 25px 0;
    background-color: rgba(30, 30, 30, 0.95);
    z-index: 99;
}

.b-news-block-close-wrapper {
    position: absolute;
    right: 5%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.b-news-block-title {
    font-size: 30px;
    color: #FFF;
    font-family: 'PTSansBold';
}

.b-news-block-text {
    font-family: 'PTSansRegular';
    color: #FFF;
    font-size: 16px;
    line-height: 1.4;
    max-width: 600px;
    margin: 5px 0 0 0;
}
/*End news block*/

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .b-news-block-wrapper {
        position: static;
        padding: 40px 20px;
    }

    .b-news-block-title {
        font-size: 23px;
    }

    .b-news-block-text {
        font-size: 13px;
        line-height: 23px;
        margin-top: 10px;
        max-width: 400px;
    }

    .b-news-block-close-wrapper {
        position: static;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        margin-top: 20px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1100px) {
    .b-news-block-wrapper {
        position: static;
    }

    .b-news-block-close-wrapper {
        position: static;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        margin-top: 20px;
    }
}


.header__banner {
    display: block;
    height: 50px;
    background: #0b1f3e000000
    background: -moz-linear-gradient(-45deg, #b00609 0%, #C41CDE 100%);
    background: -webkit-linear-gradient(-45deg, #b00609 0%,#000000 100%);
    background: linear-gradient(135deg, #b00609 0%,#000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b00609', endColorstr='#000000',GradientType=1 );
    line-height: 50px;
    color: #FFFFFF;
    -moz-transition: all .3s cubic-bezier(.1,0,.25,1);
    -o-transition: all .3s cubic-bezier(.1,0,.25,1);
    -webkit-transition: all .3s cubic-bezier(.1,0,.25,1);
    transition: all .3s cubic-bezier(.1,0,.25,1)
}

.no-touch .header__banner:hover {
    background: -moz-linear-gradient(-45deg, #b00609 0%, #000000 80%);
    background: -webkit-linear-gradient(-45deg, #b00609 0%,#000000 80%);
    background: linear-gradient(135deg, #b00609 0%,#000000 80%);
}

.header__banner-city {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    font-size: 14px;
    text-align: right;
}

.header__banner-content {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    padding: 0 50px 0 50px;
    max-width: 1400px;
    /*background-image: url(/Content/img/hookah-republic-hookah-club-show-logo.png);
    background-position: 40% 10px;
    background-repeat: no-repeat;
    background-size: auto 100px;*/
}

.header__banner-date {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    font-size: 14px;
}

.header__banner-title {
    display: inline-block;
    width: 60%;
    margin: 4px 0 0 0;
    vertical-align: middle;
    font: 14px/1.2 'PTSansBold', Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.header__logo {
    box-sizing: border-box;
    height: 52px;
    padding: 0 10px 0 10px;
    vertical-align: middle;
}

.header__logo-link {
    display: block;
    height: 100%;
}

.header__menu {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.header__menu_type_categories {
    width: 56%;
    text-align: center;
}

.header__menu_type_client-tools {
    width: 22%;
    text-align: right;
}

.header__menu_type_home-page {
    width: 22%;
}

.header__menu_type_mobile {
    display: none;
}

.header__menu-icon {
    display: inline-block;
    margin: 0 10px 2px 0;
    vertical-align: middle;
}

.header__menu-item {
    display: inline-block;
}

.header__menu-link {
    position: relative;
    display: block;
    padding: 0 14px 0 14px;
    font-family: 'PTSansBold', Arial, sans-serif;
    font-size: 14px;
    color: #1e1e1e;
    letter-spacing: 1px;
    text-transform: uppercase;
}

    .header__menu-link::after {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        bottom: 0;
        right: 0;
        height: 2px;
        background-color: transparent;
        -moz-transition: background-color .3s cubic-bezier(.1,0,.25,1);
        -o-transition: background-color .3s cubic-bezier(.1,0,.25,1);
        -webkit-transition: background-color .3s cubic-bezier(.1,0,.25,1);
        transition: background-color .3s cubic-bezier(.1,0,.25,1)
    }


.no-touch .header__menu-link:not(.header__menu-link_active):hover::after {
    background-color: rgba(30, 30, 30, .8);
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.no-touch .header__menu-link:not(.header__menu-link_active):active::after {
    background-color: rgba(30, 30, 30, 1);
}

.header__menu-link_active::after {
    background-color: rgba(30, 30, 30, .8);
}

.header__menu-list {
    height: 100%;
    list-style: none;
}

.header__navigation {
    box-sizing: border-box;
    height: 81px;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(30, 30, 30, .1);
    line-height: 81px;
}

.header__navigation-content {
    box-sizing: border-box;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto 0 auto;
    padding: 0 36px 0 40px;
}

.tophat {
    height: 44px;
    background-color: #1e1e1e;
    line-height: 44px;
}

.tophat__content {
    box-sizing: border-box;
    height: 100%;
    margin: 0 auto;
    padding: 0 38px 0 38px;
    max-width: 1400px;
}

.tophat__menu {
    display: inline-block;
    height: 100%;
    vertical-align: top;
}

.tophat__menu_type_contact-info {
    width: 15%;
    text-align: right;
}

.tophat__menu_type_social-networks {
    width: 15%;
}

.tophat__menu_type_store-info {
    width: 70%;
    text-align: center;
}

.tophat__menu-icon {
    vertical-align: middle;
    margin: 0 0 2px 0;
}

.tophat__menu-item {
    display: inline-block;
    font-size: 14px;
}

.tophat__menu-link {
    box-sizing: border-box;
    display: block;
    padding: 0 12px 0 12px;
    color: #ffffff;
    -moz-transition: background-color .3s cubic-bezier(.1,0,.25,1);
    -o-transition: background-color .3s cubic-bezier(.1,0,.25,1);
    -webkit-transition: background-color .3s cubic-bezier(.1,0,.25,1);
    transition: background-color .3s cubic-bezier(.1,0,.25,1)
}

.no-touch .tophat__menu-link:not(.tophat__menu-link_active):hover {
    background-color: rgba(255, 255, 255, .1);
}

.no-touch .tophat__menu-link:not(.tophat__menu-link_active):active {
    background-color: rgba(255, 255, 255, .2);
}

.tophat__menu-link_active {
    background-color: rgba(255, 255, 255, .1);
}

.tophat__menu-list {
    height: 100%;
    list-style: none;
}

.footer {
    box-sizing: border-box;
    padding: 50px 0 70px 0;
    background-color: #1e1e1e;
}

.footer__left {
    float: left;
    width: 50%;
}

.footer__right {
    float: left;
    width: 50%;
}

.footer_menu__list {
    list-style: none;
}

.footer__menu_priority_high {
    display: inline-block;
    vertical-align: top;
    margin: 0 90px 0 0;
}

.footer__menu_priority_normal {
    display: inline-block;
    vertical-align: top;
}

.footer_menu__item {
    margin: 10px 0 10px 0;
}

    .footer_menu__item:first-child {
        margin-top: 0;
    }

    .footer_menu__item:last-child {
        margin-bottom: 0;
    }

.footer_menu__link {
    color: rgba(255, 255, 255, .8);
    line-height: 1;
    -moz-transition: color .3s cubic-bezier(.1,0,.25,1);
    -o-transition: color .3s cubic-bezier(.1,0,.25,1);
    -webkit-transition: color .3s cubic-bezier(.1,0,.25,1);
    transition: color .3s cubic-bezier(.1,0,.25,1)
}

.footer__menu_priority_high .footer_menu__link {
    font-family: 'PTSansBold';
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer__menu_priority_normal.footer_menu__link {
    font-size: 16px;
}

.no-touch .footer_menu__link:not(.footer_menu__link_active):hover {
    color: rgba(255, 255, 255, 1);
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.footer_menu__link_active {
    color: rgba(255, 255, 255, 1);
}

.footer_social__list {
    margin: 0 0 30px 0;
    list-style: none;
}

.footer_social__item {
    display: inline-block;
    margin: 0 25px 0 0;
}

.footer_social__img {
    max-width: 20px;
    height: 20px;
}

.footer_contact__list {
    margin: 30px 0 30px 0;
}

.footer_contact__link {
    box-sizing: border-box;
    display: inline-block;
    width: 240px;
    margin: 0 10px 10px 0;
    padding: 14px 32px 14px 16px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .05);
    color: #FFFFFF;
    -moz-transition: background-color .3s cubic-bezier(.1,0,.25,1);
    -o-transition: background-color .3s cubic-bezier(.1,0,.25,1);
    -webkit-transition: background-color .3s cubic-bezier(.1,0,.25,1);
    transition: background-color .3s cubic-bezier(.1,0,.25,1)
}

.no-touch .footer_contact__link:hover {
    background-color: rgba(255, 255, 255, .1);
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.no-touch .footer_contact__link:active {
    background-color: rgba(255, 255, 255, .2);
}

.footer_contact__title {
    margin: 0 0 6px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

.footer_contact__text {
    margin: 6px 0 0 0;
    font-size: 16px;
}

.footer_info__list {
    margin: 30px 0 0 0;
}

.footer_info__item {
    margin: 0 0 20px 0;
    color: #FFF;
}

    .footer_info__item:last-child {
        margin-bottom: 0;
    }

.footer_info__title {
    margin: 0 0 6px 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
}

.footer_info__text {
    margin: 6px 0 0 0;
}

.footer__notes {
    margin: 60px 0 0 0;
}

.grabovski__link {
    display: inline-block;
}

.footer__legal {
    max-width: 400px;
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, .3);
}

.footer__partners {
    margin: 40px 0 0 0;
}

.footer__partners-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.footer__partners-image {
    max-width: 100px;
    max-height: 40px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.link {
    display: inline-block;
    -moz-transition: color .3s cubic-bezier(.1,0,.25,1);
    -o-transition: color .3s cubic-bezier(.1,0,.25,1);
    -webkit-transition: color .3s cubic-bezier(.1,0,.25,1);
    transition: color .3s cubic-bezier(.1,0,.25,1)
}

.link_color_blue {
    color: #1683c6;
}

.no-touch .link_color_blue:hover {
    color: #c33;
}

.mobile-navigation {
    display: none;
}

