@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 225px;

    display: block;

    /*width: 75px;*/
    /*height: 75px;*/
    width: 50px;
    height: 50px;
    padding: 0;



    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: #332b24;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 50;
//position: relative;
}

.slick-prev:hover, .slick-next:hover{
    background: #ffe0ab;
}
/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
    }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before
    {
        opacity: 1;
    }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before
    {
        opacity: .25;
        }*/

.slick-prev:before,
.slick-next:before
{
    position: absolute;
    font-size: 0;
    width: 30px;
    height: 23px;
    /*top: 25px;*/
    top: 15px;
    /*left: 25px;*/
    left: 10px;
}

.slick-prev
{
//left: -1px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '';
    background: url(../images/slick_left.png) no-repeat;
}
.slick-prev:hover:before{
    background: url(../images/slick_left-hover.png) no-repeat;
}
[dir='rtl'] .slick-prev:before
{
    content: 'в†’';
}

.slick-next
{
//left: 86px;

}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '';
    background: url(../images/slick_right.png) no-repeat;
}
.slick-next:hover:before{
    background: url(../images/slick_right-hover.png) no-repeat;
}
[dir='rtl'] .slick-next:before
{
    content: 'в†ђ';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'вЂў';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}



.fancybox-enabled {
    overflow: hidden; }

.fancybox-enabled body {
    overflow: visible;
    height: 100%; }

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

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
    z-index: 99992; }

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
    opacity: 0.87;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box;
}

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

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px; }

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, 0.7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased; }

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

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

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

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

.fancybox-slide--image {
    overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #E5E3DF; }

.fancybox-slide--next {
    z-index: 99995; }

.fancybox-slide > * {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: transparent;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    /*left: 10%;*/
    left: 0;
    width: 100%;
    height: 100%;
    /*width: 80%;*/
    /*height: 75%;*/
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none; }

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

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff; }

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff; }

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

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer; }

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2; }

.fancybox-close-small:focus:after {
    outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
    background: transparent;
    font-size: 35px;
    color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff; }

/* Caption */
.fancybox-caption-wrap {
//bottom: 0;
    bottom: 20%;
    width: 100%;
    text-align: center;
    /*left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);*/
    pointer-events: none;
}

.fancybox-caption {
    padding: 0 0 15px;
    /*padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);*/
    font-size: 14px;
    /*font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all; }

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

/* Buttons */
.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: transparent;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: none;
    top: 20px;
    right: 30px;
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
//background: rgba(30, 30, 30, 0.6);
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 2px solid rgba(255,255,255,0.3);
}

.fancybox-button:hover:not([disabled]) {
    /*color: #fff;
    background: rgba(0, 0, 0, 0.8); */
    border: 2px solid rgba(255,255,255, 1);
}

.fancybox-button::before,
.fancybox-button::after {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: 0.9;
    box-sizing: border-box;
    display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
    opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: transparent;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor; }

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.fancybox-button--left {
    border-bottom-left-radius: 5px; }

.fancybox-button--right {
    border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
    content: '';
    display: inline-block;
    position: absolute;
    /*height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);*/
    height: 2px;
    width: 34px;
    top: calc(50% - 1px);
    left: calc(50% - 17px);
    background-color: rgba(255,255,255,0.3);
}

.fancybox-button--close:hover::before, .fancybox-button--close:hover::after{
    background-color: rgba(255,255,255,1);
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: none;
    background: none;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s;
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 19px;
    height: 54px;
    background: url(../images/next_img.png) center center no-repeat;
    /*width: 44px;
    height: 44px;

    background-color: rgba(30, 30, 30, 0.8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px; */
}

.fancybox-arrow:hover::after{
    background: url(../images/next_img-hover.png) center center no-repeat;
}

.fancybox-arrow--right {
    right: 0; }

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
    left: 0; }

.fancybox-show-nav .fancybox-arrow {
    opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, 0.4);
    border-top: 6px solid rgba(255, 255, 255, 0.6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

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

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

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

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

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

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

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

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

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

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

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

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

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0; }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none !important; }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: transparent; }

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px; }

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
    display: none;
    visibility: hidden;
}

.fancybox-button--thumbs {
    display: none; }

@media all and (min-width: 800px) {
    .fancybox-button--thumbs {
        display: inline-block; }
    .fancybox-button--thumbs span {
        font-size: 23px; }
    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
    .fancybox-thumbs {
        position: absolute;
    //top: 0;
        right: 0;
        bottom: 10%;
        left: 50%;
    //width: 755px;
        height: auto;
    //margin: 0;
        margin-left: -377.5px;
    //padding: 5px 5px 0 0;
    //background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995; }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block; }
    .fancybox-show-thumbs .fancybox-inner {
    //right: 220px;
    }
    .fancybox-thumbs > ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0; }
    .fancybox-thumbs > ul > li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
    //margin: 0;
        margin: 5px 10px;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: none;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box; }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, 0.1); }
    .fancybox-thumbs > ul > li > img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
    .fancybox-thumbs > ul > li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #F78401;
        z-index: 99991;
        opacity: 0;
        transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
    .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
        opacity: 1; } }



