:root {
    --GC: #4ba49c;
    --DC: #082d49;
    --SC: #1f3b4d;
    --IC: #2e2e2e;
    --OC: #5c5c5c;
    --BC: #0f0f0f;
    --LC: #eeeeee;
    --MC: #eeeff2;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body{
    margin: 0;
    font-family: "Montserrat", sans-serif;
    height: 100vh;
    background: linear-gradient(45deg, 
    #0f0f0f,  /* Глубокий черный металл */
    #1e1e1e,  /* Темное железо */
    #3b3b3b,  /* Графитовая сталь */
    #5c5c5c,  /* Полированная сталь */
    #082d49,  /* Холодный стальной синий */
    #0f2638,  /* Холодный стальной синий */
    #2e2e2e,  /* Углеродистая сталь */
    #101820,  /* Глубокий антрацит */
    #1f3b4d   /* Тёмный металлический синий */
);
background-size: 400% 400%;
animation: gradientAnimation 12s infinite alternate ease-in-out;
background-attachment: fixed;
}

@keyframes gradientAnimation {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

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
}

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}

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

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

legend {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

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

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99992;
    width: 100%;
    height: 100%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.fancybox-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

.fancybox-bg {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    opacity: 0;
    background: #1e1e1e
}

.fancybox-is-open .fancybox-bg {
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    opacity: .87
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    position: absolute;
    z-index: 99997;
    visibility: hidden;
    -webkit-transition: opacity .25s, visibility 0 linear .25s;
    -o-transition: opacity .25s, visibility 0 linear .25s;
    transition: opacity .25s, visibility 0 linear .25s;
    opacity: 0;
    direction: ltr
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    visibility: visible;
    -webkit-transition: opacity .25s, visibility 0;
    -o-transition: opacity .25s, visibility 0;
    transition: opacity .25s, visibility 0;
    opacity: 1
}

.fancybox-infobar {
    top: 0;
    left: 0;
    height: 44px;
    min-width: 44px;
    padding: 0 10px;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 44px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    pointer-events: none;
    color: #ccc;
    mix-blend-mode: difference;
    -webkit-touch-callout: none
}

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

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

.fancybox-is-open .fancybox-stage {
    overflow: hidden
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99994;
    display: none;
    width: 100%;
    height: 100%;
    padding: 44px;
    overflow: auto;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    text-align: center;
    white-space: normal;
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch
}

.fancybox-slide::before {
    display: inline-block;
    width: 0;
    height: 100%;
    margin-right: -.25em;
    content: "";
    vertical-align: middle
}

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

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

.fancybox-slide--image {
    padding: 44px 0;
    overflow: visible
}

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

.fancybox-slide--html {
    padding: 6px 6px 0
}

.fancybox-slide--iframe {
    padding: 44px 44px 0
}

.fancybox-content {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 0;
    padding: 24px;
    margin: 0 0 6px;
    overflow: auto;
    text-align: left;
    vertical-align: middle;
    background: #fff
}

.fancybox-slide--image .fancybox-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99995;
    max-width: none;
    padding: 0;
    margin: 0;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    background: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

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

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

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

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

.fancybox-container [data-selectable=true] {
    cursor: text
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    padding: 0;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0;
    background: 0 0
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--html .fancybox-content {
    margin-bottom: 6px
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: visible
}

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

.fancybox-slide--map .fancybox-content {
    background: #e5e3df
}

.fancybox-slide--iframe .fancybox-content {
    height: calc(100% - 44px);
    margin-bottom: 44px;
    background: #fff
}

.fancybox-iframe,
.fancybox-video {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    background: 0 0
}

.fancybox-iframe {
    vertical-align: top
}

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

.fancybox-error p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color: #444
}

.fancybox-button {
    display: inline-block;
    width: 44px;
    height: 44px;
    padding: 10px;
    margin: 0;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: rgba(30, 30, 30, .6)
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
    color: #fff
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    cursor: default;
    color: #888
}

.fancybox-button svg {
    position: relative;
    display: block;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: transparent;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--play svg path:nth-child(2) {
    display: none
}

.fancybox-button--pause svg path:first-child {
    display: none
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
    fill: currentColor
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-navigation .fancybox-button {
    position: absolute;
    top: 50%;
    width: 38px;
    height: 38px;
    padding: 6px;
    opacity: 0
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
    -webkit-transition: opacity .25s, visibility 0s, color .25s;
    -o-transition: opacity .25s, visibility 0s, color .25s;
    transition: opacity .25s, visibility 0s, color .25s
}

.fancybox-navigation .fancybox-button::after {
    position: absolute;
    top: -25px;
    left: -25px;
    padding: 50px;
    content: ""
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 6px
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 6px
}

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

.fancybox-close-small svg {
    -webkit-transition: stroke .1s;
    -o-transition: stroke .1s;
    transition: stroke .1s;
    opacity: .8;
    fill: #000;
    stroke: currentColor;
    stroke-width: 1.5
}

.fancybox-close-small:focus {
    outline: 0
}

.fancybox-close-small:hover svg {
    opacity: 1
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
    top: -44px;
    right: -12px;
    padding: 5px;
    color: #ccc
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
    color: #fff;
    background: 0 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
    display: none
}

.fancybox-caption {
    /*right: 0;*/
    bottom: 100px;
    left: calc(50% - 200px);
    width: 400px;
    padding: 25px 44px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff
}

.fancybox-caption::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    content: "";
    pointer-events: none;
    /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
    background-repeat: repeat-x;
    background-size: contain*/
    background-color: rgba(0, 0, 0, 0.5);
}

/*
.fancybox-caption::after {
    position: absolute;
    top: 0;
    right: 44px;
    left: 44px;
    display: block;
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}*/

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    text-decoration: none;
    color: #ccc
}

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

.fancybox-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    width: 60px;
    height: 60px;
    padding: 0;
    margin: -30px 0 0 -30px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    opacity: .6;
    border: 6px solid rgba(100, 100, 100, .5);
    border-top-color: #fff;
    border-radius: 100%;
    background: 0 0
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.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
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    opacity: 0
}

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

.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(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

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

.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(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.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
}

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

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

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

.fancybox-share {
    max-width: 90%;
    padding: 30px;
    text-align: center;
    border-radius: 3px;
    background: #f4f4f4
}

.fancybox-share h1 {
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700;
    color: #222
}

.fancybox-share p {
    padding: 0;
    margin: 0
}

.fancybox-share__button {
    display: inline-block;
    min-width: 130px;
    padding: 0 15px;
    margin: 0 5px 10px;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
    text-decoration: none;
    border: 0;
    border-radius: 3px
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff
}

.fancybox-share__button:hover {
    text-decoration: none
}

.fancybox-share__button--fb {
    background: #3b5998
}

.fancybox-share__button--fb:hover {
    background: #344e86
}

.fancybox-share__button--pt {
    background: #bd081d
}

.fancybox-share__button--pt:hover {
    background: #aa0719
}

.fancybox-share__button--tw {
    background: #1da1f2
}

.fancybox-share__button--tw:hover {
    background: #0d95e8
}

.fancybox-share__button svg {
    position: relative;
    top: -1px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
    vertical-align: middle
}

.fancybox-share__button svg path {
    fill: #fff
}

.fancybox-share__input {
    width: 100%;
    padding: 10px 15px;
    margin: 10px 0 0;
    font-size: 15px;
    color: #5d5b5b;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    outline: 0;
    background: 0 0
}

.fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99995;
    display: none;
    width: 212px;
    padding: 2px 2px 4px;
    margin: 0;
    background: #fff;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-tap-highlight-color: transparent
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    list-style: none;
    white-space: nowrap
}

.fancybox-thumbs-x>ul {
    overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
    width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #2a2a2a
}

.fancybox-thumbs>ul>li {
    position: relative;
    float: left;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    padding: 0;
    margin: 2px;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.fancybox-thumbs>ul>li:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99991;
    content: "";
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    opacity: 0;
    border: 4px solid #4ea7f9
}

.fancybox-thumbs .fancybox-thumbs-active:before {
    opacity: 1
}

@media all and (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0
}

.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;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-touch-callout: none
}

.slick-list {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.slick-list:focus {
    outline: 0
}

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

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

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

.slick-track:after,
.slick-track:before {
    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
}

.slick-loading .slick-list {
    background: #fff url(../images/ajax-loader.gif) center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    transition: .3s;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
    color: transparent;
    border: none;
    outline: 0;
    background: rgba(0, 0, 0, .5)
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
    cursor: default;
    opacity: 1
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    opacity: 1 !important;
    color: transparent;
    outline: 0;
    background: rgba(0, 0, 0, .5)
}

.slick-next:before,
.slick-prev:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    content: ""
}

button.slick-next {
    right: 18px;
    left: auto
}

button.slick-next:before {
    background: url(../images/icons/angle-right.svg) no-repeat 50% 50%
}

@media (max-width:1023px) {
    button.slick-next {
        right: 5px
    }

    .header-top {
        display: none
    }
}

button.slick-prev {
    left: 18px
}

button.slick-prev:before {
    background: url(../images/icons/angle-left.svg) no-repeat 50% 50%
}

@media (max-width:1023px) {
    button.slick-prev {
        left: 5px
    }
}

#back-top a span {
    position: relative;
    z-index: 3;
    display: block
}

#back-top a svg {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    fill: #fff
}

#back-top a:hover svg {
    fill: #fff
}

#back-top a:hover {
    border-color: var(--IC);
    background: var(--IC)
}

#back-top a {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    padding-top: 4px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    border-radius: 50% 50% 10px 10px;
    background: var(--GC);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .12), 2px 3px 8px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 2px 3px 8px 0 rgba(0, 0, 0, .3)
}

#back-top i {
    font-size: 35px;
    line-height: 40px;
    color: #fff
}

#back-top {
    position: fixed;
    right: 50%;
    bottom: 55px;
    z-index: 999;
    margin-right: -670px;
    margin-bottom: 0;
    clear: both;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#fof,
.wait,
.fof {
    display: none
}

#msgres h3 {
    text-align: center
}

#msgres p {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #333
}

#msgres {
    display: none;
    padding: 15px;
    margin: 0 auto
}

#none .button1 {
    width: 140px
}

#none input[type=submit].button {
    width: 350px;
    margin: 0 3px
}

#none input[type=tel],
#none input[type=text],
#none select,
#none textarea {
    width: 350px;
    padding: 10px
}

#path:after,
.clearfix:after,
.images:after,
.news ul>li:after,
.r:after,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

* {
    max-height: 1000000px
}

.arrow_opener button {
    display: flex;
    width: 35px;
    color: #000;
    border: none;
    outline: 0;
    background-color: transparent;
    align-items: center;
    justify-content: center
}

.arrow_opener {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
    background-color: rgba(241, 241, 241, .9)
}

.base_section {
    margin-bottom: 30px
}

.icon.icon-email {
    width: 20px;
    height: 30px;
    fill: #fff;
}

.icon.icon-map-pin {
    width: 20px;
    height: 30px;
    fill: #fff;
}

.icon.phone {
    width: 25px;
    height: 25px;
    fill: var(--GC);
}

.icon.smartphone {
    width: 20px;
    height: 35px;
    fill: var(--GC);
}

.icon.telegram {
    width: 35px;
    height: 40px;
    fill: #fff;
    padding-top: 2px
}

.viber_whatsapp_mobile .icon.telegram {
    fill: #fff;
    margin: 5px
}

.icon.telegram:hover {
    fill: #28aaeb
}

.icon.whatsapp {
    width: 25px;
    height: 25px;
    fill: var(--GC);
}

.mobile_whatsapp .icon.whatsapp {
    fill: #fff
}

.viber_whatsapp_mobile .icon.whatsapp {
    fill: #fff;
    margin: 5px
}

.icon.whatsapp:hover {
    fill: #39bb4c
}

.icon.viber {
    padding-top: 2px;
    width: 33px;
    height: 33px;
    fill: #fff;
}

.viber_whatsapp_mobile .icon.viber {
    fill: #fff;
    margin: 5px
}

.icon.viber:hover {
    fill: #7d3daf
}

.breadcrumbs a:hover {
    color: #000
}

.breadcrumbs a {
    color: var(--GC)
}

.breadcrumbs li+li::before {
    display: inline-block;
    width: 5px;
    height: 16px;
    margin: 0 8px;
    content: "";
    vertical-align: middle;
    background: url(../images/icons/chevron-right.svg) no-repeat 0 50%;
    background-size: 100% auto;
    fill: #888
}

.breadcrumbs li {
    display: inline-block;
    padding: 0;
    color: #888;
    background: 0 0
}

.breadcrumbs-wrapper {
    padding: 10px 0
}

.breadcrumbs {
    margin: 0;
    font-size: 13px
}

.btn svg {
    margin: -2px 6px 0 0;
    vertical-align: middle
}

