.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.fancybox-image, .fancybox-inner, .fancybox-nav, .fancybox-nav span, .fancybox-outer, .fancybox-skin, .fancybox-tmp, .fancybox-wrap, .fancybox-wrap iframe, .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateZ(0);
    z-index: 10
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px
}

.fancybox-opened {
    z-index: 11
}

.fancybox-opened .fancybox-skin {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .5)
}

.fancybox-inner, .fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe, .fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

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

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

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

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(images/fancybox_loading.gif) 50% no-repeat
}

.fancybox-close {
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px
}

.fancybox-close, .fancybox-nav {
    position: absolute;
    cursor: pointer;
    z-index: 12
}

.fancybox-nav {
    top: 0;
    width: 40%;
    height: 100%;
    text-decoration: none;
    background: transparent url(images/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.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: 12;
    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;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: visible !important;
    width: auto
}

.fancybox-lock body {
    overflow: hidden !important
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 9;
    background: url(images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Helvetica Neue, Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 13
}

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

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

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, .8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    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)
}

@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-close, .fancybox-next span, .fancybox-prev span {
        background-image: url(images/fancybox_sprite%402x.png);
        background-size: 44px 152px
    }

    #fancybox-loading div {
        background-image: url(images/fancybox_loading%402x.gif);
        background-size: 24px 24px
    }
}

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

body {
    margin: 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, a:hover {
    outline: 0
}

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

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    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
}

input[type=checkbox], input[type=radio] {
    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;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus, a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small {
    font-size: 65%
}

.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
    font-size: 75%
}

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 30px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 14px
}

.h6, h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

.small, small {
    font-size: 85%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd, dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote .small:before, blockquote footer:before, blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left
}

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

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left
    }

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

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left
    }

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

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left
    }

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

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.catalog__wrapperContent:after, .catalog__wrapperContent:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .row:after, .row:before {
    content: " ";
    display: table
}

.catalog__wrapperContent:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

body {
    color: #000
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0
}

h2 {
    font-size: 32px;

}

body {
    overflow-x: hidden
}

@media (max-width: 1199px) {
    h2 {
        font-size: 28px
    }
}

.actionForm {
    background: #6C1E47 url(../image/content/pattern.png) repeat no-repeat;
    padding-top: 90px;
    padding-bottom: 60px;
    text-align: center
}

.actionForm__before-header {
    background: #e5e5e5;
    padding: 0 17px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #6C1E47;
    position: relative;
    margin-bottom: 25px
}

.actionForm__before-header:before {
    background: url(images/actionFormPresent.png) 0 0 no-repeat;
    left: 50%;
    width: 77px;
    height: 51px;
    bottom: 100%;
    display: block;
    content: "";
    position: absolute;
    margin-left: -38.5px
}

.actionForm__header {
    color: #fff;
    margin-bottom: 15px
}
.actionForm__header span {
    font-weight: 700;
}
.actionForm__after-header {

    font-size: 16px;
    color: #fff;
    margin-bottom: 50px
}

.actionForm__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.actionForm__form_modal {
    display: block;
    padding-left: 30px;
    padding-right: 30px
}

.actionForm__box {
    display: block
}

.actionForm__box_modal {
    display: block !important
}

.actionForm__input {
    height: 53px;
    background: #fff;
    border: none;
    display: block;
    line-height: 53px;
    font-size: 14px;
    padding: 0 0 0 30px;
    color: #7d8a9c;
    border-radius: 5px;
    border: 0
}

.actionForm__input_modal {
    width: 100% !important;
    margin-right: 0;
    margin-bottom: 15px
}

.actionForm__button {
    box-shadow: 15px 15px 50px 0 rgba(90, 51, 0, .4);
    display: block;
    height: 53px;
    line-height: 53px;
    padding: 0 25px;
    background: #ffb400;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
    border: 2px solid transparent;
    transition: all .3s ease-out
}

.actionForm__button_modal {
    width: 100% !important;
    margin-right: 0;
    padding: 0 !important
}

.actionForm__button:hover {
    border-color: #ffb400;
    background-color: transparent;
    color: #fff
}

.actionForm__button:active, .actionForm__button:focus {
    background: #ce8d00;
    border-color: transparent;
    box-shadow: 0 0 0 0 #5a3300
}

.actionForm__or {
    height: 1px;
    margin-top: 32px;
    margin-bottom: 30px;
    color: #fff;
}

.actionForm__or span {
    padding: 0 17px;
    position: relative;
    top: -15px;
    display: inline-block
}

.actionForm__or span, .actionForm__text {

    font-size: 20px
}

.actionForm__text {
    color: #fff
}

.actionForm__tel {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 40px;

}

.actionForm__tel_modal {
    font-size: 30px
}

.actionForm__timeWorks {

    color: #fff;
    font-size: 16px
}

@media (max-width: 767px) {
    .actionForm {
        padding-bottom: 30px;
        padding-top: 60px
    }

    .actionForm__after-header {
        margin-bottom: 15px
    }

    .actionForm__input {
        width: 100%;
        margin-bottom: 15px
    }

    .actionForm__button {
        width: 100%;
        padding: 0
    }

    .actionForm__form {
        display: block
    }
}

.catalogitem-color {
    margin-right: 5px;
    width: 21px;
    width: 21px;
    height: 21px;
    border-radius:50%;
}

.catalogitem-color.color1 {
    background: #2B2A29;
}

.catalogitem-color.color2 {
    background: #C5C6C6;
}

.catalogitem-color.color3 {
    background: #008DD2;
}

.catalogitem-color.color4 {
    background: url(images/catalog-colors.png) no-repeat;
    background-position: -81px 0
}

.catalogitem-color.color5 {
    background: url(images/catalog-colors.png) no-repeat;
    background-position: -108px 0
}

.catalogitem-color.color6 {
    background: url(images/catalog-colors.png) no-repeat;
    background-position: -135px 0
}

.catalogitem-color.color7 {
    background: url(images/catalog-colors.png) no-repeat;
    background-position: -162px 0
}

.catalogitem-color.color8 {
    background: url(images/catalog-colors.png) no-repeat;
    background-position: -189px 0
}

