@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");

:root {
  --GC: #00c7b6;
  --DC: #007aff;
  --SC: #00c7b6;
  --IC: #004237;
  --BC: #00271f;
  --OC: #10221f;
  --LC: #b0e7e9;
  --new-bg:linear-gradient(45deg,
  #00382f 0%,
  #001610 85%,
  #000000 100%);
  --extra-bg: linear-gradient(45deg,
  #2fae96 0%,
  #279fa9 25%,
  #228cac 50%,
  #21779c 75%,
  #2f668f 100%);
  --dark-bg: linear-gradient(45deg,
  #00382f 0%,
  #001610 85%,
  #000000 100%);
}

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

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

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

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

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

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%;
  -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: 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: 0;
  left: 0;
  padding: 25px 44px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff
}

.fancybox-caption::before {
  position: absolute;
  top: -25px;
  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
}

.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: 14px;
  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: 14px;
  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
}

.icon.icon-start {
  width: 2.5em;
  height: 2.5em;
  margin-right: -15px;
  margin-bottom: -12px;
}

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

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

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

a.slick-next,
a.slick-prev {
  position: absolute;
  top: 62%;
  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: 37%;
  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)
}

.inverse .slick-dots li button {
  background: #333
}

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

.inverse .slick-dots li button:focus,
.inverse .slick-dots li button:hover {
  border-color: #333
}

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

.inverse .slick-dots li.slick-active button {
  border-color: #333
}

#allnews {
  padding-bottom: 25px;
  clear: left
}

#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: 15px;
  background: var(--extra-bg);
  -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: 32px;
  bottom: 80px;
  z-index: 999;
  clear: both;
  -webkit-transition: none;
  -o-transition: none;
  transition: none
}

#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;   
}

#none .button1 {
  width: 140px
}

#none input.kpch {
  width: 125px;
  margin: 0 0 5px 7px
}

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

.about-us p a {
  text-decoration: underline;
  color: #fff
}

.align-self-center {
  align-self: center !important
}

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

.block_btn.row div {
  padding: 0;
  margin: 10px 0 20px !important
}

.block_btn_view_table {
  display: flex;
  width: 100%;
  margin-top: 10px;
  align-items: center;
  justify-content: flex-end
}

.block_btn_view_table {
  display: none
}

.block_contact:not(:last-child) {
  margin-right: 5px
}

.block_contact_icon .fa-envelope-o {
  font-size: 24px
}

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

.icon.icon-map-pin {
  width: 20px;
  height: 30px;
  fill: var(--GC)
}

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

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

.icon.telegram {
  width: 35px;
  height: 40px;
  fill: var(--GC);
  padding-top: 2px
}

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

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

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

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

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

.icon.viber {
  padding-top: 2px;
  width: 33px;
  height: 33px;
  fill: var(--GC)
}

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

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

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

.block_contact_text span {
  font-size: 14px
}

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

.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: 20%;
  padding: 10px;
  align-items: center;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  justify-content: center
}

.block_header_mobile.wide1 {
  max-width: 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%
}

.block_header_mobile.wide {
  max-width: 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%
}

.block_header_mobile.dc {
  background: var(--BC);
}

.block_header_mobile.wide .btn {
  background-color: var(--BC);
  color: #fff
}

.block_header_mobile.wide .logo img {
  max-height: 30px
}

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

@media (max-width:932px) and (orientation:landscape) {
  .slider .slide {
    height: 100vh
  }
}

.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: 20px;
  font-size: 16px;
  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;
  text-transform: uppercase;
  text-overflow: ellipsis;
  color: #000;
  background: linear-gradient(to right, #00ffa8, #007aff);
  -o-text-overflow: ellipsis;
  border-radius: 18px !important;
  letter-spacing: 0.1em;
  font-weight: 400;
  border-color: transparent;
}
.btn:hover,
.main-content form input[type=submit]:hover { 
  background: linear-gradient(to left, #00ffa8, #007aff);

}
.block_contact_text .btn:hover {
  background: #fff;
  color: #000
}

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

.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;
  /*  padding-right: 15px;padding-left: 15px;margin-bottom: 30px;*/
}

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

.padding-left {
  padding-left: 0;
  padding-right: 0
}

.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 {
  margin-bottom: 15px;
  font-size: 13px;
  color: #333;
}

.contact-buttons a svg {
  display: inline-block;
  vertical-align: top
}

.contact-buttons a.mail svg {
  fill: #002aff
}

.contact-buttons a.viber svg {
  fill: #665cac
}

.contact-buttons a.whatsapp svg {
  fill: #25d366;
  margin-left: 15px
}

.contact-buttons a:hover svg {
  fill: #c69c6d !important
}

.contact-buttons a {
  display: inline-block;
  margin: 0 4px;
  vertical-align: middle
}

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

.contacts_form .block_btn {
  padding-left: 15px
}

.contacts_form form {
  display: flex;
  flex-direction: column
}

.contacts_form {
  max-width: 60%;
  padding: 30px;
  padding-left: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%
}

.contacts_form {
  position: relative
}

.contacts_right_block_content {
  font-size: 15px
}

.contacts_right_block_icon svg {
  width: 30px !important;
  height: 30px !important;
  margin-top: 10px;
  fill: #fff !important
}

.contacts_right_block_icon {
  margin-right: 10px
}

.contacts_title:before {
  position: absolute;
  left: -15px;
  width: 5px;
  height: 40px;
  content: "";
  background-color: var(--GC)
}

.container {
  position: relative;
  width: 100%;
  max-width: 1170px;
  min-width: 240px;
  margin: 0 auto
}
@media(max-width: 1024px){
	.container {
    	max-width: 980px;
	}
}
.copyright .copyright-text a {
  font-weight: 500;
  color: var(--DC)
}

.copyright .copyright-text {
  margin-bottom: 0;
  color: #fff
}

.copyright .footer-menu li a:hover {
  color: var(--DC)
}

.copyright .footer-menu li a {
  transition: all .5s ease-in-out;
  color: #f5faff
}

.copyright .footer-menu li {
  display: inline-block;
  margin-left: 25px
}

.copyright .footer-menu {
  padding: 0;
  margin: 0;
  text-align: right
}

.copyright a {
  color: #000
}

.copyright {}

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

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

.dall {
  display: block
}

.drop_col_head a.active,
.drop_col_head a:hover {
  color: var(--GC)
}

.drop_col_head a {
  font-weight: 700;
  color: #000
}

.drop_col_head {
  display: flex;
  min-height: 61px;
  padding: 5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #dbdbdb;
  align-items: center
}

