

/* Start:/local/templates/ladogaz/css/jquery.fancybox.css?176595918815842*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

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

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

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

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

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

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

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

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

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

.fancybox-slide--image {
  overflow: visible; }

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

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

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

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

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

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

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

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

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

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  color: #ccc;
  transition: color .3s ease;
  cursor: pointer; }

.fancybox-button[disabled] {
  cursor: default;
  opacity: 0.6; }

.fancybox-button:hover:not([disabled]) {
  color: #fff; }

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

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

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

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

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

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

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

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

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

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

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

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

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

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #888;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #555; }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 23px;
  height: 23px;
  vertical-align: top; }

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

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

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

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

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

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/ladogaz/css/slick/slick.css?17659591881776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/ladogaz/css/slick/slick-theme.css?17659591882757*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('/local/templates/ladogaz/css/slick/./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
/*@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/ladogaz/css/slick/./fonts/slick.eot');
    src: url('/local/templates/ladogaz/css/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/ladogaz/css/slick/./fonts/slick.woff') format('woff'), url('/local/templates/ladogaz/css/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/ladogaz/css/slick/./fonts/slick.svg#slick') format('svg');
}*/
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    /*margin-bottom: 30px;*/
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 100%;
    height: 100%;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    content: none;
}

/* End */


/* Start:/local/templates/ladogaz/template_styles.css?1765959190151878*/
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }
  *:focus {
    outline: 0; }

/* Base */
body, html {
  margin: 0;
  padding: 0; }

body {
  font-family: "SamsungOne", sans-serif !important;
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  background: #fff;
  overflow-x: hidden; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }
  body.noscroll {
    overflow: hidden; }

iframe {
  border: 0; }

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

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  font-family: "Samsung Sharp Sans", sans-serif;
  margin: 0; }

h1, .h1, h2, .h2 {
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    h1, .h1, h2, .h2 {
      margin-bottom: 35px;
      font-size: 32px; } }
  @media (min-width: 1200px) {
    h1, .h1, h2, .h2 {
      font-size: 56px; } }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 16px; }
  @media (min-width: 768px) {
    h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      font-size: 26px; } }

/* Text */
p {
  margin: 10px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: inherit;
  transition: .2s ease; }
  a:hover {
    text-decoration: none;
    color: #D92B23; }

b, strong {
  font-weight: 700; }

i, em {
  font-style: italic; }

/* Lists */
ul, ol {
  overflow: hidden;
  margin: 10px 0;
  padding-left: 20px;
  list-style-type: disc; }
  ul:first-child, ol:first-child {
    margin-top: 0; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

ol {
  list-style-type: decimal; }

.animate {
  transition-delay: 0s;
  transition-duration: 1s;
  animation-duration: 2s; }
  .animate.fadeInUp {
    transition-property: transform, opacity;
    transform: translateY(50%);
    opacity: 0; }
    .animate.fadeInUp.animated {
      transform: translateY(0);
      opacity: 1; }
  .animate.fadeInDown {
    transition-property: transform, opacity;
    transform: translateY(-50%);
    opacity: 0; }
    .animate.fadeInDown.animated {
      transform: translateY(0);
      opacity: 1; }
  .animate.fadeInLeft {
    transition-property: transform, opacity;
    transform: translateX(-50%);
    opacity: 0; }
    .animate.fadeInLeft.animated {
      transform: translateX(0);
      opacity: 1; }
  .animate.fadeIn {
    transition-property: opacity;
    opacity: 0; }
    .animate.fadeIn.animated {
      opacity: 1; }
  .animate.fadeInRight {
    transition-property: transform, opacity;
    transform: translateX(50%);
    opacity: 0; }
    .animate.fadeInRight.animated {
      transform: translateY(0);
      opacity: 1; }
  .animate[data-duration="0.1"] {
    transition-duration: 0.1s; }
  .animate[data-delay="0.1"] {
    transition-delay: 0.1s; }
  .animate[data-duration="0.2"] {
    transition-duration: 0.2s; }
  .animate[data-delay="0.2"] {
    transition-delay: 0.2s; }
  .animate[data-duration="0.3"] {
    transition-duration: 0.3s; }
  .animate[data-delay="0.3"] {
    transition-delay: 0.3s; }
  .animate[data-duration="0.4"] {
    transition-duration: 0.4s; }
  .animate[data-delay="0.4"] {
    transition-delay: 0.4s; }
  .animate[data-duration="0.5"] {
    transition-duration: 0.5s; }
  .animate[data-delay="0.5"] {
    transition-delay: 0.5s; }
  .animate[data-duration="0.6"] {
    transition-duration: 0.6s; }
  .animate[data-delay="0.6"] {
    transition-delay: 0.6s; }
  .animate[data-duration="0.7"] {
    transition-duration: 0.7s; }
  .animate[data-delay="0.7"] {
    transition-delay: 0.7s; }
  .animate[data-duration="0.8"] {
    transition-duration: 0.8s; }
  .animate[data-delay="0.8"] {
    transition-delay: 0.8s; }
  .animate[data-duration="0.9"] {
    transition-duration: 0.9s; }
  .animate[data-delay="0.9"] {
    transition-delay: 0.9s; }
  .animate[data-duration="1"] {
    transition-duration: 1s; }
  .animate[data-delay="1"] {
    transition-delay: 1s; }
  .animate[data-duration="1.1"] {
    transition-duration: 1.1s; }
  .animate[data-delay="1.1"] {
    transition-delay: 1.1s; }
  .animate[data-duration="1.2"] {
    transition-duration: 1.2s; }
  .animate[data-delay="1.2"] {
    transition-delay: 1.2s; }
  .animate[data-duration="1.3"] {
    transition-duration: 1.3s; }
  .animate[data-delay="1.3"] {
    transition-delay: 1.3s; }
  .animate[data-duration="1.4"] {
    transition-duration: 1.4s; }
  .animate[data-delay="1.4"] {
    transition-delay: 1.4s; }
  .animate[data-duration="1.5"] {
    transition-duration: 1.5s; }
  .animate[data-delay="1.5"] {
    transition-delay: 1.5s; }
  .animate[data-duration="1.6"] {
    transition-duration: 1.6s; }
  .animate[data-delay="1.6"] {
    transition-delay: 1.6s; }
  .animate[data-duration="1.7"] {
    transition-duration: 1.7s; }
  .animate[data-delay="1.7"] {
    transition-delay: 1.7s; }
  .animate[data-duration="1.8"] {
    transition-duration: 1.8s; }
  .animate[data-delay="1.8"] {
    transition-delay: 1.8s; }
  .animate[data-duration="1.9"] {
    transition-duration: 1.9s; }
  .animate[data-delay="1.9"] {
    transition-delay: 1.9s; }
  .animate[data-duration="2"] {
    transition-duration: 2s; }
  .animate[data-delay="2"] {
    transition-delay: 2s; }
  .animate[data-duration="2.1"] {
    transition-duration: 2.1s; }
  .animate[data-delay="2.1"] {
    transition-delay: 2.1s; }
  .animate[data-duration="2.2"] {
    transition-duration: 2.2s; }
  .animate[data-delay="2.2"] {
    transition-delay: 2.2s; }
  .animate[data-duration="2.3"] {
    transition-duration: 2.3s; }
  .animate[data-delay="2.3"] {
    transition-delay: 2.3s; }
  .animate[data-duration="2.4"] {
    transition-duration: 2.4s; }
  .animate[data-delay="2.4"] {
    transition-delay: 2.4s; }
  .animate[data-duration="2.5"] {
    transition-duration: 2.5s; }
  .animate[data-delay="2.5"] {
    transition-delay: 2.5s; }
  .animate[data-duration="2.6"] {
    transition-duration: 2.6s; }
  .animate[data-delay="2.6"] {
    transition-delay: 2.6s; }
  .animate[data-duration="2.7"] {
    transition-duration: 2.7s; }
  .animate[data-delay="2.7"] {
    transition-delay: 2.7s; }
  .animate[data-duration="2.8"] {
    transition-duration: 2.8s; }
  .animate[data-delay="2.8"] {
    transition-delay: 2.8s; }
  .animate[data-duration="2.9"] {
    transition-duration: 2.9s; }
  .animate[data-delay="2.9"] {
    transition-delay: 2.9s; }
  .animate[data-duration="3"] {
    transition-duration: 3s; }
  .animate[data-delay="3"] {
    transition-delay: 3s; }
  .animate[data-duration="3.1"] {
    transition-duration: 3.1s; }
  .animate[data-delay="3.1"] {
    transition-delay: 3.1s; }
  .animate[data-duration="3.2"] {
    transition-duration: 3.2s; }
  .animate[data-delay="3.2"] {
    transition-delay: 3.2s; }
  .animate[data-duration="3.3"] {
    transition-duration: 3.3s; }
  .animate[data-delay="3.3"] {
    transition-delay: 3.3s; }
  .animate[data-duration="3.4"] {
    transition-duration: 3.4s; }
  .animate[data-delay="3.4"] {
    transition-delay: 3.4s; }
  .animate[data-duration="3.5"] {
    transition-duration: 3.5s; }
  .animate[data-delay="3.5"] {
    transition-delay: 3.5s; }
  .animate[data-duration="3.6"] {
    transition-duration: 3.6s; }
  .animate[data-delay="3.6"] {
    transition-delay: 3.6s; }
  .animate[data-duration="3.7"] {
    transition-duration: 3.7s; }
  .animate[data-delay="3.7"] {
    transition-delay: 3.7s; }
  .animate[data-duration="3.8"] {
    transition-duration: 3.8s; }
  .animate[data-delay="3.8"] {
    transition-delay: 3.8s; }
  .animate[data-duration="3.9"] {
    transition-duration: 3.9s; }
  .animate[data-delay="3.9"] {
    transition-delay: 3.9s; }
  .animate[data-duration="4"] {
    transition-duration: 4s; }
  .animate[data-delay="4"] {
    transition-delay: 4s; }
  .animate[data-duration="4.1"] {
    transition-duration: 4.1s; }
  .animate[data-delay="4.1"] {
    transition-delay: 4.1s; }
  .animate[data-duration="4.2"] {
    transition-duration: 4.2s; }
  .animate[data-delay="4.2"] {
    transition-delay: 4.2s; }
  .animate[data-duration="4.3"] {
    transition-duration: 4.3s; }
  .animate[data-delay="4.3"] {
    transition-delay: 4.3s; }
  .animate[data-duration="4.4"] {
    transition-duration: 4.4s; }
  .animate[data-delay="4.4"] {
    transition-delay: 4.4s; }
  .animate[data-duration="4.5"] {
    transition-duration: 4.5s; }
  .animate[data-delay="4.5"] {
    transition-delay: 4.5s; }
  .animate[data-duration="4.6"] {
    transition-duration: 4.6s; }
  .animate[data-delay="4.6"] {
    transition-delay: 4.6s; }
  .animate[data-duration="4.7"] {
    transition-duration: 4.7s; }
  .animate[data-delay="4.7"] {
    transition-delay: 4.7s; }
  .animate[data-duration="4.8"] {
    transition-duration: 4.8s; }
  .animate[data-delay="4.8"] {
    transition-delay: 4.8s; }
  .animate[data-duration="4.9"] {
    transition-duration: 4.9s; }
  .animate[data-delay="4.9"] {
    transition-delay: 4.9s; }
  .animate[data-duration="5"] {
    transition-duration: 5s; }
  .animate[data-delay="5"] {
    transition-delay: 5s; }
  .animate[data-duration="5.1"] {
    transition-duration: 5.1s; }
  .animate[data-delay="5.1"] {
    transition-delay: 5.1s; }
  .animate[data-duration="5.2"] {
    transition-duration: 5.2s; }
  .animate[data-delay="5.2"] {
    transition-delay: 5.2s; }
  .animate[data-duration="5.3"] {
    transition-duration: 5.3s; }
  .animate[data-delay="5.3"] {
    transition-delay: 5.3s; }
  .animate[data-duration="5.4"] {
    transition-duration: 5.4s; }
  .animate[data-delay="5.4"] {
    transition-delay: 5.4s; }
  .animate[data-duration="5.5"] {
    transition-duration: 5.5s; }
  .animate[data-delay="5.5"] {
    transition-delay: 5.5s; }
  .animate[data-duration="5.6"] {
    transition-duration: 5.6s; }
  .animate[data-delay="5.6"] {
    transition-delay: 5.6s; }
  .animate[data-duration="5.7"] {
    transition-duration: 5.7s; }
  .animate[data-delay="5.7"] {
    transition-delay: 5.7s; }
  .animate[data-duration="5.8"] {
    transition-duration: 5.8s; }
  .animate[data-delay="5.8"] {
    transition-delay: 5.8s; }
  .animate[data-duration="5.9"] {
    transition-duration: 5.9s; }
  .animate[data-delay="5.9"] {
    transition-delay: 5.9s; }
  .animate[data-duration="6"] {
    transition-duration: 6s; }
  .animate[data-delay="6"] {
    transition-delay: 6s; }
  .animate[data-duration="6.1"] {
    transition-duration: 6.1s; }
  .animate[data-delay="6.1"] {
    transition-delay: 6.1s; }
  .animate[data-duration="6.2"] {
    transition-duration: 6.2s; }
  .animate[data-delay="6.2"] {
    transition-delay: 6.2s; }
  .animate[data-duration="6.3"] {
    transition-duration: 6.3s; }
  .animate[data-delay="6.3"] {
    transition-delay: 6.3s; }
  .animate[data-duration="6.4"] {
    transition-duration: 6.4s; }
  .animate[data-delay="6.4"] {
    transition-delay: 6.4s; }
  .animate[data-duration="6.5"] {
    transition-duration: 6.5s; }
  .animate[data-delay="6.5"] {
    transition-delay: 6.5s; }
  .animate[data-duration="6.6"] {
    transition-duration: 6.6s; }
  .animate[data-delay="6.6"] {
    transition-delay: 6.6s; }
  .animate[data-duration="6.7"] {
    transition-duration: 6.7s; }
  .animate[data-delay="6.7"] {
    transition-delay: 6.7s; }
  .animate[data-duration="6.8"] {
    transition-duration: 6.8s; }
  .animate[data-delay="6.8"] {
    transition-delay: 6.8s; }
  .animate[data-duration="6.9"] {
    transition-duration: 6.9s; }
  .animate[data-delay="6.9"] {
    transition-delay: 6.9s; }
  .animate[data-duration="7"] {
    transition-duration: 7s; }
  .animate[data-delay="7"] {
    transition-delay: 7s; }
  .animate[data-duration="7.1"] {
    transition-duration: 7.1s; }
  .animate[data-delay="7.1"] {
    transition-delay: 7.1s; }
  .animate[data-duration="7.2"] {
    transition-duration: 7.2s; }
  .animate[data-delay="7.2"] {
    transition-delay: 7.2s; }
  .animate[data-duration="7.3"] {
    transition-duration: 7.3s; }
  .animate[data-delay="7.3"] {
    transition-delay: 7.3s; }
  .animate[data-duration="7.4"] {
    transition-duration: 7.4s; }
  .animate[data-delay="7.4"] {
    transition-delay: 7.4s; }
  .animate[data-duration="7.5"] {
    transition-duration: 7.5s; }
  .animate[data-delay="7.5"] {
    transition-delay: 7.5s; }
  .animate[data-duration="7.6"] {
    transition-duration: 7.6s; }
  .animate[data-delay="7.6"] {
    transition-delay: 7.6s; }
  .animate[data-duration="7.7"] {
    transition-duration: 7.7s; }
  .animate[data-delay="7.7"] {
    transition-delay: 7.7s; }
  .animate[data-duration="7.8"] {
    transition-duration: 7.8s; }
  .animate[data-delay="7.8"] {
    transition-delay: 7.8s; }
  .animate[data-duration="7.9"] {
    transition-duration: 7.9s; }
  .animate[data-delay="7.9"] {
    transition-delay: 7.9s; }
  .animate[data-duration="8"] {
    transition-duration: 8s; }
  .animate[data-delay="8"] {
    transition-delay: 8s; }
  .animate[data-duration="8.1"] {
    transition-duration: 8.1s; }
  .animate[data-delay="8.1"] {
    transition-delay: 8.1s; }
  .animate[data-duration="8.2"] {
    transition-duration: 8.2s; }
  .animate[data-delay="8.2"] {
    transition-delay: 8.2s; }
  .animate[data-duration="8.3"] {
    transition-duration: 8.3s; }
  .animate[data-delay="8.3"] {
    transition-delay: 8.3s; }
  .animate[data-duration="8.4"] {
    transition-duration: 8.4s; }
  .animate[data-delay="8.4"] {
    transition-delay: 8.4s; }
  .animate[data-duration="8.5"] {
    transition-duration: 8.5s; }
  .animate[data-delay="8.5"] {
    transition-delay: 8.5s; }
  .animate[data-duration="8.6"] {
    transition-duration: 8.6s; }
  .animate[data-delay="8.6"] {
    transition-delay: 8.6s; }
  .animate[data-duration="8.7"] {
    transition-duration: 8.7s; }
  .animate[data-delay="8.7"] {
    transition-delay: 8.7s; }
  .animate[data-duration="8.8"] {
    transition-duration: 8.8s; }
  .animate[data-delay="8.8"] {
    transition-delay: 8.8s; }
  .animate[data-duration="8.9"] {
    transition-duration: 8.9s; }
  .animate[data-delay="8.9"] {
    transition-delay: 8.9s; }
  .animate[data-duration="9"] {
    transition-duration: 9s; }
  .animate[data-delay="9"] {
    transition-delay: 9s; }
  .animate[data-duration="9.1"] {
    transition-duration: 9.1s; }
  .animate[data-delay="9.1"] {
    transition-delay: 9.1s; }
  .animate[data-duration="9.2"] {
    transition-duration: 9.2s; }
  .animate[data-delay="9.2"] {
    transition-delay: 9.2s; }
  .animate[data-duration="9.3"] {
    transition-duration: 9.3s; }
  .animate[data-delay="9.3"] {
    transition-delay: 9.3s; }
  .animate[data-duration="9.4"] {
    transition-duration: 9.4s; }
  .animate[data-delay="9.4"] {
    transition-delay: 9.4s; }
  .animate[data-duration="9.5"] {
    transition-duration: 9.5s; }
  .animate[data-delay="9.5"] {
    transition-delay: 9.5s; }
  .animate[data-duration="9.6"] {
    transition-duration: 9.6s; }
  .animate[data-delay="9.6"] {
    transition-delay: 9.6s; }
  .animate[data-duration="9.7"] {
    transition-duration: 9.7s; }
  .animate[data-delay="9.7"] {
    transition-delay: 9.7s; }
  .animate[data-duration="9.8"] {
    transition-duration: 9.8s; }
  .animate[data-delay="9.8"] {
    transition-delay: 9.8s; }
  .animate[data-duration="9.9"] {
    transition-duration: 9.9s; }
  .animate[data-delay="9.9"] {
    transition-delay: 9.9s; }
  .animate[data-duration="10"] {
    transition-duration: 10s; }
  .animate[data-delay="10"] {
    transition-delay: 10s; }
  .animate[data-duration="10.1"] {
    transition-duration: 10.1s; }
  .animate[data-delay="10.1"] {
    transition-delay: 10.1s; }
  .animate[data-duration="10.2"] {
    transition-duration: 10.2s; }
  .animate[data-delay="10.2"] {
    transition-delay: 10.2s; }
  .animate[data-duration="10.3"] {
    transition-duration: 10.3s; }
  .animate[data-delay="10.3"] {
    transition-delay: 10.3s; }
  .animate[data-duration="10.4"] {
    transition-duration: 10.4s; }
  .animate[data-delay="10.4"] {
    transition-delay: 10.4s; }
  .animate[data-duration="10.5"] {
    transition-duration: 10.5s; }
  .animate[data-delay="10.5"] {
    transition-delay: 10.5s; }
  .animate[data-duration="10.6"] {
    transition-duration: 10.6s; }
  .animate[data-delay="10.6"] {
    transition-delay: 10.6s; }
  .animate[data-duration="10.7"] {
    transition-duration: 10.7s; }
  .animate[data-delay="10.7"] {
    transition-delay: 10.7s; }
  .animate[data-duration="10.8"] {
    transition-duration: 10.8s; }
  .animate[data-delay="10.8"] {
    transition-delay: 10.8s; }
  .animate[data-duration="10.9"] {
    transition-duration: 10.9s; }
  .animate[data-delay="10.9"] {
    transition-delay: 10.9s; }
  .animate[data-duration="11"] {
    transition-duration: 11s; }
  .animate[data-delay="11"] {
    transition-delay: 11s; }
  .animate[data-duration="11.1"] {
    transition-duration: 11.1s; }
  .animate[data-delay="11.1"] {
    transition-delay: 11.1s; }
  .animate[data-duration="11.2"] {
    transition-duration: 11.2s; }
  .animate[data-delay="11.2"] {
    transition-delay: 11.2s; }
  .animate[data-duration="11.3"] {
    transition-duration: 11.3s; }
  .animate[data-delay="11.3"] {
    transition-delay: 11.3s; }
  .animate[data-duration="11.4"] {
    transition-duration: 11.4s; }
  .animate[data-delay="11.4"] {
    transition-delay: 11.4s; }
  .animate[data-duration="11.5"] {
    transition-duration: 11.5s; }
  .animate[data-delay="11.5"] {
    transition-delay: 11.5s; }
  .animate[data-duration="11.6"] {
    transition-duration: 11.6s; }
  .animate[data-delay="11.6"] {
    transition-delay: 11.6s; }
  .animate[data-duration="11.7"] {
    transition-duration: 11.7s; }
  .animate[data-delay="11.7"] {
    transition-delay: 11.7s; }
  .animate[data-duration="11.8"] {
    transition-duration: 11.8s; }
  .animate[data-delay="11.8"] {
    transition-delay: 11.8s; }
  .animate[data-duration="11.9"] {
    transition-duration: 11.9s; }
  .animate[data-delay="11.9"] {
    transition-delay: 11.9s; }
  .animate[data-duration="12"] {
    transition-duration: 12s; }
  .animate[data-delay="12"] {
    transition-delay: 12s; }
  .animate[data-duration="12.1"] {
    transition-duration: 12.1s; }
  .animate[data-delay="12.1"] {
    transition-delay: 12.1s; }
  .animate[data-duration="12.2"] {
    transition-duration: 12.2s; }
  .animate[data-delay="12.2"] {
    transition-delay: 12.2s; }
  .animate[data-duration="12.3"] {
    transition-duration: 12.3s; }
  .animate[data-delay="12.3"] {
    transition-delay: 12.3s; }
  .animate[data-duration="12.4"] {
    transition-duration: 12.4s; }
  .animate[data-delay="12.4"] {
    transition-delay: 12.4s; }
  .animate[data-duration="12.5"] {
    transition-duration: 12.5s; }
  .animate[data-delay="12.5"] {
    transition-delay: 12.5s; }
  .animate[data-duration="12.6"] {
    transition-duration: 12.6s; }
  .animate[data-delay="12.6"] {
    transition-delay: 12.6s; }
  .animate[data-duration="12.7"] {
    transition-duration: 12.7s; }
  .animate[data-delay="12.7"] {
    transition-delay: 12.7s; }
  .animate[data-duration="12.8"] {
    transition-duration: 12.8s; }
  .animate[data-delay="12.8"] {
    transition-delay: 12.8s; }
  .animate[data-duration="12.9"] {
    transition-duration: 12.9s; }
  .animate[data-delay="12.9"] {
    transition-delay: 12.9s; }
  .animate[data-duration="13"] {
    transition-duration: 13s; }
  .animate[data-delay="13"] {
    transition-delay: 13s; }
  .animate[data-duration="13.1"] {
    transition-duration: 13.1s; }
  .animate[data-delay="13.1"] {
    transition-delay: 13.1s; }
  .animate[data-duration="13.2"] {
    transition-duration: 13.2s; }
  .animate[data-delay="13.2"] {
    transition-delay: 13.2s; }
  .animate[data-duration="13.3"] {
    transition-duration: 13.3s; }
  .animate[data-delay="13.3"] {
    transition-delay: 13.3s; }
  .animate[data-duration="13.4"] {
    transition-duration: 13.4s; }
  .animate[data-delay="13.4"] {
    transition-delay: 13.4s; }
  .animate[data-duration="13.5"] {
    transition-duration: 13.5s; }
  .animate[data-delay="13.5"] {
    transition-delay: 13.5s; }
  .animate[data-duration="13.6"] {
    transition-duration: 13.6s; }
  .animate[data-delay="13.6"] {
    transition-delay: 13.6s; }
  .animate[data-duration="13.7"] {
    transition-duration: 13.7s; }
  .animate[data-delay="13.7"] {
    transition-delay: 13.7s; }
  .animate[data-duration="13.8"] {
    transition-duration: 13.8s; }
  .animate[data-delay="13.8"] {
    transition-delay: 13.8s; }
  .animate[data-duration="13.9"] {
    transition-duration: 13.9s; }
  .animate[data-delay="13.9"] {
    transition-delay: 13.9s; }
  .animate[data-duration="14"] {
    transition-duration: 14s; }
  .animate[data-delay="14"] {
    transition-delay: 14s; }
  .animate[data-duration="14.1"] {
    transition-duration: 14.1s; }
  .animate[data-delay="14.1"] {
    transition-delay: 14.1s; }
  .animate[data-duration="14.2"] {
    transition-duration: 14.2s; }
  .animate[data-delay="14.2"] {
    transition-delay: 14.2s; }
  .animate[data-duration="14.3"] {
    transition-duration: 14.3s; }
  .animate[data-delay="14.3"] {
    transition-delay: 14.3s; }
  .animate[data-duration="14.4"] {
    transition-duration: 14.4s; }
  .animate[data-delay="14.4"] {
    transition-delay: 14.4s; }
  .animate[data-duration="14.5"] {
    transition-duration: 14.5s; }
  .animate[data-delay="14.5"] {
    transition-delay: 14.5s; }
  .animate[data-duration="14.6"] {
    transition-duration: 14.6s; }
  .animate[data-delay="14.6"] {
    transition-delay: 14.6s; }
  .animate[data-duration="14.7"] {
    transition-duration: 14.7s; }
  .animate[data-delay="14.7"] {
    transition-delay: 14.7s; }
  .animate[data-duration="14.8"] {
    transition-duration: 14.8s; }
  .animate[data-delay="14.8"] {
    transition-delay: 14.8s; }
  .animate[data-duration="14.9"] {
    transition-duration: 14.9s; }
  .animate[data-delay="14.9"] {
    transition-delay: 14.9s; }
  .animate[data-duration="15"] {
    transition-duration: 15s; }
  .animate[data-delay="15"] {
    transition-delay: 15s; }
  .animate[data-duration="15.1"] {
    transition-duration: 15.1s; }
  .animate[data-delay="15.1"] {
    transition-delay: 15.1s; }

.ml-auto {
  margin-left: auto; }

.m-auto {
  margin: 0 auto; }

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  transition: 0.3s opacity;
  opacity: 0;
  visibility: hidden;
  z-index: -1; }
  .preloader svg {
    width: 50px;
    height: 50px;
    animation: preloader-rotate 2s infinite linear;
    fill: #000; }
  .preloader.show {
    opacity: 1;
    visibility: visible;
    z-index: 10000; }

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg); } }
.p404 {
  text-align: center; }
  .p404__label {
    font-size: 180px;
    font-weight: bold; }

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