.catalogitem-colors-more {
    position: relative;
    text-transform: uppercase;
    cursor: pointer
}

.catalogitem-colors-more span {
    width: 21px;
    height: 21px;
    text-align: center;
    color: #bababa;
    border: 1px solid #bababa;
    line-height: 19px;
    display: inline-block;
    border-radius: 100%
}

.catalogitem-colors-full {
    display: none;
    border-radius: 5px;
    padding: 10px;
    width: 280px;
    box-sizing: content-box;
    border: 1px solid #e9e9e9;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
    position: absolute;
    right: -25px;
    top: 40px;
    background-color: #fff;
    z-index: 6
}

.catalogitem-colors-full:before {
    position: absolute;
    left: 40px;
    top: -10px;
    width: 18px;
    height: 10px;
    background: url(images/catalog-colors-arrow.png) 0 0 no-repeat;
    display: block;
    content: ""
}

.catalogitem-colors-full .catalogitem-color-full {
    width: 35px;
    height: 35px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull1 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: 0 0
}

.catalogitem-colors-full .catalogitem-color-full.colorfull2 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -35px 0
}

.catalogitem-colors-full .catalogitem-color-full.colorfull3 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -70px 0
}

.catalogitem-colors-full .catalogitem-color-full.colorfull4 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -105px 0
}

.catalogitem-colors-full .catalogitem-color-full.colorfull5 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -140px 0
}

.catalogitem-colors-full .catalogitem-color-full.colorfull6 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -175px 0
}

.catalogitem-colors-full .catalogitem-color-full.colorfull7 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -210px 0
}

.catalogitem-colors-full .catalogitem-color-full.colorfull8 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -245px 0
}

.catalogitem-colors-full .catalogitem-color-full.colorfull9 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: 0 -35px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull10 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -35px -35px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull11 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -70px -35px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull12 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -105px -35px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull13 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -140px -35px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull14 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -175px -35px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull15 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -210px -35px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull16 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -245px -35px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull17 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: 0 -70px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull18 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -35px -70px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull19 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -70px -70px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull20 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -105px -70px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull21 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -140px -70px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull22 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -175px -70px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull23 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -210px -70px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull24 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -245px -70px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull25 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: 0 -105px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull26 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -35px -105px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull27 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -70px -105px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull28 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -105px -105px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull29 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -140px -105px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull30 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -175px -105px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull31 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -210px -105px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull32 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -245px -105px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull33 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: 0 -140px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull34 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -35px -140px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull35 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -70px -140px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull36 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -105px -140px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull37 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -140px -140px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull38 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -175px -140px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull39 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -210px -140px
}

.catalogitem-colors-full .catalogitem-color-full.colorfull40 {
    background: url(images/catalog-colors-full.png) no-repeat;
    background-position: -245px -140px
}

.catalog {
    padding-top: 40px;
    background: #F3F3F3 url(../image/content/pattern.png) repeat;
}

.catalog__before-header {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #767676
}

.catalog__header {
    text-align: center;
    margin-bottom: 10px
}

.catalog__after-header {
    font-size: 16px;

    text-align: center;
    margin-bottom: 45px
}

.catalog__after-header a {
    text-decoration: none !important;
    color: #01a1d7 !important;
    border-bottom: 1px dotted #01a1d7;
    transition: all .3s ease-out
}

.catalog__after-header a:hover {
    border-bottom-color: transparent
}

.catalog__item {
    display: none;
    margin-bottom: 30px
}

.catalog .topSold {
    display: block
}

.catalog__container {
    border: 1px solid #e3e4e4;
    background-color: #fff;
    display: block;
    color: inherit !important;
    text-decoration: none !important;
    height: 100%;
    position: relative
}

.catalog__hit {
    position: absolute;
    width: 144px;
    height: 137px;
    background: url(images/catalog-hit.png) no-repeat;
    top: -15px;
    right: -15px
}

.catalog__img {
    margin-bottom: 27px;
    min-height: 400px;
    display: flex;
    align-items: center;
}

.catalog__img img {
    margin: auto;
    max-height: 400px;
}

.catalog__box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 17px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog__type {
    font-size: 16px;
}

.catalog__link {
    font-size: 16px;
    color: #6C1E47;
    cursor: pointer;
    transition: all .3s ease-out;
}

.catalog__link:hover {
    border-bottom-color: transparent
}

.catalog__box {
    margin-bottom: 15px
}

.catalog__text {
    color: #000;
    font-size: 16px;

    text-transform: lowercase;
    text-align: right
}

.catalog__text:first-letter {
    text-transform: uppercase
}

.catalog__price-before {
    font-size: 16px;
    vertical-align: top
}

.catalog__price-before, .catalog__price-price {
    display: inline-block;
    line-height: 1;
    margin-right: 5px
}

.catalog__price-price {
    font-size: 40px;
}

.catalog__price-valute {
    display: inline-block
}

.catalog__price-rur {
    font-size: 16px;
    line-height: 1
}

.catalog__separate {
    background: #6C1E47;
    height: 2px;
    margin-top: 3px;
    margin-bottom: -1px
}

.catalog__value {
    line-height: 1;
    font-size: 16px
}

.catalog__button {
    display: inline-block;
    font-size: 14px;
    text-decoration: none !important;
    /* text-transform: uppercase; */
    color: #fff !important;
    margin-top: 15px;
    background: #6C1E47;
    border-radius: 5px;
    height: 35px;
    border: 2px solid transparent;
    line-height: 30px;
    transition: all .3s ease-out;
    padding: 0 22px;
    cursor: pointer;
}

.catalog__button:hover {
    color: #000 !important;
    background-color: transparent;
    border-color: #ffb400
}

.catalog__downloadPrice {
    text-align: center;
}

.catalog__downloadPrice button {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 45px;
    height: auto;
    line-height: 1.2;
    transition: all .3s ease-out;
    background: #ffb400;
    border: 2px solid transparent;
    box-shadow: 25px 25px 70px 0 rgba(108, 30, 71, .4);
    margin-bottom: 50px
}