/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

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

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.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;
}



@font-face {
    font-family: 'Fedra Sans Pro Bold LF';
    src: url('../fonts/FedraSansPro-BoldLF.eot');
    src: url('../fonts/FedraSansPro-BoldLF.eot?#iefix') format('embedded-opentype'), url('../fonts/FedraSansPro-BoldLF.woff2') format('woff2'), url('../fonts/FedraSansPro-BoldLF.woff') format('woff'), url('../fonts/FedraSansPro-BoldLF.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/Roboto-Condensed.eot');
    src: url('../fonts/Roboto-Condensed.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Condensed.woff2') format('woff2'), url('../fonts/Roboto-Condensed.woff') format('woff'), url('../fonts/Roboto-Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/myriadpro-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

/* Main classes*/

body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.hidden{
    display: none;
}

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

ul li,
ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
div {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: #000;
}

a:focus,
div:focus,
input:focus,
button:focus,
textarea:focus {
    outline: none;
}

.link {
    color: #ff6500;
}

.wrapper {
    max-width: 1200px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}

.content {
    width: 100%;
}

.flexRow {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    /*-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;*/
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flexRow__block {
    padding: 20px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
}

header .flexRow__block:nth-child(2){
    padding-left: 40px;
}

.phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-end;
}

.phone_a {
    font-size: 1.4375rem;
    line-height: 1.1875rem;
    color: #fff;
    padding-left: 25px;
    position: relative;
}

.phone_a:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    background: url(../images/phone_icon.png) no-repeat;
}

.phone__text {
    padding: 8px 0 0 5px;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    color: #777775;
    /*background: url(../images/metka-red.png) no-repeat;*/
}

.button {
    display: inline-block;
    border: 1px solid rgba(66, 63, 61, 0.5);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 29px;
    text-align: center;
}

.button:hover {
    background: #010202;
    color: #fff;
}

.button-marker {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ff6500;
    -webkit-box-shadow: 0 3px 0 #c24c00;
    box-shadow: 0 3px 0 #c24c00;
    color: #fff;
}

.button-marker:hover {
    background-color: #ff893d;
    -webkit-box-shadow: 0 3px 0 #c24c00;
    box-shadow: 0 3px 0 #c24c00;
}

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

ul.menuSite li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
}

ul.menuSite li a {
    font-size: 1.25rem;
    line-height: 1.3125rem;
}

ul.menuSite li a:hover {
    color: #ff6500;
}

ul.menuSite li a:active {
    /*color: #fff;*/
}

span.arrow {
    display: inline-block;
    font-size: 0;
    width: 17px;
    height: 10px;
    margin: 6px 0 0 3px;
    vertical-align: top;
}

span.arrow-standart {
    background: url(../images/arrow.png) no-repeat center;
}

span.arrow-black {
    background: url(../images/arrow_black.png) no-repeat center;
}

span.arrow-white {
    background: url(../images/arrow_white.png) no-repeat center;
}

span.arrow-sidebar{
    background: url(../images/arrow_sidebar.png) no-repeat center;
}

h1,
h2 {
    font-family: 'Fedra Sans Pro Bold LF';
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    color: #000;
}

h3 {
    font-family: 'Fedra Sans Pro Bold LF';
    font-size: 1.875rem;
    line-height: 2.8125rem;
    color: #000;
    margin: 0;
}

h5 {
    font-family: 'Fedra Sans Pro Bold LF';
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #000;
    margin: 0;
}

