@font-face {
  font-family: "Futura";
  src: url("/catalog/view/theme/oct_luxury/stylesheet/fonts/land/FuturaNewBook.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("/catalog/view/theme/oct_luxury/stylesheet/fonts/land/FuturaNewBoldRegular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*==============================RESET==============================*/
*,
:before,
:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clr:after {
  content: "";
  display: block;
  clear: both;
}

html, body, div,
dl, dt, dd, ol, ul, li,
h1, h2, h3, h4, h5, h6, p, hr,
img, a, em, span, strong,
form, label, input, button, select,
table, thead, tbody, tfoot, tr, th, td, textarea {
  border: 0;
  outline: none;
  background: none;
  vertical-align: baseline;
  font: inherit;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

input,
select,
textarea,
button {
  color: #686868;
  outline: none;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
}

a[href^=tel] {
  color: inherit;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder {
  color: #686868;
}

input::-moz-placeholder {
  color: #686868;
}

input:-moz-placeholder {
  color: #686868;
}

input:-ms-input-placeholder {
  color: #686868;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea::-webkit-input-placeholder {
  color: #686868;
}

textarea::-moz-placeholder {
  color: #686868;
}

textarea:-moz-placeholder {
  color: #686868;
}

textarea:-ms-input-placeholder {
  color: #686868;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/*==============================PLUGINS==============================*/
/*-----------------fancybox plugin---------------------*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-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.9;
  -webkit-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-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

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

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

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

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

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

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

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

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
          animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-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 .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-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);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/*==============================GENERAL==============================*/
html, body {
  position: relative;
  min-width: 320px;
}

body {
  font-family: "Open Sans";
  font-weight: 300;
  line-height: 1;
  color: #2D404F;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.center-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1230px;
}

h1, h2, h3, h4, h5, h6, .title_1, .title_2, .title_3, .title_4, .title_5, .title_6 {
  margin-bottom: 20px;
  font-family: "Futura";
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

h1, .title_1 {
  font-size: 75px;
  line-height: 0.9;
}

h2, .title_2 {
  margin-bottom: 40px;
  font-size: 45px;
  line-height: 1;
}

h3, .title_3 {
  font-size: 36px;
  line-height: 1.1;
}

p {
  margin-bottom: 20px;
  line-height: 1.35;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

ul, ol {
  list-style: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

.wrapper img {
  height: auto;
  vertical-align: top;
}

table {
  width: 100%;
}

.text ul {
  padding-bottom: 15px;
}
.text ul li {
  position: relative;
}
.text ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.text ol {
  padding-bottom: 15px;
  counter-reset: myCounter;
}
.text ol li {
  position: relative;
}
.text ol li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: myCounter;
  content: counters(myCounter, ".") ". ";
}
.text ol ol li {
  content: counters(item, ".") " ";
}

/*==============================FORM ELEMENTS==============================*/
.wrapper .btn,
.fancybox-container .btn{
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
  height: 50px;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  white-space:normal;
}
.wrapper .btn_dark,
.fancybox-container .btn_dark{
  padding: 0 40px;
  background: #2D404F;
}
.wrapper .btn_dark:hover {
  background: #FF0000;
}
.wrapper .btn_dark:before, .btn_dark::after {
  display: none !important;
}
.wrapper .btn:hover:before,
.fancybox-container .btn:hover:before{
  opacity: 0;
}
.wrapper .btn:hover:after,
.fancybox-container .btn:hover:after{
  opacity: 1;
}
.wrapper .btn:before,
.fancybox-container .btn:before,
.wrapper .btn:after,
.fancybox-container .btn:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fancybox-container .btn::before,
.wrapper  .btn::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#FF0000), to(#A90101));
  background-image: linear-gradient(90deg, #FF0000 0%, #A90101 100%);
  z-index: -1;
}
.fancybox-container .btn:after,
.wrapper .btn:after {
  background-image: -webkit-gradient(linear, left top, right top, from(#A90101), to(#FF0000));
  background-image: linear-gradient(90deg, #A90101 0%, #FF0000 100%);
  z-index: -1;
  opacity: 0;
}

.input {
  padding: 0 15px;
  height: 50px;
  width: 100%;
  font-weight: normal;
  border-radius: 16px;
  border: 1px solid #2D404F;
}

/*==============================MODALS==============================*/
.fancybox-close-small {
  display: none;
}

.fancybox-slide--html {
  padding: 15px;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
}

.modal {
  width: 500px;
  padding: 40px;
  background: #fff;
  border-radius: 20px;
}
.modal__close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.modal__close:hover {
  opacity: 0.7;
}
.modal__close img {
  width: 100%;
}
.modal__title {
  margin-bottom: 30px;
  text-align: center;
}

.modal-form__item {
  margin-bottom: 20px;
}
.modal-form__btn {
  padding-top: 10px;
  text-align: center;
}

/*==============================INDEX==============================*/
.cat-header{
 display: none;   
}
footer.footer{
    display: none;
}
body > .container{
    max-width: 1280px;
    width:100%;
}
/*-------------------------promo-------------------------*/
section {
  position: relative;
}
section:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1200px;
  height: 5px;
  background: #C3C8CC;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.promo {
  padding: 50px 0 65px 0;
}
.promo__logo {
  position: absolute;
  top: 20px;
  right: 100px;
}
.promo__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
.promo__top-leftside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 575px;
          flex: 0 0 575px;
  max-width: 575px;
  padding-top: 60px;
}
.promo__image img {
  max-width: 100%;
}
.promo__subtitle {
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.promo__desc {
  font-size: 20px;
  line-height: 1.3;
}
.promo__desc strong {
  font-weight: 300;
}
.promo__name {
  position: absolute;
  top: 225px;
  right: 10px;
  font-family: "Futura";
  line-height: 0.9;
  font-size: 76px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FF0000;
}
.promo__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo__bottom-leftside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 575px;
          flex: 0 0 575px;
  max-width: 575px;
  text-align: center;
}
.promo__warning {
  position: relative;
  padding-left: 45px;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
}
.promo__warning:before {
  content: "!";
  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;
  position: absolute;
  left: 0;
  color: #fff;
  font-weight: 700;
  font-family: "Futura";
  font-size: 35px;
  top: 0;
  width: 34px;
  height: 34px;
  background: #FF0000;
  border-radius: 50%;
}
.promo__btn {
  width: 390px;
}

/*-------------------------features-------------------------*/
.features {
  padding: 45px 0 1px 0;
}
.features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.features-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 70px;
  text-align: center;
  padding: 0 10px;
}
.features-item__icon {
  position: relative;
  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: 100px;
  height: 100px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #2D404F;
}
.features-item__icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(54deg, rgba(163, 0, 0, 0) 0%, #a30000 100%);
  border-radius: 50%;
  z-index: 1;
}
.features-item__icon span {
  position: relative;
  z-index: 2;
}
.features-item__desc {
  font-size: 21px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 700;
}

/*-------------------------about-------------------------*/
.about {
  padding: 50px 0 70px 0;
}
.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.about__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 50px;
  padding-bottom: 25px;
}
.about__title {
  margin-bottom: 20px;
}
.about__desc {
  margin-bottom: 50px;
}
.about__btnwrap {
  text-align: center;
}
.about p {
  font-size: 20px;
  line-height: 1.4;
}
.about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  max-width: 600px;
}
.about__image img {
  width: 100%;
}
.about__image_mobile {
  display: none;
}

/*-------------------------result-------------------------*/
.result {
  padding: 65px 0 50px 0;
}
.result__title {
  text-align: center;
}
.result__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}
.result__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 36px;
  padding: 0 18px;
}
.result__btnwrap {
  text-align: center;
}

.result-item {
  padding: 20px 20px 35px;
  height: 100%;
  text-align: center;
  -webkit-box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}
.result-item__image {
  margin-bottom: 35px;
  height: 320px;
  overflow: hidden;
  border-radius: 6px;
}
.result-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.result-item__title {
  margin-bottom: 15px;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
.result-item__desc {
  line-height: 1.3;
}

/*-------------------------work-------------------------*/
.work {
  padding: 50px 0 30px 0;
}
.work__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.work__leftside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
  max-width: 600px;
}

.work-info__img {
  text-align: center;
}
.work-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 0 90px;
}
.work-info__desc {
  font-family: "Futura";
  font-size: 24px;
  line-height: 1.1;
}
.work-info__desc_1 {
  width: 150px;
}
.work-info__desc_2 {
  position: relative;
  top: -20px;
  width: 230px;
}

.work-info_mobile {
  display: none;
}

/*-------------------------reviews-------------------------*/
.reviews {
  padding: 40px 0 12px 0;
}
.reviews__title {
  margin-bottom: 60px;
  text-align: center;
}
.reviews__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -18px;
}
.reviews__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-bottom: 36px;
  padding: 0 18px;
}