.catalog__downloadPrice button:hover {
    background-color: white;
    color: #000;
    border-color: #6C1E47
}

.catalog__downloadPrice button:active, .catalog__downloadPrice button:focus {
    box-shadow: 0 0 0 0 #6C1E47;
    outline: none;
    background: #6C1E47;
    border-color: transparent
}

.catalog__wrapperContent {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch
}

.container__fancybox {
    padding: 0
}

.fancybox-skin__noBdRs {
    border-radius: 0
}

.fancybox-close__modal {
    background: url(images/closeModal.png) 100% 50% no-repeat;
    min-height: 17px;
    right: 0;
    top: -35px;
    height: auto;
    content: "Закрыть";
    width: 110px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important
}

.fancybox-wrap__modal {
    top: 50px !important
}

.fancybox-lock .fancybox-overlay {
    overflow-x: hidden
}

@media (max-width: 767px) {
    .catalogitem-colors {
        margin-top: 5px
    }

    .catalogitem-colors-full {
        left: -180px;
        top: 30px;
        width: 267px;
        box-sizing: border-box
    }

    .catalogitem-colors-full:before {
        left: 180px
    }

    .container__fancybox2 {
        padding-top: 42px
    }

    .fancybox-wrap__modal {
        top: 0 !important
    }

    .fancybox-close__modal {
        top: 0;
        right: 0;
        left: 0;
        z-index: 7;
        width: auto;
        background-position: 95% 50%;
        text-align: right;
        background-color: #000;
        padding: 10px;
        padding-right: 40px
    }

    .catalog {
        position: relative;
        padding-top: 30px
    }

    .catalog__before-header {
        margin-bottom: 20px
    }

    .catalog .catalog__downloadPrice button {
        font-size: 18px
    }
}

.certificate {
    background: url("../image/content/pattern-2.png");
}

.certificate__header {
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px
}
.certificate .row {
    display: flex;
    justify-content: center;
    align-items: center;
}
.certificate__item:nth-child(1) {
    height: 80%;
}
.certificate__item:nth-child(3) {
    height: 80%;
}
.certificate__item:nth-child(1) img.img-responsive {
    height: 260px;
    width: auto;
    margin-right: 50px;
}
.certificate__item:nth-child(2) img.img-responsive {
    height: 353px;
    width: auto;
}
.certificate__item:nth-child(3) img.img-responsive {
    height: 260px;
    width: auto;
    margin-left: 50px;
}
.certificate__img {
    cursor: pointer;
    margin-bottom: 30px
}

.certificate__img img {
    width: 100%
}

.certificate__button {
    text-align: center
}

.certificate__button button {
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    padding: 0 45px;
    height: 60px;
    line-height: 56px;
    transition: all .3s ease-out;
    background: #6C1E47;
    border: 2px solid transparent;
    box-shadow: 25px 25px 70px 0 #6C1E473d;
    margin-bottom: 60px;
    margin-top: 60px;
    font-size: 18px
}

.certificate__button button:hover {
    background-color: transparent;
    color: #000;
    border-color: #6C1E47;
}

.certificate__button button:active, .certificate__button button:focus {
    box-shadow: 0 0 0 0 #004b64;
    outline: none;
    background: #009fdb;
    border-color: transparent
}

@media (max-width: 767px) {
    .certificate__img {
        margin-bottom: 15px
    }

    .certificate__button button {
        margin-top: 15px;
        margin-bottom: 30px
    }

    .certificate__button button:active, .certificate__button button:focus {
        color: #fff
    }
}
.contacts .row {
    display: flex;
    justify-content: space-between;
}
.contacts__header {
    text-align: center;
    margin-bottom: 68px
}

.contacts__title {
    font-size: 20px;
    margin-top: 32px;
    color: #000 !important;
}

.contacts__title a {
    color: #000 !important;
    text-decoration: none !important
}

.contacts__text {
    color: #00b6f4;
    border-bottom: 1px dotted #00b6f4;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-out;
    font-size: 16px
}

.contacts__text:hover {
    border-bottom-color: transparent
}

.contacts__text a {
    color: #00b6f4;
    text-decoration: none
}

.contacts .trust__item:nth-child(3n+1) {
    clear: none
}

@media (max-width: 767px) {
    .contacts__header {
        margin-bottom: 30px
    }

    .contacts__title {
        font-size: 19px
    }
}

.filtersCatalog {
    margin-bottom: 110px
}

.filtersCatalog__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.filtersCatalog__container_between {
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filtersCatalog__container_around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.filtersCatalog__container_nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px
}

.filtersCatalog__item {
    background: #fff;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;

    height: 38px;
    padding: 0 13px;
    line-height: 38px;
    cursor: pointer;
    border-right: 1px solid #ededed;
    color: #000;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 0 0 #00739a
}

.filtersCatalog__item:last-child {
    border-right: 0
}

.filtersCatalog__item:focus, .filtersCatalog__item:hover, .filtersCatalog__item_active {
    color: #fff;
    background: #6C1E47;
    border-right-color: transparent;
    z-index: 2
}

.filtersCatalog__item:focus .filtersCatalog__arrow, .filtersCatalog__item:hover .filtersCatalog__arrow, .filtersCatalog__item_active .filtersCatalog__arrow {
    background: url(images/filter__arrow_active.png) 0 0 no-repeat
}

.filtersCatalog__item_trinket {
    margin-left: 40px
}

.filtersCatalog__item_hat {
    padding: 0 10px
}

.filtersCatalog__arrow {
    transition: all .3s ease-out;
    background: url(images/filter__arrow.png) 0 0 no-repeat;
    position: absolute;
    width: 11px;
    height: 6px;
    right: 1px;
    top: 50%;
    margin-top: -3px
}

