@charset "UTF-8";
body.fancybox-active {
  overflow: hidden;
}
html {
  overflow-x: hidden;
}
.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.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 {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.98;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  -o-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.25s, visibility 0s;
  -o-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
}
.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}
.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  transform: translate3d(0, 0, 0);
}
.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}
.fancybox-slide--image {
  overflow: visible;
}
.fancybox-slide--image:before {
  display: none;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}
.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}
.fancybox-slide--next {
  z-index: 99995;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}
.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}
.fancybox-button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}
.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}
.fancybox-button--share svg path {
  stroke-width: 1;
}
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg path:first-child {
  display: none;
}
.fancybox-button--zoom svg path {
  fill: transparent;
}
.fancybox-navigation {
  display: none;
}
.fancybox-show-nav .fancybox-navigation {
  display: block;
}
.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}
.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    color-stop(20%, rgba(0, 0, 0, 0.1)),
    color-stop(40%, rgba(0, 0, 0, 0.2)),
    color-stop(80%, rgba(0, 0, 0, 0.6)),
    to(rgba(0, 0, 0, 0.8))
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -o-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 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 {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.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(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0;
}
.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}
.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(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
p.fancybox-share__links {
  margin-right: -10px;
}
.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}
.fancybox-thumbs-x > ul {
  overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-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-left: auto;
  margin-right: 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;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
div,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
span,
ul {
  max-height: 5000em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  position: relative;
}
img {
  border: none;
}
@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro-Light.woff2") format("woff2"),
    url("../fonts/PFDinDisplayPro-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro-Thin.woff2") format("woff2"),
    url("../fonts/PFDinDisplayPro-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro-Italic.woff2") format("woff2"),
    url("../fonts/PFDinDisplayPro-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro-Regular.woff2") format("woff2"),
    url("../fonts/PFDinDisplayPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PF DinDisplay Pro";
  src: url("../fonts/PFDinDisplayPro-Bold.woff2") format("woff2"),
    url("../fonts/PFDinDisplayPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "ALS Rubl";
  src: url("../fonts/ALSRubl.eot");
  src: url("../fonts/ALSRubl.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ALSRubl.woff") format("woff"),
    url("../fonts/ALSRubl.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "PF DinDisplay Pro", "Helvetica Neue", Arial, sans-serif;
  font-family: "PT Serif", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #1c3646;
  background-color: #fffbfb;
}
a {
  color: inherit;
  text-decoration: none;
}
.h1,
h1 {
  display: block;
  margin-bottom: 30px;
  font-size: 45px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1440px) {
  .h1,
  h1 {
    margin-bottom: 25px;
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .h1,
  h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 680px) {
  .h1,
  h1 {
    font-size: 26px;
  }
}
.h2,
h2 {
  display: block;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 100;
  line-height: 1.2;
}
@media (max-width: 1440px) {
  .h2,
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .h2,
  h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .h2,
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 680px) {
  .h2,
  h2 {
    font-size: 24px;
  }
}
.h3,
h3 {
  display: block;
  margin-bottom: 10px;
  /* font-size: 34px; */
  font-size: 30px;
  /* font-weight: 100; */
  line-height: 1.2;
  font-weight: 300;
}

h4 {
  font-weight: 400;
}
@media (max-width: 1440px) {
  .h3,
  h3 {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .h3,
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .h3,
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 680px) {
  .h3,
  h3 {
    font-size: 22px;
  }
}
.padding-left {
  padding-left: 30px;
}
.page-title {
  max-width: 910px;
  margin: 60px auto 0;
  text-align: center;
}
.page-title .h1 span {
  display: block;
  font-size: 50px;
}
@media (max-width: 1440px) {
  .page-title .h1 span {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .page-title .h1 span {
    display: inline;
    font-size: inherit;
  }
}
.page-title .h1 a {
  white-space: nowrap;
  font-weight: normal;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-title .h1 a:hover {
  color: #ffd340;
}
.page-title--left {
  margin: 0;
  text-align: left;
}
@media (max-width: 680px) {
  .page-title--center-mobile {
    text-align: center;
  }
}
.page-title__top {
  display: block;
  padding-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-title__top {
    font-size: 16px;
  }
}
@media (max-width: 680px) {
  .page-title__top {
    font-size: 14px;
  }
}
.rouble {
  font-family: "ALS Rubl";
  text-transform: none;
  font-weight: normal;
}
.user-content {
  font-size: 18px;
  text-align: center;
}
.user-content li {
  list-style-type: none;
}
@media (max-width: 680px) {
  .user-content {
    font-size: 16px;
  }
}
.user-content :last-child {
  margin-bottom: 0;
}
.user-content p {
  margin-bottom: 1em;
  font-size: 18px;
}
@media (max-width: 680px) {
  .user-content p {
    font-size: 16px;
  }
}
.user-content p:last-child {
  margin-bottom: 0;
}
.user-content--mini {
  font-size: 16px;
}
@media (max-width: 680px) {
  .user-content--mini {
    font-size: 14px;
  }
}
.user-content--mini p {
  font-size: 16px;
}
@media (max-width: 680px) {
  .user-content--mini p {
    font-size: 14px;
  }
}
.user-content--white {
  color: #fff;
}
.user-slide-mobile-link {
  position: relative;
  display: none;
  overflow: hidden;
}
@media (max-width: 680px) {
  .user-slide-mobile-link {
    display: inline-block;
    padding-bottom: 12px;
  }
  .user-slide-mobile-link.active .open {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .user-slide-mobile-link.active .close {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.user-slide-mobile-link .open {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffd340;
  border-bottom: 1px dashed #ffd340;
}
.user-slide-mobile-link .close {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  border-bottom: 1px dashed #ffd340;
  opacity: 0;
  color: #ffd340;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.grid-1,
.grid-2,
.grid-3,
.grid-4,
.grid-5,
.grid-6,
.grid-7,
.grid-8,
.grid-9,
.grid-10,
.grid-11,
.grid-12 {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  max-width: 100%;
}
.hidden {
  display: none !important;
}
.grid-1 {
  width: 8.33333%;
}
.grid-off-1 {
  margin-left: 8.33333%;
}
.grid-2 {
  width: 16.66667%;
}
.grid-off-2 {
  margin-left: 16.66667%;
}
.grid-3 {
  width: 25%;
}
.grid-off-3 {
  margin-left: 25%;
}
.grid-4 {
  width: 33.33333%;
}
.grid-off-4 {
  margin-left: 33.33333%;
}
.grid-5 {
  width: 41.66667%;
}
.grid-off-5 {
  margin-left: 41.66667%;
}
.grid-6 {
  width: 50%;
}
.grid-off-6 {
  margin-left: 50%;
}
.grid-7 {
  width: 58.33333%;
}
.grid-off-7 {
  margin-left: 58.33333%;
}
.grid-8 {
  width: 66.66667%;
}
.grid-off-8 {
  margin-left: 66.66667%;
}
.grid-9 {
  width: 75%;
}
.grid-off-9 {
  margin-left: 75%;
}
.grid-10 {
  width: 83.33333%;
}
.grid-off-10 {
  margin-left: 83.33333%;
}
.grid-11 {
  width: 91.66667%;
}
.grid-off-11 {
  margin-left: 91.66667%;
}
.grid-12 {
  width: 100%;
}
.grid-off-12 {
  margin-left: 100%;
}
@media (max-width: 1680px) {
  .grid-1_xxl {
    width: 8.33333%;
  }
  .grid-off-1_xxl {
    margin-left: 8.33333%;
  }
  .grid-2_xxl {
    width: 16.66667%;
  }
  .grid-off-2_xxl {
    margin-left: 16.66667%;
  }
  .grid-3_xxl {
    width: 25%;
  }
  .grid-off-3_xxl {
    margin-left: 25%;
  }
  .grid-4_xxl {
    width: 33.33333%;
  }
  .grid-off-4_xxl {
    margin-left: 33.33333%;
  }
  .grid-5_xxl {
    width: 41.66667%;
  }
  .grid-off-5_xxl {
    margin-left: 41.66667%;
  }
  .grid-6_xxl {
    width: 50%;
  }
  .grid-off-6_xxl {
    margin-left: 50%;
  }
  .grid-7_xxl {
    width: 58.33333%;
  }
  .grid-off-7_xxl {
    margin-left: 58.33333%;
  }
  .grid-8_xxl {
    width: 66.66667%;
  }
  .grid-off-8_xxl {
    margin-left: 66.66667%;
  }
  .grid-9_xxl {
    width: 75%;
  }
  .grid-off-9_xxl {
    margin-left: 75%;
  }
  .grid-10_xxl {
    width: 83.33333%;
  }
  .grid-off-10_xxl {
    margin-left: 83.33333%;
  }
  .grid-11_xxl {
    width: 91.66667%;
  }
  .grid-off-11_xxl {
    margin-left: 91.66667%;
  }
  .grid-12_xxl {
    width: 100%;
  }
  .grid-off-12_xxl {
    margin-left: 100%;
  }
}
@media (max-width: 1440px) {
  .grid-1_xl {
    width: 8.33333%;
  }
  .grid-off-1_xl {
    margin-left: 8.33333%;
  }
  .grid-2_xl {
    width: 16.66667%;
  }
  .grid-off-2_xl {
    margin-left: 16.66667%;
  }
  .grid-3_xl {
    width: 25%;
  }
  .grid-off-3_xl {
    margin-left: 25%;
  }
  .grid-4_xl {
    width: 33.33333%;
  }
  .grid-off-4_xl {
    margin-left: 33.33333%;
  }
  .grid-5_xl {
    width: 41.66667%;
  }
  .grid-off-5_xl {
    margin-left: 41.66667%;
  }
  .grid-6_xl {
    width: 50%;
  }
  .grid-off-6_xl {
    margin-left: 50%;
  }
  .grid-7_xl {
    width: 58.33333%;
  }
  .grid-off-7_xl {
    margin-left: 58.33333%;
  }
  .grid-8_xl {
    width: 66.66667%;
  }
  .grid-off-8_xl {
    margin-left: 66.66667%;
  }
  .grid-9_xl {
    width: 75%;
  }
  .grid-off-9_xl {
    margin-left: 75%;
  }
  .grid-10_xl {
    width: 83.33333%;
  }
  .grid-off-10_xl {
    margin-left: 83.33333%;
  }
  .grid-11_xl {
    width: 91.66667%;
  }
  .grid-off-11_xl {
    margin-left: 91.66667%;
  }
  .grid-12_xl {
    width: 100%;
  }
  .grid-off-12_xl {
    margin-left: 100%;
  }
}
@media (max-width: 1024px) {
  .grid-1_l {
    width: 8.33333%;
  }
  .grid-off-1_l {
    margin-left: 8.33333%;
  }
  .grid-2_l {
    width: 16.66667%;
  }
  .grid-off-2_l {
    margin-left: 16.66667%;
  }
  .grid-3_l {
    width: 25%;
  }
  .grid-off-3_l {
    margin-left: 25%;
  }
  .grid-4_l {
    width: 33.33333%;
  }
  .grid-off-4_l {
    margin-left: 33.33333%;
  }
  .grid-5_l {
    width: 41.66667%;
  }
  .grid-off-5_l {
    margin-left: 41.66667%;
  }
  .grid-6_l {
    width: 50%;
  }
  .grid-off-6_l {
    margin-left: 50%;
  }
  .grid-7_l {
    width: 58.33333%;
  }
  .grid-off-7_l {
    margin-left: 58.33333%;
  }
  .grid-8_l {
    width: 66.66667%;
  }
  .grid-off-8_l {
    margin-left: 66.66667%;
  }
  .grid-9_l {
    width: 75%;
  }
  .grid-off-9_l {
    margin-left: 75%;
  }
  .grid-10_l {
    width: 83.33333%;
  }
  .grid-off-10_l {
    margin-left: 83.33333%;
  }
  .grid-11_l {
    width: 91.66667%;
  }
  .grid-off-11_l {
    margin-left: 91.66667%;
  }
  .grid-12_l {
    width: 100%;
  }
  .grid-off-12_l {
    margin-left: 100%;
  }
}
@media (max-width: 768px) {
  .grid-1_m {
    width: 8.33333%;
  }
  .grid-off-1_m {
    margin-left: 8.33333%;
  }
  .grid-2_m {
    width: 16.66667%;
  }
  .grid-off-2_m {
    margin-left: 16.66667%;
  }
  .grid-3_m {
    width: 25%;
  }
  .grid-off-3_m {
    margin-left: 25%;
  }
  .grid-4_m {
    width: 33.33333%;
  }
  .grid-off-4_m {
    margin-left: 33.33333%;
  }
  .grid-5_m {
    width: 41.66667%;
  }
  .grid-off-5_m {
    margin-left: 41.66667%;
  }
  .grid-6_m {
    width: 50%;
  }
  .grid-off-6_m {
    margin-left: 50%;
  }
  .grid-7_m {
    width: 58.33333%;
  }
  .grid-off-7_m {
    margin-left: 58.33333%;
  }
  .grid-8_m {
    width: 66.66667%;
  }
  .grid-off-8_m {
    margin-left: 66.66667%;
  }
  .grid-9_m {
    width: 75%;
  }
  .grid-off-9_m {
    margin-left: 75%;
  }
  .grid-10_m {
    width: 83.33333%;
  }
  .grid-off-10_m {
    margin-left: 83.33333%;
  }
  .grid-11_m {
    width: 91.66667%;
  }
  .grid-off-11_m {
    margin-left: 91.66667%;
  }
  .grid-12_m {
    width: 100%;
  }
  .grid-off-12_m {
    margin-left: 100%;
  }
}
@media (max-width: 680px) {
  .grid-1_s {
    width: 8.33333%;
  }
  .grid-off-1_s {
    margin-left: 8.33333%;
  }
  .grid-2_s {
    width: 16.66667%;
  }
  .grid-off-2_s {
    margin-left: 16.66667%;
  }
  .grid-3_s {
    width: 25%;
  }
  .grid-off-3_s {
    margin-left: 25%;
  }
  .grid-4_s {
    width: 33.33333%;
  }
  .grid-off-4_s {
    margin-left: 33.33333%;
  }
  .grid-5_s {
    width: 41.66667%;
  }
  .grid-off-5_s {
    margin-left: 41.66667%;
  }
  .grid-6_s {
    width: 50%;
  }
  .grid-off-6_s {
    margin-left: 50%;
  }
  .grid-7_s {
    width: 58.33333%;
  }
  .grid-off-7_s {
    margin-left: 58.33333%;
  }
  .grid-8_s {
    width: 66.66667%;
  }
  .grid-off-8_s {
    margin-left: 66.66667%;
  }
  .grid-9_s {
    width: 75%;
  }
  .grid-off-9_s {
    margin-left: 75%;
  }
  .grid-10_s {
    width: 83.33333%;
  }
  .grid-off-10_s {
    margin-left: 83.33333%;
  }
  .grid-11_s {
    width: 91.66667%;
  }
  .grid-off-11_s {
    margin-left: 91.66667%;
  }
  .grid-12_s {
    width: 100%;
  }
  .grid-off-12_s {
    margin-left: 100%;
  }
}
@media (max-width: 480px) {
  .grid-1_xs {
    width: 8.33333%;
  }
  .grid-off-1_xs {
    margin-left: 8.33333%;
  }
  .grid-2_xs {
    width: 16.66667%;
  }
  .grid-off-2_xs {
    margin-left: 16.66667%;
  }
  .grid-3_xs {
    width: 25%;
  }
  .grid-off-3_xs {
    margin-left: 25%;
  }
  .grid-4_xs {
    width: 33.33333%;
  }
  .grid-off-4_xs {
    margin-left: 33.33333%;
  }
  .grid-5_xs {
    width: 41.66667%;
  }
  .grid-off-5_xs {
    margin-left: 41.66667%;
  }
  .grid-6_xs {
    width: 50%;
  }
  .grid-off-6_xs {
    margin-left: 50%;
  }
  .grid-7_xs {
    width: 58.33333%;
  }
  .grid-off-7_xs {
    margin-left: 58.33333%;
  }
  .grid-8_xs {
    width: 66.66667%;
  }
  .grid-off-8_xs {
    margin-left: 66.66667%;
  }
  .grid-9_xs {
    width: 75%;
  }
  .grid-off-9_xs {
    margin-left: 75%;
  }
  .grid-10_xs {
    width: 83.33333%;
  }
  .grid-off-10_xs {
    margin-left: 83.33333%;
  }
  .grid-11_xs {
    width: 91.66667%;
  }
  .grid-off-11_xs {
    margin-left: 91.66667%;
  }
  .grid-12_xs {
    width: 100%;
  }
  .grid-off-12_xs {
    margin-left: 100%;
  }
}
@media (max-width: 375px) {
  .grid-1_xxs {
    width: 8.33333%;
  }
  .grid-off-1_xxs {
    margin-left: 8.33333%;
  }
  .grid-2_xxs {
    width: 16.66667%;
  }
  .grid-off-2_xxs {
    margin-left: 16.66667%;
  }
  .grid-3_xxs {
    width: 25%;
  }
  .grid-off-3_xxs {
    margin-left: 25%;
  }
  .grid-4_xxs {
    width: 33.33333%;
  }
  .grid-off-4_xxs {
    margin-left: 33.33333%;
  }
  .grid-5_xxs {
    width: 41.66667%;
  }
  .grid-off-5_xxs {
    margin-left: 41.66667%;
  }
  .grid-6_xxs {
    width: 50%;
  }
  .grid-off-6_xxs {
    margin-left: 50%;
  }
  .grid-7_xxs {
    width: 58.33333%;
  }
  .grid-off-7_xxs {
    margin-left: 58.33333%;
  }
  .grid-8_xxs {
    width: 66.66667%;
  }
  .grid-off-8_xxs {
    margin-left: 66.66667%;
  }
  .grid-9_xxs {
    width: 75%;
  }
  .grid-off-9_xxs {
    margin-left: 75%;
  }
  .grid-10_xxs {
    width: 83.33333%;
  }
  .grid-off-10_xxs {
    margin-left: 83.33333%;
  }
  .grid-11_xxs {
    width: 91.66667%;
  }
  .grid-off-11_xxs {
    margin-left: 91.66667%;
  }
  .grid-12_xxs {
    width: 100%;
  }
  .grid-off-12_xxs {
    margin-left: 100%;
  }
}
@media (max-width: 340px) {
  .grid-1_xxxs {
    width: 8.33333%;
  }
  .grid-off-1_xxxs {
    margin-left: 8.33333%;
  }
  .grid-2_xxxs {
    width: 16.66667%;
  }
  .grid-off-2_xxxs {
    margin-left: 16.66667%;
  }
  .grid-3_xxxs {
    width: 25%;
  }
  .grid-off-3_xxxs {
    margin-left: 25%;
  }
  .grid-4_xxxs {
    width: 33.33333%;
  }
  .grid-off-4_xxxs {
    margin-left: 33.33333%;
  }
  .grid-5_xxxs {
    width: 41.66667%;
  }
  .grid-off-5_xxxs {
    margin-left: 41.66667%;
  }
  .grid-6_xxxs {
    width: 50%;
  }
  .grid-off-6_xxxs {
    margin-left: 50%;
  }
  .grid-7_xxxs {
    width: 58.33333%;
  }
  .grid-off-7_xxxs {
    margin-left: 58.33333%;
  }
  .grid-8_xxxs {
    width: 66.66667%;
  }
  .grid-off-8_xxxs {
    margin-left: 66.66667%;
  }
  .grid-9_xxxs {
    width: 75%;
  }
  .grid-off-9_xxxs {
    margin-left: 75%;
  }
  .grid-10_xxxs {
    width: 83.33333%;
  }
  .grid-off-10_xxxs {
    margin-left: 83.33333%;
  }
  .grid-11_xxxs {
    width: 91.66667%;
  }
  .grid-off-11_xxxs {
    margin-left: 91.66667%;
  }
  .grid-12_xxxs {
    width: 100%;
  }
  .grid-off-12_xxxs {
    margin-left: 100%;
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 14px;
  padding-right: 14px;
}
@media (max-width: 680px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 340px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 1024px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.row [class^="grid"] {
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 1024px) {
  .row [class^="grid"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.row--center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.row--middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.row-ng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.def-sec {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1921px) {
  .def-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .def-sec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.def-sec-bottom {
  padding-bottom: 50px;
}
@media screen and (min-width: 1921px) {
  .def-sec-bottom {
    padding-bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .def-sec-bottom {
    padding-bottom: 50px;
  }
}
.def-sec-top {
  padding-top: 50px;
}
@media screen and (min-width: 1921px) {
  .def-sec-top {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .def-sec-top {
    padding-top: 50px;
  }
}
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}
.img-responsive {
  width: 100%;
  height: auto;
}
@media (max-width: 680px) {
  .hide-mobile {
    display: none;
  }
}
label {
  cursor: pointer;
}
.input__label {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .input__label {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .input__label {
    margin-bottom: 15px;
  }
}
.input__label span {
  display: block;
  padding-left: 20px;
  padding-bottom: 10px;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .input__label span {
    padding-left: 18px;
    padding-bottom: 8px;
  }
}
@media (max-width: 680px) {
  .input__label span {
    padding-bottom: 5px;
    font-size: 10px;
  }
}
.input-text {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 22px;
  font-family: "PF DinDisplay Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  border: none;
  border-radius: 30px;
  -webkit-appearance: none;
  overflow: visible;
}
@media (max-width: 768px) {
  .input-text {
    padding: 12px 18px;
    font-size: 16px;
  }
}
.input-text:focus {
  outline: none;
}
.input-text:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input-text:focus::-moz-placeholder {
  opacity: 0;
}
.input-text:focus:-moz-placeholder {
  opacity: 0;
}
.input-text:focus:-ms-input-placeholder {
  opacity: 0;
}
.input-text::-webkit-input-placeholder {
  font-size: 18px;
  color: #999;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .input-text::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.input-text::-moz-placeholder {
  font-size: 18px;
  color: #999;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .input-text::-moz-placeholder {
    font-size: 16px;
  }
}
.input-text:-moz-placeholder {
  font-size: 18px;
  color: #999;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .input-text:-moz-placeholder {
    font-size: 16px;
  }
}
.input-text:-ms-input-placeholder {
  font-size: 18px;
  color: #999;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .input-text:-ms-input-placeholder {
    font-size: 16px;
  }
}
.input-text.error {
  -webkit-box-shadow: 0 0 8px 0 red inset;
  box-shadow: 0 0 8px 0 red inset;
  background: #fff8f7;
}
.input-comment {
  position: relative;
  display: block;
  width: 100%;
  min-height: 180px;
  padding: 25px 22px;
  font-family: "PF DinDisplay Pro", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
  border: none;
  border-radius: 22px;
  -webkit-appearance: none;
  overflow: visible;
}
@media (max-width: 1024px) {
  .input-comment {
    min-height: 160px;
  }
}
@media (max-width: 768px) {
  .input-comment {
    font-size: 16px;
    padding: 20px 18px;
  }
}
@media (max-width: 480px) {
  .input-comment {
    min-height: 140px;
    margin-top: 10px;
    padding: 14px 18px;
  }
}
.input-comment:focus {
  outline: none;
}
.input-comment:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input-comment:focus::-moz-placeholder {
  opacity: 0;
}
.input-comment:focus:-moz-placeholder {
  opacity: 0;
}
.input-comment:focus:-ms-input-placeholder {
  opacity: 0;
}
.input-comment::-webkit-input-placeholder {
  font-size: 18px;
  color: #999;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .input-comment::-webkit-input-placeholder {
    font-size: 16px;
  }
}
.input-comment::-moz-placeholder {
  font-size: 18px;
  color: #999;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .input-comment::-moz-placeholder {
    font-size: 16px;
  }
}
.input-comment:-moz-placeholder {
  font-size: 18px;
  color: #999;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .input-comment:-moz-placeholder {
    font-size: 16px;
  }
}
.input-comment:-ms-input-placeholder {
  font-size: 18px;
  color: #999;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .input-comment:-ms-input-placeholder {
    font-size: 16px;
  }
}
.style-checkbox {
  display: inline-block;
  position: relative;
  max-width: 680px;
  padding-right: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 680px) {
  .style-checkbox {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.style-checkbox input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.style-checkbox input:checked + span:before {
  -webkit-transform: translate3d(27px, 0, 0);
  transform: translate3d(27px, 0, 0);
}
.style-checkbox input:checked + span:after {
  background: #eecdbd;
}
.style-checkbox input.error + span:after {
  background: #f7eae0;
  -webkit-box-shadow: 0 0 0 2px #ff604a;
  box-shadow: 0 0 0 2px #ff604a;
}
.style-checkbox span {
  display: block;
  position: relative;
  padding-left: 65px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  /* color: #fff; */
}
@media (max-width: 680px) {
  .style-checkbox span {
    font-size: 12px;
  }
}
.style-checkbox span:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.style-checkbox span:after {
  content: "";
  position: absolute;
  width: 56px;
  height: 30px;
  left: 0;
  top: 1px;
  border-radius: 30px;
  background: #d4d4d4;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  z-index: 1;
}
/* .style-checkbox span a {
  color: #eecdbd;
} */
.btn {
  position: relative;
  display: inline-block;
  padding: 18px 60px;
  vertical-align: top;
  font-size: 22px;
  font-family: "PF DinDisplay Pro", "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border-radius: 35px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#eecdbd),
    to(#aa8674)
  );

  background: -webkit-linear-gradient(top, #eecdbd, #aa8674);
  background: -o-linear-gradient(top, #eecdbd, #aa8674);
  background: linear-gradient(to bottom, #eecdbd, #aa8674);
}
@media (max-width: 1440px) {
  .btn {
    padding: 16px 50px;
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .btn {
    padding: 14px 35px;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 768px) {
  .btn {
    padding: 12px 30px;
    font-size: 16px;
  }
}
.btn:hover {
  transform: scale(1.1);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.btn:focus {
  outline: none;
}
.btn--priced {
  padding: 12px 30px;
}
@media (max-width: 1440px) {
  .btn--priced {
    padding: 10px 28px;
    font-size: 18px;
  }
}
@media (max-width: 1024px) {
  .btn--priced {
    padding: 8px 14px;
    letter-spacing: initial;
  }
}
.btn--priced span {
  display: inline-block;
}
.btn--priced .rouble {
  font-size: 16px;
}
.btn__price {
  display: inline-block;
  padding-left: 5px;
  font-size: 28px;
  letter-spacing: initial;
}
@media (max-width: 1440px) {
  .btn__price {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .btn__price {
    font-size: 22px;
  }
}
.btn__price .rouble {
  position: relative;
}
.btn-center {
  text-align: center;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.modal {
  display: none;
  width: 500px;
  max-width: 100%;
  padding: 24px;
  border-radius: 15px;
  color: #fff;
  will-change: transform, opacity;
  overflow: visible !important;
  opacity: 0;
  background: #1c3646;
  -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
}
@media (max-width: 1024px) {
  .modal {
    padding: 20px;
  }
}
@media (max-width: 680px) {
  .modal {
    padding: 0px 25px;
    vertical-align: top;
    background: transparent;
  }
}
@media (max-width: 340px) {
  .modal {
    padding: 20px 15px;
  }
}
.modal .btn-center {
  padding-top: 20px;
}
@media (max-width: 680px) {
  .modal .btn-center {
    padding-top: 0;
  }
}
.modal--thanks {
  text-align: center;
}
.modal__title {
  padding-bottom: 30px;
  text-align: center;
}
@media (max-width: 680px) {
  .modal__title {
    padding-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .modal__title .h2 {
    font-size: 26px;
  }
}
.modal__title-descr {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .modal__title-descr {
    font-size: 14px;
    font-weight: 300;
  }
}
.fancybox-slide--current .modal {
  opacity: 1;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1;
}
.fancybox-bg {
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 680px) {
  .fancybox-bg {
    background: #1c3646;
  }
}
.fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  position: absolute;
  top: -18px;
  right: -18px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background-color: #1c3646;
}
@media (max-width: 680px) {
  .fancybox-close-small,
  .fancybox-slide--iframe .fancybox-close-small,
  .fancybox-slide--image .fancybox-close-small {
    top: -40px;
    right: 5px;
  }
}
.fancybox-close-small:hover,
.fancybox-slide--iframe .fancybox-close-small:hover,
.fancybox-slide--image .fancybox-close-small:hover {
  background-color: #ffd340;
}
.fancybox-close-small:after,
.fancybox-close-small:before,
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:before,
.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0;
}
.fancybox-close-small:hover:after,
.fancybox-close-small:hover:before,
.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:before,
.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:before {
  background-color: #000;
}
.fancybox-close-small:before,
.fancybox-slide--iframe .fancybox-close-small:before,
.fancybox-slide--image .fancybox-close-small:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close-small:focus,
.fancybox-slide--iframe .fancybox-close-small:focus,
.fancybox-slide--image .fancybox-close-small:focus {
  outline: none;
}
.fancybox-close-small:focus:after,
.fancybox-close-small:focus:before,
.fancybox-slide--iframe .fancybox-close-small:focus:after,
.fancybox-slide--iframe .fancybox-close-small:focus:before,
.fancybox-slide--image .fancybox-close-small:focus:after,
.fancybox-slide--image .fancybox-close-small:focus:before {
  outline: none;
}
.fancybox-slide--iframe .fancybox-content {
  width: 90%;
  height: 85%;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
}
@media (max-width: 680px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: calc(100% - 10px);
  }
}
.header-sec {
  position: relative;
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  /* background: url("../img/bg-header.jpg") no-repeat center bottom, #e6e9ee; */
  /* background: url(../img/bg-header.jpg) no-repeat center bottom, #e6e9ee;
  background-size: cover; */
  background: rgb(255, 251, 251);
  background: -moz-radial-gradient(
    circle,
    rgba(255, 251, 251, 1) 20%,
    rgba(236, 224, 224, 1) 100%
  );
  background: -webkit-radial-gradient(
    circle,
    rgba(255, 251, 251, 1) 20%,
    rgba(236, 224, 224, 1) 100%
  );
  background: radial-gradient(
    circle,
    rgba(255, 251, 251, 1) 20%,
    rgba(236, 224, 224, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffbfb",endColorstr="#ece0e0",GradientType=1);
}
/* @media screen and (min-width: 1921px) {
  .header-sec {
     background: url("../img/bg-header-large.jpg") no-repeat center bottom,
      #e6e9ee; 
    background-size: cover;
  }
} */
@media (max-width: 1440px) {
  .header-sec {
    min-height: 90vh;
    /* padding-top: 40px; */
    /* background: url("../img/bg-header-note.jpg") no-repeat center bottom,
      #e6e9ee; */
    /* background-size: 100% auto; */
  }
}
@media (max-width: 1024px) {
  .header-sec {
    min-height: 510px;
    /* padding-top: 20px; */
    /* background: url("../img/bg-header-note.jpg") no-repeat center bottom,
      #e6e9ee; */
    /* background-size: 100% auto; */
  }
}
@media (max-width: 768px) {
  .header-sec {
    min-height: 660px;
  }
}
@media (max-width: 680px) {
  .header-sec {
    min-height: 50vh;
    /* padding-top: 30px; */
    /* padding-bottom: 410px; */
    /* background: url("../img/bg-header-mobile.jpg") no-repeat center bottom,
      #e6e9ee; */
    /* background-size: 100% auto; */
  }
}
/* @media (max-width: 480px) {
  .header-sec {
    min-height: initial;
    padding-bottom: 290px;
  }
}
@media (max-width: 375px) {
  .header-sec {
    padding-bottom: 270px;
  }
} */
.header-sec:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  display: block;
  background: url("../img/waves/bottom-head.svg") no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
}

@media screen and (min-width: 1921px) {
  .header-sec:after {
    height: 120px;
  }
}
.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .header__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
.header__top-logo {
  padding-right: 5px;
  width: 50%;
}
@media (max-width: 480px) {
  .header__top-logo {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.header__top-logo p {
  font-size: 36px;
  font-weight: 100;
  line-height: 1.2;
  letter-spacing: 0.06em;
}
@media (max-width: 1024px) {
  .header__top-logo p {
    font-size: 32px;
  }
}
@media (max-width: 680px) {
  .header__top-logo p {
    font-size: 24px;
  }
}
.header__top-logo span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: initial;
}
@media (max-width: 680px) {
  .header__top-logo span {
    font-size: 12px;
  }
}
.header__top-contact {
  padding-left: 5px;
  text-align: right;
}
@media (max-width: 480px) {
  .header__top-contact {
    padding-left: 0;
    text-align: center;
  }
}
.header__top-contact a {
  font-size: 28px;
  font-weight: 100;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .header__top-contact a {
    font-size: 24px;
  }
}
@media (max-width: 680px) {
  .header__top-contact a {
    font-size: 20px;
  }
}
.header__top-contact span {
  display: block;
  font-size: 14px;
}
@media (max-width: 680px) {
  .header__top-contact span {
    font-size: 12px;
  }
}
.header__info {
  /* max-width: 670px; */
  text-align: center;
  max-width: 100%;
  padding-top: 160px;
}
.header__info .hide-mobile {
  width: 400px;
}
@media (max-width: 1440px) {
  .header__info {
    padding-top: 40px;

    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .header__info {
    padding-top: 50px;

    padding-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .header__info {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .header__info {
    text-align: center;
  }
}
.header__info .user-content {
  padding-bottom: 60px;
}
@media (max-width: 1024px) {
  .header__info .user-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .header__info .user-content {
    padding-bottom: 10px;
  }
}
.experience-sec {
  background: url("../img/experience/bg-experience.jpg") no-repeat center bottom,
    #f6f8fa;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .experience-sec {
    background-size: auto auto;
  }
}
.experience {
  position: relative;
  z-index: 1;
}
.experience .page-title .h1,
.experience .page-title .page-title__top,
.experience .page-title .user-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.experience .page-title.animated .h1,
.experience .page-title.animated .page-title__top,
.experience .page-title.animated .user-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.experience .page-title.animated .page-title__top {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.experience .page-title.animated .h1 {
  -webkit-transition: opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
  transition: opacity 0.6s ease-in 0.2s, -webkit-transform 1.5s ease 0.2s;
  -o-transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
}
.experience .page-title.animated .user-content {
  -webkit-transition: opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
  transition: opacity 0.6s ease-in 0.4s, -webkit-transform 1.5s ease 0.4s;
  -o-transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
}
.experience__programm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 80px;
}
@media (max-width: 1440px) {
  .experience__programm {
    padding-top: 60px;
  }
}
@media (max-width: 1024px) {
  .experience__programm {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .experience__programm {
    padding-top: 40px;
  }
}
@media (max-width: 480px) {
  .experience__programm {
    padding-top: 20px;
  }
}
@media (max-width: 375px) {
  .experience__programm {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.experience__programm.animated .experience__programm-item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.experience__programm.animated .experience__programm-item--1 {
  -webkit-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
.experience__programm.animated .experience__programm-item--2 {
  -webkit-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}
.experience__programm.animated .experience__programm-item--3 {
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.experience__programm.animated .experience__programm-item--4 {
  -webkit-transition: all 0.8s ease 0.3s;
  -o-transition: all 0.8s ease 0.3s;
  transition: all 0.8s ease 0.3s;
}
.experience__programm.animated .experience__programm-item--5 {
  -webkit-transition: all 0.8s ease 0.6s;
  -o-transition: all 0.8s ease 0.6s;
  transition: all 0.8s ease 0.6s;
}
.experience__programm-item {
  width: 20%;
  padding-left: 20px;
  padding-right: 20px;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (max-width: 680px) {
  .experience__programm-item {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 375px) {
  .experience__programm-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.experience__programm-item img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.clients-sec {
  /* background: url("../img/clients/bg-clients.jpg") no-repeat top center;
  background-size: cover; */
  background: #fff8f8;
}
.clients-sec:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  width: 100%;
  height: 95px;
  display: block;
  background: url(../img/waves/bottom-clients.svg) no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
.plan .page-title,
.clients .page-title {
  margin: 0 auto;
}
.about__card-quote {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 3.675rem;
  line-height: 0.1;
  letter-spacing: -0.4rem;
  color: #f2b9bf;
}
.clients .page-title .h1,
.clients .page-title .page-title__top,
.clients .page-title .user-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.clients .page-title.animated .h1,
.clients .page-title.animated .page-title__top,
.clients .page-title.animated .user-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.clients .page-title.animated .page-title__top {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.clients .page-title.animated .h1 {
  -webkit-transition: opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
  transition: opacity 0.6s ease-in 0.2s, -webkit-transform 1.5s ease 0.2s;
  -o-transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
}
.clients .page-title.animated .user-content {
  -webkit-transition: opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
  transition: opacity 0.6s ease-in 0.4s, -webkit-transform 1.5s ease 0.4s;
  -o-transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
}
.clients__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .clients__list {
    margin-top: 15px;
  }
}
.clients__item {
  width: 50%;
  max-width: 510px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .clients__item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
}
@media (max-width: 680px) {
  .clients__item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 35px;
  }
}
@media (max-width: 680px) {
  .clients__item:last-child {
    padding-bottom: 0;
  }
}
.clients__item--last {
  padding-bottom: 0;
}
@media (max-width: 680px) {
  .clients__item--last {
    padding-bottom: 35px;
  }
}
.clients__item-img {
  position: relative;
  width: 0%;
  height: 175px;
  margin-bottom: 5px;
  opacity: 0;
  background-position: center left;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-1deg) translate3d(0, -1px, 0);
  transform: rotate(-1deg) translate3d(0, -1px, 0);
}
@media (max-width: 1024px) {
  .clients__item-img {
    width: initial;
    height: 160px;
    background: none !important;
  }
}
@media (max-width: 768px) {
  .clients__item-img {
    height: 110px;
  }
}
@media (max-width: 680px) {
  .clients__item-img {
    height: 70px;
    margin-bottom: 10px;
  }
}
.clients__item-img.animated {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-transform: rotate(0) translate3d(0, 0, 0);
  transform: rotate(0) translate3d(0, 0, 0);
}
.clients__item-img img {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  opacity: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
@media (max-width: 1024px) {
  .clients__item-img img {
    opacity: 1;
  }
}
@media (max-width: 680px) {
  .clients__item-img img {
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.clients__item-text {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.clients__item-text.animated {
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.clients .clients__item-padding {
  text-align: left;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 680px) {
  .clients__item-count {
    display: none;
  }
}
.services-sec {
  /* min-height: 948px; */
  background: #faf4f4;
  /* background: url("../img/services/bg-services-large.jpg") no-repeat center
      bottom,
    #f3fafa; */
  /* background-size: cover;
  background-position: 50% 17%; */
}

.services-sec:before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  display: block;
  background: url(../img/waves/bottom-services.svg) no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
}
/* @media screen and (min-width: 1921px) {
  .services-sec {
    background: url("../img/services/bg-services-large.jpg") no-repeat center
        bottom,
      #f3fafa;
    background-size: cover;
  }
} */
@media (max-width: 1024px) {
  .services-sec {
    min-height: 510px;
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .services-sec {
    padding-bottom: 100px;
    background-size: auto 380px;
  }
}
/* @media (max-width: 680px) {
  .services-sec {
    min-height: initial;
    padding-bottom: 300px;
    background: url("../img/services/bg-services-large.jpg") no-repeat center
        bottom,
      #f3fafa;
    background-size: auto 280px;
  }
} */

.services__info {
  padding: 50px 0;
  width: 100%;
  display: flex;
}
.services__info-text {
  width: 60%;
}
.services__info-img {
  width: 40%;
}
@media (max-width: 1440px) {
  .services__info {
  }
}
@media (max-width: 1024px) {
  .services__info {
    width: 100%;
    padding: 30px 0;
    flex-direction: column-reverse;
  }
  .services__info-img {
    padding-bottom: 60px;
    width: 60%;
    margin: 0 auto;
  }
  .services__info-text {
    text-align: center;
    margin: 0 auto;
    width: 70%;
  }
  .services-sec .h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .services__info {
    padding-bottom: 6px;
  }
  .services__info-text {
    margin: 0 auto;
    width: 100%;
  }
  .services-sec .h1 {
    font-size: 30px;
  }
}
@media (max-width: 680px) {
  .services__info-img {
    width: 80%;
    margin: 0 auto;
  }
  .services__info {
    margin-top: 0;
    margin-bottom: -30px;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .services-sec .h1 {
    font-size: 30px;
  }
}
@media (max-width: 400px) {
  .services__info-img {
    width: 100%;
  }
}
.services__info .page-title__top {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
@media (max-width: 680px) {
  .services__info .page-title__top {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
.services__info .h1 {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
@media (max-width: 680px) {
  .services__info .h1 {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
.services__info .user-content {
  padding-bottom: 40px;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
@media (max-width: 1024px) {
  .services__info .user-content {
    padding-bottom: 30px;
  }
}
@media (max-width: 680px) {
  .services__info .user-content {
    padding-bottom: 20px;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
.services__info .btn-wrap {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
@media (max-width: 680px) {
  .services__info .btn-wrap {
    text-align: center;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
}
.services__info.animated .btn-wrap,
.services__info.animated .h1,
.services__info.animated .page-title__top,
.services__info.animated .user-content {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.services__info.animated .page-title__top {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.services__info.animated .h1 {
  -webkit-transition: opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
  transition: opacity 0.6s ease-in 0.2s, -webkit-transform 1.5s ease 0.2s;
  -o-transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
}
.services__info.animated .user-content {
  -webkit-transition: opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
  transition: opacity 0.6s ease-in 0.4s, -webkit-transform 1.5s ease 0.4s;
  -o-transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
}
.services__info.animated .btn-wrap {
  -webkit-transition: opacity 0.6s ease-in 0.6s,
    -webkit-transform 1.5s ease 0.6s;
  transition: opacity 0.6s ease-in 0.6s, -webkit-transform 1.5s ease 0.6s;
  -o-transition: transform 1.5s ease 0.6s, opacity 0.6s ease-in 0.6s;
  transition: transform 1.5s ease 0.6s, opacity 0.6s ease-in 0.6s;
  transition: transform 1.5s ease 0.6s, opacity 0.6s ease-in 0.6s,
    -webkit-transform 1.5s ease 0.6s;
}
.video-sec {
  position: relative;
  background: url("../img/video/bg-video.jpg") no-repeat center center, #1c3646;
}
@media screen and (min-width: 1921px) {
  .video-sec {
    background: url("../img/video/bg-video-large.jpg") no-repeat center center,
      #1c3646;
    background-size: cover;
  }
}
.video-sec:before {
  content: "";
  position: absolute;
  top: -89px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  display: block;
  background: url("../img/waves/top-head-video.svg") no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .video-sec:before {
    height: 120px;
    top: -119px;
  }
}
@media screen and (min-width: 1921px) {
  .video-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 25%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1c3646),
      to(transparent)
    );
    background: -webkit-linear-gradient(top, #1c3646, transparent);
    background: -o-linear-gradient(top, #1c3646, transparent);
    background: linear-gradient(to bottom, #1c3646, transparent);
    z-index: 0;
  }
}
.video {
  position: relative;
  z-index: 1;
}
.video__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -12px;
  margin-right: -12px;
}
@media (max-width: 768px) {
  .video__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.video__list.animated .video__item {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.video__list.animated .video__item--1 {
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.video__list.animated .video__item--2 {
  -webkit-transition: all 1s ease 0.2s;
  -o-transition: all 1s ease 0.2s;
  transition: all 1s ease 0.2s;
}
.video__list.animated .video__item--3 {
  -webkit-transition: all 1s ease 0.4s;
  -o-transition: all 1s ease 0.4s;
  transition: all 1s ease 0.4s;
}
.video__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 33.33333%;
  color: #fff;
  margin-left: 12px;
  margin-right: 12px;
  padding: 30px 24px;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
@media (max-width: 1024px) {
  .video__item {
    padding: 25px 16px;
  }
}
@media (max-width: 768px) {
  .video__item {
    width: 100%;
    max-width: 480px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 22px 14px;
    text-align: center;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}
@media (max-width: 680px) {
  .video__item {
    padding: 16px 22px;
  }
}
.video__item:last-child {
  margin-bottom: 1px;
}
.video__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #42c4da;
  border-radius: 18px;
  z-index: 0;
}
.video__item-count {
  position: absolute;
  display: inline-block;
  top: -11px;
  left: 24px;
  padding: 0 3px;
  text-align: center;
  background: #1c3646;
}
.video__item-info-wrap {
  padding-bottom: 60px;
}
@media (max-width: 1440px) {
  .video__item-info-wrap {
    padding-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .video__item-info-wrap {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .video__item-info-wrap {
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .video__item-info-wrap {
    padding-bottom: 20px;
  }
}
.video__item-info {
  padding-top: 5px;
}
@media (max-width: 680px) {
  .video__item-info {
    width: 100%;
    max-width: 306px;
    margin: 0 auto;
    padding-top: 0;
  }
}
.video__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  .video__item-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 680px) {
  .video__item-title {
    width: 100%;
    max-width: 306px;
    margin: 0 auto;
  }
}
.video__item-title .h3 {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.video__item-play {
  position: relative;
  display: block;
  margin: 0 auto 30px;
}
.video__item-play:hover .video__item-previcon path {
  fill: #e2eced;
}
.video__item-play video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .video__item-play video {
    display: none;
  }
}
.video__item-preview {
  display: none;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .video__item-preview {
    display: block;
  }
}
.video__item-previcon {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.video__item-previcon path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video__item-contact {
  text-align: center;
}
@media (max-width: 680px) {
  .video__item-contact {
    width: 100%;
    max-width: 306px;
    margin: 0 auto;
  }
}
.video__item-contact > span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}
@media (max-width: 680px) {
  .video__item-contact > span {
    font-size: 12px;
  }
}
.video__item-contact .btn {
  width: 100%;
  color: #1c3646;
  white-space: nowrap;
}
.gradient {
  background: rgb(177, 212, 244);
  background: -moz-linear-gradient(
    0deg,
    rgba(177, 212, 244, 0.6074013589810925) 2%,
    rgba(245, 233, 233, 1) 79%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(177, 212, 244, 0.6074013589810925) 2%,
    rgba(245, 233, 233, 1) 79%
  );
  background: linear-gradient(
    0deg,
    rgba(177, 212, 244, 0.6074013589810925) 2%,
    rgba(245, 233, 233, 1) 79%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b1d4f4",endColorstr="#f5e9e9",GradientType=1);
}
.confidence-sec {
  /* margin-top: -100px; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 780px;
  /* background: url("../img/confidence/bg-confidence-large.jpg") no-repeat center
      bottom,
    #edf7f8;
  background-size: cover;
  background-position: 0% 21%; */
}
/* @media screen and (min-width: 1921px) {
  .confidence-sec {
    background: url("../img/confidence/bg-confidence-large.jpg") no-repeat
        center bottom,
      #edf7f8;
    background-size: cover;
    background-position: 0% 40%;
  }
}
@media (max-width: 1024px) {
  .confidence-sec {
    min-height: 510px;
    background: url("../img/confidence/bg-confidence-large.jpg") no-repeat
        center bottom,
      #edf7f8;
    background-size: 100% auto;
  }
} */
/* @media (max-width: 768px) {
  .confidence-sec {
    padding-bottom: 320px;
    background: url("../img/confidence/bg-confidence-large.jpg") no-repeat
        center bottom,
      #edf7f8;
    background-size: auto 370px;
  }
} */
@media (max-width: 680px) {
  .confidence-sec {
    padding-bottom: 0;
    /* background: url("../img/confidence/bg-confidence-large.jpg") no-repeat
        center bottom,
      #edf7f8;
    background-size: auto 280px; */
  }
}
/* .confidence-sec:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  display: block;
  background: url("../img/waves/bottom-video.svg") no-repeat; 
  background-position: 50% 0%;
  background-size: 100% auto;
  z-index: 1;
} */
@media screen and (min-width: 1921px) {
  .confidence-sec:before {
    height: 120px;
  }
}
@media (max-width: 680px) {
  .confidence-sec:before {
    height: 30px;
  }
}
/* .confidence-sec:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 95px;
  display: block;
  background: url("../img/waves/top-head-about.svg") no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
} */
@media screen and (min-width: 1921px) {
  .confidence-sec:after {
    height: 120px;
  }
}
/* .confidence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 100px;
} */
@media (max-width: 768px) {
  .confidence {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.confidence__info {
  padding-top: 40px;
  display: flex;
  flex-direction: row-reverse;
}
.confidence__text {
  text-align: center;
  width: 50%;
}
.confidence__img {
  width: 50%;
  margin: 30px;
}
@media (max-width: 1024px) {
  .confidence__info {
    flex-direction: column;
    padding-top: 40px;
  }
  .confidence__text {
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  .confidence__img {
    width: 80%;
    margin: 30px auto;
  }
}
@media (max-width: 768px) {
  .confidence__info {
  }
  .confidence__text {
    width: 90%;
    margin: 0 auto;
  }
  .confidence__img {
    width: auto;
  }
}
@media (max-width: 680px) {
  .confidence__info {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .confidence__info {
    padding-top: 10px;
  }
}
.confidence__info .h1,
.confidence__info .page-title__top,
.confidence__info .confidence__img,
.confidence__info .user-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.confidence__info.animated .btn-wrap,
.confidence__info.animated .h1,
.confidence__info.animated .page-title__top,
.confidence__info.animated .confidence__img,
.confidence__info.animated .user-content {
  opacity: 1;
  -webkit-transform: translate3d(0px, 20px, 0);
  transform: translate3d(0px, 20px, 0);
}
.confidence__info.animated .page-title__top {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.confidence__info.animated .h1 {
  -webkit-transition: opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
  transition: opacity 0.6s ease-in 0.2s, -webkit-transform 1.5s ease 0.2s;
  -o-transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
}
.confidence__info.animated .user-content {
  -webkit-transition: opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
  transition: opacity 0.6s ease-in 0.4s, -webkit-transform 1.5s ease 0.4s;
  -o-transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
}
.confidence__info.animated .btn-wrap {
  -webkit-transition: opacity 0.6s ease-in 0.6s,
    -webkit-transform 1.5s ease 0.6s;
  transition: opacity 0.6s ease-in 0.6s, -webkit-transform 1.5s ease 0.6s;
  -o-transition: transform 1.5s ease 0.6s, opacity 0.6s ease-in 0.6s;
  transition: transform 1.5s ease 0.6s, opacity 0.6s ease-in 0.6s;
  transition: transform 1.5s ease 0.6s, opacity 0.6s ease-in 0.6s,
    -webkit-transform 1.5s ease 0.6s;
}
.about-sec {
  /* background: url("../img/about/bg-about-tablet.jpg") no-repeat center top;
  background-size: cover;background-color: #fffbfb; */
}
.about-sec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 95px;
  display: block;
  background: url(../img/waves/bottom-about.svg) no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}

.anim .about-img {
  display: flex;
  margin: 0 auto;
  box-shadow: 21px 22px 37px -10px rgba(78, 78, 78, 0.8);
  max-width: 100%;
  height: auto;
  opacity: 0;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
}
.animated .about-img {
  opacity: 1;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
}

@media screen and (min-width: 1921px) {
  .about-sec {
    padding-bottom: 80px;
    /* background: url("../img/about/bg-about-large.jpg") no-repeat center top; */
    background-size: cover;
  }
}
@media (max-width: 1440px) {
  .about-sec {
    /* background: url("../img/about/bg-about-note.jpg") no-repeat center top; */
  }
}
@media (max-width: 1024px) {
  .about-sec {
    padding-top: 20px;
    /* background: url("../img/about/bg-about-tablet.jpg") no-repeat center top; */
    background-size: cover;
  }
}
@media (max-width: 680px) {
  .about-sec {
    padding-top: 10px;
  }
}
.about {
  padding-bottom: 30px;
}
@media (max-width: 680px) {
  .about {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.about__info {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.about__info .about__info-img {
  max-width: 75%;
}
@media (max-width: 1440px) {
  .about__info {
    max-width: 540px;
  }
}
@media (max-width: 440px) {
  .about__info .about__info-img {
    max-width: 90%;
    margin: 0 auto;
  }
}

.about__info .page-title .h1,
.about__info .page-title .page-title__top,
.about__info .page-title .user-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.about__info .page-title.animated .h1,
.about__info .page-title.animated .page-title__top,
.about__info .page-title.animated .user-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.about__info .page-title.animated .page-title__top {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.about__info .page-title.animated .h1 {
  -webkit-transition: opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
  transition: opacity 0.6s ease-in 0.2s, -webkit-transform 1.5s ease 0.2s;
  -o-transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
}
.about__info .page-title.animated .user-content {
  -webkit-transition: opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
  transition: opacity 0.6s ease-in 0.4s, -webkit-transform 1.5s ease 0.4s;
  -o-transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
}
.about__info .user-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.about__info .user-content.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.about__books {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
@media (max-width: 1024px) {
  .about__books {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
  }
}
@media (max-width: 680px) {
  .about__books {
    padding-top: 40px;
  }
}
.about__books.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.about__book {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 680px) {
  .about__book {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.about__book img {
  max-width: 100%;
}
.about__serts {
  padding-top: 60px;
  margin-top: -50px;
  /* padding-bottom: 60px; */
  text-align: center;
  position: relative;
}
/* .about__serts:after {
  content: "";
  position: absolute;
  bottom: -86px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  display: block;
  background: url(../img/waves/bottom-about-cerf.svg) no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  transform: rotateZ(180deg);
  z-index: 1;
} */
.about__serts-item {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
/* .about__serts::before {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  width: 100%;
  height: 105px;
  display: block;
  background: url(../img/waves/top-head-about__serts.svg) no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
} */
/* @media (max-width: 1440px) {
  .about__serts {
    padding-top: 50px;
  }
}
@media (max-width: 1024px) {
  .about__serts {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  .about__serts {
    padding-top: 30px;
  }
} */
.about__serts-item.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.about__serts-slider {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .about__serts-slider {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .about__serts-slider {
    margin-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .about__serts-slider {
    margin-bottom: 10px;
  }
}
.about__serts-slider * {
  outline: none;
}
.about__serts-slide {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.about__serts-slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 210px;
}
.about__serts-slide a.hide {
  display: none;
}
.about__serts-slide img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .about__serts-slide img {
    max-width: 180px;
    max-height: 220px;
  }
}
.about__serts-slider-descr {
  max-width: 350px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
.about__serts-slider-descr .slick-next {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.about__serts-slider-descr .slick-next:hover:after {
  border-color: #ffd340;
}
.about__serts-slider-descr .slick-next:after {
  content: "";
  position: relative;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-right: 3px solid #1c3646;
  border-bottom: 3px solid #1c3646;
  border-radius: 0 2px 2px 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
.about__serts-slider-descr .slick-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.about__serts-slider-descr .slick-prev:hover:after {
  border-color: #ffd340;
}
.about__serts-slider-descr .slick-prev:after {
  content: "";
  position: relative;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-left: 3px solid #1c3646;
  border-bottom: 3px solid #1c3646;
  border-radius: 2px 0 2px 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.about__serts-slider-descr .slick-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.about__serts-slider-descr * {
  outline: none;
}
.about__serts-slide-descr {
  font-size: 14px;
}
.about__serts-slide-descr b {
  display: block;
}
.about__serts-slide-descr span {
  display: block;
  padding-top: 10px;
}
@media (max-width: 680px) {
  .about__serts-slide-descr span {
    padding-top: 5px;
  }
}
.television-sec {
  position: relative;
  background: url("../img/television/hero_panel.jpg") no-repeat center bottom,
    #1c3646;
  background-size: cover;
  /* background: url("../img/television/bg-television-hand.jpg") no-repeat center
      bottom,
    #1c3646; */
}
@media screen and (min-width: 1921px) {
  .television-sec {
    background: url("../img/television/hero_panel.jpg") no-repeat center bottom,
      #1c3646;
  }
  /* .television-sec {
    background: url("../img/television/bg-television-large.jpg") no-repeat
        center bottom,
      #1c3646;
  } */
}
@media (max-width: 768px) {
  .television-sec {
    background-position: 52% 100%;
  }
}
@media (max-width: 680px) {
  .television-sec {
    background: url("../img/television/hero_panel.jpg") no-repeat center bottom,
      #1c3646;
  }
  /* .television-sec {
    background: url("../img/television/bg-television-mobile.jpg") no-repeat
        center bottom,
      #1c3646;
  } */
}
.television-sec:before {
  content: "";
  position: absolute;
  top: -89px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  display: block;
  background: url("../img/waves/top-head-video.svg") no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  pointer-events: none;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .television-sec:before {
    height: 120px;
    top: -119px;
  }
}
@media (max-width: 680px) {
  .television-sec:before {
    height: 30px;
    top: -29px;
  }
}
.television-sec:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1c3646),
    to(transparent)
  );
  background: -webkit-linear-gradient(top, #1c3646, transparent);
  background: -o-linear-gradient(top, #1c3646, transparent);
  background: linear-gradient(to bottom, #1c3646, transparent);
  z-index: 0;
}
@media screen and (min-width: 1921px) {
  .television-sec:after {
    height: 30%;
  }
}
@media (max-width: 1024px) {
  .television-sec:after {
    height: 20%;
  }
}
.television {
  position: relative;
  color: #fff;
  z-index: 1;
}
@media (max-width: 1024px) {
  .television__info {
    overflow: hidden;
  }
}
.television__info .page-title {
  max-width: 980px;
}
.television__info .h1,
.television__info .page-title__top,
.television__info .user-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
.television__info.animated .btn-wrap,
.television__info.animated .h1,
.television__info.animated .page-title__top,
.television__info.animated .user-content {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.television__info.animated .page-title__top {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.television__info.animated .h1 {
  -webkit-transition: opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
  transition: opacity 0.6s ease-in 0.2s, -webkit-transform 1.5s ease 0.2s;
  -o-transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
}
.television__info.animated .user-content {
  -webkit-transition: opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
  transition: opacity 0.6s ease-in 0.4s, -webkit-transform 1.5s ease 0.4s;
  -o-transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
}
.television__slider-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
  margin-top: 50px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 680px) {
  .television__slider-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
}
.television__slider-wrap.animated .television__slider-descr {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.television__slider-descr {
  position: relative;
  max-width: 620px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
@media (max-width: 1024px) {
  .television__slider-descr {
    max-width: 560px;
  }
}
@media (max-width: 768px) {
  .television__slider-descr {
    max-width: 440px;
    padding-left: 0;
  }
}
@media (max-width: 680px) {
  .television__slider-descr {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.television__slider-descr .slick-next {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.television__slider-descr .slick-next:hover:after {
  border-color: #ffd340;
}
.television__slider-descr .slick-next:after {
  content: "";
  position: relative;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0 2px 2px 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}
.television__slider-descr .slick-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.television__slider-descr .slick-prev:hover:after {
  border-color: #ffd340;
}
.television__slider-descr .slick-prev:after {
  content: "";
  position: relative;
  top: 10px;
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 2px 0 2px 2px;
  -webkit-transform: rotate(135deg) translate3d(0, 0, 0);
  transform: rotate(135deg) translate3d(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.television__slide-descr a {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .television__slide-descr a {
    margin-bottom: 5px;
  }
}
.television__slide-descr a:hover {
  color: #ffd33f;
}
.television__slide-descr p {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .television__slide-descr p {
    font-size: 16px;
  }
}
.television__slider-hand {
  position: absolute;
  top: 78px;
  right: calc(50% - 373px);
  width: 234px;
  height: 425px;
  overflow: hidden;
}
@media screen and (min-width: 1921px) {
  .television__slider-hand {
    right: calc(50% - 373px);
  }
}
@media (max-width: 1024px) {
  .television__slider-hand {
    top: 68px;
    right: calc(50% - 373px);
    height: 432px;
  }
}
@media (max-width: 768px) {
  .television__slider-hand {
    right: calc(50% - 350px);
  }
}
@media (max-width: 680px) {
  .television__slider-hand {
    position: relative;
    top: initial;
    right: initial;
    width: 271px;
    height: 540px;
    padding-top: 50px;
    padding-bottom: 48px;
    padding-right: 15px;
    padding-left: 18px;
    background: url("../img/television/iphone-mobile.png") no-repeat center top;
    background-size: contain;
  }
}
.television__slide-hand span {
  display: block;
  height: 425px;
}
@media (max-width: 1024px) {
  .television__slide-hand span {
    height: 432px;
  }
}
@media (max-width: 680px) {
  .television__slide-hand span {
    height: 440px;
  }
}
.television__slide-hand img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.smi-sec {
  position: relative;
  min-height: 796px;
  /* background: url("../img/smi/bg-smi.jpg") no-repeat center top; */
}
.smi-sec .smi-sec-img {
  width: 30%;
  margin: 25px auto 0;
  display: flex;
}
@media (max-width: 768px) {
  .smi-sec .smi-sec-img {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .smi-sec .smi-sec-img {
    width: 80%;
  }
}
@media (max-width: 400px) {
  .smi-sec .smi-sec-img {
    width: 80%;
  }
}
/* @media screen and (min-width: 1921px) {
  .smi-sec {
    background: url("../img/smi/bg-smi-large.jpg") no-repeat center top;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .smi-sec {
    min-height: initial;
    background: #eef8f9;
  }
}
.smi-sec:before {
  content: "";
  position: absolute;
  top: -89px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  display: block;
  background: url("../img/waves/top-head-smi.svg") no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  .smi-sec:before {
    height: 120px;
    top: -119px;
  }
} */
.smi {
  padding-top: 50px;
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .smi {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.smi .page-title .h1,
.smi .page-title .page-title__top,
.smi .page-title .user-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.smi .page-title.animated .h1,
.smi .page-title.animated .page-title__top,
.smi .page-title.animated .user-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.smi .page-title.animated .page-title__top {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.smi .page-title.animated .h1 {
  -webkit-transition: opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
  transition: opacity 0.6s ease-in 0.2s, -webkit-transform 1.5s ease 0.2s;
  -o-transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
}
.smi .page-title.animated .user-content {
  -webkit-transition: opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
  transition: opacity 0.6s ease-in 0.4s, -webkit-transform 1.5s ease 0.4s;
  -o-transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
}
.smi__slider {
  padding-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
@media (max-width: 680px) {
  .smi__slider {
    padding-top: 10px;
  }
}
.smi__slider.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.smi__slide {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  text-align: center;
  font-size: 14px;
  padding-top: 20px;
}
@media (max-width: 680px) {
  .smi__slide {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }
}
.smi__slide a {
  display: inline-block;
}
.smi__slide a:hover .smi__slide-video-icon path {
  fill: #83533b;
}
.smi__slide a:hover .smi__slide-title {
  color: #ffd340;
}
.smi__slide-video {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .smi__slide-video {
    margin-bottom: 10px;
  }
}
.smi__slide-video img {
  display: block;
  max-width: 100%;
  border-radius: 20px;
}
@media (max-width: 680px) {
  .smi__slide-video img {
    border-radius: 15px;
  }
}
.smi__slide-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 768px) {
  .smi__slide-video-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 680px) {
  .smi__slide-video-icon {
    width: 40px;
    height: 40px;
  }
}
.smi__slide-video-icon path {
  fill: #aa8674;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.smi__slide-title {
  display: block;
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 680px) {
  .smi__slide-title {
    font-size: 12px;
  }
}
.smi__slider-nav {
  position: relative;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px auto 0;
  padding-left: 30px;
  padding-right: 30px;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
@media (max-width: 1024px) {
  .smi__slider-nav {
    margin: 30px auto 0;
  }
}
@media (max-width: 680px) {
  .smi__slider-nav {
    margin: 20px auto 0;
  }
}
@media (max-width: 480px) {
  .smi__slider-nav {
    margin: 10px auto 0;
  }
}
.smi__slider-nav .slick-next {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.smi__slider-nav .slick-next:hover:after {
  border-color: #ffd340;
}
.smi__slider-nav .slick-next:after {
  content: "";
  position: relative;
  top: 16px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-right: 3px solid #1c3646;
  border-bottom: 3px solid #1c3646;
  border-radius: 0 2px 2px 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}
@media (max-width: 680px) {
  .smi__slider-nav .slick-next:after {
    top: 14px;
  }
}
.smi__slider-nav .slick-prev {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 30px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.smi__slider-nav .slick-prev:hover:after {
  border-color: #ffd340;
}
.smi__slider-nav .slick-prev:after {
  content: "";
  position: relative;
  top: 16px;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0 auto;
  border-left: 3px solid #1c3646;
  border-bottom: 3px solid #1c3646;
  border-radius: 2px 0 2px 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}
@media (max-width: 680px) {
  .smi__slider-nav .slick-prev:after {
    top: 14px;
  }
}
.smi__slider-nav.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.smi__slider-counter {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 680px) {
  .smi__slider-counter {
    font-size: 16px;
  }
}
.smi__slider-count-all {
  position: relative;
  display: inline-block;
  padding-left: 9px;
}
.smi__slider-count-all:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #1c3646;
}
.plan-sec {
  position: relative;
  /* min-height: 600px; */

  /* background: rgb(236, 224, 224);
  background: -moz-linear-gradient(
    90deg,
    rgba(236, 224, 224, 1) 0%,
    rgba(255, 251, 251, 1) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(236, 224, 224, 1) 0%,
    rgba(255, 251, 251, 1) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(236, 224, 224, 1) 0%,
    rgba(255, 251, 251, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ece0e0",endColorstr="#fffbfb",GradientType=1); */
  background: rgb(236, 224, 224);
  background: -moz-linear-gradient(
    0deg,
    rgba(236, 224, 224, 0.2964769892331933) 30%,
    rgba(177, 212, 244, 0.6074013589810925) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(236, 224, 224, 0.2964769892331933) 30%,
    rgba(177, 212, 244, 0.6074013589810925) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(236, 224, 224, 0.2964769892331933) 30%,
    rgba(177, 212, 244, 0.6074013589810925) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ece0e0",endColorstr="#b1d4f4",GradientType=1);
}
/* .plan-sec:before {
  content: "";
  position: absolute;
  top: -89px;
  left: 0;
  right: 0;
  width: 100%;
  height: 95px;
  display: block;
  background: url(../img/waves/top-plan-sec.svg) no-repeat;

  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
} */
.plan {
  padding: 100px 15px;
  padding-top: 0;
}
/* @media screen and (min-width: 1921px) {
  .plan-sec {
    background: url("../img/plan/bg-plan-tablet.jpg") no-repeat bottom center;
    background-size: cover;
  }
}
@media (max-width: 1024px) {
  .plan-sec {
    background: url("../img/plan/bg-plan-mobile.jpg") no-repeat top center;
  }
}
@media (max-width: 680px) {
  .plan-sec {
    min-height: initial;
    padding-top: 10px;
    padding-bottom: 200px;
    background: url("../img/plan/bg-plan-tablet.jpg") no-repeat bottom center,
      #f7f2ef;
    background-size: auto 500px;
  }
}
@media (max-width: 375px) {
  .plan-sec {
    padding-bottom: 160px;
    background: url("../img/plan/bg-plan-mobile.jpg") no-repeat bottom center,
      #f7f2ef;
    background-size: auto 300px;
  }
} */
/* @media (max-width: 1024px) {
  .plan-sec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    width: 100%;
    height: 50px;
    /* background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#eef8f9),
      to(#f7f2ef)
    );
    background: -webkit-linear-gradient(top, #eef8f9, #f7f2ef);
    background: -o-linear-gradient(top, #eef8f9, #f7f2ef);
    background: linear-gradient(to bottom, #eef8f9, #f7f2ef); */
/* @media (max-width: 680px) {
  .plan-sec:before {
    height: 240px;
  }
}  */
@media (max-width: 1024px) {
  .plan {
    padding-top: 50px;
  }
}
@media (max-width: 680px) {
  .plan {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.plan .page-title .h1,
.plan .page-title .page-title__top,
.plan .page-title .user-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.plan .page-title.animated .h1,
.plan .page-title.animated .page-title__top,
.plan .page-title.animated .user-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.plan .page-title.animated .page-title__top {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.plan .page-title.animated .h1 {
  -webkit-transition: opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
  transition: opacity 0.6s ease-in 0.2s, -webkit-transform 1.5s ease 0.2s;
  -o-transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
}
.plan .page-title.animated .user-content {
  -webkit-transition: opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
  transition: opacity 0.6s ease-in 0.4s, -webkit-transform 1.5s ease 0.4s;
  -o-transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
}
.plan__steps {
  max-width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding-top: 20px;
}
@media (max-width: 680px) {
  .plan__steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 10px;
  }
}
.plan__steps img {
  display: block;
  max-width: 100%;
  width: 12.5%;
  margin-top: 5px;
}
@media (max-width: 680px) {
  .plan__steps img {
    display: none;
  }
}
.plan__steps.animated .plan__step,
.plan__steps.animated .plan__step-img {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.plan__steps.animated .plan__step--1 {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 0.6s ease;
  -o-transition: transform 0.6s ease, opacity 0.6s ease-in;
  transition: transform 0.6s ease, opacity 0.6s ease-in;
  transition: transform 0.6s ease, opacity 0.6s ease-in,
    -webkit-transform 0.6s ease;
}
.plan__steps.animated .plan__step--2 {
  -webkit-transition: opacity 0.6s ease-in 0.6s,
    -webkit-transform 0.6s ease 0.6s;
  transition: opacity 0.6s ease-in 0.6s, -webkit-transform 0.6s ease 0.6s;
  -o-transition: transform 0.6s ease 0.6s, opacity 0.6s ease-in 0.6s;
  transition: transform 0.6s ease 0.6s, opacity 0.6s ease-in 0.6s;
  transition: transform 0.6s ease 0.6s, opacity 0.6s ease-in 0.6s,
    -webkit-transform 0.6s ease 0.6s;
}
.plan__steps.animated .plan__step--3 {
  -webkit-transition: opacity 0.6s ease-in 1.1s,
    -webkit-transform 0.6s ease 1.1s;
  transition: opacity 0.6s ease-in 1.1s, -webkit-transform 0.6s ease 1.1s;
  -o-transition: transform 0.6s ease 1.1s, opacity 0.6s ease-in 1.1s;
  transition: transform 0.6s ease 1.1s, opacity 0.6s ease-in 1.1s;
  transition: transform 0.6s ease 1.1s, opacity 0.6s ease-in 1.1s,
    -webkit-transform 0.6s ease 1.1s;
}
.plan__steps.animated .plan__step-img--1 {
  -webkit-transition: opacity 0.5s ease-in 0.4s,
    -webkit-transform 0.5s ease 0.4s;
  transition: opacity 0.5s ease-in 0.4s, -webkit-transform 0.5s ease 0.4s;
  -o-transition: transform 0.5s ease 0.4s, opacity 0.5s ease-in 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease-in 0.4s;
  transition: transform 0.5s ease 0.4s, opacity 0.5s ease-in 0.4s,
    -webkit-transform 0.5s ease 0.4s;
}
.plan__steps.animated .plan__step-img--2 {
  -webkit-transition: opacity 0.5s ease-in 1s, -webkit-transform 0.5s ease 1s;
  transition: opacity 0.5s ease-in 1s, -webkit-transform 0.5s ease 1s;
  -o-transition: transform 0.5s ease 1s, opacity 0.5s ease-in 1s;
  transition: transform 0.5s ease 1s, opacity 0.5s ease-in 1s;
  transition: transform 0.5s ease 1s, opacity 0.5s ease-in 1s,
    -webkit-transform 0.5s ease 1s;
}
.plan__step {
  width: 25%;
  padding-left: 20px;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
@media (max-width: 680px) {
  .plan__step {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 0;
  }
}
.plan__step span {
  display: block;
  padding-bottom: 10px;
  font-weight: bold;
}
@media (max-width: 680px) {
  .plan__step span {
    padding-bottom: 5px;
  }
}
.plan__step-img {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
}
.contact-sec {
  position: relative;
  padding-bottom: 120px;
  /* background: url("../img/form/bg-form.jpg") no-repeat center top; */

  background: rgb(236, 224, 224);
  background: -moz-linear-gradient(
    0deg,
    rgba(236, 224, 224, 1) 0%,
    rgba(255, 251, 251, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(236, 224, 224, 1) 0%,
    rgba(255, 251, 251, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(236, 224, 224, 1) 0%,
    rgba(255, 251, 251, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ece0e0",endColorstr="#fffbfb",GradientType=1);
}

.contact-sec .contact-sec-img {
  margin: 25px auto;
  max-width: 60%;
  height: auto;
}
@media screen and (min-width: 1921px) {
  .contact-sec {
    padding-bottom: 160px;
    /* background: url("../img/form/bg-form-large.jpg") no-repeat center top;
    background-size: cover; */
  }
}
@media (max-width: 1024px) {
  .contact-sec {
    padding-bottom: 60px;
  }
}
@media (max-width: 680px) {
  .contact-sec {
    padding-bottom: 50px;
  }
  .contact-sec .contact-sec-img {
    max-width: 90%;
  }
}
.contact-sec:before {
  content: "";
  position: absolute;
  top: -89px;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  display: block;
  background: url("../img/waves/top-head-video.svg") no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1921px) {
  .contact-sec:before {
    height: 120px;
    top: -119px;
  }
}
@media (max-width: 480px) {
  .contact-sec:before {
    top: -29px;
    height: 30px;
  }
}
/* @media screen and (min-width: 1921px) {
  .contact-sec:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1c3646),
      to(transparent)
    );
    background: -webkit-linear-gradient(top, #1c3646, transparent);
    background: -o-linear-gradient(top, #1c3646, transparent);
    background: linear-gradient(to bottom, #1c3646, transparent);
    z-index: 0;
  }
} */
.contact {
  position: relative;

  z-index: 1;
}
.contact .page-title .h1,
.contact .page-title .page-title__top,
.contact .page-title .user-content {
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
.contact .page-title.animated .h1,
.contact .page-title.animated .page-title__top,
.contact .page-title.animated .user-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.contact .page-title.animated .page-title__top {
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.contact .page-title.animated .h1 {
  -webkit-transition: opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
  transition: opacity 0.6s ease-in 0.2s, -webkit-transform 1.5s ease 0.2s;
  -o-transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s;
  transition: transform 1.5s ease 0.2s, opacity 0.6s ease-in 0.2s,
    -webkit-transform 1.5s ease 0.2s;
}
.contact .page-title.animated .user-content {
  -webkit-transition: opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
  transition: opacity 0.6s ease-in 0.4s, -webkit-transform 1.5s ease 0.4s;
  -o-transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s;
  transition: transform 1.5s ease 0.4s, opacity 0.6s ease-in 0.4s,
    -webkit-transform 1.5s ease 0.4s;
}
.contact__block {
  max-width: 960px;
  margin: 50px auto 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
@media (max-width: 768px) {
  .contact__block {
    margin-top: 40px;
  }
}
@media (max-width: 680px) {
  .contact__block {
    margin-top: 30px;
  }
}
.contact__block.animated {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  transition: opacity 0.6s ease-in, -webkit-transform 1.5s ease;
  -o-transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in;
  transition: transform 1.5s ease, opacity 0.6s ease-in,
    -webkit-transform 1.5s ease;
}
.contact__input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .contact__input-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.contact__input {
  width: 33.33333%;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .contact__input {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 680px) {
  .contact__input {
    width: 100%;
  }
}
.contact__comment {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .contact__comment {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
@media (max-width: 680px) {
  .contact__comment {
    padding-bottom: 15px;
  }
}
.contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
@media (max-width: 768px) {
  .contact__submit {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 680px) {
  .contact__submit {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer-sec {
  background: #f6f8fa;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .footer-sec {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .footer-sec {
    padding-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .footer-sec {
    padding-bottom: 30px;
  }
}
.footer-sec:before {
  content: "";
  position: absolute;
  top: -89px;
  left: 0;
  right: 0;
  width: 100%;
  height: 95px;
  display: block;
  background: url("../img/waves/top-head-footer.svg") no-repeat;
  background-position: 50% 100%;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 1921px) {
  .footer-sec:before {
    height: 120px;
    top: -119px;
  }
}
@media (max-width: 480px) {
  .footer-sec:before {
    height: 30px;
    top: -29px;
  }
}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 10px;
  font-size: 14px;
}
@media (max-width: 680px) {
  .footer {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
  }
}
.footer__about {
  text-align: left;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .footer__about {
    width: 100%;
    text-align: center;
  }
}
.footer__soc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 3px;
  padding-bottom: 3px;
}
@media (max-width: 480px) {
  .footer__soc-list {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.footer__soc-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #727272;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .footer__soc-list a {
    margin-left: 8px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .footer__soc-list a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.footer__soc-list a:hover {
  border-color: #ffd340;
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.footer__soc-list img {
  max-width: 100%;
}
.footer__soc-vk img {
  max-height: 18px;
}
.footer__soc-fb img {
  max-height: 20px;
}
.footer__soc-insta img {
  max-height: 18px;
}
.footer__soc-you img {
  max-height: 20px;
}
.footer__develop {
  padding-left: 5px;
  text-align: right;
}
@media (max-width: 480px) {
  .footer__develop {
    width: 100%;
    text-align: center;
  }
}
.footer__develop a {
  color: #ffd340;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__develop a:hover {
  border-color: #ffd340;
}
.scroll {
  height: 1000px;
}

@media (max-width: 680px) {
  .clients__item-text .user-content {
    text-align: center;
  }
}

.user-content img {
  max-width: 80%;
}

.d3 {
  box-shadow: 12px 12px 19px -9px rgba(78, 78, 78, 0.8);
}

/* -----------AUDIO------------- */
/* -----------Language switcher------------- */

.header__lang-switch {
  text-align: right;
}

.radio {
  position: absolute;
  left: -999rem;
}

.rd-visual {
  position: relative;
  display: inline-block;
  cursor: pointer;
  opacity: 0.4;
  width: 60px;
  height: 30px;
  padding: 60px 5px 5px;
  border-radius: 3px;
  overflow: hidden;
  vertical-align: bottom;
}

.radio:checked + .rd-visual {
  opacity: 1;
  color: #fff;
  background-color: #fffbfba1;
  border-radius: 20px;
}
s .rd-visual:hover {
  opacity: 1;
}

.rd-visual::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40px;
  height: 40px;
  background-size: 100%;
}

.radio:checked + .rd-visual::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
}

.rd-visual.ru::before {
  background-image: url("../img/rus.png");
}

.rd-visual.fr::before {
  background-image: url("../img/fr.png");
}

.rd-visual.eng::before {
  background-image: url("../img/eng.png");
}

.radio:checked + .rd-visual::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpCOTJBMDUwQTEyMjA2ODExODA4M0E2QzFCM0EwRkMxNCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozOTBBMzc2RDA3N0QxMUUzQUZFQkEwNkRGMjRGQjNENiIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozOTBBMzc2QzA3N0QxMUUzQUZFQkEwNkRGMjRGQjNENiIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDgwMDA4QzYxOTIwNjgxMTgwODNFNkZENTk3MEMwNUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjkyQTA1MEExMjIwNjgxMTgwODNBNkMxQjNBMEZDMTQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6EUwEaAAACaUlEQVR42rSW70tTURjHn7vNyVZDiJCkMkNtMpovNCOUIgsCGVoU9KIgohcRCRa+iegPSOjHi15Vf0SKRGIvgupVkFtrTAghkphz6ZxjzbnLtuP3ybux1rnbdVtf+MDlnHPP97nnnPs8RxFCUBlZwSA4D/rBQeAAERACc2AKvAeq7ixsIsEKxkFEGNNPcAOYZfPJDLqAX1QnL+ioZHICrInatAqO6ZnwF6yL+ugXaC814T34KuqrOWDh+U3a/t8BbqqvesBo/nTZwEq14WZzOfEy+FZ8WArKupd4lSzwGQF7qwk1k8vS8/lZ+hRZoI/heVKzGTp7oLt4SAvwsImnWoNngTfkW/2+vSL8h6bisqFDvCe9sp64ukEL8bDUgCN+4p8uGLBG2vroSudJ2fA+BWuWxIO9uHUt/ZsmvK8omk7Q3e5hcu9pLfRtZlV6/GWavq2HCm2X2/tpGCY6iplKDVgvgrMU3oj9ifgpIvZqESczaZhPFgwUcPXIqXIGrN3SL4luJmjCN0nLMGKZFRNdc56md6EALSZWtg0Uha47B+nM/oonP8YmQTy4ZHvyEEsWSkb/ecsEg5uuczSwr8vIGfHzcnllPU1WOz3ovURtjua/2i0mM40eHTJqwPrMJjN6vY4GG93vuUgdTS0FgzG3h443d+7ktM/wH2/XMqeuUhlVPPJNiUB0cacJYRk05hPkPfF/NF6chRv5ANTZgAtfQ2k9cdWxnnDhc+pVxoFaMrKmSLnKmOdwjTW+1chFIl8pb2unw4i4btzKV8JSlAr3Lhu4wOlay9aHwC5OY+CHdu96rZHSm2RLgAEArjdGkksKS7AAAAAASUVORK5CYII=);
}
/* -----------Language switcher END------------- */

body .dk_options_inner {
 
  max-height: 500px;

}