

/* Start:/local/templates/main/css/normalize.css?17640614124256*/
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
html,
body,
form,
ul,
li,
dl,
dd,
dt,
fieldset,
form,
blockquote,
p,
img,
fieldset,
table,
tbody,
tr,
td,
th {
    border: 0 none;
}
html,
body {
    width: 100%;
    height: 100%;
}
article,
aside,
footer,
header,
nav,
section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}
figcaption,
figure,
main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: inherit;
	transition: all .1s ease-out;
}
a:active,
a:hover {
    outline-width: 0;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: 500;
}
ul,
dl,
dd,
dt {
    list-style: none;
}
li {
    list-style-type: none;
}
table,
tbody,
tr,
td,
th {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: top;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
    vertical-align: top;
    outline: none;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
	cursor: pointer;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
input[type=text]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(21, 21, 21, .7);
}
input[type=text]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(21, 21, 21, .7);
}
input[type=text]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: rgba(21, 21, 21, .7);
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details,
menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
template {
    display: none;
}
[hidden] {
    display: none;
}
/* End */


/* Start:/local/templates/main/css/owl.carousel.css?17640614124949*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item.active {
    z-index: 1; }
  .owl-carousel .owl-item img {
    -webkit-transform-style: preserve-3d;
    outline: none; }
  .owl-carousel .owl-nav button {
    background: transparent;
    transition: all .2s ease-out; }
    .owl-carousel .owl-nav button.disabled {
      opacity: .4;
    cursor: default; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    color: inherit;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/main/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/main/css/jquery.fancybox.min.css?176406141210422*/
@charset "UTF-8";.fancybox-enabled{overflow:auto}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);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}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.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}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10}.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;cursor:pointer;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.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}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-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,.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-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
/* End */


/* Start:/local/templates/main/css/animate.css?176406141278544*/
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* End */


/* Start:/local/templates/main/css/style.css?1769086314104443*/
@charset "utf-8";
@font-face {
    font-family: 'Onest';
    src: url('/local/templates/main/css/../fonts/Onest-Regular.woff2') format('woff2'),
        url('/local/templates/main/css/../fonts/Onest-Regular.woff') format('woff'),
        url('/local/templates/main/css/../fonts/Onest-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Onest';
    src: url('/local/templates/main/css/../fonts/Onest-Medium.woff2') format('woff2'),
        url('/local/templates/main/css/../fonts/Onest-Medium.woff') format('woff'),
        url('/local/templates/main/css/../fonts/Onest-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.bx-context-toolbar-button.bx-context-toolbar-button-settings {
	display: none !important;
}

html,
body {
	height: 100%;
}
body {
	background: #fff;
	font-family: 'Onest';
	font-weight: normal;
    font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #04071a;
}
body::-webkit-scrollbar {
	width: 6px;
	background: #fff;
}
body::-webkit-scrollbar-thumb {
    background-color: #000;
	border: 1px solid #fff;
	border-radius: 4px;
}
body::-webkit-scrollbar-track {
    border-width: 0;
}
input,
textarea {
	font-family: 'Onest';
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-family: 'Onest';
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-family: 'Onest';
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-family: 'Onest';
}
section {
	padding: 115px 0;
}
section.static {
	margin-bottom: 55px;
}
section.half {
	padding: 60px 0;
}
section.grey + section.nopt {
	padding-top: 115px !important;
}
section.grey + section.grey {
	padding-top: 0 !important;
}

.page {
	position: relative;
	width: 100%;
	min-height: 100%;
}
.page:before {
	content: '';
	position: fixed;
	top: 0;
	left: -999999px;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgb(255 255 255 / 80%);
	opacity: 0;
	transition: opacity .25s ease-out;
}
.page:after {
	content: '';
	position: fixed;
	top: 50%;
	left: -999999px;
	z-index: 110;
	display: block;
	width: 90px;
	height: 90px;
	opacity: 0;
	background: url(/local/templates/main/css/../img/loader.svg);
	transform: translate(-50%, -50%);
	transition: opacity .25s ease-out;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	max-width: 1520px;
	min-width: 334px;
	height: 100%;
}
.grey {
	background: #f6f6f6;	
}
.flex {
	display: flex;
}
.flex-column {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.jcs {
	justify-content: flex-start !important;
}
.jcc {
	justify-content: center !important;
}
.jce {
	justify-content: flex-end !important;
}
.jcsb {
	justify-content: space-between !important;
}
.jcsa {
	justify-content: space-around !important;
}
.ais {
	align-items: flex-start !important;
}
.aic {
	align-items: center !important;
}
.aie {
	align-items: flex-end !important;
}
.aib {
	align-items: baseline !important;
}
.aish {
	align-items: stretch !important;
}
.mt60 {
	margin-top: 60px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb115 {
	margin-bottom: 115px;
}
.pt60 {
	padding-top: 60px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb115 {
	padding-bottom: 115px;
}
.nomt {
	margin-top: 0 !important;
}
.nomb {
	margin-bottom: 0 !important;
}
.nopt {
	padding-top: 0 !important;
}
.nopb {
	padding-bottom: 0 !important;
}
.hidden {
	display: none;
}
.clear:after {
	content: '';
	display: table;
	clear: both;
}
.text-center {
	text-align: center !important;
}
.text-left {
	text-align: left !important;
}
.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0 19px;
	height: 40px;
	background: #00b1a3;
	border: 1px solid #00b1a3;
	border-radius: 40px;
	font-size: 14px;
	color: #fff;
	transition: all .1s ease-out;
}
.btn-full {
	width: 100%;
}
.btn-white {
	background: #fff;
	border-color: #fff;
	color: #04071a;
}
.btn-empty {
	background: transparent;
	border-color: #04071a;
	color: #04071a;
}
.btn:hover {
	background: #19f8e7;
	border-color: #19f8e7;
	color: #04071a;
}
.round-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #04071a;
	border-radius: 100%;
	transition: all .1s ease-out;
}
.round-btn:hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.icon {
	display: inline-block;
	vertical-align: middle;
	transition: all .15s ease-out;
}
.icon-arrow {
	width: 12px;
	height: 8px;
	stroke: #04071a;
}
.icon-close {
	width: 13px;
	height: 13px;
	stroke: #04071a;
}
.icon-check {
	width: 7px;
	height: 6px;
	stroke: #04071a;
}
.icon-cart {
	width: 20px;
	height: 20px;
	fill: #fff;
}
.icon-vk {
	width: 20px;
	height: 12px;
	fill: #fff;
}
.icon-telegram {
	width: 19px;
	height: 16px;
	fill: #fff;
}
.icon-ok {
	width: 16px;
	height: 22px;
	fill: #fff;
}
.icon-youtube {
	width: 24px;
	height: 18px;
	fill: #fff;
}
.icon-rutube {
	width: 32px;
	height: 31px;
	fill: #fff;
}
.icon-dzen {
	width: 40px;
	height: 40px;
	fill: #fff;
}
.icon-max {
	width: 24px;
	height: 24px;
	fill: #fff;
}
.icon-play {
	width: 9px;
	height: 10px;
	fill: #04071a;
}
.icon-about-1,
.icon-about-2,
.icon-about-3 {
	width: 24px;
	height: 24px;
}
.icon-flash {
	width: 20px;
	height: 20px;
	fill: #82838d;
}
.icon-bell {
	width: 24px;
	height: 24px;
	stroke: #fff;
}
.icon-info {
	width: 24px;
	height: 24px;
}
.icon-good {
	width: 40px;
	height: 40px;
}
.icon-download {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	fill: #fff;
}

.fancybox-image {
	background: #f3eded;
}

/* Header */
.head {
	position: absolute;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	background: #04071a;
	color: #fff;
	transition: all .3s ease;
}
.head-wrap {
	height: 80px;
}
.head-logo {
	padding-top: 11px;
}
.head-nav {
	flex: 1;
	padding: 0 10px;
	height: 100%;
}
.head-nav-hidden {
	display: none;
}
.head-nav-wrap {
	height: 100%;
}
.head-nav-wrap > li {
	height: 100%;
}
.head-nav-wrap > li.parent {
	position: relative;
}
.head-nav-wrap a,
.head-nav-wrap p {
	display: flex;
	align-items: center;
	padding: 0 10px;
	height: 100%;
}
.head-nav-wrap p {
	cursor: default;
}
.head-nav-wrap a .icon,
.head-nav-wrap p .icon {
	display: inline-block;
	margin-left: 5px;
	width: 5px;
	height: 6px;
	fill: #fff;
	transform: rotate(90deg);
}
.head-nav-wrap-sub {
	position: absolute;
	top: 100%;
	left: -999999px;
	z-index: 20;
	opacity: 0;
	padding: 14px 0;
	background: #fff;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
	transition: opacity .2s ease-out;
}
.head-nav-wrap li.parent:hover > .head-nav-wrap-sub {
	left: 0;
	opacity: 1;
}
.head-nav-wrap li.parent.hide {
	display: none;
}
.head-nav-wrap-sub li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 20px;
	white-space: nowrap;
	color: #04071a;
}
.head-nav-wrap-sub li.active > a,
.head-nav-wrap-sub li > a:hover {
    color: #00b1a3;
}
.head-nav-wrap-sub a .icon {
	margin-left: 5px;
	fill: #04071a;
	transform: unset;
}
.head-nav-wrap-sub-sub {
	position: absolute;
	top: 0;
	left: -999999px;
	z-index: 20;
	opacity: 0;
	padding: 14px 0;
	height: 100%;
	background: #f6f6f6;
	transition: opacity .2s ease-out;
}
.head-nav-wrap-sub li.parent:hover > .head-nav-wrap-sub-sub {
	left: 100%;
	opacity: 1;
}
.head-nav-logo {
	display: none;
}
.head-nav-logo img {
	max-height: 26px;
}
.head-contacts {
	padding-right: 20px;
	text-align: right;
}
.head-contacts a {
	font-size: 12px;
}
.head-nav-wrap a:hover,
.head-nav-wrap p:hover,
.head-contacts a:hover {
	color: #19f8e7;
}
.head-socials a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
}
.head-socials a:hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.head-socials a:hover .icon {
	fill: #04071a;
}
.head-callback {
	border-color: #fff;
	color: #fff;
}
.head-cart {
	margin-left: 10px;
}
.head-cart a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
}
.head-cart a:hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.head-cart a:hover .icon {
	fill: #04071a;
}
.head-cart span {
	position: absolute;
	top: -6px;
	right: -6px;
	display: none;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #00b1a3;
	font-size: 10px;
	color: #fff;
}
.head-cart a.active span {
	display: flex;
}
.head-spacer {
	display: none;
}
.head-toggle {
	position: relative;
	z-index: 55;
	display: none;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 100%;
	transition: all .3s ease-out;
}
.head-toggle:before,
.head-toggle:after {
	content: '';
}
.head-toggle:before,
.head-toggle span,
.head-toggle:after {
	position: absolute;
	right: 9px;
	display: block;
	width: 22px;
	height: 3px;
	background: #04071a;
	border-radius: 3px;
	transition: .3s all ease;
	transition-duration: .2s, .2s;
	transition-delay: .2s, 0s;
	transition-property: top, transform, background, width;
}
.head-toggle:after {
	width: 16px;
}
.head-toggle:before {
	top: 12px;
}
.head-toggle span {
	top: 18px;
}
.head-toggle:after {
	top: 24px;
}
.head-toggle.active:before,
.head-toggle.active:after {
	transition-delay: 0s, .3s;
}
.head-toggle.active:after {
	width: 22px;
}
.head-toggle.active:before {
	top: 18px;
	transform: rotate(45deg);
}
.head-toggle.active span {
	transition: background .3s 0s ease;
	background: transparent;
}
.head-toggle.active:after {
	top: 18px;
	transform: rotate(-45deg);
}

.cart {
    position: absolute;
    top: 100%;
    left: -999999px;
    z-index: 20;
    opacity: 0;
    padding: 20px;
	width: 700px;
    background: #fff;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
    transition: opacity .2s ease-out;
}
.cart.active {
	left: auto;
	right: 20px;
	opacity: 1;
	color: #04071a;
}
.cart:before {
	content: '';
	position: absolute;
	top: 0;
	left: -999999px;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgb(255 255 255 / 80%);
	opacity: 0;
	transition: opacity .25s ease-out;
}
.cart:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -999999px;
	z-index: 110;
	display: block;
	width: 90px;
	height: 90px;
	opacity: 0;
	background: url(/local/templates/main/css/../img/loader.svg);
	transform: translate(-50%, -50%);
	transition: opacity .25s ease-out;
}
.cart-wrap:before {
	content: '';
	position: absolute;
	bottom: 100%;
	right: 12px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #FFFFFF transparent;
	transform: rotate(0deg);
}
.cart__title {
	margin-bottom: 20px;
    font-size: 20px;
    line-height: 26px;
	white-space: nowrap;
	color: #04071a;
}
.cart-wrap {
	max-height: 280px;
	overflow-y: auto;
}
.cart-wrap::-webkit-scrollbar {
	width: 6px;
	background: #fff;
}
.cart-wrap::-webkit-scrollbar-thumb {
    background-color: #000;
	border: 1px solid #fff;
	border-radius: 4px;
}
.cart-wrap::-webkit-scrollbar-track {
    border-width: 0;
}
.cart-item {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 0;
	border-top: 1px solid #bebebe;
	text-align: left;
	color: #04071a;
}
.cart-item-img a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f3eeeb;
}
.cart-item-img img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: brightness(1.04);
}
.cart-item-title {
	flex: 1;
	display: table;
	padding: 0 15px;
}
.cart-item-title:hover {
    color: #00b1a3;
}
.cart-item-quantity {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex: 0 0 40px;
	height: 40px;
	border: 1px solid #04071a;
	border-radius: 40px;
	color: #04071a;
}
.cart-item-quantity input {
	width: 40px;
	background: transparent;
	border: 0;
	text-align: center;
	color: #04071a;
}
.cart-item-quantity a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	font-size: 18px;
}
.cart-item-quantity a:hover {
	color: #00b1a3;	
}
.cart-item-price {
	flex: 0 0 120px;
	padding: 0 15px;
	text-align: center;
	white-space: nowrap;
}
.cart-item-delete {
	display: table;
	padding-right: 15px;
	opacity: .5;
}
.cart-item-delete:hover {
	opacity: 1;
}
.cart-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
}
.cart-total-summ {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 calc(50% - 10px);
	text-align: center;
	font-size: 16px;
	color: #04071a;
}
.cart-total-btns {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 calc(50% - 10px);
}