.filtersCatalog__title {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
    margin-right: 15px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filtersCatalog__secondLevel {
    font-size: 14px;
    text-transform: capitalize;
    cursor: default;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.filtersCatalog__box {
    line-height: 18px;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 18px;

}

.filtersCatalog__checkedAll {
    line-height: 1.5;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px dotted #fff;
    transition: all .3s ease-out;
    cursor: pointer
}

.filtersCatalog__checkedAll:hover {
    border-bottom: 1px dotted transparent
}

.filtersCatalog__checkbox:checked, .filtersCatalog__checkbox:not(:checked) {
    position: absolute;
    left: -9999px
}

.filtersCatalog__label {
    display: block
}

.filtersCatalog__checkbox:checked + .filtersCatalog__label, .filtersCatalog__checkbox:not(:checked) + .filtersCatalog__label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    width: auto
}

.filtersCatalog__checkbox:checked + .filtersCatalog__label:before, .filtersCatalog__checkbox:not(:checked) + .filtersCatalog__label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .3)
}

.filtersCatalog__checkbox:checked + .filtersCatalog__label:after, .filtersCatalog__checkbox:not(:checked) + .filtersCatalog__label:after {
    content: "✔";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 3px;
    font-size: 18px;
    line-height: .8;
    color: #000;
    transition: all .2s
}

.filtersCatalog__checkbox:not(:checked) + .filtersCatalog__label:after {
    opacity: 0;
    transform: scale(0)
}

.filtersCatalog__checkbox:checked + .filtersCatalog__label:after {
    opacity: 1;
    transform: scale(1)
}

.filtersCatalog__checkbox:checked:focus + .filtersCatalog__label:before, .filtersCatalog__checkbox:not(:checked):focus + .filtersCatalog__label:before {
    border: 1px dotted blue
}

.filtersCatalog__label:hover:before {
    border: 1px solid #4778d9 !important
}

@media (max-width: 767px) {
    .filtersCatalog {
        display: none
    }

    .filtersCatalog__after-header {
        margin-bottom: 25px
    }
}

.footer {
    padding-top: 90px;
    padding-bottom: 82px;
    color: #fff;
    background: url("../image/content/full.jpg") 50% no-repeat
}

.footer__logo {
    margin-bottom: 39px
}

.footer__logo img {
    margin: auto
}

.footer__center {
    text-align: center
}

.footer__text {
    margin-bottom: 10px;
    font-size: 24px
}

.footer__social {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 46px;
    margin-bottom: 90px
}

.footer__social-item:not(:last-child) {
    margin-right: 15px
}

.brandmaker {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.brandmaker__logo {
    margin-right: 5px;
    display: block
}

.brandmaker__text {
    text-decoration: none !important;
    color: #fff !important;
    border-bottom: 1px solid hsla(0, 0%, 100%, .3);
    transition: all .3s ease-out
}

.brandmaker__text:hover {
    border-bottom-color: transparent
}

@media (max-width: 767px) {
    .footer {
        padding: 40px
    }

    .footer__social {
        margin-bottom: 30px;
        margin-top: 30px
    }

    .brandmaker {
        display: block;
        text-align: center
    }

    .brandmaker img {
        margin: auto
    }
}

.menu, .menu__box {
    height: 50px
}

.menu__box {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 6;
    background: #fff
}

.menu__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    height: 50px
}

.menu__separate {
    width: 8px;
    height: 9px;
    background: #8A4E6F;
    border-radius: 50%;
    display: none
}

.menu__item {
    padding: 0 5px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #000 !important;
    text-decoration: none !important;
    background: #fff;
    transition: all .3s ease-out
}

.menu__item span {
    transition: all .3s ease-out;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    text-transform: uppercase;

    font-weight: 500;
}

.menu__item:hover {
    background: #e5e5e5
}

.menu__item:hover span {
    border-bottom: 1px solid hsla(0, 0%, 55%, .64)
}

@media (max-width: 767px) {
    .menu, .menu__box {
        height: auto
    }

    .menu__box {
        display: block;
        z-index: 3;
        position: fixed;
        top: 0;
        bottom: 0;
        right: auto;
        left: 100%;
        transition: all .3s ease-out
    }

    .menu__box_active {
        left: 0;
        right: 0
    }

    .menu__container {
        display: block;
        height: auto;
        text-align: center
    }

    .menu__mobile {
        width: 16px;
        z-index: 4;
        height: 2px;
        background: #e5e5e5;
        position: fixed;
        top: 22px;
        right: 11px;
        margin-bottom: 30px;
        margin-left: 15px
    }

    .menu__mobile:after {
        top: 280%
    }

    .menu__mobile:before {
        bottom: 280%
    }

    .menu__mobile:after, .menu__mobile:before {
        display: block;
        width: inherit;
        height: 2px;
        position: absolute;
        background: inherit;
        left: 0;
        content: ""
    }

    .menu__item {
        -ms-flex-pack: center;
        justify-content: center
    }
}

.site__box {
    margin: auto;
    max-width: 1600px;
    box-shadow: 0 0 100px rgba(0, 0, 0, .25)
}
#header {
    background: url("../image/content/full.jpg") 0 0;
    background-size: cover;
}
.header {

    padding-top: 30px;
    padding-bottom: 53px;
    position: relative;
    overflow: hidden
}

.header__form {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 30px 0;
    border-radius: 5px
}

.header__form-title {
    margin-bottom: 20px;
    color: #fff
}

.header__experience {
    color: #fff;
    border-left: 2px solid #fff;
    padding-left: 4px;
    margin-bottom: 8px;
}

.header__info {
    font-size: 12px;
    margin-bottom: -8px;
}

.header__years {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: -4px;
}
.header__years span {
    font-size: 17px;
    font-weight: 500;
    text-transform: none;
}

.header__production {
    display: inline-block;
    line-height: 1.2;
    font-size: 12px
}

.header__logo img {
    margin: auto
}

.header__text-right {
    text-align: right;
    margin-top: 20px
}

.header__times-works {
    color: #fff;
}

.header__tel {
    display: block;
    font-size: 22px;

    font-weight: 900;
    color: #fff !important;
    text-decoration: none !important
}

.header__reqCall {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease-out
}

.header__reqCall:hover {
    border-bottom-color: transparent
}

.header__text-center {
    text-align: center
}