.drop_col {
  width: 100%;
  padding: 0 15px
}

.drop_main_col {
  width: calc(100% / 4)
}

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

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

.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;
  box-shadow: 0 1px 7px 0 #aaa;
  background: var(--GC)
}

.fof {
  display: none !important
}

.footer a:hover {
  color: #000
}

.footer a {
  color: #000
}

.footer-list {
  padding-right: 20px
}

.footer-area {
  position: relative;
  z-index: 1;
  font-size: 14px;
  background: var(--OC);
}

.footer-contact li a {
  -webkit-transition: .3s;
  transition: .3s;
  color: #f5faff
}

.footer-contact .block_contact_icon {
  text-align: center;
  width: 33px
}

.footer-contact li i {
  width: 12px;
  height: 30px;
  margin-right: 15px;
  font-size: 18px;
  line-height: 31px;
  -webkit-transition: .3s;
  transition: .3s;
  text-align: center;
  color: var(--DC);
  border-radius: 5px
}

.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 {
  padding-left: 10px;
  color: var(--DC)
}

.footer-list li a {
  transition: all .5s ease-in-out;
  color: #fff
}

.footer-list li {
  margin-bottom: 5px !important
}

.footer-logo img {
  width: 240px;
  margin-bottom: 30px
}

.footer-area img {
  max-width: 110px
}

.footer-area p {
  padding-right: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #fff
}

.footer-area {
  display: flex;
  flex-direction: column position: relative;
  z-index: 1;
  padding: 40px 0
}

.footer-area .footer_contact,
.footer-area .footer_soc {
  margin: auto;
  display: flex;
}

.footer-area .footer_soc ul {
  margin: auto;
  text-align: center;
}

.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 .contact_address:before {
  margin-right: 18px;
  font-family: fontAwesome;
  font-size: 20px;
  content: "\f041";
  color: #d7172e
}

.footer_contact .contact_email:before {
  margin-right: 18px;
  font-family: fontAwesome;
  font-size: 20px;
  content: "\f003";
  color: #d7172e
}

.footer_contact .contact_phone:before {
  margin-right: 18px;
  font-family: fontAwesome;
  font-size: 20px;
  content: "\f095";
  color: #d7172e
}

.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: #2b4170
}

.footer_soc ul li a.instagram:hover {
  background: #f09433;
  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: #4c75a3
}

.footer_soc ul li a.linkedin:hover {
  background-color: #4c75a3
}

.footer_soc ul li a.youtube:hover {
  background-color: #cd201f
}

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

.footer_soc ul li {
  margin-right: 11px
}

.footer_soc ul {
  display: flex;
  flex-direction: row
}

.footer_top .row {
  width: 100%
}

.footer_top {
  padding: 60px 0;
  border-bottom: 1px solid #2f2f2f;
  background: #743d3b
}

.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(--DC)
}

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

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

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

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

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

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

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

.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: #000
}

.header-main .container {
  padding: 0
}

.header-top-right {
  display: flex;
  align-items: center;
  gap: 15px
}

.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: "";
  background: #fff;
  -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: #dbdfed;
  -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: #dbedff
}
.header_column {
  display: flex;
  width: 100%;
  flex-direction: column
}

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

.header_main_bottom .btn:hover {
  color: #2d3345;
  border-color: var(--DC);
  background: var(--DC)
}

.header_main_bottom .btn {
  font-weight: 400;
  color: #fff;
  border-color: #2d3345;
  background: #2d3345
}

.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: space-between
}

.header_main_top {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px
}
.slider-hunt{
  text-align: center;
  display: flex;
  margin-bottom: 20px;
}
.slider-hunt a{margin: auto;}
.header_main_top .slider-btn {
  display: none
}

.fixed-position .header_main_top {
  background: var(--new-bg);
  position: absolute;
  top: 0;
  margin: 0;
  padding: 10px 0
}

.fixed-position .header_main_top .logo img {
  max-width: 140px
}

.fixed-position .header_main_top .slider-btn {
  display: flex
}

.fixed-position .header_main_top .lang,
.fixed-position .header_main_top #loginbtn {
  display: none
}

.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: #fff;
  border: 1px solid #2d3345;
  border-left: 0;
  outline: 0;
  background-color: #2d3345
}

.header_search input {
  display: block;
  display: block;
  width: 166px;
  height: 34px;
  height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  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
}

.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%;
  /*background: var(--GC)*/
}
.inner .header{  
  overflow: hidden;
  background: var(--new-bg);
  background-attachment: fixed;
}
.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: 30px;
  height: 30px;
  fill: var(--GC)
}

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

.inner .footer_bottom .container {
  text-align: left;
  justify-content: space-between
}

@media(min-width: 768px) {
  .inner .main_col {
    max-width: 70%;
  }
  .inner .main_col.wide{
    max-width: 100%;
  }
}

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

.light-bg {
  background: #f1f1f1 !important
}

.dark-bg {
  background: var(--dark-bg) !important
}

.logo img {
  max-width: 143px;
  max-height: 40px;
}

.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: 14px
}

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

.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: 14px
}

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

.main-content ul:not(.breadcrumbs):not(.pdflist):not(.price-header):not(.price-check) li:before {
  position: absolute;
  top: .5em;
  left: -3px;
  display: inline-block;
  width: 8px;
  height: 8px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  border: 1px solid #000;
  border-width: 1px 1px 0 0
}

.main-content ul:not(.breadcrumbs):not(.pdflist):not(.price-header):not(.price-check) li {
  position: relative;
  padding: 0 0 0 16px
}

.main-content ul:not(.breadcrumbs):not(.pdflist):not(.price-header):not(.price-check) {
  margin: 0 0 16px
}

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

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

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

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

.map iframe {
  vertical-align: top
}

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

.messengers svg {
  margin: 0 5px
}

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

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

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

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

.modal .row {
  margin-bottom: 15px
}

.modal [type=email],
.modal [type=password],
.modal [type=tel],
.modal [type=text],
.modal select,
.modal textarea,
p.comment {
  width: 75%
}

@media(max-width: 1024px) {
  .modal select {
    width: 80%
  }
}


.modal .pass input {
  width: 99%
}

.modal-buttons a {
  margin: 0 10px 10px;
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
  padding: 20px 20px 20px 0;
  font-size: 16px;
  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;
  text-transform: uppercase;
  text-overflow: ellipsis;
  color: #03375a;
  -o-text-overflow: ellipsis;
  border-radius: 10px !important;
  letter-spacing: 0.1em;
  font-weight: 300
}

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

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

.modal-content .row {}

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

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