/* Content */
h1 {
	margin: 0 0 60px;
	font-weight: 500;
	font-size: 50px;
	line-height: 1;
}
h2 {
	margin: 0 0 60px;
	max-width: 467px;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
}
h3 {
	margin: 0 0 60px;	
	font-weight: 500;
	font-size: 30px;
	line-height: 1;
}
h4 {
	margin: 0 0 60px;	
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
}
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #00b1a3;
}
.content ul,
.content ol {
	margin: 0;
	padding: 0;
}
.content li + li {
	margin-top: 2px;
}
.content ul > li {
	position: relative;
	padding-left: 22px;
}
.content ul > li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 100%;
}
.content ol {
	counter-reset: item;
}
.content ol > li {
	position: relative;
	padding-left: 22px;
}
.content ol > li:before {
	content: counter(item) ". ";
	counter-increment: item;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
.content * + p,
.content * + ul,
.content * + ol {
	margin-top: 16px;
}
.content .table {
	margin-bottom: 40px;
	overflow-x: auto;
}
.content .table::-webkit-scrollbar {
	height: 4px;
	background: #fff;
}
.content .table::-webkit-scrollbar-thumb {
	background-color: #000;
	border: 1px solid #fff;
	border-radius: 4px;
}
.content .table table {
	width: 100%;
	min-width: 650px;
	border: 0;
}
.content .table table tr {
	border-bottom: 1px solid #bebebe;
}
.content .table table tr:not(:first-child):nth-child(odd) {
	background: #f6f6f6;
}
.content .table table td {
	padding: 20px 8px;
}
.content .table table tr:first-child td {
	border-bottom: 2px solid #04071a;
	font-weight: 500;
}
.content .text a:not(.btn) {
	color: #00b1a3;
	text-decoration: underline;
}
.content .text a:not(.btn):hover {
	text-decoration: none;
}
.content .text h3,
.content .text h4,
.content .text h5,
.content .text h6 {
	margin: 40px 0 16px;
}
.content .text h2,
.content .text h3,
.content .text h4,
.content .text h5,
.content .text h6 {
	max-width: 100%;
	color: #04071a;
}
.content .text * + h2,
.content .text * + h3,
.content .text * + h4,
.content .text * + h5,
.content .text * + h6 {
	margin: 40px 0 20px;
}
.content .text .wrapper + h2 {
	margin-top: 0;
}
.content .text-left-img,
.content .text-right-img {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 40px;
}
.content .text-left-img .text-img,
.content .text-right-img .text-img {
	max-width: 768px;
}
.content .text-left-img .text-img {
	order: 0;
}
.content .text-right-img .text-img {
	order: 1;
}
.content .text-left-img .text-box,
.content .text-right-img .text-box {
	flex: 1;
}
.content .text-left-img .text-box {
	padding-left: 40px;
	order: 1;
}
.content .text-right-img .text-box {
	order: 0;
	padding-right: 40px;
}
.content .text-left-img .text-box > h2:first-of-type,
.content .text-right-img .text-box > h2:first-of-type,
.content .text-left-img .text-box > h3:first-of-type,
.content .text-right-img .text-box > h3:first-of-type,
.content .text-left-img .text-box > h4:first-of-type,
.content .text-right-img .text-box > h4:first-of-type,
.content .text-left-img .text-box > h5:first-of-type,
.content .text-right-img .text-box > h5:first-of-type,
.content .text-left-img .text-box > h6:first-of-type,
.content .text-right-img .text-box > h6:first-of-type {
	margin-top: 0;
}
.content .textblock {
	margin-bottom: 40px;
}
.content .img-full {
	display: block;
	margin: 0 auto 40px;
}
.content .img-full-descr {
	margin: -30px 0 30px;
	font-style: italic;
	color: #666;
}
.content blockquote {
	margin: 40px 0;
	padding: 10px 0 10px 20px;
	border-left: 2px solid #04071a;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
}
.content .iti__country-list {
	margin-top: 5px;
}
.content .iti__country,
.content .iti__divider {
	padding-left: 5px;
	color: #04071a;
}
.content .iti__country:before,
.content .iti__divider:before {
	display: none;
}

.detail {
	padding-top: 100px;
}
.detail .steps-item {
	flex: 0 0 50%;
}
.detail-single-info .products-quantity-wrap {
	flex: 0 0 98px;
	margin-right: 10px;
}
.detail-single-info .products-quantity-wrap input {
	width: 40px;
}
.detail-single-info .products-item__price {
	margin-bottom: 30px;
}
.detail-tabs-nav {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	border-bottom: 1px solid #bebebe;
	text-align: center;
}
.detail-tabs-nav a {
	position: relative;
	flex-grow: 1;
	flex-basis: 0;
	display: block;
	padding-bottom: 24px;
	font-size: 20px;
	line-height: 26px;
}
.detail-tabs-nav a.active:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 1px;
	background: #04071a;
}
.detail-tabs-wrap {
	display: none;
	padding-top: 20px;
	color: #666;
}
.detail-tabs-wrap.text h3,
.detail-tabs-wrap.text h4,
.detail-tabs-wrap.text h5,
.detail-tabs-wrap.text h6 {
    margin: 30px 0 16px;
}
.detail-tabs-wrap.active {
	display: block;
}
.detail-manual {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #bebebe;
}
.detail-manual-left {
	flex: 0 0 550px;
}
.detail-manual-right {
	flex: 1;
}
.detail-manual-left__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	width: 40px;
	height: 40px;
	background: #00b1a3;
	border-radius: 100%;
}
.detail-manual-left__title {
	margin-bottom: 50px;
	max-width: 500px;
}
.detail-manual-left__text {
	margin-bottom: 25px;
	max-width: 400px;
}
.detail-manual-left__btns a + a {
	margin-left: 10px;
}
.detail-manual-right {
	text-align: center;
}
.detail-manual-right img {
	position: relative;
	top: -56px;
	max-height: 547px;
    object-fit: contain;
}
.detail-about {
	position: relative;
	padding: 60px;
	overflow: hidden;
	border: 1px solid #bebebe;
}
.detail-about-head {
	position: relative;
	z-index: 4;
	margin-bottom: 56px;
}
.detail-about-wrap {
	position: relative;
	z-index: 4;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 70px;
}
.detail-about-col {
	flex: 1;
}
.detail-about-col:first-child,
.detail-about-col:last-child {
	flex: 0 0 280px;
}
.detail-about__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 25px;
	width: 40px;
	height: 40px;
	background: #00b1a3;
	border-radius: 100%;
}
.detail-about-contacts p {
	margin-bottom: 12px;
}
.detail-about-contacts span {
	color: #bebebe;
}
.detail-about-contacts a {
	color: #00b1a3;
	text-decoration: underline;
}
.detail-about-contacts a:hover {
	text-decoration: none;
}
.detail-about-contacts a.big {
	display: table;
	margin: 3px 0 12px;
	font-size: 16px;
	color: #04071a;
	text-decoration: none;
}
.detail-about-contacts a.big:hover {
	color: #00b1a3;
}
.detail-about .circles {
    top: -356px;
    right: -356px;
    width: 752px;
    height: 752px;
}
.detail-about .circle1 {
	width: 288px;
	height: 288px;
}
.detail-about .circle2 {
	width: 492px;
	height: 492px;
}
.detail-about .circle3 {
	width: 702px;
	height: 702px;
}

.subtitle {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #4a4a4a;
}
.subtitle:before {
	content: '';
	display: block;
	margin-right: 9px;
	width: 10px;
	height: 10px;
	background: #00b1a3;
	border-radius: 100%;
}
.subtext {
	margin: 20px 0 60px;
	max-width: 467px;
}
.topic {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.topic-title {
	flex: 0 0 467px;
}
.topic-half {
	align-items: flex-start;
}
.topic-half .topic-title {
	flex: 0 0 calc(50% - 20px);
}
.topic-half .topic-title h2 {
	max-width: 100%;
}
.topic-full .topic-title {
	flex: 0 0 100%;
}
.topic-full .topic-title h2 {
	max-width: 100%;
}
.topic-third {
	justify-content: space-between;
}
.topic-third .topic-title {
	flex: 0 0 576px;
}
.topic-third .topic-title h1,
.topic-third .topic-title h2 {
	max-width: 100%;
}
.topic-third .topic-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 0 0 467px;
	padding-left: 0;
}
.topic-third .topic-text__wrap {
	padding-right: 20px;
}
.topic-third .topic-text .btn {
	white-space: nowrap;
}
.topic-text {
	flex: 1;
	padding-left: 40px;
}
.topic-text .btn {
	padding: 0 14px;
}
.topic-text__box {
	max-width: 467px;
}
.topic-right {
	align-items: flex-start;
}
.topic-right .topic-title {
	flex: 1;
	padding-right: 40px;
}
.topic-right .topic-title h2 {
	max-width: 100%;
}
.topic-right .topic-text {
	flex: 0 0 467px;
	padding-left: 0;
}

.banner {
	position: relative;
	margin: 0 auto;
	/* max-width: 1920px; */
	max-width: 100%;
	height: 620px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.banner-full {
	padding: 65px 0;
	height: auto;
}
.banner:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(4,7,26,0.9) 0%, rgba(4,7,26,.1) 72%, rgba(4,7,26,0.3) 100%);
}
.banner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	color: #fff;
}
.banner-title {
	margin-bottom: 20px;
	max-width: 565px;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
}
.banner-text {
	max-width: 345px;
}
.banner-text .btn {
	margin-top: 26px;
}
.banner .form {
	margin-top: 35px;
	max-width: 467px;
}
.breadcrumbs {
	position: absolute;
	top: 139px;
	left: 0;
	z-index: 5;
	width: 100%;
}
.breadcrumbs ul {
	display: flex;
	justify-content: start;
	align-items: baseline;
	flex-wrap: wrap;
}
.breadcrumbs li {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #666;
}
.breadcrumbs li p {
	color: #04071a;
}
.breadcrumbs.white li p {
	color: #fff;
}
.breadcrumbs.white li {
	color: #bebebe;
}
.breadcrumbs li a:hover {
	color: #00b1a3;
}
.breadcrumbs.white li a:hover {
	color: #19f8e7;
}

.pager .btn {
	margin-bottom: 64px;
}
.pager ul {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0;
}
.pager ul li {
	padding: 0;
}
.pager ul li:before {
	display: none;
}
.pager ul li a,
.pager ul li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 100%;
	color: #82838d;
}
.pager ul li .icon {
	stroke: #82838d;
}
.pager ul li span {
	border-color: #82838d;
}
.pager ul li a:hover {
	background: #f6f6f6;
}
.pager-prev .icon {
	transform: rotate(180deg);
}

.select {
	position: relative;
}
.select-btn {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.select-btn span {
	display: block;
	flex: 1;
}
.select-btn .icon {
	transform: rotate(90deg);
}
.select-btn.active .icon {
	transform: rotate(-90deg);
}
.select-wrap {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	z-index: 20;
	display: none;
	padding: 14px 20px;
	min-width: 100%;
	max-height: 232px;
	overflow-y: auto;
	background: #fff;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.select-wrap::-webkit-scrollbar {
	width: 6px;
	background: #fff;
}
.select-wrap::-webkit-scrollbar-thumb {
    background-color: #000;
	border: 1px solid #fff;
	border-radius: 4px;
}
.select-wrap::-webkit-scrollbar-track {
    border-width: 0;
}
.select-wrap label {
	display: block;
	padding: 6px 0;
	color: #04071a;
	cursor: pointer;
	transition: all .1s ease-out;
}
.select-wrap label input {
	display: none;
}
.select-wrap label:hover {
	color: #00b1a3;
}
.select-wrap label input:checked ~ span {
	color: #00b1a3;
}
.select-wrap-btns {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 7px;
}
.select-wrap-btns .btn {
	width: calc(50% - 5px);
}

.note {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
	padding: 20px;
	width: 100%;
	max-width: 467px;
	background: #fff;
}
.note-dark {
	background: #f6f6f6;
}
.note-light {
	background: #c4fff9;
}
.note-full {
	max-width: 100%;
}
.note__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	background: #00b1a3;
	border-radius: 100%;
}
.note__text {
	flex: 1;
	color: #04071a;
}
.note blockquote,
.note .textblock {
	margin: 0;
}
.note blockquote {
    padding: 0;
    border-left: 0;
}

.container {
	background-color: #04071a;
}

.slider-item {
	position: relative;
	margin: 0 auto;
	padding-top: 209px;
	/* max-width: 1920px; */
	max-width: 100%;
	height: 447px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}
.homepage .slider-item {
	padding: 0 0 120px;
	height: 100vh;
}
.slider-item__video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: brightness(0.5);
}
.slider-item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right,  rgba(4,7,26,0.7) 0%,rgba(4,7,26,0.5) 54%,rgba(4,7,26,0.3) 100%);
}
.homepage .slider-item:before {
	background: rgb(4 7 26 / 50%);
}
.slider-item .textblock {
	margin: 0;
}
.slider-item-descr {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
}
.slider-item-descr-wrap {
	padding-right: 40px;
}
.slider-item-descr__title {
	margin-bottom: 18px;
	max-width: 800px;
	/* max-width: 580px; */
}
.slider-item-descr__text {
	max-width: 800px;
	/* max-width: 310px; */
}
.slider-item-descr-btns {
	margin-top: 36px;
}
.slider-item-descr-btns a {
	margin-right: 6px;
}
.slider-item-note {
	margin-bottom: 0;
	background: #ebebeb;
}