.btn,
.link-btn,
.main-content form input[type=submit] {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
    padding: 10px 22px;
    font-size: 17px;
    line-height: 22px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none !important;
    color: #fff;
    font-weight: 400;
    border: 1px solid var(--GC);
    background: var(--GC);
}

.btn-down i {
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    color: #333;
    border: 1px solid;
    border-width: 1px 1px 0 0;
    font-size: 13px;
    color: #333
}

.btn-down:hover {
    line-height: 27px;
    border-color: #333
}

.btn-down {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 3;
    display: block;
    width: 25px;
    height: 35px;
    margin: 0 auto;
    line-height: 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid rgba(0, 0, 0, .6);
    border-radius: 20px
}

.btn.emp {
    text-decoration: underline !important;
    color: #333;
    border: 0;
    background: 0 0
}

.btn.remove-product svg {
    transition: .3s;
    fill: var(--GC)
}

.btn.remove-product:hover svg {
    fill: var(--GC)
}

.btn.remove-product {
    background-color: #fff
}

.btn:hover,
.link-btn:hover,
.main-content form input:hover[type=submit] {
    color: #111 !important;
    background: #fff
}

.btn:hover::before {
    width: 105%;
    height: 105%
}

.button input[type=submit] {
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: none;
    background-color: var(--GC)
}

.button-row {
    display: flex;
    justify-content: center
}

.center .imgleft.img3 {
    width: 32%
}

.center .imgleft {
    display: inline-block;
    float: none;
    padding: 0 !important;
    margin: 0 !important;
    clear: both;
    vertical-align: top
}

.cntr {
    text-align: center
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
}

.col-10 {
    max-width: 83.333333%;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%
}

.col-11 {
    max-width: 91.666667%;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%
}

.col-12 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.col-1 {
    max-width: 8.333333%;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%
}

.col-2 {
    max-width: 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%
}

.col-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.col-4 {
    max-width: 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%
}

.col-5 {
    max-width: 41.666667%;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%
}

.col-6 {
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%
}

.col-7 {
    max-width: 58.333333%;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%
}

.col-8 {
    max-width: 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%
}

.col-9 {
    max-width: 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.conf .d2 {
    padding-top: 0
}

.conf a {
    font-size: 13px;
    text-decoration: underline;
    color: #333
}

.conf input {
    margin-right: 5px
}

.conf label {
    position: relative;
    top: -1px
}

.conf.cart input[type=checkbox] {
    float: right
}

.conf {
    font-size: 13px;
    color: #333;
    margin-left: 10px
}

.modal .conf {
    margin-bottom: 20px;
    margin-top: -20px
}

.contact_text_title {
    font-size: 15px !important
}

.d1,
.d2 {
    display: inline-block;
    vertical-align: top
}

.d2 {
    padding: 10px 0 0 10px;
    font-size: 13px;
    color: Red
}

.dall {
    display: block
}

.fancybox-close-small:after {
    font-size: 46px;
    color: #fff
}

.fancybox-close-small {
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #fff
}

.fof,
.wait {
    display: none
}

.form .chk input[type=checkbox] {
    position: absolute;
    top: 6px;
    left: 0;
    margin: 0
}

.form .chk {
    position: relative;
    display: inline-block;
    padding-left: 20px
}

.form .r .col,
.form .r .input {
    width: 50%;
    padding: 0 7px
}

.form .r .col:only-child,
.form .r .input:only-child {
    width: 100%
}

.form .r input[type=email],
.form .r input[type=password],
.form .r input[type=search],
.form .r input[type=tel],
.form .r input[type=text],
.form .r select,
.form .r textarea {
    width: 100%
}

.form .r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -7px 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.form_inputs_block input {
    width: 100%;
    padding: 10px;
    margin: 4px;
    border: none;
    border-radius: 0 !important;
    outline: 0;
    background-color: #f7f7f7
}

.form_inputs_block {
    padding: 0 5px 0 0 !important;
    margin: 0 !important
}

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

.form_sort_select select {
    margin: 0 !important;
    outline: 0
}

.form_sort {
    margin: 0 !important
}

.form_textarea textarea {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: none;
    border-radius: 0 !important;
    outline: 0;
    background-color: #f7f7f7
}

.form_textarea {
    padding: 0 10px
}

.h span,
.h1 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span,
h1 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: var(--GC)
}

.h,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 .5em;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    text-transform: none;
    color: #fff
}

.h1,
h1 {
    font-size: 38px;
    line-height: 1.25
}

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

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

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

.h5,
h5 {
    font-size: 18px;
    font-weight: 600
}

.h6,
h6 {
    font-size: 15px;
    font-weight: 600
}

.heading {
    font-size: 32px;
    font-weight: 900;
    transition: .3s;
    text-transform: uppercase;
    color: var(--GC);
    text-shadow: 0 0 3px #fff;
    text-align: center
}

.home .section_main {
    padding: 65px 0
}

.h {
    margin-bottom: 22px;
    font-size: 19px;
    text-transform: uppercase
}

.icon.email2 {
    position: relative;
    top: 5px;
    width: 27px;
    height: 27px;
    fill: var(--GC);
}
.dark-bg  .icon.email2 {
    fill: #fff;
}

.icon.paper {
    position: relative;
    top: 0;
    width: 32px;
    height: 32px;
    fill: var(--GC);
}

.input select {
    font-size: 15px
}

.input.text a {
    font-size: 12px
}

.input.text label {
    font-size: 12px
}

.input.text {
    line-height: 1
}

.items.slick-slider {
    position: relative;
    margin: 0 15px
}

.label.rght input {
    position: relative;
    top: 3px
}

.label.rght {
    display: flex;
    padding: 0;
    justify-content: flex-end
}

/*
:root {
    --color1: #ff416c;
    --color2: #ff4b2b;
  }
  
   {
    height: 100vh;
    background: linear-gradient(45deg, var(--color1), var(--color2));
    background-size: 200% 200%;
    animation: dynamicGradient 6s infinite alternate;
  }
  
  @keyframes dynamicGradient {
    0% {
      --color1: #ff416c;
      --color2: #ff4b2b;
    }
    50% {
      --color1: #1fa2ff;
      --color2: #12d8fa;
    }
    100% {
      --color1: #2af598;
      --color2: #009efd;
    }
  }
*/
/*{
    height: 100vh;
    background: radial-gradient(circle, #ff6b6b, #f06595, #845ec2);
    background-size: 300% 300%;
    animation: pulseAnimation 8s infinite ease-in-out;
  }
  
  @keyframes pulseAnimation {
    0% { background-position: 0% 0%; }
    50% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
  }
*/
/*
.dark-bg {
    background-color: var(--BC) !important
}*/

.colored-bg {
    background-color: var(--DC) !important
}

.image-bgL4 {
    background-image: url("/images/bggeomL4.png") !important;
}

.main-content .pagination ul>li {
    margin: 0 0 10px
}

.main-content>ol {
    padding: 0 0 0 20px;
    margin-top: 0;
    margin-bottom: 16px;
    list-style: decimal
}

.main-content a:hover {
    text-decoration: none
}

.main-content a {
    text-decoration: underline
}

.main-content form table input[type=button] {
    width: 140px;
    margin: 0;
    font-size: 15px
}

.main-content form table input[type=text] {
    width: 160px;
    margin: 3px 0 6px
}

.main-content form table {
    border-collapse: collapse
}

.main-content form {
    margin: 20px 0 40px
}

.main-content h1 {
    margin-bottom: 10px
}

.main-content h2 {
    font-size: 30px;
    font-weight: 400
}

.main-content h4 {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
}

.main-content input[type=email],
.main-content input[type=tel],
.main-content input[type=text],
.main-content select,
.main-content textarea {
    width: 300px;
    margin: 6px 0 10px
}

.main-content input[type=email]:focus,
.main-content input[type=tel]:focus,
.main-content input[type=text]:focus,
.main-content textarea:focus {
    outline: 0
}

.main-content p {
    margin: 0 0 16px
}

.main-content textarea {
    height: 80px;
    overflow: auto;
    min-height: 80px
}

.main-content time {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px
}

.main-content ul ul {
    padding: 0 0 0 14px;
    margin: 0
}

.main-content ul:not(.breadcrumbs):not(.pdflist):not(.accordion):not(.nav-tabs):not(.slick-dots) li {
    position: relative;
    padding: 0 0 16px 16px
}

.main-content ul:not(.breadcrumbs):not(.pdflist):not(.accordion):not(.nav-tabs):not(.slick-dots) {
    margin: 0 20px
}

@media(max-width:768px) {
    .main-content ul:not(.breadcrumbs):not(.pdflist):not(.accordion):not(.nav-tabs):not(.slick-dots) {
        margin-top: 20px;
    }
}

.main-content ul:not(.breadcrumbs):not(.pdflist):not(.accordion):not(.nav-tabs):not(.slick-dots) li:before {
    position: absolute;
    top: 3px;
    left: -20px;
    display: inline-block;
    width: 19px;
    height: 11px;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    border: 3px solid #fff;
    border-width: 3px 3px 0 0;
}

.main-content .row>div {
    padding: 0 20px;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.main-content.tovar h2 {
    margin: 20px 0;
    font-size: 27px
}

.main-content {
    font-size: 15px;
    text-align: justify;
    margin-bottom: 15px
}

.home .main-content h1 {
    color: #000;
    font-size: 40px;
    font-weight: 300
}

.main_col {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.main_col h1 {
    margin-top: 20px
}

.map iframe {
    vertical-align: top
}

.messengers svg {
    margin: 0 5px
}

.page-wrapper {
    margin: 0 auto;
    overflow: hidden;
}

.radio input[type=radio] {
    margin: -4px 4px 0 0;
    vertical-align: middle
}

.row {
    display: flex;
    flex-wrap: wrap
}

.section .border+* {
    margin-top: 0 !important
}

.section .border::after {
    display: block;
    width: 55px;
    height: 2px;
    margin: 0 auto;
    margin-top: 13px;
    margin-bottom: 18px;
    content: "";
    background-color: var(--GC)
}

.section .border {
    margin-bottom: 15px
}

.section .h1+.h6,
.section .h1+.sub-heading-text,
.section .h2+.h6,
.section .h2+.sub-heading-text {
    margin-top: -1.5em
}

.section .h1,
.section .h2 {
    margin-bottom: 1.25em;
    line-height: 1.1;
    text-align: center;
    text-transform: uppercase;
    color: #232a33
}

.section .h6 {
    margin-bottom: 1em;
    text-align: center;
    text-transform: uppercase
}

.section .small {
    font-size: 27px;
    letter-spacing: 1px
}

.section .sub-heading-text {
    max-width: 700px;
    margin: 0 auto 1.25em;
    font-size: 15px;
    text-align: center;
    color: #585858
}

.section.inverse .h1,
.section.inverse .h2,
.section.inverse .h5,
.section.inverse .h6,
.section.inverse .sub-heading-text {
    color: inherit
}

.section.inverse {
    color: #fff
}

.section_breadcrumbs {
    padding: 13px 0
}

.section_main h1 {
    margin-bottom: 30px;
}

.section_main h2 {
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 30px;
}

.subheading {
    font-size: 22px;
    font-weight: 900;
    transition: .3s;
    text-transform: uppercase;
    color: #fff
}

.viber_whatsapp_mobile {
    display: flex;
    align-items: center
}

.wrapper {
    position: relative;
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    overflow: hidden
}

.container {
    position: relative;
    width: 100%;
    max-width: 1170px;
    min-width: 240px;
    margin: 0 auto
}

@media(max-width: 1024px) {
    .container {
        max-width: 980px;
    }
}

@-webkit-keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(85px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@-webkit-keyframes showBar {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes heading-move {
    0% {
        transform: translateX(-1px)
    }

    50% {
        transform: translateX(85px)
    }

    100% {
        transform: translateX(-1px)
    }
}

@keyframes showBar {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media (max-width:1023px) {

    .home .main-content h1,
    .h1,
    h1 {
        font-size: 40px
    }

    .main-content ul:not(.breadcrumbs):not(.pdflist):not(.accordion):not(.nav-tabs):not(.slick-dots) li:before {
        top: .55em
    }

    .main-content {
        font-size: 18px;
        text-align: left;
    }
}

@media (max-width:1360px) {
    #back-top {
        right: 15px;
        bottom: 40px;
        margin-right: 0
    }
}

@media (max-width:486px) {
    .main-content form table input[type=text] {
        width: 150px;
        margin-bottom: 6px
    }

    .main-content input[type=email],
    .main-content input[type=tel],
    .main-content input[type=text],
    .main-content select,
    .main-content textarea {
        width: 100%
    }
}

@media (max-width:767px) {

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

    .icon-phone {
        color: var(--GC)
    }

    .mobile-hidden {
        display: none
    }

    .wrapper:after {
        position: fixed;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        -o-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease;
        opacity: 0;
        background: rgba(0, 0, 0, .2)
    }

    .nav-active .wrapper:after {
        visibility: visible;
        opacity: 1
    }
}

@media (max-width:932px) {
    .block_btn {
        flex-wrap: wrap;
        justify-content: center
    }

    .block_btn a {
        margin: 5px
    }

    .block_btn a:first-child {
        margin-right: 5px
    }

    .base_section {
        margin-top: 0
    }

    .btn,
    .link-btn,
    .main-content form input[type=submit] {
        padding: 5px 15px
    }

    .col-1 {
        max-width: 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 auto
    }

    .col-2 {
        max-width: 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 auto
    }

    .col-3 {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 auto
    }

    .col-4 {
        max-width: 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 auto
    }

    .col-5 {
        max-width: 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 auto
    }

    .col-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 auto
    }

    .col-7 {
        max-width: 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 auto
    }

    .col-8 {
        max-width: 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 auto
    }

    .col-9 {
        max-width: 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 auto
    }

    .col-10 {
        max-width: 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 auto
    }

    .col-11 {
        max-width: 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 auto
    }

    .col-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 auto
    }

    .contacts_title:before {
        left: 0
    }

    .form_inputs {
        flex-wrap: wrap
    }

    .container {
        padding: 0 15px
    }

    .main_col {
        max-width: 100%;
        padding-left: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .base_section .row {
        flex-wrap: wrap
    }
}

@media (min-width:580px) {
    .col-sm-1 {
        max-width: 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 auto
    }

    .col-sm-2 {
        max-width: 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 auto
    }

    .col-sm-3 {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 auto
    }

    .col-sm-4 {
        max-width: 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 auto
    }

    .col-sm-5 {
        max-width: 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 auto
    }

    .col-sm-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 auto
    }

    .col-sm-7 {
        max-width: 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 auto
    }

    .col-sm-8 {
        max-width: 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 auto
    }

    .col-sm-9 {
        max-width: 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 auto
    }

    .col-sm-10 {
        max-width: 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 auto
    }

    .col-sm-11 {
        max-width: 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 auto
    }

    .col-sm-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 auto
    }
}

@media (min-width:768px) {
    .col-md-1 {
        max-width: 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 auto
    }

    .col-md-2 {
        max-width: 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 auto
    }

    .col-md-3 {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 auto
    }

    .col-md-4 {
        max-width: 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 auto
    }

    .col-md-5 {
        max-width: 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 auto
    }

    .col-md-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 auto
    }

    .col-md-7 {
        max-width: 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 auto
    }

    .col-md-8 {
        max-width: 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 auto
    }

    .col-md-9 {
        max-width: 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 auto
    }

    .col-md-10 {
        max-width: 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 auto
    }

    .col-md-11 {
        max-width: 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 auto
    }

    .col-md-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 auto
    }

    .section {
        padding: 40px 0
    }

    .section .sub-heading-text {
        margin-bottom: 40px
    }
}