.reviews-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;
  padding: 35px 20px 25px 25px;
  border-radius: 16px;
  border: 1px solid #FF0000;
  height: 100%;
  z-index: 1;
}
.reviews-item:before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 0;
  width: 10px;
  height: 27px;
  background: #fff;
  z-index: -1;
}
.reviews-item__rating {
  position: absolute;
  left: 0;
  top: -17px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  height: 34px;
  border-radius: 50px;
  background: #FF0000;
  z-index: 10;
}
.reviews-item__rating:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 15px;
  height: 100%;
  background: #fff;
}
.reviews-item__rating span {
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  background-image: url(.https://spaindustry.ua/image/catalog/landing/icon-star.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.reviews-item__text {
  margin-bottom: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.4;
}

.reviews-item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews-item-author__photo {
  margin-right: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  max-width: 105px;
  height: 105px;
  overflow: hidden;
  border-radius: 50%;
}
.reviews-item-author__photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews-item-author__name {
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
}
.reviews-item-author__prof {
  line-height: 1.2;
}
.reviews-item-author__inst {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-weight: 700;
  color: #2D404F;
  margin-top: 15px;
}
.reviews-item-author__inst:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #2D404F;
  background-image: url(https://spaindustry.ua/image/catalog/landing/icon-inst.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 50%;
}

/*-------------------------webinar-------------------------*/
.webinar {
  padding: 45px 0 50px 0;
}
.webinar__title {
  margin-bottom: 50px;
  text-align: center;
}
.webinar__btnwrap {
  text-align: center;
}

.webinar__video {
  position: relative;
  margin: 0 auto 50px;
  display: block;
  max-width: 740px;
}
.webinar__video:hover {
  opacity: 0.9;
}
.webinar__video-poster {
  height: 410px;
  border-radius: 6px;
  overflow: hidden;
}
.webinar__video-poster img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.webinar__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 160px;
  background: rgba(27, 39, 53, 0.5);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  background-image: url(https://spaindustry.ua/image/catalog/landing/icon-play.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 10;
}

.webinar-features {
  padding: 50px 0 0;
}
.webinar-features__title {
  text-align: center;
}
.webinar-features__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}
.webinar-features__btnwrap {
  padding-top: 30px;
  text-align: center;
}
.webinar-features__btnwrap .btn {
  padding: 0 50px;
}