.modal-h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding: 10px 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  color: #333;
  max-width: 750px;
}
.modal-content p,
.modal-content .comment{
  max-width: 750px;}

.row.mdl {
  align-items: baseline;
}
.comment{color: #666;font-size: 14px; padding-bottom: 20px}
.modal {
  display: none;
  width: 100%;
  min-height: 100vh;
  border-radius: 0 !important;
  padding: 90px 0;
  text-align: left;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 38px 0 rgba(0, 0, 0, .8);
  box-shadow: 0 3px 38px 0 rgba(0, 0, 0, .8)
}

.modal form,
.modal .form {
  min-height: calc(98vh - 80px);
  position: relative;
  width: 75%;
  height: 100%;
  margin: auto
}
@media(min-width: 1024px){
.modal form,
.modal .form {
  width: 50%;
}
}

.wait img {
  margin: 0 auto 12px
}

.wait {
  display: none;
  width: 100%;
  margin-left: 50%
}

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

.lang img,
.loginout {
  width: 40px;
  height: 40px
}

@media(min-width:1200px) {
  .nav .lang {
    padding-left: 150px
  }
}

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

.page-wrapper {
  margin: 0 auto;
  overflow: hidden;
}
.extra-bg{
  margin: 0 auto;
  overflow: hidden;
  background: var(--extra-bg);
  background-attachment: fixed;
}
@media(max-width:1024px){
  .extra-bg{
    background-size: 200% 200%;
    background-position: center;
    background-attachment: scroll;
  }
}
.new-bg{
  margin: 0 auto;
  overflow: hidden;
  background: var(--new-bg);
  background-attachment: fixed;
}
@media(max-width:1024px){
  .new-bg{
    background-size: 200% 200%;
    background-position: center;
    background-attachment: scroll;
  }
}
.inner .page-wrapper{background: #fff;}

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

.position-relative {
  position: relative !important
}

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

.article1+.razdel {
  margin-top: 30px
}

.razdel .item .item-btn .btn {
  padding-right: 14px;
  padding-left: 14px;
  margin-left: 4px
}

.razdel .item .item-btn>a {
  margin-bottom: 4px
}

.razdel .item .item-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-top: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.razdel .item .item-name:hover,
.razdel .item:hover .item-name,
.razdel .list .item:hover p,
.razdel .item:hover a:not(.btn),
.razdel .item:hover time {
  color: #fff
}

.razdel .item.nosh .item-name:hover,
.razdel .item.nosh:hover .item-name,
.razdel .list .item.nosh:hover p,
.razdel .item.nosh:hover a:not(.btn),
.razdel .item.nosh:hover time {
  color: #333
}

.razdel .item .item-name a {
  text-decoration: none
}

.razdel .item img {
  -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: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%
}

.razdel .item-descr {
  width: 100%;
  margin: 10px 0;
  line-height: 1.3
}

.razdel .item-image a {
  position: relative;
  display: block;
  overflow: hidden
}

.razdel .item-image {
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  text-align: center
}

.razdel .item-name {
  margin: 15px 0 10px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1.3333
}

.razdel .item-price del {
  font-size: 17px;
  opacity: .5
}

.razdel .item-price ins {
  text-decoration: none
}

.razdel .item-price span {
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  color: #f64b4f
}

.razdel .item-price {
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
  line-height: 22px;
  color: #333;
  border-bottom: 0
}

.razdel .item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05)
}

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

.razdel .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1% 30px;
  margin: 0 -7.5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.razdel .item {
  transition: .5s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% / 1) - 2%);
  padding: 15px;
  margin: 0 1% 25px;
  flex-direction: column;
  text-align: center;
  border: 2px solid #eee;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  z-index: 1;
  box-shadow: 0px 0 6px rgb(26 46 85 / 10%)
}
.razdel .item.nosh {box-shadow: none;border:0}
.razdel .item:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0;
  background: var(--GC);
  left: 0;
  top: 0;
  transition: .5s
}

.razdel .item:hover:before {
  height: 100%;
  background: var(--GC)
}

.razdel .list .item:hover:before {
  background: #2c2f34
}
.razdel .item.nosh:before{display: none!important} 
.razdel .list .item .item-btn {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start
}

.razdel .list .item .item-name {
  text-align: left
}

.razdel .list .item p {
  color: #333
}

.razdel .list .item-btn .btn {
  margin-left: 3px
}

.razdel {
  display: block;
  clear: both
}

.rght {
  text-align: right
}

.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: 14px;
  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_contacts .telegram {
  position: relative;
  top: 2px
}

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

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

.slick-slide {
  outline: 0
}

.slide-text .h1,
.slide-text h1 {
  margin-bottom: 0;
  color: #fff
}

.slide-text .slider-btn {
  margin: 30px auto
}

.slide-text .slider-btn .btn {
  font-weight: 400
}

.slide-text .slider-btn .btn:hover {
  background-color: #fff;
  color: #222
}

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

.slider .slick-current .h1 {
  -webkit-animation: fadeInDown 1.2s ease .5s both;
  animation: fadeInDown 1.2s ease .5s both
}

.slider .slick-current p {
  -webkit-animation: fadeInUp 1.2s ease .5s both;
  animation: fadeInUp 1.2s ease .5s both
}

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

.slider .slick-slide>div {
  height: 100%
}

.slider .slick-slide {
  height: 100%
}

.slider .slide-image img {
  width: 100%;
  border: 10px solid #fff
}

.slider .slide-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  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: center
}

.slider h1,
.slider .h1 {
  font-size: 58px;
  line-height: 1.3;
  animation: 1s 1.6s fadeInUp both;
  font-weight: 500;
 /* color: #fff;*/
  text-align: center;
  background: linear-gradient(to right, #00ffa8, #00cfff, #007aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Firefox поддержка (ограниченная) */
  background-clip: text;
  color: transparent;
}

.slider .h4 {
  font-size: 20px;
  color: #333;
  letter-spacing: 1px;
  font-weight: 400;
  text-transform: uppercase;
  animation: 0.8s 0.8s fadeInUp both;
  display: inline-block;
  margin-bottom: 19px;
  padding-top: 19px
}

.slider p {
  color:var(--LC);
  margin: 10px 20px 14px 0;
  font-size: 20px;
  animation: 1s 2s fadeInUp both;
  font-weight: 200
}
.slider .only{font-weight: 500}
@media(max-width:920px) {

  .slider .h1,
  .slider h1 {
    font-size: 27px
  }

  .slide-text {
    text-align: center;
  }

  .slide-text .slider-btn {
    margin: 0
  }

  .slide-text p {
    text-align: center;
    margin: 10px
  }
}

.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;
  animation: 1s 2s fadeInUp both;
  position: relative
}

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

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