@media (min-width:992px) {
    .col-lg-1 {
        max-width: 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 auto
    }

    .col-lg-2 {
        max-width: 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 auto
    }

    .col-lg-25 {
        max-width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 auto
    }

    .col-lg-3 {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 auto
    }

    .col-lg-4 {
        max-width: 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 auto
    }

    .col-lg-5 {
        max-width: 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 auto
    }

    .col-lg-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 auto
    }

    .col-lg-7 {
        max-width: 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 auto
    }

    .col-lg-8 {
        max-width: 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 auto
    }

    .col-lg-9 {
        max-width: 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 auto
    }

    .col-lg-10 {
        max-width: 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 auto
    }

    .col-lg-11 {
        max-width: 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 auto
    }

    .col-lg-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 auto
    }
}

@media (min-width:1024px) and (max-width:1365px) {

    .nav>li>a,
    .nav>li>span {
        padding: 9px 4px
    }
}

@media (min-width:1024px) {
    #msgres {
        width: 50%
    }

    .nodesctop {
        display: none
    }

    .section {
        padding: 50px 0
    }

    .section .sub-heading-text {
        margin-bottom: 50px
    }

    .section .h1+.h6,
    .section .h1+.sub-heading-text,
    .section .h2+.h6,
    .section .h2+.sub-heading-text {
        margin-top: -2.75em
    }
}

@media (min-width:1200px) {
    .col-xl-1 {
        max-width: 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 auto
    }

    .col-xl-2 {
        max-width: 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 auto
    }

    .col-xl-25 {
        max-width: 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 auto
    }

    .col-xl-3 {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 auto
    }

    .col-xl-4 {
        max-width: 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 auto
    }

    .col-xl-5 {
        max-width: 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 auto
    }

    .col-xl-6 {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 auto
    }

    .col-xl-7 {
        max-width: 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 auto
    }

    .col-xl-8 {
        max-width: 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 auto
    }

    .col-xl-9 {
        max-width: 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 auto
    }

    .col-xl-10 {
        max-width: 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 auto
    }

    .col-xl-11 {
        max-width: 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 auto
    }

    .col-xl-12 {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 auto
    }
}

@media (min-width:1230px) {
    .section {
        padding: 70px 0
    }

    .section .sub-heading-text {
        margin-bottom: 70px
    }
}

@media (min-width:1920px) {
    #back-top {
        right: 36%
    }

    .container {
        max-width: 1600px
    }
}

@media print {
    body {
        color: #000;
        background: #fff
    }

    table {
        width: 100%;
        border: 1px solid #000
    }

    table td {
        border: 1px solid #000
    }

    table th {
        color: #000 !important;
        border: 1px solid #000
    }

    #back-top,
    #back-top-wrapper,
    .breadcrumbs,
    .btn,
    .columns.viewport-section,
    .footer,
    .header,
    .info-footer,
    .page-header,
    .parnters,
    .pre-footer,
    .section-header h2,
    .sidebar,
    .sub-header,
    .top-bar,
    .viewport-section+hr,
    form,
    .copyright,
    .footer-area>.container>.row>div:not(:last-child),
    .footer_soc {
        display: none
    }

    .footer-contact {
        color: #000;
        margin-left: -40px;
        font-size: 16px;
    }

    .main-holder+.main {
        padding-top: 0;
        border-top: 0
    }
}

@media(max-width: 916px) {
    .desctoponly {
        display: none
    }
}

[data-fancybox] {
    outline: 0
}

a,
button {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a.file::before {
    display: inline-block;
    width: 32px;
    height: 26px;
    margin: 0 6px -7px 0;
    content: "";
    background: url(../images/download.png) no-repeat;
    background-size: 26px
}

a.file:hover {
    background: #ddd
}

a.file {
    display: inline-block;
    width: calc(50% - 6px);
    padding: 10px;
    margin: 0 3px 3px 0;
    text-decoration: none !important;
    border: 1px dashed #eee
}

a.slick-next svg,
a.slick-prev svg {
    width: 15px
}

a:hover {
    text-decoration: none;
    color: #fff
}

address {
    font-style: normal
}

a {
    text-decoration: none;
    color: #fff
}

body,
html {
    height: 100%
}

body {
    min-width: 240px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.15px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: button
}

button,
input[type=button],
input[type=file],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

button:hover,
input[type=submit]:hover {
    cursor: pointer
}

del {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 1;
    color: #888 !important
}

fieldset,
form {
    padding: 0;
    margin: 0;
    border-style: none
}

img.imgpictC {
    position: relative;
    width: 100%
}

img {
    height: auto;
    max-width: 100%
}

img {
    vertical-align: top
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input[type=search]::-ms-clear {
    display: none
}

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

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield
}

input[type=submit] {
    border-width: 1px !important
}

p {
    margin: 0 0 1em
}

q:after,
q:before {
    content: "";
    content: none
}

select:focus {
    border-color: #000
}

select {
    padding: 9px 5px 9px 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 0;
    background: #fff
}

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

textarea {
    overflow: auto;
    font-family: inherit;
    resize: vertical;
    vertical-align: top
}

textarea {
    resize: vertical;
    vertical-align: top
}

time {
    display: block;
    font-size: 13px
}

.section-title h2 {
    font-size: 33px;
    font-weight: 400;
}

.inner .section-title h2 {
    font-size: 40px
}

.section-title {
    margin-bottom: 50px;
}

.section-title h5,
.section-title .h5 {
    color: var(--GC);
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: inline-block
}

.colored-bg .section-title h5,
.colored-bg .section-title .h5 {
    color: var(--MC) !important
}

.section-title .h4 {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
    display: inline-block
}

.section-title h5:before,
.section-title .h5:before {
    position: absolute;
    z-index: 1;
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: var(--GC);
    right: -46px;
    top: 15px
}

.colored-bg .section-title h5:before,
.colored-bg .section-title .h5:before {
    background: var(--MC);
}


.section-title span {
    color: var(--GC)
}

.section-title p {
    margin: 15px 0 0
}

.dark-bg .section-title h2,
.dark-bg .section-title p,
.dark-bg .main-content,
.dark-bg .main-content h1,
.dark-bg .main-content h2,
.dark-bg .main-content h3,
.dark-bg .main-content h4,
.dark-bg .main-content h5 {
    color: #fff
}

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

.notsbtm {
    margin-bottom: 0;
    padding-bottom: 0
}

@media (max-width:1023px) {
    .section-title h2 {
        font-size: 35px
    }

    .section-title p {
        font-size: 18px
    }
}

@media (max-width:1023px) {
    .section-title p {
        font-size: 18px
    }

    .section-title h2 {
        font-size: 36px;
        line-height: 44px
    }
}

#msgres {
    border: 1px solid #e1e1e1
}

.message-aja input[type='text'],
.message-aja input[type='tel'],
.message-aja input[type='email'] {
    width: calc(100% - 12px)
}

.message-aja textarea {
    width: calc(100% - 12px)
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
    -webkit-appearance: none;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 9px 5px 9px 12px
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
    border-color: #000
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #777
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
    color: #777
}

select {
    -webkit-border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 9px 5px 9px 12px;
    background: #fff
}

select:focus {
    border-color: #000
}

textarea {
    resize: vertical;
    vertical-align: top
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer
}

.aboutcookies {
    align-items: end;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000000;
    background: #ccc;
    color: #222;
    padding: 20px;
    font-size: 13px;
    display: flex;
}

.aboutcookies a {
    padding: 10px;
    display: inline-block;
    width: 100px;
    text-align: center;
    font-weight: bold
}

.aboutcookies a.act {
    padding: 10px;
    border: 1px solid #fff;
    display: inline-block;
    width: 100px;
    text-align: center;
    margin-top: 10px;
    background: #fff;
    text-decoration: none;
    font-weight: bold;
    color: #000
}

.aboutcookies a:hover {
    color: #fff;
    background: var(--GC);
}

.aboutcookies .oooot {
    padding-left: 20px
}

@media(max-width:820px) {
    .aboutcookies {
        flex-direction: column;
        align-items: start
    }

    .aboutcookies div {
        padding: 20px 0
    }

    .aboutcookies .oooot {
        padding-left: 0;
        width: 100%
    }

    .aboutcookies a {
        margin: 0;
        width: 100%;
        display: block;
    }

    .aboutcookies a.act {
        width: 100%;
        color: #000
    }
}

.bg-404 {
    position: relative;
    z-index: 1;
    min-height: 350px;
}

.bg-404::before {
    content: '404';
    font-size: 280px;
    font-weight: 600;
    color: var(--GC);
    opacity: 0.15;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 0;
}

.bg-404 button {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    font-size: 26px;
    line-height: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    vertical-align: middle;
    color: var(--LC);
    border: 1px solid var(--GC);
    border-left: 0;
    outline: 0;
    background-color: var(--GC)
}

.bg-404 input {
    display: block;
    display: block;
    width: 100%;
    height: 54px;
    height: 54px;
    padding: 6px 10px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.42857143;
    vertical-align: top;
    color: #888;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    outline: 0;
    background-color: #fff;
    background-image: none
}

.bg-404 .search_form {
    position: relative;
    top: 0;
    right: 0;
    z-index: 20;
    width: 100%;
    margin-top: 50px
}

.skidki {
    position: relative;
}

/*
.skidki::before {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 200px;
    height: 157px;
    background: url(/images/wind6.png);
    background-size: contain;
    content: '';
    animation: floatAnimation 4s infinite linear;
    opacity: .4;
}
.skidki::after {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 200px;
    height: 157px;
    background: url(/images/wind6.png);
    background-size: contain;
    content: '';
    animation: floatAnimation 4s infinite linear;
    opacity: .4;
}*/
@keyframes floatAnimation {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(10px, 10px);
    }

    50% {
        transform: translate(-10px, -10px);
    }

    75% {
        transform: translate(10px, -10px);
    }
}

.article3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.article4 {
    font-size: 18px;
}

@media(min-width: 1024px) {

    .article3,
    .article4 {
        width: 75%;
    }
}

.fon {
    position: relative;
    z-index: 1;
}

