@charset "UTF-8";
@font-face {
    font-family: NotoSansSemiCondensedBold;
    src: url(/wp-content/themes/skytec/pub/fonts/NotoSans-SemiCondensedBold.eot);
    src: local("☺"), url(/wp-content/themes/skytec/pub/fonts/NotoSans-SemiCondensedBold.woff) format("woff"), url(/wp-content/themes/skytec/pub/fonts/NotoSans-SemiCondensedBold.ttf) format("truetype"), url(/wp-content/themes/skytec/pub/fonts/NotoSans-SemiCondensedBold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

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

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body.compensate-for-scrollbar {
    overflow: hidden
}

.fancybox-active {
    height: auto
}

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

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

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

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

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

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    -webkit-transition-duration: inherit;
    -o-transition-duration: inherit;
    transition-duration: inherit;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    -o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    -o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    -o-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-spaceball {
    z-index: 1
}

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

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

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

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

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

.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0
}

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

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

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

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

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

.fancybox-button:focus {
    outline: 0
}

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

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

.fancybox-button div {
    height: 100%
}

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

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

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

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

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

.fancybox-close-small {
    background: 0 0;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401
}

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

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

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

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

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

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

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

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

.fancybox-caption {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .85)), color-stop(50%, rgba(0, 0, 0, .3)), color-stop(65%, rgba(0, 0, 0, .15)), color-stop(75.5%, rgba(0, 0, 0, .075)), color-stop(82.85%, rgba(0, 0, 0, .037)), color-stop(88%, rgba(0, 0, 0, .019)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996
}

@supports (padding:0px) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left))
    }
}

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

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

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

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

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

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

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