.slider .slide:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0)
}

.slider .slide:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
  background-color: rgba(255, 255, 255, 0)
}

.slider .slide:first-child {
  display: block
}

.slider .slide {
  position: relative;
  display: none;
  height: 100%;
  vertical-align: top;
 /* background-color: var(--GC)*/
}

.slider-wrapper .container {
  padding: 0
}

.slider-wrapper .slide::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(45, 51, 69, 0)
}

/*.slider-wrapper .slide::before{position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;content: "";opacity: .7;background: #000}  */
.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
}

.sort {
  padding-bottom: 15px
}

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

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

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

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

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

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

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

.usertable {
  width: 100%
}

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

.vleft {
  text-align: justify
}

.vrght {
  text-align: right
}

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

@-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) {

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

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

  .main-content h2,
  .h2,
  h2 {
    font-size: 36px
  }

  .header .header-main {
    position: relative;
    padding: 0;
    padding-top: 0;
    background-color: #e8ecf0
  }

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

  .main-content ul:not(.breadcrumbs) li:before {
    top: .55em
  }

  .main-content {
    font-size: 18px
  }

  .nav-active .navbar {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10000;
    width: 100%;
    opacity: 1
  }

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

  .navbar {
    position: fixed;
    top: 77px;
    bottom: 0;
    left: 0;
    width: 280px;
    height: 100%;
    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 {
    padding-bottom: 50px;
    margin-bottom: 30px;
    text-align: left;
    border-top: 1px solid #eee
  }

  .nav>li {
    border-bottom: 1px solid #eee
  }
  .nav>li.lang{background: var(--extra-bg);text-align: center}
  .nav>li.lang div{margin: auto; padding: 10px;text-align: center;display: inline-flex;}
  .nav>li>a,
  .nav>li>span {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
  }

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

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

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

@media (max-width:486px) {

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

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

  .razdel .item .item-image {
    width: 100% !important
  }

  .razdel .item .item-body {
    width: 100% !important
  }

  .razdel .items.list .item-name {
    text-align: center !important
  }

  .razdel .items.list .btn {
    margin: 0 auto !important
  }

  .masonry {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
  }
}

@media (max-width:767px) {
  .modal-h {
    max-width: 100%;
    font-size: 19px;
  }

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

  .modal {
    border-width: 3px;
    max-width: 100%
  }

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

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

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

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

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

  .header_mobile {
    z-index: 999;
    display: block !important
  }
}

@media (max-width:932px) {
  .slider {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 200px;
    margin-bottom: 0 !important;
    color: #000
  }

  .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: 15px;
    background:var(--DC);
    border-radius: 3px;;
  }
 .btn span{display: none}
  .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
  }

  .section_news {
    padding-right: 30px
  }

  .form_inputs {
    flex-wrap: wrap
  }

  .slide-text .h1 {
    text-align: center
  }

  .container {
    padding: 0 15px
  }

  .custom_text {
    font-size: 28px;
    line-height: 1
  }

  .slider p {
    font-size: 14px
  }

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

  .header_main_bottom .header_search {
    display: none
  }

  .header_main_top .block_contact,
  .header_main_top .logo {
    display: none
  }

  .header_column {
    height: 1px
  }

  .drop_main_col {
    width: 100%
  }

  .header_main_bottom .block_contact {
    display: none
  }

  .footer_bottom .container {
    flex-direction: column;
    align-items: center;
    justify-content: center
  }

  .footer_soc {
    margin-top: 15px
  }

  .sidebar {
    max-width: 100%;
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
  }

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

  .footer_block {
    width: 100%;
    margin-bottom: 20px
  }

  .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 {
    padding-right: 30px !important;
    justify-content: center
  }

  .header_search {
    margin-right: 0
  }

  .base_section .row {
    flex-wrap: wrap
  }

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

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

  .slider .container {
    min-width: 100%
  }

  .slider .slide-text .slide_subtitle a {
    font-size: 24px
  }

  .slider .slide:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease
  }

  .slider .h1 {
    font-size: 39px;
  }

  .slider .slide-text {
    text-align: center
  }

  .slider .slide-image {
    display: none
  }
}

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

  .slider .slide-text {
    width: 100%;
    text-align: center
  }

}

@media (max-width:540px) {
  .slider {
    position: relative;
    width: 100%;
    height: 40vh;
    min-height: 320px;
    margin-bottom: 0 !important;
    color: #000
  }
}

@media all and (max-width:1199px) {
  .footer-widget-box {
    margin-bottom: 50px
  }

  .header-top::before {
    width: 270px
  }

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

@media all and (max-width:991px) {

  .copyright .footer-menu {
    float: left;
    margin-top: 20px;
    text-align: left
  }

  .copyright .footer-menu li {
    margin-right: 15px;
    margin-left: 0
  }

}

@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:481px) {
  .list2 .list-item {
    width: calc(100% / 2 - (15px * 2))
  }

  .list3 .list-item {
    width: calc(100% / 2 - (15px * 2))
  }

  .list4 .list-item {
    width: calc(100% / 2 - (15px * 2))
  }

  .razdel .items.list {
    display: block;
    margin: 0 0 30px
  }

  .razdel .items.list .item {
    display: block;
    width: 100%;
    max-width: none;
    padding: 20px;
    margin: 0 0 20px;
    text-align: left
  }

  .razdel .list .item .item-image {
    display: inline-block;
    width: 28%;
    vertical-align: top
  }

  .razdel .list .item .item-body {
    display: inline-block;
    width: 71%;
    padding-left: 20px;
    text-align: left;
    vertical-align: top
  }

  .razdel .list.nophoto .item .item-body {
    width: 100%;
    padding-left: 0
  }

  .razdel .list.nophoto .item .item-btn {
    padding-left: 0;
    margin-left: -3px
  }

  .razdel .list .item .item-name {
    padding: 0;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700
  }
  .razdel .list .item .item-pos{font-weight: 500;font-size: 17px;margin-bottom: 15px} 
  .razdel .list .item .item-image img{border-radius: 50%}
  .razdel .item {
    width: calc((100% / 2) - 2%)
  }
}

@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) and (max-width:1024px) and (orientation:landscape) {
  .header_main_bottom {
    padding: 15px 0
  }

  .container {
    padding: 0 15px
  }

  .header .logo {
    margin-right: 0
  }

  .header_column {
    width: 100%
  }

  .logo img {
    max-width: 150px
  }

  .header_mobile {
    display: none
  }
}