.fon .container {
    z-index: 10;
}

/*
.fon::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 70%;
    height: 100%;
    margin-left: -15%;
    content: "";
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    background: rgba(25, 9, 10, .7);
}

.fon::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 100%;
    margin-left: 45%;
    z-index: 0;
    content: "";
    -webkit-transform: skew(30deg);
    transform: skew(30deg);
    background: rgba(25, 9, 10, .4)
}  */
.fon::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    background: rgba(25, 9, 10, .7)
}

.section_contacts {
    padding: 70px 0;
    position: relative;
}

.inner .section_contacts {
    padding: 0px 0;
}

.section_contacts .section-title h2 {
    margin-bottom: 40px;
    text-align: center
}

.section_contacts .telegram {
    position: relative;
    top: 2px
}

.section_contacts h2 {
    padding-top: 35px;
    text-align: center
}

.section_contacts .section-title p {
    max-width: 80%;
    margin: auto;
    margin-bottom: 20px
}

.section_contacts .block_contact {
    padding: 0 20px 12px;
    font-weight: 500;
    font-size: 15px;
}

.section_contacts .block_contact a {
    font-weight: 500 !important;
    font-size: 15px !important;
    text-decoration: underline;
    color: #333
}

.section_contacts .block_contact a:hover {
    color: var(--GC)
}

.section_contacts .block_contact .icon.phone,
.section_contacts .block_contact .icon.email2 {
    fill: var(--GC)
}

.section_contacts .block_contact span {
    font-weight: 500 !important;
    font-size: 16px !important
}

.section_contacts .block_contact .block_contact_icon {
    width: 50px;
    text-align: center
}

.section_contacts .block_contact.messengers,
.section_contacts .block_contact.ots {
    padding-left: 80px
}

@media(max-width: 768px) {
    .section_contacts .block_contact {
        padding: 0 0 12px;
    }

    .section_contacts .icon.icon-map-pin {
        margin: 0 10px;
    }

    .section_contacts .block_contact.messengers,
    .section_contacts .block_contact.ots {
        padding-left: 60px
    }
}

.modal .fancybox-close-small svg {
    position: relative;
    top: 4px;
    right: 0;
    width: 40px;
    height: 40px;
    fill: #fff
}

.modal .row:last-child {
    margin: 0
}

.modal .row {
    margin-bottom: 15px;
    text-align: center
}

.modal [type=email],
.modal [type=password],
.modal [type=tel],
.modal [type=text],
.modal textarea {
    width: 100%
}

.modal-buttons a {
    min-width: 177px;
    margin: 0 10px 10px
}

.modal-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px 0 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.modal-content .form .row input {
    height: 40px;
    padding: 10px;
    outline: 0
}

.modal-content input[type=tel],
.modal-content input[type=text],
.modal-content input[type=email],
.modal-content textarea {
    padding: 15px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 0
}

.modal-content {
    margin: 10px 0;
    font-size: 16px;
    color: #373737
}

.modal-h {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    padding: 10px 70px;
    margin: -24px -24px 24px;
    font-size: 26px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 6px 6px 0 0;
    background: var(--DC);
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center
}

.modal.added-to-cart .btn.btn-third {
    color: var(--GC);
    border-color: var(--GC);
    background: #fff
}

.modal.added-to-cart {
    width: 100%;
    max-width: 552px;
    text-align: center
}

.modal {
    display: none;
    max-width: 800px;
    min-width: 400px;
    padding: 40px 20px;
    text-align: center;
    text-align: center
}

.modal {
    overflow: hidden;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 38px 0 rgba(0, 0, 0, .8);
    box-shadow: 0 3px 38px 0 rgba(0, 0, 0, .8)
}

.masonry .item2 a {
    text-decoration: none;
    color: #333
}

.masonry .item2 img {
    padding-bottom: 10px
}

.masonry .item2 {
    display: inline-block;
    width: 100%;
    padding: 1em;
    margin: 0 0 .5em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 2px 2px 4px 0 #ccc;
    break-inside: avoid
}