.webinar-features-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333%;
          flex: 0 0 33.333%;
  max-width: 33.333%;
  text-align: center;
  padding: 0 20px;
}
.webinar-features-item__icon {
  position: relative;
  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: 100px;
  height: 100px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #2D404F;
}
.webinar-features-item__icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(163, 0, 0, 0)), to(#a30000));
  background-image: linear-gradient(90deg, rgba(163, 0, 0, 0) 0%, #a30000 100%);
  border-radius: 50%;
  z-index: 1;
}
.webinar-features-item__icon span {
  position: relative;
  z-index: 2;
}

.webinar-features-icon__desc {
  padding: 0 15px;
  line-height: 1.4;
}

/*-------------------------faq-------------------------*/
.faq {
  padding: 50px 0 70px 0;
}
.faq__title {
  text-align: center;
}
.faq__body {
  padding: 45px 50px 65px;
  background: #EBECED;
  border-radius: 16px;
}

.faq-accordeon {
  padding-bottom: 30px;
}
.faq-accordeon__title {
  position: relative;
  padding-left: 35px;
  font-size: 26px;
  line-height: 1.2;
  cursor: pointer;
  font-weight: 700;
}
.faq-accordeon__title:before {
  content: "+";
  display: block;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}
.faq-accordeon__content {
  display: none;
}
.faq-accordeon__content-inner {
  padding: 5px 0 1px 37px;
}
.faq-accordeon p:last-child {
  margin-bottom: 0;
}

.faq-accordeon-item {
  margin-bottom: 25px;
}
.faq-accordeon-item.open .faq-accordeon__title:before {
  content: "-";
}

.callback {
  padding-top: 45px;
  text-align: center;
  border-top: 5px solid #fff;
}
.callback__title {
  margin-bottom: 35px;
  text-align: center;
}

.footer {
  padding: 50px 0;
}
.footer__copyright {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 1299px) {
  .center-wrapper {
    max-width: 960px;
  }
  h1, .title_1 {
    font-size: 55px;
  }
  h2, .title_2 {
    font-size: 40px;
  }
  .promo__top-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
  }
  .promo__bottom-leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .promo__warning {
    font-size: 11px;
  }
  .promo__top-leftside {
    padding-top: 20px;
  }
  .promo__logo {
    top: -20px;
    right: 50px;
  }
  .promo__name {
    top: 260px;
    font-size: 55px;
  }
  .features-item__desc {
    font-size: 16px;
  }
  .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .about p {
    font-size: 16px;
  }
  .result__row {
    margin: 0 -10px;
  }
  .result__col {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .result-item__image {
    height: 250px;
  }
  .work__leftside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
  }
  .work-info__img img {
    max-width: 100%;
  }
  .work-info__content {
    padding-left: 25px;
  }
  .work-info__desc {
    font-size: 20px;
  }
  .work-info__desc_2 {
    width: 185px;
  }
  .reviews__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .reviews__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .faq-accordeon__title {
    font-size: 22px;
  }
  section:after {
    width: 930px;
  }
}
@media only screen and (max-width: 991px) {
  .center-wrapper {
    max-width: 720px;
  }
  h2 br {
    display: none;
  }
  .promo__top {
    display: block;
  }
  .promo__top-leftside {
    max-width: 100%;
    padding: 0;
  }
  .promo__name {
    position: static;
    text-align: center;
  }
  .promo__name br {
    display: none;
  }
  .promo__logo {
    top: -20px;
    right: -15px;
  }
  .promo__subtitle {
    font-size: 24px;
  }
  .promo__desc {
    margin-bottom: 25px;
  }
  .promo__image {
    margin-bottom: 25px;
    text-align: center;
  }
  .promo__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .promo__bottom-rightside {
    margin-bottom: 30px;
  }
  .features-item {
    margin-bottom: 60px;
  }
  .about__body {
    display: block;
    text-align: center;
  }
  .about__image {
    display: none;
  }
  .about__image_mobile {
    display: block;
    max-width: 400px;
    margin: 0 auto 30px;
  }
  .about__content {
    padding: 0;
  }
  .result__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .result__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .work__body {
    display: block;
  }
  .work__leftside {
    display: none;
  }
  .work__title {
    text-align: center;
  }
  .work-info_mobile {
    display: block;
  }
  .work-info__img {
    margin: 0 auto 30px;
    max-width: 350px;
  }
  .work-info__content {
    padding: 0 50px 0 90px;
  }
  .work-info__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: auto;
    text-align: center;
  }
  .reviews-item-author__inst {
    font-size: 14px;
  }
  .reviews-item-author__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
  }
  .reviews-item-author__name {
    font-size: 18px;
  }
  .webinar-features__row {
    margin: 0 -10px;
  }
  .webinar-features-item {
    padding: 0 10px;
  }
  .promo__bottom-leftside {
    max-width: 100%;
  }
  section:after {
    width: 690px;
  }
}
@media only screen and (max-width: 767px) {
  .center-wrapper {
    max-width: 540px;
  }
  h3, .title_3 {
    font-size: 30px;
  }
  .promo__logo {
    display: none;
  }
  .promo__top {
    text-align: center;
  }
  .promo__name {
    font-size: 45px;
  }
  .features-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .work-info__content {
    padding: 0 35px 0 45px;
  }
  .reviews__row {
    display: block;
  }
  .reviews__col {
    max-width: 100%;
  }
  .webinar__video-poster {
    height: 290px;
  }
  .webinar__video-play {
    width: 120px;
    height: 120px;
    background-size: 70% 70%;
  }
  .webinar-features__row {
    display: block;
  }
  .webinar-features-item {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .webinar-features-item:last-child {
    margin-bottom: 0;
  }
  .faq__body {
    padding: 30px;
  }
  section:after {
    width: 510px;
  }
}
@media only screen and (max-width: 575px) {
  .center-wrapper {
    max-width: 100%;
  }
  h1, .title_1 {
    font-size: 40px;
  }
  h2, .title_2 {
    font-size: 22px;
  }
  h3, .title_3 {
    font-size: 24px;
  }
  .wrapper .btn {
    font-size: 16px;
  }
  section:after {
    width: calc(100% - 30px);
    height: 3px;
  }
  .modal__close {
    top: 20px;
    right: 20px;
  }
  .promo__subtitle {
    font-size: 16px;
  }
  .promo__desc {
    font-size: 16px;
  }
  .promo__desc strong {
    font-weight: 700;
  }
  .promo__name {
    font-size: 35px;
  }
  .promo__bottom {
    display: block;
  }
  .promo__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .promo__warning br {
    display: none;
  }
  .features__row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
  }
  .features-item {
    padding: 5px;
    -webkit-box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    margin-bottom: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
            flex: 0 0 calc(50% - 5px);
    max-width: calc(50% - 5px);
  }
  .features-item__icon {
    width: 50px;
    height: 50px;
    padding: 12px;
  }
  .features-item__icon img {
    max-width: 100%;
    max-height: 100%;
  }
  .features-item__desc {
    font-size: 13px;
  }
  .features {
    padding: 40px 0 30px 0;
  }
  .result__row {
    display: block;
  }
  .result__col {
    max-width: 100%;
  }
  .result-item__image {
    margin-bottom: 25px;
    height: 260px;
  }
  .result-item__title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .result-item__desc {
    font-size: 14px;
  }
  .result {
    padding: 40px 0;
  }
  .work-info__content {
    padding: 0;
  }
  .work-info__desc {
    padding-right: 15px;
    font-size: 16px;
    text-align: left;
  }
  .work-info__img {
    margin-bottom: 20px;
  }
  .webinar__video-poster {
    height: 190px;
  }
  .webinar__video-play {
    width: 100px;
    height: 100px;
  }
  .callback {
    padding-top: 30px;
  }
  .callback__title {
    margin-bottom: 25px;
  }
  .webinar-features-item__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    padding: 12px;
  }
  .webinar-features-item__icon img {
    max-width: 100%;
  }
  .webinar-features-item {
    margin-bottom: 25px;
  }
  .faq {
    padding: 40px 0;
  }
  .faq-accordeon__content-inner {
    padding-left: 25px;
  }
  .faq-accordeon__content-inner p {
    font-size: 14px;
  }
  .faq-accordeon-item {
    margin-bottom: 20px;
  }
  .faq__body {
    padding: 20px;
  }
  .faq-accordeon__title {
    padding-left: 25px;
    font-size: 16px;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__copyright {
    font-size: 18px;
  }
}
@media only screen and (max-width: 359px) {
  h1, .title_1 {
    font-size: 35px;
  }
  .promo__subtitle {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .promo__name {
    font-size: 32px;
  }
  .features-item__desc {
    font-size: 12px;
  }
  .result__btn {
    font-size: 15px;
  }
  .work-info__desc {
    font-size: 14px;
  }
  .reviews-item-author__inst {
    font-size: 12px;
  }
  .reviews-item {
    padding-left: 15px;
    padding-right: 15px;
  }
}
</style>