@media (min-width:768px) and (max-width:1024px) and (orientation:portrait) {
  .contacts_title:before {
    left: 0
  }

  .list3 .list-item {
    width: calc(100% / 2 - (15px * 2))
  }

  .slide-text .h1 {
    text-align: left
  }
}

@media (min-width:768px) and (max-width:1024px) {
  .footer_block {
    width: 50%
  }
}

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

  .contact-buttons {
    display: none
  }

  .header .navbar .btn {
    display: none
  }

  .list4 .list-item {
    width: calc(100% / 3 - (15px * 2))
  }

  .razdel .item {
    width: calc((100% / 4) - 2%)
  }

  .section {
    padding: 40px 0
  }

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

@media (min-width:960px) {
  .razdel .item {
    width: calc((100% / 3) - 2%)
  }
}

@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-3 {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 auto
  }

  .col-lg-25 {
    max-width: 20%;
    -ms-flex: 0 0 20%;
    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:1109px) {

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

@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:1319px) {
  .nav>li:nth-last-child(-n+2) ul ul {
    right: 100%;
    left: auto
  }
}

@media (min-width:1024px) and (max-width:1365px) {
  .contacts_title:before {
    left: 0
  }

  .slider {
    height: 70vh
  }

  a.slick-next {
    top: 30%
  }

  .base_section {
    padding: 0 10px
  }

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

  .block_contact_icon {
    margin-right: 5px
  }

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

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

  .header .navbar {
    left: 0
  }

  .header_search {
    left: 0
  }
}

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

  .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;
    text-transform: uppercase
  }

  .header .header-main {
    padding-top: 15px;
  }

  .header.dark-bg .header-main {
    border-color: #505260
  }

  .header.dark-bg .header-main {
    color: #fff
  }

  .header.dark-bg a {
    color: #fff
  }

  .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 {
    font-weight: 400;
  }

  .header .navbar {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center
  }

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

  .header .fixed-position .header-main .nav>li>a,
  .header .fixed-position .header-main .nav>li>span {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: normal
  }

  .list3 .list-item {
    width: calc(100% / 3 - (15px * 2))
  }

  .list4 .list-item {
    width: calc(100% / 4 - (15px * 2))
  }

  .mobile_logo {
    display: none
  }

  .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: 10px 20px;
    line-height: 14px;
    text-align: center;
    white-space: nowrap;
    color: var(--LC);
    background-color: transparent
  }

  .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,
  .nav>li.hover>span {
    color: var(--DC)
  }

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

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

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

  .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-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:1366px) {
  .slider .slide {
    background-position: 87% 50%
  }

  .slider {
    height: 75vh
  }
}

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

  .container {
    max-width: 1600px
  }
}

@media (min-width:411px) and (max-width:823px) and (orientation:landscape) {
  .block_contacts_right {
    max-width: 100%;
    padding: 30px;
    -ms-flex: 0 0 30%;
    flex: 0 0 100%
  }

  .contacts_title:before {
    left: 0
  }
}

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

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

@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 {
    display: none
  }

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

@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:1024px) {
  .slider .slide-text {
    margin: auto;
  }
}

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

@media(min-width:520px) {
  .footcat {
    padding-left: 70px
  }
}

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

@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: #333
}

address {
  font-style: normal
}

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

body,
html {
  height: 100%
}

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

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
}

.header-top.dark-bg .navbar2 .nav a {
  color: #fff
}

.section-title h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em
}

.section-title h2 span {
  text-align: center;
  background: linear-gradient(to right, #00ffa8, #00cfff, #007aff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  /* Firefox поддержка (ограниченная) */
  background-clip: text;
  color: transparent;
  font-weight: 600;
}

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

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

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

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

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

span.color2 {
  color: #2c4798
}

span.color1 {
  color: #2c4798
}

span.color3 {
  color: var(--IC)
}

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

.dark-bg .section-title h2,
.dark-bg .section-title p {
  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
  }
}

/*//// SECTION_A/////*/
.section_A {
  padding: 100px 0 70px
}

la .section_A.inner {
  padding-top: 80px;
  margin-top: 25px
}

.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;
  border-radius: 40px;
  margin: 5px
}

.section_A .section-box:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 0;
  background: var(--extra-bg);
  background-size: 200% 200%;
  background-position: center;
  left: 0;
  top: 0;
  transition: .5s;
  border-radius: 40px;
}

.section_A .section-title .h2 {
  font-size: 24px;
  margin: 20px 0 8px;
  transition: .5s;
  line-height: 1;
  font-weight: 400;
}

.section_A .section-title p {
  transition: .5s;
  font-size: 14px;
  padding-right: 20px
}

.section_A.dark-bg .box-inner .section-title p {
  color: #333
}

.section_A .section-button div {
  margin: auto
}

.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(5) .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 {
    background: var(--extra-bg);
  background-size: 200% 200%;
  background-position: center;
}

.section_A .row div:nth-child(4) .section-box .section-icon.white {
  display: block
}

.section_A .row div:nth-child(4) .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(--extra-bg);
  background-size: 200% 200%;
  background-position: center;
}

.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 {
  color: #fff
}

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

/*////END SECTION_A/////*/
/*////END SECTION_W/////*/
.section_W {
  padding: 70px 0;
  background: #fff;
}
.section_W p{font-size: 23px}

.section_W .row>div {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.section_W .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;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
}

.section_W_slider .section_W_slide {
  width: 100%;
  height: 100%;
  display: block;
}

.section_W_slider .section-box {
  width: 100%;
  min-height: 250px;
  background-size: cover;
  position: relative;
  border-radius: 0 170px 220px 170px
}

.section_W_slider .section-box::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 170px 220px 170px;
  background: #000;
  opacity: 0.4;
  z-index: -1;
}

.section_W_slider .h2 {
  color: #fff;
  font-weight: 300;
  font-size: 30px;
  text-align: center;
  width: 100%;
}

@media(min-width: 1024px) {
  .section_W .row {
    width: 85%;
    margin: auto
  }
}

/*////END SECTION_W/////*/
/*//// SECTION_X////*/
.section_X {
  padding: 80px 0;
}

.section_X .section-title h2 {
  text-align: center;
  margin-bottom: 50px
}

.section_X .container>.row {
  width: 60%;
  margin: auto
}

.section_X .container>.row>div {
  display: flex;
  flex-grow: 1;
}

.section_X .section-box {
  width: 100%;
  transition: .5s;
  position: relative;
  z-index: 1;
  border: 1px solid #2a3e35;
  padding: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 30px;
}