::-moz-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

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

/*::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: #555; }
::-webkit-scrollbar-thumb { background: #222; }*/
::-webkit-inner-spin-button {
  display: none; }

::-webkit-calendar-picker-indicator {
  display: none; }

::-webkit-inner-cancel-button {
  display: none; }

::-webkit-clear-button {
  display: none; }

::-webkit-search-cancel-button {
  display: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

input, textarea, select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 14px 20px;
  transition: all .2s;
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
  font-size: 14px; }
  @media (min-width: 992px) {
    input, textarea, select {
      font-size: 16px; } }
  input.is-error, textarea.is-error, select.is-error {
    border-color: #f00; }

[type='submit'] {
  background: none;
  cursor: pointer; }

/*button, [type='submit'], [type='reset'] {
	display: inline-block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 14px 20px;
	cursor: pointer;
	transition: all .2s;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	font-family: $ff-title;
	background: #D92B23;
	border-radius: 30px;
	border: none;

	&:hover {
		text-decoration: none;
		color: #fff;
		background: rgba(217, 43, 35, 0.8);
	}
	&:active {
		border-color: darken($fg, 5);
		background: darken($bg, 5);
	}
}*/
textarea {
  resize: none; }

[type='radio'], [type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.control {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #0199e6; }
  .control svg {
    fill: #0199e6; }
  .control.prev {
    left: 0; }
    .control.prev svg {
      transform: rotate(180deg); }
  .control.next {
    right: 0; }

.btn {
  border: 1px solid #000;
  border-radius: 90px;
  padding: 0 35px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: bold;
  height: 40px;
  font-size: 16px; }
  @media (min-width: 992px) {
    .btn {
      border-width: 1px;
      font-size: 18px; } }
  .btn:hover {
    background: #000;
    color: #fff; }
  .btn svg {
    width: 16px;
    height: 20px; }
  .btn__white {
    border-color: #fff;
    color: #fff; }
    .btn__white:hover {
      background: #fff;
      color: #000; }

.fancybox-container {
  font-family: "Samsung Sharp Sans", sans-serif; }
.fancybox-bg {
  background: rgba(0, 0, 0, 0.85); }

.modal__form {
  background: none; }
  .modal__form-success {
    color: #fff;
    text-align: center; }
  .modal__form-title {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 73px; }
  .modal__form .fancybox-close-small {
    display: none; }
  .modal__form-close {
    position: fixed;
    right: 0;
    top: 0;
    cursor: pointer; }
    .modal__form-close svg {
      width: 30px;
      height: 30px; }

.form__field {
  width: 370px;
  max-width: 90%;
  margin: 0 auto 12px; }
  .form__field-submit {
    margin-bottom: 22px; }
  .form__field input {
    background: #D9D9D9;
    border-radius: 30px; }
  .form__field button[type=submit] {
    width: 100%;
    color: #fff;
    font-family: "Samsung Sharp Sans", sans-serif;
    background: #D92B23;
    border-radius: 30px; }
  .form__field.agreement input {
    position: absolute;
    opacity: 0; }
    .form__field.agreement input:checked + span svg {
      opacity: 1; }
  .form__field.agreement label {
    display: flex;
    gap: 20px;
    color: #fff;
    font-family: "SamsungOne", sans-serif;
    font-size: 14px; }
  .form__field.agreement span {
    display: flex;
    width: 22px;
    height: 22px;
    flex: none;
    position: relative; }
    .form__field.agreement span:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 2px;
      border: 2px solid #fff; }
    .form__field.agreement span svg {
      width: 100%;
      height: 100%;
      transition: .2s;
      opacity: 0; }

@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/ladogaz/fonts/Gilroy-Thin.eot");
  src: local("Gilroy Thin"), local("Gilroy-Thin"), url("/local/templates/ladogaz/fonts/Gilroy-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/Gilroy-Thin.woff") format("woff"), url("/local/templates/ladogaz/fonts/Gilroy-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/ladogaz/fonts/Gilroy-UltraLight.eot");
  src: local("Gilroy UltraLight"), local("Gilroy-UltraLight"), url("/local/templates/ladogaz/fonts/Gilroy-UltraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/Gilroy-UltraLight.woff") format("woff"), url("/local/templates/ladogaz/fonts/Gilroy-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/ladogaz/fonts/Gilroy-Light.eot");
  src: local("Gilroy Light"), local("Gilroy-Light"), url("/local/templates/ladogaz/fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/Gilroy-Light.woff") format("woff"), url("/local/templates/ladogaz/fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/ladogaz/fonts/Gilroy-Regular.eot");
  src: local("Gilroy Regular"), local("Gilroy-Regular"), url("/local/templates/ladogaz/fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/Gilroy-Regular.woff") format("woff"), url("/local/templates/ladogaz/fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/ladogaz/fonts/Gilroy-Medium.eot");
  src: local("Gilroy Medium"), local("Gilroy-Medium"), url("/local/templates/ladogaz/fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/Gilroy-Medium.woff") format("woff"), url("/local/templates/ladogaz/fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/ladogaz/fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy SemiBold"), local("Gilroy-SemiBold"), url("/local/templates/ladogaz/fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/Gilroy-SemiBold.woff") format("woff"), url("/local/templates/ladogaz/fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/ladogaz/fonts/Gilroy-Heavy.eot");
  src: local("Gilroy Heavy"), local("Gilroy-Heavy"), url("/local/templates/ladogaz/fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/Gilroy-Heavy.woff") format("woff"), url("/local/templates/ladogaz/fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/ladogaz/fonts/Gilroy-ExtraBold.eot");
  src: local("Gilroy ExtraBold"), local("Gilroy-ExtraBold"), url("/local/templates/ladogaz/fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/Gilroy-ExtraBold.woff") format("woff"), url("/local/templates/ladogaz/fonts/Gilroy-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'SamsungOne';
  src: url("/local/templates/ladogaz/fonts/SamsungOne-400.eot");
  src: url("/local/templates/ladogaz/fonts/SamsungOne-400.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/SamsungOne-400.woff2") format("woff2"), url("/local/templates/ladogaz/fonts/SamsungOne-400.woff") format("woff"), url("/local/templates/ladogaz/fonts/SamsungOne-400.ttf") format("truetype"), url("/local/templates/ladogaz/fonts/SamsungOne-400.svg#SamsungOne-400") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'SamsungOne';
  src: url("/local/templates/ladogaz/fonts/SamsungOne-700.eot");
  src: url("/local/templates/ladogaz/fonts/SamsungOne-700.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/SamsungOne-700.woff2") format("woff2"), url("/local/templates/ladogaz/fonts/SamsungOne-700.woff") format("woff"), url("/local/templates/ladogaz/fonts/SamsungOne-700.ttf") format("truetype"), url("/local/templates/ladogaz/fonts/SamsungOne-700.svg#SamsungOne-700") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url("/local/templates/ladogaz/fonts/SamsungSharpSans-Bold.eot");
  src: url("/local/templates/ladogaz/fonts/SamsungSharpSans-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/ladogaz/fonts/SamsungSharpSans-Bold.woff2") format("woff2"), url("/local/templates/ladogaz/fonts/SamsungSharpSans-Bold.woff") format("woff"), url("/local/templates/ladogaz/fonts/SamsungSharpSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/*
 * base on bootstrap 4
 */
/* container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1500px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1870px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }

.m-auto {
  margin: auto; }

/* row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1500px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1870px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

/* col */
.col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-fhd, .col-fhd-auto, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-fhd, .col-fhd-auto, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-fhd, .col-fhd-auto, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-fhd, .col-fhd-auto, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-fhd, .col-fhd-auto, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1500px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-fhd, .col-fhd-auto, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1870px) {
    .col, .col-auto, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl, .col-xxl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-fhd, .col-fhd-auto, .col-fhd-1, .col-fhd-2, .col-fhd-3, .col-fhd-4, .col-fhd-5, .col-fhd-6, .col-fhd-7, .col-fhd-8, .col-fhd-9, .col-fhd-10, .col-fhd-11, .col-fhd-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1; }

.col-auto {
  width: auto;
  max-width: none;
  flex: 0 0 auto; }

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

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

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

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

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

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

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

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

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

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

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

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

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

.offset-12 {
  margin-left: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 576px) {
  .order-sm-first {
    order: -1; } }

@media (min-width: 576px) {
  .order-sm-last {
    order: 13; } }

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0; } }

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1; } }

@media (min-width: 576px) {
  .order-sm-2 {
    order: 2; } }

@media (min-width: 576px) {
  .order-sm-3 {
    order: 3; } }

@media (min-width: 576px) {
  .order-sm-4 {
    order: 4; } }

@media (min-width: 576px) {
  .order-sm-5 {
    order: 5; } }

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6; } }

@media (min-width: 576px) {
  .order-sm-7 {
    order: 7; } }

@media (min-width: 576px) {
  .order-sm-8 {
    order: 8; } }

@media (min-width: 576px) {
  .order-sm-9 {
    order: 9; } }

@media (min-width: 576px) {
  .order-sm-10 {
    order: 10; } }

@media (min-width: 576px) {
  .order-sm-11 {
    order: 11; } }

@media (min-width: 576px) {
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

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

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

@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .order-md-first {
    order: -1; } }

@media (min-width: 768px) {
  .order-md-last {
    order: 13; } }

@media (min-width: 768px) {
  .order-md-0 {
    order: 0; } }

@media (min-width: 768px) {
  .order-md-1 {
    order: 1; } }

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    order: 3; } }