.header__header {
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px
}
.header__sitename {
    font-size: 40px;
    font-weight: 500;
    color:#DED59A;
}
.header__text {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
}
.header_goldbtn {
    background: #DFCE7D;
    border-radius: 17px;
    outline: none;
    border: none;
    color: #6C1E47;
    padding: 8px 15px;
}
.header__button-price-list {
    font-size: 15px;
    text-transform: uppercase;
    background: #00b6f4 url(images/buttonBg.png) 25px 50% no-repeat;
    border: 2px solid transparent;
    display: inline-block;
    padding: 13px 26px 13px 58px;
    cursor: pointer;
    color: #fff;
    border-radius: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 55px;
    margin-bottom: 64px;
    transition: all .3s ease-out
}

.header__button-price-list:hover {
    border: 2px solid #00b6f4;
    background-color: transparent
}

.header__button-price-list:active, .header__button-price-list:focus {
    background-color: #009fd7;
    border-color: transparent
}

.header__arrow {
    background: url(images/headerArrow.png);
    width: 45px;
    height: 25px;
    margin: 0 auto 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.header__info {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.header .container {
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .header {
        background-position: 57%;
        padding-bottom: 30px
    }

    .header__header {
        margin-top: 15px;
        font-size: 30px
    }

    .header__text {
        font-size: 18px
    }

    .header__button-price-list {
        margin-top: 30px;
        margin-bottom: 30px
    }

    .header__arrow {
        margin-bottom: 30px
    }

    .header__experience {
        display: none
    }

    .header__text-right {
        text-align: center
    }
}

.modalCard__box, .modalCard__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.modalCard__wrapper_slider {
    width: 380px;
    padding: 40px 0 40px 10px
}

.modalCard__wrapper_info {
    width: 270px;
    padding: 40px 0
}

.modalCard__wrapper_advantages {
    margin-bottom: 20px;
    border-top: 1px solid #adadad;
    padding-top: 20px;
}

.modalCard__wrapper_form {
    width: 275px;
    background: #00b6f4;
    display: flex;
    align-items: stretch;

}

.modalCard__preHeader {
    font-weight: 500;
    display: inline-block;
    float: right;
    font-size: 24px;
}

.modalCard__header {
    font-weight: 500;
    font-size: 24px;
    display: inline-block;
}

.modalCard__postHeader {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    padding: 0 5px;
    background-color: #6C1E47;
    margin-bottom: 2px
}

.modalCard__price {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 6px;
}

.modalCard__price-before {
    font-size: 20px;
    line-height: 1;
    margin-right: 5px
}

.modalCard__price-price {
    font-size: 40px;
    line-height: 1;
    margin-right: 5px
}

.modalCard__price-rur {
    font-size: 20px;
    line-height: 1
}

.modalCard__separate {
    height: 2px;
    width: 100%;
    background: #6C1E47;
    margin-bottom: -4px;
    margin-top: 2px
}

.modalCard__value {
    font-size: 20px;
    line-height: 1
}

.modalCard__title {
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

.modalCard__info-container {
    margin-top: 10px
}
.modalCard__info {
    display: flex;
    justify-content: space-between;
}
.modalCard__info-text {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
}

.modalCard__info-text_material {
    text-transform: lowercase
}

.modalCard__info-text_material:first-letter {
    text-transform: uppercase
}

.modalCard__desc {
    font-weight: 500;
    font-size: 14px
}

.modalCard__form {
    padding-bottom: 40px;
    padding-top: 83px;
    margin-bottom: 0;
    text-align: center;
    background: #6C1E47;
    background-size: auto
}

.modalCard__nav {
    background: url(images/modalCard__arrow.png) 0 0 no-repeat;
    width: 44px;
    position: absolute;
    height: 130px;
    top: 300px
}

.modalCard__nav:hover {
    background: url(images/modalCard__arrow_active.png) 0 0 no-repeat
}

.modalCard__nav_next {
    right: -80px;
    transform: rotate(180deg)
}

.modalCard__nav_prev {
    left: -80px
}

.modalCardRight__header {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 20px
}

.modalCardRight__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.modalCardRight__item {
    min-height: 44px;
    width: 100%;
    padding-left: 58px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.modalCardRight__item img {
    max-width: 100px;
    max-height: 100px;
    display: block;
}
.modalCardRight__item span {
    font-weight: 700;
    color: #6C1E47;
}

@media (max-width: 767px) {
    .modalCard__top {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%
    }

    .modalCard__box, .modalCard__wrapper {
        width: 100%
    }

    .modalCard__wrapper_slider {
        width: 100%;
        padding: 0;
        margin-top: 42px
    }

    .modalCard__wrapper_info {
        padding: 25px 15px
    }

    .modalCard__wrapper_advantages {
        width: 100%;
        padding: 15px;
        margin-bottom: 20px
    }

    .modalCard__wrapper_form {
        width: 100%;
        background: #00b6f4
    }

    .modalCard__form {
        padding-left: 15px;
        padding-right: 15px
    }

    .modalCard .actionForm__tel {
        font-size: 30px
    }

    .modalCardRight__list {
        padding-left: 0
    }
}

.policy-form-link {
    display: block;
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    font-size: 15px;
    text-align: center;
    color: #fff
}

.policy-form-link a {
    color: #fff;
    text-decoration: underline
}

.policy-form-link a:hover {
    color: #dcd1d1
}

.partnersForm {
    background: #00b6f4;
    padding-bottom: 50px;
    padding-top: 90px;
    margin-bottom: 50px;
    text-align: center;
    background: #6C1E47 url("../image/content/pattern.png") top;
    background-size: auto 100%
}

.partnersForm__before-header {
    background: #e5e5e5;
    padding: 0 17px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px
}

.partnersForm__before-header:before {
    background: url(images/actionFormPresent.png) 0 0 no-repeat;
    left: 50%;
    width: 77px;
    height: 51px;
    bottom: 100%;
    display: block;
    content: "";
    position: absolute;
    margin-left: -38.5px
}

.partnersForm__header {
    color: #fff;
    margin-bottom: 15px;
}
.partnersForm__header span {
    font-weight: 700;
}
.partnersForm__header_modal {
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 10px
}
.partnersForm__header_modal span {
    font-weight: 700;
}
.partnersForm__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.partnersForm__after-header {
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px
}

.partnersForm__after-header_modal {
    font-size: 14px;
    padding: 0 25px;
    margin-bottom: 15px
}

@media (max-width: 767px) {
    .partnersForm {
        margin-bottom: 40px
    }

    .partnersForm__info-header:before {
        top: 60px
    }
}

.requestAnswer {
    padding-top: 93px;
    background: url(../image/content/metr.png) left 10px no-repeat, #f3f3f3 url(../image/content/nozn.png) right 298px no-repeat;

    padding-bottom: 45px
}

.requestAnswer__header {
    text-align: center;
    margin-bottom: 74px
}

.requestAnswer__item {
    margin-bottom: 55px
}

.requestAnswer__title {
    background: url(../image/content/chat.svg) 0 no-repeat;
    background-size: 64px;
    padding-left: 80px;
    font-size: 20px;
    min-height: 60px;
    font-weight: 700;
    margin-bottom: 24px
}

.requestAnswer__text {
    font-size: 16px
}

@media (max-width: 767px) {
    .requestAnswer {
        padding-top: 40px
    }

    .requestAnswer__header {
        margin-bottom: 40px
    }

    .requestAnswer__item {
        margin-bottom: 30px
    }

    .requestAnswer__title {
        padding-left: 0;
        padding-top: 70px;
        background-position: top
    }
}

.requestForm {
    background: #6C1E47 url('../image/content/pattern.png') top;
    padding-top: 100px;
    padding-bottom: 111px;
    color: #fff;
    text-align: center
}

.requestForm__text {
    margin-top: 10px;
    margin-bottom: 40px
}

.requestForm__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (max-width: 767px) {
    .requestForm {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .requestForm__form {
        display: block
    }
}

.reviews {
    background: url("../image/content/tkan.jpg") bottom no-repeat;
    background-size: contain;
    background-position-y: 280px;
    padding-bottom: 30px;
}
.reviews .row {
    display: flex;
    justify-content: space-between;
}
.reviews__header {
    text-align: center;
    margin-bottom: 86px
}
.reviews__wrap {
    padding: 10px;
    background: #efefef;
    width: 30%;
}
.reviews__item {
    margin-bottom: 30px;
    height: 100%;
}

.reviews__item:before{
    content: " ";
    position: relative;
    padding: 50px 58px;
    z-index: 5;
    border: 1px solid #efefef;
    border-radius: 50%;
    left: 33%;
    top: 9px;
}
.reviews__wrap:nth-child(1) .reviews__item:before {
    background: url(../image/content/review/otz-1.png) no-repeat;
}
.reviews__wrap:nth-child(2) .reviews__item:before {
    background: url(../image/content/review/otz-2.png) no-repeat;
}
.reviews__wrap:nth-child(3) .reviews__item:before {
    background: url(../image/content/review/otz-3.png) no-repeat;
}
.reviews__item .reviews__box {
    border: 5px solid #6C1E47;
}

.reviews__box {
    position: relative;
    background-color: #f3f3f3;
    padding: 60px 15px 25px 15px;
    height: calc(100% - 20px);
}

.reviews__img {
    top: -38px;
    position: relative
}

.reviews__img img {
    margin: auto
}
.reviews__pretitle {
    font-size: 20px;
    font-style: italic;
    color: #6C1E47;
}
.reviews__title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}
.reviews__pretitle, .reviews__title {
    text-align: center;
}
.reviews__info {
    font-size: 16px;
    color: #7d8a9c;
    font-weight: 300;
    margin-bottom: 25px
}

.reviews__text {
    font-size: 14px
}

@media (max-width: 767px) {
    .reviews__header {
        margin-bottom: 45px
    }
}

.slider {
    overflow-x: hidden;
    margin-bottom: 80px;
    position: relative
}

.slider .slick-list.draggable {
    overflow-y: visible
}

.slider:after, .slider:before {
    content: " ";
    display: table
}

.slider:after {
    clear: both
}

.slider__header {
    text-align: center;
    font-weight: 700;
}

.slider__post-header {
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}

.slider__wrapper {
    margin: auto;
    overflow-x: visible;
    position: relative
}

.slider__wrapper_in {
    width: auto
}

.slider .slick-arrow {
    position: absolute;
    margin-top: -65px;
    background: url(images/sliderArrow.png) 50% no-repeat;
    cursor: pointer;
    z-index: 5;
    width: 44px;
    height: 130px;
    top: 50%;
    color: transparent;
    border: none
}

.slider .slick-arrow:focus {
    outline: none
}

.slider .slick-prev {
    left: 277px;
    transform: rotate(180deg)
}

.slider .slick-next {
    right: 277px
}

.slider__slideitem {
    position: relative;
    transform: scale(.9);
    margin: 0;
    transition: all .5s ease-out;
    height: auto !important
}

.slider__slideitem.slick-center {
    transform: scale(1)
}

.slider__slideitem.slick-center:after {
    background-color: transparent
}

.slider__slideitem:after {
    background-color: rgba(0, 0, 0, .5);
    transition: all .5s ease-out
}

.slider__slideitem:after, .slider__slideitem:before {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    content: ""
}

.slider__slideitem:before {
    background: url(images/slider__pattern.png) 0 0 no-repeat
}

.slider__content {
    position: absolute;
    bottom: 47px;
    left: 40px;
    right: 80px
}

.slider__title {
    font-weight: 700;
    font-size: 20px;
    color: #fff
}

.slider__text {
    color: #fff;
    font-size: 16px;
    margin-top: 8px
}

.slider .slick-dots {
    padding-left: 0;
    text-align: center;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 13px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.slider .slick-dots li {
    display: inline-block;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background: #ffb400;
    transition: all .3s ease-out;
    border-color: transparent;
    cursor: pointer
}

.slider .slick-dots li.slick-active {
    border: 1px solid #00b6f4;
    background-color: transparent;
    width: 13px;
    height: 13px
}

.slider .slick-dots li button {
    display: none
}

.slider .slick-dots li + li {
    margin-left: 20px
}

@media (max-width: 767px) {
    .slider, .slider__header {
        margin-bottom: 30px;
        margin-top: 0
    }

    .slider__header {
        text-align: center
    }

    .slider__slideitem {
        margin: 0
    }

    .slider__post-header {
        text-align: center
    }

    .slider__content {
        display: none
    }
}

.trust, .trust__header {
    margin-bottom: 40px
}
.trust__img {
    min-height: 150px;
}
.trust__header {
    text-align: center;
    margin-top: 50px
}
.trust__box .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.trust__item {
    text-align: center;
    margin-bottom: 35px
}

.trust__item:nth-child(odd) {
    clear: left
}

.trust__img img {
    margin: auto;
    width: 120px;
}

.trust__title {
    font-size: 20px;

    margin-top: 29px;
    margin-bottom: 10px
}
.trust__title span, .trust__text span {
    font-weight: 700;
    color: #6C1E47;
}

.trust__text {
    color: #7d8a9c;
    font-size: 20px;
}

@media (max-width: 767px) {
    .trust, .trust__item {
        margin-bottom: 15px
    }
}

.uniqueCustom {
    padding-top: 111px;
    margin-bottom: 100px;
    background: #F3F3F3;
}

.uniqueCustom__header {
    text-align: center;
    margin-bottom: 85px
}

.uniqueCustom__header span {
    display: block;
    color: #00b6f4;
}

.uniqueCustom__item {
    margin-bottom: 30px
}

.uniqueCustom__img {
    position: relative
}

.uniqueCustom__box {
    color: #fff;
    left: 35px;
    color: #fff;
    background: #6C1E47;
    padding: 9px;
}
.uniqueCustom .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.uniqueCustom__title {
    font-size: 20px;
    text-align: center;
}

.uniqueCustom__text {
    font-size: 16px
}

.uniqueCustom__button {
    text-align: center
}

.uniqueCustom__button button {
    color: #fff;
    background: #6C1E47;
    border: 2px solid transparent;
    padding: 10px 60px;
    margin-top: 20px;
    margin-bottom: 50px;
    border-radius: 50px;
    font-size: 14px;
    display: inline-block;
    transition: all .3s ease-out;
    box-shadow: 15px 15px 50px 0 #6C1E473d;
    text-transform: uppercase
}

.uniqueCustom__button button:hover {
    color: #000;
    background: transparent;
    border-color: #6C1E47;
}

.uniqueCustom__button button:active, .uniqueCustom__button button:focus {
    box-shadow: 0 0 0 0 #6C1E473d;
    background: #009dd5;
    border-color: transparent;
    outline: none
}

.uniqueCustom__button button span {
    font-size: 20px;
    display: block
}

@media (max-width: 767px) {
    .uniqueCustom {
        padding-top: 30px;
        margin-bottom: 40px
    }

    .uniqueCustom__header {
        margin-bottom: 30px
    }

    .uniqueCustom__button button {
        padding: 10px 0;
        margin-top: 0;
        margin-bottom: 30px
    }
}

.video {
    background: url("../image/content/video.jpg") 0 0 no-repeat;
    padding-bottom: 36px;
    padding-top: 20px;
    margin-bottom: 50px;
    background-size: 100%
}

.video__logo {
    margin-bottom: 31px
}

.video__logo img {
    margin: auto
}

.video__header {
    color: #fff;
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px
}

.video__button {
    height: 65px;
    color: #fff;
    display: block;
    width: 240px;
    line-height: 61px;
    background: #6C1E47 url(images/videoButton.png) 36px 50% no-repeat;
    border: 2px solid transparent;
    border-radius: 50px;
    margin: auto;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 95px;
    cursor: pointer;
    transition: all .3s ease-out
}

.video__button:hover {
    background-color: transparent;
    border-color: #6C1E47;
}

.video__button:active, .video__button:focus {
    background-color: #6C1E47;
    border-color: transparent
}

@media (max-width: 767px) {
    .video {
        display: none
    }
}

.verticalSlider {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.verticalSlider__nav {
    width: 90px;
    display: inline-block;
    margin-right: 10px
}

.verticalSlider__thumb {
    min-width: 80px;
    border: 3px solid transparent !important;
    transition: all .3s ease-out
}

.verticalSlider__thumb:focus {
    outline: none
}

.verticalSlider__thumb:not(:last-child) {
    margin-bottom: 4px
}

.verticalSlider__thumb.slick-current {
    border: 3px solid #00b6f4 !important
}

.verticalSlider__img {
    width: 280px
}

.verticalSlider__item img {
    margin: auto
}

@media (max-width: 767px) {
    .verticalSlider {
        display: block
    }

    .verticalSlider__nav {
        width: 100%;
        display: block;
        margin-right: 0
    }

    .verticalSlider__nav img {
        height: 111px
    }

    .verticalSlider__img {
        width: 100%;
        display: block
    }
}

@media (min-width: 768px) {
    .actionForm__box {
        display: inline-block;
        vertical-align: top
    }

    .actionForm__input {
        width: 210px
    }
}

@media (min-width: 768px) {
    .catalogitem-colors-full {
        padding: 25px;
        right: -25px
    }

    .catalogitem-colors-full:before {
        position: absolute;
        left: 287px;
        right: 49px;
        top: -10px;
        width: 18px;
        height: 10px;
        background: url(images/catalog-colors-arrow.png) 0 0 no-repeat;
        display: block;
        content: ""
    }

    .catalog__hit {
        top: -30px;
        right: -30px
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog__button {
        margin-top: 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .modalCard__wrapper_slider {
        padding: 25px 0 25px 10px
    }

    .modalCard__wrapper_info {
        padding: 25px 0;
        margin-right: 20px;
        width: 320px
    }

    .modalCard__wrapper_form {
        width: 100%;
        padding-top: 0
    }

    .modalCard__header {
        text-align: center
    }

    .modalCard__form {
        padding-left: 15px;
        padding-right: 15px
    }

    .modalCardRight__item {
        width: 50%
    }
}

@media (min-width: 768px) {
    .slider .slick-next {
        right: 17px
    }

    .slider .slick-prev {
        left: 17px
    }
}

@media (min-width: 768px) {
    .verticalSlider {
        overflow: hidden;
        height: 420px
    }

    .verticalSlider__nav {
        height: 420px
    }
}

@media (min-width: 992px) {
    .actionForm {
        padding-top: 140px;
        padding-bottom: 112px
    }

    .actionForm__form {
        -ms-flex-pack: center;
        justify-content: center
    }

    .actionForm__input {
        width: 283px;
        margin-right: 20px
    }

    .actionForm__button {
        padding: 0 37px
    }
}

@media (min-width: 992px) {
    .catalog {
        padding-top: 85px
    }

    .catalog__downloadPrice {
        text-align: center
    }

    .catalog__downloadPrice button {
        margin-bottom: 105px;
        margin-top: 30px;
        padding-top: 25px;
        padding-bottom: 25px
    }
}

@media (min-width: 992px) {
    .certificate__item_small {
        margin-top: 60px
    }

    .certificate__img {
        margin-bottom: 40px
    }

    .certificate__button {
        text-align: center
    }
}

@media (min-width: 992px) {
    .certificate__button button, .contacts {
        margin-bottom: 100px
    }
}

@media (min-width: 992px) {
    .filtersCatalog__item {
        padding: 0 30px
    }

    .filtersCatalog__item_hat {
        padding: 0 20px
    }

    .filtersCatalog__arrow {
        right: 10px
    }
}

@media (min-width: 992px) {
    .menu__separate {
        display: block
    }

    .menu__item {
        padding: 0 15px
    }
}

@media (min-width: 992px) {
    .header {
        padding-top: 53px
    }

    .header__header {
        line-height: 1.5
    }

    .header__tel {
        font-size: 24px
    }

    .header__button-price-list {
        margin-bottom: 114px
    }
}

@media (min-width: 992px) {
    .modalCard__box {
        width: 665px
    }

    .modalCard__wrapper_slider {
        padding: 25px 0 25px 10px
    }

    .modalCard__wrapper_info {
        padding: 25px 0
    }

    .modalCard__wrapper_form {
        width: 300px
    }

    .modalCardRight__item {
        width: 50%
    }
}

@media (min-width: 992px) {
    .partnersForm {
        padding-bottom: 110px;
        margin-bottom: 100px;
        padding-top: 139px
    }

    .partnersForm__info-header {
        margin-bottom: 89px
    }

    .partnersForm__info-header:before {
        top: 60px
    }

    .partnersForm__after-header {
        margin-bottom: 50px
    }
}

@media (min-width: 992px) {
    .requestForm__form {
        -ms-flex-pack: center;
        justify-content: center
    }

    .requestForm__input {
        width: 283px;
        margin-right: 20px
    }
}

@media (min-width: 992px) {
    .reviews {
        padding-bottom: 100px
    }

    .reviews__item {
        margin-bottom: 0
    }
}

@media (min-width: 992px) {
    .slider {
        margin-top: 30px
    }

    .slider__post-header {
        margin-bottom: 57px
    }

    .slider .slick-prev {
        left: 120px
    }

    .slider .slick-next {
        right: 120px
    }
}

@media (min-width: 992px) {
    .trust__header {
        text-align: center;
        margin-top: 95px;
        margin-bottom: 73px
    }

    .trust__item {
        text-align: center;
        margin-bottom: 43px;
        padding: 0 30px
    }

    .trust__item:nth-child(3n+1) {
        clear: left
    }

    .trust__item:nth-child(odd) {
        clear: none
    }
}

@media (min-width: 992px) {
    .uniqueCustom__item {
        margin-bottom: 0
    }

    .uniqueCustom__button {
        text-align: center
    }

    .uniqueCustom__button button {
        margin-top: 80px;
        margin-bottom: 105px
    }
}

@media (min-width: 992px) {
    .video {
        margin-bottom: 99px;
        padding-top: 38px;
        padding-bottom: 77px
    }

    .video__header {
        line-height: 1.5;
        margin-bottom: 40px
    }
}

@media (min-width: 1200px) {
    .catalogitem-colors {
        width: auto;
        font-size: 16px;
    }

    .catalogitem-colors-more {
        clear: none;
        float: left
    }

    .catalog__button {
        margin-top: 0
    }
}

@media (min-width: 1200px) {
    .modalCard__box {
        width: 800px
    }

    .modalCard__wrapper_slider {
        width: 400px;
        padding: 40px 0 20px;
        margin-left: 20px
    }

    .modalCard__wrapper_info {
        width: 350px;
        padding: 40px 0
    }

    .modalCard__wrapper_advantages {
        width: 100%
    }

    .modalCard__wrapper_form {
        width: 340px;
        padding: 0;
        background: #f3f3f3
    }

    .modalCardRight__item {
        width: 32.5%
    }

    .modalCardRight__item_freeModey, .modalCardRight__item_guarantee, .modalCardRight__item_production {
        margin-bottom: 0
    }
}

@media (min-width: 1200px) {
    .requestAnswer__item {
        padding: 0 55px
    }
}

@media (min-width: 1200px) {
    .slider {
        margin-top: 10px
    }

    .slider__wrapper {
        max-width: 1600px
    }
}

@media (min-width: 1200px) {
    .trust__box {
        padding: 0 68px;
        border-bottom: 1px solid #8e8e8e;
    }
}

@media (min-width: 1200px) {
    .video {
        padding-bottom: 112px;
        padding-top: 78px
    }

    .video__header {
        margin-bottom: 70px
    }
}

@media (min-width: 1200px) {
    .verticalSlider {
        height: 450px;
        overflow: hidden
    }

    .verticalSlider__nav {
        height: 450px
    }

    .verticalSlider__img {
        width: 300px
    }
}
.ajax_modal {
    position: fixed;
    width: 300px;
    height: auto;
    font-size: 16px;
    left: calc(50% - 150px);
    top: 200px;
    z-index: 10;
    text-align: center;
    color: #fff;
}
.ajax_modal .error, .ajax_modal .success {
    padding: 20px;
    border-radius: 4px;
}
.ajax_modal .error {
    background: #843534;

}
.ajax_modal .success {
    background: #3c763d;
}