.masonry.small {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

.masonry {
    width: 100%;
    padding: 0;
    margin: .5em auto;
    font-size: 13px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: .5em;
    -moz-column-gap: .5em;
    column-gap: .5em
}

.pagegallery .item2 a {
    text-decoration: none;
    color: #333
}

.pagegallery .item2 img {
    padding-bottom: 10px
}

.pagegallery .item2 {
    display: inline-block;
    width: 100%;
    padding: 1em;
    margin: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
    box-shadow: 2px 2px 4px 0 #ccc;
    break-inside: avoid
}

.pagegallery img {
    width: 100%
}

.pagegallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
    background: 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pages {
    display: table;
    width: 100%;
    margin: 0 auto;
    clear: both;
    font-size: 16px;
    text-align: center
}

.pagination ul>li {
    display: inline-block;
    margin: 0 6px 10px
}

.pagination ul a,
.pagination ul span {
    display: inline-block;
    width: 44px;
    height: 44px;
    font-size: 18px;
    font-weight: 700;
    line-height: 44px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: var(--GC)
}

.pagination ul li a:hover,
.pagination ul li.active a,
.pagination ul li.active span {
    color: #fff;
    background: #2d3345
}

.pagination ul li:before {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important
}

.pagination ul {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    text-align: center
}

.pagination {
    margin: 0 0 15px;
    clear: both
}

.pdflist a span {
    font-size: 13px;
    color: #45538a
}

.pdflist a::before {
    display: inline-block;
    width: 40px;
    height: 34px;
    margin: 0 6px -11px 0;
    content: "";
    background: url(../images/pdflist.png) no-repeat;
    background-size: 34px
}

.pdflist a {
    display: block;
    padding: 5px;
    margin: 0 3px 3px 0;
    font-size: 15px;
    text-decoration: none !important;
    color: #000
}

.pdflist {
    margin-top: 25px
}

.image>a,
.imgcenter>a,
.imgleft>a,
.imgright>a {
    position: relative;
    margin-bottom: 10px
}

.images .img1.imgleft {
    padding: 0 15px !important
}

.images>div {
    padding: 0 15px
}

.images {
    margin: 0 -15px
}

.img1 a,
.img2 a,
.img3 a,
.img4 a,
.img6 a,
.imgcenter a {
    text-decoration: none
}

/*
.img1 img,
.img2 img,
.img3 img,
.img4 img,
.img6 img,
.imgcenter img {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 10px
}*/

.img1.imgleft,
.img1.imgright {
    padding: 0 !important
}

.img1 {
    width: 100%
}

.img2 {
    width: 50%
}

.img3 {
    width: 33.3333%
}

.img4 {
    width: 25%
}

.img6 {
    width: 20%
}

.imgcenter img {
    margin: 0 auto
}

.imgcenter {
    width: 70%;
    margin: 0 auto;
    clear: both;
    text-align: center
}

.imgleft+.imgleft {
    margin-left: 0
}

.imgleft {
    position: relative;
    z-index: 10;
    float: left;
    padding: 0 20px 0 0
}

.imgright+.imgright {
    margin-right: 0
}

.imgright {
    position: relative;
    z-index: 10;
    float: right;
    padding: 0 10px;
    margin-right: -10px
}

.map iframe {
    vertical-align: top
}

@media (max-width:486px) {
    .masonry {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

@media (max-width:767px) {
    .images {
        margin: 0 -5px
    }

    .images>div {
        padding: 0 5px !important
    }

    .imgcenter {
        width: 100%
    }
}

@media (max-width:768px) {
    .masonry {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.sort {
    padding-bottom: 15px
}

.table-scroll {
    width: 100%;
    overflow-x: auto
}

.tabtab {
    display: inline-block;
    width: 25px;
    height: 10px
}

#usertable td:first-child,
#usertable th:first-child,
.usertable td:first-child,
.usertable th:first-child {
    text-align: left
}

#usertable td,
.usertable td {
    padding: 6px;
    text-align: center;
    border: 1px solid #eee
}

#usertable th,
.usertable th {
    padding: 6px;
    text-align: center;
    border: 1px solid #eee;
    background-color: #eef1f6
}

#usertable tr:nth-child(2n) td,
.usertable tr:nth-child(2n) td {
    background: #fffce6
}

#usertable,
.usertable {
    width: 100%
}

.vleft {
    text-align: justify
}

.vrght {
    text-align: right
}

.wait img {
    margin: 0 auto 12px
}

.wait {
    display: none;
    width: 100%;
    text-align: center
}

@media(max-width:768px) {

    .img1,
    .img2,
    .img3,
    .img4,
    .img6 {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important
    }

    .img5 {
        padding: 6px !important;
        margin: 0 !important
    }

    .img1 img,
    .img2 img,
    .img3 img,
    .img4 img,
    .img6 img,
    .imgcenter img,
    .razdel .one img {
        margin-bottom: 5px
    }

    .imgright {
        padding: 0 5px;
        margin-right: -5px
    }
}

@media(min-width:489px) {
    .pagegallery .item2 {
        width: calc(100% / 2 - 20px)
    }
}

.header .additional .btn {
    letter-spacing: 0
}

.header .additional .phone svg {
    display: inline-block;
    margin: -2px 4px 0 0;
    vertical-align: middle
}

.header .additional .phone {
    margin-left: 10px
}

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

.header .phone a:hover {
    color: var(--GC)
}

.header .phone a {
    color: inherit
}

.header .phone {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    color: #fff
}

.header-main .container {
    padding: 0
}

.header-top-right {
    display: flex;
    align-items: center;
    gap: 15px
}
.fixed-position .header_main_top{
    margin: 0;
    font-family: "Montserrat", sans-serif;
    background: linear-gradient(45deg, 
    #0f0f0f,  /* Глубокий черный металл */
    #1e1e1e,  /* Темное железо */
    #3b3b3b,  /* Графитовая сталь */
    #5c5c5c,  /* Полированная сталь */
    #082d49,  /* Холодный стальной синий */
    #0f2638,  /* Холодный стальной синий */
    #2e2e2e,  /* Углеродистая сталь */
    #101820,  /* Глубокий антрацит */
    #1f3b4d   /* Тёмный металлический синий */
);
animation: gradientAnimation 12s infinite alternate ease-in-out;
background-attachment: fixed;
background-size: 400% 400%;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header-top::after {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 345px;
    height: 100%;
    content: "";
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%)
}

.header-top::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 395px;
    height: 100%;
    content: "";
    background: var(--MC);
    -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%)
}

.header-top {
    position: relative;
    z-index: 1;
    padding: 10px 0;
    background: var(--LC)
}

.header.dark-bg .header-top::before {
    background: var(--BC)
}

.header.dark-bg .header-top::after {
    background: var(--BC)
}

.header.dark-bg .header-top {
    background: var(--BC);
    border-bottom: 1px solid var(--OC)
}

.header_column {
    display: flex;
    width: 100%;
    flex-direction: column
}

.header_main_bottom .block_contact {
    margin-left: 10px
}

.header_main_bottom .btn:hover {
    color: #fff;
    border-color: var(--IC);
    background: var(--IC)
}

.header_main_bottom .btn {
    color: #000;
    font-weight: 600;
    border-color: var(--DC);
    background: var(--DC);
    border-radius: 5px;
    font-size: 17px;
}

.header_main_bottom .search_form {
    position: relative;
    top: 0;
    right: 0;
    z-index: 20;
    width: 210px
}

.header_main_bottom {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.header_main_top_contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.header_main_top_contact {
    width: 100%;
    justify-content: flex-end;
    gap: 30px;
}

.header_main_top {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.header_main_top .block_contact.adr {
    max-width: 180px;
}

.header_mobile {
    display: none;
    background-color: #fff
}

.header_search .opener_search .fa-close {
    display: none
}

.header_search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 15px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    text-align: center;
    vertical-align: middle;
    color: var(--BC);
    border: 1px solid var(--MC);
    border-left: 0;
    outline: 0;
    background-color: var(--MC)
}

.header_search input {
    display: block;
    display: block;
    width: 166px;
    height: 34px;
    height: 34px;
    padding: 6px 10px;
    font-size: 15px;
    line-height: 1.42857143;
    vertical-align: top;
    color: #888;
    border-width: 1px;
    border-style: solid;
    border-color: #dbdbdb;
    outline: 0;
    background-color: transparent;
    background-image: none
}

.header_search.active .opener_search .fa-close {
    display: block
}

.header_search.active .opener_search .fa-search {
    display: none
}

.header_search {
    position: relative;
    left: 0;
    display: inline-block;
    vertical-align: middle
}

.header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%
}

.block_contact_icon i {
    font-size: 30px;
    color: var(--GC)
}

.block_contact_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px
}

.block_contact_text a {
    font-size: 16px;
    color: var(--GC);
}

.block_contact_text span {
    font-size: 15px;
    color: var(--GC);
}
.dark-bg .block_contact_text span {
    color: #fff
}
.block_contact_text {
    display: flex;
    flex-direction: column;
    line-height: 20px
}

.block_contact_viber.mobile {
    position: relative;
    margin-right: 15px
}

.block_contact_viber {
    margin-right: 5px
}

.block_contacts_right_block:last-child {
    position: relative;
    left: 5px
}

.block_contacts_right_block {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px
}

.block_contacts_right_title:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 40px;
    height: 3px;
    content: "";
    background-color: #fff
}

.block_contacts_right_title {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
    color: #fff
}

.block_contacts_right {
    padding: 30px;
    background-color: #2d3345
}

.block_contact {
    align-items: center;
    display: flex;
    flex-direction: row;
    font-weight: 500
}

.block_data {
    padding-top: 4px;
    padding-right: 30px;
    padding-bottom: 4px;
    padding-left: 30px
}

.block_header_mobile+.block_header_mobile {
    border-right: 1px solid #eee
}

.block_header_mobile a i {
    font-size: 28px;
    color: #fff
}

.block_header_mobile a:not(.nav-opener) {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}

.block_header_mobile:first-child {
    border-right: 1px solid #eee
}

.block_header_mobile:last-child {
    border-right: none
}

.block_header_mobile {
    display: flex;
    max-width: 50%;
    padding: 10px;
    align-items: center;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    justify-content: center
}

.header_mobile.withcart .block_header_mobile {
    max-width: 16.6%;
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%
}

.block_mobile_address_drop span {
    max-width: 300px;
    color: #fff
}

.block_mobile_address_drop {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: var(--GC);
    align-items: center;
    justify-content: center
}

.block_mobile_phone_drop .block_mobile_phone_drop_link {
    margin-bottom: 10px
}

.block_mobile_phone_drop a {
    color: #fff
}

.block_mobile_phone_drop {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 150px;
    padding: 5px;
    flex-direction: column;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: var(--GC);
    align-items: center;
    justify-content: center
}

.block_mobile_search_drop .search_form button {
    border: none;
    border-radius: 0 !important;
    background-color: transparent;
    -webkit-appearance: none
}

.block_mobile_search_drop .search_form input {
    width: 50%;
    border: 1px solid #fff;
    border-radius: 0 !important;
    -webkit-appearance: none;
    color: #222
}

.block_mobile_search_drop .search_form {
    position: relative;
    right: 0;
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    justify-content: center
}

.block_mobile_search_drop {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 60px;
    padding: 5px;
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    background: var(--GC);
    align-items: center;
    justify-content: center
}

.blocks_header_mobile {
    display: flex;
    background-color: var(--GC);
    flex-wrap: wrap
}

.slick-slide {
    outline: 0
}

.slider .container,
.slider .slick-list,
.slider .slick-track {
    height: 100%
}

.slider .slick-dots li.slick-active button {
    border-color: var(--GC);
    background: var(--GC)
}

.slider .slick-dots {
    right: 0;
    bottom: 30px;
    left: 0;
    width: auto;
    padding: 0 50px;
    text-align: right
}

.header.dark-bg+.slider-wrapper .slide::before {
    opacity: .8;
}

.slider-wrapper {
    position: relative
}

.slider:hover .slick-next,
.slider:hover .slick-prev {
    opacity: 1
}

a.slick-next,
a.slick-prev {
    position: absolute;
    top: 50%;
    display: flex;
    width: 60px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center
}

a.slick-next:before,
a.slick-prev:before {
    content: none
}

a.slick-next svg,
a.slick-prev svg {
    display: inline-block;
    width: 15px;
    height: auto;
    vertical-align: middle;
    fill: #fff
}

a.slick-prev {
    right: 0
}

a.slick-next {
    top: 36%;
    right: 0
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    vertical-align: bottom
}

.slick-dots li button {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 0;
    opacity: .5;
    border: 3px solid var(--GC);
    border-radius: 50%;
    outline: 0;
    background-color: rgba(0, 0, 0, .6)
}

.slick-dots li button:focus,
.slick-dots li button:hover {
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    font-size: 0;
    opacity: .5;
    border: 3px solid #fff;
    border-radius: 50%;
    outline: 0;
    background-color: rgba(0, 0, 0, .6)
}

.slick-dots li.slick-active button {
    position: relative;
    width: 15px;
    height: 15px;
    opacity: 1;
    border: none;
    background: #fff
}

.fixed-messengers {
    display: none
}

.fixed-position .fixed-messengers svg {
    margin: 0 5px
}

.fixed-position .fixed-messengers {
    display: flex
}

.fixed-position .header_main_bottom {
    padding: 15px 0 10px;
    background-color: var(--GC)
}

.logo img {
    width: 216px;
    height: 31px;
}

.logo4 {
    vertical-align: middle;
    align-items: center;
    display: flex;
}

.header .other {
    padding-bottom: 20px;
}

.mobile_email .icon.email2 {
    fill: #fff
}

.mobile_logo {
    display: flex;
    padding: 15px 0;
    justify-content: center
}

.header.dark-bg .nav>.has-drop-down>a:after,
.header.dark-bg .nav>.has-drop-down>span:after {
    border-color: #fff
}

.opener_address i {
    font-size: 26px;
    color: #fff
}

.opener_address svg {
    position: relative;
    top: 3px;
    width: 20px;
    height: 30px;
    fill: #fff
}

.opener_address {
    border: none;
    outline: 0;
    background: 0 0;
    background-color: none
}

.opener_mobile_phone .icon.smartphone {
    position: relative;
    top: 4px;
    width: 25px;
    height: 30px;
    fill: #fff
}

.opener_mobile_phone {
    border: none;
    background-color: transparent
}

.opener_mobile_search .icon.search2 {
    position: relative;
    top: 2px;
    width: 32px;
    height: 25px;
    fill: #fff
}

.opener_mobile_search i {
    font-size: 26px;
    color: #fff
}

.opener_mobile_search {
    border: none;
    outline: 0;
    background: 0 0;
    background-color: none
}

.opener_search .icon.fa-search {
    position: relative;
    top: 3px
}

.opener_search {
    color: #000 !important;
    border: none !important;
    outline: 0 !important;
    background: 0 0 !important;
    background-color: none !important
}

.opener_address .icon {
    fill: #fff
}

.mobile_logo {
    display: none
}

@media (max-width:1023px) {
    .header .header-main {
        position: relative;
        padding: 0 !important;
        border-top: 0 !important;
    }

    .mobile_logo {
        display: flex;
        padding: 20px auto 10px;
        background: var(--DC);
    }

    .header .header-main .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header .additional {
        margin-left: auto
    }

    .slider .slick-dots {
        padding: 0 15px
    }
}

@media (max-width:767px) {

    .h1,
    h1 {
        font-size: 26px;
    }

    .header .additional .btn {
        display: none
    }

    .header .navbar .btn {
        display: inline-block;
        padding: 8px 15px;
        margin-bottom: 20px;
        font-size: 13px;
        letter-spacing: 0
    }

    .header .phone svg {
        font-size: 30px
    }

    .icon-phone {
        color: var(--GC)
    }

    .header .phone span {
        display: none
    }

    .images {
        margin: 0 -5px
    }

    .images>div {
        padding: 0 5px !important
    }

    .imgcenter {
        width: 100%
    }

    .mobile-hidden {
        display: none
    }

    .wrapper:after {
        position: fixed;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        -o-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease;
        opacity: 0;
        background: rgba(0, 0, 0, .2)
    }
}

@media (max-width:932px) and (orientation:landscape) {
    .header_mobile {
        z-index: 999;
        display: block !important
    }
}

@media (max-width:932px) {
    .header_main_bottom .header_search {
        display: none
    }

    .header_main_top {
        display: none
    }

    .header_main_bottom .block_contact {
        display: none
    }

    .header_main_top_contact {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }

    .header_main_top .container {
        padding-right: 0 !important;
        justify-content: space-between
    }

    .header_main_bottom .container {
        justify-content: center
    }

    .header_search {
        margin-right: 0
    }

    .header_main_top_contact {
        display: none
    }

    .header .header-main .container {
        justify-content: center
    }

    .header_mobile {
        z-index: 999;
        display: block;
        width: 100%
    }
}

@media all and (max-width:1199px) {
    .header-top::before {
        width: 270px
    }

    .header-top::after {
        width: 260px
    }
}

@media all and (max-width:992px) {
    .header-top-right {
        display: none
    }

    .header-top-left {
        width: 100%;
        text-align: center
    }

    .header-top::after {
        background: #2d3345
    }

    .header-top::before {
        width: 0
    }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .header_main_bottom {
        padding: 15px 0
    }

    .header .logo {
        margin-right: 0
    }

    .header_column {
        width: 100%
    }

    .header_mobile {
        display: none
    }
}

@media (min-width:768px) {
    .header .navbar .btn {
        display: none
    }
}

@media (min-width:1024px) and (max-width:1229px) {
    .header .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .header> :not(.fixed-position) .navbar {
        text-align: center
    }

    .header> :not(.fixed-position) .navbar .nav {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header .fixed-position .phone {
        display: none
    }
}

@media (min-width:1024px) and (max-width:1365px) {
    a.slick-next {
        top: 30%
    }

    .block_contact_icon {
        margin-right: 5px
    }

    .header .logo {
        display: flex;
        margin-right: 5px
    }

    .header .navbar {
        left: 0
    }

    .header_search {
        left: 0
    }
}

@media (min-width:411px) and (max-width:823px) and (orientation:landscape) {
    .header_main_bottom {
        padding: 0
    }

    .header-main .container {
        padding: 0
    }
}

.header .additional {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end
}

.header .additional .phone {
    margin-bottom: 6px;
    margin-left: 15px
}

.header .logo {
    margin-right: 15px;
    display: flex;
    flex-direction: row;
}

.header .logoname {
    padding-left: 30px;
    font-weight: 600
}

.header a {
    color: var(--GC);
}
.header.dark-bg a {
    color: #fff;
}
.header.dark-bg a:hover {
    color: #fff;
    text-decoration: underline;
}

.header .header-main .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .btn {
    padding: 7px 22px
}
.header .fixed-position .btn {
    border-radius: 20px
}
.header .navbar {
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: end;
    padding: 0px 0 25px;
}

.header .fixed-position .header-main {
    z-index: 2;
    height: auto;
    padding: 5px 0;
    -webkit-animation: showBar ease .5s;
    animation: showBar ease .5s;
    background-color: #fff;
}

.nav .active>a,
.nav .active>span {
    color: var(--GC)
}

.nav .drop .catalog-icon>span,
.nav .drop .catalog-icon::after,
.nav .drop .catalog-icon::before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    overflow: hidden;
    content: "";
    background: currentColor
}

.nav .drop .catalog-icon span {
    top: 6px;
    color: #000
}

.nav .drop .catalog-icon::after {
    top: 10px
}

.nav .drop .catalog-icon::before {
    top: 2px
}

.nav .drop .catalog-icon {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: -4px 15px 0 0;
    vertical-align: middle;
    color: inherit
}

.nav .drop.active .catalog-icon span {
    color: var(--GC)
}

.nav .drop.hover .catalog-icon span {
    color: var(--GC)
}

.nav .has-drop-down>ul>.has-subnav>a:after,
.nav .has-drop-down>ul>.has-subnav>span:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 10px;
    content: "";
    -webkit-transition: margin .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, margin .3s ease;
    transition: margin .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, margin .3s ease;
    transition: transform .3s ease, margin .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    vertical-align: middle;
    border: 2px solid #000;
    border-width: 2px 2px 0 0
}

.nav .hover .has-drop-down.hover>a:after,
.nav .hover .has-drop-down.hover>span:after {
    margin: -2px 0 0 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav .hover>a,
.nav .hover>span {
    color: #fff
}

.nav .hover>div.drop,
.nav .hover>ul {
    display: block;
    visibility: visible;
    pointer-events: all;
    opacity: 1
}

.nav>.drop.has-drop-down>a:after,
.nav>.drop.has-drop-down>span:after {
    content: none
}

.nav>.has-drop-down>a:after,
.nav>.has-drop-down>span:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 10px;
    content: "";
    -webkit-transition: margin .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, margin .3s ease;
    transition: margin .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, margin .3s ease;
    transition: transform .3s ease, margin .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    vertical-align: middle;
    border: 2px solid #000;
    border-width: 2px 2px 0 0
}

.header.dark-bg .nav>.has-drop-down>a:after,
.header.dark-bg .nav>.has-drop-down>span:after {
    border-color: #fff
}

.nav a,
.nav span {
    text-decoration: none;
    color: #000
}

.nav div.drop,
.nav ul {
    display: none;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    -o-transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease;
    transition: opacity .3s ease, visibility .3s ease, transform .3s ease, -webkit-transform .3s ease;
    pointer-events: none;
    opacity: 0
}

.nav li>a,
.nav li>span {
    display: block
}

.nav li.drop {
    border-right: 2px solid #eee;
    border-left: 2px solid #eee
}