@media (min-width: 768px) {
  .order-md-4 {
    order: 4; } }

@media (min-width: 768px) {
  .order-md-5 {
    order: 5; } }

@media (min-width: 768px) {
  .order-md-6 {
    order: 6; } }

@media (min-width: 768px) {
  .order-md-7 {
    order: 7; } }

@media (min-width: 768px) {
  .order-md-8 {
    order: 8; } }

@media (min-width: 768px) {
  .order-md-9 {
    order: 9; } }

@media (min-width: 768px) {
  .order-md-10 {
    order: 10; } }

@media (min-width: 768px) {
  .order-md-11 {
    order: 11; } }

@media (min-width: 768px) {
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

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

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

@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .order-lg-first {
    order: -1; } }

@media (min-width: 992px) {
  .order-lg-last {
    order: 13; } }

@media (min-width: 992px) {
  .order-lg-0 {
    order: 0; } }

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1; } }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3; } }

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4; } }

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5; } }

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6; } }

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7; } }

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8; } }

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9; } }

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10; } }

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11; } }

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

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

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

@media (min-width: 1200px) {
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%; } }

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%; } }

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1; } }

@media (min-width: 1200px) {
  .order-xl-last {
    order: 13; } }

@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0; } }

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1; } }

@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2; } }

@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3; } }

@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4; } }

@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5; } }

@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6; } }

@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7; } }

@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8; } }

@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9; } }

@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10; } }

@media (min-width: 1200px) {
  .order-xl-11 {
    order: 11; } }

@media (min-width: 1200px) {
  .order-xl-12 {
    order: 12; } }

@media (min-width: 1500px) {
  .col-xxl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1500px) {
  .col-xxl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1500px) {
  .col-xxl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1500px) {
  .col-xxl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1500px) {
  .col-xxl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1500px) {
  .col-xxl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1500px) {
  .col-xxl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1500px) {
  .col-xxl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1500px) {
  .col-xxl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1500px) {
  .col-xxl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1500px) {
  .col-xxl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1500px) {
  .col-xxl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1500px) {
  .col-xxl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1500px) {
  .col-xxl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1500px) {
  .offset-xxl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1500px) {
  .offset-xxl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1500px) {
  .offset-xxl-3 {
    margin-left: 25%; } }

@media (min-width: 1500px) {
  .offset-xxl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1500px) {
  .offset-xxl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1500px) {
  .offset-xxl-6 {
    margin-left: 50%; } }

@media (min-width: 1500px) {
  .offset-xxl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1500px) {
  .offset-xxl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1500px) {
  .offset-xxl-9 {
    margin-left: 75%; } }

@media (min-width: 1500px) {
  .offset-xxl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1500px) {
  .offset-xxl-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1500px) {
  .order-xxl-first {
    order: -1; } }

@media (min-width: 1500px) {
  .order-xxl-last {
    order: 13; } }

@media (min-width: 1500px) {
  .order-xxl-0 {
    order: 0; } }

@media (min-width: 1500px) {
  .order-xxl-1 {
    order: 1; } }

@media (min-width: 1500px) {
  .order-xxl-2 {
    order: 2; } }

@media (min-width: 1500px) {
  .order-xxl-3 {
    order: 3; } }

@media (min-width: 1500px) {
  .order-xxl-4 {
    order: 4; } }

@media (min-width: 1500px) {
  .order-xxl-5 {
    order: 5; } }

@media (min-width: 1500px) {
  .order-xxl-6 {
    order: 6; } }

@media (min-width: 1500px) {
  .order-xxl-7 {
    order: 7; } }

@media (min-width: 1500px) {
  .order-xxl-8 {
    order: 8; } }

@media (min-width: 1500px) {
  .order-xxl-9 {
    order: 9; } }

@media (min-width: 1500px) {
  .order-xxl-10 {
    order: 10; } }

@media (min-width: 1500px) {
  .order-xxl-11 {
    order: 11; } }

@media (min-width: 1500px) {
  .order-xxl-12 {
    order: 12; } }

@media (min-width: 1870px) {
  .col-fhd {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1870px) {
  .col-fhd-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1870px) {
  .col-fhd-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1870px) {
  .col-fhd-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1870px) {
  .col-fhd-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1870px) {
  .col-fhd-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1870px) {
  .col-fhd-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1870px) {
  .col-fhd-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1870px) {
  .col-fhd-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1870px) {
  .col-fhd-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1870px) {
  .col-fhd-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1870px) {
  .col-fhd-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1870px) {
  .col-fhd-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1870px) {
  .col-fhd-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1870px) {
  .offset-fhd-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1870px) {
  .offset-fhd-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1870px) {
  .offset-fhd-3 {
    margin-left: 25%; } }

@media (min-width: 1870px) {
  .offset-fhd-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1870px) {
  .offset-fhd-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1870px) {
  .offset-fhd-6 {
    margin-left: 50%; } }

@media (min-width: 1870px) {
  .offset-fhd-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1870px) {
  .offset-fhd-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1870px) {
  .offset-fhd-9 {
    margin-left: 75%; } }

@media (min-width: 1870px) {
  .offset-fhd-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1870px) {
  .offset-fhd-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1870px) {
  .order-fhd-first {
    order: -1; } }

@media (min-width: 1870px) {
  .order-fhd-last {
    order: 13; } }

@media (min-width: 1870px) {
  .order-fhd-0 {
    order: 0; } }

@media (min-width: 1870px) {
  .order-fhd-1 {
    order: 1; } }

@media (min-width: 1870px) {
  .order-fhd-2 {
    order: 2; } }

@media (min-width: 1870px) {
  .order-fhd-3 {
    order: 3; } }

@media (min-width: 1870px) {
  .order-fhd-4 {
    order: 4; } }

@media (min-width: 1870px) {
  .order-fhd-5 {
    order: 5; } }

@media (min-width: 1870px) {
  .order-fhd-6 {
    order: 6; } }

@media (min-width: 1870px) {
  .order-fhd-7 {
    order: 7; } }

@media (min-width: 1870px) {
  .order-fhd-8 {
    order: 8; } }

@media (min-width: 1870px) {
  .order-fhd-9 {
    order: 9; } }

@media (min-width: 1870px) {
  .order-fhd-10 {
    order: 10; } }

@media (min-width: 1870px) {
  .order-fhd-11 {
    order: 11; } }

@media (min-width: 1870px) {
  .order-fhd-12 {
    order: 12; } }

/* display */
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; } }

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; } }

@media (min-width: 576px) {
  .d-sm-table {
    display: table !important; } }

@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important; } }

@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important; } }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; } }

@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; } }

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-table {
    display: table !important; } }

@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important; } }

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important; } }

@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important; } }

@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .d-xl-table {
    display: table !important; } }

@media (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important; } }

@media (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1500px) {
  .d-xxl-none {
    display: none !important; } }

@media (min-width: 1500px) {
  .d-xxl-inline {
    display: inline !important; } }

@media (min-width: 1500px) {
  .d-xxl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1500px) {
  .d-xxl-block {
    display: block !important; } }

@media (min-width: 1500px) {
  .d-xxl-table {
    display: table !important; } }

@media (min-width: 1500px) {
  .d-xxl-table-row {
    display: table-row !important; } }

@media (min-width: 1500px) {
  .d-xxl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1500px) {
  .d-xxl-flex {
    display: flex !important; } }

@media (min-width: 1500px) {
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1870px) {
  .d-fhd-none {
    display: none !important; } }

@media (min-width: 1870px) {
  .d-fhd-inline {
    display: inline !important; } }

@media (min-width: 1870px) {
  .d-fhd-inline-block {
    display: inline-block !important; } }

@media (min-width: 1870px) {
  .d-fhd-block {
    display: block !important; } }

@media (min-width: 1870px) {
  .d-fhd-table {
    display: table !important; } }

@media (min-width: 1870px) {
  .d-fhd-table-row {
    display: table-row !important; } }

@media (min-width: 1870px) {
  .d-fhd-table-cell {
    display: table-cell !important; } }

@media (min-width: 1870px) {
  .d-fhd-flex {
    display: flex !important; } }

@media (min-width: 1870px) {
  .d-fhd-inline-flex {
    display: inline-flex !important; } }

html, body {
  min-width: 320px;
  height: 100%; }

.wrapper {
  position: relative; }

.video__container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video__container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.content__page {
  padding: 100px 0 50px; }

.animation {
  opacity: 0;
  transition: 1s linear; }
  .animation.element-show {
    opacity: 1; }

.swiper-wrapper {
  height: auto; }