.section_X .section-box .section-icon {
  padding-right: 30px;
  width: 90px;
}

.section_X .section-title .h2 {
  font-size: 27px;
  margin: 20px 0 8px;
  transition: .5s;
  line-height: 1;
  font-weight: 600;
  color: #fff;
}

.section_X .section-title p {
  transition: .5s;
  font-size: 14px;
  padding-right: 6px
}

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

@media (max-width:1024px) {
  .section_X .container>.row {
    width: 80%;
  }
}

@media (max-width:680px) {
  .section_X .container>.row {
    width: 98%;
  }
}

/*////END SECTION_X/////*/
/*////SECTION_Y/////*/
.section_Y {
  padding: 80px 0;
}

.section_Y .section-title h2 {
  text-align: center;
  margin-bottom: 50px
}
.section_Y .section-title .h2 span{
  color: #aaa;
}

.section_Y .section-comment  p{
  text-align: center;
  color: #aaa;
  font-size: 19px
}
.section_Y .container>.row {
  width: 80%;
  margin: auto;
}

.section_Y .section-box {
  transition: .5s;
  position: relative;
  z-index: 1;
  padding: 10px 20px;
  flex-grow: 1;
  margin: 5px;
  text-align: center;
}

.section_Y .section-title .h2 {
  font-size: 18px;
  margin: 20px 0 8px;
  transition: .5s;
  line-height: 1;
  position: relative;
  font-weight: 500;
  text-align: center
}

.section_Y .section-title p {
  transition: .5s
}

.section_Y .row>div {
  display: flex
}

.section_Y .section-icon {
  margin: auto;
  border-radius: 50%;
  padding: 15px;
  width: 90px;
  height: 90px
}

.section_Y .box-content {
  padding-bottom: 25px
}

@media(max-width: 768px) {

  .section_Y .section-title,
  .section_Y h2 {
    margin-bottom: 0
  }
}

/*////END SECTION_Y/////*/
/*////SECTION_V/////*/
.section_V {
  padding: 80px 0 50px;
  background: #fff;
}

.section_V .section-title h2 {
  text-align: center;
  margin-bottom: 50px
}

.section_V .container .section-row {
  width: 70%;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.section_V .section-bg {
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
}

.section_V .section-bg::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--OC);
  opacity: .7;
}

.section_V .h2 {
  font-size: 28px;
  transition: .5s;
  line-height: 1;
  position: relative;
  font-weight: 600;
  color: #fff;
  margin: auto;
  padding: 10px;
  text-align: center;
}

.section_V .section-text {
  padding: 30px 50px;
  text-align: left;
}

.section_V .dopinfo {
  padding: 40px;
  color: #fff;
  margin: 50px auto;
  border-radius: 90px 120px 90px 170px;
}

.section_V .dopinfo .h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px
}

.section_V .dopinfo .section-btn {
  
}

.section_V .dopinfo .section-btn a {
  color: #fff;
  text-decoration: underline
}

.section_V .dopinfo .dop-img {
  padding: 0 10px
}

.section_V .section-bg,
.section_V .section-bg::before {
  border-radius: 220px 70px 40px 70px;
  min-height: 300px
}

@media (min-width:1024px) {
  .section_V .dopinfo {
    width: 65%;
  }
}

@media (min-width:740px) {

  .section_V .container .row:nth-child(2n) .section-bg,
  .section_V .container .row:nth-child(2n) .section-bg::before {
    order: 3
  }

  .section_V .row:first-child .section-bg,
  .section_V .row:first-child .section-bg::before {
    border-radius: 220px 70px 0 70px;
  }

  .section_V .section-bg,
  .section_V .section-bg::before {
    border-radius: 220px 0 0 70px;
  }

  .section_V .row:nth-child(2n) .section-bg,
  .section_V .row:nth-child(2n) .section-bg::before {
    width: 100%;
    border-radius: 0 70px 220px 0;
  }

  .section_V .row:last-child .section-bg,
  .section_V .row:last-child .section-bg::before {
    width: 100%;
    border-radius: 70px 0 70px 220px !important;
  }
}

@media(max-width: 739px) {

  .section_V .section-title,
  .section_Y h2 {
    margin-bottom: 0
  }
}

/*////END SECTION_V/////*/
/*////SECTION_U/////*/
.section_U {
  padding: 80px 0;
}

.section_U .section-title h2 {
  text-align: center;
  margin-bottom: 50px
}
.section_U .section-btn{text-align: center;}
.section_U .container .row {
  width: 60%;
  margin: auto;
}

.accordion {
  background: #f8fafb;
  box-shadow: 0px 0 6px rgb(26 46 85 / 10%);
  padding: 20px
}

.accordion li {
  border-bottom: 1px solid #d9e5e8;
  position: relative;
  list-style: none;
  padding: 20px
}

.accordion li:last-child {
  border-bottom: 0;
}

.accordion li p {
  display: none;
  font-size: 15px;
  line-height: 25px;
  padding: 0 21px 0px;
  color: #444
}

.accordion li.active p {
  display: block;
  padding: 20px 20px 0;
}

.accordion div {
  width: 90%;
  display: block;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.4em;
  font-size: 17px;
  color: #151423 !important;
  user-select: none
}

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

.accordion li.active div:before {
  display: none
}

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

ul.accordion li div span {
  color: var(--GC);
  margin-right: 5px
}

@media (max-width:1023px) {
  .section_U .container .row {
    width: 90%;
    margin: auto;
  }

  .accordion li a {
    font-size: 22px
  }

  .accordion li p {
    font-size: 18px
  }
}

/*////END SECTION_U/////*/

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

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

.counter {
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 300
}

.modal-content .col-4 {
  border-bottom: 5px solid #eee;
  padding: 15px;
  margin: 5px;
  max-width: calc(100% / 3 - 10px);
  -ms-flex: 0 0 calc(100% / 3 - 10px);
  flex: 0 0 calc(100% / 3 - 10px)
}

input[type="checkbox"],
input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
input[type="checkbox"]{
  border-radius: 0
}
input[type="number"] {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  outline: none;
}
.btn.multy {
  background: #fff;
  color: #333;
  padding: 10px;
  font-size: 30px
}

.btn.multy:hover {
  color: var(--GC)
}
#kvizform input,
#kvizform textarea{
  margin-bottom: 10px
}
#kvizform .row label {
  margin-right: 20px
}

#kvizform .row label img {
  margin-top: 5px;
  max-height: 80vh
}

#kvizform .row .col-7 {
  text-align: right
}

.custom-file-input {
  text-align: left;
  line-height: 30px;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  width: 20px;
}