.side {
	position: relative;
	padding-left: 31.555%;
	min-height: 40px;
}
.side-left {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 467px;
}
.side-left .breadcrumbs {
	position: relative;
	top: 4px;
	left: auto;
}
.side-right {
	margin: 20px 0 30px;
	padding-left: 40px;
	width: 100%;
}
.side-right h1 {
	margin: 0;
	max-width: 600px;
	font-size: 40px;
}
.side-right h2 {
	margin-bottom: 30px;
}
.side-right * + .tabs-nav {
	margin-top: 60px;
}

.singles .lSSlideOuter {
	position: sticky;
	top: 100px;
	width: 652px;
	overflow: hidden;
}
.singles .lSSlideOuter .lSPager.lSGallery {
	margin-top: 20px !important;
}
.singles .lSSlideOuter .lSPager.lSGallery li {
    margin-bottom: 10.6px;
    transition: all .15s ease-out;
}
.singles .lSSlideOuter .lSPager.lSGallery li a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: #f3eded;
}
.singles .lSSlideOuter .lSPager.lSGallery li a:before {
	content: '';
	position: absolute;
    top: 0;
    left: 0;
	opacity: 0;
    width: 100%;
    height: 100%;
    background: rgb(25 248 231 / 10%);
    border-radius: 0;
	transition: opacity .15s ease-out;
}
.singles .lSSlideOuter .lSPager.lSGallery li.active a:before,
.singles .lSSlideOuter .lSPager.lSGallery li:hover a:before {
	opacity: 1;
}
.singles .lSSlideOuter .lSPager.lSGallery li a img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: brightness(1.04);
}
.singles .owl-prev,
.singles .owl-next,
.singles .lSAction .lSPrev,
.singles .lSAction .lSNext {
	position: absolute;
	top: 50%;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #04071a;
	border-radius: 100%;
	transform: translateY(-50%);
	cursor: pointer;
}
.singles .owl-prev,
.singles .owl-next {
	top: 180px;
	transform: none;
}
.singles .lSAction .lSPrev {
	left: 20px;
}
.singles .lSAction .lSNext {
	right: 20px;
}
.singles .owl-prev {
	left: 20px;
}
.singles .owl-next {
	left: 592px;
}
.singles .owl-prev:not(.disabled):hover,
.singles .owl-next:not(.disabled):hover,
.singles .lSAction a:hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.singles .owl-prev .icon,
.singles .lSAction .lSPrev .icon {
	transform: rotate(180deg);
}
.single {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	color: #666;
}
.singles .lSSlideOuter li {
	padding: 0;
}
.singles .lSSlideOuter li:before {
	display: none;
}
.single-gallery {
	margin-bottom: 20px;
	width: 652px;
}
.single-gallery__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 400px;
	background: #f3eded;
}
.single-gallery__wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
    filter: brightness(1.04);
}
.single-gallery.hide-bg .single-gallery__wrap img {
	mix-blend-mode: unset;
    filter: none;
}
.single-info {
	flex: 1;
	padding-left: 40px;
}

.filter {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-left: -40px;
	padding: 10px 0 60px;
}
.filter-item {
	flex: 0 0 calc(100% / 3);
	padding-left: 40px;
}
.filter-item-wrap .select-btn {
	width: 100%;
    height: 50px;
    background: transparent;
    border: solid #bebebe;
    border-width: 0 0 1px;
    color: #04071a;
}
.filter-item-wrap .select-wrap {
	padding: 20px;
}
.filter-item-wrap .select-wrap label {
	padding: 4px 0;
}
.filter-item-wrap .select-wrap label span {
	position: relative;
	padding-left: 19px;
}
.filter-item-wrap .select-wrap label span:before {
	content: '';
	position: absolute;
	z-index: 1;
}
.filter-item-wrap .select-wrap label span:before {
	top: 4px;
	left: 0;
	display: block;
	width: 7px;
	height: 7px;
	border: 1px solid #04071a;
}
.filter-item-wrap .select-wrap label span .icon-check {
	position: absolute;
	top: 5px;
	left: 1px;
	display: none;
}
.filter-item-wrap .select-wrap label input:checked + span .icon-check {
	display: block;
}

.accessories-tabs {
	display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-bottom: 30px;
}
.accessories-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 10px 0;
    padding: 0 24px;
    height: 50px;
    background: transparent;
    border: 1px solid #bebebe;
    white-space: nowrap;
    color: #666;
}
.accessories-tab:hover {
    background: #f6f6f6;
    border-color: #f6f6f6;
}
.accessories-tab.is-active {
    background: #00caba;
    border-color: #00caba;
    color: #04071a;
}

.sorting {
	display: flex;
	justify-content: flex-end;
	margin-left: -40px;
	padding: 10px 0 60px;
}
.sorting-wrap {
	flex: 0 0 calc(100% / 3);
	padding-left: 40px;
}
.sorting .select-btn {
	width: 100%;
    height: 50px;
    background: transparent;
    border: solid #bebebe;
    border-width: 0 0 1px;
    color: #04071a;
}
.sorting .select-btn span {
	display: block;
	margin-left: 16px;
}
.sorting .select-wrap {
	padding: 14px 0;
}
.sorting .select-wrap a {
    display: block;
    padding: 6px 20px;
    white-space: nowrap;
    color: #04071a;
}
.sorting .select-wrap a.active,
.sorting .select-wrap a:hover {
    color: #00b1a3;
}

.products {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -40px;
}
.products.owl-carousel {
	position: relative;
	margin-left: 0;
}
.products .owl-nav {
	position: absolute;
	top: -102px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.products .owl-prev,
.products .owl-next {
	display: flex;
	justify-content: center;
	align-items: center;
	display: block;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #04071a;
	border-radius: 100%;
}
.products .owl-prev:not(.disabled):hover,
.products .owl-next:not(.disabled):hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.products .owl-prev .icon {
	transform: rotate(180deg);
}
.products-item {
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	justify-content: flex-start;
	flex: 0 0 calc(100% / 3);
	margin-bottom: 60px;
	padding-left: 40px;
	color: #666;
}
.products.owl-carousel .products-item {
	padding-left: 0;
	height: 100%;
}
.products4 .products-item {
	flex: 0 0 25%;
}
.products-item-img {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	height: 200px;
	background: #f3eeeb;
}
.products-full .products-item-img {
	height: 250px;
}
.products-item-img img {
	position: absolute;
	max-width: 100%;
	height: 100%;
	object-fit: contain;
	mix-blend-mode: multiply;
	filter: brightness(1.04);
	transition: opacity .2s ease-in-out;
}
.products-item-img__hover {
	opacity: 0;
}
.products-item-img:hover .products-item-img__main {
	opacity: 0;
}
.products-item-img:hover .products-item-img__hover {
	opacity: 1;
}
.products-unavailable .products-item-img {
	opacity: .4;
	transition: opacity .2s ease-out;
}
.products-unavailable .products-item-img:hover {
	opacity: 1;
}
.products-item-info {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1;
	margin-bottom: 30px;
	padding-bottom: 25px;
	border-bottom: 1px solid #bebebe;
}
.products-item__tag {
	display: block;
	margin-bottom: 10px;
}
a.products-item__tag:hover {
	color: #00b1a3;
}
.products-item__title,
.products-item__price {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #04071a;
}
.products-item__title {
	margin-bottom: 20px;
	padding-right: 20px;
	width: 100%;
	max-width: 400px;
}
.products-item__title:not(h1):hover {
	color: #00b1a3;
}
.single .products-item__title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 26px;
}
.products-item__status {
	margin-bottom: 30px;
	color: #9c0101;
}
.products-item__status .btn {
	margin: 20px 0 0;
}
.products-item__price {
	display: flex;
	justify-content: start;
	align-items: center;
	white-space: nowrap;
}
.products-item__price.multiple-prices {
	flex-direction: column;
    align-items: start;
}
.products-item__price span {
	margin-left: 13px;
	font-size: 16px;
	color: #bebebe;
	text-decoration: line-through;
}
.single .products-item__price {
	font-size: 20px;
	line-height: 22px;
}
.products-item-offers {
	margin-bottom: 30px;
	width: 100%;
	max-width: 467px;
}
.products-item-offers__title {
	color: #04071a;
}
.products-item-offers .select-btn {
	height: 40px;
	border-bottom: 1px solid #bebebe;
}
.products-item-offers .select-btn span {
	padding-right: 20px;
}
.products-item-offers .select-wrap {
	padding: 14px 0;
}
.products-item-offers .select-wrap a {
	display: table;
	padding: 6px 20px;
}
.products-item-offers .select-wrap a.active,
.products-item-offers .select-wrap a:hover {
	color: #00b1a3;
}
.products-item__text {
	flex: 1;
	margin-bottom: 20px;
	padding-right: 20px;
}
.products-item-data {
	padding-bottom: 10px;
}
.products-item-data .products-item__text,
.products-item-data .products-item__date {
	margin-bottom: 7px;
}
.products-item-data .products-item__text {
	font-size: 16px;
	color: #04071a;
}
.products-item-descr {
	margin: 25px 0;
	padding: 15px 0;
	border: solid #bebebe;
	border-width: 1px 0;
}
.products-item-descr__value {
	max-width: 550px;
}
.products-item-descr__value a {
	color: #00b1a3;
	text-decoration: underline;
}
.products-item-descr__value a:hover {
	text-decoration: none;
}
.detail .products-item-descr__value {
	max-width: 100%;
}
.products-item__date {
	margin-bottom: 20px;
}
.products-item-updates {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex: 1;
	margin-bottom: 20px;
	padding: 16px 0;
	border: solid #bebebe;
	border-width: 1px 0;
}
.products-item-updates__title {
	flex: 0 0 134px;
}
.products-item-updates__value {
	flex: 1;
}
.products-item-btns {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.products-item-btns .btn:not(.btn-full) + .btn:not(.btn-full) {
	margin-left: 10px;
}
.products-item-btns .icon {
	margin-right: 10px;
}
.products-unavailable .products-item-btns .btn {
	background: #bebebe;
	border-color: #bebebe;
	color: #04071a;
}
.products-unavailable .products-item-btns .btn:hover {
	background: #f6f6f6;
}
.products-quantity {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex: 0 0 100%;
	margin-top: 10px;
}
.products-quantity .btn {
	flex: 0 0 calc(50% - 5px);
	margin-right: 0 !important;
}
.products-quantity-wrap {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex: 0 0 calc(50% - 5px);
	height: 40px;
	border: 1px solid #04071a;
	border-radius: 40px;
	color: #04071a;
}
.products-quantity-wrap input {
	width: 40px;
	background: transparent;
	border: 0;
	text-align: center;
	color: #04071a;
}
.products-quantity-wrap a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	font-size: 18px;
}
.products-quantity-wrap a:hover {
	color: #00b1a3;	
}
.products-quantity-line {
	justify-content: flex-start;
	flex: auto;
	margin-top: 0;
}
.products-quantity-line .products-quantity-wrap {
	flex: unset;
	margin-left: 10px;
	padding: 0 19px;
}
.products-quantity-line .btn {
	flex: unset;
	margin-left: 10px;
}
.updates .products-item {
	flex: 0 0 50%;
	margin-bottom: 0;
}
.updates .products-item-img {
	height: 250px;
}
.updates .products-item__price {
	margin-bottom: 21px;
}

.about {
	gap: 40px;
	height: 416px;
}
.about-col {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.about-col:not(.about-col-center) > .about-item {
	flex: 1;
}
.about-col > .about-item {
	height: 50%;
}
.about-col-center > .about-item:first-child {
	margin-bottom: 40px;
}
.about-item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	overflow: hidden;
	border: 1px solid #bebebe;
}
.about-item-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #00b1a3;
	border-radius: 100%;
}
.about-item-descr {
	position: relative;
	z-index: 5;
}