.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    -o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: 0 0
}

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-button--pause::before, .fancybox-button--play::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: 0 0
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px
}

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

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

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

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

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

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

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

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px
}

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

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    -o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5
}

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

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close.nice-select.open, .mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow.nice-select.open, .mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.mfp-zoom-in .product-popup {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .product-popup {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .product-popup {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.device-iphone-x {
    height: 428px;
    width: 868px;
    position: relative;
    z-index: 66
}

.device-iphone-x .device-frame {
    background: #333;
    border-radius: 68px;
    -webkit-box-shadow: inset 0 0 2px 2px #a2a2a2, inset 0 0 0 7px #bbb;
    box-shadow: inset 0 0 2px 2px #a2a2a2, inset 0 0 0 7px #bbb;
    height: 428px;
    padding: 28px;
    width: 868px
}

.device-iphone-x .device-content {
    border-radius: 40px;
    height: 375px;
    background: #000;
    width: 812px;
    margin-right: auto
}

.device-iphone-x .device-stripe::after, .device-iphone-x .device-stripe::before {
    border: solid rgba(51, 51, 51, .25);
    border-width: 0 7px;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 9
}

.device-iphone-x .device-stripe::after {
    left: 85px
}

.device-iphone-x .device-stripe::before {
    right: 85px
}

.device-iphone-x .device-header {
    background: #333;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    height: 204px;
    top: 50%;
    margin-top: -102px;
    position: absolute;
    left: 28px;
    width: 30px
}

.device-iphone-x .device-header::after, .device-iphone-x .device-header::before {
    content: "";
    height: 10px;
    position: absolute;
    left: 0;
    width: 10px
}

.device-iphone-x .device-header::after {
    background: -o-radial-gradient(left top, circle, transparent 0, transparent 75%, #333 75%, #333 100%);
    background: radial-gradient(circle at left top, transparent 0, transparent 75%, #333 75%, #333 100%);
    top: -10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.device-iphone-x .device-header::before {
    background: -o-radial-gradient(left bottom, circle, transparent 0, transparent 75%, #333 75%, #333 100%);
    background: radial-gradient(circle at left bottom, transparent 0, transparent 75%, #333 75%, #333 100%);
    bottom: -10px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.device-iphone-x .device-sensors::after, .device-iphone-x .device-sensors::before {
    content: "";
    position: absolute
}

.device-iphone-x .device-sensors::after {
    background: #555;
    border-radius: 3px;
    height: 50px;
    top: 50%;
    margin-top: -20px;
    left: 32px;
    width: 6px
}

.device-iphone-x .device-sensors::before {
    background: #555;
    border-radius: 50%;
    height: 14px;
    top: 50%;
    margin-top: -50px;
    left: 28px;
    width: 14px
}

.device-iphone-x .device-btns {
    background: #a2a2a2;
    width: 32px;
    bottom: -3px;
    position: absolute;
    left: 115px;
    height: 3px
}

.device-iphone-x .device-btns::after, .device-iphone-x .device-btns::before {
    background: #a2a2a2;
    content: "";
    width: 62px;
    bottom: 0;
    position: absolute;
    height: 3px
}

.device-iphone-x .device-btns::after {
    left: 60px
}

.device-iphone-x .device-btns::before {
    left: 140px
}

.device-iphone-x .device-power {
    background: #a2a2a2;
    width: 100px;
    top: -3px;
    position: absolute;
    left: 200px;
    height: 3px
}

.device-iphone-x-vz {
    height: 868px;
    width: 438px;
    position: relative;
    margin-bottom: 15px
}

.device-iphone-x-vz .device-frame {
    background: #333;
    border-radius: 68px;
    -webkit-box-shadow: inset 0 0 2px 2px #a2a2a2, inset 0 0 0 7px #bbb;
    box-shadow: inset 0 0 2px 2px #a2a2a2, inset 0 0 0 7px #bbb;
    height: 868px;
    padding: 28px;
    width: 438px
}

.device-iphone-x-vz .device-content {
    border-radius: 40px;
    height: 812px;
    width: 383px;
    background: #000
}

.device-iphone-x-vz .device-stripe::after, .device-iphone-x-vz .device-stripe::before {
    border: solid rgba(51, 51, 51, .25);
    border-width: 0 7px;
    content: "";
    height: 7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 9
}

.device-iphone-x-vz .device-stripe::after {
    top: 85px
}

.device-iphone-x-vz .device-stripe::before {
    bottom: 85px
}

.device-iphone-x-vz .device-header {
    background: #333;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    height: 30px;
    left: 50%;
    margin-left: -102px;
    position: absolute;
    top: 28px;
    width: 204px
}

.device-iphone-x-vz .device-header::after, .device-iphone-x-vz .device-header::before {
    content: "";
    height: 10px;
    position: absolute;
    top: 0;
    width: 10px
}

.device-iphone-x-vz .device-header::after {
    background: -o-radial-gradient(bottom left, circle, transparent 0, transparent 75%, #333 75%, #333 100%);
    background: radial-gradient(circle at bottom left, transparent 0, transparent 75%, #333 75%, #333 100%);
    left: -10px
}

.device-iphone-x-vz .device-header::before {
    background: -o-radial-gradient(bottom right, circle, transparent 0, transparent 75%, #333 75%, #333 100%);
    background: radial-gradient(circle at bottom right, transparent 0, transparent 75%, #333 75%, #333 100%);
    right: -10px
}

.device-iphone-x-vz .device-sensors::after, .device-iphone-x-vz .device-sensors::before {
    content: "";
    position: absolute
}

.device-iphone-x-vz .device-sensors::after {
    background: #444;
    border-radius: 3px;
    height: 6px;
    left: 50%;
    margin-left: -25px;
    top: 32px;
    width: 50px
}

.device-iphone-x-vz .device-sensors::before {
    background: #444;
    border-radius: 50%;
    height: 14px;
    left: 50%;
    margin-left: 40px;
    top: 28px;
    width: 14px
}

.device-iphone-x-vz .device-btns {
    background: #a2a2a2;
    height: 32px;
    left: -3px;
    position: absolute;
    top: 115px;
    width: 3px
}

.device-iphone-x-vz .device-btns::after, .device-iphone-x-vz .device-btns::before {
    background: #a2a2a2;
    content: "";
    height: 62px;
    left: 0;
    position: absolute;
    width: 3px
}

.device-iphone-x-vz .device-btns::after {
    top: 60px
}

.device-iphone-x-vz .device-btns::before {
    top: 140px
}

.device-iphone-x-vz .device-power {
    background: #a2a2a2;
    height: 100px;
    right: -3px;
    position: absolute;
    top: 200px;
    width: 3px
}

body, html {
    margin: 0
}

article {
    font-size: 2em;
    font-family: futura, sans-serif;
    overflow-x: hidden
}

section {
    position: relative;
    padding: 10vh 10vw;
    min-height: 100vh;
    color: #333
}

section:nth-child(odd) {
    background: #4dc6e6;
    color: #fff
}

section:nth-child(3) {
    background: #0aba58;
    color: #fff
}

section:nth-child(4) {
    background: #f8c82d;
    color: #333
}

pre {
    font-size: .75em;
    background: #222;
    color: #fff;
    padding: 20px
}

.box {
    position: relative;
    width: 50%;
    height: 30vh;
    background: #ec484d;
    margin: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    text-align: center;
    color: #fff;
    font-size: .8em;
    padding: 10px
}

.box:nth-child(2) {
    background: #f8c82d
}

.box:nth-child(3) {
    background: #0aba58
}

a {
    color: inherit
}

.delighter.splash {
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out
}

.delighter.splash.ended {
    background: #fff
}

.delighter.right {
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.delighter.right.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.delighter.left {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.delighter.left.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.delighter.bottom {
    -webkit-transform: translatey(300%);
    -ms-transform: translatey(300%);
    transform: translatey(300%);
    opacity: 0;
    -webkit-transition: all .75s ease-out;
    -o-transition: all .75s ease-out;
    transition: all .75s ease-out
}

.delighter.bottom.started {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.delighter li {
    opacity: 0;
    -webkit-transform: translatey(400%);
    -ms-transform: translatey(400%);
    transform: translatey(400%);
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
    transition: all .7s ease-out
}

.delighter.started li {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.delighter.started li:nth-child(1) {
    -webkit-transition: all .7s ease-out .1s;
    -o-transition: all .7s ease-out .1s;
    transition: all .7s ease-out .1s
}

.delighter.started li:nth-child(2) {
    -webkit-transition: all .7s ease-out .3s;
    -o-transition: all .7s ease-out .3s;
    transition: all .7s ease-out .3s
}

.delighter.started li:nth-child(3) {
    -webkit-transition: all .7s ease-out .5s;
    -o-transition: all .7s ease-out .5s;
    transition: all .7s ease-out .5s
}

.delighter.started li:nth-child(4) {
    -webkit-transition: all .7s ease-out .7s;
    -o-transition: all .7s ease-out .7s;
    transition: all .7s ease-out .7s
}

.delighter.started li:nth-child(5) {
    -webkit-transition: all .7s ease-out .9s;
    -o-transition: all .7s ease-out .9s;
    transition: all .7s ease-out .9s
}

.delighter.started li:nth-child(6) {
    -webkit-transition: all .7s ease-out 1.1s;
    -o-transition: all .7s ease-out 1.1s;
    transition: all .7s ease-out 1.1s
}

.delighter.started li:nth-child(7) {
    -webkit-transition: all .7s ease-out 1.3s;
    -o-transition: all .7s ease-out 1.3s;
    transition: all .7s ease-out 1.3s
}

.delighter pre {
    display: block;
    -webkit-transition: all 2s ease-out;
    -o-transition: all 2s ease-out;
    transition: all 2s ease-out;
    opacity: 0;
    padding: 20px 0;
    width: 1px;
    overflow: hidden
}

.delighter.started pre {
    max-width: 99999px;
    width: 100%;
    opacity: 1
}

.delighter .box {
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.delighter .box:nth-child(1) {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0)
}

.delighter .box:nth-child(2) {
    -webkit-transform: translate(170%, -70%);
    -ms-transform: translate(170%, -70%);
    transform: translate(170%, -70%)
}

.delighter .box:nth-child(3) {
    -webkit-transform: translate(20%, 0);
    -ms-transform: translate(20%, 0);
    transform: translate(20%, 0)
}

.delighter.started .box:nth-child(1) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.delighter.started .box:nth-child(2) {
    -webkit-transform: translate(70%, -70%);
    -ms-transform: translate(70%, -70%);
    transform: translate(70%, -70%)
}

.delighter.started .box:nth-child(3) {
    -webkit-transform: translate(20%, -120%);
    -ms-transform: translate(20%, -120%);
    transform: translate(20%, -120%)
}

.revealator-fade, .revealator-rotateleft, .revealator-rotateright, .revealator-slidedown, .revealator-slideleft, .revealator-slideright, .revealator-slideup, .revealator-zoomin, .revealator-zoomout {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s
}

.revealator-fade {
    opacity: 0
}

.revealator-fade.revealator-above, .revealator-fade.revealator-partially-above, .revealator-fade.revealator-within {
    opacity: 1
}

.revealator-slideup {
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0
}

.revealator-slideup.revealator-above, .revealator-slideup.revealator-partially-above, .revealator-slideup.revealator-within {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.revealator-slideleft {
    -webkit-transform: translate(100px, 0);
    -ms-transform: translate(100px, 0);
    transform: translate(100px, 0);
    opacity: 0
}

.revealator-slideleft.revealator-above, .revealator-slideleft.revealator-partially-above, .revealator-slideleft.revealator-within {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.revealator-slideright {
    -webkit-transform: translate(-100px, 0);
    -ms-transform: translate(-100px, 0);
    transform: translate(-100px, 0);
    opacity: 0
}

.revealator-slideright.revealator-above, .revealator-slideright.revealator-partially-above, .revealator-slideright.revealator-within {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.revealator-slidedown {
    -webkit-transform: translate(0, -100px);
    -ms-transform: translate(0, -100px);
    transform: translate(0, -100px);
    opacity: 0
}

.revealator-slidedown.revealator-above, .revealator-slidedown.revealator-partially-above, .revealator-slidedown.revealator-within {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.revealator-zoomin {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    opacity: 0
}

.revealator-zoomin.revealator-above, .revealator-zoomin.revealator-partially-above, .revealator-zoomin.revealator-within {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.revealator-zoomout {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.revealator-zoomout.revealator-above, .revealator-zoomout.revealator-partially-above, .revealator-zoomout.revealator-within {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.revealator-rotateleft {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    opacity: 0
}

.revealator-rotateleft.revealator-above, .revealator-rotateleft.revealator-partially-above, .revealator-rotateleft.revealator-within {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.revealator-rotateright {
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    opacity: 0
}

.revealator-rotateright.revealator-above, .revealator-rotateright.revealator-partially-above, .revealator-rotateright.revealator-within {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.revealator-delay1 {
    -webkit-transition-delay: .1s !important;
    -o-transition-delay: .1s !important;
    transition-delay: .1s !important
}

.revealator-delay1.revealator-below, .revealator-delay1.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay2 {
    -webkit-transition-delay: .2s !important;
    -o-transition-delay: .2s !important;
    transition-delay: .2s !important
}

.revealator-delay2.revealator-below, .revealator-delay2.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay3 {
    -webkit-transition-delay: .3s !important;
    -o-transition-delay: .3s !important;
    transition-delay: .3s !important
}

.revealator-delay3.revealator-below, .revealator-delay3.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay4 {
    -webkit-transition-delay: .4s !important;
    -o-transition-delay: .4s !important;
    transition-delay: .4s !important
}

.revealator-delay4.revealator-below, .revealator-delay4.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay5 {
    -webkit-transition-delay: .5s !important;
    -o-transition-delay: .5s !important;
    transition-delay: .5s !important
}

.revealator-delay5.revealator-below, .revealator-delay5.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay6 {
    -webkit-transition-delay: .6s !important;
    -o-transition-delay: .6s !important;
    transition-delay: .6s !important
}

.revealator-delay6.revealator-below, .revealator-delay6.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay7 {
    -webkit-transition-delay: .7s !important;
    -o-transition-delay: .7s !important;
    transition-delay: .7s !important
}

.revealator-delay7.revealator-below, .revealator-delay7.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay8 {
    -webkit-transition-delay: .8s !important;
    -o-transition-delay: .8s !important;
    transition-delay: .8s !important
}

.revealator-delay8.revealator-below, .revealator-delay8.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay9 {
    -webkit-transition-delay: .9s !important;
    -o-transition-delay: .9s !important;
    transition-delay: .9s !important
}

.revealator-delay9.revealator-below, .revealator-delay9.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay10 {
    -webkit-transition-delay: 1s !important;
    -o-transition-delay: 1s !important;
    transition-delay: 1s !important
}

.revealator-delay10.revealator-below, .revealator-delay10.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay11 {
    -webkit-transition-delay: 1.1s !important;
    -o-transition-delay: 1.1s !important;
    transition-delay: 1.1s !important
}

.revealator-delay11.revealator-below, .revealator-delay11.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay12 {
    -webkit-transition-delay: 1.2s !important;
    -o-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important
}

.revealator-delay12.revealator-below, .revealator-delay12.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay13 {
    -webkit-transition-delay: 1.3s !important;
    -o-transition-delay: 1.3s !important;
    transition-delay: 1.3s !important
}

.revealator-delay13.revealator-below, .revealator-delay13.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay14 {
    -webkit-transition-delay: 1.4s !important;
    -o-transition-delay: 1.4s !important;
    transition-delay: 1.4s !important
}

.revealator-delay14.revealator-below, .revealator-delay14.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay15 {
    -webkit-transition-delay: 1.5s !important;
    -o-transition-delay: 1.5s !important;
    transition-delay: 1.5s !important
}

.revealator-delay15.revealator-below, .revealator-delay15.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay16 {
    -webkit-transition-delay: 1.6s !important;
    -o-transition-delay: 1.6s !important;
    transition-delay: 1.6s !important
}

.revealator-delay16.revealator-below, .revealator-delay16.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay17 {
    -webkit-transition-delay: 1.7s !important;
    -o-transition-delay: 1.7s !important;
    transition-delay: 1.7s !important
}

.revealator-delay17.revealator-below, .revealator-delay17.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay18 {
    -webkit-transition-delay: 1.8s !important;
    -o-transition-delay: 1.8s !important;
    transition-delay: 1.8s !important
}

.revealator-delay18.revealator-below, .revealator-delay18.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay19 {
    -webkit-transition-delay: 1.9s !important;
    -o-transition-delay: 1.9s !important;
    transition-delay: 1.9s !important
}

.revealator-delay19.revealator-below, .revealator-delay19.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay20 {
    -webkit-transition-delay: 2s !important;
    -o-transition-delay: 2s !important;
    transition-delay: 2s !important
}

.revealator-delay20.revealator-below, .revealator-delay20.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay21 {
    -webkit-transition-delay: 2.1s !important;
    -o-transition-delay: 2.1s !important;
    transition-delay: 2.1s !important
}

.revealator-delay21.revealator-below, .revealator-delay21.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay22 {
    -webkit-transition-delay: 2.2s !important;
    -o-transition-delay: 2.2s !important;
    transition-delay: 2.2s !important
}

.revealator-delay22.revealator-below, .revealator-delay22.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay23 {
    -webkit-transition-delay: 2.3s !important;
    -o-transition-delay: 2.3s !important;
    transition-delay: 2.3s !important
}

.revealator-delay23.revealator-below, .revealator-delay23.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay24 {
    -webkit-transition-delay: 2.4s !important;
    -o-transition-delay: 2.4s !important;
    transition-delay: 2.4s !important
}

.revealator-delay24.revealator-below, .revealator-delay24.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay25 {
    -webkit-transition-delay: 2.5s !important;
    -o-transition-delay: 2.5s !important;
    transition-delay: 2.5s !important
}

.revealator-delay25.revealator-below, .revealator-delay25.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay26 {
    -webkit-transition-delay: 2.6s !important;
    -o-transition-delay: 2.6s !important;
    transition-delay: 2.6s !important
}

.revealator-delay26.revealator-below, .revealator-delay26.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay27 {
    -webkit-transition-delay: 2.7s !important;
    -o-transition-delay: 2.7s !important;
    transition-delay: 2.7s !important
}

.revealator-delay27.revealator-below, .revealator-delay27.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay28 {
    -webkit-transition-delay: 2.8s !important;
    -o-transition-delay: 2.8s !important;
    transition-delay: 2.8s !important
}

.revealator-delay28.revealator-below, .revealator-delay28.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay29 {
    -webkit-transition-delay: 2.9s !important;
    -o-transition-delay: 2.9s !important;
    transition-delay: 2.9s !important
}

.revealator-delay29.revealator-below, .revealator-delay29.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-delay30 {
    -webkit-transition-delay: 3s !important;
    -o-transition-delay: 3s !important;
    transition-delay: 3s !important
}

.revealator-delay30.revealator-below, .revealator-delay30.revealator-partially-below {
    -webkit-transition-delay: 0 !important;
    -o-transition-delay: 0 !important;
    transition-delay: 0 !important
}

.revealator-duration1, .revealator-speed1 {
    -webkit-transition-duration: .1s !important;
    -o-transition-duration: .1s !important;
    transition-duration: .1s !important
}

.revealator-duration2, .revealator-speed2 {
    -webkit-transition-duration: .2s !important;
    -o-transition-duration: .2s !important;
    transition-duration: .2s !important
}

.revealator-duration3, .revealator-speed3 {
    -webkit-transition-duration: .3s !important;
    -o-transition-duration: .3s !important;
    transition-duration: .3s !important
}

.revealator-duration4, .revealator-speed4 {
    -webkit-transition-duration: .4s !important;
    -o-transition-duration: .4s !important;
    transition-duration: .4s !important
}

.revealator-duration5, .revealator-speed5 {
    -webkit-transition-duration: .5s !important;
    -o-transition-duration: .5s !important;
    transition-duration: .5s !important
}

.revealator-duration6, .revealator-speed6 {
    -webkit-transition-duration: .6s !important;
    -o-transition-duration: .6s !important;
    transition-duration: .6s !important
}

.revealator-duration7, .revealator-speed7 {
    -webkit-transition-duration: .7s !important;
    -o-transition-duration: .7s !important;
    transition-duration: .7s !important
}

.revealator-duration8, .revealator-speed8 {
    -webkit-transition-duration: .8s !important;
    -o-transition-duration: .8s !important;
    transition-duration: .8s !important
}

.revealator-duration9, .revealator-speed9 {
    -webkit-transition-duration: .9s !important;
    -o-transition-duration: .9s !important;
    transition-duration: .9s !important
}

.revealator-duration10, .revealator-speed10 {
    -webkit-transition-duration: 1s !important;
    -o-transition-duration: 1s !important;
    transition-duration: 1s !important
}

.revealator-duration11, .revealator-speed11 {
    -webkit-transition-duration: 1.1s !important;
    -o-transition-duration: 1.1s !important;
    transition-duration: 1.1s !important
}

.revealator-duration12, .revealator-speed12 {
    -webkit-transition-duration: 1.2s !important;
    -o-transition-duration: 1.2s !important;
    transition-duration: 1.2s !important
}

.revealator-duration13, .revealator-speed13 {
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s !important;
    transition-duration: 1.3s !important
}

.revealator-duration14, .revealator-speed14 {
    -webkit-transition-duration: 1.4s !important;
    -o-transition-duration: 1.4s !important;
    transition-duration: 1.4s !important
}

.revealator-duration15, .revealator-speed15 {
    -webkit-transition-duration: 1.5s !important;
    -o-transition-duration: 1.5s !important;
    transition-duration: 1.5s !important
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open, .nice-select:active, .nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    -o-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    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-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-x: hidden
}

body {
    font-family: Rubik, sans-serif;
    overflow: hidden;
    font-weight: 400;
    color: #333;
    line-height: 1.65;
    font-size: 16px
}

h1 {
    font-size: 70px;
    line-height: 1.1;
    margin: 0
}

h2 {
    font-size: 48px;
    display: inline-block;
    line-height: 1.45;
    text-transform: uppercase;
    margin: 0;
    color: #1361b4
}

p > img {
    vertical-align: middle
}

._h2-big {
    font-size: 55px;
    display: inline-block;
    line-height: 1;
    font-weight: 700
}

._gradient-text {
    background: -webkit-gradient(linear, left top, right top, from(#00a8f0), to(#0164c0));
    background: -o-linear-gradient(left, #00a8f0, #0164c0);
    background: linear-gradient(90deg, #00a8f0, #0164c0);
    -webkit-background-clip: text;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent
}

._shadow {
    position: relative
}

._shadow::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -80px;
    background: -webkit-gradient(linear, left top, left bottom, from(#dedede), to(rgba(222, 222, 222, 0)));
    background: -o-linear-gradient(top, #dedede 0, rgba(222, 222, 222, 0) 100%);
    background: linear-gradient(180deg, #dedede 0, rgba(222, 222, 222, 0) 100%);
    opacity: .3;
    height: 80px
}

._ov-hid {
    overflow: hidden
}

.slick-slide:focus, button:focus {
    outline: 0 !important
}

p {
    margin: 0 0 10px;
    font-weight: 500;
    font-family: Manrope, sans-serif
}

._p-big {
    font-size: 24px
}

._link-arrow {
    font-size: 30px;
    text-transform: uppercase;
    font-family: Rubik, sans-serif;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    text-decoration: none
}

._link-arrow i {
    position: relative;
    font-style: normal
}

._link-arrow i::before {
    content: '';
    position: absolute;
    height: 2px;
    background: #00a3ff;
    opacity: .3;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

._link-arrow::after {
    content: '';
    display: block;
    background-size: cover;
    background-image: url(../img/arrow-right-gradient.svg);
    width: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    height: 18px;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;
    margin-left: 14px
}

._link-arrow:hover i:before {
    opacity: .7
}

._link-arrow:hover::after {
    opacity: .7
}

._z-index {
    z-index: 1
}

.th-list-and-boll ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.th-list-and-boll ul li {
    margin-top: 30px;
    font-size: 24px;
    font-family: Manrope, sans-serif;
    font-weight: 500;
    padding-left: 35px;
    line-height: 1.5;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../img/promotion/ball.png)
}

._hidden {
    display: none !important
}

.loader {
    background: none repeat scroll 0 0 #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999
}

.loader .loader_inner {
    -webkit-animation: animate 1.5s linear infinite;
    animation: animate 1.5s linear infinite;
    clip: rect(0, 80px, 80px, 40px);
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 40px)
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

@keyframes animate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(220deg);
        transform: rotate(220deg)
    }
}

.loader .loader_inner:after {
    -webkit-animation: animate2 1.5s ease-in-out infinite;
    animation: animate2 1.5s ease-in-out infinite;
    clip: rect(0, 80px, 80px, 40px);
    content: '';
    border-radius: 50%;
    height: 80px;
    width: 80px;
    position: absolute
}

@-webkit-keyframes animate2 {
    0% {
        -webkit-box-shadow: inset #fff 0 0 0 17px;
        box-shadow: inset #fff 0 0 0 17px;
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    50% {
        -webkit-box-shadow: inset #fff 0 0 0 2px;
        box-shadow: inset #fff 0 0 0 2px
    }
    100% {
        -webkit-box-shadow: inset #fff 0 0 0 17px;
        box-shadow: inset #fff 0 0 0 17px;
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@keyframes animate2 {
    0% {
        -webkit-box-shadow: inset #fff 0 0 0 17px;
        box-shadow: inset #fff 0 0 0 17px;
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }
    50% {
        -webkit-box-shadow: inset #fff 0 0 0 2px;
        box-shadow: inset #fff 0 0 0 2px
    }
    100% {
        -webkit-box-shadow: inset #fff 0 0 0 17px;
        box-shadow: inset #fff 0 0 0 17px;
        -webkit-transform: rotate(140deg);
        transform: rotate(140deg)
    }
}

@font-face {
    font-family: Manrope;
    src: local("Manrope ExtraBold"), local("Manrope-ExtraBold"), url(../fonts/Manrope-ExtraBold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Manrope;
    src: local("Manrope Semibold"), local("Manrope-Semibold"), url(../fonts/Manrope-Semibold.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Manrope;
    src: local("Manrope Medium"), local("Manrope-Medium"), url(../fonts/Manrope-Medium.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

.th-ico {
    position: relative;
    display: inline-block;
    height: 1em;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px
}

.th-ico:before {
    content: "";
    display: block;
    background-size: 100%;
    background-repeat: no-repeat
}

._txt-center {
    text-align: center !important
}

._expanded {
    width: 100% !important
}

.th-section {
    padding-top: 100px
}

.th-section_home {
    color: #555
}

._margin-left {
    margin-left: auto
}

._margin-top-none {
    padding-top: 0 !important
}

.th-section-inner {
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px
}

.th-section-inner {
    width: 1370px
}

.th-section-inner_sm {
    width: 960px
}

.th-section-inner_lg {
    width: 1620px
}

.th-section-inner_md {
    width: 1100px
}

.th-section-inner_fluid {
    width: 100%
}

.th-section-head {
    margin-bottom: 50px
}

.th-section-head p {
    font-size: 24px
}

.th-section-head p:first-of-type {
    margin-top: 30px
}

.th-section-head .th-btn {
    position: absolute;
    right: 0;
    top: 0
}

.th-section-head ._link-arrow {
    margin-top: 30px
}

.th-section-head._center {
    text-align: center
}

.th-section-title h2 {
    text-transform: uppercase
}

.th-section-footer .th-text-big {
    text-transform: uppercase;
    color: #1361b4;
    margin-bottom: 40px;
    font-size: 48px;
    line-height: 1.45;
    font-weight: 700;
    position: relative
}

.th-section_grid .th-section-head {
    padding-top: 50px;
    padding-left: 10px;
    width: 33.33%;
    padding-right: 30px
}

.th-section_grid .th-section-body {
    width: 66.66%;
    padding-right: 10px
}

._last-section {
    margin-bottom: 130px
}

.th-section-footer {
    text-align: center;
    padding-bottom: 30px
}

.th-btn {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 40px;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 16px;
    max-width: 100%;
    line-height: 1.5;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 60px;
    color: #1361b4;
    -webkit-transform: scale(.999);
    -ms-transform: scale(.999);
    transform: scale(.999);
    background: -o-linear-gradient(315deg, #00a8f0, #0164c0);
    background: linear-gradient(135deg, #00a8f0, #0164c0)
}

.th-btn i {
    position: relative;
    z-index: 1;
    font-style: normal
}

.th-btn:before {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    background-color: #fff;
    border-radius: 30px
}

.th-btn:hover {
    -webkit-transform: scale(.99);
    -ms-transform: scale(.99);
    transform: scale(.99)
}

.th-btn._light {
    font-weight: 500
}

.th-btn._move {
    background: #ee4b2a
}

.th-btn, .th-btn:focus, .th-btn:hover {
    outline: 0
}

.th-btn_large {
    padding: 22px 37px 25px
}

.th-btn_midle {
    padding: 24px 47px 23px
}

.th-btn_small {
    padding: 24px 36px 23px
}

.slick-slider .slick-arrow {
    top: 50%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    position: absolute;
    border-radius: 100%;
    left: 0;
    border: none;
    background-color: #2898ff;
    color: transparent;
    z-index: 8;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;
    cursor: pointer
}

.slick-slider .slick-arrow::after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0;
    background-position: center center;
    background-image: url(../img/arrow-slider.svg)
}

.slick-slider .slick-arrow:hover {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 16px rgba(0, 0, 0, .15)
}

.slick-slider .slick-next {
    right: 0;
    left: auto
}

.slick-slider .slick-next:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.slick-slider .slick-dots {
    text-align: center;
    margin: 70px 0 0;
    padding: 0;
    list-style-type: none
}

.slick-slider .slick-dots li {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 10px
}

.slick-slider .slick-dots button {
    width: 100%;
    color: transparent;
    border: none;
    height: 100%;
    position: relative;
    background: 0 0;
    cursor: pointer;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.slick-slider .slick-dots button::after {
    content: '';
    position: absolute;
    border-right: 100%;
    background: #cdcdcd;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.slick-slider .slick-dots button:hover::after {
    background: #2898ff;
    opacity: .5
}

.slick-slider .slick-active button {
    cursor: default
}

.slick-slider .slick-active button::after {
    background: #2898ff !important;
    opacity: 1 !important
}

.slick-slider .slick-disabled {
    opacity: 0;
    z-index: -3
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(85, 85, 85, .5)
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(85, 85, 85, .5)
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: rgba(85, 85, 85, .5)
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: rgba(85, 85, 85, .5)
}

input::placeholder, textarea::placeholder {
    color: rgba(85, 85, 85, .5)
}

.wpcf7:focus, .wpcf7:focus-visible, form:focus, form:focus-visible {
    border: none;
    outline: 0
}

.th-form-item {
    margin-bottom: 30px
}

.th-form-item label {
    color: #555;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 10px;
    display: block
}

.th-form-item input, .th-form-item textarea {
    width: 100%;
    border-radius: 25px;
    padding-right: 20px;
    font-size: 16px;
    font-family: Manrope;
    padding-left: 20px
}

.th-form-item input {
    height: 60px;
    border: 1px solid rgba(34, 34, 34, .5)
}

.th-form-item textarea {
    height: 200px;
    border: 1px solid rgba(34, 34, 34, .5);
    padding-top: 18px
}

.wpcf7-form input[type=submit] {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 40px;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 30px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 16px;
    max-width: 100%;
    line-height: 1.5;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    border-radius: 60px;
    color: #fff;
    -webkit-transform: scale(.999);
    -ms-transform: scale(.999);
    transform: scale(.999);
    background: -o-linear-gradient(315deg, #00a8f0, #0164c0);
    background: linear-gradient(135deg, #00a8f0, #0164c0)
}

.wpcf7-form input[type=submit]:hover {
    opacity: .85
}

.wpcf7-form .wpcf7-spinner {
    position: absolute;
    margin: 20px 0 0 -12px;
    left: 50%
}

.th-form-last p {
    color: rgba(85, 85, 85, .5);
    font-size: 16px;
    text-align: center;
    margin: 10px 0 0;
    line-height: 1.55
}

.th-form-last a {
    color: #1361b4;
    opacity: .5
}

.nice-select {
    float: none;
    border: 1px solid rgba(34, 34, 34, .5);
    border-radius: 25px;
    line-height: 56px;
    height: 60px;
    font-size: 16px;
    padding-left: 20px;
    font-family: Manrope;
    color: rgba(85, 85, 85, .5)
}

.nice-select::after {
    border-color: #0468bd;
    right: 22px
}

.nice-select .list {
    width: 93%;
    margin-left: 3.5%;
    margin-top: -1px;
    color: #555
}

.th-input, .th-textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: none;
    outline: 0;
    background-color: transparent;
    color: #000
}

.th-input::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.th-input::-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.th-input:-moz-placeholder {
    opacity: 1;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.th-input:-ms-input-placeholder {
    opacity: 1;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.th-input::-webkit-input-placeholder:focus {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.th-input::-moz-placeholder:focus {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.th-input:-moz-placeholder:focus {
    opacity: 0;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.th-input:-ms-input-placeholder:focus {
    opacity: 0;
    -ms-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.th-input.nice-select.open, .th-input:active, .th-input:focus, .th-input:hover, .th-textarea.nice-select.open, .th-textarea:active, .th-textarea:focus, .th-textarea:hover {
    outline: 0
}

.th-textarea {
    resize: vertical
}

.th-input._w-100, .th-input_fluid, .th-textarea._w-100, .th-textarea_fluid {
    width: 100%
}

.th-input_size-md, .th-textarea_size-md {
    padding: 17px 24px 19px 26px;
    font-size: 16px
}

.th-input_fill-default, .th-textarea_fill-default {
    background-color: #fff;
    border: 1px solid #e7e7e7;
    color: #2c2b34
}

.th-input_fill-gray, .th-textarea_fill-gray {
    background-color: #f8f9fb;
    border: 1px solid #e7e7e7;
    color: #2c2b34
}

.th-input_fill-default.nice-select.open, .th-input_fill-default:active, .th-input_fill-default:focus, .th-input_fill-gray.nice-select.open, .th-input_fill-gray:active, .th-input_fill-gray:focus, .th-textarea_fill-default.nice-select.open, .th-textarea_fill-default:active, .th-textarea_fill-default:focus, .th-textarea_fill-gray.nice-select.open, .th-textarea_fill-gray:active, .th-textarea_fill-gray:focus {
    border: 1px solid #2d8db7
}

.th-input_search-panel {
    padding: 12px 24px 14px 26px;
    font-size: 16px
}

.th-container-checkbox {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-top: 4px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.th-container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.th-container-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee
}

.th-container-checkbox:hover input ~ .checkmark {
    background-color: #ccc
}

.th-container-checkbox input:checked ~ .checkmark {
    background-color: #2d8db7
}

.th-container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.th-container-checkbox input:checked ~ .checkmark:after {
    display: block
}

.th-container-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.th-container-checkbox a {
    color: #4651a7;
    text-decoration: none;
    border-bottom: 1px solid rgba(215, 136, 61, .15)
}

.th-container-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-top: 4px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.th-container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.th-container-radio .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background-color: #eee
}

.th-container-radio:hover input ~ .checkmark {
    background-color: #ccc
}

.th-container-radio input:checked ~ .checkmark {
    background-color: #2d8db7
}

.th-container-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.th-container-radio input:checked ~ .checkmark:after {
    display: block
}

.th-container-radio .checkmark:after {
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    border-radius: 12px;
    background-color: #eee
}

.lds-container {
    background-color: #303984;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999
}

.lds-ellipsis {
    display: block;
    position: absolute;
    width: 52px;
    height: 12px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%)
}

.lds-ellipsis div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.lds-ellipsis_sm div {
    width: 10px;
    height: 10px
}

.lds-ellipsis div:nth-child(1) {
    left: 10px;
    -webkit-animation: lds-ellipsis1 .6s infinite;
    animation: lds-ellipsis1 .6s infinite
}

.lds-ellipsis div:nth-child(2) {
    left: 10px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(3) {
    left: 30px;
    -webkit-animation: lds-ellipsis2 .6s infinite;
    animation: lds-ellipsis2 .6s infinite
}

.lds-ellipsis div:nth-child(4) {
    left: 49px;
    -webkit-animation: lds-ellipsis3 .6s infinite;
    animation: lds-ellipsis3 .6s infinite
}

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    100% {
        -webkit-transform: translate(19px, 0);
        transform: translate(19px, 0)
    }
}

.th-send-response-msg {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 25px;
    max-width: 320px;
    width: 100%;
    border-radius: 20px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .5)
}

.th-send-response-msg__title {
    font-size: 22px;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 500;
    color: #000 !important
}

.th-send-response-msg__txt {
    font-size: 16px;
    color: #000 !important
}

.th-send-response-msg__txt_success {
    color: #e67800
}

.th-send-response-msg__title_error {
    color: #f71616
}

.th-send-response-msg__txt_error {
    color: #f71616
}

.th-popup {
    background: #fff;
    border-radius: 30px;
    width: 480px;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, .1)
}

.pum-theme-110 .pum-container {
    padding-top: 50px !important;
    max-width: 100%
}

.pum-theme-110 .pum-title {
    margin-bottom: 35px !important;
    text-transform: uppercase
}

.th-pagination-container {
    margin-top: 40px
}

.th-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}

.th-pagination li {
    margin-right: 8px;
    margin-bottom: 8px
}

.th-pagination li:last-child {
    margin-right: 0
}

.th-pagination li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 41px;
    height: 41px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.th-pagination li a {
    width: 41px;
    height: 41px;
    font-size: 15px;
    background-color: #eaeaed;
    color: #61657a;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.th-pagination .th-current a, .th-pagination a:hover {
    background-color: #2d8db7;
    color: #fff
}

.th-pagination li:first-child a {
    background: #eaeaed url(/wp-content/themes/skytec/pub/img/ico-arrow-left-gray.svg) no-repeat;
    background-position: center
}

.th-pagination li:last-child a {
    background: #eaeaed url(/wp-content/themes/skytec/pub/img/ico-arrow-right-gray-2.svg) no-repeat;
    background-position: center
}

.th-grid-container {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    z-index: 1;
    max-width: 100%;
    width: 1370px
}

.th-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -25px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.th-grid > div {
    padding-left: 25px;
    padding-right: 25px
}

.th-grid-col-25 {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%
}

.th-grid-col-33 {
    width: 33.33%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%
}

.th-grid-col-30 {
    width: 30%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.th-grid-col-40 {
    width: 40%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

.th-grid-col-50 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative
}

.th-grid-col-45 {
    width: 46.5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46.5%;
    flex: 0 0 46.5%;
    position: relative
}

.th-grid-col-43 {
    width: 43%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    position: relative
}

.th-grid-col-60 {
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    position: relative
}

.th-grid-col-65 {
    width: 65%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    position: relative
}

.th-grid-col-57 {
    width: 57%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57%;
    flex: 0 0 57%
}

.th-grid-col-75 {
    width: 75%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%
}

.th-grid-col-80 {
    width: 80%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%
}

._margin-left-auto {
    margin-left: auto
}

.th-grid-col_no-relative {
    position: static
}

.th-header {
    padding-top: 42px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;
    height: 170px;
    opacity: 0
}

.th-header:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#0468bd), to(rgba(4, 104, 189, 0)));
    background: -o-linear-gradient(top, #0468bd 0, rgba(4, 104, 189, 0) 100%);
    background: linear-gradient(180deg, #0468bd 0, rgba(4, 104, 189, 0) 100%);
    opacity: .5
}

@-webkit-keyframes headervisible {
    100% {
        opacity: 1
    }
}

@keyframes headervisible {
    100% {
        opacity: 1
    }
}

@-webkit-keyframes move5 {
    90% {
        -webkit-filter: blur(60px);
        filter: blur(60px);
        opacity: 1
    }
    65%, 70% {
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: .5
    }
    40%, 45% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 1
    }
    20% {
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: .7
    }
}

@keyframes move5 {
    90% {
        -webkit-filter: blur(60px);
        filter: blur(60px);
        opacity: 1
    }
    65%, 70% {
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: .5
    }
    40%, 45% {
        -webkit-filter: blur(20px);
        filter: blur(20px);
        opacity: 1
    }
    20% {
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: .7
    }
}

.th-menu-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.th-menu-line__logo {
    margin-right: 25px;
    position: relative;
    z-index: 22;
    display: block;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all
}

.th-menu-line__logo:hover {
    opacity: .85
}

.th-menu-line__navigation {
    font-weight: 400;
    padding-top: 5px;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-menu-line__navigation ul {
    padding: 0;
    margin: 0
}

.th-menu-line__navigation li {
    display: inline-block;
    margin-left: 40px;
    letter-spacing: .01em
}

.th-menu-line__navigation li:last-of-type {
    margin-right: 0
}

.th-menu-line__navigation a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all
}

.th-menu-line__navigation a:hover {
    opacity: .8
}

.th-menu-line__navigation._open {
    opacity: 1;
    visibility: visible;
    z-index: 2
}

.js-hamburger-container {
    cursor: pointer;
    text-transform: uppercase;
    height: 31px;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 31px;
    z-index: 7;
    margin-left: auto;
    position: relative
}

.hamburger {
    position: absolute;
    right: 5px;
    top: 17px;
    width: 21px;
    height: 2px;
    --time: 0.3s;
    border-radius: 25px;
    border-radius: 5px;
    background: #fff;
    -webkit-transition: all var(--time) ease-in-out;
    -o-transition: all var(--time) ease-in-out;
    transition: all var(--time) ease-in-out
}

.hamburger::after, .hamburger::before {
    content: "";
    position: absolute;
    --time: 0.3s;
    width: inherit;
    left: 0;
    height: inherit;
    border-radius: 25px;
    background: #fff;
    border-radius: 5px;
    -webkit-transition: all var(--time) ease-in-out;
    -o-transition: all var(--time) ease-in-out;
    transition: all var(--time) ease-in-out
}

.hamburger::before {
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px)
}

.hamburger::after {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px)
}

.js-hamburger-container.open .hamburger {
    -webkit-transform: translateX(-42px);
    -ms-transform: translateX(-42px);
    transform: translateX(-42px);
    background: 0 0
}

.js-hamburger-container.open .hamburger::before {
    -webkit-transform: rotate(45deg) translate(28px, -28px);
    -ms-transform: rotate(45deg) translate(28px, -28px);
    transform: rotate(45deg) translate(28px, -28px)
}

.js-hamburger-container.open .hamburger::after {
    -webkit-transform: rotate(-45deg) translate(28px, 28px);
    -ms-transform: rotate(-45deg) translate(28px, 28px);
    transform: rotate(-45deg) translate(28px, 28px)
}

.th-menu-line__language {
    margin-left: auto;
    font-weight: 500;
    padding-top: 5px;
    position: relative;
    z-index: 22
}

.th-menu-line__language a {
    color: #fff;
    text-decoration: none
}

.current-menu-item a {
    color: #52c7ff;
    font-weight: 500
}

.th-about-text {
    padding-bottom: 200px
}

.th-about-text .th-grid-container {
    padding-right: 200px
}

.th-about-text.th-srez-bottom::before {
    background: #f3f5fb
}

.th-about-gibrid {
    background: #f3f5fb;
    position: relative;
    z-index: 3;
    padding-bottom: 60px
}

.th-about-gibrid img {
    position: absolute;
    right: -60px;
    top: 45px
}

.th-about-gibrid .th-grid-container {
    overflow: hidden;
    z-index: 7
}

.th-about-gibrid.th-srez-bottom::before {
    background: #f3f5fb
}

.th-advantages {
    position: relative;
    overflow: hidden;
    padding-top: 160px;
    padding-bottom: 150px
}

.th-advantages h2 {
    color: #fff;
    margin-bottom: 25px
}

.th-advantages > div > p {
    color: #fff;
    margin-bottom: 90px
}

.th-advantages::after {
    content: '';
    position: absolute;
    background: -o-linear-gradient(11.26deg, rgba(5, 57, 188, .8) 0, rgba(20, 45, 102, .54) 73.87%);
    background: linear-gradient(78.74deg, rgba(5, 57, 188, .8) 0, rgba(20, 45, 102, .54) 73.87%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.th-advantages-item {
    border-radius: 12px;
    background-color: #fff;
    padding: 50px 40px 67px;
    position: relative
}

.th-advantages-item p {
    line-height: 1.3;
    font-size: 24px;
    color: #4d4d85;
    font-weight: 700;
    margin: 0
}

.th-advantages-item img {
    position: absolute
}

._item-1 {
    margin-top: 40px
}

._item-1 p {
    width: 304px;
    margin-left: auto
}

._item-1 img {
    left: -85px;
    top: -90px;
    width: 412px
}

._item-2 p {
    width: 320px
}

._item-2 img {
    right: -85px;
    top: -100px;
    width: 370px
}

._item-3 {
    margin-top: 20px
}

._item-3 p {
    width: 360px
}

._item-3 img {
    right: -35px;
    bottom: -90px;
    width: 320px
}

.th-variable-gibrids {
    z-index: 6;
    padding-top: 20px;
    position: relative;
    padding-bottom: 90px
}

.th-variable-gibrids h2 {
    margin-bottom: 65px
}

.th-variable-gibrids-item {
    background: #fff;
    -webkit-box-shadow: 0 6px 29px 4px rgba(93, 108, 143, .15);
    box-shadow: 0 6px 29px 4px rgba(93, 108, 143, .15);
    border-radius: 12px;
    padding: 40px 60px 55px;
    position: relative;
    margin-bottom: 40px
}

.th-variable-gibrids-item h4 {
    margin-top: 0
}

.th-variable-gibrids-item span {
    background: #101055;
    position: absolute;
    left: -6px;
    top: -19px;
    border-radius: 100%;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
    width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 44px
}

.th-variable-gibrids-item p {
    margin-bottom: 0
}

.th-gibrid-biz {
    padding-bottom: 50px
}

.th-gibrid-biz .th-grid-container {
    position: relative;
    z-index: 3
}

.th-price {
    background: #f3f5fb;
    padding-top: 200px;
    padding-bottom: 200px
}

.th-price h2 {
    text-align: center;
    margin-bottom: 90px
}

.th-price-item {
    background: #fff;
    -webkit-box-shadow: 0 6px 29px 4px rgba(93, 108, 143, .15);
    box-shadow: 0 6px 29px 4px rgba(93, 108, 143, .15);
    border-radius: 12px;
    position: relative;
    padding: 35px 35px 40px;
    height: 100%
}

.th-price-item img {
    left: -25px;
    top: -45px;
    position: absolute;
    width: 280px
}

.th-price-item h4 {
    line-height: 1.3;
    margin: 0
}

.th-price-item h4 i {
    font-weight: 400;
    font-style: normal
}

.th-price-item .ttl-and-price {
    width: 300px;
    margin-left: 260px;
    margin-bottom: 50px
}

.th-price-item .th-pr {
    font-size: 24px
}

.th-price-item .th-pr b {
    font-size: 60px
}

.th-price-item .th-line-pr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.th-price-item .th-line-pr span {
    width: 200px;
    font-size: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

.th-price-item .th-line-pr span b {
    font-size: 34px
}

.th-price-item .th-line-pr p {
    margin: 0;
    font-size: 15px
}

.th-price-item ._midle {
    margin: 30px 0 15px;
    color: #101055
}

.th-price-item ul {
    padding-left: 5px;
    font-size: 18px;
    margin: 0;
    color: #66668a
}

.th-price-item ul li {
    margin-top: 15px
}

.th-review {
    padding-top: 10px;
    padding-bottom: 100px;
    overflow: hidden;
    position: relative
}

.th-review h2 {
    position: relative;
    z-index: 3
}

.th-review::after {
    content: '';
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, right top, left top, color-stop(61.46%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #fff 61.46%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #fff 61.46%, rgba(255, 255, 255, 0) 100%);
    width: 500px;
    height: 800px
}

.th-review .th-grid-container {
    position: static
}

.review-slider .slick-list {
    overflow: visible
}

.review-slider h4 {
    margin: 15px 0;
    color: #101055;
    line-height: 1.3
}

.review-slider p {
    margin: 0;
    font-size: 17px;
    color: #66668a
}

.review-slider .slick-slide {
    width: 780px;
    margin-right: 40px;
    border: 1px solid #e6ecf2;
    border-radius: 7px;
    padding: 40px 60px 65px;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.review-slider .slick-current {
    -webkit-box-shadow: 0 35px 75px rgba(182, 182, 182, .4);
    box-shadow: 0 35px 75px rgba(182, 182, 182, .4);
    background: #fff;
    border-color: #fff
}

.review-slider .slick-arrow {
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    height: 40px;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all;
    color: transparent;
    cursor: pointer;
    z-index: 3;
    border: none;
    background-color: transparent;
    background-image: url(/wp-content/themes/skytec/pub/img/arrow.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.review-slider .slick-arrow:hover {
    opacity: .7
}

.review-slider .slick-prev {
    left: 0;
    right: auto;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.review-slider .slick-disabled {
    opacity: 0 !important
}

.th-footer {
    background: #2d2d2d;
    padding: 65px 0 50px;
    text-align: center
}

.th-footer .menu-menu-container ul {
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 1.25
}

.th-footer .menu-menu-container ul li {
    display: inline-block;
    margin: 0 20px
}

.th-footer .menu-menu-container ul a {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.25;
    text-decoration: none;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all
}

.th-footer .menu-menu-container ul a:hover {
    opacity: .8
}

.th-footer .last {
    margin-top: 25px;
    line-height: 1.55
}

.th-footer .last span {
    display: block;
    color: #bdbdbd
}

.th-social {
    margin-top: 35px;
    text-align: center
}

.th-social ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.th-social li {
    display: inline-block;
    margin: 0 6px
}

.th-social a {
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 40px
}

.th-social a:hover img {
    opacity: .85;
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07)
}

.th-social img {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22px;
    flex: 0 0 22px;
    margin: auto;
    width: 22px;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.th-banner-header {
    height: 590px;
    position: relative;
    color: #fff;
    overflow: hidden;
    text-align: center;
    padding-bottom: 70px;
    padding-top: 170px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 95px
}

.th-banner-header .th-grid-container {
    position: relative;
    z-index: 2
}

.th-banner-header h1 {
    font-size: 85px;
    line-height: 1.1;
    margin: 0;
    line-height: 1.15;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-banner-header_pages {
    padding-bottom: 80px
}

.th-banner-header_pages p {
    font-size: 24px;
    max-width: 100%;
    margin: 38px auto 0;
    line-height: 1.7;
    width: 850px;
    opacity: 0;
    font-weight: 400;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-banner-header_pages::after {
    content: '';
    position: absolute;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 58, 90, .2)), to(rgba(0, 58, 90, .2))), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 47, 138, .74)), to(rgba(0, 47, 138, .74)));
    background: -o-linear-gradient(bottom, rgba(0, 58, 90, .2), rgba(0, 58, 90, .2)), -o-linear-gradient(bottom, rgba(0, 47, 138, .74), rgba(0, 47, 138, .74));
    background: linear-gradient(0deg, rgba(0, 58, 90, .2), rgba(0, 58, 90, .2)), linear-gradient(0deg, rgba(0, 47, 138, .74), rgba(0, 47, 138, .74));
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.th-banner-header_pages .th-banner-header__bg {
    background-position: 85% center
}

.th-banner-header_pages .th-btn {
    margin-top: 70px;
    padding: 13px 30px 11px;
    border: 3px solid #fff;
    margin-bottom: -20px;
    color: #fff;
    background: #058cff
}

.th-banner-header_pages .th-btn::before {
    display: none
}

.th-banner-header__color {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: -1
}

._left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left
}

.th-banner-header__bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    background-position: right bottom
}

.th-banner-header_game .th-banner-header__bg, .th-banner-header_home .th-banner-header__bg {
    background-size: auto
}

.th-banner-header_game p, .th-banner-header_home p {
    font-size: 30px;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    margin: 30px 0 0;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-banner-header_home .th-banner-header__bg {
    right: 0
}

.th-banner-header__img {
    position: absolute;
    right: 0;
    top: -25px;
    z-index: 1
}

.th-banner-header__bg.ended {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    opacity: .35
}

.th-we-in-chisla {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 27px
}

.th-we-in-chisla-item {
    width: 33.3%;
    padding-right: 55px
}

.th-we-in-chisla-item span {
    color: #f7ad3f;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    line-height: 1;
    font-size: 80px;
    letter-spacing: -.05em
}

.th-we-in-chisla-item i {
    font-family: Manrope, sans-serif;
    font-style: normal;
    display: block;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .01em;
    line-height: 1.35
}

.th-banner-header_game .th-banner-header__bg {
    background-position: right 21%
}

.th-banner-header_home {
    padding-bottom: 45px
}

.th-banner-header_home h1 {
    font-size: 70px
}

.th-banner-header_home .th-banner-header__bg {
    background-position: right 1%
}

.th-banner-header_game {
    padding-bottom: 100px
}

@-webkit-keyframes bannerleft {
    100% {
        right: 0
    }
}

@keyframes bannerleft {
    100% {
        right: 0
    }
}

._blue-background {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 111, 210, .5)), color-stop(33.23%, rgba(20, 111, 210, .1)), color-stop(52.29%, rgba(20, 111, 210, 0))), radial-gradient(59.84% 135.18% at 50% 102.06%, #146fd2 0, #002f5b 100%);
    background: -o-linear-gradient(bottom, rgba(20, 111, 210, .5) 0, rgba(20, 111, 210, .1) 33.23%, rgba(20, 111, 210, 0) 52.29%), -o-radial-gradient(50% 102.06%, 59.84% 135.18%, #146fd2 0, #002f5b 100%);
    background: linear-gradient(360deg, rgba(20, 111, 210, .5) 0, rgba(20, 111, 210, .1) 33.23%, rgba(20, 111, 210, 0) 52.29%), radial-gradient(59.84% 135.18% at 50% 102.06%, #146fd2 0, #002f5b 100%)
}

._blue-front-color::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -420px;
    width: 740px;
    height: 740px;
    z-index: 1;
    background: #6b36dc;
    border-radius: 100%;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

._blue-front-color::before {
    content: '';
    z-index: 1;
    position: absolute;
    left: -350px;
    bottom: -310px;
    border-radius: 100%;
    width: 1280px;
    height: 620px;
    background: #1876da;
    -webkit-filter: blur(80px);
    filter: blur(80px);
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-name: move2;
    animation-name: move2;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

._custom-front-color::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -320px;
    width: 740px;
    height: 640px;
    z-index: 1;
    border-radius: 100%;
    opacity: .7;
    -webkit-filter: blur(100px);
    filter: blur(100px)
}

._custom-front-color::before {
    content: '';
    z-index: 1;
    position: absolute;
    left: -350px;
    bottom: -310px;
    border-radius: 100%;
    width: 1480px;
    height: 620px;
    opacity: .6;
    -webkit-filter: blur(80px);
    filter: blur(80px)
}

@-webkit-keyframes move {
    100% {
        -webkit-filter: blur(100px);
        filter: blur(100px)
    }
    80% {
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }
    55%, 65% {
        width: 1000px;
        margin-top: -100px;
        margin-right: -100px;
        -webkit-filter: blur(75px);
        filter: blur(75px)
    }
    25% {
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }
}

@keyframes move {
    100% {
        -webkit-filter: blur(100px);
        filter: blur(100px)
    }
    80% {
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }
    55%, 65% {
        width: 1000px;
        margin-top: -100px;
        margin-right: -100px;
        -webkit-filter: blur(75px);
        filter: blur(75px)
    }
    25% {
        -webkit-filter: blur(50px);
        filter: blur(50px)
    }
}

@-webkit-keyframes move2 {
    90% {
        opacity: 1;
        -webkit-filter: blur(80px);
        filter: blur(80px)
    }
    75% {
        -webkit-filter: blur(40px);
        filter: blur(40px)
    }
    55%, 65% {
        width: 1500px;
        margin-top: -100px;
        margin-right: -100px
    }
    40% {
        opacity: 0
    }
    20% {
        -webkit-filter: blur(110px);
        filter: blur(110px)
    }
}

@keyframes move2 {
    90% {
        opacity: 1;
        -webkit-filter: blur(80px);
        filter: blur(80px)
    }
    75% {
        -webkit-filter: blur(40px);
        filter: blur(40px)
    }
    55%, 65% {
        width: 1500px;
        margin-top: -100px;
        margin-right: -100px
    }
    40% {
        opacity: 0
    }
    20% {
        -webkit-filter: blur(110px);
        filter: blur(110px)
    }
}

@-webkit-keyframes move3 {
    90% {
        opacity: .7;
        -webkit-filter: blur(80px);
        filter: blur(80px)
    }
    75% {
        -webkit-filter: blur(40px);
        filter: blur(40px)
    }
    55%, 65% {
        width: 1500px;
        margin-top: -100px;
        margin-right: -100px
    }
    40% {
        opacity: 0
    }
    20% {
        -webkit-filter: blur(110px);
        filter: blur(110px)
    }
}

@keyframes move3 {
    90% {
        opacity: .7;
        -webkit-filter: blur(80px);
        filter: blur(80px)
    }
    75% {
        -webkit-filter: blur(40px);
        filter: blur(40px)
    }
    55%, 65% {
        width: 1500px;
        margin-top: -100px;
        margin-right: -100px
    }
    40% {
        opacity: 0
    }
    20% {
        -webkit-filter: blur(110px);
        filter: blur(110px)
    }
}

._banner-h1-big p {
    font-size: 30px;
    font-family: Rubik, sans-serif;
    text-transform: uppercase;
    margin: 30px auto 0;
    font-weight: 400;
    opacity: 0;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

._and-btn {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

._and-btn .th-btn {
    margin-bottom: 5px;
    width: 325px;
    max-width: 100%
}

.th-section-our-games {
    padding-bottom: 100px
}

.js-games-team-slider {
    margin: 0 -30px
}

.js-games-team-slider .slick-list {
    overflow: inherit
}

.js-games-team-slider .slick-dots {
    margin-top: 30px
}

.js-games-team-slider .slick-track {
    margin-left: -130px
}

.js-games-team-slider::after {
    content: '';
    position: absolute;
    right: -380px;
    width: 500px;
    top: 0;
    height: 100%;
    z-index: 1;
    background: -webkit-gradient(linear, right top, left top, color-stop(25%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, #fff 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, #fff 25%, rgba(255, 255, 255, 0) 100%)
}

.js-games-team-slider::before {
    content: '';
    position: absolute;
    left: -620px;
    width: 500px;
    top: 0;
    z-index: 1;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #fff 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 25%, rgba(255, 255, 255, 0) 100%)
}

.js-games-team-slider .slick-next {
    right: -380px;
    width: 500px;
    height: 100%;
    margin: 0;
    top: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    background: 0 0
}

@media (min-width: 2000px) {
    .js-games-team-slider .slick-next, .js-games-team-slider::after {
        right: -520px;
    }
}

@media (min-width: 2200px) {
    .js-games-team-slider .slick-next, .js-games-team-slider::after {
        right: -680px;
    }
}

.js-games-team-slider .slick-next:after {
    background: 0 0
}

.js-games-team-slider .slick-prev {
    left: -620px;
    width: 500px;
    height: 100%;
    margin: 0;
    top: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0;
    background: 0 0
}

.js-games-team-slider .slick-prev:after {
    background: 0 0
}

.th-games-team-item {
    position: relative;
    margin: 0 30px;
    border-radius: 30px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-games-team-item img {
    width: 100%
}

.th-games-team-item .th-games-team-item-name {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(51, 51, 51, .5);
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    bottom: 0;
    font-family: Manrope, sans-serif;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.th-games-team-item .th-games-team-item-name span {
    display: block;
    line-height: 1.55
}

.th-games-team-item:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.th-games-team-item:hover .th-games-team-item-name {
    background-color: rgba(51, 51, 51, .85)
}

._item-link .th-games-team-item-name {
    background-repeat: no-repeat;
    padding-right: 85px;
    background-position: 95.5% center;
    background-image: url(../img/arrow-curcle.svg)
}

.th-section-about-home {
    padding-bottom: 170px
}

.th-section-about-home .th-section-head {
    padding-bottom: 60px;
    margin-bottom: 60px
}

.th-section-about-home .th-section-head::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 906px;
    max-width: calc(100% - 20px);
    left: 25px;
    bottom: 60px;
    background: -webkit-gradient(linear, left top, right top, from(#f3d94e), color-stop(65.1%, #f9498d), to(rgba(249, 73, 141, 0)));
    background: -o-linear-gradient(left, #f3d94e 0, #f9498d 65.1%, rgba(249, 73, 141, 0) 100%);
    background: linear-gradient(90deg, #f3d94e 0, #f9498d 65.1%, rgba(249, 73, 141, 0) 100%);
    border-radius: 50px
}

.th-section-about-home .th-grid:last-of-type {
    margin-left: -30px;
    margin-right: -30px
}

.th-section-about-home .th-grid-col-50 {
    padding: 0 30px
}

.th-about-home__item {
    background: #f2f2f2;
    border-radius: 20px;
    padding: 40px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.th-about-home__item span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px
}

.th-about-home__item p:last-of-type {
    margin-bottom: 30px
}

.th-about-home__item ._link-arrow {
    margin-top: auto
}

.th-about-home-img {
    position: absolute;
    right: -1px;
    top: -1px;
    max-width: 452px;
    z-index: 1
}

.th-section-connect-team {
    overflow: hidden
}

.th-section-connect-team .th-text-big {
    padding-top: 50px
}

.th-connect-team {
    text-align: center
}

.th-connect-team .th-grid-col-25 {
    position: relative;
    z-index: 1
}

.th-connect-team .th-grid-col-25:first-of-type {
    padding-top: 40px
}

.th-connect-team .th-grid-col-25:nth-of-type(2) img {
    margin-top: -40px;
    width: 350px
}

.th-connect-team .th-grid-col-25:nth-of-type(3) img {
    width: 290px
}

.th-connect-team .th-grid-col-25:nth-of-type(4) {
    padding-top: 20px
}

.th-connect-team .th-grid-col-25:nth-of-type(4) img {
    width: 320px
}

.th-connect-team ._color {
    position: absolute
}

.th-connect-team ._color img {
    opacity: 0
}

.th-connect-team .th-grid-col-25:hover ._color {
    position: relative;
    left: auto
}

.th-connect-team .th-grid-col-25:hover ._color img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1
}

.th-connect-team .th-grid-col-25:hover ._no-color {
    position: absolute;
    top: 0;
    left: -2200px
}

.th-connect-team .th-grid-col-25:hover ._no-color img {
    opacity: 0
}

.th-connect-team ._color, .th-connect-team ._no-color {
    left: -2200px;
    z-index: -1
}

.th-connect-team img {
    width: 310px;
    max-width: none;
    -webkit-transition: .15s ease transform;
    -o-transition: .15s ease transform;
    transition: .15s ease transform
}

.th-section-video-and-links {
    padding-top: 15px;
    padding-bottom: 110px
}

.th-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px)
}

._animate-video {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
}

.th-links-and-text {
    width: 705px;
    max-width: 100%;
    margin: 0 auto
}

.th-links-and-text ._h2-big {
    text-align: center;
    line-height: 1;
    margin-bottom: 30px
}

.th-links-and-text p {
    font-size: 20px;
    font-weight: 400;
    font-family: Rubik, sans-serif
}

.th-links-and-text .th-links {
    margin-top: 45px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .65;
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px)
}

.th-links-and-text .th-links a {
    margin: 0 7px;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.th-links-and-text .th-links a:hover {
    opacity: .8
}

.th-links-and-text .th-links img {
    display: block
}

.th-video.started {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px)
}

.th-video.ended {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}

.th-links.started {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.th-section-gallery {
    padding-top: 95px;
    padding-bottom: 100px;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
    -webkit-transition: .5s ease all;
    -o-transition: .5s ease all;
    transition: .5s ease all
}

.th-gallery-slider {
    padding: 20px 67px 0;
    margin-top: -20px
}

.th-gallery-slider .slick-slide {
    margin: 0 22px;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;
    display: block;
    padding-top: 10px
}

.th-gallery-slider .slick-slide:hover {
    opacity: .95;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

.th-gallery-slider img {
    width: 100%;
    display: block
}

.th-gallery-slider .slick-active {
    opacity: 1
}

.th-section-gallery.started {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.js-gallery-slider-1 .slick-slide:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.th-section-personages {
    padding: 80px 0 110px;
    position: relative;
    overflow: hidden;
    background-size: 100%;
    background-position: center center;
    background-size: cover
}

.th-section-personages::after {
    content: '';
    position: absolute;
    background: rgba(0, 59, 177, .3);
    -webkit-filter: blur(12px);
    filter: blur(12px);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-name: move3;
    animation-name: move3;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.th-section-personages h2 {
    color: #fff
}

.th-section-personages .th-section-inner {
    position: relative;
    z-index: 1
}

@keyframes move3 {
    100%, 95% {
        opacity: 1;
        background: rgba(0, 59, 177, .3)
    }
    75%, 80% {
        opacity: .65
    }
    50%, 55% {
        opacity: 1;
        background: rgba(10, 34, 83, .3)
    }
    30%, 35% {
        opacity: .45
    }
}

.th-personages-slider_min .slick-list {
    width: 1080px;
    max-width: 100%;
    margin: 0 auto
}

.th-personages-slider_min .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0
}

.th-personages-slider_min .slick-slide {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;
    text-align: center;
    cursor: pointer
}

.th-personages-slider_min .slick-slide:hover span {
    opacity: .9
}

.th-personages-slider_min img {
    width: 110px;
    display: block;
    border: 7px solid;
    height: 110px;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all;
    margin: 0 auto;
    border-style: solid;
    border-width: 7px
}

.th-personages-slider_min .act {
    display: none
}

.th-personages-slider_min span {
    display: block;
    font-size: 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    opacity: .5;
    margin-top: 33px;
    text-transform: uppercase;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-personages-slider_min .slick-current {
    cursor: default
}

.th-personages-slider_min .slick-current img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    border-color: #fff
}

.th-personages-slider_min .slick-current .act {
    display: block
}

.th-personages-slider_min .slick-current .dis {
    display: none
}

.th-personages-slider_min .slick-current span {
    opacity: 1 !important
}

.th-personages-slider_max {
    width: 1280px;
    max-width: 100%;
    position: static;
    margin: 74px auto 0;
    max-width: 100%
}

.th-personages-slider_max .slick-track {
    position: static
}

.th-personages-slider_max .slick-list {
    overflow: inherit
}

.th-personages-slider_max .slick-slide {
    padding-left: 120px;
    -webkit-transition: .75s ease all;
    -o-transition: .75s ease all;
    transition: .75s ease all;
    opacity: 0
}

.th-personages-slider_max .th-grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.th-personages-slider_max .th-grid-col-50:last-of-type {
    margin-left: -65px
}

.th-personages-slider_max img {
    display: block;
    width: 378px;
    margin-right: 60px;
    max-width: 100%;
    border: 16px solid #fff;
    border-style: solid
}

.th-personages-slider_max span {
    font-weight: 700;
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.24;
    display: block;
    margin-bottom: 30px
}

.th-personages-slider_max p {
    color: #fff;
    font-size: 20px;
    line-height: 2
}

.th-personages-slider_max .slick-current {
    opacity: 1
}

.th-personages-slider_max .slick-arrow {
    top: 200px;
    left: 15px
}

.th-personages-slider_max .slick-next {
    right: 15px;
    left: auto
}

.th-section-promotion-about {
    overflow: hidden
}

.th-section-promotion-about .th-section-head p {
    font-size: 24px;
    margin-bottom: 40px;
    padding-right: 10px
}

.th-section-promotion-about .th-section-head p:first-of-type {
    margin-top: 40px
}

.th-section-promotion-about .th-section-head p:last-of-type {
    margin-bottom: 0
}

.th-section-promotion-about img {
    display: block
}

.th-section-promotion-about .th-promotion-about-img-wrap {
    margin-left: auto
}

.th-section-promotion-variable {
    position: relative;
    overflow: hidden
}

.th-section-promotion-variable .th-section-head {
    margin-bottom: 30px
}

.th-section-promotion-variable .th-section-inner {
    position: static
}

.th-promotion-variable h4 {
    font-size: 30px;
    text-transform: uppercase;
    color: #1361b4;
    margin: 0
}

.th-promotion-variable p {
    margin-top: 10px;
    font-size: 24px
}

.th-promotion-variable .th-grid-col-43 {
    padding-right: 0
}

.th-promotion-variable .th-grid-col-57 {
    padding-right: 0
}

.th-promotion-variable img {
    display: block;
    max-width: none
}

.th-promotion-variable ul li {
    margin-top: 30px
}

.th-promotion-variable__item {
    min-height: 165px
}

.th-promotion-variable__item i {
    font-weight: 700;
    display: block;
    font-size: 48px;
    font-style: normal
}

.th-promotion-variable__item span {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    color: #222;
    margin-top: 5px
}

.th-promotion-variable_first {
    margin-bottom: 165px
}

.th-promotion-variable_first .th-grid {
    margin-top: 30px;
    margin-bottom: 40px
}

.th-promotion-variable_first .th-promotion-variable-img-wrap {
    position: absolute;
    height: 600px;
    left: -200px;
    top: 180px
}

.th-promotion-variable_last .th-grid {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit
}

.th-promotion-variable_last .th-promotion-variable-img-wrap {
    padding-right: 0
}

.th-section-promotion-advantage {
    overflow: hidden
}

.th-section-promotion-advantage .th-grid-col-33 {
    margin-bottom: 50px
}

.th-section-promotion-advantage .th-btn-wrap {
    text-align: center;
    margin-top: 50px
}

.th-promotion-advantage-item {
    background: #f2f2f2;
    height: 100%;
    overflow: hidden
}

.th-promotion-advantage-item img {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-promotion-advantage-item .th-promotion-advantage-item__img-wrap {
    height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.th-promotion-advantage-item .th-promotion-advantage-item__img-wrap:after {
    content: '';
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.th-promotion-advantage-item .th-promotion-advantage-item__text {
    padding: 20px 30px 27px 20px
}

.th-promotion-advantage-item .th-promotion-advantage-item__text span {
    font-size: 20px;
    font-weight: 700
}

.th-promotion-advantage-item .th-promotion-advantage-item__text p {
    line-height: 1.55;
    margin: 10px 0 0
}

.th-promotion-advantage-item:hover .th-promotion-advantage-item__img-wrap:after {
    opacity: 1
}

.th-promotion-advantage-item:hover .th-promotion-advantage-item__img-wrap img {
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.th-section-release-about .th-section-head {
    margin-bottom: 0
}

.th-section-release-about .th-section-head p {
    text-align: left;
    margin-bottom: 20px;
    font-size: 24px
}

.th-section-release-about .th-release-about-img-wrap {
    padding-right: 0;
    margin-left: auto;
    position: absolute;
    right: 25px;
    margin-top: -25px
}

.th-section-release-about .th-release-about-img-wrap img {
    max-height: 360px;
}

.th-section-cases {
    margin-bottom: 30px;
    overflow: hidden
}

.th-section-cases .th-grid-col-50 {
    margin-bottom: 50px
}

.th-case-item {
    border-radius: 38px;
    overflow: hidden;
    height: 100%;
    position: relative;
    color: #fff;
    text-decoration: none;
    display: block
}

.th-case-item__downloads {
    color: #fff;
    position: absolute;
    left: 15px;
    top: 15px;
    width: 266px;
    height: 126px;
    background-image: url(../img/release/stiker.svg);
    background-size: cover;
    z-index: 2
}

.th-case-item__downloads ._upd {
    position: absolute;
    left: 31px;
    top: 23px;
    font-size: 18px;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg)
}

.th-case-item__downloads ._count {
    -webkit-transform: rotate(-11.9deg);
    -ms-transform: rotate(-11.9deg);
    transform: rotate(-11.9deg);
    position: absolute;
    top: 52px;
    font-weight: 700;
    width: 100%;
    left: 6px;
    text-align: center;
    font-size: 22px;
    line-height: 1.3
}

.th-case-item__downloads ._count i {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    display: block
}

.th-case-item .th-more {
    display: none;
    font-size: 14px;
    text-transform: uppercase;
    font-style: normal
}

.th-case-item .th-case-item__img-wrap {
    position: relative;
    z-index: 1;
    height: 470px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.th-case-item .th-case-item__img-wrap img {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: .35s ease all;
    -o-transition: .35s ease all;
    transition: .35s ease all;
    max-width: 90%;
    max-height: 90%
}

.th-case-item ._img-bt {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.th-case-item .th-case-item__text {
    position: relative;
    z-index: 1;
    padding: 25px 50px 70px
}

.th-case-item .th-case-item__text span {
    display: block;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px
}

.th-case-item .th-case-item__text p {
    font-size: 17px;
    margin: 0;
    font-weight: 400;
    text-align: center;
}

.th-case-item:hover .th-case-item__img-wrap img {
    margin-top: -15px;
    margin-bottom: 15px;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95)
}

.th-case-item:hover::after {
    width: 600px
}

.th-case-item:hover::after {
    width: 1000px
}

.th-section-how-working {
    overflow: hidden
}

.th-section-how-working .th-text-big {
    padding-top: 110px
}

.th-section-how-working .th-how-working__title {
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    margin-bottom: 18px
}

.th-section-how-working .th-grid {
    padding-top: 28px
}

.th-how-working-item {
    font-family: Manrope;
    font-weight: 500
}

.th-how-working-item .th-how-working-item-body {
    display: none;
    padding-bottom: 8px;
    font-size: 15px
}

.th-how-working-item .th-how-working-item-head {
    font-size: 24px;
    line-height: 1.45;
    padding: 7px 0
}

.th-how-working__img {
    text-align: center
}

.th-how-working__img img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.th-how-working_left {
    text-align: right;
    padding-top: 8px;
    padding-right: 50px
}

.th-how-working_left .th-how-working-item-head::after {
    right: -40px
}

.th-how-working_right {
    padding-top: 8px;
    padding-left: 20px
}

.th-how-working-item-head {
    position: relative;
    cursor: pointer
}

.th-how-working-item-head:hover:after {
    opacity: .75
}

.th-how-working-item-head:after {
    content: '';
    position: absolute;
    right: -60px;
    top: 50%;
    background-image: url(../img/release/arrow-single.svg);
    width: 23px;
    height: 13px;
    margin-top: -7px;
    background-repeat: no-repeat;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all
}

._active .th-how-working-item-head {
    color: #00a3ff;
    font-weight: 700
}

._active .th-how-working-item-head::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.th-section-company-games .th-section-head p {
    font-size: 24px
}

.th-section-company-games ._link-arrow {
    margin-top: 50px
}

.th-section-company-games .th-grid-col-50 {
    margin-bottom: 50px
}

.th-company-games {
    margin-top: 40px
}

.th-company-games-item {
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    color: #fff;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none
}

.th-company-games-item:hover img {
    opacity: .85
}

.th-company-games-item .th-company-games-item__text {
    position: relative;
    z-index: 1;
    width: 50%;
    max-width: 100%
}

.th-company-games-item .th-company-games-item__img-wrap {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    z-index: 1
}

.th-company-games-item .th-company-games-item__img-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    margin-left: auto;
    width: auto;
    max-width: 100%;
    position: relative;
    z-index: 1;
    max-height: 100%;
    display: block;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all
}

.th-company-games-item span {
    font-size: 30px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.65;
    margin-bottom: 20px
}

.th-company-games-item p {
    font-weight: 400;
    line-height: 1.5;
    padding-right: 55px
}

.th-company-games-item._blue {
    background: #1361b4
}

.th-company-games-item._blue .th-company-games-item__img-wrap::after {
    content: '';
    position: absolute;
    display: block;
    opacity: .9;
    width: 100%;
    left: 0;
    height: 100%;
    bottom: 0;
    z-index: -1
}

.th-section-we-are-company {
    padding-top: 130px;
    overflow: hidden
}

.th-section-we-are-company .th-list-and-boll ul {
    font-family: Manrope, sans-serif;
    font-weight: 500;
    text-transform: none;
    margin-top: 50px
}

.th-section-we-are-company .th-list-and-boll ul li {
    font-size: 24px
}

.th-section-we-are-company ._link-arrow {
    margin-top: 50px;
    margin-left: 80px
}

.th-section-we-are-company .th-section-head .th-section-we-are-company__img-wrap {
    display: none
}

.th-section-developers {
    padding-top: 130px
}

.th-section-developers .th-grid-col-50 {
    margin-bottom: 50px
}

.th-developers-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f2f2f2;
    border-radius: 30px;
    padding: 30px 30px 60px;
    height: 100%
}

.th-developers-item p {
    margin: 25px 0 0
}

.th-developers-item span {
    font-size: 26px;
    line-height: 1.25;
    display: block;
    text-transform: uppercase;
    font-weight: 700
}

.th-developers-item i {
    color: #1361b4;
    font-style: normal;
    display: block;
    font-weight: 500
}

.th-developers-item__img-wrap {
    width: 200px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

.th-developers-item__img-wrap img {
    border-radius: 100%;
    width: 170px;
    height: 170px;
    -o-object-fit: cover;
    object-fit: cover
}

.th-section-our-values {
    padding-top: 130px;
    padding-bottom: 180px;
    margin-bottom: 0 !important
}

.th-our-values-item {
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.th-our-values-item span {
    font-size: 25px;
    display: block;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 15px
}

.th-our-values-item p {
    line-height: 1.55
}

.th-our-values-item:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.th-our-values-item__img-wrap {
    height: 440px;
    text-align: center;
    width: 100%;
    margin-bottom: 25px
}

.th-our-values-item__img-wrap img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-section-our-team {
    overflow: hidden
}

.th-section-our-team .js-games-team-slider .slick-dots {
    margin-top: 60px
}

.th-section-our-values-in-vacancies .th-grid-col-33 {
    margin-bottom: 50px
}

.th-our-values-in-vacancies-item {
    height: 100%;
    background: #f2f2f2;
    overflow: hidden;
    display: block;
    text-decoration: none
}

.th-our-values-in-vacancies-item:hover img {
    -webkit-transform: scale(1.025);
    -ms-transform: scale(1.025);
    transform: scale(1.025)
}

.th-our-values-in-vacancies-item:hover .th-our-values-in-vacancies-item__img-wrap::after {
    opacity: .25
}

.th-our-values-in-vacancies-item__img-wrap {
    height: 210px;
    position: relative;
    overflow: hidden
}

.th-our-values-in-vacancies-item__img-wrap::after {
    content: '';
    position: absolute;
    background: #002f8a;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-our-values-in-vacancies-item__img-wrap img {
    width: 100%;
    height: 100%;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all;
    -o-object-fit: cover;
    object-fit: cover
}

.th-our-values-in-vacancies-item__text {
    padding: 20px 30px 30px
}

.th-our-values-in-vacancies-item__text span {
    font-size: 20px;
    font-weight: 700
}

.th-our-values-in-vacancies-item__text p {
    margin: 9px 0 0
}

.th-section-roles-in-team {
    padding-top: 30px
}

.th-section-roles-in-team .th-grid-col-33 {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.th-section-roles-in-team .th-text-big {
    padding-top: 60px
}

.th-section-roles-in-team .th-grid-col-25 {
    overflow: hidden
}

.th-section-roles-in-team .th-grid-col-25 .th-roles-in-team p {
    font-size: 13px
}

.th-roles-in-team {
    height: 380px;
    padding: 30px 20px 0;
    text-align: center;
    position: relative;
    border-radius: 30px
}

.th-roles-in-team span {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: .1s ease all;
    -o-transition: .1s ease all;
    transition: .1s ease all
}

.th-roles-in-team ._p-big {
    font-size: 24px
}

.th-roles-in-team img {
    display: block;
    max-width: none;
    margin-top: -50px;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    width: 380px;
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-roles-in-team:hover img {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    margin-top: -45px
}

.th-roles-in-team:hover > div {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.th-roles-in-team:hover span {
    opacity: 0
}

.th-roles-in-team > div {
    position: absolute;
    padding: 35px 30px;
    left: 0;
    border-radius: 27px;
    z-index: 1;
    text-align: left;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f1f1f1;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all;
    opacity: 0;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.th-roles-in-team p {
    font-size: 15px;
    margin: 0
}

.th-roles-in-team._gradient-beruz {
    background: -webkit-gradient(linear, left top, left bottom, from(#59c6ed), to(#1ef2f5));
    background: -o-linear-gradient(top, #59c6ed 0, #1ef2f5 100%);
    background: linear-gradient(180deg, #59c6ed 0, #1ef2f5 100%)
}

.th-roles-in-team._gradient-purple {
    background: -webkit-gradient(linear, left top, left bottom, from(#b606e2), to(#d735ff));
    background: -o-linear-gradient(top, #b606e2 0, #d735ff 100%);
    background: linear-gradient(180deg, #b606e2 0, #d735ff 100%)
}

.th-roles-in-team._gradient-green {
    background: -webkit-gradient(linear, left top, left bottom, from(#63c82e), to(#7fe448));
    background: -o-linear-gradient(top, #63c82e 0, #7fe448 100%);
    background: linear-gradient(180deg, #63c82e 0, #7fe448 100%)
}

.th-roles-in-team._gradient-blue {
    background: -webkit-gradient(linear, left top, left bottom, from(#046de0), to(#22a4fc));
    background: -o-linear-gradient(top, #046de0 0, #22a4fc 100%);
    background: linear-gradient(180deg, #046de0 0, #22a4fc 100%)
}

.th-roles-in-team._gradient-pink {
    background: -webkit-gradient(linear, left top, left bottom, from(#ee3cc6), to(#eb81cc));
    background: -o-linear-gradient(top, #ee3cc6 0, #eb81cc 100%);
    background: linear-gradient(180deg, #ee3cc6 0, #eb81cc 100%)
}

.th-roles-in-team._gradient-orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#f39e1f), to(#edd859));
    background: -o-linear-gradient(top, #f39e1f 0, #edd859 100%);
    background: linear-gradient(180deg, #f39e1f 0, #edd859 100%)
}

.th-roles-in-team._gradient-red {
    background: -webkit-gradient(linear, left top, left bottom, from(#f3301e), to(#ffb669));
    background: -o-linear-gradient(top, #f3301e 0, #ffb669 100%);
    background: linear-gradient(180deg, #f3301e 0, #ffb669 100%)
}

.th-contacts-email {
    margin-top: -20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.th-contacts-email-item {
    position: relative;
    height: 100%;
}

.th-contacts-email-text img {
    margin-top: auto;
    flex: 0 0 0;
    max-width: fit-content;
}

.th-contacts-email-item img {
    -webkit-transition: .25s ease all;
    -o-transition: .25s ease all;
    transition: .25s ease all
}

.th-contacts-email-item .th-contacts-email-img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.th-contacts-email-item:hover .th-contacts-email-img-wrap img {
    -webkit-transform: translateX(35px);
    -ms-transform: translateX(35px);
    transform: translateX(35px)
}

.th-contacts-email-text {
    height: calc(100% - 253px);
    background: #f2f2f2;
    align-self: flex-start;
    border-radius: 30px;
    padding: 40px 30px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    justify-content: flex-start;
    flex-direction: column;
    margin-left: -5px;
    margin-right: -5px
}

.th-contacts-email-text span {
    align-self: self-start;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3;
}

.th-contacts-email-text p {
    align-self: self-start;
    font-size: 16px;
    line-height: 1.55;
    margin-bottom: 50px
}

.th-contacts-email-text a {
    color: #1361b4;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: auto
}

.th-contacts-email-text a:hover {
    text-decoration: none
}

.th-section-adresses {
    padding-top: 135px
}

.th-adresses-item {
    margin-top: 10px
}

.th-adresses-item span {
    font-size: 30px;
    font-weight: 500;
    display: block;
    line-height: 1;
    margin-bottom: 8px
}

.th-adresses-item p {
    font-size: 24px;
    color: #555;
    margin: 0 0 12px
}

.th-adresses-item img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

.th-section-catalog-games .th-grid-col-33 {
    margin-bottom: 50px
}

.th-catalog-games-item {
    position: relative;
    text-decoration: none;
    height: 100%;
    background: #f2f2f2;
    border-radius: 40px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.th-catalog-games-item:hover ._arrow-more {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

.th-catalog-games-item:hover .th-catalog-games-item__img-wrap {
    opacity: .9
}

.th-case-item__downloadss {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 219px;
    height: 104px;
    background-image: url(../img/release/stiker.svg);
    background-size: cover;
    z-index: 2;
    color: #fff
}

.th-case-item__downloadss ._upd {
    position: absolute;
    left: 28px;
    top: 21px;
    font-size: 14px;
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg)
}

.th-case-item__downloadss ._count {
    -webkit-transform: rotate(-11.9deg);
    -ms-transform: rotate(-11.9deg);
    transform: rotate(-11.9deg);
    position: absolute;
    top: 44px;
    font-weight: 700;
    width: 100%;
    left: 7px;
    text-align: center;
    font-size: 18px;
    line-height: 1.3
}

.th-case-item__downloadss ._count i {
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    display: block
}

.th-catalog-games-item .th-catalog-games-item__img-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    background: #131313;
    width: 100%;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all
}

.th-catalog-games-item .th-catalog-games-item__img-wrap img {
    width: 100%;
    display: block
}

.th-catalog-games-item .th-catalog-games-item__img-wrap span {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    color: #fff;
    line-height: 1.2;
    display: block;
    bottom: 20px;
    left: 30px;
    z-index: 2;
    right: 20px
}

.th-catalog-games-item .th-catalog-games-item__img-wrap::after {
    content: '';
    position: absolute;
    display: block;
    opacity: .9;
    width: 100%;
    left: 0;
    height: 100%;
    bottom: 0;
    z-index: 1
}

.th-catalog-games-item .th-catalog-games-item__img-wrap::before {
    content: '';
    position: absolute;
    display: block;
    opacity: .9;
    width: 100%;
    left: 0;
    height: 100%;
    bottom: 0
}

.th-catalog-games-item .th-catalog-games-item__text {
    padding: 30px 30px 0
}

.th-catalog-games-item .th-catalog-games-item__text p {
    font-size: 16px;
    margin-bottom: 25px
}

.th-catalog-games-item ._arrow-more {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: block;
    margin-top: auto;
    margin-left: auto;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/arrow-slider.svg);
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all
}

.th-section-faq .th-section-footer {
    margin-top: 90px
}

.th-faq-tabs {
    width: 100%
}

.th-faq-tabs ._wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.th-faq-tabs ._wrap:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #dedede
}

.th-faq-tabs a {
    font-size: 30px;
    text-transform: uppercase;
    color: #215888;
    display: inline-block;
    z-index: 2;
    font-weight: 700;
    padding-bottom: 15px;
    text-decoration: none;
    position: relative;
    border-bottom: 4px solid #dedede
}

.th-faq-tabs ._active {
    color: #00a3ff;
    border-color: #00a3ff
}

.th-faq-item {
    padding-top: 10px
}

.th-faq-item .th-how-working-item-head {
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding: 30px 0;
    padding-right: 75px;
    cursor: pointer;
    position: relative
}

.th-faq-item .th-how-working-item-head:after {
    content: '';
    position: absolute;
    right: 7px;
    display: block;
    top: 50%;
    background-image: url(../img/release/arrow-single.svg);
    width: 23px;
    height: 13px;
    margin-top: -7px;
    background-repeat: no-repeat;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.th-faq-item .th-how-working-item {
    border-bottom: 2px solid #dedede
}

.th-faq-item .th-how-working-item:last-of-type {
    border-bottom: none
}

.th-faq-item .th-how-working-item-body {
    padding-bottom: 40px;
    color: #555
}

.th-faq-item ._active .th-how-working-item-head {
    color: #00a3ff
}

.th-faq-item ._active .th-how-working-item-head::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (max-width: 1700px) {
    .th-promotion-variable_first .th-promotion-variable-img-wrap {
        left: -300px
    }
}

@media (max-width: 1620px) {
    .th-advantages-item p {
        font-size: 20px
    }

    ._item-3 p {
        width: 300px
    }

    ._item-2 p {
        width: 260px
    }

    ._item-1 p {
        width: 230px
    }
}

@media (max-width: 1599.98px) {
    .js-games-team-slider {
        margin: 0 -20px
    }

    .js-games-team-slider .slick-track {
        margin-left: 0
    }

    .js-games-team-slider::after {
        right: -500px;
        width: 500px
    }

    .js-games-team-slider::before {
        left: -500px
    }

    .js-games-team-slider .slick-next {
        right: -500px;
        width: 500px
    }

    .js-games-team-slider .slick-prev {
        left: -500px
    }

    .th-games-team-item {
        margin: 0 20px
    }
}

@media (max-width: 1520px) {
    .th-review::after {
        width: 300px
    }
}

@media (max-width: 1479.98px) {
    .th-connect-team .th-text-big {
        padding-top: 40px;
        font-size: 38px
    }

    .th-section-connect-team .th-text-big {
        padding-top: 40px
    }

    .th-connect-team .th-grid-col-25 {
        position: relative
    }

    .th-connect-team .th-grid-col-25:nth-of-type(1) {
        padding-top: 20px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(1) img {
        width: 260px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(2) img {
        margin-top: -40px;
        width: 280px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(3) img {
        width: 235px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(4) {
        padding-top: 10px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(4) img {
        width: 270px
    }

    .th-connect-team .th-grid-col-25:hover ._color {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .th-section-promotion-variable {
        margin-bottom: 20px
    }

    .th-section-promotion-variable .th-grid {
        position: relative
    }

    .th-promotion-variable h4 {
        font-size: 22px
    }

    .th-promotion-variable p {
        font-size: 18px
    }

    .th-promotion-variable ul {
        padding-right: 0
    }

    .th-promotion-variable ul li {
        margin-top: 30px
    }

    .th-promotion-variable_first {
        margin-bottom: 100px
    }

    .th-promotion-variable_first .th-promotion-variable-img-wrap {
        position: absolute;
        left: 0;
        top: 25px;
        height: auto
    }

    .th-promotion-variable_first .th-promotion-variable-img-wrap img {
        width: 320px
    }

    .th-promotion-variable_first .th-grid {
        margin-bottom: 20px
    }

    .th-promotion-variable_last img {
        width: 410px
    }

    .th-promotion-variable__item {
        margin-bottom: 20px
    }

    .th-section-release-about .th-section-head p {
        font-size: 18px
    }

    .th-section-release-about .th-release-about-img-wrap {
        margin-left: 0;
        padding-left: 0;
        right: 0
    }

    .th-section-release-about .th-release-about-img-wrap img {
        max-width: 300px;
        max-height: 300px;
    }

    .th-section-cases {
        margin-top: 10px
    }

    .th-case-item .th-case-item__img-wrap {
        height: 330px
    }

    .th-case-item .th-case-item__text {
        padding: 10px 30px 50px;
        text-align: center
    }

    .th-case-item .th-case-item__text p {
        font-size: 14px
    }

    .th-case-item .th-case-item__text span {
        font-size: 22px
    }

    .th-section-how-working .th-text-big {
        padding-top: 85px
    }

    .th-section-how-working .th-how-working__title {
        font-size: 22px;
        margin-bottom: 20px
    }

    .th-section-how-working .th-grid > div {
        padding: 0
    }

    .th-how-working__img img {
        width: 300px
    }

    .th-how-working-item .th-how-working-item-head {
        font-size: 18px;
        padding: 10px 0
    }

    .th-how-working-item .th-how-working-item-body {
        font-size: 14px;
        padding: 5px 0 15px
    }

    .th-how-working-item-head::after {
        right: 0
    }

    .th-how-working-item-head {
        padding-right: 35px !important
    }

    .th-our-values-in-vacancies-item__text {
        padding: 20px 20px 25px
    }

    .th-our-values-in-vacancies-item__text span {
        font-size: 16px
    }

    .th-our-values-in-vacancies-item__text p {
        font-size: 14px
    }

    .th-section-roles-in-team .th-text-big {
        padding-top: 45px
    }

    .th-roles-in-team {
        height: 270px;
        padding: 20px
    }

    .th-roles-in-team span {
        font-size: 22px
    }

    .th-roles-in-team img {
        max-height: 270px;
        width: auto
    }

    .th-roles-in-team p {
        font-size: 12px;
        line-height: 1.5;
    }

    .th-roles-in-team > div {
        padding: 15px
    }
}

@media (max-width: 1439.98px) {
    h2 {
        font-size: 38px
    }

    ._h2-big {
        font-size: 44px
    }

    ._p-big {
        font-size: 18px
    }

    p {
        font-size: 14px
    }

    ._link-arrow {
        font-size: 22px
    }

    ._link-arrow i::before {
        display: none
    }

    .th-list-and-boll ul li {
        margin-top: 30px;
        background-size: 16px;
        padding-left: 26px;
        font-size: 18px
    }

    .th-section-inner {
        width: 1040px
    }

    .th-section-head {
        margin-bottom: 40px
    }

    .th-section-head p {
        font-size: 18px
    }

    .th-section {
        padding-top: 80px
    }

    ._last-section {
        margin-bottom: 100px
    }

    .th-section-footer .th-text-big {
        margin-bottom: 30px;
        font-size: 38px
    }

    .slick-slider .slick-arrow {
        width: 40px;
        height: 40px;
        margin-top: -20px
    }

    .slick-slider .slick-dots {
        margin-top: 40px
    }

    .th-grid-container {
        width: 1040px
    }

    .th-grid-col-70_md {
        width: 70%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%
    }

    .th-grid-col-20_md {
        width: 20%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%
    }

    .th-grid-col-30_md {
        width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%
    }

    .th-grid-col-33_md {
        width: 33.33%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%
    }

    .th-grid-col-40_md {
        width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .th-grid-col-50_md {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .th-grid-col-80_md {
        width: 80%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }

    .th-grid-col-100_md {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .th-grid-container {
        width: 1010px
    }

    .th-header {
        height: 150px
    }

    .th-menu-line__logo {
        margin-right: 0
    }

    .th-menu-line__logo img {
        width: 130px
    }

    .th-menu-line__navigation li {
        font-size: 14px;
        margin-left: 20px
    }

    .th-footer {
        padding: 40px 0 50px
    }

    .th-footer .menu-menu-container ul li {
        font-size: 14px;
        margin: 0 10px
    }

    .th-footer .last {
        font-size: 14px;
        margin-top: 20px
    }

    .th-social {
        margin-top: 25px
    }

    .th-social a {
        width: 34px;
        height: 34px
    }

    .th-social img {
        width: 18px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
        flex: 0 0 18px
    }

    .th-banner-header {
        padding-top: 100px;
        margin-bottom: 80px
    }

    .th-banner-header h1 {
        font-size: 60px
    }

    .th-banner-header__bg {
        background-position: center bottom
    }

    .th-we-in-chisla-item {
        padding-right: 40px
    }

    .th-we-in-chisla-item span {
        font-size: 60px
    }

    .th-we-in-chisla-item i {
        font-size: 14px
    }

    ._blue-front-color::after {
        left: -150px
    }

    ._blue-front-color::before {
        left: -450px
    }

    .th-banner-header_pages p {
        font-size: 20px
    }

    .th-banner-header_pages .th-btn {
        margin-top: 40px
    }

    .th-banner-header_game h1, .th-banner-header_home h1 {
        font-size: 55px
    }

    .th-banner-header_game .th-banner-header__bg, .th-banner-header_home .th-banner-header__bg {
        background-size: auto 130%;
        background-position: right 15%
    }

    .th-banner-header_game p, .th-banner-header_home p {
        font-size: 22px
    }

    .th-section-our-games {
        padding-bottom: 80px
    }

    .th-games-team-item .th-games-team-item-name {
        height: 70px;
        font-size: 14px;
        padding-left: 15px
    }

    .th-section-about-home {
        padding-bottom: 120px
    }

    .th-section-about-home .th-section-head {
        padding-bottom: 50px
    }

    .th-section-about-home .th-section-head::after {
        width: 656px;
        bottom: 40px
    }

    .th-about-home__item {
        padding: 20px
    }

    .th-about-home__item span {
        font-size: 22px
    }

    .th-about-home-img {
        max-width: 300px;
        max-height: 300px
    }

    .th-section-video-and-links {
        padding-bottom: 80px
    }

    .th-links-and-text {
        width: 640px;
        text-align: center
    }

    .th-links-and-text ._h2-big {
        font-size: 42px
    }

    .th-links-and-text p {
        font-size: 16px
    }

    .th-links-and-text .th-links {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    .device-iphone-x {
        width: 640px;
        height: 325px;
        margin-bottom: 40px
    }

    .device-iphone-x .device-header {
        height: 130px;
        width: 20px;
        left: 18px;
        margin-top: -65px
    }

    .device-iphone-x .device-sensors::before {
        left: 18px;
        width: 10px;
        height: 10px;
        margin-top: -35px
    }

    .device-iphone-x .device-sensors::after {
        left: 21px;
        height: 34px;
        width: 3px;
        margin-top: -10px
    }

    .device-iphone-x .device-power {
        top: -1px;
        width: 70px
    }

    .device-iphone-x .device-frame {
        width: 640px;
        border-radius: 48px;
        height: 325px;
        padding: 18px;
        -webkit-box-shadow: inset 0 0 1px 1px #a2a2a2, inset 0 0 0 4px #bbb;
        box-shadow: inset 0 0 1px 1px #a2a2a2, inset 0 0 0 4px #bbb
    }

    .device-iphone-x .device-content {
        width: 605px;
        height: 290px;
        border-radius: 40px
    }

    .device-iphone-x .device-stripe::after, .device-iphone-x .device-stripe::before {
        display: none
    }

    .th-video {
        -webkit-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    ._animate-video {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important
    }

    .th-section-gallery {
        padding-bottom: 80px
    }

    .th-gallery-slider {
        padding-left: 52px;
        margin-top: -30px;
        margin-left: -10px;
        margin-right: -10px;
        padding-right: 52px
    }

    .th-gallery-slider .slick-slide {
        margin: 0 10px
    }

    .th-personages-slider_max span {
        font-size: 36px
    }

    .th-personages-slider_max p {
        font-size: 18px
    }

    .th-personages-slider_max .slick-arrow {
        top: 175px;
        left: 0
    }

    .th-personages-slider_max .slick-next {
        right: 0;
        left: auto
    }

    .th-personages-slider_max .slick-slide {
        padding-left: 0
    }

    .th-personages-slider_min span {
        font-size: 16px;
        margin-top: 25px
    }

    .th-section-promotion-about img {
        max-width: 220px
    }

    .th-section-promotion-about .th-section-head p {
        font-size: 18px
    }

    .th-promotion-advantage-item .th-promotion-advantage-item__text {
        padding: 20px
    }

    .th-promotion-advantage-item .th-promotion-advantage-item__text span {
        line-height: 1.55;
        font-size: 18px
    }

    .th-promotion-advantage-item .th-promotion-advantage-item__text p {
        font-size: 14px
    }

    .th-section-promotion-advantage .th-btn-wrap {
        margin-top: 0
    }

    .th-section-promotion-advantage .th-grid-col-33 {
        margin-bottom: 20px
    }

    .th-section-promotion-advantage .th-btn-wrap {
        margin-top: 20px
    }

    .th-section-company-games .th-section-head p {
        font-size: 18px
    }

    .th-section-company-games ._link-arrow {
        margin-top: 30px
    }

    .th-company-games {
        margin-top: 0
    }

    .th-company-games-item {
        padding-left: 20px;
        height: 290px
    }

    .th-company-games-item span {
        font-size: 22px
    }

    .th-company-games-item p {
        font-size: 14px;
        padding-right: 15px
    }

    .th-section-we-are-company .th-list-and-boll ul li {
        font-size: 18px
    }

    .th-section-we-are-company ._link-arrow {
        margin-top: 30px;
        margin-left: 0
    }

    .th-section-we-are-company__img-wrap img {
        max-width: 100%;
        margin-top: 60px
    }

    .th-section-we-are-company__img-wrap ._scale {
        width: auto
    }

    .th-section-developers .th-grid-col-50 {
        margin-bottom: 40px
    }

    .th-developers-item {
        padding: 20px
    }

    .th-developers-item span {
        font-size: 22px
    }

    .th-developers-item i {
        font-size: 14px
    }

    .th-developers-item p {
        font-size: 14px;
        margin-top: 20px
    }

    .th-developers-item__img-wrap {
        width: 100px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px
    }

    .th-developers-item__img-wrap img {
        width: 80px;
        height: 80px
    }

    .th-section-our-values {
        padding-bottom: 80px
    }

    .th-our-values-item__img-wrap {
        height: 350px
    }

    .th-our-values-item__img-wrap img {
        max-width: 100%;
        max-height: 340px
    }

    .th-our-values-item span {
        font-size: 20px
    }

    .th-our-values-item p {
        font-size: 14px
    }

    .th-contacts-email-text {
        padding: 30px 20px 25px;
        margin-left: -5px;
        margin-right: -5px;
        height: 180px
    }

    .th-contacts-email-text span {
        align-self: self-start;
        font-size: 20px;
        margin-bottom: 10px
    }

    .th-contacts-email-text p {
        font-size: 13px;
        margin-bottom: 30px
    }

    .th-contacts-email-text a {
        font-size: 14px
    }

    .th-section-adresses {
        padding-top: 115px
    }

    .th-adresses-item span {
        font-size: 22px
    }

    .th-adresses-item p {
        font-size: 16px
    }

    .th-adresses-item img {
        height: 290px
    }

    .th-section-catalog-games .th-grid-col-33 {
        margin-bottom: 40px
    }

    .th-catalog-games-item {
        padding-bottom: 20px
    }

    .th-case-item__downloadss {
        position: absolute;
        left: 10px;
        top: 10px;
        width: 166px;
        height: 78px;
        background-image: url(../img/release/stiker.svg);
        background-size: cover;
        z-index: 2
    }

    .th-case-item__downloadss ._upd {
        left: 19px;
        top: 15px;
        font-size: 12px
    }

    .th-case-item__downloadss ._count {
        top: 32px;
        left: 5px;
        font-size: 14px
    }

    .th-case-item__downloadss ._count i {
        font-size: 7px
    }

    .th-catalog-games-item .th-catalog-games-item__img-wrap span {
        font-size: 35px;
        left: 20px;
        bottom: 10px;
        right: 15px;
    }

    .th-catalog-games-item .th-catalog-games-item__text {
        padding: 20px 20px 0
    }

    .th-catalog-games-item .th-catalog-games-item__text p {
        font-size: 14px
    }

    .th-catalog-games-item ._arrow-more {
        width: 30px;
        margin-right: 20px;
        height: 30px;
        background-size: cover
    }

    .th-faq-tabs a {
        font-size: 24px
    }

    .th-how-working-item .th-how-working-item-head {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 70px
    }

    .th-how-working-item .th-how-working-item-body {
        padding-bottom: 30px
    }
}

@media (max-width: 1438.98px) {
    .th-section-how-working .th-text-big {
        padding-top: 85px
    }

    .th-section-how-working .th-how-working__title {
        font-size: 22px;
        margin-bottom: 20px
    }

    .th-section-how-working .th-grid > div {
        padding: 0
    }

    .th-how-working__img img {
        width: 300px
    }

    .th-how-working-item .th-how-working-item-head {
        font-size: 18px;
        padding: 10px 0
    }

    .th-how-working-item .th-how-working-item-body {
        font-size: 14px;
        padding: 5px 0 15px
    }

    .th-how-working_left .th-how-working-item-head::after {
        right: 0
    }

    .th-how-working-item-head::after {
        right: 0
    }

    .th-how-working-item-head {
        padding-right: 35px !important
    }
}

@media (max-width: 1279.98px) {
    .th-connect-team .th-grid-col-25:nth-of-type(1) {
        padding-top: 20px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(1) img {
        width: 175px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(2) img {
        margin-top: -30px;
        width: 200px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(3) {
        padding-left: 25px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(3) img {
        width: 155px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(4) {
        padding-top: 10px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(4) img {
        width: 180px
    }

    .th-connect-team .th-grid-col-25:hover ._color {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }
}

@media (max-width: 1220px) {
    .th-review::after {
        width: 200px
    }

    .th-price-item .ttl-and-price {
        margin-left: 210px
    }
}


@media (max-width: 1200px) {
    .th-banner-header {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        padding-bottom: 120px;
        height: 680px;
        margin-bottom: 60px
    }

    .th-banner-header h1 {
        font-size: 55px;
        line-height: 1.25
    }

    .th-banner-header_pages {
        text-align: left
    }

    .th-banner-header_pages p {
        font-size: 18px
    }

    .th-banner-header_pages .th-btn {
        margin-bottom: 0
    }

    .th-banner-header_home .th-banner-header__bg {
        background-position: right 25%;
        width: 700px;
        background-size: auto 100%
    }

    .th-banner-header_game .th-banner-header__bg {
        background-position: center 20%;
        width: 700px;
        background-size: auto 100%
    }

    ._blue-front-color::after {
        display: none
    }

    ._blue-front-color::before {
        width: 500px;
        height: 400px;
        left: -150px;
        bottom: -110px
    }

    @-webkit-keyframes move2 {
        100% {
            opacity: 1;
            -webkit-filter: blur(100px);
            filter: blur(100px)
        }
        65% {
            width: 300px
        }
        40% {
            -webkit-filter: blur(200px);
            filter: blur(200px);
            opacity: 0
        }
    }@keyframes move2 {
         100% {
             opacity: 1;
             -webkit-filter: blur(100px);
             filter: blur(100px)
         }
         65% {
             width: 300px
         }
         40% {
             -webkit-filter: blur(200px);
             filter: blur(200px);
             opacity: 0
         }
     }._banner-center {
          text-align: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center
      }

    .th-banner-header__img {
        z-index: 0
    }

    .th-banner-header__img img {
        max-height: 680px
    }
}

@media (max-width: 1199.98px) {
    .th-list-and-boll ul li {
        margin-top: 18px
    }

    .th-section-inner {
        width: 670px;
        padding-left: 15px;
        padding-right: 15px
    }

    .th-section {
        padding-top: 60px
    }

    .th-section-head .th-btn {
        position: static;
        margin-top: 20px
    }

    ._last-section {
        margin-bottom: 80px
    }

    .th-grid-container {
        width: 670px;
        padding-left: 15px;
        padding-right: 15px
    }

    .th-grid {
        margin-left: -10px !important;
        margin-right: -10px !important
    }

    .th-grid > div {
        padding-left: 10px;
        padding-right: 10px
    }

    .th-grid-col-25_sm {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .th-grid-col-50_sm {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .th-grid-col-100_sm {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .th-grid-col-75_sm {
        width: 75%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }

    .th-grid-col-100_sm {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .th-grid-col-85_sm {
        width: 85%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
        flex: 0 0 85%
    }

    .js-hamburger-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .th-header {
        z-index: 5
    }

    .th-menu-line__language {
        margin-left: 10px
    }

    .th-menu-line__navigation {
        position: absolute;
        top: 60px;
        width: calc(100% + 30px);
        background: rgba(4, 104, 189, .85);
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 30px;
        height: 470px;
        opacity: 0;
        text-align: center;
        visibility: hidden;
        z-index: -5;
        padding-bottom: 20px;
        right: -15px
    }

    .th-menu-line__navigation::after {
        background: rgba(4, 104, 189, .85);
        content: '';
        position: absolute;
        top: -120px;
        left: 0;
        width: 100%;
        height: 120px
    }

    .th-menu-line__navigation li {
        margin: 10px 0;
        display: block;
        font-size: 16px
    }

    .th-footer .menu-menu-container ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .th-footer .menu-menu-container ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        width: 25%;
        height: 50px
    }

    .th-footer .last span {
        text-align: center
    }

    .th-social {
        margin-bottom: 30px
    }

    .js-games-team-slider::after {
        display: none
    }

    .js-games-team-slider::before {
        display: none
    }

    .th-section-about-home {
        padding-bottom: 40px
    }

    .th-section-about-home .th-section-head:after {
        left: 15px
    }

    .th-section-about-home .th-grid-col-50 {
        padding-left: 15px;
        padding-right: 15px
    }

    .th-about-home__item-wrap {
        margin-bottom: 40px
    }

    .th-about-home-img {
        max-width: 220px;
        right: -50px;
        max-height: 240px
    }

    .th-links-and-text ._h2-big {
        font-size: 38px
    }

    .th-section-video-and-links {
        padding-bottom: 60px
    }

    .device-iphone-x-vz {
        height: 525px;
        width: 262px;
        margin-bottom: 0
    }

    .device-iphone-x-vz .device-header {
        width: 130px;
        height: 20px;
        top: 14px;
        margin-left: -65px
    }

    .device-iphone-x-vz .device-sensors::before {
        width: 8px;
        height: 8px;
        top: 16px;
        margin-left: 28px
    }

    .device-iphone-x-vz .device-sensors::after {
        top: 18px;
        height: 3px;
        width: 34px;
        margin-left: -15px
    }

    .device-iphone-x-vz .device-frame {
        width: 262px;
        height: 525px;
        border-radius: 42px;
        padding: 14px;
        -webkit-box-shadow: inset 0 0 1px 1px #a2a2a2, inset 0 0 0 4px #bbb;
        box-shadow: inset 0 0 1px 1px #a2a2a2, inset 0 0 0 4px #bbb
    }

    .device-iphone-x-vz .device-content {
        height: 495px;
        width: 100%;
        border-radius: 36px
    }

    .device-iphone-x-vz .device-stripe::after, .device-iphone-x-vz .device-stripe::before {
        display: none
    }

    .device-iphone-x-vz .device-power {
        height: 60px;
        width: 2px;
        top: 115px;
        right: -2px
    }

    .device-iphone-x-vz .device-btns {
        height: 22px;
        top: 85px;
        width: 2px;
        left: -2px
    }

    .device-iphone-x-vz .device-btns::after {
        height: 40px;
        width: 2px;
        left: 0;
        top: 45px
    }

    .device-iphone-x-vz .device-btns::before {
        height: 40px;
        width: 2px;
        left: 0;
        top: 95px
    }

    .th-personages-slider_max {
        padding-left: 0;
        padding-right: 0
    }

    .th-personages-slider_max span {
        font-size: 22px;
        margin-bottom: 20px
    }

    .th-personages-slider_max p {
        line-height: 1.6;
        font-size: 16px
    }

    .th-personages-slider_max .th-grid-col-50:last-of-type {
        margin-left: 0;
        padding-left: 20px
    }

    .th-section-promotion-about .th-list-and-boll {
        padding-right: 100px
    }

    .th-section-promotion-about h2 {
        padding-right: 100px
    }

    .th-section-promotion-about .th-section-head p {
        margin-bottom: 30px;
        font-size: 18px
    }

    .th-section-promotion-about .th-section-head p:first-of-type {
        margin-top: 30px
    }

    .th-promotion-about-img-wrap {
        position: absolute;
        right: -35px;
        top: 0
    }

    .th-promotion-about-img-wrap img {
        height: 215px;
        width: auto;
        max-width: none
    }

    .th-section-promotion-variable {
        margin-bottom: 30px
    }

    .th-promotion-variable_first {
        margin-bottom: 60px
    }

    .th-promotion-variable_first .th-promotion-variable-img-wrap {
        position: static;
        text-align: center;
        margin-top: 40px
    }

    .th-promotion-variable_first .th-promotion-variable-img-wrap img {
        margin: 0 auto
    }

    .th-promotion-variable .th-grid-col-43 {
        padding-right: 15px
    }

    .th-promotion-variable_first .th-grid {
        margin-bottom: 20px
    }

    .th-promotion-variable__item {
        min-height: auto
    }

    .th-promotion-variable__item i {
        font-size: 38px
    }

    .th-promotion-variable__item span {
        font-size: 16px
    }

    .th-promotion-variable_last .th-grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .th-promotion-variable_last .th-promotion-variable-img-wrap {
        text-align: center;
        margin-top: 40px;
        padding: 0;
        width: 100%
    }

    .th-promotion-variable_last .th-promotion-variable-img-wrap img {
        width: 300px;
        padding-left: 15px;
        margin: 0 auto
    }

    .th-promotion-variable ul li {
        font-size: 18px
    }

    .th-section-release-about p {
        padding-right: 15px
    }

    .th-section-release-about .th-release-about-img-wrap {
        margin-top: 0;
        position: absolute !important;
        right: -100px
    }

    .th-section-release-about .th-release-about-img-wrap img {
        max-width: 240px;
        width: auto;
        max-height: 300px
    }

    .th-section-cases .th-grid-col-50 {
        margin-bottom: 20px
    }

    .th-case-item {
        border-radius: 30px
    }

    .th-case-item .th-case-item__img-wrap {
        height: 220px
    }

    .th-case-item .th-case-item__text {
        padding: 10px 30px 30px
    }

    .th-case-item .th-more {
        display: block
    }

    .th-case-item p {
        display: none
    }

    .th-section-how-working .th-grid-col-30, .th-section-how-working .th-grid-col-40 {
        margin: 0 auto
    }

    .th-section-how-working .th-grid {
        padding-top: 0
    }

    .th-section-how-working .th-grid > div {
        padding: 0 10px
    }

    .th-section-how-working .th-text-big {
        padding-top: 60px
    }

    .th-how-working_right {
        padding-left: 0;
        padding-top: 40px
    }

    .th-how-working_left {
        padding-right: 0;
        text-align: left;
        padding-bottom: 40px
    }

    .th-section-company-games .th-grid-col-50 {
        margin-bottom: 20px
    }

    .th-company-games-item {
        height: auto;
        padding-left: 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .th-company-games-item span {
        margin-bottom: 10px
    }

    .th-company-games-item p {
        padding-right: 0;
        margin-bottom: 0
    }

    .th-company-games-item .th-company-games-item__img-wrap {
        height: 220px;
        position: relative
    }

    .th-company-games-item .th-company-games-item__text {
        position: static;
        background: #f2f2f2;
        padding: 20px 20px 40px;
        color: #000;
        width: 100%
    }

    .th-section-we-are-company__img-wrap {
        position: relative
    }

    .th-section-we-are-company__img-wrap img {
        margin-top: 0;
        position: absolute;
        width: 235px;
        left: -30px;
        max-width: none
    }

    .th-section-we-are-company__img-wrap ._scale {
        left: auto;
        width: 240px;
        right: -10px
    }

    .th-section-developers .th-grid-col-50 {
        margin-bottom: 30px
    }

    .th-developers-item__img-wrap {
        width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px
    }

    .th-developers-item__img-wrap img {
        width: 170px;
        height: 170px
    }

    .th-section-our-values {
        padding-bottom: 20px
    }

    .th-section-our-values .th-grid {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .th-our-values-item {
        padding-bottom: 40px
    }

    .th-our-values-item__img-wrap {
        height: 270px
    }

    .th-our-values-item__img-wrap img {
        height: 260px
    }

    .th-section-our-values-in-vacancies {
        padding-bottom: 30px
    }

    .th-section-our-values-in-vacancies .th-grid-col-33 {
        margin-bottom: 30px
    }

    .th-section-roles-in-team .th-grid-col-33 {
        margin-bottom: 30px
    }

    .th-grid-col-33:nth-of-type(2n) .th-contacts-email-img-wrap {
        right: 0;
        left: auto
    }

    .th-grid-col-33:nth-of-type(2n) .th-contacts-email-text {
        margin-left: 0;
        height: auto;
    }

    .th-grid-col-33:nth-of-type(2n) .th-contacts-email-item:hover .th-contacts-email-img-wrap img {
        -webkit-transform: translateX(35px);
        -ms-transform: translateX(35px);
        transform: translateX(35px)
    }

    .th-contacts-email-item {
        padding-top: 0;
        background: #f2f2f2;
        border-radius: 30px;
        margin-top: 70px
    }

    .th-contacts-email-item .th-contacts-email-img-wrap img {
        max-height: 220px
    }

    .th-contacts-email-item .th-contacts-email-img-wrap {
        position: absolute;
        left: 0;
        bottom: 0
    }

    .th-contacts-email-item:hover .th-contacts-email-img-wrap img {
        -webkit-transform: translateX(-35px);
        -ms-transform: translateX(-35px);
        transform: translateX(-35px)
    }

    .th-contacts-email-text {
        width: 320px;
        margin-left: auto
    }

    .th-section-adresses {
        padding-top: 105px
    }

    .th-adresses-item {
        margin-bottom: 30px
    }

    .th-section-catalog-games .th-grid-col-33 {
        margin-bottom: 20px
    }

    .th-faq-tabs a {
        font-size: 22px
    }
}

@media (max-width: 1151.98px) {
    .slick-slider .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px
    }

    .slick-slider .slick-dots button::after {
        width: 10px;
        height: 10px
    }

    .th-about-text .th-grid-container {
        padding-right: 20px
    }

    .th-about-gibrid img {
        display: none
    }

    .th-about-gibrid br {
        display: none
    }

    .th-price .th-grid-col-50:first-of-type {
        margin-bottom: 50px
    }

    .th-advantages-item {
        margin: 30px 0 0
    }

    .th-advantages-item img {
        width: 200px;
        right: 0;
        top: -25px
    }

    ._item-3 p {
        width: 70%
    }

    ._item-2 p {
        width: 70%
    }

    ._item-1 p {
        width: 70%;
        margin-left: 0
    }

    ._item-1 img {
        left: auto;
        right: 0
    }

    .th-advantages > div > p {
        margin-bottom: 40px
    }

    .th-review::after {
        display: none
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width: 768px) {
    .th-price-item {
        padding-left: 20px;
        padding-right: 20px
    }

    .th-price-item img {
        width: 200px;
        top: -20px
    }

    .th-price-item .th-pr {
        font-size: 18px
    }

    .th-price-item .th-pr b {
        font-size: 36px
    }

    .th-price-item .ttl-and-price {
        margin-left: 150px
    }

    .th-price-item .th-line-pr {
        margin-bottom: 10px
    }

    .th-price-item .th-line-pr span {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        width: 150px
    }

    .th-price-item .th-line-pr span b {
        font-size: 24px
    }

    .th-price-item .th-line-pr p {
        font-size: 14px
    }

    .th-price-item ul {
        font-size: 14px;
        padding-left: 20px
    }

    .th-about-gibrid {
        padding-bottom: 0
    }

    .th-about-text {
        padding-bottom: 160px
    }

    .th-price {
        padding-top: 150px;
        padding-bottom: 170px
    }

    .th-price h2 {
        margin-bottom: 60px
    }

    .th-gibrid-biz {
        padding-bottom: 20px
    }

    .th-variable-gibrids-item {
        padding: 30px 25px 35px
    }

    .th-variable-gibrids-item:last-of-type {
        margin-bottom: 0
    }

    .th-variable-gibrids-item span {
        width: 36px;
        height: 36px;
        font-size: 18px
    }

    .th-review h2 {
        margin-bottom: 30px
    }

    .review-slider {
        padding-top: 10px
    }

    .review-slider .slick-slide {
        margin-right: 10px;
        padding: 25px 20px
    }

    .review-slider p {
        font-size: 14px
    }

    .review-slider .slick-arrow {
        top: auto;
        bottom: -40px
    }
}

@media (max-width: 767.98px) {
    ._p-big {
        font-size: 16px
    }

    h2 {
        font-size: 30px
    }

    ._link-arrow {
        line-height: 1.35
    }

    ._h2-big {
        font-size: 34px
    }

    p > img {
        height: 24px;
        width: auto
    }

    .th-section-head .th-btn-wrap {
        text-align: center
    }

    .th-section-head p {
        font-size: 16px
    }

    .th-section-footer .th-text-big {
        font-size: 30px;
        line-height: 1.3
    }

    .th-btn {
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 13px
    }

    .slick-slider .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -20px;
        left: 10px
    }

    .slick-slider .slick-arrow::after {
        background-size: 24px
    }

    .slick-slider .slick-next {
        right: 10px;
        left: auto
    }

    .slick-slider .slick-dots button::after {
        width: 10px;
        height: 10px
    }

    .th-grid-col-100_xs {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .th-grid-col-50_xs {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%
    }

    .th-banner-header {
        height: 570px;
        padding-bottom: 60px
    }

    .th-banner-header h1 {
        font-size: 36px
    }

    .th-banner-header p br {
        display: none
    }

    .th-banner-header_home h1 {
        padding-right: 200px
    }

    .th-banner-header_home .th-banner-header__bg {
        background-position: right 15%;
        width: 900px;
        margin-right: -150px
    }

    .th-banner-header_game .th-banner-header__bg {
        background-position: right 15%;
        width: 900px;
        margin-right: -150px
    }

    .th-we-in-chisla-item {
        padding-right: 25px
    }

    .th-banner-header__bg {
        -webkit-animation-duration: .75s !important;
        animation-duration: .75s !important
    }

    .th-banner-header_game::before {
        opacity: 1 !important
    }

    ._banner-h1-big h1 {
        font-size: 55px
    }

    ._and-btn .th-btn {
        width: 278px
    }

    .th-banner-header__img {
        top: 0
    }

    .th-banner-header__img img {
        max-height: 570px
    }

    .th-section-our-games {
        padding-bottom: 40px
    }

    .th-section-our-games .slick-slider .slick-dots {
        margin-top: 30px
    }

    .th-games-team-item {
        height: 360px
    }

    .th-games-team-item .th-games-team-item-name {
        padding-right: 20px;
        background: #f2f2f2;
        color: #555;
        padding-left: 20px;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .th-games-team-item:hover .th-games-team-item-name {
        background: #f2f2f2
    }

    .th-section-about-home h2 {
        padding-right: 200px
    }

    .th-about-home-img {
        right: 0;
        max-width: 180px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(3) {
        padding-left: 15px
    }

    .th-links-and-text ._h2-big {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 20px
    }

    .th-links-and-text .th-links {
        margin-top: 40px
    }

    .th-links-and-text .th-links img {
        height: 42px
    }

    .th-links-and-text .th-links a {
        margin: 0 3px
    }

    .device-iphone-x {
        width: 540px;
        height: 295px;
        margin-bottom: 40px
    }

    .device-iphone-x .device-header {
        height: 130px;
        width: 20px;
        left: 14px;
        margin-top: -65px
    }

    .device-iphone-x .device-sensors::before {
        left: 14px;
        width: 10px;
        height: 10px;
        margin-top: -35px
    }

    .device-iphone-x .device-sensors::after {
        left: 18px;
        height: 34px;
        width: 3px;
        margin-top: -10px
    }

    .device-iphone-x .device-power {
        top: -1px;
        width: 70px
    }

    .device-iphone-x .device-frame {
        width: 540px;
        height: 295px;
        border-radius: 48px;
        padding: 14px;
        -webkit-box-shadow: inset 0 0 1px 1px #a2a2a2, inset 0 0 0 4px #bbb;
        box-shadow: inset 0 0 1px 1px #a2a2a2, inset 0 0 0 4px #bbb
    }

    .device-iphone-x .device-content {
        width: 512px;
        height: 266px;
        border-radius: 40px
    }

    .device-iphone-x .device-stripe::after, .device-iphone-x .device-stripe::before {
        display: none
    }

    .th-section-gallery {
        padding-bottom: 60px
    }

    .th-section-personages {
        padding-bottom: 80px
    }

    .th-personages-slider_min img {
        width: 80px;
        height: 80px;
        border-width: 5px
    }

    .th-personages-slider_min span {
        font-size: 14px
    }

    .th-personages-slider_max {
        margin-top: 40px
    }

    .th-personages-slider_max img {
        margin: 0 auto;
        max-width: 100%;
        width: 300px;
        border-width: 10px
    }

    .th-personages-slider_max .text-content {
        margin-top: 35px;
        text-align: center
    }

    .th-personages-slider_max .slick-arrow {
        top: 150px;
        left: 15px
    }

    .th-personages-slider_max .slick-next {
        right: 15px;
        left: auto
    }

    .th-section-promotion-about .th-list-and-boll {
        padding-right: 0
    }

    .th-section-promotion-about h2 {
        padding-right: 0
    }

    .th-section-promotion-about .th-section-head {
        padding-right: 140px
    }

    .th-section-promotion-about .th-section-head p {
        font-size: 16px
    }

    .th-promotion-about-img-wrap {
        position: absolute;
        right: -5px
    }

    .th-promotion-about-img-wrap img {
        max-width: 140px;
        height: auto
    }

    .th-promotion-variable p {
        font-size: 16px
    }

    .th-section-release-about p {
        padding-right: 0
    }

    .th-section-release-about .th-release-about-img-wrap {
        position: static !important;
        width: 100%
    }

    .th-section-release-about .th-release-about-img-wrap img {
        width: auto;
        max-width: 300px;
        margin: 10px auto 0;
        display: block
    }

    .th-how-working_left, .th-how-working_right {
        width: 300px;
        margin: 0 auto
    }

    .th-how-working-item .th-how-working-item-head {
        font-size: 16px;
        padding: 8px 0
    }

    .th-section-we-are-company .th-section-head .th-section-we-are-company__img-wrap {
        display: block
    }

    .th-section-we-are-company__img-wrap {
        display: none;
        margin: 20px 0 0;
        text-align: center
    }

    .th-section-we-are-company__img-wrap img {
        position: static;
        margin-top: 20px
    }

    .th-section-we-are-company__img-wrap ._scale {
        margin-top: 0
    }

    .th-roles-in-team img {
        max-width: 250px;
        margin-top: -5px
    }

    .th-catalog-games-item .th-catalog-games-item__img-wrap span {
        font-size: 30px
    }

    .th-catalog-games-item {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto
    }

    .th-faq-tabs {
        overflow-x: scroll;
        width: calc(100% + 30px);
        margin-left: -15px;
        padding-left: 15px
    }

    .th-faq-tabs ._wrap {
        max-width: 100%;
        padding-right: 20px
    }

    .th-faq-tabs a {
        font-size: 22px;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 15px
    }

    .th-faq-item .th-how-working-item-head {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 65px
    }


    /* new */
    .th-banner-header_game p, .th-banner-header_home p {
        font-size: 16px;
    }
}

@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px)
    }
}

@media (max-width: 576px) {
    .th-form-item input, .th-form-item textarea {
        font-size: 14px
    }

    .th-advantages-item {
        padding: 25px 20px 32px;
        margin-left: -10px
    }

    .th-advantages-item img {
        width: 120px;
        top: -50px;
        right: -15px
    }

    .th-advantages-item p {
        font-size: 15px;
        padding-right: 10px
    }

    /* new */
    .th-banner-header_game p, .th-banner-header_home p {
        font-size: 16px;
        margin: 77px 0 0;
        text-align: center;
    }
}

@media (max-width: 576.98px) {
    .th-section-promotion-about .th-section-head {
        padding-right: 0
    }

    .th-promotion-about-img-wrap {
        position: static;
        text-align: center;
        margin: 20px auto 50px
    }

    .th-promotion-about-img-wrap img {
        max-width: 240px;
        max-height: 240px;
        margin: 0 auto
    }
}

@media (max-width: 575.98px) {
    .th-list-and-boll ul li {
        margin-top: 16px;
        font-size: 16px
    }

    .th-grid-col-100_xss {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .th-footer .menu-menu-container ul li {
        width: 50%
    }

    .th-footer .menu-menu-container .last {
        text-align: left;
        display: block
    }

    .th-banner-header_home {
        padding-bottom: 40px
    }

    .th-banner-header_home h1 {
        padding-right: 100px
    }

    .th-banner-header_pages h1 {
        font-size: 30px
    }

    .th-banner-header_pages p {
        font-size: 16px
    }

    ._banner-h1-big h1 {
        font-size: 36px
    }

    .th-we-in-chisla-item {
        padding-right: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .th-we-in-chisla-item span {
        width: 70px;
        font-size: 30px;
        line-height: 1.35
    }

    .th-we-in-chisla-item i {
        width: 75%
    }

    .th-banner-header__img {
        top: 50px
    }

    .th-banner-header__img img {
        max-height: 470px
    }

    .th-section-about-home .th-section-head::after {
        bottom: 55px
    }

    .th-section-about-home h2 {
        font-size: 22px;
        padding-right: 0
    }

    .th-section-about-home br {
        display: none
    }

    .th-about-home-img {
        max-width: 240px;
        position: static;
        margin-bottom: -10px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .device-iphone-x {
        width: 320px;
        height: 175px
    }

    .device-iphone-x .device-header {
        height: 70px;
        width: 12px;
        border-radius: 0 8px 8px 0;
        left: 9px;
        margin-top: -35px
    }

    .device-iphone-x .device-header:after, .device-iphone-x .device-header:before {
        display: none
    }

    .device-iphone-x .device-sensors::before {
        left: 10px;
        width: 5px;
        height: 5px;
        margin-top: -20px
    }

    .device-iphone-x .device-sensors::after {
        left: 12px;
        height: 19px;
        width: 2px;
        margin-top: -5px
    }

    .device-iphone-x .device-power {
        top: -1px;
        width: 40px;
        left: 70px
    }

    .device-iphone-x .device-btns {
        left: 40px;
        bottom: -1px;
        width: 20px
    }

    .device-iphone-x .device-btns:after {
        left: 50px
    }

    .device-iphone-x .device-btns:before {
        left: 90px
    }

    .device-iphone-x .device-btns:after, .device-iphone-x .device-btns:before {
        width: 30px
    }

    .device-iphone-x .device-frame {
        width: 320px;
        height: 175px;
        border-radius: 32px;
        padding: 10px;
        -webkit-box-shadow: inset 0 0 1px 1px #a2a2a2, inset 0 0 0 2.5px #bbb;
        box-shadow: inset 0 0 1px 1px #a2a2a2, inset 0 0 0 2.5px #bbb
    }

    .device-iphone-x .device-content {
        width: 300px;
        height: 155px;
        border-radius: 25px
    }

    .device-iphone-x .device-stripe::after, .device-iphone-x .device-stripe::before {
        display: none
    }

    .th-promotion-variable .th-grid-col-43, .th-promotion-variable .th-grid-col-57 {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }

    .th-promotion-variable_first .th-promotion-variable-img-wrap img {
        width: 290px
    }

    .th-promotion-variable ul li {
        font-size: 16px
    }

    .th-section-release-about .th-section-head p {
        font-size: 16px
    }

    .th-section-company-games .th-section-head p {
        font-size: 16px
    }

    .th-company-games-item .th-company-games-item__img-wrap {
        height: 200px
    }

    .th-company-games-item .th-company-games-item__img-wrap img {
        width: 100%
    }

    .th-section-we-are-company .th-list-and-boll ul li {
        font-size: 16px
    }

    .th-developers-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center
    }

    .th-developers-item__img-wrap {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 20px
    }

    .th-developers-item__img-wrap img {
        width: 80px;
        margin: 0 auto;
        height: 80px
    }

    .th-roles-in-team img {
        margin-left: auto;
        margin-right: auto
    }

    .th-roles-in-team p {
        font-size: 15px
    }

    .th-grid-col-33:nth-of-type(2n) .th-contacts-email-img-wrap {
        right: 0;
        left: auto
    }

    .th-grid-col-33:nth-of-type(2n) .th-contacts-email-text {
        margin-left: 0
    }

    .th-contacts-email-item {
        background: 0 0;
        margin-top: 10px;
        margin-bottom: 30px
    }

    .th-contacts-email-item .th-contacts-email-img-wrap {
        position: static
    }

    .th-contacts-email-item:hover .th-contacts-email-img-wrap img {
        -webkit-transform: translateX(35px);
        -ms-transform: translateX(35px);
        transform: translateX(35px)
    }

    .th-contacts-email-text {
        width: auto;
        margin-left: 0
    }

    .th-section-adresses {
        padding-top: 75px
    }
}

@media (max-width: 480px) {
    .th-price .th-grid-container {
        padding-left: 10px;
        padding-right: 10px
    }

    .th-price-item h4 {
        font-size: 18px
    }

    .th-price-item .th-pr {
        font-size: 16px
    }

    .th-price-item .th-pr b {
        font-size: 28px
    }

    .th-price-item .ttl-and-price {
        width: auto;
        margin-left: 100px;
        margin-bottom: 20px
    }

    .th-price-item .th-line-pr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .th-price-item .th-line-pr p {
        width: 100%
    }

    .th-price-item img {
        width: 150px
    }

    .th-banner-header__img {
        top: 75px
    }

    .th-banner-header__img img {
        max-height: 320px
    }

    .th-roles-in-team p {
        font-size: 13px
    }
}

@media (max-width: 479px) {
    .pum-theme-110 .pum-container {
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .pum-theme-110 .pum-title, .pum-theme-lightbox .pum-title {
        font-size: 24px !important
    }
}

@media (max-width: 479.98px) {
    .js-gallery-slider-1 {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width: 460px) {
    article {
        font-size: 1.5em
    }
}

@media (max-width: 459.98px) {
    .th-personages-slider_max .slick-arrow {
        top: 190px
    }
}

@media (max-width: 440px) {
    .th-games-team-item {
        height: 280px
    }
}

@media (max-width: 399.98px) {
    .th-connect-team .th-grid-col-25:nth-of-type(1) {
        padding-top: 20px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(1) img {
        width: 145px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(2) img {
        margin-top: -20px;
        width: 160px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(3) {
        padding-left: 25px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(3) img {
        width: 135px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(4) {
        padding-top: 10px
    }

    .th-connect-team .th-grid-col-25:nth-of-type(4) img {
        width: 150px
    }
}

@media (max-width: 374.98px) {
    .th-company-games-item .th-company-games-item__img-wrap {
        height: 180px
    }
}

@media (max-width: 360px) {
    .th-games-team-item {
        height: 240px
    }
}

@media (max-width: 320px) {
    .th-roles-in-team p {
        font-size: 11px
    }
}

@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px
    }

    .fancybox-slide--image {
        padding: 6px 0
    }

    .fancybox-close-small {
        right: -6px
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px
    }

    @supports (padding:0px) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right))
        }
    }
}

@media (max-height: 480px) {
    .th-banner-header {
        height: 380px;
        padding-bottom: 30px
    }

    .th-banner-header h1 {
        font-size: 30px
    }

    .th-banner-header p {
        margin-top: 15px;
        font-size: 15px
    }

    .th-banner-header p br {
        display: none
    }

    .th-banner-header_pages {
        padding-bottom: 30px
    }

    .th-banner-header_pages h1 {
        font-size: 24px
    }

    .th-banner-header_pages p {
        margin-top: 15px;
        font-size: 15px
    }

    .th-banner-header__img img {
        max-height: 380px
    }
}

.th-footer .menu-menu-en-container ul {
    padding: 0;
    margin: 0;
    font-weight: 500;
    line-height: 1.25
}

.th-footer .menu-menu-en-container ul li {
    display: inline-block;
    margin: 0 20px
}

.th-footer .menu-menu-en-container ul a {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.25;
    text-decoration: none;
    -webkit-transition: .15s ease all;
    -o-transition: .15s ease all;
    transition: .15s ease all
}

.th-footer .menu-menu-en-container ul a:hover {
    opacity: .8
}

@media (max-width: 1469.98px) {
    .th-footer .menu-menu-en-container ul li {
        font-size: 14px;
        margin: 0 10px
    }
}

@media (max-width: 1199.98px) {
    .th-footer .menu-menu-en-container ul li {
        font-size: 12px;
        margin: 0 5px
    }
}


@media (max-width: 767.98px) {
    .th-footer .menu-menu-en-container ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .th-footer .menu-menu-en-container ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        width: 25%;
        height: 50px
    }
}

@media (max-width: 575.98px) {
    .th-footer .menu-menu-en-container ul li {
        width: 50%
    }

    .th-footer .menu-menu-en-container .last {
        text-align: left;
        display: block
    }
}