/*==============================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;
}

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

/* Reset and base styles  */
* {
    padding: 0;
    margin: 0;
    border: none;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Links */

a, a:link, a:visited  {
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}

/* Common */



h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}

ul, ul li {
    list-style: none;
}

/*img {*/
/*    vertical-align: top;*/
/*}*/

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

address {
    font-style: normal;
}

/* Form */

input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button, input[type="submit"] {
    display: inline-block;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
    outline: none;
}

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

label {
    cursor: pointer;
}

legend {
    display: block;
}
/*-----------------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);
  }
}

/*==============================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(rgba(58, 131, 225, 1)), to(rgba(7, 47, 142, 1)));
  background-image: linear-gradient(90deg,  rgba(58, 131, 225, 1) 0%, rgba(7, 47, 142, 1));
  z-index: -1;
}
.fancybox-container .btn:after,
.wrapper .btn:after {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(7, 47, 142, 1)), to(rgba(58, 131, 225, 1)));
  background-image: linear-gradient(90deg, rgba(7, 47, 142, 1) 0%, rgba(58, 131, 225, 1) 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;
  font-size: 36px;
  color: #072F8E!important;
}

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





/*==========MAIN=============*/
#content{
    padding: 0px;
}
/*.row{*/
/*    margin:0;*/
/*}*/
.cat-header{
 display: none;   
}
body > .container{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
}
*{
    font-family: "Lato", sans-serif;
}
.container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.for-mobile{
    display: none;
}
.nowrap{
    white-space: nowrap;
}
.header{
    background: linear-gradient(360deg, rgba(58,131,225,1) 0%, rgba(7,47,142,1) 100%);
    position: relative;
    padding: 0 20px;
}