.plus {
	position: relative;
	margin: 0 auto;
	padding: 115px 0;
	/* max-width: 1920px; */
	max-width: 100%;
	background: url(/local/templates/main/css/../img/plus-bg.jpg) 50% 50% no-repeat;
	background-size: cover;
	color: #fff;
}
.plus:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(4 7 26 / 45%);
}
.plus h2 {
	max-width: 500px;
}
.plus .subtitle {
	color: #fff;
}
.plus .subtitle:before {
	background: #fff;
}
.plus-item {
	margin-top: 56px;
	max-width: 467px;
}
.plus-item:nth-child(even) {
	margin-left: auto;
}
.plus-item__line {
	margin-bottom: 15px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.plus-item__title {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 30px;
	line-height: 50px;
}
.plus-item__text {
	max-width: 240px;
}

.plus-icons {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -40px;
}
.plus-icons-item {
	flex: 0 0 calc(100% / 2);
	padding: 0 0 40px 40px;
}
.plus-icons-item-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.plus-icons-item__icon {
	flex: 0 0 78px;
	align-self: flex-start;
	width: 78px;
	height: 78px;
}
.plus-icons-item__icon img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.plus-icons-item-info {
	flex: 1;
	padding: 0 0 0 30px;
}
.plus-icons-item-info__title {
	flex: 1;
	font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.plus-icons-item-info__text {
	margin-top: 5px;
}

.target {
	margin-left: -40px;
}
.target-item {
	flex: 0 0 calc(100% / 3);
	padding-left: 40px;
	color: #666;
}
.target-item img {
	margin-bottom: 30px;
	filter: grayscale(100%);
	transition: all .15s ease-out;
}
.target-item:hover img {
	filter: none;
}
.target-item-info {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.target-item-info__title {
	padding-right: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #04071a;
}
.target-item-info__text {
	padding-left: 20px;
}

.categories {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -40px;
}
.categories-item {
	display: block;
	flex: 0 0 calc(100% / 3);
	padding-left: 40px;
	margin-bottom: 40px;
}
.categories-item-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 30px;
	height: 100%;
	min-height: 188px;
	border: 1px solid #bebebe;
}
.categories-item__title {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}
.categories-item__text {
	flex: 1;
	padding-right: 80px;
}
.categories-item__text p,
.categories-item__text .textblock {
	margin: 0;
}
.categories-item-wrap:hover .categories-item__btn {
	background: #19f8e7;
	border-color: #19f8e7;
}
.categories-item-wrap:hover {
	color: #04071a;
}

.sections {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -40px;
}
.sections-item {
	display: block;
	flex: 0 0 calc(100% / 3);
	margin-bottom: 30px;
	padding-left: 40px;
	text-align: center;
}
.sections-item-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 70px;
	min-height: 70px;	
	border: 1px solid #bebebe;
}
.sections-item__title {
	flex: 1;
	margin-right: 20px;
}
.sections-item-wrap:hover .sections-item__btn {
	background: #19f8e7;
	border-color: #19f8e7;
}
.sections-item-wrap:hover {
	color: #04071a;
}

.tabs-nav {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.tabs-nav a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px 10px 0;
	padding: 0 24px;
	height: 50px;
	background: transparent;
	border: 1px solid #bebebe;
	white-space: nowrap;
	color: #666;
}
.tabs-nav a:hover {
	background: #fff;
	border-color: #fff;
}
.tabs-nav.white a:hover {
    background: #f6f6f6;
    border-color: #f6f6f6;
}
.tabs-nav a.active {
	background: #00caba;
	border-color: #00caba;
	color: #04071a;
}
.tabs-wrap {
	display: none;
}
.tabs-wrap.active {
	display: block;
}

.news {
	position: relative;
}
.news .owl-stage-outer {
	width: calc(100% + 1px);
}
.news .owl-stage {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.news .owl-stage .owl-item {
	min-height: 100%;
}
.news .owl-nav {
	position: absolute;
	bottom: -40px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.news .owl-prev,
.news .owl-next {
	display: flex;
	justify-content: center;
	align-items: center;
	display: block;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #04071a;
	border-radius: 100%;
}
.news .owl-prev:not(.disabled):hover,
.news .owl-next:not(.disabled):hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.news .owl-prev .icon {
	transform: rotate(180deg);
}
.news-wrap {
	padding-bottom: 40px;
	width: 100%;
}
.news-flex-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -40px;
	padding-bottom: 40px;
}
.news-item {
	position: relative;
	display: block;
	height: 100%;
}
.news-flex-wrap .news-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 40px 40px;
	height: auto;
	min-height: 100%;
}
.news-item-wrap {
	height: 100%;
	min-height: 466px;
	border: 1px solid #bebebe;
}
.news-img {
	position: relative;
	height: 240px;
}
.news-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-img__label {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 5px;
	height: 18px;
	background: #fff;
	font-size: 12px;
}
.news-item-info {
	padding: 30px;
}
.news-item-info__title {
	margin-bottom: 20px;
	max-width: 350px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	transition: all .1s ease-out;
}
.news-item:hover .news-item-info__title {
	color: #00b1a3;
}
.news-item-info__text {
	margin-bottom: 20px;
	max-width: 350px;
}
.news-item-info__date {
	font-size: 12px;
	color: #666;
}
.news-item-author {
	margin-bottom: 20px;
	max-width: 350px;
}
.news-item-author__img {
	margin-bottom: 12px;
	border-radius: 100%;
}
.news-item-author__name {
	margin-bottom: 8px;
	font-weight: 500;
}
.news-item-author__text {
	color: #82838d;
}
.news-back {
	margin-bottom: 115px;
	padding-top: 80px;
	border-bottom: 1px solid #bebebe;
}
.news-back-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin: 0 auto;
	max-width: 974px;
	height: 80px;
}
.news-back__btn {
	position: absolute;
	top: 20px;
	left: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #04071a;
	border-radius: 100%;
}
.news-back__btn .icon {
	transform: rotate(180deg);
}
.news-back__btn:hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.news-back__title {
	font-weight: 500;
	font-size: 20px;
}
.news-detail {
	margin: 0 auto;
	max-width: 974px;
}
.news-detail h1 {
	font-size: 40px;
}
.news-detail a {
	color: #00b1a3;
	text-decoration: underline;
}
.news-detail a:hover {
	text-decoration: none;
}
.news-gallery {
	position: relative;
	margin-bottom: 40px;
}
.news-gallery .img-full {
	margin-bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.news-gallery .owl-prev,
.news-gallery .owl-next {
	position: absolute;
	top: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	display: block;
	width: 40px;
	height: 40px;
	border: 1px solid #04071a;
	border-radius: 100%;
	transform: translateY(-50%);
}
.news-gallery .owl-prev {
	left: 20px;
}
.news-gallery .owl-next {
	right: 20px;
}
.news-gallery .owl-prev:not(.disabled):hover,
.news-gallery .owl-next:not(.disabled):hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.news-gallery .owl-prev .icon {
	transform: rotate(180deg);
}
.news-gallery .owl-dots {
	position: absolute;
	bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.news-gallery .owl-dot {
	margin: 0 5px;
	width: 8px;
	height: 8px;
	background: #bebebe;
	border: 3px solid transparent;
	border-radius: 100%;
}
.news-gallery .owl-dot.active {
	width: 12px;
	height: 12px;
	background: #00b1a3;
	border: 0;
}
.news-right h2,
.news-right h3,
.news-right h4,
.news-right h5,
.news-right h6 {
	margin: 40px 0 20px;
	max-width: 100%;
	font-size: 20px;
}

.timeline {
	position: relative;
}
.timeline .owl-stage-outer {
	width: calc(100% + 1px);
}
.timeline .owl-stage {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.timeline .owl-stage .owl-item {
	min-height: 100%;
}
.timeline .owl-nav {
	position: absolute;
	bottom: -40px;
	right: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.timeline .owl-prev,
.timeline .owl-next {
	display: flex;
	justify-content: center;
	align-items: center;
	display: block;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	border: 1px solid #04071a;
	border-radius: 100%;
}
.timeline .owl-prev:not(.disabled):hover,
.timeline .owl-next:not(.disabled):hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.timeline .owl-prev .icon {
	transform: rotate(180deg);
}
.timeline-wrap {
	padding-bottom: 40px;
	width: 100%;
}
.timeline-flex-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -40px;
	padding-bottom: 40px;
}
.timeline-item {
	position: relative;
	display: block;
	height: 100%;
}
.timeline-flex-wrap .timeline-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 40px 40px;
	height: auto;
	min-height: 100%;
}
.timeline-item-wrap {
	height: 100%;
	min-height: 466px;
	border: 1px solid #bebebe;
}
.timeline-item-info {
	padding: 30px;
}
.timeline-item-info__title {
	margin-bottom: 20px;
	max-width: 350px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	transition: all .1s ease-out;
}
.timeline-item:hover .timeline-item-info__title {
	color: #00b1a3;
}
.timeline-item-info__text {
	margin-bottom: 20px;
	max-width: 350px;
}

.article {
	position: relative;
}
.article .wrapper {
	padding: 0;
}
.article-left {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 467px;
	height: 100%;
}
.article-content {
	position: sticky;
	top: 120px;
}
.article-content__title {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	color: #00b1a3
}
.article-content ul {
	margin: 0;
}
.article-content ul li {
	padding: 0;
}
.article-content ul li:before {
	display: none;
}
.article-content ul li a {
	display: table;
	margin-bottom: 8px;
	color: #666;
}
.article-content ul li a:hover {
	color: #00b1a3;
}
.article-right {
	padding-left: 507px;
}
.article-right.full {
	padding-left: 0;
	max-width: 973px;
}
.article-right h1 {
	font-size: 40px;
}
.article-right h2,
.article-right h3,
.article-right h4,
.article-right h5,
.article-right h6 {
	margin: 40px 0 20px;
	max-width: 100%;
	font-size: 20px;
}
.article-right h2 {
	font-size: 30px;
}
.article .faq {
	flex-wrap: wrap;
}
.article .faq-title {
	font-size: 30px;
}
.article .faq-left,
.article .faq-right {
	flex: 0 0 100%;
}
.article .faq-item-btn__title {
	margin: 0;
	font-size: 20px;
    line-height: 26px;
}

.author {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.author-half {
	align-items: flex-start;
}
.author-left {
	flex: 1;
	padding-right: 40px;
}
.author-half .author-left {
	flex: 0 0 467px;
	padding-right: 0;
}
.author-half .author-left img {
	margin-bottom: 40px;
}
.author-left h1,
.author-left h2 {
	margin-bottom: 16px;
	font-size: 20px;
}
.author-left__position {
	color: #82838d;
}
.author-left__text {
	margin: 20px 0;
	padding-top: 20px;
	border-top: 1px solid #bebebe;
}
.author-left__social {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.author-left__social a {
	display: block;
	margin: 0 10px 10px 0;
}
.author-right {
	flex: 0 0 720px;
}
.author-right h1 {
	margin-top: 10px;
	max-width: 100%;
}
.author-right h3 {
	margin: 0;
	font-size: 20px;
}
.author-right img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.author-half .author-right {
	flex: 1;
	padding-left: 40px;
}

.letters {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.letters-left {
	flex: 0 0 467px;
}
.letters-left__title {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 20px;
}
.letters-left__text {
	margin-bottom: 30px;
	color: #666;
}
.letters-right {
	flex: 1;
	padding-left: 40px;
}
.letters-right .faq-item,
.letters-right .faq-item:last-child {
	border: 0;
}
.letters-right .faq-item + .faq-item {
	border-top: 1px solid #bebebe;
}
.letters-right .faq-item-btn__title {
	color: #04071a;
}

.protection {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -40px;
}
.protection-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 40px 40px;
}
.protection-item-wrap {
	position: relative;
	height: 250px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.protection-item-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(4 7 26 / 50%);
}
.protection-item-head {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 32px;
}
.protection-item-head__title {
	flex: 1;
	padding-right: 20px;
	font-size: 20px;
	color: #fff;
}
.protection-item-head__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
}
.protection-item-head__icon .icon {
	stroke: #fff;
}
.protection-item-wrap:hover .protection-item-head__title {
	color: #19f8e7;
}
.protection-item-wrap:hover .protection-item-head__icon {
	border-color: #19f8e7;
}
.protection-item-wrap:hover .protection-item-head__icon .icon {
	stroke: #19f8e7;
}
.protection-detail h1 {
	font-size: 40px;
	max-width: 720px;
}
.protection-column3 {
	column-count: 3;
	gap: 40px;
}
.protection-column3 * {
	page-break-inside: avoid;
	break-inside: avoid;
}
.protection-plus {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -40px;
}
.protection-plus-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 40px 40px;
}
.protection-plus-item-wrap {
	padding: 30px;
	min-height: 100%;
	border: 1px solid #bebebe;
}
.protection-plus-item-head {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}
.protection-plus-item-head__icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
}
.protection-plus-item-head__icon img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}
.protection-plus-item-head__title {
	flex: 1;
	padding-left: 24px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #000;
}
.protection-plus-item__text {
	color: #000;
}
.protection-imgtext {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.protection-imgtext-left {
	flex: 0 0 467px;
}
.protection-imgtext-right {
	flex: 1;
	padding-left: 40px;
}
.protection-imgtext-right h2,
.protection-imgtext-right h3,
.protection-imgtext-right h4,
.protection-imgtext-right h5,
.protection-imgtext-right h6 {
	margin-bottom: 40px;
	max-width: 100%;
}
.protection-imgtext__descr {
	column-count: 2;
	gap: 40px;
}
.protection-imgtext__descr * {
	page-break-inside: avoid;
	break-inside: avoid;
}
.protection-steps {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0 0 60px -40px;
}
.protection-steps-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 40px 40px;
}
.protection-steps-item img {
	margin-bottom: 28px;
	width: 100%;
	height: auto;
	object-fit: cover;
}
.content .text .protection-steps-item h2,
.content .text .protection-steps-item h3,
.content .text .protection-steps-item h4,
.content .text .protection-steps-item h5,
.content .text .protection-steps-item h6 {
	margin-top: 0;
}
.protection-steps.border .protection-steps-item-wrap {
	border: 1px solid #bebebe;
}
.protection-steps.border .protection-steps-item img {
	display: block;
	margin: 0 auto 28px;
	width: auto;
	height: auto;
	object-fit: unset;
}
.protection-steps.border .protection-steps-item__text {
	padding: 20px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
}

.partners-logos {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.partners-logo {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex: 0 0 calc(100% / 3);
	margin-bottom: 20px;
	padding: 0 95px;
	height: 95px;
	border-left: 1px solid #bebebe;
}
.partners-logo:last-child {
	border-right: 1px solid #bebebe;
}
.partners-logo-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.partners-logo__img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	margin-bottom: 10px;
}
.partners-map {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.partners-map-nav {
	flex: 0 0 467px;
}
.partners-map-nav .faq-item-wrap {
	color: #04071a;
}
.partners-map-nav .faq-item:first-child {
	border-top: 0;
}
.partners-map-nav .faq-item:last-child {
	border-bottom: 0;
}
.partners-map-wrap {
	flex: 0 0 calc(100% - 467px);
	padding-left: 40px;
	max-width: calc(100% - 467px);
	height: 430px;
}
.partners-map-wrap .map {
	width: 100%;
	height: 100%;
}
.partners-map-wrap .map	[class*="-ground-pane"] {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.numbers {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -60px;
}
.numbers-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 60px 60px;
}
.numbers-item__title {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #04071a;
	font-weight: 500;
	font-size: 40px;
	line-height: 40px;
}

.staff {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -40px;
}
.staff-item {
	flex: 0 0 25%;
	padding: 0 0 40px 40px;
}
.staff-item__img {
	margin-bottom: 16px;
	max-width: 100%;
	height: auto;
}
.staff-item__title {
	font-weight: 500;
    font-size: 20px;
    line-height: 26px;
}
.staff-item__descr {
	color: #666;
}

.check {
	max-width: 467px;
}
.check h4 {
	margin-bottom: 16px;
}
.check ul {
	margin-bottom: 16px;
}
.check ul li {
	margin-bottom: 2px;
	padding-left: 22px;
}
.check ul li:before {
	display: none;
}
.check ul li:after {
	content: '—';
	position: absolute;
    top: 0;
    left: 0;
    display: block;
	font-size: 13px;
}
.check #answer-block {
	display: none;
	margin-bottom: 50px;
}
.check #answer-block.show {
	display: block;
}
.check-form {
	margin-bottom: 34px;
}
.check-form #pin-elem {
	display: none;
	margin-left: 20px;
}
.check-form #pin-elem.show {
	display: block;
}
.check-form .form-btn {
	margin: 0 0 0 10px;
}
.check-form .form-row input[type=text] {
	height: 40px;
	color: #04071a;
}
.check-form .form-row input[type=text].err {
	border: solid #e70c0c;
	border-width: 0 0 1px;
}
.check-form p {
	margin-bottom: 16px;
}
.instruction {
	display: none;
}
.instruction summary {
	display: block;
	width: fit-content;
	border-bottom: 1px dotted;
	outline-style: none;
	cursor: pointer;
}
.instruction summary::-webkit-details-marker {
	display: none;
}
.instruction * + details {
	margin: 16px 0;
}