.nav li {
    position: relative
}

.nav,
.nav div.drop,
.nav ul,
ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.nav-active .nav-opener span {
    opacity: 0
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
    top: 12px
}

.nav-active .nav-opener:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-active .nav-opener:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.nav-active {
    position: relative;
    overflow: hidden !important
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
    position: absolute;
    top: 13px;
    right: 2px;
    left: 2px;
    height: 2px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 2px;
    background: #fff
}

.nav-opener:after,
.nav-opener:before {
    top: 4px;
    content: ""
}

.nav-opener:after {
    top: 22px
}

.nav-opener {
    position: fixed;
    position: relative;
    z-index: 200;
    z-index: 999;
    display: inline-block;
    display: block;
    width: 34px;
    height: 30px;
    min-width: 34px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-indent: -9999px;
    border-radius: 2px;
    background: 0 0
}

.nav {
    position: relative;
    z-index: 10;
    font-size: 16px
}

.opener_address i {
    font-size: 26px;
    color: #fff
}

.opener_address svg {
    position: relative;
    top: 3px;
    width: 20px;
    height: 30px;
    fill: #fff
}

.opener_address {
    border: none;
    outline: 0;
    background: 0 0;
    background-color: none
}

.opener_mobile_phone .icon.smartphone {
    position: relative;
    top: 2px;
    width: 25px;
    height: 30px;
    fill: #fff
}

.opener_mobile_phone {
    border: none;
    background-color: transparent
}

.opener_mobile_search .icon.search2 {
    position: relative;
    top: 2px;
    width: 32px;
    height: 25px;
    fill: #fff
}

.opener_mobile_search i {
    font-size: 26px;
    color: #fff
}

.opener_mobile_search {
    border: none;
    outline: 0;
    background: 0 0;
    background-color: none
}

.opener_search .icon.fa-search {
    position: relative;
    top: 3px
}

.opener_search {
    color: #000 !important;
    border: none !important;
    outline: 0 !important;
    background: 0 0 !important;
    background-color: none !important
}

.opener_address .icon {
    fill: #fff
}

@media (max-width:1023px) {
    .nav-active .navbar {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 1000;
        width: 100%;
        opacity: 0.9
    }

    .header .logo {
        margin-right: 0;
    }

    .nav-active .mobile-nav {
        background: var(--GC)
    }

    .navbar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 99;
        padding: 15px 0;
        overflow: auto;
        -webkit-transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform: translate3d(-280px, 0, 0);
        transform: translate3d(-280px, 0, 0);
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .3)
    }

    .nav {
        border-top: 1px solid #666;
        width: 100%
    }

    .nav>li {
        border-bottom: 1px solid #666
    }

    .nav>li>a,
    .nav>li>span {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase
    }

    .nav>li>ul {
        text-align: left;
        border-top: 1px solid #333
    }

    .nav>li>ul .has-drop-down>a,
    .nav>li>ul .has-drop-down>span {
        padding-right: 30px
    }

    .nav>li>ul .has-drop-down>a:after,
    .nav>li>ul .has-drop-down>span:after {
        top: 18px
    }

    .nav>li.hover>a,
    .nav>li.hover>span {
        color: #fff;
        background: var(--GC)
    }

    .nav>li.hover>div.drop {
        position: static;
        display: block
    }

    .nav>li.hover>div.drop ul {
        position: static;
        display: block;
        visibility: visible;
        pointer-events: all;
        opacity: 1
    }

    .nav a,
    .nav span {
        padding: 15px 20px;
        line-height: 16px
    }

    .nav ul {
        padding: 0 0 0 10px;
        text-transform: none
    }

    .nav ul a,
    .nav ul span {
        padding: 10px 20px
    }

    .nav ul li.hover>a,
    .nav ul li.hover>span {
        color: var(--GC)
    }

    .nav .has-drop-down>a:after,
    .nav .has-drop-down>span:after {
        position: absolute;
        top: 23px;
        right: 20px
    }

    .nav ul .has-drop-down>a:after,
    .nav ul .has-drop-down>span:after {
        top: 16px
    }
}

@media (max-width:767px) {
    .nav-active .wrapper:after {
        visibility: visible;
        opacity: 1
    }
}

@media (max-width:932px) {
    .drop_col {
        max-width: 100%
    }

    .nav .drop .catalog-icon {
        display: none
    }

    .nav li.drop {
        border-right: none;
        border-left: none
    }

    .nav>.drop.has-drop-down>a:after,
    .nav>.drop.has-drop-down>span:after {
        content: "";
        border-color: #000
    }

    .drop_col_head a {
        color: #000
    }

    .nav>.drop.has-drop-down.hover>a:after,
    .nav>.drop.has-drop-down.hovr>span:after {
        border-color: #fff
    }

    .drop_main_col {
        width: 100%
    }
}

@media (min-width:1024px) and (max-width:1109px) {

    .nav>li>a,
    .nav>li>span {
        padding: 9px;
        font-size: 13px
    }
}

@media (min-width:1024px) and (max-width:1319px) {
    .nav>li:nth-last-child(-n+2) ul ul {
        right: 100%;
        left: auto
    }
}

@media (min-width:1024px) and (max-width:1365px) {

    .nav>li>a,
    .nav>li>span {
        padding: 9px 4px
    }

    .nav>li div.drop {
        right: 37%;
        min-width: 1024px;
        transform: translate(50%, 0)
    }
}

@media (min-width:1024px) {
    .nav-opener {
        display: none
    }

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

    .nav>li {
        position: relative;
        font-size: 15px
    }

    .nav>li>a,
    .nav>li>span {
        display: block;
        padding: 5px 15px;
        text-align: center;
        white-space: nowrap;
        background-color: transparent;
        color: #fff;
    }

    .nav>li>a:hover {
        color: #373737
    }

    .nav>li.has-drop-down>a::after,
    .nav>li.has-drop-down>span::after {
        -webkit-transition: border-color .3s ease;
        -o-transition: border-color .3s ease;
        transition: border-color .3s ease
    }


    .nav>li.hover>a::after,
    .nav>li.hover>span::after {
        border-color: var(--GC)
    }

    .nav>li.active>a,
    .nav>li.active>span {
        color: var(--GC)
    }

    .nav>li+li {
        margin-left: 0
    }

    .nav>li.drop {
        position: static
    }

    .nav>li div.drop {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 372px;
        min-width: 1170px;
        padding: 10px;
        overflow-y: scroll;
        font-size: 16px;
        color: #000;
        border-top: 5px solid var(--GC);
        background: #fff;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .nav>li div.drop .col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .nav>li div.drop ul {
        position: static;
        display: block !important;
        visibility: visible;
        padding: 0;
        margin: 0;
        pointer-events: all;
        opacity: 1;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .nav>li.hover>div.drop {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .nav>li ul {
        position: absolute;
        top: 100%;
        left: 0;
        display: block;
        width: auto;
        min-width: 200px;
        padding: 10px 0;
        margin-top: 0;
        font-size: 15px;
        text-align: left;
        color: #000;
        border-left: 5px solid var(--GC);
        background: #fff;
        -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .5)
    }

    .header.dark-bg .nav>li ul {
        background: var(--OC)
    }

    .fixed-position .nav>li ul {
        margin-top: 0
    }

    .nav>li ul:before {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 20px;
        content: "";
        background: rgba(0, 0, 0, 0)
    }

    .fixed-position .nav>li ul:before {
        height: 10px
    }

    .nav>li ul a,
    .nav>li ul span {
        color: #000
    }

    .nav>li ul li.hover {
        background-color: #eee
    }

    .nav>li ul li.hover>a,
    .nav>li ul li.hover>span {
        color: #000
    }

    .nav>li ul .has-drop-down>a,
    .nav>li ul .has-drop-down>span {
        padding-right: 25px
    }

    .nav>li ul .has-drop-down>a:after,
    .nav>li ul .has-drop-down>span:after {
        position: absolute;
        top: 16px;
        right: 10px
    }

    .nav>li ul li {
        margin-bottom: 0;
        padding-left: 10px
    }

    .nav>li ul ul {
        top: -15px;
        left: 100%;
        margin-top: 0
    }

    .nav>li ul a,
    .nav>li ul span {
        display: block;
        padding: 5px
    }
}

.slide-text .h1 {
    margin-bottom: 0
}

.slide-text h1 {
    margin-bottom: 0;
    font-size: 30px;
    color: #381110
}

.slider .slide-image img {
    width: 100%;
/*    background: rgba(255, 255, 255, .1);*/
    border-radius: 50px;
}

.slider .slide-body {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
}

.slider .slide-text .slide_subtitle a {
    font-size: 36px;
    color: #fff
}

.slider .slide-text {
    margin: 0 auto;
    text-align: left;
    color: #fff;
}

.slider .slide-text .text {
    font-weight: 400;
    font-size: 22px;
    color: #dcd1c9;
}

.slider .slide-text .text li {
    position: relative;
    padding: 16px 0 0 16px
}

.slider .slide-text .text ul {
    margin: 0 20px
}

.slider .slide-text .text li::before {
    position: absolute;
    top: 18px;
    left: -20px;
    display: inline-block;
    width: 19px;
    height: 11px;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    border: 3px solid #fff;
    border-width: 3px 3px 0 0;
}

.slider h1,
.slider .h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

.slider .h1 span {
    color: #fff;
    font-weight: 400;
    font-size: 55px;
    text-transform: uppercase;
}
.slider .h1 span span{
    background: var(--GC)
}

.slider .h4 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 19px;
    padding-top: 19px;
}

.slider p {
    color: #fff;
    margin: 10px 20px 14px 0;
    font-size: 16px;
    font-weight: 400
}
.slider p span{
    font-size: 22px;
    font-weight: 400;
    background: var(--GC)
}

.slider-button a:nth-child(2) {
    background: transparent;
    border: 1px solid #fff;
    margin-left: 16px;
    position: relative;
    z-index: 1
}

.slider-button a {
    background: var(--GC);
    padding: 14px 32px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    display: inline-block;
    border: 1px solid var(--GC);
    margin-top: 24px;
    transition: .5s;
    font-weight: 500;
    z-index: 2;
    position: relative
}

.slider-button a:hover {
    color: var(--GC);
    background: #fff
}

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

.slider .slide:first-child {
    display: block
}

.slider .slide {
    position: relative;
    display: none;
    height: 100%;
    vertical-align: top;
    /* background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom;   */
    background-size: cover
}

.slider-wrapper .container {
    padding: 0
}
/*
.slider-wrapper .slide::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: var(--BC);
    opacity: .7;
}


.slider-wrapper .slide::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 70%;
    height: 100%;
    margin-left: -15%;
    content: "";
    -webkit-transform: skew(120deg);
    transform: skew(120deg);
    background: rgba(25, 9, 10, .7)
}

.slider-wrapper .slide::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 100%;
    margin-left: 35%;
    content: "";
    -webkit-transform: skew(120deg);
    transform: skew(120deg);
    background: rgba(25, 9, 10, .4)
} */

@media(max-width: 1023px) {
    .slider-wrapper .slide::before {
        background-color: var(--BC);
        opacity: 0.6
    }
}

.header.dark-bg+.slider-wrapper .slide::before {
    opacity: .8;
}

.slider-wrapper {
    position: relative
}

.slider:hover .slick-next,
.slider:hover .slick-prev {
    opacity: 1
}

.slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 320px;
    margin-bottom: 0 !important;
    color: #000
}

@media(max-width: 768px) {
    .slider .slide-image {
        display: none
    }
}

a.slick-next,
a.slick-prev {
    position: absolute;
    top: 50%;
    display: flex;
    width: 60px;
    height: 60px;
    line-height: 40px;
    text-align: center;
    align-items: center;
    justify-content: center
}

a.slick-next:before,
a.slick-prev:before {
    content: none
}

a.slick-next svg,
a.slick-prev svg {
    display: inline-block;
    width: 15px;
    height: auto;
    vertical-align: middle;
    fill: #fff
}

@media (max-width:932px) and (orientation:landscape) {
    .slider .slide {
        height: 100vh
    }
}

@media (max-width:767px) {
    .wrapper:after {
        position: fixed;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: opacity .3s ease, visibility .3s ease;
        -o-transition: opacity .3s ease, visibility .3s ease;
        transition: opacity .3s ease, visibility .3s ease;
        opacity: 0;
        background: rgba(0, 0, 0, .2)
    }
}

@media (max-width:932px) {
    .slider {
        position: relative;
        width: 100%;
        height: 50vh;
        min-height: 320px;
        margin-bottom: 0 !important;
        color: #000
    }

    .slide-text .h1 {
        font-size: 34px;
    }
    .slide-text .h1 span{
        font-size: 43px;
    }
    .slider p span {
        font-size: 27px;
    }
    .custom_text {
        font-size: 28px;
        line-height: 1
    }

    .slider p {
        font-size: 14px
    }

    .slider .container {
        min-width: 100%
    }

    .slider .slide-text .slide_subtitle a {
        font-size: 24px
    }

    .slider-wrapper .slide::before {
        width: 300%;
    }

    .slider-wrapper .slide::after {
        width: 300%;
        margin-left: -100%;
    }

    .slider .h1 {
        font-size: 39px
    }
}