p {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.copyright {
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright__inf {
    padding-left: 10px;
}

.copyright__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyright__title {
    font-family: 'Myriad Pro';
    font-size: 1rem;
    line-height: 1.3125rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.map {
    position: relative;
    max-height: 780px;
    height: 100%;
    width: 100%;
}

.ymaps-2-1-55-balloon__layout,
.ymaps-2-1-55-balloon__content {
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    background-color: #fdddad !important;
}

.ymaps-2-1-55-balloon__layout:focus,
.ymaps-2-1-55-balloon__content:focus {
    outline: none !important;
}

.ymaps-2-1-55-balloon {
    position: relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ymaps-2-1-55-balloon:before {
    content: '';
    position: absolute;
    width: 128%;
    height: 108px;
    top: 42%;
    left: 10px;
    background: url(../images/inscription__shadow.png) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.ymaps-2-1-55-balloon__content {
    padding: 27px 0 27px 20px !important;
}

.ymaps-2-1-55-balloon__tail:after {
    background-color: #fdddad !important;
}

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

.inscription__img img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.inscription__inf {
    padding: 0 0 0 20px;
}

.inscription__title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    padding: 0 0 8px;
}

.inscription .button {
    width: 200px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.125rem;
    line-height: 1.3125rem;
}

.waterMark__catalog:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 25px;
    background: url(../images/watermark.png) no-repeat;
    top: 62%;
    right: 20%;
}

.waterMark__item:before {
    content: '';
    position: absolute;
    width: 80px;
    height: 25px;
    background: url(../images/watermark.png) no-repeat;
    top: 50%;
    right: 50%;
    margin-right: -40px;
    margin-top: -12.5px;
}

/*.ymaps-2-1-55-balloon-content__header{
  font-size: 1.25rem !important;
  line-height: 1.6875rem;
  font-weight: 400 !important;
  }*/

/* SIDEBAR */

.sidebar {
    width: 26%;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    overflow-y: scroll;
    background: #262626;
}

/* хром, сафари */
.sidebar::-webkit-scrollbar { width: 0; }

/* ie 10+ */
.sidebar { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/
.sidebar { overflow: -moz-scrollbars-none; }

.sidebar__head {
    padding: 20px 30px;
    border-bottom: 1px solid #dbbf91;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #0c0704;
}

.sidebar__title {
    padding-right: 60px;
    font-size: 2.1875rem;
    line-height: 2.5rem;
    color: #ffffff;
}

.sidebar .button{
    color: #ffe0ab;
    border-color: #ffe0ab;
}

.sidebar__body {
//border-top: 1px solid  #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.news {
    border-bottom: 1px solid #dbbf91;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #3c3c3c;
    border-bottom: 1px solid #0c0704;
}

.news:hover {
    background: #dbbf91 url(../images/news_hover.png) 95% center no-repeat;
    -webkit-background-size: 7% 58%;
    background-size: 7% 58%;
}

.news:hover .news__title{
    color: #000;
}

.news__block img {
    width: 172px;
    height: 129px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.news__block:last-child {
    padding: 0 30px;
}

.news__date {
    display: inline-block;
    background: #ff6500;
    color: #fff1da;
    font-size: 0.8125rem;
    line-height: 1.5625rem;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 5px;
}

.news__title {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    padding: 5px 0 0;
    color:  #ffffff;
}

ul.breadcrumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 30px 0;
}

ul.breadcrumbs li {
    position: relative;
    padding: 0 25px 0 0;
    font-size: 1.25rem;
    line-height: 2.3125rem;
    color: #787776;
}

ul.breadcrumbs li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 6px;
    top: 15px;
    right: 8px;
    background: url(../images/pagination_backgr.png) no-repeat;
}

ul.breadcrumbs li:last-child {
    padding: 0;
}

ul.breadcrumbs li:last-child:before {
    content: none;
}

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

ul.pagination li {
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.pagination li:last-child {
    margin-right: 0;
}

ul.pagination li:hover,
ul.pagination li:active {
    background: #000;
}

ul.pagination li:hover a,
ul.pagination li:active a{
    color: #fff;
}

ul.pagination li a{
    padding: 15px 25px;
}

.capital {
    position: relative;
}

.capital:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 19px;
    top: 2px;
    right: -30px;
    background: url(../images/capital_icon.png) no-repeat;
}

.buy {
    color: #ff0000;
    border-bottom: 2px solid #ff0000;
}

.buy:hover {
    color: #ff0000 !important;
}

/* HEADER */

header {
    background: #030000;
}

header a {
    color: #ffe0ab;
}

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

.buttons-head .button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
}

.buttons-head .button:hover {
    background: #ffe0ab;
    border-color: #ffe0ab;
    color: #000;
}

.slidersHeader {
    padding: 30px 0;
}

.slidersHeader .slick-arrow{
    top: 50%;
}

.slidersHeader .slick-next {
    right: 0;
}

.slider__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider__title,
.slider__text {
    width: 50%;
}

.slider__title {
    font-family: 'Fedra Sans Pro Bold LF';
    font-size: 1.9375rem;
    line-height: 2.5rem;
    color: #fff;
    padding: 0 0 0 10%;
}

.slider__text {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    color: #ffe0ab;
    padding: 0 10% 0 15%;
}

/* TEXT-SECTION */

.text__wrap{
    margin: 0 0 50px;
}

.images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.images__block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: -webkit-calc(33.333333333333336% - 20px);
    width: calc(33.333333333333336% - 20px);
    margin: 0 0 30px;
}

.images__block:hover img {
    border: 2px solid #ff6500;
}

.images__block:hover .images__signature {
    color: #ff6500;
}

.images__img img {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
    height: 514px;
}

.images__signature {
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.text__list {
    margin: 15px 0 15px 30px;
}

.text__list li {
    position: relative;
    font-size: 1.25rem;
    line-height: 1.7rem;
    padding: 5px 0 5px 30px;
}

.text__list li:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 35%;
    left: 0;
    background: url(../images/li_icon.png) no-repeat;
}

.text__fullScreenImg img {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.text__fullScreenImg span {
    font-size: 1rem;
    line-height: 2.5rem;
}

/* ITEM SECTION */

.item__wrap {
    border-bottom: 1px solid #d0d0d0;
}

/*.item__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}*/

.table-block{
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    margin-left: -10px;
    margin-right: -10px;
    
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.table-block:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: -50%;
    width: 100%;
    height: 0.5px;
    background: #cccccc;
}  

.table__img{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.item__block {
    
   
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
// width: -webkit-calc(50% - 20px);
// width: calc(50% - 20px);
}

/*.item__block:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}*/

.item__img {
    margin: 70px 0;
}

.ava{
    width: 480px;
    height: 428px;
    text-align: center;
}

.ava img{
    width: 70%;
}

.table, table {
    width: -webkit-calc(50% - 20px);
    
    width: calc(50% - 20px);
  
    border-collapse: collapse;
    border-radius: 5px;
    border-spacing: 0;
    margin: 30px 0;
}


.table-block:first-child table{
    margin: 5px 0 30px;
}

thead {
    background: #211f1d;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3f3f3f;
}
thead tr {
    /*&:first-child{
                  th{
                      &:first-child{
                          border-top-left-radius: 5px;
                          border-top-right-radius: 5px;
                      }
                  }
              }*/
}
thead tr:first-child {
    border-bottom: 1px solid #3f3f3f;
}
thead tr:last-child th {
    border-right: 1px solid #3f3f3f;
}
thead tr:last-child th:last-child {
//border-right: none;
}
thead th {
    /*text-align: left;*/
    text-align: center;
    padding: 15px 5px;
}

tbody {
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
tbody tr {
    border-bottom: 1px solid #cccccc;
}
tbody tr:last-child {
    border-bottom: none;
}
tbody td {
    padding: 10px 5px;
    text-align: center;
}

tbody tr td:last-child{
    border-right: 1px solid #cccccc;
}



/* VIEWED SECTION */

.viewed__wrap {
    padding: 45px 0 80px;
}

.viewed__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
}

.viewed__block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}

.viewed__block:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.viewed__img {
    width: 165px;
    height: 165px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
}

.viewed__img img {
    width: 80%;
    height: 80%;
}

/* CATALOG SECTION */

.catalog__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0 0 60px;
}

.catalog__block {
    padding: 25px 15px;
    margin: 20px 0;
    border: 1px solid #d0d0d0;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
}

.catalog__block-empty {
    padding: 25px 15px;
}

.catalog__block:hover{
    border: 1px solid #ff6500;
}

.catalog__img {
    position: relative;
}

.catalog__img img {
    /*width: 100%;*/
    height: 253px;
    margin: 0 auto;
}

.catalog__title {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    padding: 20px 0 10px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.catalog__text {
    font-size: 1rem;
    line-height: 1.25rem;
    color: #787776;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* CATALOGYOWN SECTION */

.catalogTown__blocks {
    height: 950px;
    margin: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.catalogTown__block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: -webkit-calc(33.333333333333336% - 20px);
    width: calc(33.333333333333336% - 20px);
}

.town {
    padding: 0 0 0 35px;
    margin: 30px 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.town__werbs{
    padding-right: 20px;
    font-family: 'Fedra Sans Pro Bold LF';
    font-size: 1.5625rem;
    line-height: 2.3125rem;
    color: #ff6500;
    font-weight: 700;
}

.town__label li {
    font-size: 1.25rem;
    line-height: 2.3125rem;
    margin: 7px 0;
}

.town__label li a:hover{
    color: #ff6500
}



/* Slider */

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

.sliderMain__wrap .slick-prev {
    left: -1px;
}

.sliderMain__wrap .slick-next {
    left: 86px;
}

.sliderMain__backg {
    background-color: #030000;
    background-image: url(../images/slider_backg.png), url(../images/slider_light_backg.png);
    /*background-position: 79% 100%, 109% 37%;*/
    background-position: 79% -20%, 109% 37%;
    -webkit-background-size: 26%, 73%;
    background-size: 26%, 73%;
    background-repeat: no-repeat, no-repeat;
    padding: 130px 0;
    /*adding: 130px 0 0;*/
    margin: -1px 0 0;
}

.sliderMain__img {
    margin: 10px 0;
}

.sliderMain__img img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.sliderMain__inf {
    margin: 0 30px;
    width: 40%;
}

.sliderMain__title {
    font-family: 'Fedra Sans Pro Bold LF';
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    color: #fff;
}

.sliderMain__text {
    /*margin: 20px 0 30px;*/
    margin: 20px 0 10px;
    font-size: 1.5625rem;
    line-height: 2.3125rem;
    color: #ffe0ab;
}

.sliderMain__link {
    width: 88%;
    padding: 15px 0;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    color: #fff;
    margin: 15px 0;
}

.button-standart:hover {
    background: #ff6500;
}

.sliderDots {
    background: #332b24;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sliderDots__block {
    padding: 35px;
    font-size: 1.25rem;
    line-height: 1.3125rem;
    color: #ffe0ab;
    cursor: pointer;
}

.sliderDots__block-active {
    position: relative;
    color: #fff;
}

.sliderDots__block-active:before {
    content: "";
    position: absolute;
    top: -9px;
    left: 50%;
    width: 0;
    height: 0;
    border-bottom: 6px solid #332b24;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-top: 3px;
    margin-left: -6px;
}

.slidersMain .slick-arrow{
/*display: none !important;*/
    visibility: hidden;
}

/* STOCK-SECTION */

.stock__wrap {
    padding: 30px 0 50px;
    background: #ff6500;
    text-align: center;
}

.stock__title {
    display: none;
    font-size: 0.8125rem;
    line-height: 1.6875rem;
    text-transform: uppercase;
    color: #ffeac5;
    letter-spacing: 1px;
}

.stock__label {
    font-size: 2.1875rem;
    line-height: 2.6875rem;
    color: #fff;
    padding: 20px 0;
    letter-spacing: 2px;
}

.stock__link {
    display: inline-block;
    padding: 16px 63px;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    color: #ffeac5;
    border: 2px solid #ffeac5;
    letter-spacing: 1px;
}

.stock__link:hover {
    background: #ffeac5;
    color: #060406;
}

/* PRODUCTS-SECTION */

.products__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.products__block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}

.products__block:first-child {
    padding-right: 50px;
}

/*.products__block:first-child h2 {
  width: 70%;
}*/

.products__block:first-child img {
    width: 100%;
    padding: 10px 0 40px;
}

.products__block:first-child p {
    width: 87%;
}

/*.products__block:last-child h2 {
  width: 75%;
}*/

.products__applications {
    background: url(../images/appl_backg.png) no-repeat;
    margin: 20px 0;
    height: 160px;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.products__applications .button:hover {
    background: none;
    color: #000;
}

.products__applications:hover {
    background-image: url(../images/appl_backg_hover.png);
}

.products__applications:hover .button {
    background: #010202;
    color: #fff;
}

.products__application {
    padding: 0 10px 0 25px;
}

.products__application h3 {
    margin: 20px 0 10px;
}

.products__application .button {
    padding: 15px 50px;
}

/* INF-SECTION*/

.inf__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.inf__block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
    width: -webkit-calc(58.333333333333336% - 20px);
    width: calc(58.333333333333336% - 20px);
}

.inf__block p {
    width: 95%;
}

.inf__wrap {
    padding: 130px 0;
}

.inf__wrap-question {
    background: url(../images/questions_backg.png) right 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#e6f2f8), to(#a1cdea));
    background: url(../images/questions_backg.png) right 100% no-repeat, -webkit-linear-gradient(bottom, #e6f2f8, #a1cdea);
    background: url(../images/questions_backg.png) right 100% no-repeat, -o-linear-gradient(bottom, #e6f2f8, #a1cdea);
    background: url(../images/questions_backg.png) right 100% no-repeat, linear-gradient(0deg, #e6f2f8, #a1cdea);
}

.inf__wrap-constructor {
    background: url(../images/konstr.png) 75% 100% no-repeat, -webkit-gradient(linear, left bottom, left top, from(#696969), to(#c0c0c0));
    background: url(../images/konstr.png) 75% 100% no-repeat, -webkit-linear-gradient(bottom, #696969, #c0c0c0);
    background: url(../images/konstr.png) 75% 100% no-repeat, -o-linear-gradient(bottom, #696969, #c0c0c0);
    background: url(../images/konstr.png) 75% 100% no-repeat, linear-gradient(0deg, #696969, #c0c0c0);
}

.inf__wrap-constructor h2 {
    color: #fff;
}

.inf__wrap-constructor p {
    width: 70%;
    color: #fff;
}

.inf__wrap-constructor .button {
    padding: 15px 50px;
    color: #fff;
}

.inf__wrap-catalog {
    background: url(../images/catalog_img.png) 80% center no-repeat;
    color: #000;
}

/* LINK-SECTION */

.link__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link__blocks {
    width: 33.33%;
    padding: 60px 0;
}

.link__blocks:hover {
    background: #010202;
}

.link__blocks:hover span {
    color: #fff;
}

.link__blocks-3dModel {
    background: #fedead;
}

.hover_3d{

}

.link__blocks-priceList {
    background: #332b24;
}

.link__blocks-priceList span {
    color: #fff;
}

.link__blocks-sertification {
    background: #ff6500;
}

.link__blocks-sertification span {
    color: #fff;
}

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

.link__blocks a img {
    width: 50px;
    height: 50px;
}

.link__blocks a span {
    padding: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.6875rem;
    text-align: center;
}

/* MAKEDILLER-SECTION*/

.makeDiller__wrap {
    padding: 55px 0;
}

.makeDiller__blocks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.makeDiller__block {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 10px;
    /*margin-right: 100px;*/
    word-wrap: break-word;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
}

.makeDiller__block:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.makeDiller__block h2 {
    /*width: 90%;*/
}

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

.makeDiller__buttons .button {
    margin: 10px 20px;
    padding: 15px 37px;
}

/* NEWS SECTION */

.newsSection__wrap {
    padding: 0 0 85px;
}

.newsSection__block {
    padding: 15px;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0  20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.newsSection__block:hover {
    border-color: #ff6500;
}

.newsSection__img {
width: 350px;
}

.newsSection__inf {
    position: relative;
    padding: 30px;
}

.newsSection__date {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px 10px;
    border: 2px solid #0c0704;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.newsSection__title {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    color: #ff6500;
    max-width: 680px;
}

/* FORM BLOCK */

.form__wrap{
    margin-bottom: 76px;
}

.form__block{
    background: #fff1da;
    border-radius: 5px;
    width: 70%;
    padding: 40px 32px;
    border: 1px solid #e7d1ae;
}

.form__block h2{
    margin: 0;
}

.form__block label{
    margin-bottom: 10px;
    display: block;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

.form__input{
    border: 2px solid #010202;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-clip: padding-box;
    background-color: #fff;
    -moz-box-shadow: inset 0 2px 0 rgba(26,29,33,.2);
    -webkit-box-shadow: inset 0 2px 0 rgba(26,29,33,.2);
    box-shadow: inset 0 2px 0 rgba(26,29,33,.2);
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding: 8px 12px;
    max-width: 376px;
    width: 100%;
    margin-right: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.form__inputBlock{
    margin-bottom: 25px;
}

.form__inputBlock span{
    font-size: 1rem;
    line-height: 1.3125rem;
    color: #a3998a;
    font-style: italic;
}

.form__input_textarea{
    margin-right: 0;
    width: 100%;
    max-width: 96%;
    height: 270px;
}

.form__wrap .button{
    max-width: 348px;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 20px 0 15px;
}

.jGrowl-notification{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.25rem;
    line-height: 1.875rem;
}

/* FOOTER */

footer {
    padding: 105px 0 70px;
    background: url(../images/footer_top_backgr.png) top center no-repeat, url(../images/footer_bottom_backgr.png) bottom center no-repeat;
    -webkit-background-size: 100%, 100%;
    background-size: 100%, 100%;
}

footer .flexRow:first-child {
    padding: 20px 0 40px;
}

footer .flexRow:last-child{
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .menuSite {
    font-size: 1.0625rem;
    line-height: 1.3125rem;
}

footer .menuSite li a {
    color: #979797;
}

footer .phone a {
    color: #000;
}

footer .phone a:before {
    background: url(../images/phone_footer_icon.png) no-repeat;
}

footer .button:hover {
    background: #0c0704;
    color: #fff;
}


/*
    Mobile-menu
*/

.menu_ticker {
    display: none;
}

#transition {
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn_menu {
    cursor: pointer;
    transition: right .33s;
    transform: translateZ(0);
    backface-visibility: hidden;
    display: none;
    padding: 10px;
    z-index: 999;
}

.btn_menu span {
    display: block;
    height: 2px;
    background-color: #FFF;
    margin: 6px 0 0;
    transition: all .3s;
    position: relative;
    width: 30px;
    opacity: 1;
    top: 0;
}

.btn_menu span.first {
    margin-top: 0;
}

.menu_ticker:checked ~ .btn_menu span.first {
    transform: rotate(45deg);
    top: 8px;
}

.menu_ticker:checked ~ .btn_menu span.second {
    opacity: 0;
}

.menu_ticker:checked ~ .btn_menu span.third {
    transform: rotate(-45deg);
    top: -8px;
}

.mobile_icon {
    display: none;
    width: 9px;
    height: 5px;
    background: url(../images/arrow-down.png) no-repeat center;
    margin: -5px 0 0 12px;
    font-size: 0;
    vertical-align: middle;
    transition: all 0.1s linear;
}

.top_menu {
    display: none;
    height: 90px;
    max-height: 100%;
    opacity: 1;
    position: fixed;
    z-index: 99;
    right: 0;
    left: 0;
    background: #000;
}

.top_menu ul {
    width: 100%;
    margin: 20px;
}

.top_menu li {
    display: block;
    margin-right: 0;
}

.top_menu li > ul {
    position: relative;
    height: auto;
    background: #fff;
    width: auto;
    top: inherit;
    padding: 0 20px;
    margin: 0;
}

.top_menu li > ul:before,
.top_menu li:hover > ul {
    display: none;
}

.top_menu a {
    margin: 15px 0;
}

.mobile_overflow {
    overflow: hidden;
}

@media screen and (max-width: 1720px) {
    .sidebar {
        display: none;
    }

    .content {
        width: 100%;
    }
}

@media screen and (max-width: 3300px){
    .slidersHeader{max-height: 185px; overflow: hidden}
}

@media screen and (max-width: 1300px){
    .sliderMain__backg{
        background-position: 79% -160%, 109% 37%;
    }
}



@media screen and (max-width: 1200px) {
    .btn_menu {
        display: block;
    }
    .flexRow__block:nth-child(2){
        display: none;
    }
    .wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .flexRow:first-child {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    ul.menuSite {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ul.menuSite li {
        text-align: center;
    }

    ul.menuSite li {
        padding: 10px 0;
    }

    .catalog__block {
        width: -webkit-calc(33.333333333333336% - 20px);
        width: calc(33.333333333333336% - 20px);
    }

    .products__application h3 {
        font-size: 1.4rem;
    }

    .inf__wrap-catalog .inf__block {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .inf__wrap-catalog {
        background-position: 50% bottom;
    }

    .makeDiller__buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sliderMain__backg{
        background-position: 79% 100%, 109% 37%;
    }
}

@media screen and (max-width: 960px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .item__block:first-child {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .item__block:last-child {
        display: none;
    }

    .viewed__blocks {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .viewed__block:last-child {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .viewed__block:last-child {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .viewed__img {
        margin: 15px 10px 0;
    }

    .sliderMain__backg {
        background-image: url(../images/slider_light_backg.png);
    }

    .sliderMain__backg {
        background-position: 109% 37%;
    }

    .sliderMain__backg {
        -webkit-background-size: 73% 73%;
        background-size: 73%;
    }

    .sliderMain__backg {
        background-repeat: no-repeat;
    }

    .sliderMain__backg {
        /*padding: 50px 0 80px;*/
        padding: 0 0 20px;
    }

    .sliderMain__inf {
        width: 100%;
    }

    .sliderDots {
        display: none;
    }

    .products__block {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .products__applications {
        width: -webkit-calc(83.33333333333334% - 20px);
        width: calc(83.33333333333334% - 20px);
    }

    .products__application h3 {
        font-size: 1.875rem;
    }

    footer {
        padding: 70px 0 10px;
    }

    footer .flexRow:last-child {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .slidersMain .slick-arrow {
        /*visibility: visible;*/
        visibility: hidden;
    }
}

@media screen and (max-width: 780px) {
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    ul.pagination {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .buttons-head {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .buttons-head {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .slider__header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .slider__title,
    .slider__text {
        width: 100%;
    }

    .slider__title {
        text-align: center;
    }

    .slider__title {
        padding: 0 18%;
    }

    .slider__text {
        text-align: center;
    }

    .slider__text {
        padding: 0 15% 0 15%;
    }

    .images__block {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .viewed__block {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .catalog__block {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }

    .sliderMain__wrap .slick-prev,
    .sliderMain__wrap .slick-next {
        top: 15%;
    }

    .sliderMain__wrap .slick-prev {
        left: 200px;
    }

    .sliderMain__wrap .slick-next {
        left: 286px;
    }

    .sliderMain {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .sliderMain__inf {
        margin: 0;
    }

    .sliderMain__inf {
        padding: 0 40px 0 0;
    }

    .products__block:first-child {
        padding: 0;
    }

    .products__applications {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .inf__block {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .inf__wrap-question {
        padding: 0 0 52%;
    }

    .inf__wrap-catalog {
        padding: 0 0 30%;
    }

    .newsSection__block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    #transition{
        top: 10px;
    }

    .top_menu{
        height: auto;
    }

    .top_menu ul.menuSite{
        flex-direction: column;
    }
}

@media screen and (max-width: 560px) {
    thead th {
        padding: 15px 2%;
    }
    table {
        font-size: 0.8rem;
    }
    tbody td {
        padding: 15px 2%;
    }
    .wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ymaps-2-1-55-balloon:before {
        width: 145%;
    }

    .ymaps-2-1-55-balloon:before {
        top: 50%;
    }

    .inscription__inf {
        padding: 0 0 10px 20px;
    }

    .inscription .button {
        width: 150px;
    }

    ul.breadcrumbs {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .buttons-head .button {
        margin: 10px;
    }

    .slidersHeader {
        padding: 70px 0 30px;
    }

    .slidersHeader .slick-next {
        right: 40%;
    }

    .slidersHeader .slick-next {
        margin-right: -37.5px;
    }

    .slidersHeader .slick-prev {
        left: 40%;
    }

    .slidersHeader .slick-prev {
        margin-left: -37.5px;
    }

    .slidersHeader .slick-prev,
    .slidersHeader .slick-next {
        top: 7%;
    }

    .slider__title {
        padding: 0;
    }

    .slider__text {
        padding: 0;
    }

    .images__block {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .table {
        font-size: 0.8rem;
    }

    .table__td-th {
        padding: 15px 5%;
    }

    .table__td-tbody {
        padding: 15px 5%;
    }

    .typeSecond__td {
        padding: 15px 5%;
    }

    .typeThird .table__td-th {
        padding: 15px 5%;
    }

    .typeForth {
        font-size: 0.6rem;
    }

    .typeForth__td {
        padding: 10px;
    }

    .catalog__block {
        width: -webkit-calc(66.66666666666667% - 20px);
        width: calc(66.66666666666667% - 20px);
    }

    .catalogTown__blocks {
        margin: 0;
    }

    .catalogTown__block {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .catalogTown__block:first-child {
        margin: 20px 0 0;
    }

    .catalogTown__block:last-child {
        margin: 0 0 20px;
    }

    .town:first-child {
        margin: 0 0 30px;
    }

    .products__application {
        padding: 0;
    }

    .products__application h3 {
        font-size: 1.3rem;
    }

    .inf__block p {
        width: 100%;
    }

    .inf__wrap-question {
        padding: 0 0 70%;
    }

    .inf__wrap-constructor {
        padding: 60px 0;
    }

    .inf__wrap-constructor {
        background: #060406;
    }

    .inf__wrap-catalog {
        padding: 0 0 40%;
    }

    .inf__wrap-catalog {
        -webkit-background-size: 100% 100%;
        background-size: 100%;
    }

    .link__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .link__blocks {
        width: 100%;
    }

    .link__blocks {
        padding: 30px 0;
    }

    .makeDiller__block {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .newsSection__block {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .newsSection__img {
        padding: 35px 15px 0;
    }

    .newsSection__date {
        top: 15px;
    }

    footer .flexRow:first-child {
        padding: 20px 0;
    }


    .m_none{display: none;}
    .flexRow__block{text-align: center;padding: 0 0 20px;}
}

@media screen and (max-width: 420px) {
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }

    h1,
    h2 {
        font-size: 2rem;
    }

    h1,
    h2 {
        line-height: 2.5rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    h5 {
        line-height: 1.6rem;
    }

    p {
        font-size: 1.1rem;
    }

    p {
        line-height: 1.6rem;
    }

    .logo img {
        width: 100%;
    }

    .catalog__block {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .sliderMain__wrap .slick-prev,
    .sliderMain__wrap .slick-next {
        /*top: 5%;*/
        top:25%;
    }

    .sliderMain__wrap .slick-prev {
        /*left: 65px;*/
        left: 0;
    }

    .sliderMain__wrap .slick-next {
        /*left: 160px;*/
        left: 85%;
    }

    .sliderMain {
    //padding: 100px 0 0;
    }

    .sliderMain__title {
        font-size: 1.9rem;
    }

    .sliderMain__title {
        line-height: 2.8rem;
    }

    .sliderMain__text {
        font-size: 1.3rem;
    }

    .sliderMain__text {
        line-height: 2rem;
    }

    .products__block:first-child h2 {
        width: 100%;
    }

    .products__block:last-child h2 {
        width: 100%;
    }

    .products__applications {
        background: none;
    }

    .newsSection__img img {
        width: 100%;
    }

    .newsSection__date {
        top: 15px;
    }
    .text__wrap img,.subCatalog__wrap img{max-width: 390px}

    .sliderMain__img {margin: 10px auto;}
    .sliderMain__inf{padding: 0}
    .slidersHeader{padding: 30px 0 30px; max-height: 300px;}
    .slidersHeader .slick-prev, .slidersHeader .slick-next{top:25px; margin: 0}
    .slidersHeader .slick-prev{left: 0}
    .slidersHeader .slick-next{left: 85%}
    #taiga{display: none;}
    .stock__wrap{display: none;}

    .m_none{display: none;}
    .flexRow__block{text-align: center;padding: 0 0 20px;}
}

/* GERA Add */
.menuActive{color: #fff;border-bottom: 2px solid #fff}
footer .menuActive{color: #333!important;border-bottom: 2px solid #333!important;}
.text__wrap p a{color: #ff0000;border-bottom: 2px solid #ff0000}
.breadcrumbs a:hover{border-bottom: 1px solid #787776!important;}
.catalog__text p{font-size:inherit; line-height:inherit}