.header>.container{
    padding: 84px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.header>.container:after{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px ;
    background-color: #FFD700;
    border-radius: 10px;
}
.header__title,
.header__sup-title{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #FFD700;
}
.header__title{
    font-size: 65px;
}
.header__sup-title{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 20px;
}
.header__info{
    display: flex;
    gap: 90px;
    margin-bottom: 52px;
}
.header__info-block{
    display: flex;
    gap: 19px;
    align-items: center;
}
.header__info__text{
    font-family: "Open Sans", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}
.link-btn{
    margin: 0 auto;
    text-transform: uppercase;
    background-color: #fff;
    padding: 18px 60px;
    border-radius: 115px;
    font-weight: 700;
    font-size: 26px;
    color: #072F8E;
    border: 1px solid #fff;
    transition: all .3s ease-in-out;
    line-height: 15px;
    color: #072F8E!important;
}
.link-btn:hover{
    background-color: #072F8E;
    color: #fff!important;

}
.banner{
    background: linear-gradient(360deg, rgba(58,131,225,1) 0%, rgba(7,47,142,1) 100%);
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 52px 20px 50px;
}
/*.banner>.container{*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    position: relative;*/
/*}*/
.banner__text{
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
   font-size: 28px;
   font-weight: bold;
   color: #fff;
   margin-bottom: 5px;
   text-align: left;
}
@media(max-width:767px){
    .banner__logo{
        order: 2;
        display: flex;
        justify-content: flex-end;
    }
}


.banner__main-block{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding-top: 32px;
}
.banner__main-block__text{
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 50px;
    max-width: 50%;
}
.banner__sup-title,
.banner__title{
    font-weight: bold;
    color: white;
}
.banner__title{
    font-size: 65px;
    margin-bottom: 15px;
    line-height: 65px;
}
.nowrap{
    white-space: nowrap;
}
.banner__sup-title{
    font-size: 40px;
    line-height: 42px;
}
.img-wrapper--banner{
    padding-left: 40px;
}
.banner__img{
    max-width: 600px;
    width: 100%;
    object-fit: contain;
}
.banner__info-wrapper{
    display: flex;
    gap: 75px;
    justify-content: center;
    margin-bottom: 68px;
    padding: 0 65px;
    flex-wrap: wrap;
}
.banner__info-text{
    color: white;
    font-size: 24px;
    text-align: center;
}
.banner__info-block{
    width: calc(100% / 3 - 60px);
    text-align: center;
}
.banner__svg{
    margin-bottom: 15px;
}
.banner__svg img{
    margin: 0 auto;
}
.webinar-wrapper{
    padding: 50px 20px 55px 0;
    background-color: #F5F9FD;
}
.webinar-wrapper>.container{
    display: flex;
    gap: 20px;
    position: relative;
}
.webinar-wrapper>.container:after{
    content: "";
    width: calc(100% - 20px);
    height: 3px;
    background-color: #3A82E0;
    position: absolute;
    bottom: -55px;
    left: 20px;
    border-radius: 10px;
}
.webinar__info{
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 50%;
}
.webinar__text{
    padding: 35px 31px 35px 35px;
    background-color: #ffffff;
    -webkit-box-shadow: 8px 8px 14px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 8px 8px 14px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 8px 8px 14px 0 rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    /*margin-left: -185px;*/
}
 .webinar__info__title{
    color: #3A83E1;
     font-size: 28px;
     font-weight: bold;
     text-align: center;
     margin-bottom: 24px;
 }
.link-btn,
.webinar__info__sup-title,
.webinar__info__list__item,
.for-who__text,
.spicker__list__item,
.about__img-text,
.about__svg__text,
.span_bold,
.technology__text,
.footer__text{
    font-family: "Open Sans", sans-serif;
}
.webinar__info__sup-title{
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}
.webinar__info__list__item{
    font-size: 20px!important;
    font-weight: lighter;
    list-style-type: disc;
    margin-left: 18px;
    color:#000;
}
.span_bold{
    font-weight: bold;
}
.for-who__blocks{
    display: flex;
    flex-direction: column;
    gap: 33px;
}
.for-who__block{
    display: flex;
    gap: 25px;
    align-items: center;
}

.for-who__text{
    color: #072F8E;
    font-weight: bold;
    font-size: 20px;
}
.webinar__spicker{
    padding: 35px 47px 0;
}
.spicker__specialty,
.spicker__name{
    color: #072F8E;
    text-align: center;
}
.spicker__specialty{
    font-size: 28px;
    font-weight: bold;
    padding: 0 26px
}
.spicker__name{
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 31px;
    line-height: normal;
}
.spicker__img{
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
    margin-bottom: 23px;
}
.spicker__list__item{
    font-size: 20px!important;
    position: relative;
    margin-left: 25px;
    font-weight: 100;
    color:#000;
}
.spicker__list__item:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 15px;
    background-color: black;
    position: absolute;
    left: -20px;
    top: 11px;
}
.white_block{
    width: 100%;
    height: 49px;
    background-color: #fff;
}
.about{
    background: linear-gradient(180deg, rgba(58,131,225,1) 0%, rgba(7,47,142,1) 100%);
    color: #ffffff;
    padding: 39px 20px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about>.container{
    margin-bottom: 52px;
}
.about__title{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 54px;
    color: #ffffff;
}
.about__content{
    display: flex;
    gap: 42px;
    color: #ffffff;
}
.about__img-wrapper{
    width: 100%;
    min-width: 50%;
    max-width: 50%;
    height: fit-content;
    padding: 37px 54px 64px 63px;
    border: 1px solid #fff;
    border-radius: 24px;
    position: relative;
}
.about__img__title{
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 31px;
    color: #ffffff;
}
.about__img-main{
    border-radius: 10px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 32px;
}
.about__img-text,
.about__svg__text,
.technology__text {
    font-weight: 100;
    font-size: 20px;
}
.about__text-wrapper{
    padding: 37px 50px 0 0 ;
}
.about__img-medicine{
    position: absolute;
    width: 80%;
    object-fit: contain;
    bottom: -215px;
}
.spicker__list--about{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 43px;
    color:#fff;
}
.spicker__list__item--about{
    margin-left: 20px;
    color:#fff;
}
.spicker__list__item--about:before{
    background-color: #fff;
}
.about__svg-blocks{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.about__svg-block{
    display: flex;
    align-items: center;
    gap: 31px;
}
.about__svg{
    min-width: 58px;
}
.about__span__bold{
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
}
.technology-wrapper{
    background-color: #ffffff;
    padding: 50px 20px 100px;
}
.technology__title{
    font-size: 50px;
    font-weight: 700;
    color: #072F8E;
    text-align: center;
    margin-bottom: 16px;
}
.technology__text{
    margin-bottom: 36px;
}
.technology__content{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between;
    position: relative;
}
.technology__content:after{
    content: "";
    position: absolute;
    bottom: -53px;
    left: 0;
    width: 100%;
    height: 3px ;
    background-color: #3A82E0;
    border-radius: 10px;
}
.technology__content__item{
    width: calc(100% / 3 - 8px);
}
.technology__content__text{
    padding: 18px 24px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
    border-radius: 7px;
}
.technology__content__item{
    position: relative;
}
.technology__content__img{
    width: 100%;
    object-fit: contain;
    border-radius: 7px;
}
.technology__content__title{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    font-size: 28px;
    font-weight: bold;
    white-space: nowrap;
    color: #fff;
}
.technology__content__title--ozo{
    font-size: 24px;
    transform: translateX(0);
    left: 45px;
    top: 24px;
}
.technology__content__title--text-block{
    color: #072F8E;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 34px;
}
.technology__text--block{
    padding-right: 20px;
    margin-bottom: 0;
}
.promo-wrapper{
    background: linear-gradient(360deg, rgba(58, 131, 225, 1) 0%, rgba(7, 47, 142, 1) 100%);
    position: relative;
    padding: 36px 20px 50px;
    margin-bottom: 100px;
}
.promo-wrapper>.container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header__info--down:after{
    content: "";
    position: absolute;
    bottom: -53px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    max-width: 1200px;
    height: 3px ;
    background-color: #3A82E0;
    border-radius: 10px;
}
.promo__title{
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-bottom: 32px;
}
.footer__text{
    text-align: center;
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    color:#000;
}


/*media*/
@media (max-width: 1151px) {
    .technology__content__img {
        width: 100%;
        object-fit: contain;
        border-radius: 7px;
    }
    .technology__content__item {
        width: calc(100% / 2 - 150px);
    }
    .technology__content {
        justify-content: center;
    }
}
@media (max-width: 1120px) {
    .about__text-wrapper {
        padding: 37px 10px 0 0;
    }
    .spicker__list--about{
        margin-bottom: 20px;
    }
    .about__img-wrapper {
        min-width: 40%;
        padding: 37px 25px 30px 30px;
    }
}
@media (max-width: 1080px) {
    .banner__title {
        font-size: 42px;
    }
    .banner__sup-title {
        font-size: 30px;
    }
    .banner__info-block{
        width: calc(100% / 2 - 60px);
        text-align: center;
    }
}
@media (max-width: 1065px) {
    .technology__content__title--text-block {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 16px;
    }
    .technology__content__item {
        width: calc(100% / 2 - 120px);
    }
    .technology__text--block {
        padding-right: 5px;
        margin-bottom: 0;
        font-size: 18px;
    }
}
@media (max-width: 970px) {
    .technology__content__item {
        width: calc(100% / 2 - 20px);
    }
}
@media (max-width: 860px) {
    .not-mobile{
        display: none;
    }
    .for-mobile{
        display: block;
    }
    .banner>.container {
        padding: 50px 20px 10px;
    }
    .banner__main-block{
        flex-direction: column;
        margin-bottom: 0;
        padding-top: 0;
    }
    .banner__title{
        margin-bottom: 10px;
    }
    .banner__title,
    .banner__sup-title{
        text-align: center;
    }
    .img-wrapper--banner {
        padding-left: 0;
        padding-right: 30px;
    }
    .banner__main-block__text {
        max-width: 100%;
        margin-bottom: 60px;
    }
    .banner__svg{
        display: none;
    }
    .banner__info-block{
        width: 100%;
    }
    .banner__info-mobile{
        width: calc(100% + 40px);
        display: flex;
        flex-direction: column;
        gap: 2px;
        margin-bottom: 25px;
    }
    .banner__info-mobile--opacity{
        padding: 13px 20px 10px;
        background-color: rgba(255, 255, 255, 0.05);
    }
    .banner__info-mobile--max-opacity{
        padding: 13px 20px 10px;
        background-color: rgba(255, 255, 255, 0.15);
    }
    .banner__info-text{
        font-size: 16px;
    }
    .webinar-wrapper {
        padding: 25px 20px 50px;
        background-color: #fff;
    }
    .webinar-wrapper>.container{
        flex-direction: column;
        gap: 50px;
    }
    .webinar__info {
        max-width: 100%;
    }
    .webinar__text,
    .webinar__spicker{
        padding: 22px 20px;
        -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
        -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.07);
        border-radius: 13px;
        margin-left: 0;
        position: relative;
    }
    .webinar__text:after,
    .webinar__spicker:after{
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #3A82E0;
        left: 0;
        bottom: -28px;
        border-radius: 10px;

    }

    .webinar__info__title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .webinar__info__sup-title,
    .webinar__info__list__item,
    .spicker__list__item {
        font-size: 14px!important;
        margin-left: 24px;
    }
    .webinar__info__sup-title{
        margin-left: 0;
    }
    .spicker__specialty {
        font-size: 24px;
    }
    .spicker__name {
        font-size: 30px;
        margin-bottom: 22px;
    }
    .spicker__list__item:before {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 15px;
        position: absolute;
        left: -16px;
        top: 9px;
    }
    .for-who__blocks {
        gap: 19px;
    }
    .for-who__block {
        gap: 6px;
        flex-direction: column;
    }
    .for-who__text{
        font-size: 14px;
    }
    .webinar-wrapper>.container:after{
        display: none;
    }
    .about {
        padding: 25px 20px;
    }
    .about__title{
        font-size: 30px;
        margin-bottom: 19px;
    }
    .about__content {
        flex-direction: column;
        gap: 65px;
    }
    .about__img-wrapper {
        min-width: 100%;
        max-width: 100%;
        padding: 0 20px;
        border: none;
    }
    .about__img-wrapper:after{
        content: "";
        position: absolute;
        bottom: -35px;
        left: 20px;
        width: calc(100% - 40px);
        height: 3px ;
        background-color: #fff;
        border-radius: 10px;
    }
    .about__img-wrapper{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .about__img-main{
        max-width: 80%;
        margin-bottom: 7px;
        border-radius: 6px;
    }
    .link-btn--about{
        text-align: center;

    }
    .about__img-text{
        font-size: 14px;
        margin-bottom: 25px;
    }
    .about__text-wrapper {
        padding: 0;
    }
    .spicker__list--about {
        margin-bottom: 17px;
        padding-right: 12px;
    }
    .about__svg-blocks{
        width: calc(100% + 40px);
        display: flex;
        gap: 2px;
        margin-bottom: 0;
        margin-left: -20px;
    }
    .about__svg-block{
        flex-direction: column;
        padding: 20px 25px 15px;
        background-color: rgba(255, 255, 255, 0.08);
        gap: 9px;
    }
    .about__svg-block--max-opacity{
        background-color: rgba(255, 255, 255, 0.20);
    }
    .about__svg__text{
        width: 100%;
        font-size: 14px;
        text-align: center;
    }

    .about__span__bold{
        font-weight: bold;
        text-align: center;
    }
    .about__svg{
        min-width: 39px;
        max-width: 39px;
    }
    .about>.container {
        margin-bottom: 25px;
    }
    .technology-wrapper>.container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .technology__content__item {
        width: calc(100% / 2 - 8px);
    }
    .technology__text{
        width: 100%;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 16px;
    }
    .logo{
        margin-bottom: 27px;
    }
    .technology__title {
        font-size: 22px;
        padding: 0 56px
    }
}
@media (max-width: 777px) {
    .technology__content__title {
        font-size: 24px;
    }
    .technology__content__title--ozo{
        font-size: 20px;
    }
    .technology__content__title--text-block {
        font-size: 18px;
        text-align: center;
    }
    .technology__text--block{
        font-size: 14px;
        margin-bottom: 0;
        text-align: center;
    }
}
@media (max-width: 720px){
    .header__title{
        font-size: 32px;
    }
    .header__sup-title{
        font-size: 24px;
    }
    .header__info{
        flex-direction: column;
        gap: 10px;
    }
    .header__info__text{
        font-size: 16px;
    }
    .header__svg{
        max-width: 27px;
    }
    .link-btn{
        font-size: 14px;
        padding: 10px 20px;
    }
}
@media (max-width: 710px) {
    .technology-wrapper {
        padding: 50px 20px 50px;
    }
    .technology__content:after {
        bottom: -26px;
    }
    .technology__content__item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .technology__content__text{
        border: none;
        box-shadow: none;
    }
    .technology__content__img{
        width: 80%;
    }
    .technology__content__title--ozo {
        left: 125px;
        top: 24px;
    }
    .technology__content__text {
        padding: 21px 24px 0;
    }
    .technology__text--block {
        padding-right: 0;
    }
}
@media (max-width: 525px) {
    .header>.container:after{
        bottom: -1px;
        height: 1px ;
    }
    .img-wrapper--banner {
        padding-left: 0;
         padding-right: 0;
    }
    .about__img-main {
        max-width: 100%;
    }
    .technology__content__img {
        width: 100%;
    }
    .technology__content__title--ozo {
        left: 44px;
        top: 18px;
    }
    .promo__title {
        font-size: 30px;
        margin-bottom: 29px;
    }
    .promo-wrapper {
        background: #fff;
        position: relative;
        padding: 0 20px 0;
        margin-bottom: 50px;
    }
    .promo-wrapper>.container {
        background: linear-gradient(360deg, rgba(58, 131, 225, 1) 0%, rgba(7, 47, 142, 1) 100%);
        border-radius: 6px;
        padding: 25px 0;
    }
    .header__info--down:after {
        bottom: -26px;
    }
    .footer__text{
        color: #3982E0;
        font-size: 12px;
    }
}
@media (max-width: 450px){
    .header>.container {
        padding: 67px 20px 38px;
    }
    .header__sup-title {
        margin-bottom: 25px;
    }
    .header__info {
        margin-bottom: 28px;
    }
    .banner__title{
        line-height: normal;
        font-size: 34px;
    }
    .banner__sup-title{
        line-height: normal;
        font-size: 18px;
    }
    .banner>.container {
        padding-top: 25px;
    }
    .banner {
        padding-bottom: 25px;
    }
}
@media (max-width: 425px) {
    .technology__content__title--ozo {
        left: 39px;
        top: 18px;
    }
}