@media (max-width:768px) {
    .slider .slide-text {
        width: 100%;
    }
}

@media (max-width:540px) {
    .slider {
        position: relative;
        width: 100%;
        height: calc(100vh);
        min-height: 320px;
        margin-bottom: 0 !important;
        color: #000
    }
}


@media (min-width:1024px) and (max-width:1365px) {
    .slider {
        height: 45vh
    }

    a.slick-next {
        top: 30%
    }
}

@media (min-width:1366px) {
    .slider .slide {}

    .slider {
        height: 75vh
    }
}

@media(min-width:1024px) {
    .slider .slide-text {
        margin: 0;
        text-align: left;
        padding: 30px;
    }
}

.section_F {
    padding: 30px 0
}
.section_F.f3{
    padding-top: 0;
    margin-top: -30px;
}
.section_F h2 {
    margin-bottom: 60px;
}

.section_F .section-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    text-align: left;
    background: #f9fafa;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 5px
}

.section_F .section-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    background: var(--DC);
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 25px;
    flex-grow: 1;
    margin: 5px;
    color: #fff;
    border-radius: 50px;
}

.section_F .section-title .h2 {
    font-size: 20px;
    margin: 20px 0 8px;
    transition: .5s;
    line-height: 1.2em;
    position: relative;
    margin-bottom: 35px;
    font-weight: 400;
    color: #fff
}

.section_F.dark-bg .box-inner .section-title p {
    color: #fff
}

.section_F .section-title p {
    transition: .5s
}

.section_F .row>div {
    display: flex
}

.section_F .section-box:hover .section-icon {
    background: #fff
}

.section_F .section-icon {
    background: rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    padding: 15px;
    width: 90px;
    height: 90px
}

.section_F .section-icon.white {
    display: none
}

.section_F .section-box:hover .section-icon.white {
    display: block
}

.section_F .section-box:hover .section-icon.black {
    display: none
}

.section_F .section-button a:hover {
    background: #1a1829;
    color: #fff
}

.section_F .section-box:hover:before {
    height: 100%;
    background: var(--GC)
}

.section_F .section-box:hover .section-title .h2,
.section_F .section-box:hover .section-title p {
    color: #fff
}

.section_F .section-title {
    margin-bottom: 20px
}
.section_F > .container > .section-title p{
    font-size: 20px;
    margin-top: 50px

}

@media(max-width: 768px) {

    .section_F .section-title,
    .section_F h2 {
        margin-bottom: 0
    }

    .section_F .row:first-child {
        margin-bottom: 30px
    }
}

.section_E {
    padding: 80px 0px 50px
}

.section_E>.container>.row>div:nth-child(2) {
    padding: 0 20px
}

.section_E .section-title {
    margin-bottom: 50px
}

.section_E .section-button {
    margin-bottom: 40px
}

.section_E .section-button a {
    display: inline-block;
    font-size: 16px;
    color: #ffff;
    border: 1px solid var(--GC);
    padding: 14px 35px;
    background: var(--GC);
    margin-top: 15px;
    position: relative;
    z-index: 1
}

.section_E .section-button a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scale(0.0, 1);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.section_E .section-button a:hover: {
    color: var(--GC) !important
}

.section_E .section-button a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
    border: 1px solid var(--GC);
    background: #1b1d21;
    color: var(--GC) !important
}

.section_E .section-pict {
    text-align: center
}

.section_E .section-pict img {
    border: 8px solid var(--GC);
    border-radius: 50%;
    width: 500px;
    height: 500px;
    margin: auto
}

.section_E.dark-bg .section-pict img {
    border-color: #fff
}

.section_E .section-box {
    margin: 0 30px 30px 0;
    text-align: left;
    background: var(--GC);
    padding: 50px 30px 40px;
    position: relative;
    z-index: 1
}

.section_E .section-box .h1 {
    font-size: 55px;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    padding: 0;
    line-height: 1
}

.section_E .section-box span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 700
}

.section_E .box-icon img {
    width: 60px;
    transition: .5s
}

.section_E .box-title h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 8px 0 0
}

.section_E .section-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #2C2F34;
    transform: scale(0);
    margin: auto;
    z-index: -1;
    transition: .5s
}

.section_E .section-box:hover:before {
    transform: scale(1)
}

.section_E .box-title .h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 6px 0 0
}

.section_E .box-text span {
    color: #fff;
    display: inline-block;
    font-size: 50px;
    font-weight: 600
}

.section_E .box-text:hover:before {
    transform: scale(1)
}

.section_E .boxes>div:nth-child(2) .section-box,
.section_E .boxes>div:nth-child(3) .section-box {
    background: #2C2F34
}

.section_E .boxes>div:nth-child(2) .section-box:before,
.section_E .boxes>div:nth-child(3) .section-box:before {
    background: var(--GC)
}


@media(max-width: 768px) {

    .section_E .section-title,
    .section_E h2 {
        margin-bottom: 0 !important
    }

    .section_E .section-title {
        margin-bottom: 50px
    }

    .section_E .section-title p {
        padding-bottom: 30px
    }
}

@media(max-width: 844px) {
    .slider .h4 {
        text-align: center
    }
}

@media(max-width: 1024px) and (min-width:915px) {
    .section_E .section-pict img {
        width: 400px;
        height: 400px
    }

    .section_E .box-text .h1,
    .section_E .box-text span {
        font-size: 43px
    }
}

@media(max-width: 1025px) {
    .slider .h1 {
        font-size: 33px
    }
}

.section_B {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    position: relative
}

/*
.section_B::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(25, 9, 10, .8)
}

.section_B::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 70%;
    height: 100%;
    margin-left: -5%;
    content: "";
    -webkit-transform: skew(150deg);
    transform: skew(150deg);
    background: rgba(25, 9, 10, .8)
}

.section_B::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 100%;
    margin-left: 50%;
    content: "";
    -webkit-transform: skew(150deg);
    transform: skew(150deg);
    background: rgba(25, 9, 10, .4);
    z-index: 0;
}*/

.section_B .container {
    z-index: 1;
}

.section_B .accordion {
    margin: -16px 0 0
}

.section_B .accordion li {
    border-bottom: 1px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 0 0 11px
}

.section_B .accordion li p {
    display: none;
    font-size: 15px;
    line-height: 25px;
    padding: 0 21px 0px;
    color: #444
}

.section_B.dark-bg .accordion li p {
    color: var(--LC)
}

.section_B .accordion li.active p {
    display: block
}

.section_B .accordion div {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    padding: 10px 0 0;
    font-size: 17px;
    color: var(--BC) !important;
    user-select: none
}

.section_B.dark-bg .accordion div {
    color: var(--LC) !important;
}

.section_B .accordion div:before {
    width: 2px;
    height: 12px;
    background: var(--GC);
    position: absolute;
    right: 13px;
    content: " ";
    top: 26px;/: ;
    transform: rotate(0deg);/: ;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.section_B .accordion li.active div:before {
    display: none
}

.section_B .accordion div:after {
    width: 12px;
    height: 2px;
    background: var(--GC);
    position: absolute;
    right: 8px;
    content: " ";
    top: 31px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.section_B ul.accordion li div span {
    color: var(--GC);
    margin-right: 5px
}

.section_B .section-right {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

.section_B .section-right-inner {
    position: absolute;
    z-index: 1;
    margin: 0;
    float: right;
    background: var(--GC);
    height: 200px;
    width: 200px;
    text-align: center;
    right: 0;
    top: 0;
    border-radius: 50% 0 50% 50%
}

.section_B .section-right-ico {
    margin-top: 30px;
    margin-bottom: 15px
}

.section_B .section-right-title {
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase
}

@media(max-width:767px) {
    .section-right-inner {
        display: none
    }

    .section_B::before {
        width: 300%;
    }

    .section_B::after {
        width: 300%;
        margin-left: -100%;
    }
}

@media (max-width:1023px) {
    .section_B .accordion li a {
        font-size: 22px
    }

    .section_B .accordion li p {
        font-size: 18px
    }
}

.section_A {
    padding: 100px 0 70px
}

.section_A.inner+.base_section {
    margin-top: 40px
}

.section_A .section-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 25px;
    flex-grow: 1
}

.section_A .section-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    background: var(--GC);
    left: 0;
    top: 0;
    transition: .5s
}

.section_A .section-box,
.section_A .box-inner,
.section_A .box-content,
.section_A .section-title {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.section_A .section-title {
    margin-bottom: 25px
}

.section_A .section-title .h2 {
    font-size: 22px;
    font-weight: 400;
    margin: 20px 0 8px;
    transition: .5s;
    line-height: 1
}

.section_A .section-title p {
    transition: .5s;
    font-size: 14px;

}

.section_A.dark-bg .box-inner .section-title p {
    color: #333
}


.section_A h2 {
    margin-top: 55px;
    font-weight: 400;
}

.section_A .section-button div {
    margin: auto
}

.section_A .section-button a {
    background: var(--IC);
    padding: 14px 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    transition: .5s;
    font-weight: 400;
    z-index: 1;
    padding-left: 55px;
    display: flex
}

.section_A .row>div {
    display: flex
}

.section_A:not(.dark-bg) .row div:nth-child(2) .section-box,
.section_A:not(.dark-bg) .row div:nth-child(7) .section-box {
    background: rgba(0, 0, 0, 0.005)
}

.section_A .row div:nth-child(4) .section-box,
.section_A .row div:nth-child(5) .section-box {
    background: var(--SC)
}

.section_A .row div:nth-child(4) .section-box .section-icon.white,
.section_A .row div:nth-child(5) .section-box .section-icon.white {
    display: block
}

.section_A .row div:nth-child(4) .section-box .section-icon.black,
.section_A .row div:nth-child(5) .section-box .section-icon.black,
.section_A .section-icon.white {
    display: none
}

.section_A .section-box:hover .section-icon.white {
    display: block
}

.section_A .section-box:hover .section-icon.black {
    display: none
}

.section_A .section-button a:hover {
    background: #1a1829;
    color: #fff
}

.section_A .section-box:hover:before {
    height: 100%;
    background: var(--GC)
}

.section_A .section-box:hover .section-title .h2,
.section_A .section-box:hover .section-title p,
.section_A .row div:nth-child(4) .section-box .h2,
.section_A .row div:nth-child(4) .section-box p,
.section_A .row div:nth-child(5) .section-box .h2,
.section_A .row div:nth-child(5) .section-box p {
    color: #fff
}

@media (max-width:1023px) {
    .section_A .section-title p {
        font-size: 18px
    }
}

.section_J {
    padding: 100px 0;
    position: relative;
    background-size: cover;
}

.section_J .block_contact_text span,
.section_J .block_contact_text a {
    color: var(--BC)
}

.section_J::after {
    position: absolute;
    content: '';
    background: var(--BC);
    top: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.section_J .container {
    z-index: 2;
}

.section_J .second>div {
    position: relative;
    z-index: 1;
    font-size: 18px;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 30px;
    flex-grow: 1;
    display: flex;
}

.section_J .row>div .block_contact {
    /* margin: auto*/
}

.section_J .row>div .block_contact a:hover {
    color: var(--DC);
}

.section_J .section-title .h2 {
    font-size: 28px;
    margin: 20px 0 8px;
    transition: .5s;
    line-height: 1
}

.section_J .section-title h2 {
    color: #fff;
}

.section_J .section-title h4 {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
    color: #fff;
}

.section_J.dark-bg p {
    color: var(--LC)
}

.section_S {
    padding: 90px 0;
    position: relative;
    color: #fff;
}

.section_S.inner {
    padding: 90px 0 40px;
}

.section_S::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 60%;
    width: 100%;
    content: '';
    background-color: var(--GC);
    background-image: url("/images/fon.jpg");
    background-position: bottom;
    background-size: cover;
}

.section_S .section-title h2 {
    margin-bottom: 40px;
    color: inherit
}

.section_S .section-title h4 {
    font-weight: 300;
    color: inherit
}

.section_S.inner .section-title h2 {
    font-size: 30px;
    text-align: left;
}

.section_S .h3,
.modal .h3 {
    text-align: left;
    position: relative;
    font-weight: 400;
    font-size: 12px;
    padding: 10px 20px;
    color: var(--IC);
}

.section_S.inner .btn {
    margin: 25px 8px !important;
}

.section_S .btn:hover {
    background: var(--GC) !important;
    border-color: var(--GC);
}

/*
.section_S:not(.inner) .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;

}*/

.section_S .inputLine {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.15);
    color: #222;
}

.section_S .inputLine input[type=text],
.section_S .inputLine input[type=tel],
.section_S .inputLine input[type=email] {
    display: block;
    margin: 5px auto;
    font-weight: 300;
    color: #333
}

.section_S .inputLine .btn {
    margin-top: 10px
}

.section_S .inputLine .btn:hover {
    background-color: var(--IC);
    color: #fff
}

.section_S .row.inputLine.fof {
    display: none
}


.section_V+.base_section {
    margin-top: 30px
}

.section_V {
    padding: 60px 0
}

.section_V a {
    display: flex;
}

.section_V .container>.row {
    border: 12px solid var(--DC);
}

.section_V .section-title h2 {
    text-align: center;
    margin-bottom: 50px;
}

.section_V.inner {
    padding-top: 80px;
    margin-top: 25px
}

.section_V.inner+.base_section {
    margin-top: 40px
}

.section_V .section-box {
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    padding: 44px 32px 25px;
    flex-grow: 1
}

.section_V .section-box:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 0;
    background: var(--GC);
    left: 0;
    top: 0;
    transition: .5s
}