.custom-file-input::before {
  content: "";
  position: relative;
  top: 13px;
  left: 10px;
  width: 30px;
  height: 30px;
  background: url(../images/icons/paper-clip.svg) no-repeat;
  display: inline-block;
  cursor: pointer;
}

@media(max-width: 768px) {
  .custom-file-input::before {
    display: none
  }

  .custom-file-input::after {
    content: "";
    position: relative;
    top: 0;
    left: -30px;
    width: 30px;
    height: 30px;
    background: url(../images/icons/paper-clip.svg) no-repeat;
    display: inline-block;
    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 .oooot a {
  padding: 10px;
  display: inline-block;
  width: 100px;
  text-align: center;
  font-weight: bold
}

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

.aboutcookies .oooot a:hover {
  color: #fff;
  background: #23b583;
}

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

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

  .aboutcookies p {
    padding: 0;
    margin: 0;
  }

  .aboutcookies div {
    padding: 20px
  }

  .aboutcookies .oooot a {
    display: block;
    width: 100% !important
  }

  .aboutcookies .oooot {
    width: 100%
  }
}

/*MESSAGE*/
#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;
  border-radius: 0;
}

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
}

/*ENG MESSAGE*/
.smalllinks a {
  font-weight: 400;
  text-decoration: underline;
  display: inline-block;
  padding: 20px
}

@media (min-width: 768px) {
  .modal .row.cols>div {
    width: 49%;
    display: inline-block
  }
}

.red {
  color: red;
  font-size: 11px
}

.header-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1% 30px;
  margin: 0 -7.5px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.header-btns a {
  display: flex;
  flex-grow: 1;
  color: var(--LC);
  margin: 0 20px;
  align-self: center;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}
.header-btns a.btn {
  color: #000;
}
.header-btns img{
  height: 32px;
  width: auto;
}
.lang a{
  display: flex;
  color: var(--LC);
  align-self: center;
  align-items: center;
  gap: 5px;  
  font-size: 12px;
}
@media(min-width: 1024px){
  .lang a{
  max-width: 110px
}
}
.loader img {
  margin-bottom: 30px;
}

.price-header {
  border-bottom: none;
  margin: 52px 0 0
}

.price-header li {
  font-size: 13px;
  max-width: 98%;
  padding: 8px;
  min-height: 37px;
  border: 1px solid #ededed;
  border-bottom: none
}

.price-header li:last-child {
  border-bottom: 1px solid #ededed
}

.price-header li:first-child {
  padding: 10px 8px
}

@media screen and (max-width: 1200px) {
  .price-header {
    display: none
  }
}

.price__heading {
  text-align: center;
}

.price__headline {
  color: #333;
  line-height: 110%
}
.price__headline strike{
  font-size: 22px;
  font-weight: 500;
  line-height: 13px;
  vertical-align: text-top;
  color: var(--DC);
  margin-left: 10px  
}
.price__headline b {
  font-size: 32px;
  font-weight: 500;
  line-height: 13px;
  vertical-align: text-top;
  color: var(--DC);
}

@media screen and (max-width: 1200px) {
  .price__headline b {
    font-size: 30px
  }
}

.price-item {
  width: 100%;
  text-align: center;
  margin: 15px 0;
  flex-grow: 1
}

li {
  padding: 6px;
  min-height: 35px;
  position: relative;
  z-index: 1
}

@media screen and (min-width: 1200px) {
  .price-item li {
    color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 20px auto;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    background-size: 20px auto;
    min-height: 37px;
  }
  .price-item li.lines2{
    min-height: 55px;
  }
  .price-header li.lines2{
    min-height: 69px;
    line-height: 25px
  }

  .price-item li:first-child {
    padding: 10px 8px
  }

  .price-item .true {
    background-image: url("/images/check.svg")
  }

  .price-item .false {
    background-image: url("/images/cancel.svg")
  }
}

.price-item ul {
  background-color: #ededed;
  margin: 0 auto 10px;
  max-width: 96%;
  border-radius: 16px;
}

.price-item .info {
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  width: 17px;
  height: 17px;
  z-index: 1000;
  background-color: #fff;
  background-image: url("/images/question.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  vertical-align: middle;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333
}

.price-item .info::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #fff;
  position: absolute;
  bottom: 58px;
  z-index: 11;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px) rotate(45deg);
  -moz-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  border-right: 1px solid #ededed;
  border-bottom: 1px solid #ededed
}

.price-item .info__text {
  width: 200px;
  max-width: 49vw;
  text-align: left;
  font-size: 11px;
  position: absolute;
  z-index: 1;
  bottom: 67px;
  right: -15px;
  line-height: 130%;
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-box-shadow: 8px 10px 25px -20px var(--OC);
  -moz-box-shadow: 8px 10px 25px -20px var(--OC);
  box-shadow: 8px 10px 25px -20px var(--OC)
}

.price-item .info__text::before {
  content: "";
  display: block;
  width: 60px;
  height: 50px;
  position: absolute;
  bottom: -40px;
  right: 0
}

.price-item .info:hover::after,
.price-item .info:hover .info__text,
.price-item .info:focus::after,
.price-item .info:focus .info__text {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible
}

.price-item .info:hover::after,
.price-item .info:focus::after {
  -webkit-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -ms-transform: translateY(0px) rotate(45deg);
  -o-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg)
}

@media screen and (max-width: 1200px) {
  .price-item ul {
    width: 100%;
    padding: 5px 0 10px
  }

  .price-item ul li {
    padding: 6px 15px
  }

  .price-item ul li:first-child {
    padding: 10px
  }

  .price-item .false {
    display: none
  }
}
.price-check{padding: 5px}
.price-item .btn{font-size: 14px; font-weight: 400; padding: 10px;margin: 3px;}
.section_price{width: 100%;}
.price-row > div{flex-grow:1;display: flex;}
.price-item .price-check{flex-grow: 1;}
.price-item{display: flex;flex-direction: column;}

.price-item.notactive .price__heading,
.price-item.notactive .price__headline b,
.price-item.notactive .price__headline{
  color: #aaa;
}
.price-item.notactive .true {
        background-image: url(/images/check_grey.svg);
    }
.mymodal{
  display: flex;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000000;
}
.mymodal .mymodal_body{
  background: #fff;
  width:100%;
  height: 100vh;
  padding: 30px 80px;
}
.mymodal .mymodal_body .mainmod{
  width: 100%;
  position: relative;
  height: 100%
}
.mymodal .mymodal-icons{
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
}