.vacancies {
	margin-bottom: 40px;
}
.vacancies h4 {
	margin: 24px 0 0;
}
.vacancies .btn {
	margin-top: 24px;
}
.vacancies .faq-item:first-child {
	border-top: 0;
}
.vacancies .faq-item:last-child {
	border-bottom: 0;
}

.video-block {
	margin: 0 auto 40px;
	max-width: 974px;
}
.video-block iframe,
.video-block video {
	width: 100%;
}
.video-wrap {
	position: relative;
	display: block;
	width: 100%;
	height: 400px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
}
.video-wrap video {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgb(4 7 26 / 30%);
}
.video-wrap .icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	width: 29px;
	height: 33px;
	fill: #fff;
	transform: translate(-50%, -50%);
}
.video-wrap:hover .icon {
	fill: #19f8e7;
}
.video-nav {
	flex: 0 0 506px;
	padding: 0 40px;
	height: 400px;
	overflow-y: auto;
	border: solid #bebebe;
	border-width: 1px 1px 1px 0;
}
.video-nav::-webkit-scrollbar {
	width: 6px;
	background: #fff;
}
.video-nav::-webkit-scrollbar-thumb {
    background-color: #000;
	border: 1px solid #fff;
	border-radius: 4px;
}
.video-nav::-webkit-scrollbar-track {
    border-width: 0;
}
.video-nav-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 49.5px;
}
.video-nav-item + .video-nav-item {
	border-top: 1px solid #bebebe;
}
.video-nav-item__title {
	flex: 1;
	padding: 0 10px;
}
.video-nav-item__time {
	font-size: 12px;
	color: #bebebe;
}
.video-nav-item:hover .video-nav-item__title,
.video-nav-item.active .video-nav-item__title {
	color: #00b1a3;
}

.faq {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.faq-left,
.faq-right {
	flex: 0 0 calc(50% - 20px);
}
.faq-title {
	margin: 0 0 40px;
	max-width: 100%;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
}
.faq-item {
	border-top: 1px solid #bebebe;
}
.faq-item:last-child {
	border-bottom: 1px solid #bebebe;
}
.faq-item-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 19px 0;
	cursor: pointer;
}
.faq-item-btn__title {
	flex: 1;
	margin: 0;
	padding-right: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
}
.faq-item-btn__title span {
	display: block;
	font-size: 14px;
	color: #666;
}
.faq-item-btn__icon {
	position: relative;
	width: 35px;
	height: 35px;
	background: #f6f6f6;
	border-radius: 100%;
	transition: all .15s ease-out;
}
.faq-item-btn__icon:before,
.faq-item-btn__icon:after {
	content: '';
	position: absolute;
	z-index: 1;
	background: #000;
	transform: translate(-50%, -50%);
}
.faq-item-btn__icon:before {
	top: 50%;
	left: 50%;
	width: 1px;
	height: 15px;
}
.faq-item-btn__icon:after {
	top: 50%;
	left: 50%;
	width: 15px;
	height: 1px;
}
.faq-item-btn.active .faq-item-btn__icon {
	background: #19f8e7;
	transform: rotate(45deg);
}
.faq-item-wrap {
	display: none;
	padding-bottom: 30px;
	color: #666
}
.faq-tabs-wrap {
	display: none;
}
.faq-tabs-wrap.active {
	display: block;
}
.faq-page {
	margin-top: 80px;
}
.faq-page .detail-tabs-nav {
	margin-bottom: 5px;
}
.faq-page .faq-item:first-child {
	border-top: 0;
}
.faq-page .faq-item:last-child {
	border-bottom: 0;
}
.faq-page .faq-item-wrap {
	max-width: 720px;
}

.steps {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-left: -40px;
}
.steps-item {
	flex: 0 0 calc(100% / 3);
	padding: 0 0 40px 40px;
}
.steps-item-wrap {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.steps-item__num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #00b1a3;
	border-radius: 100%;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
}
.steps-item-info {
	flex: 1;
	padding: 9px 0 0 30px;
}
.steps-item-info__title {
	font-weight: 500;
	font-size: 18px;
    line-height: 22px;
}
.steps-item-info__descr {
	margin-top: 5px;
}

.helper h3 {
	margin: 0;
	padding-right: 40px;
	font-size: 20px;
}

.contacts * {
	color: #04071a !important;
}
.contacts a:hover {
	color: #00b1a3 !important;
}
.contacts .btn {
	color: #fff !important;
}
.contacts ul li {
	padding: 0;
}
.contacts ul li:before {
	display: none;
}
.contacts .foot-contacts-social a {
	border-color: #04071a;
}
.contacts .foot-contacts-social .icon {
	fill: #04071a;
}
.contacts .foot-nav {
	align-self: flex-start;
}
.contacts .select-wrap {
	background-color: #f6f6f6;
}
.contacts .select-wrap label:hover span,
.contacts .select-wrap label input:checked ~ span {
	color: #00b1a3 !important;
}
.contacts-map {
	width: 100%;
	height: 500px;
}
.contacts-map [class*="-ground-pane"] {
	filter: grayscale(1);
	-ms-filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.page404 {
	position: relative;
	display: flex;
	align-items: center;
	background: url(/local/templates/main/css/../img/404-bg.jpg) 50% 0% no-repeat;
	background-size: cover;
	min-height: 869px;
}
.page404:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: .35;
	background: linear-gradient(to right,  rgba(4,7,26,0.5) 0%,rgba(4,7,26,0.77) 54%,rgba(4,7,26,1) 100%);
}
.page404-wrap {
	position: relative;
	z-index: 1;
	max-width: 490px;
}
.page404-wrap h1 {
	margin: 0;
	font-size: 80px;
	color: #fff;
}
.page404-wrap .btn {
	min-width: 160px;
}
.page404-wrap__text {
	margin: 40px 0 30px;
	padding-top: 30px;
	border-top: 1px solid #fff;
	font-size: 30px;
	line-height: 30px;
	color: #fff;
}

.circles {
	position: absolute;
	top: -280px;
	right: -280px;
	width: 600px;
	height: 600px;
}
.circle {
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	transform: translate(-50%, -50%);
	animation-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
	animation-iteration-count: infinite;
	animation-duration: 4s;
	opacity: 0;
}
.circle1 {
	z-index: 3;
	width: 226px;
	height: 226px;
	background: #aae2de;
	animation-name: circle1;
}
.circle2 {
	z-index: 2;
	width: 386px;
	height: 386px;
	background: radial-gradient(circle, rgba(0, 177, 163, 0.1) 0%, rgba(0, 177, 163, 1) 100%);
	border: 1px solid #00b1a3;
	animation-name: circle2;
}
.circle3 {
	z-index: 1;
	width: 550px;
	height: 550px;
	background: radial-gradient(circle, rgba(25, 248, 231, 1) 0%, rgba(0, 177, 163, 1) 100%);
	border: 1px solid #00b1a3;
	animation-name: circle3;
}
@keyframes circle1 {
	0% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0;
	}
	15% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	40% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
	}
	65% {
		transform: translate(-50%, -50%) scale(1.15);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.15);
		opacity: 0;
	}
}
@keyframes circle2 {
	0%, 13% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0;
	}
	25% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.12;
	}
	50% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.12;
	}
	75% {
		transform: translate(-50%, -50%) scale(1.15);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.15);
		opacity: 0;
	}
}
@keyframes circle3 {
	0%, 22% {
		transform: translate(-50%, -50%) scale(0);
		opacity: 0;
	}
	35% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.09;
	}
	60% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.09;
	}
	85% {
		transform: translate(-50%, -50%) scale(1.15);
		opacity: 0;
	}
	100% {
		transform: translate(-50%, -50%) scale(1.15);
		opacity: 0;
	}
}

.form-row {
	position: relative;
	margin-bottom: 20px;
}
.form-row input[type=text],
.form-row textarea,
.form-row .select-btn {
	width: 100%;
	height: 30px;
	background: transparent;
	border: solid #bebebe;
	border-width: 0 0 1px;
	color: #fff;
}
.form-row input[type=text].error,
.form-row textarea.error {
	border-color: red;
}
.form-row .select-btn .icon {
	fill: #82838d;
}
.form-row input[type=text]::-webkit-input-placeholder,
.form-row textarea::-webkit-input-placeholder {
	color: #82838d !important;
}
.form-row input[type=text]:-ms-input-placeholder,
.form-row textarea:-ms-input-placeholder {
	color: #82838d !important;
}
.form-row input[type=text]::-ms-input-placeholder,
.form-row textarea::-ms-input-placeholder {
	color: #82838d !important;
}
.form-row__title {
	margin: 26px 0 7px;
}
.form-btn {
	margin: 10px 0 17px;
}
.form-policy {
    font-size: 12px;
    line-height: 15px;
    color: #82838d;
    margin-top: 10px;
}
.form-policy a {
    color: #fff;
}
.form-policy a:hover {
    color: #19f8e7;
}
.form-policy__label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
}
.form-policy__checkbox {
    margin-top: 1px;
}
.form-policy.error {
    color: red;
}
.form-error {
	margin-top: 4px;
	font-size: 12px;
	line-height: 14px;
	color: red;
}


.foot {
	padding: 120px 0 20px;
	background: #04071a;
}
.foot-small {
	padding: 20px 0;
}
.foot-contacts {
	flex: 0 0 calc(100% / 3);
	padding-right: 20px;
}
.foot-contacts .subtitle {
	margin-bottom: 117px;
	color: #82838d;
}
.foot-contacts .subtitle:before {
	background: #82838d;
}
.foot-contacts > a,
.foot-contacts > p {
	display: table;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}
.foot-contacts > a:hover {
	color: #19f8e7;
}
.foot-contacts-social {
	padding-top: 11px;
}
.foot-contacts-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border: 1px solid #fff;
	border-radius: 100%;
}
.foot-contacts-social a:hover {
	background: #19f8e7;
	border-color: #19f8e7;
}
.foot-contacts-social a:hover .icon {
	fill: #04071a;
}
.foot-contacts-social .icon-rutube {
	position: relative;
	top: -4px;
	right: -4px;
}
.foot-contacts .foot-complaint {
	display: inline-flex;
    margin-bottom: 0;
    margin-top: 16px;
	border-color: #fff;
    color: #fff;
	font-size: 14px;
	font-weight: 400;
}
.foot-contacts .foot-complaint:hover {
	background: #19f8e7;
    border-color: #19f8e7;
    color: #04071a;
}
.foot-feedback {
	flex: 0 0 calc(calc(100% / 3) - 25px);
	color: #fff;
}
.foot-feedback__title {
	margin: 0 0 30px;
	font-weight: 500;
	font-size: 40px;
	line-height: 1;
}
.foot-feedback__text {
	margin-bottom: 27px;
}
.foot-nav {
	flex: 0 0 calc(100% / 3);
	align-self: center;
	padding-left: 48px;
}
.foot-nav a {
	display: table;
	margin-bottom: 7px;
	color: #fff;
}
.foot-nav a:hover {
	color: #19f8e7;
}
.foot-bottom {
	margin-top: 80px;
}
.foot-small .foot-bottom {
	margin-top: 0;
}
.foot-bottom__col {
	flex: 0 0 calc(100% / 3);
	font-size: 12px;
	color: #82838d;
}
.foot-bottom__col:nth-child(2) {
	flex: 0 0 calc(calc(100% / 3) - 25px);
}
.foot-bottom__col:nth-child(3) {
	padding-left: 48px;
}
.foot-bottom__col a:hover {
	color: #19f8e7;
}
.foot-bottom__col .icon {
	margin-right: 10px;
}

.dark {
	position: fixed;
	top: 0;
	left: -999999px;
	z-index: 50;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgb(4 7 26 / 80%);
}
.dark.active {
	left: 0;
	opacity: 1;
}
.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 55;
	display: none;
	padding: 40px;
	width: 550px;
	background: #fff;
	box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
	transform: translate(-50%, -50%);
}
.popup.active {
	display: block;
}
.popup a {
	color: #04071a;
}
.popup a:hover {
	color: #00b1a3;
}
.popup:before {
	content: '';
	position: absolute;
	top: 0;
	left: -999999px;
	z-index: 100;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgb(255 255 255 / 80%);
	opacity: 0;
	transition: opacity .25s ease-out;
}
.popup:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -999999px;
	z-index: 110;
	display: block;
	width: 90px;
	height: 90px;
	opacity: 0;
	background: url(/local/templates/main/css/../img/loader.svg);
	transform: translate(-50%, -50%);
	transition: opacity .25s ease-out;
}
.popup__close {
	position: absolute;
	top: 36px;
	right: 36px;
	z-index: 50;
	cursor: pointer;
}
.popup__close .icon {
    stroke: #04071a;
}
.popup__title {
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 40px;
	line-height: 48px;
}
.popup__descr {
	margin-bottom: 28px;
}
.popup__descr * + p {
	margin-top: 12px;
}
.popup .form-row input[type=text],
.popup .form-row textarea,
.popup .form-row .select-btn {
	color: #04071a;
}

.good {
	text-align: center;
}
.good__title {
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
}
.good__icon {
	display: block;
	margin: 0 auto 8px;
	width: 40px;
	height: 40px;
	background: url(/local/templates/main/css/../img/good.png) 0 0 no-repeat;
}