.section_V .section-title .h2 {
    font-size: 21px;
    margin: 20px 0 8px;
    transition: .5s;
    line-height: 1
}

.section_V .section-title p {
    transition: .5s;
    font-size: 14px;
    padding-right: 20px
}

.section_V.dark-bg .box-inner .section-title p {
    color: #333
}

.section_V .section-button {
    align-items: center;
    text-align: center;
    padding: 44px 32px;
    flex-grow: 1
}

.section_V .section-button div {
    margin: auto
}

.section_V .section-button a {
    background: var(--IC);
    padding: 14px 38px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    transition: .5s;
    font-weight: 400;
    z-index: 1;
    padding-left: 55px;
    display: flex
}

.section_V .section-button a:hover {
    color: #ffbb00;
    border: none;
    background: var(--SC) !important
}

.section_V .section-button i {
    display: inline-block;
    font-size: 13px;
    margin-left: 7px;
    width: 22px;
    height: 22px;
    line-height: 24px;
    text-align: center;
    font-family: fontAwesome;
    color: #fff;
    transition: .3s
}

.section_V .row>div {
    display: flex
}

.section_V:not(.dark-bg) .row div:nth-child(2) .section-box,
.section_V:not(.dark-bg) .row div:nth-child(5) .section-box,
.section_V:not(.dark-bg) .row div:nth-child(7) .section-box,
.section_V:not(.dark-bg) .row div:nth-child(4) .section-box,
.section_V:not(.dark-bg) .row div:nth-child(10) .section-box,
.section_V:not(.dark-bg) .row div:nth-child(12) .section-box {
    background: rgba(206, 165, 103, 0.1)
}

.section_V .section-box:hover:before {
    height: 100%;
    background: var(--GC)
}

.section_V .section-box:hover .section-title .h2,
.section_V .section-box:hover .section-title p {
    color: #fff
}


@media (max-width:1023px) {
    .section_V {
        margin-top: 180px
    }

    .section_V .section-title p {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .section_V {
        margin-top: 80px
    }
}

.section_Z {
    padding: 50px 0;
}

.section_Z .section_box {
    transition: .5s;
    position: relative;
    z-index: 1;
    background: #f8fafb;
    box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 5px;
    border-radius: 60px;
}
.section_Z .h2{
    font-weight: 400
}
.section_Z .h2 span{    
    font-weight: 700;

}
.section_Z .section_body{
    text-align: justify;
}
.section_Z .section_body b{    
    font-size: 14px;
    font-weight: 400;
}
.section_Z .row>div {
    display: flex;
}

.section_Z .section_header {
    background: var(--DC);
    color: #fff;
    font-size: 20px;
    padding: 20px;
    border-radius: 30px 30px 0 0;
}

.section_Z .section_prices {
    padding: 15px 32px;
    font-size: 18px;
    color: #222;
}

.section_Z .section_prices span {
    font-size: 40px;
    color: var(--DC);
}

.section_Z .section_body {
    padding: 15px 32px;
    flex-grow: 1;
    color: #444
}

.section_Z .section_body div {
    padding: 15px 0;
}

.section_Z ul li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    text-align: left;
}

.section_Z ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    width: 11px;
    height: 11px;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    vertical-align: middle;
    border: 3px solid var(--GC);
    border-width: 3px 3px 0 0;
}

.section_Z .section_btn {
    background: var(--DC);
    color: #fff;
    font-size: 25px;
    padding: 10px 0;
    border-radius: 0 0 30px 30px;
}

.section_Z .section_btn .btn {
    width: 100%;
    background: transparent;
    border: none;
}

.copyright .copyright-text a {
    font-weight: 500;
    color: var(--GC);
}

.copyright .copyright-text {
    margin-bottom: 0;
    color: var(--GC);
}

.copyright a,
.footer-contact a {
    color: inherit
}

.copyright {
    padding: 20px 0;
    font-size: 12px;
}

@media(max-width:620px) {
    .copyright>.container>.row>div {
        text-align: left;
        margin-bottom: 15px;
    }
}

.footer-list {
    padding-right: 20px
}

.footer-area {
    position: relative;
    z-index: 1;
    font-size: 15px;
    color: #fff
}
.footer-area a{
    color: #fff;
}
@media (min-width:1024px) and (max-width:1365px) {
    .footer-area {
        padding-left: 20px
    }
}

@media (min-width:1024px) and (max-width:1079px) {
    .block_contact.btn-ots {
        display: none
    }
}

.footer-contact li a {
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-contact .block_contact_icon {
    text-align: center;
    width: 33px;
}

.footer-contact li {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    font-size: 14px;
    color: #f5faff;
    align-items: center;
    justify-content: start
}

.footer-contact .icon {
    fill: #fff !important
}

.footer-list li a i {
    margin-right: 5px
}

.footer-list li a:hover {
    color: var(--DC)
}

.footer-list li a {
    color: #fff
}

.footer-list li {
    margin-bottom: 5px !important
}

.footer-list .all {
    margin-top: 15px;
}

.footer-list .all a {
    padding: 6px 20px;
    border: 1px solid #fff;
    border-radius: 15px;
}

.footer-logo img {
    width: 240px;
    margin-bottom: 30px
}

.footer-box img {
    max-width: 250px
}

.footer-box p {
    padding-right: 18px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff
}

.footer-box {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column
}

.footer-title {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.footer_block_head {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #fff
}

.footer_block {
    display: block;
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footer_bottom .container {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

.footer_bottom {
    padding: 20px 0;
    background-color: #fafafa
}

.footer_contact a:hover {
    color: #fff
}

.footer_contact a {
    font-size: 14px;
    line-height: 34px;
    color: #fff
}

.footer_list li a:hover {
    text-decoration: underline;
    color: #fff
}

.footer_list li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 34px;
    color: #fff
}

.footer_list li {
    line-height: 24px
}

.footer_list {
    display: flex;
    flex-direction: column
}

.footer_soc ul li a i {
    font-size: 18px
}

.footer_soc ul li a.facebook:hover {
    background-color: #3b5999;
}

.footer_soc ul li a.whatsapp:hover {
    background-color: #29a71a
}

.footer_soc ul li a.telegram:hover {
    background-color: #0c89c8
}

.footer_soc ul li a.viber:hover {
    background-color: #553faa
}

.footer_soc ul li a.instagram:hover {
    background: var(--SC);
    background: -moz-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%)
}

.footer_soc ul li a.vk:hover {
    background-color: #367199
}

.footer_soc ul li a.linkedin:hover {
    background-color: #1983bc
}

.footer_soc ul li a.youtube:hover {
    background-color: #cd201f
}

.footer_soc ul li a.twitter:hover {
    background-color: #1b1b1b
}

.footer_soc ul li a:hover {
    color: #fff
}

.footer_soc ul li a {
    display: flex;
    width: 40px;
    height: 40px;
    color: #000;
    border-radius: 50%;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer_soc ul li {
    margin-right: 11px
}

.footer_soc ul {
    display: flex;
    flex-direction: row
}

.main-content .for-bg {
    display: flex;
    flex-direction: column;
}

.main-content .section-bg {
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    width: 100%;
    flex-grow: 1;
    margin-bottom: 30px;
}

.main-content .footer_soc {
    margin: 10px 11px 20px
}

.main-content .footer_soc ul li:before {
    display: none !important;
}

.main-content .footer_soc ul li a {
    background: var(--GC);
    color: #fff
}

.inner .footer_bottom .container {
    text-align: left;
    justify-content: space-between
}

@media (max-width:932px) and (orientation:landscape) {
    .footer_block {
        width: 50%
    }

    .footer_bottom .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between
    }

    .footer_soc {
        margin-top: 0
    }
}

@media (max-width:932px) {
    .footer_bottom .container {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .footer_soc {
        margin-top: 15px
    }

    .footer_block {
        width: 100%;
        margin-bottom: 20px
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .footer_block {
        width: 50%
    }
}

@media (min-width:768px) {
    .product-slider {
        max-width: 70%;
        margin: auto;
    }
}

.product-slider .slick-arrow:hover {
    color: var(--DC)
}

.product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    outline: none;
    font-size: 32px
}

.product-slider .slick-dots li button {
    width: 16px;
    height: 16px;
    background: #ccc;
    font-size: 0;
    overflow: hidden;
    padding: 0;
    border: 0;
    border-radius: 50%
}

.product-slider .slick-dots li.slick-active button {
    background: var(--IC)
}

.product-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px
}

.product-slider .slick-dots {
    bottom: 0
}

.product-slider .slick-next {
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.product-slider .slick-prev {
    left: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.product-slider a.slick-next svg,
.product-slider a.slick-prev svg {
    fill: #888;
}

.product-slider .slide a {
    display: block
}

.product-slider .slide img {
    width: 100%
}

.product-slider .slide.slick-slide {
    display: block
}

.product-slider .slide:first-child {
    display: block
}

.product-slider .slide {
    display: none;
    background: transparent
}

.product-slider img {
    display: inline-block
}

.product-slider.slick-dotted .slick-arrow {
    margin-top: -15px
}

.product-slider.slick-dotted {
    padding-bottom: 30px
}

.product-slider {
    text-align: center;
    position: relative;
}

.product-slider-thumbs .thumb img {
    cursor: pointer
}

.product-slider-thumbs .thumb.slick-current {
    border: 1px solid var(--GC);
    /* display: flex;
    justify-content: center;
    align-items: center*/
}

.product-slider-thumbs .thumb {
    border: 1px solid transparent;
    padding: 5px;
    background: transparent;
    text-align: center;
    margin-top: 10px;
    text-align: center
}

.product-slider-thumbs {
    width: 95%;
}


.section_2A {
    padding: 30px 0;
}

.section_2A h2 {}

.section_2A h3 {
    color: inherit;
    font-weight: 500;
    margin: 100px 0 0;
    max-width: 650px;
}

.section_2A .section-title p {
    color: inherit;
    font-size: 20px;
    font-weight: 300;
    margin: 20px 0;
    max-width: 650px;
}


.section_2A.dark-bg {
    color: #fff
}

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

    padding: 0 15px
}

.section_2A .counter_block .counter {
    font-size: 75px;
    font-weight: 800;
    line-height: 1.13em;
}

.section_2A .counter-title {
    font-size: 21px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 33px;
    margin: 15px 0;
}

.section_2A .container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.section_2A .counter-ftrlnk,
.section_2A .counter-prm {
    display: flex;
    flex-direction: column;
    min-height: 30px;
    font-weight: 300;
}

.section_2A .section-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
}

.file-upload-wrapper {
    padding: 10px
}

.jcf-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    background: transparent;
    max-width: 600px !important;
    overflow: hidden;
    text-align: left;
    cursor: pointer;
    margin-bottom: 15px
}

@media(max-width:468px) {
    .jcf-file {
        max-width: 350px !important
    }
}

.jcf-file:hover .jcf-upload-button {
    text-decoration: underline
}

.jcf-file .jcf-real-element {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0
}

.jcf-file .jcf-fake-input {
    display: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    height: 28px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    max-width: 100%
}

.jcf-file[class*=jcf-extension] .jcf-fake-input {
    display: block;
    margin: 0 10px 0 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 5px;
    line-height: 28px;
    height: 30px;
    font-size: 16px;
    padding-left: 25px;
    background: url(../images/clip.png) no-repeat;
    margin-right: 12px
}

.jcf-file .jcf-upload-button {
    background: url(../images/clip.png) no-repeat
}

.file-upload-input,
.file-upload-button {
    display: none !important
}

.jcf-fake-input,
.jcf-button-content {
    color: #222;
    font-weight: 300;
    font-size: 15px
}

span.file {
    color: #999;
    font-size: 13px;
    display: block;
    margin: -20px 0 0 22px
}

.navbar .lang {
    color: var(--SC);
    margin: 0 2px;
    border: 1px solid var(--GC);
    background: var(--LC);
}