.mymodal .mymodal-icons{
  display: flex;

  gap: 20px
}
.mymodal .mymodal-icons img{
  width: 24px;
}
.mymodal .mymodal-icons a.close{
  color: #333;
  font-size: 32px;
  line-height: 25px;
}

.mymodal .left-col{
  border-right: 1px solid #eee;
  display: flex;
  flex-direction: column;
  padding-right: 30px; 
}
.mymodal .right-col{
  display: flex;
  flex-direction: column;
  padding-left: 75px;
  height: calc(100% - 140px);
  margin-top: 70px; 
  overflow-y: scroll;
}
.mymodal .mainmod{
  position: relative;
}
.mymodal .project{
  position: relative;
  margin: 0px 0 -28px;
  width: 85%;
  z-index: 1000;
}
.mymodal .project .pro{padding-left: 80px;font-size: 18px}
@media(min-width: 1024px){
  .mymodal .left-col{
    height: 100%;
  }
  .mymodal .right-col{
    height: calc(100% - 140px);
  }
}
.mymodal .logomodal{
  width: 75px;
  height: 21px;
}
.typewriter,.typewriter2 {
  margin-bottom: 15px;
  white-space: pre-wrap;
  word-break: break-word;
  max-width: 700px;
}
.typewriter.hdr,.typewriter2.hdr{
  font-weight: 500;
  font-size: 18px;
}
.typewriter.hdr.upr{
  text-transform: capitalize;
}
.mymodal .modal-h{
  font-weight: 500;
  font-size: 18px;
}
.mymodal .menu-ttl{
  margin-top: 30px;
  font-weight:500;
  font-size: 20px;
  margin-bottom: 10px
}
.mymodal .left-menu{
  
    gap: 5px;
    display: flex;
    flex-direction: column;
}
.mymodal .left-menu li a::before{ 
    position: absolute;
    border: 2px solid #e0e0e0;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 8px;
    content: '';
}
.mymodal .left-menu li a{
    position: relative;
    background: #fafafa;
    padding: 17px;
    border: 2px solid #EFEFEE;
    border-radius: 8px;
    line-height: 15px;
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
}
.mymodal .left-menu li a:hover{
    color: #fff;
    background: var(--dark-bg)
}
.delay {
  opacity: 0;
  transition: opacity 1.5s ease;
  margin: 1em 0;
}
.delay.visible {
  opacity: 1;
}
.mymodal .lateimg img{
  max-width: 300px;
  width: calc(100% / 3 - 10px);
  margin-right: 10px;
  display: inline-block;
}
.mymodal .message-aja form{
  max-width: 700px;
}
.mymodal .message-aja form input[type=text],
.mymodal .message-aja form input[type=email],
.mymodal .message-aja form textarea{
  margin-bottom: 15px;
}
.mymodal .pol{
    align-items: center;
    display: flex;
    margin-bottom: 15px;
}
.mymodal .btn{
  background: #fff;
    border: 1px solid black;
    border-radius: 0 !important;
    color: black;
    font-weight: 500;
    padding: 10px 30px;
    font-size: 15px;
}
.mymodal .modal-buttons{
  margin: 0;
}
.mymodal .modal-buttons a {
  padding: 10px 30px;
    font-size: 15px;
}
@media(max-width:520px){
.mymodal .modal-buttons a {
    padding: 10px 5px;
    font-size: 14px;
}
}
.mymodal textarea{
    width: 100%;
    max-width: 750px;
    height: 100px;
    margin-bottom: 5px;
}
.mymodal input[type=text],
.mymodal input.big{
    width: 100%;
    max-width: 750px;
    margin-bottom: 5px;
}
.mymodal .rgt{
  text-align: right;
    max-width: 750px;
    top: -20px;
}
.mymodal .color .btn{
  color: #fff; 
  background: linear-gradient(45deg,
  #4dc9a4 0%,
  #3ba586 30%,
  #407b96 60%,
  #395c7a 80%,
  #8557b3 99%);
  font-size: 20px;
  font-weight: 400;
  border: 0;
  padding: 5px 10px;
}
.mymodal .modal-content .row > div:not(.rgt),
.mymodal .modal-content .row > div:not(.rgt) > div{
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.mymodal .modal-content .row > div:last-child > div {
  margin-bottom: 0;
}
.mymodal .smaim{height: auto;max-height: 350px}
.mymodal #multyBody{
  display: block;
}

.mymodal .menu ul {
  list-style: none;
}

.mymodal .menu > ul > li {
  position: relative;
  display: inline-block;
}

.mymodal .menu a {
  display: block;
  padding: 10px;
  text-decoration: none;
}
.mymodal .dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 30px 20px;
  top: 100%;
  left: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  border-radius: 10px
}

.mymodal .dropdown-content li a {
  display: flex;
  padding: 6px 26px;
  text-decoration: none;
    padding: 9px 17px;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    white-space: nowrap;
}
.mymodal .dropdown:hover .dropdown-content,
.mymodal .dropdown .dropdown-content.show {
  display: block;
}

.mymodal.no-hover .dropdown:hover .dropdown-content {
  display: none !important;
}

@media(max-width: 767px){
  .mymodal .mymodal_body {padding: 20px;}
  .mymodal .left-col{display: none}
  .mymodal .right-col {padding-left: 0}
  .mymodal .project {
    position: absolute;
    margin: 0;
    width: 60%;
    z-index: 1000;
    top: 8px;
    left: 20px;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .mymodal .project .pro {padding-left: 20px;}
}

.btn-smpl{
  background: transparent;
    border: 1px solid #efefef;
    color: #333;
    font-weight: 400;
}

.crisp-client{
  position: absolute;
  z-index: 10000000000;
}

iframe{
  width: 100%;
  height: 100vh;
  border: 0
}
.pol{margin: 20px 0}
.soon{
    padding: 10px;
    color: #777;
}

.section_2D{padding-bottom: 60px;}
.section_2D .section-title{text-align: center;}
.section_2D .section-title h2 {
    text-align: center;
    margin-bottom: 40px;
}
.section_2D .section-title p {
    text-align: text;
    margin: -10px auto 50px;
    max-width: 800px;
}
.section_2D a{position: relative;display: block;}
/*
.section_2D a::before{position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: '';background: #fff;opacity: 0.4}
.section_2D a:hover::before{opacity: 0;transition: 1.5s;}*/

.section_video{padding: 70px 0;
    z-index: 1;
    position: relative;}
.section_video img{width: 750px; height: 439px;max-width: 100%}
@media(max-width:768px){
  .section_video img{width: 700px; height: 410px}
}
@media(max-width:520px){
  .section_video img{width: 320px; height: 187px}
}