.header {
  background: rgba(255, 255, 255, 0.75);
  padding: 10px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  transition: .3s linear; }
  .header.fix {
    background: #fff;
    padding: 3px 0; }
    .header.fix .mobile__menu {
      top: 40px;
      height: calc(100vh - 40px); }
    .header.fix .catalog__menu-wrapper {
      margin-top: 9px; }
  .header__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 33px; }
  .header__logo {
    flex: none;
    width: 70px; }
    @media (min-width: 375px) {
      .header__logo {
        width: 100px; } }
    @media (min-width: 992px) {
      .header__logo {
        width: 170px; } }
    .header__logo a {
      display: flex;
      transition: .3s linear;
      /*height: 40px;
      @include breakpoint(lg) {
        height: 59px;
      }*/ }
  .header__nav {
    flex-grow: 1;
    display: none; }
    @media (min-width: 992px) {
      .header__nav {
        display: block; } }
    @media (min-width: 1200px) {
      .header__nav {
        margin-left: 100px; } }
  .header__phone {
    font-weight: 700;
    font-size: 10px; }
    @media (min-width: 375px) {
      .header__phone {
        font-size: 12px; } }
    @media (min-width: 992px) {
      .header__phone {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .header__phone {
        font-size: 15px; } }
  .header__btn {
    display: flex; }
    @media (min-width: 992px) {
      .header__btn a {
        padding: 7px 15px; } }
    @media (min-width: 1200px) {
      .header__btn a {
        padding: 7px 37px; } }

.mobile__menu {
  transition: .3s;
  width: 100%;
  transform: translateX(-100%);
  position: fixed;
  left: 0;
  top: 54px;
  height: calc(100vh - 54px);
  background: #f6f6f6;
  color: #000;
  padding-top: 30px; }
  @media (min-width: 992px) {
    .mobile__menu {
      padding-top: 50px; } }
  .mobile__menu.open {
    transform: translateX(0); }
  @media (min-width: 992px) {
    .mobile__menu nav {
      height: 100%;
      border-left: 2px solid #ccc; } }
  .mobile__menu nav ul {
    display: block; }
    @media (min-width: 992px) {
      .mobile__menu nav ul {
        padding-left: 30px; } }
    .mobile__menu nav ul a {
      display: block;
      padding: 10px 0;
      text-align: center;
      font-size: 16px; }
      @media (min-width: 992px) {
        .mobile__menu nav ul a {
          text-align: left; } }

nav ul {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding-left: 0;
  gap: 10px; }
  @media (min-width: 1200px) {
    nav ul {
      gap: 22px; } }
  nav ul a {
    font-weight: 700; }
    @media (min-width: 992px) {
      nav ul a {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      nav ul a {
        font-size: 15px; } }
  nav ul li.catalog-li:hover .catalog__menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  nav ul .submenu {
    transform: translateY(-1rem);
    transition: .2s;
    padding-top: 0.5rem;
    position: absolute;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    width: 150px; }
    nav ul .submenu ul {
      display: block;
      background: #fff;
      box-shadow: 15px 15px 40px rgba(52, 60, 75, 0.15);
      padding: 10px 15px;
      border-radius: 6px;
      transform: translateX(-15px); }
      nav ul .submenu ul a {
        padding: 5px 0; }

.catalog__menu {
  width: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: .2s;
  visibility: hidden;
  transform: translateY(-10px); }
  .catalog__menu-wrapper {
    background: #fff;
    padding: 44px 0;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    transition: .2s; }
  .catalog__menu-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px; }
  .catalog__menu-item {
    text-align: center;
    text-transform: uppercase; }
    .catalog__menu-item-img {
      display: flex;
      margin-bottom: 10px; }
    .catalog__menu-item-title {
      font-size: 15px;
      font-weight: bold; }

.footer {
  background: #f3f3f3; }
  .footer__content {
    padding: 30px 0; }
    @media (min-width: 992px) {
      .footer__content {
        padding: 70px 0 80px; } }
  .footer__logo {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .footer__logo {
        margin-bottom: 0; } }
    .footer__logo img {
      max-width: 210px; }
    .footer__logo span {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 16px;
      display: block;
      margin-top: -5px; }
  .footer__block {
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .footer__block:last-child {
        margin-bottom: 0; } }
    .footer__block-title {
      font-weight: 700;
      margin-bottom: 12px; }
    .footer__block-content {
      font-size: 14px; }
      @media (min-width: 992px) {
        .footer__block-content {
          font-size: 16px; } }
  .footer__menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .footer__menu ul li {
      margin-bottom: 10px; }
      .footer__menu ul li:last-child {
        margin-bottom: 0; }
  .footer__bottom {
    border-top: 2px solid #A9A9A9;
    font-size: 14px;
    padding: 20px 0; }
    @media (min-width: 992px) {
      .footer__bottom {
        padding: 40px 0; } }
  @media (min-width: 992px) {
    .footer__policy {
      text-align: center; } }

.burger {
  cursor: pointer; }
  .burger.active span {
    opacity: 1;
    transform: rotate(45deg) translate(1px, -2px); }
    .burger.active span:nth-last-child(1) {
      transform: rotate(-45deg) translate(2px, -1px); }
    .burger.active span:nth-last-child(2) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2); }
  .burger span {
    display: block;
    width: 24px;
    height: 1px;
    margin-bottom: 7px;
    margin-left: auto;
    position: relative;
    background: #000;
    z-index: 2;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    .burger span:first-child {
      transform-origin: 0% 0%; }
    .burger span:nth-last-child(2) {
      transform-origin: 0% 100%; }
    .burger span:last-child {
      margin-bottom: 0; }

.socials {
  display: flex;
  align-items: center;
  gap: 5px; }
  .socials__item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px; }
    .socials__item svg {
      width: 100%;
      height: 100%; }

.wrapper {
  /*.content {
    padding-top: calc(100vw * 4 / 3);
    @include breakpoint(md) {
      padding-top: calc(100vw * 9 / 16);
    }
    @include breakpoint(xl) {
      padding-top: calc(100vh - 60px);
    }
  }*/ }

.model__sections {
  display: flex;
  flex-direction: column; }
  .model__sections .model10e.sec1 {
    order: 1; }
  .model__sections .model10e.sec2 {
    order: 2; }
  .model__sections .model10e.sec3 {
    order: 3; }
  .model__sections .model10e.sec4 {
    order: 4; }
  .model__sections .model10e.sec5 {
    order: 5; }
  .model__sections .model10e.sec6 {
    order: 6; }
  .model__sections .model10e.sec7 {
    order: 7; }
  .model__sections .model10e.sec8 {
    order: 8; }
  .model__sections .model10e.sec9 {
    order: 9; }
  .model__sections .model10e.sec10 {
    order: 10; }
  .model__sections .model10ed.sec1 {
    order: 1; }
  .model__sections .model10ed.sec2 {
    order: 2; }
  .model__sections .model10ed.sec3 {
    order: 5; }
  .model__sections .model10ed.sec61 {
    order: 4; }
  .model__sections .model10ed.sec81 {
    order: 3; }
  .model__sections .model10ed.sec8 {
    order: 5; }
  .model__sections .model10ed.sec9 {
    order: 6; }
  .model__sections .model10ed.sec10 {
    order: 7; }
  .model__sections .model10s.sec1, .model__sections .model11pl.sec1 {
    order: 1; }
  .model__sections .model10s.sec2, .model__sections .model11pl.sec2 {
    order: 2; }
  .model__sections .model10s.sec3, .model__sections .model11pl.sec3 {
    order: 7; }
  .model__sections .model10s.sec6, .model__sections .model11pl.sec6 {
    order: 5; }
  .model__sections .model10s.sec7, .model__sections .model11pl.sec7 {
    order: 6; }
  .model__sections .model10s.sec8, .model__sections .model11pl.sec8 {
    order: 3; }
  .model__sections .model10s.sec81, .model__sections .model11pl.sec81 {
    order: 8; }
  .model__sections .model10s.sec9, .model__sections .model11pl.sec9 {
    order: 9; }
  .model__sections .model10s.sec10, .model__sections .model11pl.sec10 {
    order: 10; }
  .model__sections .model10s.sec11, .model__sections .model11pl.sec11 {
    order: 4; }
  .model__sections .model11pl-01.sec1 {
    order: 1; }
  .model__sections .model11pl-01.sec2 {
    order: 2; }
  .model__sections .model11pl-01.sec3 {
    order: 3; }
  .model__sections .model11pl-01.sec4 {
    order: 4; }
  .model__sections .model11pl-01.sec5 {
    order: 5; }
  .model__sections .model11pl-01.sec8 {
    order: 6; }
  .model__sections .model11pl-01.sec9 {
    order: 9; }
  .model__sections .model11pl-01.sec10 {
    order: 10; }
  .model__sections .model11ed.sec1 {
    order: 1; }
  .model__sections .model11ed.sec2 {
    order: 2; }
  .model__sections .model11ed.sec81 {
    order: 3; }
  .model__sections .model11ed.sec3 {
    order: 4; }
  .model__sections .model11ed.sec8 {
    order: 5; }
  .model__sections .model11ed.sec9 {
    order: 9; }
  .model__sections .model11ed.sec10 {
    order: 10; }
  .model__sections .model14fd.sec1 {
    order: 1; }
  .model__sections .model14fd.sec2 {
    order: 2; }
  .model__sections .model14fd.sec3 {
    order: 5; }
  .model__sections .model14fd.sec61 {
    order: 4; }
  .model__sections .model14fd.sec6 {
    order: 6; }
  .model__sections .model14fd.sec7 {
    order: 7; }
  .model__sections .model14fd.sec8 {
    order: 3; }
  .model__sections .model14fd.sec81 {
    order: 8; }
  .model__sections .model14fd.sec9 {
    order: 9; }
  .model__sections .model14fd.sec10 {
    order: 10; }

.sec1 {
  position: relative; }
  .sec1.white {
    color: #fff; }
    .sec1.white .sec1__btn .btn {
      color: #fff;
      border-color: #fff; }
  .sec1.model10e .sec1__container {
    background: #dcf5f7; }
  @media (min-width: 1870px) {
    .sec1.model10e .sec1__title2 {
      font-size: 66px; } }
  @media (min-width: 992px) {
    .sec1.model10e .sec1__title3 {
      font-size: 38px;
      margin-bottom: 15px; } }
  @media (min-width: 1200px) {
    .sec1.model10e .sec1__title3 {
      margin-bottom: 20px;
      font-size: 40px; } }
  @media (min-width: 1500px) {
    .sec1.model10e .sec1__title3 {
      font-size: 46px;
      margin-bottom: 40px; } }
  @media (min-width: 1870px) {
    .sec1.model10e .sec1__title3 {
      font-size: 60px;
      margin-bottom: 60px; } }
  .sec1.model10e .sec1__chars-item-label {
    background-image: linear-gradient(90deg, #004EB3, #000 40%); }
    @media (min-width: 1500px) {
      .sec1.model10e .sec1__chars-item-label {
        font-size: 42px; } }
    @media (min-width: 1870px) {
      .sec1.model10e .sec1__chars-item-label {
        font-size: 48px; } }
  .sec1.model10s .sec1__container {
    background: #458a89; }
  .sec1.model10s .sec1__chars-item-label {
    background-image: linear-gradient(90deg, #B2D3FF, #fff 40%); }
  .sec1.model10ed .sec1__container {
    background: #4e2f4b; }
  .sec1.model10ed .sec1__info {
    margin-left: auto; }
    @media (min-width: 1500px) {
      .sec1.model10ed .sec1__info {
        max-width: 660px; } }
    @media (min-width: 1870px) {
      .sec1.model10ed .sec1__info {
        max-width: 700px; } }
  .sec1.model10ed .sec1__chars-item-label {
    background-image: linear-gradient(90deg, #FFB4B4, #fff 40%); }
  .sec1.model11pl .sec1__container {
    background: #512e5a; }
  .sec1.model11pl .sec1__info {
    margin-left: auto; }
    @media (min-width: 1500px) {
      .sec1.model11pl .sec1__info {
        max-width: 660px; } }
    @media (min-width: 1870px) {
      .sec1.model11pl .sec1__info {
        max-width: 700px; } }
  .sec1.model11pl .sec1__chars-item-label {
    background-image: linear-gradient(90deg, #E9D0FF, #fff 40%); }
  .sec1.model11pl-01 .sec1__container {
    background: #6f5587; }
  .sec1.model11pl-01 .sec1__chars-item-label {
    background-image: linear-gradient(90deg, #B8E7FF, #fff 40%); }
  .sec1.model11ed .sec1__container {
    background: #226b97; }
  .sec1.model11ed .sec1__info {
    margin-left: auto; }
    @media (min-width: 1500px) {
      .sec1.model11ed .sec1__info {
        max-width: 660px; } }
    @media (min-width: 1870px) {
      .sec1.model11ed .sec1__info {
        max-width: 700px; } }
  @media (min-width: 1500px) {
    .sec1.model11ed .sec1__title3 {
      font-size: 32px; } }
  .sec1.model11ed .sec1__chars-item-label {
    background-image: linear-gradient(90deg, #CADEED, #fff 40%); }
  .sec1.model14fd .sec1__container {
    background: #423661; }
  @media (min-width: 1500px) {
    .sec1.model14fd .sec1__title2 {
      font-size: 46px; } }
  .sec1.model14fd .sec1__chars-item-label {
    background-image: linear-gradient(90deg, #FFCCCC, #fff 40%); }
  @media (min-width: 768px) {
    .sec1.index {
      color: #fff; } }
  @media (min-width: 1870px) {
    .sec1.index .sec1__container {
      padding-top: 235px; } }
  .sec1.index .sec1__info {
    max-width: unset;
    text-align: center; }
  .sec1.index .sec1__title1, .sec1.index .sec1__title2 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    background-image: linear-gradient(90deg, #72FFE8, #81A9FF);
    text-shadow: 8px 8px 8px 0 rgba(0, 0, 0, 0.5);
    font-family: "Samsung Sharp Sans", sans-serif;
    margin-bottom: 0;
    line-height: 1; }
  .sec1.index .sec1__title1 {
    position: relative;
    font-size: 24px; }
    @media (min-width: 992px) {
      .sec1.index .sec1__title1 {
        font-size: 66px; } }
  .sec1.index .sec1__title2 {
    font-size: 76px; }
    @media (min-width: 992px) {
      .sec1.index .sec1__title2 {
        font-size: 210px; } }
  .sec1.index .sec1__text {
    font-weight: 700;
    margin: 20px 0 40px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .sec1.index .sec1__text {
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        margin: 50px 0 80px;
        font-size: 30px; } }
  .sec1.index .sec1__btn .btn {
    background: #fff;
    color: #000;
    border-color: #000; }
    @media (min-width: 768px) {
      .sec1.index .sec1__btn .btn {
        border-color: #fff; } }
    .sec1.index .sec1__btn .btn:hover {
      background: none;
      color: #fff; }
  .sec1__video {
    height: calc(100vw * 4 / 3);
    position: relative; }
    @media (min-width: 768px) {
      .sec1__video {
        height: calc(100vw * 9 / 16); } }
    @media (min-width: 1200px) {
      .sec1__video {
        height: 100vh; } }
    .sec1__video video {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .sec1 img {
    display: block;
    height: 290px;
    width: 100%;
    object-fit: cover; }
    @media (min-width: 768px) {
      .sec1 img {
        height: 370px; } }
    @media (min-width: 992px) {
      .sec1 img {
        height: auto; } }
  .sec1__container {
    padding: 50px 0 25px; }
    @media (min-width: 768px) {
      .sec1__container {
        padding: 40px 0 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        background: none !important; } }
    @media (min-width: 1500px) {
      .sec1__container {
        padding-top: 120px;
        display: block; } }
    @media (min-width: 1870px) {
      .sec1__container {
        padding-top: 145px; } }
  .sec1__info {
    text-align: center; }
    @media (min-width: 768px) {
      .sec1__info {
        text-align: left;
        max-width: 380px; } }
    @media (min-width: 992px) {
      .sec1__info {
        max-width: 545px; } }
    @media (min-width: 1500px) {
      .sec1__info {
        max-width: 710px; } }
    @media (min-width: 1870px) {
      .sec1__info {
        max-width: 750px; } }
  .sec1__title1 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .sec1__title1 {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .sec1__title1 {
        font-size: 24px;
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .sec1__title1 {
        font-size: 24px; } }
    @media (min-width: 1500px) {
      .sec1__title1 {
        font-size: 26px;
        margin-bottom: 30px; } }
    @media (min-width: 1870px) {
      .sec1__title1 {
        font-size: 34px;
        margin-bottom: 40px; } }
  .sec1__title2 {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 23px;
    line-height: 1; }
    @media (min-width: 768px) {
      .sec1__title2 {
        font-size: 26px; } }
    @media (min-width: 992px) {
      .sec1__title2 {
        font-size: 38px; } }
    @media (min-width: 1200px) {
      .sec1__title2 {
        font-size: 44px; } }
    @media (min-width: 1500px) {
      .sec1__title2 {
        font-size: 51px; } }
    @media (min-width: 1870px) {
      .sec1__title2 {
        font-size: 62px; } }
  .sec1__title3 {
    font-size: 21px;
    font-family: "Samsung Sharp Sans", sans-serif;
    margin-bottom: 25px;
    line-height: 1; }
    @media (min-width: 768px) {
      .sec1__title3 {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .sec1__title3 {
        font-size: 24px; } }
    @media (min-width: 1500px) {
      .sec1__title3 {
        font-size: 33px;
        margin-bottom: 30px; } }
    @media (min-width: 1870px) {
      .sec1__title3 {
        font-size: 40px;
        margin-bottom: 70px; } }
  .sec1__chars {
    margin-bottom: 25px; }
    @media (min-width: 1200px) {
      .sec1__chars {
        margin-bottom: 30px; } }
    @media (min-width: 1500px) {
      .sec1__chars {
        margin-bottom: 50px; } }
    @media (min-width: 1870px) {
      .sec1__chars {
        margin-bottom: 80px; } }
    .sec1__chars-item {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .sec1__chars-item {
          font-size: 14px; } }
      @media (min-width: 1500px) {
        .sec1__chars-item {
          font-size: 18px; } }
      .sec1__chars-item:last-child {
        margin-bottom: 0; }
      .sec1__chars-item-label {
        font-family: "Samsung Sharp Sans", sans-serif;
        background: linear-gradient(90deg, #004EB3, #000 40%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        line-height: 1;
        font-size: 20px;
        display: inline-block; }
        @media (min-width: 768px) {
          .sec1__chars-item-label {
            font-size: 20px; } }
        @media (min-width: 1200px) {
          .sec1__chars-item-label {
            font-size: 34px; } }
        @media (min-width: 1500px) {
          .sec1__chars-item-label {
            font-size: 40px; } }
.sec2 {
  padding: 50px 0;
  background-image: url(/local/templates/ladogaz/images/sec2-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative; }
  .sec2:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 40%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff); }
  @media (min-width: 992px) {
    .sec2 {
      padding: 130px 0 164px; } }
  .sec2.white h2 {
    color: #fff; }
  .sec2.white .sec2__subtitle {
    color: #fff; }
  .sec2.white .sec2__btn .btn {
    color: #fff;
    border-color: #fff; }
    .sec2.white .sec2__btn .btn:hover {
      background: #fff;
      color: #000; }
  .sec2.model10ed .sec2__model, .sec2.model11pl .sec2__model, .sec2.model11ed .sec2__model, .sec2.model14fd .sec2__model {
    margin-top: -70px; }
    @media (min-width: 768px) {
      .sec2.model10ed .sec2__model, .sec2.model11pl .sec2__model, .sec2.model11ed .sec2__model, .sec2.model14fd .sec2__model {
        margin-top: -150px; } }
    @media (min-width: 992px) {
      .sec2.model10ed .sec2__model, .sec2.model11pl .sec2__model, .sec2.model11ed .sec2__model, .sec2.model14fd .sec2__model {
        margin-top: -180px; } }
    @media (min-width: 1200px) {
      .sec2.model10ed .sec2__model, .sec2.model11pl .sec2__model, .sec2.model11ed .sec2__model, .sec2.model14fd .sec2__model {
        margin-top: -220px; } }
  .sec2.model10e .sec2__model {
    background-image: url(/local/templates/ladogaz/images/model-arrows.png); }
  .sec2.model11pl-01 .sec2__model {
    margin-top: -65px; }
    @media (min-width: 768px) {
      .sec2.model11pl-01 .sec2__model {
        margin-top: -110px; } }
    @media (min-width: 992px) {
      .sec2.model11pl-01 .sec2__model {
        margin-top: -140px; } }
    @media (min-width: 1200px) {
      .sec2.model11pl-01 .sec2__model {
        margin-top: -170px; } }
  .sec2__container {
    position: relative;
    z-index: 3; }
  .sec2__model {
    text-align: center;
    background-image: url(/local/templates/ladogaz/images/model-arrows-white.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    width: 420px;
    max-width: 100%;
    margin: -100px auto 30px; }
    @media (min-width: 768px) {
      .sec2__model {
        margin-top: -160px; } }
    @media (min-width: 992px) {
      .sec2__model {
        margin-top: -205px; } }
    @media (min-width: 1200px) {
      .sec2__model {
        margin-top: -250px; } }
  .sec2__title {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 95px;
    text-align: center;
    background-image: url(/local/templates/ladogaz/images/sec2-textbg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: blue;
    line-height: 1;
    margin-top: 30px; }
    @media (min-width: 768px) {
      .sec2__title {
        font-size: 190px; } }
    @media (min-width: 992px) {
      .sec2__title {
        font-size: 230px; } }
    @media (min-width: 1200px) {
      .sec2__title {
        font-size: 280px; } }
    @media (min-width: 1500px) {
      .sec2__title {
        font-size: 340px; } }
  .sec2__subtitle {
    text-align: center;
    font-weight: 700;
    margin-bottom: 33px; }
    @media (min-width: 768px) {
      .sec2__subtitle {
        font-size: 16px; } }
    @media (min-width: 992px) {
      .sec2__subtitle {
        font-size: 18px; } }
  .sec2__btn {
    display: flex;
    align-items: center;
    justify-content: center; }
  .sec2__chars {
    display: grid;
    grid-gap: 30px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .sec2__chars {
        grid-template-columns: repeat(3, 1fr); } }
    @media (min-width: 768px) {
      .sec2__chars-item:nth-child(2) {
        margin-left: auto; } }
    @media (min-width: 992px) {
      .sec2__chars-item:nth-child(2) {
        margin-left: 0; } }
    .sec2__chars-item-title {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 24px;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .sec2__chars-item-title {
          margin-bottom: 35px; } }
    .sec2__chars-list-title {
      font-weight: 700;
      text-decoration: underline;
      margin-bottom: 8px; }
    .sec2__chars-list-item {
      margin-bottom: 8px; }
      .sec2__chars-list-item:last-child {
        margin-bottom: 0; }
  .sec2__advs {
    display: grid;
    grid-gap: 15px; }
    @media (min-width: 768px) {
      .sec2__advs {
        justify-content: center; } }
    @media (min-width: 992px) {
      .sec2__advs {
        justify-content: flex-start;
        grid-gap: 30px;
        grid-template-columns: repeat(3, 1fr); } }
    .sec2__advs-item {
      display: flex;
      align-items: center;
      font-family: "Samsung Sharp Sans", sans-serif;
      gap: 10px;
      font-size: 16px; }
      @media (min-width: 992px) {
        .sec2__advs-item {
          gap: 20px;
          font-size: 18px; } }
      .sec2__advs-item-icon {
        width: 44px;
        height: 44px;
        flex: none;
        border: 2px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px; }
.sec3 {
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .sec3 {
      padding-bottom: 130px; } }
  @media (min-width: 1500px) {
    .sec3 {
      padding-bottom: 180px; } }
  .sec3.model10ed .sec3__top {
    border-radius: 20px 20px 0 0; }
    @media (min-width: 992px) {
      .sec3.model10ed .sec3__top {
        border-radius: 40px 40px 0 0; } }
  .sec3.model10s {
    background: #003957;
    padding-top: 26px;
    margin-top: -1px;
    color: #fff; }
    .sec3.model10s .btn {
      border-color: #fff; }
      .sec3.model10s .btn:hover {
        background: #fff;
        color: #000; }
  .sec3.model11pl {
    background: #241F35;
    padding-top: 26px;
    margin-top: -1px;
    color: #fff; }
    .sec3.model11pl .btn {
      border-color: #fff; }
      .sec3.model11pl .btn:hover {
        background: #fff;
        color: #000; }
  .sec3.model11ed {
    background: url(/local/templates/ladogaz/images/sec3-11ed.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 30px; }
    @media (min-width: 992px) {
      .sec3.model11ed {
        padding-top: 95px;
        padding-bottom: 75px; } }
    .sec3.model11ed h2 {
      margin-bottom: 10px; }
    .sec3.model11ed .btn {
      border-color: #fff; }
      .sec3.model11ed .btn:hover {
        border-color: #000; }
    .sec3.model11ed > .container {
      display: flex;
      flex-direction: column;
      gap: 70px; }
    .sec3.model11ed .sec3__top {
      margin-bottom: 0;
      order: 2; }
    .sec3.model11ed .sec3__info {
      order: 1; }
  .sec3.model14fd .sec3__top:after {
    content: none; }
  @media (min-width: 992px) {
    .sec3.model14fd .sec3__top-chars-item-title {
      font-size: 190px; } }
  @media (min-width: 992px) {
    .sec3.model14fd .sec3__info h2 {
      font-size: 52px; } }
  @media (min-width: 992px) {
    .sec3.model14fd .sec3__text {
      margin-bottom: 54px; } }
  .sec3__video {
    position: relative; }
    .sec3__video video {
      display: block;
      width: 100%;
      object-fit: contain; }
  .sec3__top {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 0 0 20px 20px; }
    @media (min-width: 992px) {
      .sec3__top {
        border-radius: 0 0 40px 40px;
        margin-bottom: 80px; } }
    .sec3__top:after {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, #004EB300 60%, #031E40); }
    .sec3__top-container {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      color: #fff;
      z-index: 2;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 15px; }
      @media (min-width: 992px) {
        .sec3__top-container {
          padding-bottom: 25px; } }
    .sec3__top-chars {
      display: flex;
      justify-content: center;
      margin-top: 16px;
      font-family: "Samsung Sharp Sans", sans-serif;
      gap: 15px; }
      @media (min-width: 992px) {
        .sec3__top-chars {
          gap: 26px; } }
      .sec3__top-chars-arrows {
        display: flex;
        justify-content: center;
        gap: 14px;
        width: 30%;
        flex: none; }
        .sec3__top-chars-arrows-item {
          width: 29px;
          height: 35px;
          flex: none;
          display: flex;
          align-items: center;
          justify-content: center; }
          .sec3__top-chars-arrows-item svg {
            width: 100%;
            height: 100%; }
          .sec3__top-chars-arrows-item:last-child svg {
            transform: rotate(180deg); }
      .sec3__top-chars-item {
        width: 35%;
        flex: none; }
        @media (min-width: 992px) {
          .sec3__top-chars-item {
            width: auto; } }
        .sec3__top-chars-item-title {
          line-height: 1;
          font-size: 20px; }
          @media (min-width: 992px) {
            .sec3__top-chars-item-title {
              font-size: 48px; } }
        .sec3__top-chars-item-text {
          font-size: 12px; }
          @media (min-width: 992px) {
            .sec3__top-chars-item-text {
              font-size: 16px; } }
  .sec3__info {
    text-align: center; }
  .sec3__subtitle {
    font-size: 18px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .sec3__subtitle {
        font-size: 24px;
        margin-bottom: 46px; } }
  .sec3__text {
    margin: 0 auto 28px; }
    @media (min-width: 992px) {
      .sec3__text {
        width: 66.7%; } }
.sec4 {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 90px 0 30px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media (min-width: 992px) {
    .sec4.model11pl-01 {
      padding-bottom: 50px; } }
  .sec4.model11pl-01 .sec4__img {
    margin-top: 50px; }
    @media (min-width: 992px) {
      .sec4.model11pl-01 .sec4__img {
        margin-top: 50px; } }
  .sec4.model11pl-01 .sec4__kvt {
    font-size: 90px; }
    @media (min-width: 768px) {
      .sec4.model11pl-01 .sec4__kvt {
        font-size: 150px; } }
    @media (min-width: 992px) {
      .sec4.model11pl-01 .sec4__kvt {
        font-size: 300px; } }
  .sec4.model11pl-01 .sec4__bg1 {
    background: radial-gradient(rgba(255, 0, 43, 0) 65%, rgba(255, 0, 43, 0.37) 70%); }
  .sec4.model11pl-01 .sec4__bg2 {
    background: radial-gradient(rgba(255, 0, 43, 0) 50%, rgba(255, 0, 43, 0.37) 70%); }
  .sec4 h2 {
    position: relative;
    z-index: 1;
    margin-bottom: 10px; }
  .sec4__subtitle {
    position: relative;
    z-index: 1;
    font-size: 16px; }
    @media (min-width: 992px) {
      .sec4__subtitle {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .sec4__subtitle {
        font-size: 24px; } }
  .sec4__text {
    margin-top: 15px;
    position: relative;
    z-index: 1; }
  .sec4__img {
    margin: 30px auto 0;
    position: relative;
    z-index: 2;
    max-width: 75%; }
    @media (min-width: 992px) {
      .sec4__img {
        max-width: unset;
        margin-top: 0; } }
  .sec4__bg1 {
    border-radius: 50%;
    margin: 0 auto;
    background: radial-gradient(rgba(255, 68, 0, 0) 50%, rgba(255, 68, 0, 0.37) 70%);
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    /*@include breakpoint(xxl) {
      width: 1033px;
      height: 1033px;
    }*/ }
    @media (min-width: 1200px) {
      .sec4__bg1 {
        width: 900px;
        height: 900px; } }
  .sec4__bg2 {
    border-radius: 50%;
    margin: 0 auto;
    background: radial-gradient(rgba(255, 68, 0, 0) 50%, rgba(255, 68, 0, 0.37) 70%);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%; }
  .sec4__kvt {
    font-family: "Samsung Sharp Sans", sans-serif;
    color: rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 3;
    font-size: 116px;
    margin-top: -20px;
    line-height: 0.6; }
    @media (min-width: 992px) {
      .sec4__kvt {
        margin-top: -150px;
        font-size: 400px; } }
.sec5 {
  text-align: center;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .sec5 {
      padding: 110px 0 170px; } }
  .sec5.model11pl-01 h2 {
    margin-bottom: 0; }
  .sec5.model11pl-01 .sec5__subtitle {
    -webkit-text-fill-color: #000;
    text-fill-color: #000; }
  .sec5__video {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 0 0 20px 20px; }
    @media (min-width: 992px) {
      .sec5__video {
        border-radius: 0 0 40px 40px;
        margin-bottom: 90px; } }
    .sec5__video video {
      width: 100%; }
  .sec5__img {
    margin: 0 auto;
    background: url("/local/templates/ladogaz/images/sec5-img.png") no-repeat 50% 100%;
    background-size: contain;
    padding-bottom: 45px;
    margin-bottom: 80px; }
  .sec5__subtitle {
    font-family: "Samsung Sharp Sans", sans-serif;
    line-height: 1;
    background: linear-gradient(90deg, #004EB3, #000 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px; }
    @media (min-width: 992px) {
      .sec5__subtitle {
        font-size: 48px;
        margin-bottom: 44px; } }
  .sec5__text {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .sec5__text {
        margin-bottom: 40px; } }
.sec6__video video {
  display: block;
  width: 100%;
  object-fit: cover; }
.sec6.model14fd {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .sec6.model14fd .sec6__img {
    display: flex;
    justify-content: center;
    width: 60%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .sec6.model14fd .sec6__img {
        width: auto; } }
.sec61 {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .sec61 {
      margin-bottom: 120px; } }
  .sec61 .sec6__video {
    position: relative; }
    @media (min-width: 992px) {
      .sec61 .sec6__video {
        font-weight: 700; } }
    .sec61 .sec6__video-container {
      margin-top: 25px; }
      @media (min-width: 992px) {
        .sec61 .sec6__video-container {
          margin-top: 0;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: flex;
          align-items: flex-end;
          padding-bottom: 120px; } }
    .sec61 .sec6__video-content {
      text-align: center; }
      @media (min-width: 992px) {
        .sec61 .sec6__video-content {
          color: #fff; } }
    .sec61 .sec6__video-title {
      margin-bottom: 7px; }
      @media (min-width: 992px) {
        .sec61 .sec6__video-title {
          text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5); } }
    .sec61 .sec6__video-subtitle {
      font-size: 16px;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .sec61 .sec6__video-subtitle {
          font-size: 24px;
          margin-bottom: 33px; } }
    .sec61 .sec6__video-text {
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .sec61 .sec6__video-text {
          margin-bottom: 40px; } }
    @media (min-width: 992px) {
      .sec61 .sec6__video-btn .btn {
        border-color: #fff; }
        .sec61 .sec6__video-btn .btn:hover {
          background: #fff;
          color: #000; } }
  .sec61.model14fd .sec6__video-title {
    text-shadow: unset; }
    .sec61.model14fd .sec6__video-title-big {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 50px; }
      @media (min-width: 992px) {
        .sec61.model14fd .sec6__video-title-big {
          font-size: 96px; } }
      .sec61.model14fd .sec6__video-title-big span {
        font-size: 75px; }
        @media (min-width: 992px) {
          .sec61.model14fd .sec6__video-title-big span {
            font-size: 190px; } }
.sec7 {
  text-align: center;
  padding: 20px 0;
  position: relative; }
  .sec7.model10e {
    background: linear-gradient(to bottom, #aee9ff, #fff); }
    .sec7.model10e:before {
      content: '';
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #aee9ff); }
  .sec7.model10s {
    background: #003957;
    color: #fff; }
    .sec7.model10s:before {
      content: '';
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #003957); }
  .sec7.model11pl {
    background: #241F35;
    color: #fff; }
    .sec7.model11pl:before {
      content: '';
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #241F35); }
  .sec7.model14fd {
    background: linear-gradient(to bottom, #844387, rgba(255, 255, 255, 0) 55%);
    position: relative;
    z-index: 2;
    padding-top: 30px;
    margin-top: -1px; }
    .sec7.model14fd h2 {
      margin-bottom: 0; }
    .sec7.model14fd .sec7__arrow {
      position: absolute;
      z-index: -1;
      left: 50%;
      top: -20%;
      width: 150px;
      height: 155px;
      margin-left: -75px; }
      @media (min-width: 992px) {
        .sec7.model14fd .sec7__arrow {
          top: -48%;
          width: 484px;
          height: 500px;
          margin-left: -242px; } }
    .sec7.model14fd .sec7__subtitle {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 16px;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .sec7.model14fd .sec7__subtitle {
          font-size: 40px;
          margin-bottom: 40px; } }
    .sec7.model14fd .sec7__btn {
      margin-top: 30px; }
  .sec7:before {
    position: absolute;
    width: 100%;
    height: 50px;
    left: 0;
    top: -48px; }
  @media (min-width: 992px) {
    .sec7 {
      padding-bottom: 140px; } }
.sec81 {
  text-align: center;
  padding: 37px 0 40px; }
  .sec81::-webkit-scrollbar {
    display: none; }
  @media (min-width: 992px) {
    .sec81 {
      padding-bottom: 140px;
      overflow-x: unset; } }
  .sec81.has-title .sec8__matrix-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%) matrix(0.3, 0, 0, 0.3, 0, 0);
    opacity: 0; }
  .sec81.model10ed .sec8__matrix {
    margin-bottom: 140px; }
    @media (min-width: 992px) {
      .sec81.model10ed .sec8__matrix {
        margin-bottom: 65px; } }
    .sec81.model10ed .sec8__matrix-header span:nth-child(1) {
      background: linear-gradient(#4E2B8B, #742235);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 12.5vw; }
      @media (min-width: 992px) {
        .sec81.model10ed .sec8__matrix-header span:nth-child(1) {
          font-size: 8vw; } }
    .sec81.model10ed .sec8__matrix-header span:nth-child(2) {
      background: linear-gradient(#742235, #4E2B8B);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 14vw; }
      @media (min-width: 992px) {
        .sec81.model10ed .sec8__matrix-header span:nth-child(2) {
          font-size: 9vw; } }
  .sec81.model10ed .sec8__img {
    border-radius: 0 0 40px 40px; }
    .sec81.model10ed .sec8__img img {
      width: auto; }
  .sec81.model10ed .sec8__title {
    margin-top: 63px; }
    .sec81.model10ed .sec8__title span {
      font-weight: normal; }
  .sec81.model10s {
    padding-top: 50px; }
    @media (min-width: 992px) {
      .sec81.model10s {
        padding-top: 150px; } }
    .sec81.model10s .sec8__matrix {
      padding-bottom: 0; }
      @media (min-width: 992px) {
        .sec81.model10s .sec8__matrix {
          padding-bottom: 50px; } }
      .sec81.model10s .sec8__matrix-header span:nth-child(1) {
        background: linear-gradient(#003957, #62FFF7);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 25vw; }
        @media (min-width: 992px) {
          .sec81.model10s .sec8__matrix-header span:nth-child(1) {
            font-size: 17vw; } }
      .sec81.model10s .sec8__matrix-header span:nth-child(2) {
        background: linear-gradient(#62FFF7, #003957);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 20vw; }
        @media (min-width: 992px) {
          .sec81.model10s .sec8__matrix-header span:nth-child(2) {
            font-size: 14vw; } }
    .sec81.model10s .sec8__img {
      border-radius: 0 0 40px 40px;
      overflow: hidden;
      display: flex; }
      .sec81.model10s .sec8__img img {
        width: auto;
        transform: unset; }
    .sec81.model10s .sec8__title {
      margin-top: 0; }
  .sec81.model11pl {
    padding-top: 50px; }
    @media (min-width: 992px) {
      .sec81.model11pl {
        padding-top: 150px; } }
    .sec81.model11pl .sec8__matrix {
      padding-bottom: 50px; }
      .sec81.model11pl .sec8__matrix-header span:nth-child(1) {
        background: linear-gradient(#241F35, #AA4A8A);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 20vw; }
        @media (min-width: 992px) {
          .sec81.model11pl .sec8__matrix-header span:nth-child(1) {
            font-size: 14vw; } }
      .sec81.model11pl .sec8__matrix-header span:nth-child(2) {
        background: linear-gradient(#AA4A8A, #241F35);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 15vw; }
        @media (min-width: 992px) {
          .sec81.model11pl .sec8__matrix-header span:nth-child(2) {
            font-size: 10vw; } }
    .sec81.model11pl .sec8__img {
      border-radius: 0 0 40px 40px;
      overflow: hidden;
      display: flex; }
      .sec81.model11pl .sec8__img img {
        width: auto;
        transform: unset; }
    .sec81.model11pl .sec8__title {
      margin-top: 0; }
  .sec81.model11ed {
    padding-top: 65px; }
    @media (min-width: 992px) {
      .sec81.model11ed {
        padding-top: 37px; } }
    .sec81.model11ed .sec8__matrix {
      padding-bottom: 60px;
      margin-bottom: 145px; }
      .sec81.model11ed .sec8__matrix-header span:nth-child(1) {
        background: linear-gradient(#14426D, #96AA9D);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 17vw; }
        @media (min-width: 768px) {
          .sec81.model11ed .sec8__matrix-header span:nth-child(1) {
            font-size: 16vw; } }
        @media (min-width: 992px) {
          .sec81.model11ed .sec8__matrix-header span:nth-child(1) {
            font-size: 11vw; } }
      .sec81.model11ed .sec8__matrix-header span:nth-child(2) {
        background: linear-gradient(#96AA9D, #14426D);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        font-size: 17vw; }
        @media (min-width: 768px) {
          .sec81.model11ed .sec8__matrix-header span:nth-child(2) {
            font-size: 16vw; } }
        @media (min-width: 992px) {
          .sec81.model11ed .sec8__matrix-header span:nth-child(2) {
            font-size: 11vw; } }
    .sec81.model11ed .sec8__img {
      border-radius: 0 0 40px 40px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      padding: 35px 0; }
      .sec81.model11ed .sec8__img img {
        transform: unset;
        width: 55%; }
        @media (min-width: 768px) {
          .sec81.model11ed .sec8__img img {
            width: 35%; } }
        @media (min-width: 992px) {
          .sec81.model11ed .sec8__img img {
            width: auto; } }
    .sec81.model11ed .sec8__title {
      margin-top: 0; }
      .sec81.model11ed .sec8__title span {
        font-weight: normal; }
  .sec81.model14fd .sec8__matrix {
    padding-bottom: 0;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .sec81.model14fd .sec8__matrix {
        margin-bottom: 80px; } }
  .sec81.model14fd .sec8__title span {
    font-weight: 400; }
  .sec81.model14fd .sec8__img {
    display: flex; }
    .sec81.model14fd .sec8__img img {
      transform: unset;
      width: auto; }
  @media (min-width: 992px) {
    .sec81 .sec8__matrix {
      margin-bottom: 100px; } }
.sec8 {
  text-align: center;
  padding: 37px 0 40px; }
  .sec8::-webkit-scrollbar {
    display: none; }
  @media (min-width: 992px) {
    .sec8 {
      padding-bottom: 140px;
      overflow-x: unset; } }
  .sec8.model10ed .sec8__matrix {
    padding-bottom: 0; }
  .sec8.model10ed .sec8__img img {
    margin-top: -115px; }
    @media (min-width: 1870px) {
      .sec8.model10ed .sec8__img img {
        width: 66%; } }
  .sec8.model10s .sec8__matrix {
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .sec8.model10s .sec8__matrix {
        padding-bottom: 80px; } }
  .sec8.model10s .sec8__img {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    display: flex; }
    @media (min-width: 992px) {
      .sec8.model10s .sec8__img {
        border-radius: 0 0 40px 40px; } }
    .sec8.model10s .sec8__img img {
      width: 100%;
      transform: unset; }
  .sec8.model10s .sec8__title h2 {
    line-height: 1.2; }
  .sec8.model10ed {
    padding-top: 110px; }
    @media (min-width: 992px) {
      .sec8.model10ed {
        padding-top: 37px; } }
  .sec8.model11pl .sec8__matrix {
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .sec8.model11pl .sec8__matrix {
        padding-bottom: 80px; } }
  .sec8.model11pl .sec8__img {
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    display: flex; }
    @media (min-width: 992px) {
      .sec8.model11pl .sec8__img {
        border-radius: 0 0 40px 40px; } }
    .sec8.model11pl .sec8__img img {
      width: 100%;
      transform: unset; }
  .sec8.model11pl .sec8__title h2 {
    line-height: 1.2; }
  @media (min-width: 992px) {
    .sec8.model11ed {
      padding-top: 180px; } }
  .sec8.model11ed .sec8__matrix {
    padding-bottom: 0;
    margin-bottom: 0; }
  .sec8.model11ed .sec8__title span {
    font-weight: normal; }
  .sec8.model11pl-01 .sec8__matrix {
    padding-bottom: 110px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .sec8.model11pl-01 .sec8__matrix {
        margin-bottom: 65px; } }
    .sec8.model11pl-01 .sec8__matrix-header span:nth-child(1) {
      background: linear-gradient(#0063B4, #FF3D6A);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 13vw; }
      @media (min-width: 768px) {
        .sec8.model11pl-01 .sec8__matrix-header span:nth-child(1) {
          font-size: 12vw; } }
      @media (min-width: 992px) {
        .sec8.model11pl-01 .sec8__matrix-header span:nth-child(1) {
          font-size: 8.5vw; } }
    .sec8.model11pl-01 .sec8__matrix-header span:nth-child(2) {
      background: linear-gradient(#FF3D6A, #0063B4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 29vw; }
      @media (min-width: 768px) {
        .sec8.model11pl-01 .sec8__matrix-header span:nth-child(2) {
          font-size: 27vw; } }
      @media (min-width: 992px) {
        .sec8.model11pl-01 .sec8__matrix-header span:nth-child(2) {
          font-size: 18vw; } }
  .sec8.model11pl-01 .sec8__title span {
    font-weight: 400; }
  .sec8.model11pl-01 .sec8__img {
    padding: 27px 0; }
    .sec8.model11pl-01 .sec8__img img {
      transform: unset;
      width: 30%;
      /*@include breakpoint(lg) {
        width: 60%;
      }*/ }
  .sec8.model14fd .sec8__matrix {
    padding-bottom: 40px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .sec8.model14fd .sec8__matrix {
        padding-bottom: 80px;
        margin-bottom: 65px; } }
    .sec8.model14fd .sec8__matrix-header span:nth-child(1) {
      background: linear-gradient(#000, #834387);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 27vw; }
      @media (min-width: 768px) {
        .sec8.model14fd .sec8__matrix-header span:nth-child(1) {
          font-size: 25vw; } }
      @media (min-width: 992px) {
        .sec8.model14fd .sec8__matrix-header span:nth-child(1) {
          font-size: 17vw; } }
    .sec8.model14fd .sec8__matrix-header span:nth-child(2) {
      background: linear-gradient(#834387, #000);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 22vw; }
      @media (min-width: 768px) {
        .sec8.model14fd .sec8__matrix-header span:nth-child(2) {
          font-size: 20vw; } }
      @media (min-width: 992px) {
        .sec8.model14fd .sec8__matrix-header span:nth-child(2) {
          font-size: 14vw; } }
  .sec8.model14fd .sec8__title h2 {
    margin-bottom: 30px; }
  .sec8.model14fd .sec8__title span {
    font-weight: 400; }
  .sec8.model14fd .sec8__img {
    padding: 27px 0; }
    .sec8.model14fd .sec8__img img {
      width: 33%; }
      @media (min-width: 992px) {
        .sec8.model14fd .sec8__img img {
          transform: unset; } }
  .sec8__icons {
    display: grid;
    margin-bottom: 20px;
    justify-content: center;
    grid-gap: 10px; }
    @media (min-width: 992px) {
      .sec8__icons {
        grid-gap: 30px;
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 1870px) {
      .sec8__icons {
        font-size: 20px; } }
    .sec8__icons-item {
      display: flex;
      align-items: center;
      gap: 10px; }
      @media (min-width: 992px) {
        .sec8__icons-item {
          gap: 20px;
          text-align: left; } }
      @media (min-width: 992px) {
        .sec8__icons-item:nth-child(2n+1) {
          text-align: right;
          justify-content: flex-end; }
          .sec8__icons-item:nth-child(2n+1) .sec8__icons-item-img, .sec8__icons-item:nth-child(2n+1) .sec8__icons-item-icon {
            order: 2; }
          .sec8__icons-item:nth-child(2n+1) .sec8__icons-item-title {
            order: 1; } }
      .sec8__icons-item-img {
        flex: none; }
      .sec8__icons-item-icon {
        flex: none;
        width: 80px;
        height: 80px;
        font-family: "Samsung Sharp Sans", sans-serif;
        color: #2F7877;
        font-size: 56px;
        border: 3px solid;
        border-radius: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 8px; }
  .sec8.has-title .sec8__matrix-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%) matrix(0.3, 0, 0, 0.3, 0, 0);
    opacity: 0; }
  .sec8__matrix {
    position: relative;
    padding-bottom: 250px;
    margin-bottom: 65px;
    z-index: 10; }
    @media (min-width: 768px) {
      .sec8__matrix {
        margin-bottom: 120px; } }
    @media (min-width: 992px) {
      .sec8__matrix {
        margin-bottom: 30px; } }
    @media (min-width: 1870px) {
      .sec8__matrix {
        margin-bottom: 30px; } }
    .sec8__matrix-header {
      font-size: 15vw;
      text-align: center;
      pointer-events: none;
      transform: matrix(1, 0, 0, 1, 0, 0);
      transform-origin: center center;
      font-family: "Samsung Sharp Sans", sans-serif;
      line-height: 1; }
      .sec8__matrix-header span {
        display: block; }
  .sec8__img {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: contain; }
    .sec8__img img {
      width: 60%;
      transform: translateY(-10px); }
      @media (min-width: 768px) {
        .sec8__img img {
          width: 50%; } }
      @media (min-width: 1500px) {
        .sec8__img img {
          width: 66%; } }
      @media (min-width: 1870px) {
        .sec8__img img {
          width: auto; } }
  .sec8__title {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .sec8__title {
        margin-bottom: 60px; } }
    .sec8__title h2 {
      margin-bottom: 10px; }
    .sec8__title span {
      font-weight: 700;
      font-size: 16px; }
      @media (min-width: 992px) {
        .sec8__title span {
          font-size: 24px; } }
  .sec8__text {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .sec8__text {
        margin-bottom: 60px; } }
  .sec8__btn {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10; }
.sec9 {
  background: #001D2F;
  position: relative;
  color: #fff;
  padding: 40px;
  overflow-x: hidden; }
  @media (min-width: 992px) {
    .sec9 {
      padding: 105px 0 120px; } }
  .sec9.model10ed {
    background: url(/local/templates/ladogaz/images/10ed-protect-bg.jpg) no-repeat 50%;
    background-size: cover; }
    .sec9.model10ed .sec9__title h2 {
      background: linear-gradient(90deg, #F3CFCF, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
  .sec9.model10s {
    background: #eaeaea; }
    .sec9.model10s .btn {
      border-color: #000;
      color: #000; }
      .sec9.model10s .btn:hover {
        background: #000;
        color: #fff; }
    .sec9.model10s .sec9__title {
      color: #000; }
      .sec9.model10s .sec9__title h2 {
        background: linear-gradient(90deg, #0B8684, #000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .sec9.model10s .swiper-pagination-bullet {
      border-color: #2F7877; }
      .sec9.model10s .swiper-pagination-bullet-active {
        background: #2F7877; }
  .sec9.model11pl {
    background: #eaeaea; }
    .sec9.model11pl .btn {
      border-color: #000;
      color: #000; }
      .sec9.model11pl .btn:hover {
        background: #000;
        color: #fff; }
    .sec9.model11pl .sec9__title {
      color: #000; }
      .sec9.model11pl .sec9__title h2 {
        background: linear-gradient(90deg, #6B2D77, #000);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent; }
    .sec9.model11pl .swiper-pagination-bullet {
      border-color: #2C006B; }
      .sec9.model11pl .swiper-pagination-bullet-active {
        background: #2C006B; }
  .sec9.model11pl-01 {
    background: linear-gradient(#785B97 20%, #2476BC, #F585A7); }
    .sec9.model11pl-01 .sec9__title h2 {
      background: linear-gradient(90deg, #97C4FF, #fff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
    .sec9.model11pl-01 .swiper-pagination-bullet-active {
      background: #fff; }
  .sec9.model11ed {
    background: linear-gradient(#005286, #367768); }
    .sec9.model11ed .sec9__title h2 {
      background: linear-gradient(90deg, #7DE4DF, #0098E4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
    .sec9.model11ed .swiper-pagination-bullet-active {
      background: #fff; }
  .sec9.model14fd {
    background: linear-gradient(#3A2357, #8D5087); }
    .sec9.model14fd .sec9__title h2 {
      background: linear-gradient(90deg, #D9B2DB, #89508C);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent; }
    .sec9.model14fd .swiper-pagination-bullet-active {
      background: #fff; }
  .sec9__container {
    position: relative;
    z-index: 2; }
  .sec9__title {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .sec9__title {
        margin-bottom: 47px; } }
    .sec9__title h2 {
      margin-bottom: 16px;
      background: linear-gradient(90deg, #62FFF7, #0098E4);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      display: inline-block; }
    .sec9__title-sub1 {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 16px; }
      @media (min-width: 992px) {
        .sec9__title-sub1 {
          font-size: 24px; } }
  .sec9__btn {
    display: flex;
    justify-content: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .sec9__btn {
        margin-bottom: 90px; } }
  .sec9__list.swiper {
    overflow: visible; }
  .sec9__item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 250px;
    height: 250px; }
    @media (min-width: 768px) {
      .sec9__item {
        width: 350px;
        height: 350px; } }
    @media (min-width: 992px) {
      .sec9__item {
        border-radius: 40px;
        width: 570px;
        height: 570px; } }
    .sec9__item-img {
      display: flex;
      justify-content: center; }
    .sec9__item-content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      padding: 25px 35px 25px 25px; }
      @media (min-width: 992px) {
        .sec9__item-content {
          padding: 50px 145px 50px 40px; } }
    .sec9__item-title {
      font-family: "Samsung Sharp Sans", sans-serif;
      margin-bottom: 16px;
      font-size: 20px; }
      @media (min-width: 992px) {
        .sec9__item-title {
          font-size: 36px; } }
    .sec9__item-text {
      font-weight: 700; }
  .sec9__bottom {
    text-align: center;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 24px; }
  .sec9 .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px; }
    @media (min-width: 992px) {
      .sec9 .swiper-pagination {
        margin-top: 60px; } }
    .sec9 .swiper-pagination-bullet {
      margin: 0 !important;
      width: 13px;
      height: 13px;
      border: 1px solid #fff;
      opacity: 1;
      background: none; }
      .sec9 .swiper-pagination-bullet-active {
        background: #fff; }
.sec10 {
  padding: 30px 0; }
  @media (min-width: 992px) {
    .sec10 {
      padding: 112px 0 122px; } }
  .sec10.index {
    background: #fff;
    position: relative; }
    @media (min-width: 992px) {
      .sec10.index {
        padding: 84px 0 140px; } }
    .sec10.index .sec10__title {
      font-size: 24px;
      margin-bottom: 30px; }
      @media (min-width: 992px) {
        .sec10.index .sec10__title {
          margin-bottom: 70px;
          font-size: 40px; } }
  .sec10__title {
    text-align: center;
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 20px;
    transform: translateY(30%); }
    @media (min-width: 992px) {
      .sec10__title {
        font-size: 40px; } }
    .sec10__title.element-show {
      transform: translateY(0); }
  .sec10__btn {
    display: flex;
    justify-content: center;
    margin: 20px 0 0; }
    @media (min-width: 992px) {
      .sec10__btn {
        margin: 40px 0 70px; } }
  .sec10__list {
    padding: 10px 10px 40px;
    margin: 20px -10px -40px; }
    @media (min-width: 992px) {
      .sec10__list {
        margin-top: 40px;
        padding-top: 40px; } }
  .sec10__item {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 20px;
    max-width: 370px;
    transition: .2s ease; }
    @media (min-width: 992px) {
      .sec10__item.swiper-slide-active {
        transform: scale(1.1); } }
    @media (min-width: 992px) {
      .sec10__item {
        margin-bottom: 0;
        padding: 25px 35px 38px;
        border-radius: 40px; } }
    .sec10__item-img {
      margin-bottom: 22px;
      height: 230px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 15px;
      overflow: hidden; }
      @media (min-width: 992px) {
        .sec10__item-img {
          border-radius: 25px;
          height: 300px; } }
    .sec10__item-title {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 18px; }
      @media (min-width: 992px) {
        .sec10__item-title {
          font-size: 24px; } }
    .sec10__item-btn {
      margin-top: 15px; }
      @media (min-width: 768px) {
        .sec10__item-btn .btn {
          padding: 0 15px;
          font-size: 14px; } }
      @media (min-width: 992px) {
        .sec10__item-btn .btn {
          padding: 0 35px;
          font-size: 18px; } }
      @media (min-width: 992px) {
        .sec10__item-btn {
          margin-top: 45px; } }
.sec11 {
  padding-bottom: 40px;
  text-align: center; }
  @media (min-width: 992px) {
    .sec11 {
      padding-bottom: 160px;
      text-align: left; } }
  @media (min-width: 992px) {
    .sec11__title {
      margin-bottom: 60px; } }
  .sec11__img {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .sec11__img {
        margin-bottom: 0; } }
    .sec11__img img {
      width: 100%; }
  .sec11__subtitle {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .sec11__subtitle {
        font-size: 22px; } }
    @media (min-width: 992px) {
      .sec11__subtitle {
        margin-bottom: 60px;
        font-size: 36px; } }
  .sec11__text {
    margin-bottom: 10px;
    text-align: left; }
    @media (min-width: 768px) {
      .sec11__text {
        margin-bottom: 30px; } }
    @media (min-width: 992px) {
      .sec11__text {
        margin-bottom: 60px; } }

.rating {
  display: flex;
  gap: 4px; }
  @media (min-width: 992px) {
    .rating {
      gap: 6px; } }
  .rating .c-star {
    width: 18px;
    height: 18px;
    fill: #fff;
    stroke: #fff; }
    .rating .c-star.active {
      fill: #ffb300;
      stroke: #ffb300; }
      .rating .c-star.active .stroke {
        fill: #fff;
        stroke: #fff; }

.podbor {
  position: relative;
  z-index: 1;
  background: #fff;
  margin-top: -1px;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .podbor {
      margin-bottom: 140px; } }
  .podbor h2 {
    font-size: 22px; }
    @media (min-width: 768px) {
      .podbor h2 {
        font-size: 32px; } }
    @media (min-width: 1200px) {
      .podbor h2 {
        font-size: 56px; } }
  .podbor__container {
    background: url(/local/templates/ladogaz/images/podbor-bg.png) no-repeat 50%;
    background-size: cover;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 30px 15px 40px; }
    @media (min-width: 992px) {
      .podbor__container {
        padding: 40px 15px 60px; } }
  .podbor__img {
    max-width: 525px;
    margin: 0 auto 10px; }
  .podbor__text {
    margin-bottom: 15px;
    font-size: 18px; }
    @media (min-width: 992px) {
      .podbor__text {
        font-size: 24px; } }
  .podbor__btn .btn {
    width: 300px;
    max-width: 100%; }

/*.sec4 {
  position: relative;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url('/local/templates/ladogaz/images/sec4-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.sec4.active {
  opacity: 1;
  transform: translateY(0);
}

.sec4 .container {
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
  padding: 2rem;
}

.sec4__img img {
  max-width: 300px;
  margin: 1rem auto;
  display: block;
}

.sec4__kvt {
  font-size: 6rem;
  font-weight: bold;
  opacity: 0.8;
  margin-top: 1rem;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
  z-index: 2;
}*/
/*.sec4__bg1,
.sec4__bg2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,0,0,0.3) 0%, rgba(0,0,0,0) 70%);
  pointer-events: none;
  z-index: 0;
}

.sec4__bg2 {
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255,0,0,0.4) 0%, rgba(0,0,0,0) 70%);
  animation: pulse 4s infinite alternate;
}*/
@keyframes pulse {
  from {
    transform: translate(-50%, -50%) scale(1); }
  to {
    transform: translate(-50%, -50%) scale(1.1); } }
.swiper-button-next,
.swiper-button-prev {
  color: #000; }

.model__list {
  display: grid;
  grid-gap: 16px;
  margin-bottom: 50px;
  grid-template-columns: repeat(2, 1fr); }
  @media (min-width: 768px) {
    .model__list {
      grid-template-columns: repeat(4, 1fr); } }
  @media (min-width: 992px) {
    .model__list {
      grid-template-columns: repeat(7, 1fr); } }
.model__item {
  font-size: 14px; }
  .model__item-img {
    display: flex;
    margin-bottom: 7px; }
  .model__item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.contacts {
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .contacts {
      padding-bottom: 140px; } }
  .contacts__map {
    width: 100%;
    position: relative;
    height: 300px; }
    @media (min-width: 992px) {
      .contacts__map {
        height: 700px; } }
    .contacts__map iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
  .contacts__heading {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 70px; }
    @media (min-width: 992px) {
      .contacts__heading {
        top: 100px; } }
  .contacts__info {
    padding-top: 55px; }
  @media (min-width: 992px) {
    .contacts__list {
      column-count: 2; } }
  .contacts__item {
    display: flex;
    margin-bottom: 16px;
    page-break-inside: avoid;
    break-inside: avoid;
    gap: 10px; }
    @media (min-width: 992px) {
      .contacts__item {
        gap: 8px; } }
    .contacts__item:last-child {
      margin-bottom: 0; }
    .contacts__item-icon {
      flex: none;
      width: 24px;
      height: 24px; }
      @media (min-width: 992px) {
        .contacts__item-icon {
          width: 43px;
          height: 43px; } }
      .contacts__item-icon svg {
        width: 100%;
        height: 100%;
        fill: none; }
    .contacts__item-label {
      font-weight: bold;
      font-family: "Samsung Sharp Sans", sans-serif;
      margin-bottom: 5px;
      font-size: 16px; }
      @media (min-width: 992px) {
        .contacts__item-label {
          margin-bottom: 10px;
          font-size: 24px; } }
    .contacts__item-value {
      font-size: 16px; }
      @media (min-width: 992px) {
        .contacts__item-value {
          font-size: 20px; } }
      .contacts__item-value a {
        color: #000;
        text-decoration: none; }

.about__top {
  position: relative;
  background: url("/local/templates/ladogaz/images/about/top.jpg") no-repeat 50%;
  background-size: cover;
  padding: 70px 0; }
  @media (min-width: 992px) {
    .about__top {
      padding: 150px 0 130px; } }
  .about__top-container {
    text-align: center;
    color: #fff; }
  .about__top-logo {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px; }
    @media (min-width: 992px) {
      .about__top-logo {
        width: 153px;
        height: 153px;
        margin-bottom: 55px; } }
  .about__top-heading {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .about__top-heading {
        margin-bottom: 45px; } }
    .about__top-heading h1 {
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .about__top-heading h1 {
          margin-bottom: 23px; } }
  .about__top-subtitle {
    font-size: 18px;
    font-family: "Samsung Sharp Sans", sans-serif; }
    @media (min-width: 992px) {
      .about__top-subtitle {
        font-size: 32px; } }
  .about__top-text1 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .about__top-text1 {
        font-size: 24px;
        margin-bottom: 15px; } }
.about .sec8 {
  background: #fff; }
  .about .sec8:not(.about__sec8) .sec8__matrix {
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .about .sec8:not(.about__sec8) .sec8__matrix {
        margin-bottom: 80px; } }
  .about .sec8.about__sec8 {
    padding-top: 70px; }
    @media (min-width: 992px) {
      .about .sec8.about__sec8 {
        padding-top: 200px;
        padding-bottom: 90px; } }
  .about .sec8__img {
    display: flex;
    border-radius: 0 0 40px 40px;
    overflow: hidden; }
    .about .sec8__img img {
      transform: unset;
      width: 100%; }
    .about .sec8__img.bg {
      position: relative; }
      .about .sec8__img.bg .man {
        position: absolute;
        bottom: 0;
        right: 50px;
        width: auto;
        height: 94%; }
  .about .sec8__video {
    display: flex;
    border-radius: 0 0 40px 40px;
    overflow: hidden; }
    .about .sec8__video video {
      width: 100%; }
  .about .sec8__icons {
    text-align: left;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .about .sec8__icons {
        margin-bottom: 60px;
        text-align: center; } }
.about__advantages {
  background: url("/local/templates/ladogaz/images/about/3.jpg") no-repeat 50%;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .about__advantages {
      margin-bottom: 80px;
      padding: 90px 0 180px; } }
  .about__advantages-heading {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .about__advantages-heading {
        margin-bottom: 80px; } }
  .about__advantages h2 {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #72FFE8, #81A9FF) text;
    margin-bottom: 10px; }
    .about__advantages h2 span {
      font-size: 24px; }
  .about__advantages-items > .row {
    row-gap: 40px; }
    @media (min-width: 992px) {
      .about__advantages-items > .row {
        row-gap: 80px; } }
  .about__advantages-item {
    font-weight: 700;
    font-size: 14px; }
    @media (min-width: 768px) {
      .about__advantages-item {
        font-size: 18px; } }
    @media (min-width: 992px) {
      .about__advantages-item {
        font-size: 24px; } }
    .about__advantages-item-icon {
      display: flex;
      justify-content: center;
      height: 70px;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .about__advantages-item-icon {
          height: 110px; } }
      @media (min-width: 992px) {
        .about__advantages-item-icon {
          height: 132px;
          margin-bottom: 25px; } }
.about.index .sec8__img {
  margin-bottom: 70px; }
.about__quality {
  position: relative;
  background: #fff; }
  .about__quality .sec8__matrix {
    margin-bottom: 30px;
    padding-bottom: 140px; }
    @media (min-width: 768px) {
      .about__quality .sec8__matrix {
        margin-bottom: 90px; } }
    @media (min-width: 992px) {
      .about__quality .sec8__matrix {
        margin-bottom: 200px;
        padding-bottom: 250px; } }
    .about__quality .sec8__matrix-header span:nth-child(1) {
      background: linear-gradient(#365DBD, #5FBCC7);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 13vw; }
      @media (min-width: 768px) {
        .about__quality .sec8__matrix-header span:nth-child(1) {
          font-size: 12vw; } }
      @media (min-width: 992px) {
        .about__quality .sec8__matrix-header span:nth-child(1) {
          font-size: 8vw; } }
    .about__quality .sec8__matrix-header span:nth-child(2) {
      background: linear-gradient(#5FBCC7, #365DBD);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      font-size: 19.5vw; }
      @media (min-width: 768px) {
        .about__quality .sec8__matrix-header span:nth-child(2) {
          font-size: 18vw; } }
      @media (min-width: 992px) {
        .about__quality .sec8__matrix-header span:nth-child(2) {
          font-size: 12vw; } }

.catalog {
  padding-bottom: 70px; }
  @media (min-width: 992px) {
    .catalog h1 {
      margin-bottom: 80px; } }
  .catalog__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    margin-top: 32px;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .catalog__list {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 100px; } }
  .catalog__item {
    text-align: center;
    color: #000; }
    .catalog__item-sup {
      font-family: "Samsung Sharp Sans", sans-serif;
      margin-bottom: 27px; }
    .catalog__item-img {
      display: flex;
      margin-bottom: 17px; }
    .catalog__item-title {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 16px; }
      @media (min-width: 992px) {
        .catalog__item-title {
          font-size: 24px; } }
  .catalog__models {
    position: relative;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    background: url(/local/templates/ladogaz/images/models.jpg) no-repeat 50%;
    background-size: cover;
    height: 330px; }
    @media (min-width: 992px) {
      .catalog__models {
        height: 660px; } }
    .catalog__models-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column;
      color: #fff;
      padding: 27px 0 20px;
      height: 100%; }
      @media (min-width: 992px) {
        .catalog__models-container {
          padding-bottom: 65px; } }
    .catalog__models-btn .btn {
      border-color: #fff; }
  .catalog__qwiz {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .catalog__qwiz {
        margin-bottom: 80px; } }
    .catalog__qwiz-title {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 20px;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .catalog__qwiz-title {
          font-size: 40px;
          margin-bottom: 17px; } }
    .catalog__qwiz-subtitle {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 16px;
      margin-bottom: 35px; }
      @media (min-width: 992px) {
        .catalog__qwiz-subtitle {
          font-size: 24px;
          margin-bottom: 75px; } }
    .catalog__qwiz-step {
      transition: .2s;
      opacity: 0;
      visibility: hidden;
      position: absolute;
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: cover;
      font-size: 18px;
      padding: 65px 0 40px; }
      @media (min-width: 992px) {
        .catalog__qwiz-step {
          font-size: 24px;
          padding: 140px 0 50px; } }
      .catalog__qwiz-step.active {
        opacity: 1;
        visibility: visible;
        position: relative; }
      .catalog__qwiz-step:before {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5); }
        @media (min-width: 992px) {
          .catalog__qwiz-step:before {
            content: none; } }
      .catalog__qwiz-step-container {
        position: relative;
        z-index: 2; }
      .catalog__qwiz-step-num {
        font-family: "Samsung Sharp Sans", sans-serif;
        margin-bottom: 17px; }
      .catalog__qwiz-step-title {
        font-family: "Samsung Sharp Sans", sans-serif;
        margin-bottom: 20px; }
        @media (min-width: 992px) {
          .catalog__qwiz-step-title {
            margin-bottom: 38px; } }
      .catalog__qwiz-step-option {
        margin-bottom: 9px; }
        .catalog__qwiz-step-option:last-child {
          margin-bottom: 0; }
        .catalog__qwiz-step-option label {
          position: relative;
          cursor: pointer; }
          .catalog__qwiz-step-option label input {
            position: absolute;
            opacity: 0;
            z-index: -1; }
            .catalog__qwiz-step-option label input:checked + span:after {
              opacity: 1; }
          .catalog__qwiz-step-option label span {
            position: relative;
            padding-left: 26px; }
            @media (min-width: 992px) {
              .catalog__qwiz-step-option label span {
                padding-left: 40px; } }
            .catalog__qwiz-step-option label span:before {
              content: '';
              position: absolute;
              flex: none;
              border-radius: 50%;
              border: 1px solid #000;
              left: 0;
              top: 3px;
              width: 16px;
              height: 16px; }
              @media (min-width: 992px) {
                .catalog__qwiz-step-option label span:before {
                  width: 20px;
                  height: 20px; } }
            .catalog__qwiz-step-option label span:after {
              content: '';
              position: absolute;
              flex: none;
              border-radius: 50%;
              background: #000;
              left: 4px;
              top: 7px;
              transition: .2s;
              opacity: 0;
              width: 8px;
              height: 8px; }
              @media (min-width: 992px) {
                .catalog__qwiz-step-option label span:after {
                  width: 12px;
                  height: 12px; } }
      .catalog__qwiz-step-btn {
        margin-top: 44px; }
    .catalog__qwiz-result {
      text-align: center;
      margin-top: -40px; }
      .catalog__qwiz-result-title {
        font-family: "Samsung Sharp Sans", sans-serif;
        font-size: 40px;
        margin-bottom: 55px; }
      .catalog__qwiz-result-note {
        margin-top: 40px;
        font-size: 18px; }
      .catalog__qwiz-result .catalog__list {
        margin-bottom: 0; }
      .catalog__qwiz-result .catalog__item-subtitle {
        font-size: 18px; }

.compare__heading {
  margin-top: 15px;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .compare__heading {
      margin-top: 30px;
      margin-bottom: 70px; } }
.compare__title {
  text-align: center;
  font-family: "Samsung Sharp Sans", sans-serif;
  margin-bottom: 25px;
  font-size: 22px; }
  @media (min-width: 992px) {
    .compare__title {
      font-size: 32px; } }
.compare__item-name {
  font-family: "Samsung Sharp Sans", sans-serif;
  color: #000 !important;
  font-size: 16px; }
  @media (min-width: 992px) {
    .compare__item-name {
      font-size: 24px; } }
  .compare__item-name:hover {
    text-decoration: none !important; }
.compare__delete {
  color: #000 !important; }
  .compare__delete:hover {
    text-decoration: none !important;
    color: #fff !important; }
.compare .model__item-img {
  margin-bottom: 16px; }
.compare .model__item-bottom {
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  text-align: center; }
.compare .model__item-name {
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 16px; }
  @media (min-width: 992px) {
    .compare .model__item-name {
      font-size: 24px; } }
.compare .item-col {
  width: 150px;
  text-align: center; }
  .compare .item-col:before {
    content: attr(data-caption);
    margin-bottom: 7px;
    display: block;
    font-weight: bold;
    font-size: 9px; }
    @media (min-width: 992px) {
      .compare .item-col:before {
        content: none; } }
.compare .table_compare .data-table tr:first-child td {
  position: sticky;
  top: 0; }
  .compare .table_compare .data-table tr:first-child td:first-child {
    height: 170px; }
.compare .table_compare .data-table tr td:first-child {
  display: none; }
  @media (min-width: 992px) {
    .compare .table_compare .data-table tr td:first-child {
      display: block;
      position: sticky;
      left: 0;
      z-index: 1; } }

.partners {
  padding: 45px 0 40px; }
  @media (min-width: 992px) {
    .partners {
      padding-bottom: 120px; } }
  .partners__top {
    background: url("/local/templates/ladogaz/images/partners-bg.jpg") no-repeat 50%;
    background-size: cover;
    color: #fff;
    padding: 80px 0 50px; }
    @media (min-width: 992px) {
      .partners__top {
        padding: 155px 0 165px; } }
    @media (min-width: 992px) {
      .partners__top-list {
        column-count: 2;
        gap: 30px; } }
    .partners__top-list-item {
      page-break-inside: avoid;
      break-inside: avoid;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .partners__top-list-item {
          margin-bottom: 40px;
          height: 110px; } }
      .partners__top-list-item:last-child {
        margin-bottom: 0; }
      @media (min-width: 992px) {
        .partners__top-list-item:nth-child(2n) {
          margin-bottom: 0; } }
      .partners__top-list-item-title {
        font-family: "Samsung Sharp Sans", sans-serif;
        margin-bottom: 7px; }
        @media (min-width: 992px) {
          .partners__top-list-item-title {
            font-size: 24px;
            margin-bottom: 14px; } }
  .partners__heading {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .partners__heading {
        margin-bottom: 70px; } }
    .partners__heading h1 {
      background: linear-gradient(90deg, #72FFE8, #81A9FF);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      text-fill-color: transparent;
      margin-bottom: 15px; }
  .partners__subtitle {
    font-weight: 700; }
  .partners__title {
    font-family: "Samsung Sharp Sans", sans-serif;
    font-size: 16px; }
    @media (min-width: 992px) {
      .partners__title {
        font-size: 36px; } }
  .partners__regions {
    margin-top: 10px; }
    @media (min-width: 992px) {
      .partners__regions {
        margin-top: 16px; } }
    .partners__regions select {
      background: #efefef url("/local/templates/ladogaz/images/triangle.svg") no-repeat calc(100% - 15px) 50%;
      border: 0;
      border-radius: 90px;
      max-width: 370px;
      appearance: none; }
  .partners__block {
    margin-bottom: 25px; }
    @media (min-width: 992px) {
      .partners__block {
        margin-bottom: 50px; } }
    .partners__block:last-child {
      margin-bottom: 0; }
  .partners__list {
    margin-top: 20px; }
    @media (min-width: 992px) {
      .partners__list {
        margin-top: 50px;
        column-count: 2; } }
  .partners__item {
    page-break-inside: avoid;
    break-inside: avoid;
    font-size: 14px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .partners__item {
        font-size: 20px;
        margin-bottom: 27px; } }
    .partners__item-name {
      font-family: "Samsung Sharp Sans", sans-serif;
      font-size: 16px;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .partners__item-name {
          font-size: 24px;
          margin-bottom: 17px; } }
    .partners__item-prop {
      display: flex;
      gap: 7px;
      margin-bottom: 10px; }
      .partners__item-prop:last-child {
        margin-bottom: 0; }
      .partners__item-prop-label {
        font-weight: 700; }
  .partners__region {
    display: none; }
    .partners__region.active {
      display: block; }

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/ladogaz/css/jquery.fancybox.css?176595918815842 */
/* /local/templates/ladogaz/css/slick/slick.css?17659591881776 */
/* /local/templates/ladogaz/css/slick/slick-theme.css?17659591882757 */
/* /local/templates/ladogaz/template_styles.css?1765959190151878 */