.loading:before {
	left: 0;
	opacity: 1;
	transition: opacity .25s ease-out;
}
.loading:after {
	left: 50%;
	opacity: 1;
	transition: opacity .25s ease-out;
}

.scroll-top-btn {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #04071a;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .2s ease, transform .2s ease, background .15s ease, border-color .15s ease;
}
.scroll-top-btn.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-top-btn:hover {
    background: #19f8e7;
    border-color: #19f8e7;
}
.scroll-top-btn .icon-arrow {
    width: 12px;
    height: 8px;
    stroke: #04071a;
    transition: transform .15s ease-out;
}
.icon-arrow--up {
    transform: rotate(-90deg);
}

a .section-arrow {
    width: 30px;
    height: 20px;
    stroke: #04071a;
    transition: all .1s ease-out;
}
a:hover .section-arrow {
    stroke: #00b1a3;
}

.antenna-form {
	width: 50%;
}

.content-block--poll {
    display: flex;
    justify-content: flex-start;
	margin: 40px 0;
}
.poll-form-wrap {
    width: 50%;
    min-width: 320px;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 10px 30px rgba(0,0,0,.05);
}
.poll-form-wrap.success {
    padding: 35px;
}
.poll-form-wrap.is-loading {
    pointer-events: none;
}
.poll-header {
	display: flex;
    justify-content: space-between;
    padding: 35px 45px 31px;
    background-color: #ececec;
}
.poll-form-title {
	font-size: 16px;
    font-weight: 500;
    color: #04071a;
}
.poll-progress {
    font-size: 16px;
    color: #666;
}
.poll-bar {
	display: flex;
    height: 4px;
    background-color: #c2c2c2;
}
.poll-bar span {
	background-color: #00b1a3;
}
.poll-body {
    position: relative;
	padding: 35px;
    background-color: #fff;
    overflow: hidden;
	transition: height .35s ease;
}
.poll-step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateX(40px);
    pointer-events: none;
    transition:
        opacity .35s ease,
        transform .35s ease;
}
.poll-step.is-active {
    position: relative;
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}
.poll-step.is-prev {
    transform: translateX(-40px);
}
.poll-step input:not([type=checkbox]) {
	width: 100%;
	height: 40px;
	padding: 0 14px 0 0;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	margin-bottom: 20px;
}
.poll-step .iti__flag-container {
	height: 40px;
}
.poll-step .iti input[name="form_phone"] {
	margin-bottom: 20px!important;
}
.poll-step textarea {
    width: 100%;
	min-height: 60px;
	max-height: 300px;
    padding: 12px 14px 0 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 15px;
	resize: vertical;
}
.poll-file {
    display: flex;
	flex-direction: column;
    gap: 8px;
    margin-top: 5px;
    position: relative;
}
.poll-file-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.poll-file-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    padding: 0 20px;
    background: #00b1a3;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background .2s ease, box-shadow .2s ease;
}
.poll-file-btn:hover {
    background: #009688;
}
.poll-file-btn:active {
    box-shadow: inset 0 2px 4px rgba(0,0,0,.15);
}
.poll-file-info {
    font-size: 12px;
    color: #666;
}
.poll-file.dragover .poll-file-btn {
    border: 2px dashed #00b1a3;
    background: #e0f7f5;
}
.poll-file .form-error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
}
.poll-file-previews {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.poll-file-previews .poll-file-preview {
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    text-align: center;
    padding: 2px;
    box-sizing: border-box;
}
.poll-file-previews .poll-file-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.poll-file-previews .poll-file-preview.pdf {
    background: #f2f2f2;
    color: #333;
}
.poll-file-preview {
    position: relative;
}
.poll-file-preview .poll-file-remove {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #fff;
    background: #e53935;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
}
.poll-step .error {
    border-color: #e53935;
}
.step-title {
	padding-bottom: 5px;
}
.step-title strong {
	font-size: 20px;
    color: #04071a;
}
.step-desc {
	padding-top: 5px;
    font-size: 12px;
}
.poll-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.poll-nav button {
	height: 40px;
    padding: 0 19px;
	border: 1px solid #00b1a3;
    border-radius: 40px;
    cursor: pointer;
    font-size: 14px;
	transition: all .1s ease-out;
}
.poll-prev {
    background: #eee;
}
.poll-next,
.poll-submit {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #00b1a3;
    color: #fff;
	transition: background .2s ease;
}
.poll-next:hover,
.poll-submit:hover {
    background: #009688;
}
.poll-submit {
    display: none;
}
.poll-submit.is-loading {
    opacity: 0.6;
    cursor: wait;
}


@media (max-width: 1350px) {
	.updates .products-item-btns .btn {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	.updates .products-item-btns .btn:not(.btn-full) + .btn:not(.btn-full) {
		margin-left: 0;
	}
	.categories-item__text {
		padding-right: 30px;
	}
	.news-item-info {
		padding: 20px;
	}
	.detail-about {
		padding: 30px;
	}
	.detail-about-wrap {
		gap: 50px;
	}
	.detail-about-col:first-child,
	.detail-about-col:last-child {
		flex: 0 0 235px;
	}
}
@media (max-width: 1250px) {
	.single-gallery,
	.singles .lSSlideOuter {
		width: 480px;
	}
	.singles .owl-next {
		left: 420px;
	}
	.singles .lSSlideOuter .single-gallery__wrap img {
		height: 100%;
		object-fit: contain;
	}
	.singles .lSSlideOuter .lSPager.lSGallery li a {
		width: 60px;
		height: 60px;
	}
	.sorting,
	.products {
		margin-left: -20px;
	}
	.sorting-wrap,
	.products-item {
		padding-left: 20px;
	}
	.topic-right .topic-text {
    	flex: 0 0 293px;
	}
	.topic-third .topic-text {
		flex-wrap: wrap;
		justify-content: flex-end;
		flex-wrap: wrap;
		text-align: right;
	}
	.topic-third .topic-text__wrap {
		flex: 0 0 100%;
		padding: 0 0 20px;
	}
	.article-left {
        max-width: 270px;
    }
	.article-right {
        padding-left: 290px;
    }
	.author-right {
		flex: 0 0 500px;
	}
	.protection-item-head__title {
		font-size: 16px;
	}
}
@media (max-width: 1150px) {
	h2,
	.faq-title {
		margin-bottom: 40px;
	}
	.head-socials,
	.head-callback {
		display: none;
	}
	.content .text-left-img .text-img,
	.content .text-right-img .text-img {
		max-width: 467px;
	}
	.slider-item-note {
		display: block;
		max-width: 293px;
	}
	.slider-item-note__icon {
		margin-bottom: 20px;
	}
	.products-item-updates {
		flex-wrap: wrap;
	}
	.products-item-updates__title {
		flex: 0 0 100%;
		margin-bottom: 16px;
	}
	.products-item-updates__value {
		flex: 0 0 100%;
	}
	.products-full .products-item-img,
	.updates .products-item-img {
		height: 200px;
	}
	.topic {
		margin-bottom: 40px;
	}
	.topic-title,
	.topic-right .topic-title,
	.topic-third .topic-title {
		flex: 0 0 100%;
		padding-right: 0;
	}
	.topic-title h2 {
		margin-bottom: 20px;
	}
	.topic-text h3 {
		margin-bottom: 0;
	}
	.topic-text,
	.topic-third .topic-text {
		flex: 0 0 100%;
		padding-left: 0;
	}
	.topic-third .topic-text {
		justify-content: flex-start;
		text-align: left;
	}
	.about {
		flex-wrap: wrap;
		height: auto;
	}
	.about-col:nth-child(1) .about-item-descr {
		column-count: 2;
		gap: 20px;
	}
	.about-col:nth-child(1) .about-item-descr * {
		page-break-inside: avoid;
		break-inside: avoid;
	}
	.about-col:nth-child(2) {
		flex: 0 0 calc(100% / 3);
	}
	.about-item {
		min-height: 168px;
	}
	.about-col:nth-child(3) {
		flex: 0 0 100%;
		min-height: 168px;
	}
	.target-item-info {
		display: block;
	}
	.target-item-info__text {
		padding: 5px 0 0 0;
		width: 100%;
		max-width: 170px;
	}
	.categories-item-wrap {
		padding: 20px;
	}
	.news-back-wrap {
		padding-left: 80px;
		max-width: 100%;
	}
	.news-item-info__title {
		margin-bottom: 10px;
		max-width: 100%;
		font-size: 16px;
		line-height: 22px;
	}
	.news-item-info__text {
    	margin-bottom: 15px;
		max-width: 100%;
	}
	.products4 .products-item {
		flex: 0 0 calc(100% / 3);
	}
	.faq {
		flex-wrap: wrap;
	}
	.faq-left,
	.faq-right {
		flex: 0 0 100%;
	}
	.steps-item-info {
		padding: 10px 0 0 20px;
	}
	.steps-item__num,
	.steps-item-info__title {
    	font-size: 16px;
		line-height: 20px;
	}
	.detail-about-wrap {
		flex-wrap: wrap;
		gap: 0;
	}
	.detail-about-col {
		flex: 0 0 calc(50% - 20px) !important;
		margin-bottom: 40px;
	}
	.letters {
		flex-wrap: wrap;
	}
	.letters-left {
		flex: 0 0 100%;
		order: 1;
	}
	.letters-right {
		flex: 0 0 100%;
		order: 0;
		margin-bottom: 60px;
		padding-left: 0;
	}
	.protection-item-head {
		padding: 20px;
	}
	.protection-plus-item {
		flex: 0 0 100%;
	}
	.protection-plus-item:nth-child(1),
	.protection-plus-item:nth-child(2) {
		flex: 0 0 50%;
	}
	.protection-imgtext__descr {
		column-count: unset;
		gap: 0;
	}
	.foot-feedback__title {
		font-size: 30px;
	}
}
@media (max-width: 1024px) {
	.article-content ul {
		font-size: 12px;
		line-height: 14px;
	}
	.protection-item-head__icon {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
	}
	.partners-map-wrap {
		flex: 0 0 calc(100% - 367px);
		max-width: calc(100% - 367px);
	}
	.partners-map-nav {
		flex: 0 0 367px;
	}
}
@media (max-width: 992px) {
	.mt60 {
		margin-top: 40px;
	}
	.mb60 {
		margin-top: 40px;
	}
	.mb115 {
		margin-bottom: 100px;
	}
	.pt60 {
		padding-top: 40px;
	}
	.pb60 {
		padding-bottom: 40px;
	}
	.pb115 {
		padding-bottom: 100px;
	}
	.btn {
		padding: 0 15px;
	}
	.wrapper {
		padding: 0 10px;
	}
	section {
		padding: 100px 0;
	}
	section.grey + section.nopt {
		padding-top: 100px !important;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 26px;
	}
	.head-logo {
		justify-self: flex-start !important;
	}
	.head-nav,
	.head-contacts {
		display: none;
	}
	.head-spacer {
		display: block;
		flex: 1;
	}
	.head-toggle {
		display: block;
	}
	.head-nav {
		position: absolute;
		top: 0;
		left: -999999px;
		z-index: 55;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		padding: 20px 10px 60px;
		width: 100%;
		height: 100vh;
		opacity: 0;
		background: #fff;
		transition: opacity .3s ease-out;
	}
	.head-nav.active {
		left: 0;
		opacity: 1;
		transition: opacity .3s ease-out;
	}
	.head-nav .head-contacts {
		display: block;
	}
	.head-nav .head-socials {
		display: flex;
	}
	.head-nav-logo {
		display: flex;
		align-items: center;
		flex: 0 0 100%;
		margin-bottom: 20px;
		padding-top: 11px;
		height: 40px;
	}
	.head-nav-wrap {
		display: block;
		flex: 0 0 calc(50% - 20px);
		height: calc(100vh - 160px);
		overflow-y: auto;
	}
	.head-nav-wrap::-webkit-scrollbar {
		width: 6px;
		background: #fff;
	}
	.head-nav-wrap::-webkit-scrollbar-thumb {
		background-color: #000;
		border: 1px solid #fff;
		border-radius: 4px;
	}
	.head-nav-wrap::-webkit-scrollbar-track {
		border-width: 0;
	}
	.head-nav-wrap > li {
		height: auto;
	}
	.head-nav-wrap a,
	.head-nav-wrap p {
		display: block;
		padding: 10px 0;
		font-size: 16px;
		color: #04071a;
	}
	.head-nav-wrap li.parent.hide {
		display: block;
	}
	.head-nav-wrap li.parent > a.active .icon,
	.head-nav-wrap li.parent > p.active .icon {
		transform: rotate(-90deg);
	}
	.head-nav-wrap-sub .icon {
		display: none !important;
	}
	.head-nav-wrap li a .icon,
	.head-nav-wrap p .icon {
		margin-left: 10px;
		fill: #04071a;
	}
	.head-nav-wrap-sub,
	.head-nav-wrap-sub-sub {
		position: relative;
		top: auto;
		left: auto;
		display: none;
		padding: 0 0 14px;
		opacity: 1;
		height: auto;
		background: transparent;
		box-shadow: none;
	}
	.head-nav-wrap li.parent:hover > .head-nav-wrap-sub,
	.head-nav-wrap-sub li.parent:hover > .head-nav-wrap-sub-sub {
		left: auto;
	}
	.head-nav-wrap-sub-sub {
		padding-bottom: 0;
		background: transparent;
	}
	.head-nav-hidden {
		display: block;
		flex: 0 0 calc(50% - 20px);
		color: #04071a;
	}
	.head-contacts {
		text-align: left;
	}
	.head-contacts li {
		margin-bottom: 10px;
	}
	.head-contacts li a {
		font-size: 14px;
	}
	.head-socials {
		margin: 20px 0;
	}
	.head-callback {
		display: inline-flex;
		border-color: #04071a;
		color: #04071a;
	}
	.head-wrap > .head-callback {
		display: none;
	}
	.head-socials a {
		border-color: #04071a;
	}
	.head-socials a .icon {
		fill: #04071a;
	}
	.cart.active {
		right: 10px;
	}
	.cart-wrap:before {
		right: 62px;
	}
	.homepage .slider-item {
		padding-bottom: 100px;
	}
	.breadcrumbs {
		top: 131px;
	}
	.banner-title {
		font-size: 30px;
	}
	.slider-item-descr__title {
		font-size: 40px;
	}
	.sorting-wrap {
    	flex: auto;
		max-width: 320px;
	}
	.products .owl-nav {
		top: -83px;
	}
	.products-item-updates__title {
		margin-bottom: 10px;
	}
	.products {
		margin-left: -20px;
	}
	.products-item {
		margin-bottom: 40px;
    	padding-left: 20px;	
	}
	.products-item-img {
		margin-bottom: 20px;
	}
	.products-item__title {
		margin-bottom: 10px;
	}
	.updates .products-item__price {
		margin-bottom: 10px;
	}
	.products-item-info {
		margin-bottom: 20px;
		padding-bottom: 15px;
	}
	.products-quantity-line .products-quantity-wrap {
		padding: 0 15px;
	}
	.sections {
		margin-left: -20px;
	}
	.sections-item {
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.about {
		gap: 20px;
	}
	.about-col-center > .about-item:first-child {
		margin-bottom: 20px;
	}
	.about-item {
		padding: 20px;
		min-height: 148px;
	}
	.plus-item {
		margin-top: 40px;
		max-width: 295px;
	}
	.plus-item__line {
    	margin-bottom: 25px;
	}
	.plus-item__title {
		font-size: 20px;
		line-height: 30px;
	}
	.target {
		margin-left: -20px;
	}
	.target-item {
		padding-left: 20px;
	}
	.products + .categories {
		margin-top: 30px;
	}
	.categories {
		margin-left: -20px;
	}
	.categories-item {
		padding-left: 20px;
	}
	.video-nav {
    	flex: 0 0 400px;
		padding: 0 20px;
	}
	.filter {
		margin-left: -20px;
	}
	.filter-item {
		padding-left: 20px;
	}
	.detail-tabs-nav a {
		font-size: 14px;
		line-height: 20px;
	}
	.detail-manual-left {
		flex: 0 0 400px;
	}
	.detail-manual-left__btns a {
		display: flex;
		margin-bottom: 10px;
		width: 100%;
		max-width: 340px;
	}
	.detail-manual-left__btns a + a {
		margin-left: 0;
	}
	.news-back__btn {
		left: 10px;
	}
	.news-flex-wrap {
		margin-left: -20px;
	}
	.news-flex-wrap .news-item {
		padding: 0 0 20px 20px;
	}
	.author-right {
        flex: 0 0 300px;
    }
	.protection {
		margin-left: -20px;
	}
	.protection-item {
		padding: 0 0 20px 20px;
	}
	.protection-column3 {
		column-count: unset;
		gap: 0;
	}
	.protection-plus {
		margin-left: -20px;
	}
	.protection-plus-item {
		padding: 0 0 20px 20px;
	}
	.protection-imgtext {
		flex-wrap: wrap;
	}
	.protection-imgtext-left {
		flex: 0 0 100%;
		margin-bottom: 40px;
	}
	.protection-imgtext-left img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.protection-imgtext-right {
		flex: 0 0 100%;
		padding-left: 0;
	}
	.protection-steps {
		margin-left: -20px;
	}
	.protection-steps-item {
		padding: 0 0 20px 20px;
	}
	.partners-logo {
		padding: 0 40px;
	}
	.author-half .author-left {
    	flex: 0 0 340px;
	}
	.faq-title {
		font-size: 30px;
	}
	.steps-item,
	.detail .steps-item {
		flex: 0 0 50%;
		padding-bottom: 20px;
	}
	.numbers {
		margin-left: -40px;
	}
	.numbers-item {
		padding: 0 0 40px 40px;
	}
	.numbers-item__title {
		font-size: 30px;
		line-height: 30px;
	}
	.staff {
		margin-left: -20px;
	}
	.staff-item {
		flex: 0 0 calc(100% / 3);
		padding: 0 0 40px 20px;
	}
	.foot:not(.foot-small) {
		padding-top: 100px;
	}
	.foot-contacts {
		flex: auto;
	}
	.foot-feedback {
		flex: 0 0 300px;
	}
	.foot-contacts-social {
		flex-wrap: wrap;
		max-width: 220px;
	}
	.foot-contacts-social a {
		margin: 0 20px 20px 0;
	}

	.foot-nav {
		flex: auto;
	}
	.page404 {
		padding-top: 200px;
		min-height: 455px;
	}
	.page404 .author-left {
		display: none;
	}
	.page404 .author-right {
		flex: 0 0 100%;
	}
	.page404-wrap {
		max-width: 320px;
	}
	.page404-wrap h1 {
		font-size: 40px;
	}
	.page404-wrap__text {
		margin: 20px 0;
		padding-top: 20px;
		border-top: 1px solid #fff;
		font-size: 20px;
		line-height: 20px;
	}

	.poll-form-wrap {
        width: 100%;
    }
}
@media (max-width: 850px) {
	.mb115 {
		margin-bottom: 64px;
	}
	.pb115 {
		padding-bottom: 64px;
	}
	section {
		padding: 64px 0;
	}
	section.grey + section.nopt {
		padding-top: 64px !important;
	}
	section.static {
		padding-top: 100px !important;
	}
	.content .text-left-img .text-img,
	.content .text-right-img .text-img {
		max-width: 300px;
	}
	.breadcrumbs {
		top: 113px;
	}
	.side {
		padding-left: 0;
	}
	.side-left {
		position: relative;
		margin-bottom: 34px;
	}
	.side-left .breadcrumbs {
		top: auto;
	}
	.side-right {
		padding-left: 0;
	}
	.side-right h1 {
		max-width: 100%;
	}
	.side-right h2 {
		margin-bottom: 15px;
	}
	.plus-item {
		max-width: 100%;
	}
	.categories {
		margin-left: 0;
	}
	.categories-item {
		flex: 0 0 100%;
		margin-bottom: 20px;
		padding-left: 0;
	}
	.categories-item-wrap {
		min-height: auto;
	}
	.categories-item__title {
		margin-bottom: 24px;
	}
	.tabs-nav {
		margin-top: 30px;
	}
	.singles .lSSlideOuter {
		position: relative;
		top: auto;
	}
	.singles .owl-next {
        left: auto;
		right: 20px;
    }
	.single {
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.single-gallery {
		width: 100%;
	}
	.single-info {
		flex: 0 0 100%;
		padding: 40px 0 0;
	}
	.singles .lSSlideOuter {
		padding-left: 0;
		width: 100%;
	}
	.singles .lSSlideOuter .lSPager.lSGallery li a {
		width: auto;
		height: auto;
	}
	.products .products-item {
        flex: 0 0 50%;
    }
	.sections-item {
		flex: 0 0 50%;
	}
	.filter-item:last-child .select-wrap {
		left: auto;
		right: 0;
	}
	.detail-manual {
		flex-wrap: wrap;
		padding-top: 40px;
	}
	.detail-manual-left,
	.detail-manual-right {
		flex: 0 0 calc(50% - 10px);
	}
	.detail-manual-right img {
		top: auto;
	}
	.detail .single.updates .products-item-btns {
		justify-content: space-between;
	}
	.detail .single.updates .products-item-btns .btn {
		flex: 0 0 calc(50% - 5px);
	}
	.news-flex-wrap .news-item {
		flex: 0 0 50%;
	}
	.news-item-wrap {
		min-height: 430px;
	}
	.news-detail h1,
	.article-right h1 {
		font-size: 30px;
	}
	.article-left {
		display: none;
	}
	.article-right {
		padding-left: 0;
	}
	.protection-item {
		flex: 0 0 50%;
	}
	.protection-item-wrap {
		height: 240px;
	}
	.protection-steps-item {
		flex: 0 0 50%;
	}
	.partners-map {
		flex-wrap: wrap;
	}
	.partners-map-nav,
	.partners-map-wrap {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0;
	}
	.partners-map-nav {
		margin-bottom: 30px;
	}
	.check {
		max-width: 100%;
	}
	.foot:not(.foot-small) {
		padding-top: 64px;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 12px;
		line-height: 16px;
	}
	h2 {
		max-width: 100%;
	}
	h3 {
		max-width: 100%;
	}
	.mt60 {
		margin-top: 30px;
	}
	.mb60 {
		margin-top: 30px;
	}
	.pt60 {
		padding-top: 30px;
	}
	.pb60 {
		padding-bottom: 30px;
	}
	h1,
	.side-right h1,
	.protection-detail h1 {
		font-size: 30px;
	}
	section.static {
		margin-bottom: 0;
	}
	.icon-flash {
		width: 12px;
		height: 12px;
	}
	.content blockquote {
		font-size: 16px;
		line-height: 20px;
	}
	.content .text-left-img,
	.content .text-right-img {
		flex-wrap: wrap;
	}
	.content .text-left-img .text-img,
	.content .text-right-img .text-img {
		flex: 0 0 100%;
		order: 0;
		margin-bottom: 20px;
		max-width: 100%;
	}
	.content .text-left-img .text-img img,
	.content .text-right-img .text-img img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.content .text-left-img .text-box,
	.content .text-right-img .text-box {
		flex: 0 0 100%;
		order: 1;
		padding: 0;
	}
	.breadcrumbs {
		top: 114px;
	}
	.cart {
		width: calc(100% - 20px);
	}
	.topic-half .topic-title {
		flex: 0 0 100%;
	}
	.slider-item {
		padding-top: 156px;
	}
	.slider-item-descr {
		flex-wrap: wrap;
	}
	.slider-item-descr__title {
    	margin-bottom: 13px;
		font-size: 30px;
	}
	.slider-item-descr__text {
    	margin-bottom: 20px;
	}
	.slider-item-note {
		display: flex;
		max-width: 100%;
	}
	.slider-item-note__icon {
		margin-bottom: 0;
	}
	.topic {
        margin-bottom: 30px;
    }
	.subtext {
		margin: 10px 0 40px;
	}
	.banner:not(.banner-full) {
		padding-bottom: 40px;
		height: 436px;
		background-position: 50% 0%;
	}
	.banner-wrap {
		justify-content: flex-end;
	}
	.banner-title {
		max-width: 100%;
	}
	.plus h2 {
		max-width: 100%;
	}
	.products .owl-nav {
        position: static;
		top: auto;
		right: auto;
    }
	.products .owl-prev,
	.products .owl-next {
		position: absolute;
		top: 80px;
		margin-left: 0;
	}
	.products .owl-prev {
		left: 10px;
	}
	.products .owl-next {
		right: 10px;
	}
	.products-item {
		flex: 0 0 50%;
	}
	.news-img__label {
		top: 20px;
		left: 20px;
	}
	.news-back {
    	margin-bottom: 60px;
	}
	.news-back-wrap {
		padding-left: 60px;
	}
	.news-back__btn {
		top: 25px;
		width: 30px;
		height: 30px;
	}
	.news-back__title {
		font-size: 14px;
	}
	.news-detail h1,
	.article-right h1 {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.author {
		flex-wrap: wrap;
	}
	.author-left {
		flex: 0 0 100%;
		order: 1;
		padding-right: 0;
	}
	.author-right {
		flex: 0 0 100%;
		order: 0;
		margin-bottom: 40px;
	}
	.author-half .author-left {
		flex: 0 0 100%;
	}
	.author-half .author-right {
		flex: 0 0 100%;
		margin: 0 0 60px;
		padding: 0;
	}
	.author-half .author-left img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.video-block iframe,
	.video-block video {
		height: 400px;
	}
	.video {
		flex-wrap: wrap;
	}
	.video-wrap {
		margin-bottom: 20px;
	}
	.video-nav {
		flex: 0 0 100%;
		border-width: 1px;
	}
	.single .products-item__title {
		margin-bottom: 15px;
	}
	.products-item-descr {
    	margin: 20px 0;
		padding: 10px 0;
	}
	.products-item__title,
	.products-item__price {
		font-size: 16px;
		line-height: 19px;
	}
	.homepage .products-item__title,
	.homepage .products-item__price {
		font-size: 20px;
		line-height: 22px;
	}
	.filter {
		flex-wrap: wrap;
		padding-bottom: 30px;
	}
	.filter-item {
		flex: 0 0 100%;
	}
	.filter-item-wrap .select-wrap label span:before {
    	top: 3px;
	}
	.filter-item-wrap .select-wrap label span .icon-check {
		top: 5px;
	}
	.filter .select-wrap {
		background: #f6f6f6;
	}
	.protection-detail h1 {
		margin-bottom: 40px;
	}
	.protection-plus-item {
		flex: 0 0 100% !important;
	}
	.protection-plus-item-wrap {
		padding: 20px;
	}
	.protection-steps-item img {
    	margin-bottom: 16px;
	}
	.faq-page {
		margin-top: 20px;
	}
	.plus-icons-item {
		padding-bottom: 20px;
	}
	.plus-icons-item-info__title {
		font-size: 16px;
		line-height: 20px;
	}
	.plus-icons-item__icon {
		flex: 0 0 60px;
		width: 60px;
		height: 60px;
	}
	.plus-icons-item-info {
		padding-left: 20px;
	}
	.foot-contacts {
		flex: 0 0 calc(50% - 10px);
	}
	.foot-feedback {
		flex: 0 0 calc(50% - 10px);
	}
	.foot-nav {
		display: none;
	}
	.foot-bottom {
		flex-wrap: wrap;
	}
	.foot-bottom__col {
		flex: 0 0 100% !important;
		padding: 0 !important;
	}
	.foot-bottom__col + .foot-bottom__col {
		margin-top: 10px;
	}
	.scroll-top-btn {
        width: 48px;
        height: 48px;
        left: auto;
		right: 16px;
        bottom: 16px;
    }
    .scroll-top-btn .icon-arrow {
        width: 14px;
        height: 10px;
    }
	.antenna-form {
		width: 100%;
	}
}
@media (max-width: 650px) {
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 20px;
	}
	.btn {
		padding: 0 15px;
		height: 38px;
		font-size: 12px;
	}
	.icon-cart {
		width: 16px;
		height: 16px;
	}
	.head-wrap {
		height: 60px;
	}
	.head-logo {
		padding-top: 0;
	}
	.head-logo img,
	.head-nav-logo img {
		max-height: 20px;
	}
	.head-cart a,
	.head-toggle {
		width: 30px;
		height: 30px;
	}
	.head-cart span {
		top: -10px;
		right: -10px;
		width: 18px;
		height: 18px;
	}
	.head-toggle {
		margin-left: 20px;
	}
	.head-toggle:before,
	.head-toggle span,
	.head-toggle:after {
		right: 8px;
		width: 14px;
		height: 2px;
		border-radius: 2px;
	}
	.head-toggle:before {
		top: 10px;
	}
	.head-toggle span {
		top: 14px;
	}
	.head-toggle:after {
		top: 18px;
		width: 10px;
	}
	.head-toggle.active:before {
    	top: 14px;
	}
	.head-toggle.active:after {
		top: 14px;
		width: 14px;
	}
	.head-nav-logo {
		padding-top: 0;
		height: 20px;
	}
	.head-socials a {
		width: 38px;
		height: 38px;
	}
	.cart-wrap:before {
        right: 58px;
    }
	.breadcrumbs {
        top: 104px;
    }
	.homepage .slider-item {
		padding-bottom: 64px;
	}
	.banner-title {
		font-size: 24px;
	}
	.about {
		gap: 0;
	}
	.about-col {
		flex: 0 0 100% !important;
	}
	.about-item {
		margin-bottom: 20px;
		min-height: auto !important;
	}
	.about-item .subtitle,
	.about-item-icon {
		margin-bottom: 35px;
	}
	.about-col:nth-child(1) .about-item-descr {
		column-count: 1;
		gap: unset;
	}
	.about-item-descr br {
		display: none;
	}
	.plus-item {
		margin-top: 30px;
	}
	.plus-item__title {
        font-size: 14px;
        line-height: 24px;
    }
	.target-item img {
		margin-bottom: 16px;
		object-fit: cover;
		width: 100%;
	}
	.target-item-info__title {
		font-size: 14px;
		line-height: 18px;
	}
	.singles .owl-prev,
	.singles .owl-next {
		top: 340px;
	}
	.singles .lSAction .lSPrev,
	.singles .lSAction .lSNext {
		top: auto;
		bottom: 20px;
		transform: none;
	}
	.products-quantity-wrap {
		height: 38px;
	}
	.detail-tabs-nav {
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.detail-tabs-nav a {
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 10px 10px 0;
		padding: 0 10px;
		height: 38px;
		background: transparent;
		border: 1px solid #bebebe;
		white-space: nowrap;
		color: #666;
	}
	.detail-tabs-nav a.active:after {
		display: none;
	}
	.detail-tabs-nav a:hover {
		background: #f6f6f6;
		border-color: #f6f6f6;
	}
	.detail-tabs-nav a.active {
		background: #00caba;
		border-color: #00caba;
		color: #04071a;
	}
	.detail-about-col {
		flex: 0 0 100% !important;
		margin-bottom: 40px;
	}
	.news-back {
		padding-top: 60px;
	}
	.news-gallery {
		margin-bottom: 50px;
	}
	.news-gallery .owl-prev,
	.news-gallery .owl-next {
		top: auto;
		bottom: 20px;
		transform: none;
	}
	.news-gallery .owl-dots {
		bottom: -25px;
	}
	.circles {
		top: -110px;
		right: -110px;
		width: 230px;
		height: 230px;
	}
	.circle1 {
		width: 74px;
		height: 74px;
	}
	.circle2 {
		width: 126px;
		height: 126px;
	}
	.circle3 {
		width: 180px;
		height: 180px;
	}
	.video-wrap {
		height: 250px;
	}
	.partners-logo {
		padding: 0 20px;
	}
	.partners-logo__img {
		margin-bottom: 0;
	}
	.faq-title {
		font-size: 24px;
	}
	.numbers-item__title {
		font-size: 24px;
		line-height: 24px;
	}
	.staff-item {
		flex: 0 0 50%;
	}
	.popup.active {
		top: 0;
		left: 0;
		padding: 40px 20px;
		width: 100%;
		transform: none;
	}
	.popup__title {
		font-size: 30px;
		line-height: 38px;
	}
	.popup__close {
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 576px) {
	.side-left {
		max-width: 100%;
	}
	.breadcrumbs ul {
		flex-wrap: unset;
		padding-bottom: 5px;
		overflow-x: auto;
	}
	.breadcrumbs ul::-webkit-scrollbar {
		height: 4px;
		background: #fff;
	}
	.breadcrumbs ul::-webkit-scrollbar-thumb {
		background-color: #000;
		border: 1px solid #fff;
		border-radius: 4px;
	}
	.breadcrumbs ul::-webkit-scrollbar-track {
		border-width: 0;
	}
	.breadcrumbs ul li {
		white-space: nowrap;
	}
	.note {
		max-width: 100%;
	}
	.slider-item-note {
		padding: 8px;
	}
	.subtext br {
		display: none;
	}
	.text-center .btn,
	.letters-left .btn,
	.topic-third .topic-text .btn {
		width: 100%;
	}
	.cart {
		padding: 15px;
	}
	.cart-item {
		flex-wrap: wrap;
	}
	.cart-item-title {
		flex: 0 0 calc(100% - 60px);
		padding-right: 35px;
	}
	.cart-item-quantity {
		margin-left: 75px;
		border-color: transparent;
	}
	.cart-item-price {
    	flex: 0 0 105px;
	}
	.cart-item-delete {
		position: absolute;
		top: 16px;
		right: 0;
		padding-right: 10px;
	}
	.cart-total-summ {
		font-size: 14px;
	}
	.sorting-wrap {
		max-width: 100%;
	}
	.products {
		flex-wrap: wrap;
	}
	.homepage .products-item,
	.updates .products-item,
	.products-full .products-item {
		flex: 0 0 100%;
	}
	.updates .products-item + .products-item {
		margin-top: 32px;
	}
	.video-block iframe,
	.video-block video {
		height: 280px;
	}
	.products-item-img {
		height: 160px;
	}
	.products-item-btns .btn {
		width: 100%;
	}
	.products-quantity {
		flex-wrap: wrap;
		margin-top: 0;
	}
	.products-quantity .btn,
	.products-quantity-wrap {
		flex: 0 0 100%;
		margin-top: 10px;
	}
	.products-quantity-line {
		justify-content: space-between;
	}
	.products-quantity-line .btn,
	.products-quantity-line .products-quantity-wrap {
		flex: 0 0 calc(50% - 5px);
		margin-left: 0;
	}
	.detail-manual-left__btns a {
		max-width: 100%;
	}
	.detail-single-info .products-item__price {
		margin-bottom: 10px;
	}
	.detail-single-info .products-quantity-wrap,
	.detail-single-info .btn {
		flex: 0 0 100%;
		margin-top: 10px;
	}
	.sections-item {
		flex: 0 0 100%;
	}
	.target {
		justify-content: center;
		margin-left: 0;
	}
	.target-item {
		flex: 0 0 100%;
		margin: 0 auto 30px;
		padding: 0;
	}
	.target-item-info {
		display: flex;
		align-items: baseline;
	}
	.target-item-info__title {
		padding-right: 5px;
	}
	.target-item-info__text {
		flex: 1;
		padding: 0 0 0 5px;
		max-width: 100%;
		text-align: right;
	}
	.news-item-wrap {
		min-height: auto;
	}
	.news-item-info__title {
        font-size: 16px;
        line-height: 20px;
    }
	.detail-manual-left,
	.detail-manual-right {
		flex: 0 0 100%;
	}
	.detail-manual-right {
		margin-top: 20px;
	}
	.detail .single.updates .products-item-btns .btn {
		flex: 0 0 100%;
	}
	.news-flex-wrap .news-item {
		flex: 0 0 100%;
	}
	.protection-item {
		flex: 0 0 100%;
	}
	.protection-item-wrap {
		height: 180px;
	}
	.protection-item-head__title {
        font-size: 14px;
    }
	.protection-plus-item-head__title {
		padding-left: 16px;
		font-size: 16px;
		line-height: 18px;
	}
	.protection-steps-item {
		flex: 0 0 100%;
	}
	.form-row {
		flex-wrap: wrap;
	}
	.check-form .form-btn {
		margin: 10px 0 0;
		width: 100%;
	}
	.check #answer-block {
		margin-bottom: 32px;
	}
	.check-form #pin-elem {
		margin-top: 24px;
		margin-bottom: 12px;
		margin-left: 0;
	}
	.check-form .form-row input[type=text] {
		width: 100%;
	}
	.helper {
		flex-wrap: wrap;
	}
	.helper h3 {
		flex: 0 0 100%;
		margin: 0 0 20px;
		padding: 0;
	}
	.helper .btn {
		width: 100%;
	}
	.steps-item,
	.detail .steps-item {
		flex: 0 0 100%;
	}
	.plus-icons-item {
		flex: 0 0 100%;
	}
	.numbers-item {
		flex: 0 0 100%;
	}
	.numbers-item__title {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.foot:not(.foot-small) {
		padding-top: 100px;
	}
	.foot-contacts .subtitle {
		position: absolute;
		top: -54px;
		left: 10px;
		margin-bottom: 0;
	}
	.foot-wrap {
		flex-wrap: wrap;
	}
	.foot-contacts {
		flex: 0 0 100%;
		order: 1;
	}
	.foot-contacts > a {
		font-size: 14px;
	}
	.foot-contacts-social {
		max-width: 100%;
	}
	.foot-contacts-social a {
		margin: 0;
		transform: scale(.75, .75);
    }
	.foot-feedback {
		flex: 0 0 100%;
		order: 0;
		margin-bottom: 40px;
	}
	.foot-feedback__title {
		margin-bottom: 20px;
	}
	.foot-bottom {
		margin-top: 40px;
	}
	.page404-wrap h1 {
		font-size: 32px;
	}
	.page404-wrap__text {
		font-size: 14px;
		line-height: 16px;
	}
	a .section-arrow {
    	width: 24px;
    	height: 16px;
	}
}
@media (max-width: 550px) {
	.head-nav {
		display: block;
		overflow-y: auto;
	}
	.head-nav::-webkit-scrollbar {
		width: 6px;
		background: #fff;
	}
	.head-nav::-webkit-scrollbar-thumb {
		background-color: #000;
		border: 1px solid #fff;
		border-radius: 4px;
	}
	.head-nav::-webkit-scrollbar-track {
		border-width: 0;
	}
	.head-nav-wrap {
		height: auto;
		overflow: hidden;
		height: auto;
	}
	.head-nav-wrap,
	.head-nav-hidden {
		flex: 0 0 100%;
	}
	.head-nav-hidden {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #bebebe;
	}
	.head-contacts {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.head-socials {
		margin: 0;
	}
	.singles .owl-prev,
	.singles .owl-next {
		top: 240px;
	}
	.single-gallery__wrap {
		height: 300px;
	}
	.single-gallery__wrap img {
		height: 100%;
		object-fit: contain;
	}
}
@media (max-width: 450px) {
	.products-item__title,
	.products-item__price {
        font-size: 14px;
        line-height: 16px;
    }
	.partners-logo {
		flex: 0 0 100%;
		border-left: 0;
	}
	.partners-logo:last-child {
		border-right: 0;
	}
	.partners-logo + .partners-logo {
		padding-top: 20px;
		border-top: 1px solid #bebebe;
	}
	.video-block iframe,
	.video-block video {
		height: 200px;
	}
	.staff-item {
		flex: 0 0 100%;
	}
	.timeline-item-wrap {
		min-height: max-content;
	}
}

@supports (-webkit-touch-callout: none) {
	.h-screen {
		height: -webkit-fill-available;
	}
}
/* End */


/* Start:/local/templates/main/js/intl/intlTelInput.css?176406141224083*/
.iti {
  position: relative;
  display: block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-right: 0;
  padding-left: 45px;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 0;
  padding: 0;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  white-space: nowrap;
  min-width: 294px;
  max-height: 140px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}
.iti__country-list::-webkit-scrollbar {
	width: 2px;
	background: transparent;
}
.iti__country-list::-webkit-scrollbar-thumb {
	background-color: #818181;
	border-radius: 2px;
}
.iti__country-list::-webkit-scrollbar-track {
	border-width: 0;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
      white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  padding: 5px;
  outline: 0;
}
.iti__dial-code {
  font-size: 11px;
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name {
  font-weight: 400;
  font-size: 13px;
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
  vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
  margin-right: 3px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown
  input[disabled]
  + .iti__flag-container:hover
  .iti__selected-flag,
.iti--allow-dropdown
  input[readonly]
  + .iti__flag-container:hover
  .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-dial-code {
  display: none;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
  height: 15px;
  box-shadow: 0 0 1px 0 #888;
  background-image: url(/local/templates/main/js/intl/../../img/flags.png);
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0 0;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0;
}
.iti__flag.iti__np {
  width: 13px;
  height: 15px;
  background-position: -3796px 0;
  background-color: transparent;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0;
}
.iti__flag.iti__va {
  width: 15px;
  height: 15px;
  background-position: -5329px 0;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
      background-size: 5652px 15px;
      background-image: url(/local/templates/main/js/intl/../../img/flags@2x.png);
  }
}

/* End */


/* Start:/local/templates/main/css/lightslider.css?17640614127801*/
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* End */
/* /local/templates/main/css/normalize.css?17640614124256 */
/* /local/templates/main/css/owl.carousel.css?17640614124949 */
/* /local/templates/main/css/jquery.fancybox.min.css?176406141210422 */
/* /local/templates/main/css/animate.css?176406141278544 */
/* /local/templates/main/css/style.css?1769086314104443 */
/* /local/templates/main/js/intl/intlTelInput.css?176406141224083 */
/* /local/templates/main/css/lightslider.css?17640614127801 */
