/*!
Theme Name: th
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: th
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

th is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */



/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after
{
    box-sizing: border-box;
}

html
{
    font-family: sans-serif;
    line-height: 1.15;

    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section
{
    display: block;
}
.single_team{
width:33.33%
}
body
{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;

    margin: 0;

    text-align: left;

    color: #212529;
    background-color: #fff;
}

[tabindex='-1']:focus
{
    outline: 0 !important;
}

hr
{
    overflow: visible; 

    box-sizing: content-box;
    height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6
{
    margin-top: 0;
    margin-bottom: .5rem;
}

p
{
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title]
{
    cursor: help;
            text-decoration: underline;
            text-decoration: underline dotted;

    border-bottom: 0;

    -webkit-text-decoration: underline dotted;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}

address
{
    font-style: normal;
    line-height: inherit; 

    margin-bottom: 1rem;
}

ol,
ul,
dl
{
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol
{
    margin-bottom: 0;
}

dt
{
    font-weight: 700;
}

dd
{
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote
{
    margin: 0 0 1rem;
}

b,
strong
{
    font-weight: bolder;
}

small
{
    font-size: 80%;
}

sub,
sup
{
    font-size: 75%;
    line-height: 0;

    position: relative;

    vertical-align: baseline;
}

sub
{
    bottom: -.25em;
}

sup
{
    top: -.5em;
}

a
{
    text-decoration: none;

    color: #007bff;
    background-color: transparent;
}
a:hover
{
    text-decoration: underline; 

    color: #0056b3;
}

a:not([href]):not([tabindex])
{
    text-decoration: none; 

    color: inherit;
}
a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus
{
    text-decoration: none; 

    color: inherit;
}
a:not([href]):not([tabindex]):focus
{
    outline: 0;
}

pre,
code,
kbd,
samp
{
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 1em;
}

pre
{
    overflow: auto; 

    margin-top: 0;
    margin-bottom: 1rem;
}

figure
{
    margin: 0 0 1rem;
}

img
{
    vertical-align: middle;

    border-style: none;
}

svg
{
    overflow: hidden;

    vertical-align: middle;
}

table
{
    border-collapse: collapse;
}

caption
{
    padding-top: .75rem;
    padding-bottom: .75rem;

    caption-side: bottom; 

    text-align: left;

    color: #6c757d;
}

th
{
    text-align: inherit;
}

label
{
    display: inline-block;

    margin-bottom: .5rem;
}

button
{
    border-radius: 0;
}

button:focus
{
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; 

    margin: 0;
}

button,
input
{
    overflow: visible;
}

button,
select
{
    text-transform: none;
}

select
{
    word-wrap: normal;
}

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

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled)
{
    cursor: pointer;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner
{
    padding: 0;

    border-style: none;
}

input[type='radio'],
input[type='checkbox']
{
    box-sizing: border-box;
    padding: 0;
}

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month']
{
    -webkit-appearance: listbox;
}

textarea
{
    overflow: auto;

    resize: vertical;
}

fieldset
{
    min-width: 0;
    margin: 0;
    padding: 0;

    border: 0;
}

legend
{
    font-size: 1.5rem;
    line-height: inherit;

    display: block;

    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    padding: 0;

    white-space: normal; 

    color: inherit;
}

progress
{
    vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button
{
    height: auto;
}

[type='search']
{
    outline-offset: -2px;

    -webkit-appearance: none;
}

[type='search']::-webkit-search-decoration
{
    -webkit-appearance: none;
}

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

    -webkit-appearance: button;
}

output
{
    display: inline-block;
}

summary
{
    display: list-item;

    cursor: pointer;
}

template
{
    display: none;
}

[hidden]
{
    display: none !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    box-sizing: border-box;

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

    -webkit-touch-callout: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

    display: block;

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}

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

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root
{
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated
{
    -webkit-animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
            animation-duration: 1s;
            animation-duration: var(--animate-duration);

    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
}

.animate__animated.animate__infinite
{
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1
{
    -webkit-animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
            animation-iteration-count: 1;
            animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2
{
    -webkit-animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
            animation-iteration-count: 2;
            animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animate__animated.animate__repeat-3
{
    -webkit-animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
            animation-iteration-count: 3;
            animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animate__animated.animate__delay-1s
{
    -webkit-animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
            animation-delay: 1s;
            animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s
{
    -webkit-animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
            animation-delay: 2s;
            animation-delay: calc(var(--animate-delay)*2);
}

.animate__animated.animate__delay-3s
{
    -webkit-animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
            animation-delay: 3s;
            animation-delay: calc(var(--animate-delay)*3);
}

.animate__animated.animate__delay-4s
{
    -webkit-animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
            animation-delay: 4s;
            animation-delay: calc(var(--animate-delay)*4);
}

.animate__animated.animate__delay-5s
{
    -webkit-animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
            animation-delay: 5s;
            animation-delay: calc(var(--animate-delay)*5);
}

.animate__animated.animate__faster
{
    -webkit-animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
            animation-duration: .5s;
            animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast
{
    -webkit-animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*.8);
            animation-duration: .8s;
            animation-duration: calc(var(--animate-duration)*.8);
}

.animate__animated.animate__slow
{
    -webkit-animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
            animation-duration: 2s;
            animation-duration: calc(var(--animate-duration)*2);
}

.animate__animated.animate__slower
{
    -webkit-animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
            animation-duration: 3s;
            animation-duration: calc(var(--animate-duration)*3);
}


/* wpml */
.wpml-ls-legacy-dropdown {
    width: 100%;
    max-width: 100%;
    position: relative;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    background: transparent;
}

.wpml-ls-legacy-dropdown a{
    padding: 0;
    border: none;
    padding-right: 0 !important;
    padding: 5px 0;
    background: transparent;
    cursor: pointer;
    text-transform: uppercase;
   

        font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    display: inline-flex;
    color: #fff;
    align-items: center;
}

.wpml-ls-legacy-dropdown .wpml-ls-flag{
    width: 33px;
    height: 33px;
    border-radius: 50%;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
    content: url(img/icons/down.svg);
    position: relative;
    margin-top: -0.30em;
    margin-left: 1em;
    top: 0;
    border: none;
}

.header--black .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after{
 content: url(img/icons/down-black.svg);
}

.wpml-ls-sub-menu{
    position: absolute;
    top: 100%;
    left: 50%;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    padding: 10px 15px !important;
    transition: all .35s ease;
  /*  transform: translateX(-50%);*/
    opacity: 0;
    background-color: rgba(0, 0, 0, .4);
    align-items: center;
    will-change: opacity, visibility;


    pointer-events: none;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    -moz-transition: all 200ms;
    transition: all 200ms;
    -webkit-transform: translateY(15px);
       -moz-transform: translateY(15px);
        -ms-transform: translateY(15px);
         -o-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    /*background: #fff;*/
    border-top:none !important;
    border-radius: 0px !important;
/*    margin-top: 5px;*/
   /* padding: 5px 0 !important;*/

  /*   -webkit-box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
       -moz-box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);
            box-shadow:  0 0.50em 1.00em 0 rgba(51, 51, 51, 0.15);*/
}
.e-lang:hover .wpml-ls-sub-menu{
pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0)
}
.wpml-ls-sub-menu a{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;

    display: block;
    text-align: center;

    position: relative;

}

.wpml-ls-legacy-dropdown a:hover, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a{
 /*transform: scale(1.1);*/
  transition: 0.2s;
 background: transparent;
  color: #70abdc;
}
.wpml-ls-sub-menu a:hover{
    color: #70abdc;
}

.e-lang ul > li::before {
    content: none;
}


/* wpml */


@media (prefers-reduced-motion: reduce), print
{
    .animate__animated
    {
        transition-duration: 1ms !important;
        -webkit-animation-duration: 1ms !important;
                animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
                animation-iteration-count: 1 !important;
    }
    .animate__animated[class*=Out]
    {
        opacity: 0;
    }
}

@-webkit-keyframes bounce
{
    0%,
    20%,
    53%,
    to
    {
        transform: translateZ(0); 
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    40%,
    43%
    {
        transform: translate3d(0, -30px, 0) scaleY(1.1); 
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    70%
    {
        transform: translate3d(0, -15px, 0) scaleY(1.05); 
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    80%
    {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0) scaleY(.95);
    }
    90%
    {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@keyframes bounce
{
    0%,
    20%,
    53%,
    to
    {
        transform: translateZ(0); 
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    40%,
    43%
    {
        transform: translate3d(0, -30px, 0) scaleY(1.1); 
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    70%
    {
        transform: translate3d(0, -15px, 0) scaleY(1.05); 
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
                animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    }
    80%
    {
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translateZ(0) scaleY(.95);
    }
    90%
    {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

.animate__bounce
{
    transform-origin: center bottom; 
    -webkit-animation-name: bounce;
            animation-name: bounce;
}

@-webkit-keyframes flash
{
    0%,
    50%,
    to
    {
        opacity: 1;
    }
    25%,
    75%
    {
        opacity: 0;
    }
}

@keyframes flash
{
    0%,
    50%,
    to
    {
        opacity: 1;
    }
    25%,
    75%
    {
        opacity: 0;
    }
}

.animate__flash
{
    -webkit-animation-name: flash;
            animation-name: flash;
}

@-webkit-keyframes pulse
{
    0%
    {
        transform: scaleX(1);
    }
    50%
    {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to
    {
        transform: scaleX(1);
    }
}

@keyframes pulse
{
    0%
    {
        transform: scaleX(1);
    }
    50%
    {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to
    {
        transform: scaleX(1);
    }
}

.animate__pulse
{
    -webkit-animation-name: pulse;
            animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand
{
    0%
    {
        transform: scaleX(1);
    }
    30%
    {
        transform: scale3d(1.25, .75, 1);
    }
    40%
    {
        transform: scale3d(.75, 1.25, 1);
    }
    50%
    {
        transform: scale3d(1.15, .85, 1);
    }
    65%
    {
        transform: scale3d(.95, 1.05, 1);
    }
    75%
    {
        transform: scale3d(1.05, .95, 1);
    }
    to
    {
        transform: scaleX(1);
    }
}

@keyframes rubberBand
{
    0%
    {
        transform: scaleX(1);
    }
    30%
    {
        transform: scale3d(1.25, .75, 1);
    }
    40%
    {
        transform: scale3d(.75, 1.25, 1);
    }
    50%
    {
        transform: scale3d(1.15, .85, 1);
    }
    65%
    {
        transform: scale3d(.95, 1.05, 1);
    }
    75%
    {
        transform: scale3d(1.05, .95, 1);
    }
    to
    {
        transform: scaleX(1);
    }
}

.animate__rubberBand
{
    -webkit-animation-name: rubberBand;
            animation-name: rubberBand;
}

@-webkit-keyframes shakeX
{
    0%,
    to
    {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90%
    {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80%
    {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shakeX
{
    0%,
    to
    {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90%
    {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80%
    {
        transform: translate3d(10px, 0, 0);
    }
}

.animate__shakeX
{
    -webkit-animation-name: shakeX;
            animation-name: shakeX;
}

@-webkit-keyframes shakeY
{
    0%,
    to
    {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90%
    {
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80%
    {
        transform: translate3d(0, 10px, 0);
    }
}

@keyframes shakeY
{
    0%,
    to
    {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90%
    {
        transform: translate3d(0, -10px, 0);
    }
    20%,
    40%,
    60%,
    80%
    {
        transform: translate3d(0, 10px, 0);
    }
}

.animate__shakeY
{
    -webkit-animation-name: shakeY;
            animation-name: shakeY;
}

@-webkit-keyframes headShake
{
    0%
    {
        transform: translateX(0);
    }
    6.5%
    {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5%
    {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5%
    {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5%
    {
        transform: translateX(2px) rotateY(3deg);
    }
    50%
    {
        transform: translateX(0);
    }
}

@keyframes headShake
{
    0%
    {
        transform: translateX(0);
    }
    6.5%
    {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5%
    {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5%
    {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5%
    {
        transform: translateX(2px) rotateY(3deg);
    }
    50%
    {
        transform: translateX(0);
    }
}

.animate__headShake
{
    -webkit-animation-name: headShake;
            animation-name: headShake; 
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing
{
    20%
    {
        transform: rotate(15deg);
    }
    40%
    {
        transform: rotate(-10deg);
    }
    60%
    {
        transform: rotate(5deg);
    }
    80%
    {
        transform: rotate(-5deg);
    }
    to
    {
        transform: rotate(0deg);
    }
}

@keyframes swing
{
    20%
    {
        transform: rotate(15deg);
    }
    40%
    {
        transform: rotate(-10deg);
    }
    60%
    {
        transform: rotate(5deg);
    }
    80%
    {
        transform: rotate(-5deg);
    }
    to
    {
        transform: rotate(0deg);
    }
}

.animate__swing
{
    transform-origin: top center;
    -webkit-animation-name: swing;
            animation-name: swing;
}

@-webkit-keyframes tada
{
    0%
    {
        transform: scaleX(1);
    }
    10%,
    20%
    {
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90%
    {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80%
    {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to
    {
        transform: scaleX(1);
    }
}

@keyframes tada
{
    0%
    {
        transform: scaleX(1);
    }
    10%,
    20%
    {
        transform: scale3d(.9, .9, .9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90%
    {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80%
    {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to
    {
        transform: scaleX(1);
    }
}

.animate__tada
{
    -webkit-animation-name: tada;
            animation-name: tada;
}

@-webkit-keyframes wobble
{
    0%
    {
        transform: translateZ(0);
    }
    15%
    {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30%
    {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45%
    {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60%
    {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75%
    {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes wobble
{
    0%
    {
        transform: translateZ(0);
    }
    15%
    {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30%
    {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45%
    {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60%
    {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75%
    {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__wobble
{
    -webkit-animation-name: wobble;
            animation-name: wobble;
}

@-webkit-keyframes jello
{
    0%,
    11.1%,
    to
    {
        transform: translateZ(0);
    }
    22.2%
    {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3%
    {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4%
    {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5%
    {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6%
    {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7%
    {
        transform: skewX(.39063deg) skewY(.39063deg);
    }
    88.8%
    {
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

@keyframes jello
{
    0%,
    11.1%,
    to
    {
        transform: translateZ(0);
    }
    22.2%
    {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3%
    {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4%
    {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5%
    {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6%
    {
        transform: skewX(-.78125deg) skewY(-.78125deg);
    }
    77.7%
    {
        transform: skewX(.39063deg) skewY(.39063deg);
    }
    88.8%
    {
        transform: skewX(-.19531deg) skewY(-.19531deg);
    }
}

.animate__jello
{
    transform-origin: center; 
    -webkit-animation-name: jello;
            animation-name: jello;
}

@-webkit-keyframes heartBeat
{
    0%
    {
        transform: scale(1);
    }
    14%
    {
        transform: scale(1.3);
    }
    28%
    {
        transform: scale(1);
    }
    42%
    {
        transform: scale(1.3);
    }
    70%
    {
        transform: scale(1);
    }
}

@keyframes heartBeat
{
    0%
    {
        transform: scale(1);
    }
    14%
    {
        transform: scale(1.3);
    }
    28%
    {
        transform: scale(1);
    }
    42%
    {
        transform: scale(1.3);
    }
    70%
    {
        transform: scale(1);
    }
}

.animate__heartBeat
{
    -webkit-animation-name: heartBeat;
            animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
            animation-duration: 1.3s;
            animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown
{
    0%
    {
        transform: translateY(-1200px) scale(.7);

        opacity: .7;
    }
    80%
    {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes backInDown
{
    0%
    {
        transform: translateY(-1200px) scale(.7);

        opacity: .7;
    }
    80%
    {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: scale(1);

        opacity: 1;
    }
}

.animate__backInDown
{
    -webkit-animation-name: backInDown;
            animation-name: backInDown;
}

@-webkit-keyframes backInLeft
{
    0%
    {
        transform: translateX(-2000px) scale(.7);

        opacity: .7;
    }
    80%
    {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes backInLeft
{
    0%
    {
        transform: translateX(-2000px) scale(.7);

        opacity: .7;
    }
    80%
    {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: scale(1);

        opacity: 1;
    }
}

.animate__backInLeft
{
    -webkit-animation-name: backInLeft;
            animation-name: backInLeft;
}

@-webkit-keyframes backInRight
{
    0%
    {
        transform: translateX(2000px) scale(.7);

        opacity: .7;
    }
    80%
    {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes backInRight
{
    0%
    {
        transform: translateX(2000px) scale(.7);

        opacity: .7;
    }
    80%
    {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: scale(1);

        opacity: 1;
    }
}

.animate__backInRight
{
    -webkit-animation-name: backInRight;
            animation-name: backInRight;
}

@-webkit-keyframes backInUp
{
    0%
    {
        transform: translateY(1200px) scale(.7);

        opacity: .7;
    }
    80%
    {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: scale(1);

        opacity: 1;
    }
}

@keyframes backInUp
{
    0%
    {
        transform: translateY(1200px) scale(.7);

        opacity: .7;
    }
    80%
    {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: scale(1);

        opacity: 1;
    }
}

.animate__backInUp
{
    -webkit-animation-name: backInUp;
            animation-name: backInUp;
}

@-webkit-keyframes backOutDown
{
    0%
    {
        transform: scale(1);

        opacity: 1;
    }
    20%
    {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: translateY(700px) scale(.7);

        opacity: .7;
    }
}

@keyframes backOutDown
{
    0%
    {
        transform: scale(1);

        opacity: 1;
    }
    20%
    {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: translateY(700px) scale(.7);

        opacity: .7;
    }
}

.animate__backOutDown
{
    -webkit-animation-name: backOutDown;
            animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft
{
    0%
    {
        transform: scale(1);

        opacity: 1;
    }
    20%
    {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: translateX(-2000px) scale(.7);

        opacity: .7;
    }
}

@keyframes backOutLeft
{
    0%
    {
        transform: scale(1);

        opacity: 1;
    }
    20%
    {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: translateX(-2000px) scale(.7);

        opacity: .7;
    }
}

.animate__backOutLeft
{
    -webkit-animation-name: backOutLeft;
            animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight
{
    0%
    {
        transform: scale(1);

        opacity: 1;
    }
    20%
    {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: translateX(2000px) scale(.7);

        opacity: .7;
    }
}

@keyframes backOutRight
{
    0%
    {
        transform: scale(1);

        opacity: 1;
    }
    20%
    {
        transform: translateX(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: translateX(2000px) scale(.7);

        opacity: .7;
    }
}

.animate__backOutRight
{
    -webkit-animation-name: backOutRight;
            animation-name: backOutRight;
}

@-webkit-keyframes backOutUp
{
    0%
    {
        transform: scale(1);

        opacity: 1;
    }
    20%
    {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: translateY(-700px) scale(.7);

        opacity: .7;
    }
}

@keyframes backOutUp
{
    0%
    {
        transform: scale(1);

        opacity: 1;
    }
    20%
    {
        transform: translateY(0) scale(.7);

        opacity: .7;
    }
    to
    {
        transform: translateY(-700px) scale(.7);

        opacity: .7;
    }
}

.animate__backOutUp
{
    -webkit-animation-name: backOutUp;
            animation-name: backOutUp;
}

@-webkit-keyframes bounceIn
{
    0%,
    20%,
    40%,
    60%,
    80%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
    20%
    {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40%
    {
        transform: scale3d(.9, .9, .9);
    }
    60%
    {
        transform: scale3d(1.03, 1.03, 1.03); 

        opacity: 1;
    }
    80%
    {
        transform: scale3d(.97, .97, .97);
    }
    to
    {
        transform: scaleX(1); 

        opacity: 1;
    }
}

@keyframes bounceIn
{
    0%,
    20%,
    40%,
    60%,
    80%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
    20%
    {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40%
    {
        transform: scale3d(.9, .9, .9);
    }
    60%
    {
        transform: scale3d(1.03, 1.03, 1.03); 

        opacity: 1;
    }
    80%
    {
        transform: scale3d(.97, .97, .97);
    }
    to
    {
        transform: scaleX(1); 

        opacity: 1;
    }
}

.animate__bounceIn
{
    -webkit-animation-name: bounceIn;
            animation-name: bounceIn; 
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
            animation-duration: .75s;
            animation-duration: calc(var(--animate-duration)*.75);
}

@-webkit-keyframes bounceInDown
{
    0%,
    60%,
    75%,
    90%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(0, -3000px, 0) scaleY(3); 

        opacity: 0;
    }
    60%
    {
        transform: translate3d(0, 25px, 0) scaleY(.9); 

        opacity: 1;
    }
    75%
    {
        transform: translate3d(0, -10px, 0) scaleY(.95);
    }
    90%
    {
        transform: translate3d(0, 5px, 0) scaleY(.985);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes bounceInDown
{
    0%,
    60%,
    75%,
    90%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(0, -3000px, 0) scaleY(3); 

        opacity: 0;
    }
    60%
    {
        transform: translate3d(0, 25px, 0) scaleY(.9); 

        opacity: 1;
    }
    75%
    {
        transform: translate3d(0, -10px, 0) scaleY(.95);
    }
    90%
    {
        transform: translate3d(0, 5px, 0) scaleY(.985);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__bounceInDown
{
    -webkit-animation-name: bounceInDown;
            animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft
{
    0%,
    60%,
    75%,
    90%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(-3000px, 0, 0) scaleX(3); 

        opacity: 0;
    }
    60%
    {
        transform: translate3d(25px, 0, 0) scaleX(1); 

        opacity: 1;
    }
    75%
    {
        transform: translate3d(-10px, 0, 0) scaleX(.98);
    }
    90%
    {
        transform: translate3d(5px, 0, 0) scaleX(.995);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes bounceInLeft
{
    0%,
    60%,
    75%,
    90%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(-3000px, 0, 0) scaleX(3); 

        opacity: 0;
    }
    60%
    {
        transform: translate3d(25px, 0, 0) scaleX(1); 

        opacity: 1;
    }
    75%
    {
        transform: translate3d(-10px, 0, 0) scaleX(.98);
    }
    90%
    {
        transform: translate3d(5px, 0, 0) scaleX(.995);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__bounceInLeft
{
    -webkit-animation-name: bounceInLeft;
            animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight
{
    0%,
    60%,
    75%,
    90%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(3000px, 0, 0) scaleX(3); 

        opacity: 0;
    }
    60%
    {
        transform: translate3d(-25px, 0, 0) scaleX(1); 

        opacity: 1;
    }
    75%
    {
        transform: translate3d(10px, 0, 0) scaleX(.98);
    }
    90%
    {
        transform: translate3d(-5px, 0, 0) scaleX(.995);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes bounceInRight
{
    0%,
    60%,
    75%,
    90%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(3000px, 0, 0) scaleX(3); 

        opacity: 0;
    }
    60%
    {
        transform: translate3d(-25px, 0, 0) scaleX(1); 

        opacity: 1;
    }
    75%
    {
        transform: translate3d(10px, 0, 0) scaleX(.98);
    }
    90%
    {
        transform: translate3d(-5px, 0, 0) scaleX(.995);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__bounceInRight
{
    -webkit-animation-name: bounceInRight;
            animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp
{
    0%,
    60%,
    75%,
    90%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(0, 3000px, 0) scaleY(5); 

        opacity: 0;
    }
    60%
    {
        transform: translate3d(0, -20px, 0) scaleY(.9); 

        opacity: 1;
    }
    75%
    {
        transform: translate3d(0, 10px, 0) scaleY(.95);
    }
    90%
    {
        transform: translate3d(0, -5px, 0) scaleY(.985);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes bounceInUp
{
    0%,
    60%,
    75%,
    90%,
    to
    {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    }
    0%
    {
        transform: translate3d(0, 3000px, 0) scaleY(5); 

        opacity: 0;
    }
    60%
    {
        transform: translate3d(0, -20px, 0) scaleY(.9); 

        opacity: 1;
    }
    75%
    {
        transform: translate3d(0, 10px, 0) scaleY(.95);
    }
    90%
    {
        transform: translate3d(0, -5px, 0) scaleY(.985);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__bounceInUp
{
    -webkit-animation-name: bounceInUp;
            animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut
{
    20%
    {
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55%
    {
        transform: scale3d(1.1, 1.1, 1.1); 

        opacity: 1;
    }
    to
    {
        transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
}

@keyframes bounceOut
{
    20%
    {
        transform: scale3d(.9, .9, .9);
    }
    50%,
    55%
    {
        transform: scale3d(1.1, 1.1, 1.1); 

        opacity: 1;
    }
    to
    {
        transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
}

.animate__bounceOut
{
    -webkit-animation-name: bounceOut;
            animation-name: bounceOut; 
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
            animation-duration: .75s;
            animation-duration: calc(var(--animate-duration)*.75);
}

@-webkit-keyframes bounceOutDown
{
    20%
    {
        transform: translate3d(0, 10px, 0) scaleY(.985);
    }
    40%,
    45%
    {
        transform: translate3d(0, -20px, 0) scaleY(.9); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 2000px, 0) scaleY(3); 

        opacity: 0;
    }
}

@keyframes bounceOutDown
{
    20%
    {
        transform: translate3d(0, 10px, 0) scaleY(.985);
    }
    40%,
    45%
    {
        transform: translate3d(0, -20px, 0) scaleY(.9); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 2000px, 0) scaleY(3); 

        opacity: 0;
    }
}

.animate__bounceOutDown
{
    -webkit-animation-name: bounceOutDown;
            animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft
{
    20%
    {
        transform: translate3d(20px, 0, 0) scaleX(.9); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(-2000px, 0, 0) scaleX(2); 

        opacity: 0;
    }
}

@keyframes bounceOutLeft
{
    20%
    {
        transform: translate3d(20px, 0, 0) scaleX(.9); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(-2000px, 0, 0) scaleX(2); 

        opacity: 0;
    }
}

.animate__bounceOutLeft
{
    -webkit-animation-name: bounceOutLeft;
            animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight
{
    20%
    {
        transform: translate3d(-20px, 0, 0) scaleX(.9); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(2000px, 0, 0) scaleX(2); 

        opacity: 0;
    }
}

@keyframes bounceOutRight
{
    20%
    {
        transform: translate3d(-20px, 0, 0) scaleX(.9); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(2000px, 0, 0) scaleX(2); 

        opacity: 0;
    }
}

.animate__bounceOutRight
{
    -webkit-animation-name: bounceOutRight;
            animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp
{
    20%
    {
        transform: translate3d(0, -10px, 0) scaleY(.985);
    }
    40%,
    45%
    {
        transform: translate3d(0, 20px, 0) scaleY(.9); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(0, -2000px, 0) scaleY(3); 

        opacity: 0;
    }
}

@keyframes bounceOutUp
{
    20%
    {
        transform: translate3d(0, -10px, 0) scaleY(.985);
    }
    40%,
    45%
    {
        transform: translate3d(0, 20px, 0) scaleY(.9); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(0, -2000px, 0) scaleY(3); 

        opacity: 0;
    }
}

.animate__bounceOutUp
{
    -webkit-animation-name: bounceOutUp;
            animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

.animate__fadeIn
{
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown
{
    0%
    {
        transform: translate3d(0, -100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInDown
{
    0%
    {
        transform: translate3d(0, -100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInDown
{
    -webkit-animation-name: fadeInDown;
            animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig
{
    0%
    {
        transform: translate3d(0, -2000px, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInDownBig
{
    0%
    {
        transform: translate3d(0, -2000px, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInDownBig
{
    -webkit-animation-name: fadeInDownBig;
            animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft
{
    0%
    {
        transform: translate3d(-100%, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInLeft
{
    0%
    {
        transform: translate3d(-100%, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInLeft
{
    -webkit-animation-name: fadeInLeft;
            animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig
{
    0%
    {
        transform: translate3d(-2000px, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInLeftBig
{
    0%
    {
        transform: translate3d(-2000px, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInLeftBig
{
    -webkit-animation-name: fadeInLeftBig;
            animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight
{
    0%
    {
        transform: translate3d(100%, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInRight
{
    0%
    {
        transform: translate3d(100%, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInRight
{
    -webkit-animation-name: fadeInRight;
            animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig
{
    0%
    {
        transform: translate3d(2000px, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInRightBig
{
    0%
    {
        transform: translate3d(2000px, 0, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInRightBig
{
    -webkit-animation-name: fadeInRightBig;
            animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp
{
    0%
    {
        transform: translate3d(0, 100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInUp
{
    0%
    {
        transform: translate3d(0, 100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInUp
{
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig
{
    0%
    {
        transform: translate3d(0, 2000px, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInUpBig
{
    0%
    {
        transform: translate3d(0, 2000px, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInUpBig
{
    -webkit-animation-name: fadeInUpBig;
            animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft
{
    0%
    {
        transform: translate3d(-100%, -100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInTopLeft
{
    0%
    {
        transform: translate3d(-100%, -100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInTopLeft
{
    -webkit-animation-name: fadeInTopLeft;
            animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight
{
    0%
    {
        transform: translate3d(100%, -100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInTopRight
{
    0%
    {
        transform: translate3d(100%, -100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInTopRight
{
    -webkit-animation-name: fadeInTopRight;
            animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft
{
    0%
    {
        transform: translate3d(-100%, 100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInBottomLeft
{
    0%
    {
        transform: translate3d(-100%, 100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInBottomLeft
{
    -webkit-animation-name: fadeInBottomLeft;
            animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight
{
    0%
    {
        transform: translate3d(100%, 100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes fadeInBottomRight
{
    0%
    {
        transform: translate3d(100%, 100%, 0); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__fadeInBottomRight
{
    -webkit-animation-name: fadeInBottomRight;
            animation-name: fadeInBottomRight;
}

@-webkit-keyframes fadeOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        opacity: 0;
    }
}

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

.animate__fadeOut
{
    -webkit-animation-name: fadeOut;
            animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 100%, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutDown
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 100%, 0); 

        opacity: 0;
    }
}

.animate__fadeOutDown
{
    -webkit-animation-name: fadeOutDown;
            animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 2000px, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutDownBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 2000px, 0); 

        opacity: 0;
    }
}

.animate__fadeOutDownBig
{
    -webkit-animation-name: fadeOutDownBig;
            animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(-100%, 0, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(-100%, 0, 0); 

        opacity: 0;
    }
}

.animate__fadeOutLeft
{
    -webkit-animation-name: fadeOutLeft;
            animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(-2000px, 0, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutLeftBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(-2000px, 0, 0); 

        opacity: 0;
    }
}

.animate__fadeOutLeftBig
{
    -webkit-animation-name: fadeOutLeftBig;
            animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, 0, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, 0, 0); 

        opacity: 0;
    }
}

.animate__fadeOutRight
{
    -webkit-animation-name: fadeOutRight;
            animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(2000px, 0, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutRightBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(2000px, 0, 0); 

        opacity: 0;
    }
}

.animate__fadeOutRightBig
{
    -webkit-animation-name: fadeOutRightBig;
            animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, -100%, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutUp
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, -100%, 0); 

        opacity: 0;
    }
}

.animate__fadeOutUp
{
    -webkit-animation-name: fadeOutUp;
            animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, -2000px, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutUpBig
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(0, -2000px, 0); 

        opacity: 0;
    }
}

.animate__fadeOutUpBig
{
    -webkit-animation-name: fadeOutUpBig;
            animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft
{
    0%
    {
        transform: translateZ(0); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(-100%, -100%, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutTopLeft
{
    0%
    {
        transform: translateZ(0); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(-100%, -100%, 0); 

        opacity: 0;
    }
}

.animate__fadeOutTopLeft
{
    -webkit-animation-name: fadeOutTopLeft;
            animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight
{
    0%
    {
        transform: translateZ(0); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, -100%, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutTopRight
{
    0%
    {
        transform: translateZ(0); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, -100%, 0); 

        opacity: 0;
    }
}

.animate__fadeOutTopRight
{
    -webkit-animation-name: fadeOutTopRight;
            animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight
{
    0%
    {
        transform: translateZ(0); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, 100%, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutBottomRight
{
    0%
    {
        transform: translateZ(0); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, 100%, 0); 

        opacity: 0;
    }
}

.animate__fadeOutBottomRight
{
    -webkit-animation-name: fadeOutBottomRight;
            animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft
{
    0%
    {
        transform: translateZ(0); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(-100%, 100%, 0); 

        opacity: 0;
    }
}

@keyframes fadeOutBottomLeft
{
    0%
    {
        transform: translateZ(0); 

        opacity: 1;
    }
    to
    {
        transform: translate3d(-100%, 100%, 0); 

        opacity: 0;
    }
}

.animate__fadeOutBottomLeft
{
    -webkit-animation-name: fadeOutBottomLeft;
            animation-name: fadeOutBottomLeft;
}

@-webkit-keyframes flip
{
    0%
    {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    40%
    {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    50%
    {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    80%
    {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    to
    {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}

@keyframes flip
{
    0%
    {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    40%
    {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
    }
    50%
    {
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    80%
    {
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    to
    {
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
}

.animate__animated.animate__flip
{
    -webkit-animation-name: flip;
            animation-name: flip; 

    -webkit-backface-visibility: visible;
            backface-visibility: visible;
}

@-webkit-keyframes flipInX
{
    0%
    {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;

        opacity: 0;
    }
    40%
    {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    60%
    {
        transform: perspective(400px) rotateX(10deg);

        opacity: 1;
    }
    80%
    {
        transform: perspective(400px) rotateX(-5deg);
    }
    to
    {
        transform: perspective(400px);
    }
}

@keyframes flipInX
{
    0%
    {
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;

        opacity: 0;
    }
    40%
    {
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    60%
    {
        transform: perspective(400px) rotateX(10deg);

        opacity: 1;
    }
    80%
    {
        transform: perspective(400px) rotateX(-5deg);
    }
    to
    {
        transform: perspective(400px);
    }
}

.animate__flipInX
{
    -webkit-animation-name: flipInX;
            animation-name: flipInX; 

    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
}

@-webkit-keyframes flipInY
{
    0%
    {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;

        opacity: 0;
    }
    40%
    {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    60%
    {
        transform: perspective(400px) rotateY(10deg);

        opacity: 1;
    }
    80%
    {
        transform: perspective(400px) rotateY(-5deg);
    }
    to
    {
        transform: perspective(400px);
    }
}

@keyframes flipInY
{
    0%
    {
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;

        opacity: 0;
    }
    40%
    {
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
                animation-timing-function: ease-in;
    }
    60%
    {
        transform: perspective(400px) rotateY(10deg);

        opacity: 1;
    }
    80%
    {
        transform: perspective(400px) rotateY(-5deg);
    }
    to
    {
        transform: perspective(400px);
    }
}

.animate__flipInY
{
    -webkit-animation-name: flipInY;
            animation-name: flipInY; 

    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX
{
    0%
    {
        transform: perspective(400px);
    }
    30%
    {
        transform: perspective(400px) rotateX(-20deg);

        opacity: 1;
    }
    to
    {
        transform: perspective(400px) rotateX(90deg);

        opacity: 0;
    }
}

@keyframes flipOutX
{
    0%
    {
        transform: perspective(400px);
    }
    30%
    {
        transform: perspective(400px) rotateX(-20deg);

        opacity: 1;
    }
    to
    {
        transform: perspective(400px) rotateX(90deg);

        opacity: 0;
    }
}

.animate__flipOutX
{
    -webkit-animation-name: flipOutX;
            animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
            animation-duration: .75s;
            animation-duration: calc(var(--animate-duration)*.75);

    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY
{
    0%
    {
        transform: perspective(400px);
    }
    30%
    {
        transform: perspective(400px) rotateY(-15deg);

        opacity: 1;
    }
    to
    {
        transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }
}

@keyframes flipOutY
{
    0%
    {
        transform: perspective(400px);
    }
    30%
    {
        transform: perspective(400px) rotateY(-15deg);

        opacity: 1;
    }
    to
    {
        transform: perspective(400px) rotateY(90deg);

        opacity: 0;
    }
}

.animate__flipOutY
{
    -webkit-animation-name: flipOutY;
            animation-name: flipOutY; 
    -webkit-animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*.75);
            animation-duration: .75s;
            animation-duration: calc(var(--animate-duration)*.75);

    -webkit-backface-visibility: visible !important;
            backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight
{
    0%
    {
        transform: translate3d(100%, 0, 0) skewX(-30deg);

        opacity: 0;
    }
    60%
    {
        transform: skewX(20deg);

        opacity: 1;
    }
    80%
    {
        transform: skewX(-5deg);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes lightSpeedInRight
{
    0%
    {
        transform: translate3d(100%, 0, 0) skewX(-30deg);

        opacity: 0;
    }
    60%
    {
        transform: skewX(20deg);

        opacity: 1;
    }
    80%
    {
        transform: skewX(-5deg);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__lightSpeedInRight
{
    -webkit-animation-name: lightSpeedInRight;
            animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft
{
    0%
    {
        transform: translate3d(-100%, 0, 0) skewX(30deg);

        opacity: 0;
    }
    60%
    {
        transform: skewX(-20deg);

        opacity: 1;
    }
    80%
    {
        transform: skewX(5deg);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes lightSpeedInLeft
{
    0%
    {
        transform: translate3d(-100%, 0, 0) skewX(30deg);

        opacity: 0;
    }
    60%
    {
        transform: skewX(-20deg);

        opacity: 1;
    }
    80%
    {
        transform: skewX(5deg);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__lightSpeedInLeft
{
    -webkit-animation-name: lightSpeedInLeft;
            animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, 0, 0) skewX(30deg);

        opacity: 0;
    }
}

@keyframes lightSpeedOutRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, 0, 0) skewX(30deg);

        opacity: 0;
    }
}

.animate__lightSpeedOutRight
{
    -webkit-animation-name: lightSpeedOutRight;
            animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);

        opacity: 0;
    }
}

@keyframes lightSpeedOutLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(-100%, 0, 0) skewX(-30deg);

        opacity: 0;
    }
}

.animate__lightSpeedOutLeft
{
    -webkit-animation-name: lightSpeedOutLeft;
            animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn
{
    0%
    {
        transform: rotate(-200deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateIn
{
    0%
    {
        transform: rotate(-200deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateIn
{
    transform-origin: center; 
    -webkit-animation-name: rotateIn;
            animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft
{
    0%
    {
        transform: rotate(-45deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateInDownLeft
{
    0%
    {
        transform: rotate(-45deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateInDownLeft
{
    transform-origin: left bottom; 
    -webkit-animation-name: rotateInDownLeft;
            animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight
{
    0%
    {
        transform: rotate(45deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateInDownRight
{
    0%
    {
        transform: rotate(45deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateInDownRight
{
    transform-origin: right bottom; 
    -webkit-animation-name: rotateInDownRight;
            animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft
{
    0%
    {
        transform: rotate(45deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateInUpLeft
{
    0%
    {
        transform: rotate(45deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateInUpLeft
{
    transform-origin: left bottom; 
    -webkit-animation-name: rotateInUpLeft;
            animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight
{
    0%
    {
        transform: rotate(-90deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

@keyframes rotateInUpRight
{
    0%
    {
        transform: rotate(-90deg);

        opacity: 0;
    }
    to
    {
        transform: translateZ(0);

        opacity: 1;
    }
}

.animate__rotateInUpRight
{
    transform-origin: right bottom; 
    -webkit-animation-name: rotateInUpRight;
            animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(200deg);

        opacity: 0;
    }
}

@keyframes rotateOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(200deg);

        opacity: 0;
    }
}

.animate__rotateOut
{
    transform-origin: center; 
    -webkit-animation-name: rotateOut;
            animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(45deg);

        opacity: 0;
    }
}

@keyframes rotateOutDownLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(45deg);

        opacity: 0;
    }
}

.animate__rotateOutDownLeft
{
    transform-origin: left bottom; 
    -webkit-animation-name: rotateOutDownLeft;
            animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(-45deg);

        opacity: 0;
    }
}

@keyframes rotateOutDownRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(-45deg);

        opacity: 0;
    }
}

.animate__rotateOutDownRight
{
    transform-origin: right bottom; 
    -webkit-animation-name: rotateOutDownRight;
            animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(-45deg);

        opacity: 0;
    }
}

@keyframes rotateOutUpLeft
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(-45deg);

        opacity: 0;
    }
}

.animate__rotateOutUpLeft
{
    transform-origin: left bottom; 
    -webkit-animation-name: rotateOutUpLeft;
            animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(90deg);

        opacity: 0;
    }
}

@keyframes rotateOutUpRight
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: rotate(90deg);

        opacity: 0;
    }
}

.animate__rotateOutUpRight
{
    transform-origin: right bottom; 
    -webkit-animation-name: rotateOutUpRight;
            animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge
{
    0%
    {
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    20%,
    60%
    {
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    40%,
    80%
    {
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;

        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 700px, 0);

        opacity: 0;
    }
}

@keyframes hinge
{
    0%
    {
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    20%,
    60%
    {
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    40%,
    80%
    {
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;

        opacity: 1;
    }
    to
    {
        transform: translate3d(0, 700px, 0);

        opacity: 0;
    }
}

.animate__hinge
{
    transform-origin: top left; 
    -webkit-animation-name: hinge;
            animation-name: hinge;
    -webkit-animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
            animation-duration: 2s;
            animation-duration: calc(var(--animate-duration)*2);
}

@-webkit-keyframes jackInTheBox
{
    0%
    {
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom; 

        opacity: 0;
    }
    50%
    {
        transform: rotate(-10deg);
    }
    70%
    {
        transform: rotate(3deg);
    }
    to
    {
        transform: scale(1); 

        opacity: 1;
    }
}

@keyframes jackInTheBox
{
    0%
    {
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom; 

        opacity: 0;
    }
    50%
    {
        transform: rotate(-10deg);
    }
    70%
    {
        transform: rotate(3deg);
    }
    to
    {
        transform: scale(1); 

        opacity: 1;
    }
}

.animate__jackInTheBox
{
    -webkit-animation-name: jackInTheBox;
            animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn
{
    0%
    {
        transform: translate3d(-100%, 0, 0) rotate(-120deg); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

@keyframes rollIn
{
    0%
    {
        transform: translate3d(-100%, 0, 0) rotate(-120deg); 

        opacity: 0;
    }
    to
    {
        transform: translateZ(0); 

        opacity: 1;
    }
}

.animate__rollIn
{
    -webkit-animation-name: rollIn;
            animation-name: rollIn;
}

@-webkit-keyframes rollOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, 0, 0) rotate(120deg); 

        opacity: 0;
    }
}

@keyframes rollOut
{
    0%
    {
        opacity: 1;
    }
    to
    {
        transform: translate3d(100%, 0, 0) rotate(120deg); 

        opacity: 0;
    }
}

.animate__rollOut
{
    -webkit-animation-name: rollOut;
            animation-name: rollOut;
}

@-webkit-keyframes zoomIn
{
    0%
    {
        transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
}

@keyframes zoomIn
{
    0%
    {
        transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
}

.animate__zoomIn
{
    -webkit-animation-name: zoomIn;
            animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 1;
    }
}

@keyframes zoomInDown
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 1;
    }
}

.animate__zoomInDown
{
    -webkit-animation-name: zoomInDown;
            animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 1;
    }
}

@keyframes zoomInLeft
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 1;
    }
}

.animate__zoomInLeft
{
    -webkit-animation-name: zoomInLeft;
            animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 1;
    }
}

@keyframes zoomInRight
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 1;
    }
}

.animate__zoomInRight
{
    -webkit-animation-name: zoomInRight;
            animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 1;
    }
}

@keyframes zoomInUp
{
    0%
    {
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 0;
    }
    60%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 1;
    }
}

.animate__zoomInUp
{
    -webkit-animation-name: zoomInUp;
            animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
    to
    {
        opacity: 0;
    }
}

@keyframes zoomOut
{
    0%
    {
        opacity: 1;
    }
    50%
    {
        transform: scale3d(.3, .3, .3); 

        opacity: 0;
    }
    to
    {
        opacity: 0;
    }
}

.animate__zoomOut
{
    -webkit-animation-name: zoomOut;
            animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 1;
    }
    to
    {
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 0;
    }
}

@keyframes zoomOutDown
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 1;
    }
    to
    {
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 0;
    }
}

.animate__zoomOutDown
{
    transform-origin: center bottom; 
    -webkit-animation-name: zoomOutDown;
            animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); 

        opacity: 1;
    }
    to
    {
        transform: scale(.1) translate3d(-2000px, 0, 0); 

        opacity: 0;
    }
}

@keyframes zoomOutLeft
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0); 

        opacity: 1;
    }
    to
    {
        transform: scale(.1) translate3d(-2000px, 0, 0); 

        opacity: 0;
    }
}

.animate__zoomOutLeft
{
    transform-origin: left center; 
    -webkit-animation-name: zoomOutLeft;
            animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); 

        opacity: 1;
    }
    to
    {
        transform: scale(.1) translate3d(2000px, 0, 0); 

        opacity: 0;
    }
}

@keyframes zoomOutRight
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0); 

        opacity: 1;
    }
    to
    {
        transform: scale(.1) translate3d(2000px, 0, 0); 

        opacity: 0;
    }
}

.animate__zoomOutRight
{
    transform-origin: right center; 
    -webkit-animation-name: zoomOutRight;
            animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 1;
    }
    to
    {
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 0;
    }
}

@keyframes zoomOutUp
{
    40%
    {
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
                animation-timing-function: cubic-bezier(.55, .055, .675, .19); 

        opacity: 1;
    }
    to
    {
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
                animation-timing-function: cubic-bezier(.175, .885, .32, 1); 

        opacity: 0;
    }
}

.animate__zoomOutUp
{
    transform-origin: center bottom; 
    -webkit-animation-name: zoomOutUp;
            animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown
{
    0%
    {
        visibility: visible; 

        transform: translate3d(0, -100%, 0);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes slideInDown
{
    0%
    {
        visibility: visible; 

        transform: translate3d(0, -100%, 0);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__slideInDown
{
    -webkit-animation-name: slideInDown;
            animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft
{
    0%
    {
        visibility: visible; 

        transform: translate3d(-100%, 0, 0);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes slideInLeft
{
    0%
    {
        visibility: visible; 

        transform: translate3d(-100%, 0, 0);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__slideInLeft
{
    -webkit-animation-name: slideInLeft;
            animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight
{
    0%
    {
        visibility: visible; 

        transform: translate3d(100%, 0, 0);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes slideInRight
{
    0%
    {
        visibility: visible; 

        transform: translate3d(100%, 0, 0);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__slideInRight
{
    -webkit-animation-name: slideInRight;
            animation-name: slideInRight;
}

@-webkit-keyframes slideInUp
{
    0%
    {
        visibility: visible; 

        transform: translate3d(0, 100%, 0);
    }
    to
    {
        transform: translateZ(0);
    }
}

@keyframes slideInUp
{
    0%
    {
        visibility: visible; 

        transform: translate3d(0, 100%, 0);
    }
    to
    {
        transform: translateZ(0);
    }
}

.animate__slideInUp
{
    -webkit-animation-name: slideInUp;
            animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown
{
    0%
    {
        transform: translateZ(0);
    }
    to
    {
        visibility: hidden;

        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown
{
    0%
    {
        transform: translateZ(0);
    }
    to
    {
        visibility: hidden;

        transform: translate3d(0, 100%, 0);
    }
}

.animate__slideOutDown
{
    -webkit-animation-name: slideOutDown;
            animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft
{
    0%
    {
        transform: translateZ(0);
    }
    to
    {
        visibility: hidden;

        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft
{
    0%
    {
        transform: translateZ(0);
    }
    to
    {
        visibility: hidden;

        transform: translate3d(-100%, 0, 0);
    }
}

.animate__slideOutLeft
{
    -webkit-animation-name: slideOutLeft;
            animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight
{
    0%
    {
        transform: translateZ(0);
    }
    to
    {
        visibility: hidden;

        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight
{
    0%
    {
        transform: translateZ(0);
    }
    to
    {
        visibility: hidden;

        transform: translate3d(100%, 0, 0);
    }
}

.animate__slideOutRight
{
    -webkit-animation-name: slideOutRight;
            animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp
{
    0%
    {
        transform: translateZ(0);
    }
    to
    {
        visibility: hidden;

        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp
{
    0%
    {
        transform: translateZ(0);
    }
    to
    {
        visibility: hidden;

        transform: translate3d(0, -100%, 0);
    }
}

.animate__slideOutUp
{
    -webkit-animation-name: slideOutUp;
            animation-name: slideOutUp;
}

@font-face
{
    font-family: 'Montserrat';
    font-weight: 100;
    font-style: normal;

    src: url('fonts/montserrat/Montserrat-Thin.eot?') format('eot'), url('fonts/montserrat/Montserrat-Thin.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Thin.woff') format('woff');
}

@font-face
{
    font-family: 'Montserrat';
    font-weight: 200;
    font-style: normal;

    src: url('fonts/montserrat/Montserrat-ExtraLight.eot?') format('eot'), url('fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype'), url('fonts/montserrat/Montserrat-ExtraLight.woff') format('woff');
}

@font-face
{
    font-family: 'Montserrat';
    font-weight: 300;
    font-style: normal;

    src: url('fonts/montserrat/Montserrat-Light.eot?') format('eot'), url('fonts/montserrat/Montserrat-Light.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Light.woff') format('woff');
}

@font-face
{
    font-family: 'Montserrat';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/montserrat/Montserrat-Regular.eot?') format('eot'), url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Regular.woff') format('woff');
}

@font-face
{
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;

    src: url('fonts/montserrat/Montserrat-Medium.eot?') format('eot'), url('fonts/montserrat/Montserrat-Medium.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Medium.woff') format('woff');
}

@font-face
{
    font-family: 'Montserrat';
    font-weight: 600;
    font-style: normal;

    src: url('fonts/montserrat/Montserrat-SemiBold.eot?') format('eot'), url('fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-SemiBold.woff') format('woff');
}

@font-face
{
    font-family: 'Montserrat';
    font-weight: bold;
    font-style: normal;

    src: url('fonts/montserrat/Montserrat-Bold.eot?') format('eot'), url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Bold.woff') format('woff');
}

@font-face
{
    font-family: 'Montserrat';
    font-weight: 800;
    font-style: normal;

    src: url('fonts/montserrat/Montserrat-ExtraBold.eot?') format('eot'), url('fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype'), url('fonts/montserrat/Montserrat-ExtraBold.woff') format('woff');
}

@font-face
{
    font-family: 'Montserrat';
    font-weight: 900;
    font-style: normal;

    src: url('fonts/montserrat/Montserrat-Black.eot?') format('eot'), url('fonts/montserrat/Montserrat-Black.ttf') format('truetype'), url('fonts/montserrat/Montserrat-Black.woff') format('woff');
}

html,
body
{
    min-height: 100vh;
}

body
{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 2;

    color: #0f0f0f;
}

::-moz-placeholder
{
    color: #817f7f;
}

:-ms-input-placeholder
{
    color: #817f7f;
}

::placeholder
{
    color: #817f7f;
}

::-moz-selection
{
     color: white;
    background-color: black;
  
}

.article__page h1::selection, 
.article__page h2::selection, 
.article__page h3::selection, 
.article__page h4::selection, 
.article__page h5::selection, 
.article__page h6::selection{
	color: white;
	background-color: #868686;
	-webkit-text-fill-color: white;
}
.title span::selection, 
.about__subtitle span::selection,
.footer__title span::selection, 
.abt__platform-name span::selection, 
.abt__app-title span::selection, 
.condition__block h3 strong::selection, 
.condition__block h2 strong::selection,
.condition__block h2::selection,
.condition__block h3::selection{  
	color: white;
	background-color: #868686;
	-webkit-text-fill-color: white;
}
::selection
{
    color: white;
    background-color:  #868686;
   /* -webkit-text-fill-color: #111;*/
}

.google-visualization-tooltip{
	width: 200px !important;
	height: 200px !important;

}
.google-visualization-tooltip li::before{
 content: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	color: white;
	font-weight: bold;
	background: #4e7aba;
}
a
{
    transition: all .3s ease;
}
a:hover
{
    text-decoration: none;
}

ul,
ol
{
    margin: 0;
    padding: 0; 

    list-style: none;
}

.page
{
    position: relative;

    display: flex;
    flex-direction: column; 

    min-height: 100vh;
}
.page-main
{
    flex: 1 0 auto;
}
.page-main--other
{
    padding-top: 146px;
}

.google-visualization-tooltip{
    bottom: 0 !important;
    top: 50% !important;
    /*right:  0 !important;*/
    left: 50% !important;
    transform: translate(-50%, -50%) !important;

}


@media screen and (max-width: 932px)
{
    .page-main--other
    {
        padding-top: 106px;
    }


    .iwm_map_canvas{
    	height: 400px;
    }

}
@media screen and (max-width: 420px)
{
    .page-main--other
    {
        padding-top: 85px;
    }

    .iwm_map_canvas{
    	height: 300px;
    }



}

.container
{
    box-sizing: border-box;
    width: 100%;
    max-width: 1598px;
    margin: 0 auto; 
    padding: 0 15px;
}

.no-scroll
{
    overflow: hidden; 

    height: 100vh;
}

.title
{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.354; 

    margin-bottom: 40px;
}
@media screen and (max-width: 1024px)
{
    .title
    {
        font-size: 36px;
    }
}
@media screen and (max-width: 932px)
{
    .title
    {
        font-size: 34px;

        margin-bottom: 32px;
    }
}
@media screen and (max-width: 768px)
{
    .title
    {
        font-size: 26px;

        margin-bottom: 28px;
    }
}
.title span
{
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.blocker{
z-index: 9;
}
.modal{
    position: relative !important;

}
.modal_head{
    margin: 5px 0 30px;
    text-align: center;
}



.more
{
    display: flex;

    justify-content: flex-end;
}
.more__link
{
    font-size: 18px;
    font-weight: 600;
    line-height: normal; 

    display: inline-flex;

    color: #000;

    align-items: center;
}
.more__link .i
{
    margin-left: 9px;

    background: #000;
}
.more__link:hover
{
    color: #32509d;
}
.more__link:hover .i
{
    transform: translateX(3px);

    background-color: #32509d;
}

p
{
    margin-bottom: 28px;
}
@media screen and (max-width: 768px)
{
    p
    {
        margin-bottom: 20px;
    }
}
p a
{
    position: relative; 

    color: #32509d;
}
p a:hover
{
    text-decoration: underline; 

    color: #70abdc;
}
p:last-child
{
    margin-bottom: 0;
}

ol
{
    margin-bottom: 28px; 

    counter-reset: myCounter;
}
ol:last-child
{
    margin-bottom: 0;
}
ol > li
{
    position: relative;

    padding-left: 26px;
}
ol > li::before
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.354;

    position: absolute;
    top: 3px;
    left: 0;

    content: counter(myCounter) '.';
    counter-increment: myCounter;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

ul
{
    margin-bottom: 20px;
}
ul:last-child
{
    margin-bottom: 0;
}
ul > li
{
    font-size: 14px;
    font-weight: normal;
    line-height: 2; 

    position: relative;

    margin-bottom: 3px;
    padding-left: 10px;
}
ul > li:last-child
{
    margin-bottom: 0;
}
ul > li::before
{
    position: absolute;
    top: 11px;
    left: 0;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%);
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    top: auto !important;
}


.input,
.textarea,
.woocommerce-Input
{
    font-size: 14px;
    font-weight: 500;
    line-height: 65px;

    display: block;

    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 65px;
    margin-bottom: 15px; 
    padding: 0 20px;

    resize: none;
    transition: all .25s ease-in-out;

    color: #0f0f0f;
    border: none;
    border: 1px solid rgba(200, 200, 200, .36);
    border-radius: 0;
    background: none;
    background-color: #fff;
    box-shadow: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}



.input:last-child,
.textarea:last-child
{
    margin-bottom: 0;
}
.input:focus,
.textarea:focus
{
    border-color: #0f0f0f;
    outline: none;
}

.textarea
{
    line-height: 1.4;

    min-height: 150px;
    padding: 23px 20px;
}

.i
{
    display: inline-block;

    transition: all .3s ease;

    background-color: #0f0f0f; 

    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center center;
            mask-position: center center;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
}
.i-search
{
    width: 15px;
    height: 15px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/search.svg');
            mask-image: url('img/icons/search.svg');
}
.i-cart
{
    width: 14px;
    height: 14px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/cart.svg');
            mask-image: url('img/icons/cart.svg');
}
.i-login
{
    width: 12px;
    height: 14.51px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/login.svg');
            mask-image: url('img/icons/login.svg');
}
.i-arrow-down
{
    width: 8px;
    height: 6px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/arrow-down.svg');
            mask-image: url('img/icons/arrow-down.svg');
}
.i-star
{
    width: 14px;
    height: 14px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/star.svg');
            mask-image: url('img/icons/star.svg');
}
.i-insta
{
    width: 30px;
    height: 30px;

    background-color: #70abdc; 

    /*-webkit-mask-image: url('img/icons/insta.svg');
            mask-image: url('img/icons/insta.svg');*/
}
.i-fb
{
    width: 30px;
    height: 30px;

    background-color: #70abdc; 

    -webkit-mask-image: url('img/icons/fb.svg');
            mask-image: url('img/icons/fb.svg');
}
.i-ldin
{
    width: 30px;
    height: 30px;

    background-color: #70abdc; 

    -webkit-mask-image: url('img/icons/ldin.svg');
            mask-image: url('img/icons/ldin.svg');
}
.i-skype
{
    width: 30px;
    height: 30px;

    background-color: #70abdc; 

    -webkit-mask-image: url('img/icons/skype.svg');
            mask-image: url('img/icons/skype.svg');
}
.i-pin
{
    width: 13px;
    height: 13px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/pin.svg');
            mask-image: url('img/icons/pin.svg');
}
.i-email
{
    width: 13px;
    height: 13px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/email.svg');
            mask-image: url('img/icons/email.svg');
}
.i-phone-call
{
    width: 14px;
    height: 14px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/phone-call.svg');
            mask-image: url('img/icons/phone-call.svg');
}
.i-arrow-right
{
    width: 32px;
    height: 14px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/arrow-right.svg');
            mask-image: url('img/icons/arrow-right.svg');
}
.i-invest
{
    width: 80.15px;
    height: 74.83px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/invest.svg');
            mask-image: url('img/icons/invest.svg');
}
.i-user
{
    width: 79px;
    height: 78px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/user.svg');
            mask-image: url('img/icons/user.svg');
}
.i-connection
{
    width: 78px;
    height: 77px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/connection.svg');
            mask-image: url('img/icons/connection.svg');
}
.i-analysis
{
    width: 83px;
    height: 83px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/analysis.svg');
            mask-image: url('img/icons/analysis.svg');
}
.i-headphone
{
    width: 81px;
    height: 81px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/headphone.svg');
            mask-image: url('img/icons/headphone.svg');
}
.i-translate
{
    width: 77px;
    height: 77px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/translate.svg');
            mask-image: url('img/icons/translate.svg');
}
.i-add
{
    width: 36px;
    height: 36px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/add.svg');
            mask-image: url('img/icons/add.svg');
}
.i-world
{
    width: 16px;
    height: 16px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/world.svg');
            mask-image: url('img/icons/world.svg');
}
.i-clients
{
    width: 71px;
    height: 71px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/clients.svg');
            mask-image: url('img/icons/clients.svg');
}
.i-traded
{
    width: 71px;
    height: 71px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/traded.svg');
            mask-image: url('img/icons/traded.svg');
}
.i-fake-news
{
    width: 72px;
    height: 72px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/fake-news.svg');
            mask-image: url('img/icons/fake-news.svg');
}
.i-support
{
    width: 72px;
    height: 72px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/support.svg');
            mask-image: url('img/icons/support.svg');
}
.i-meet
{
    width: 72px;
    height: 72px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/meet.svg');
            mask-image: url('img/icons/meet.svg');
}
.i-team
{
    width: 72px;
    height: 72px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/team.svg');
            mask-image: url('img/icons/team.svg');
}
.i-shield
{
    width: 56px;
    height: 56px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/shield.svg');
            mask-image: url('img/icons/shield.svg');
}
.i-help
{
    width: 56px;
    height: 56px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/help.svg');
            mask-image: url('img/icons/help.svg');
}
.i-time-management
{
    width: 56px;
    height: 56px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/time-management.svg');
            mask-image: url('img/icons/time-management.svg');
}
.i-time
{
    width: 15px;
    height: 15px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    -webkit-mask-image: url('img/icons/time.svg');
            mask-image: url('img/icons/time.svg');
}
.i-share-facebook
{
    width: 21px;
    height: 21px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/share-facebook.svg');
            mask-image: url('img/icons/share-facebook.svg');
}
.i-share-twitter
{
    width: 25px;
    height: 25px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/share-twitter.svg');
            mask-image: url('img/icons/share-twitter.svg');
}
.i-share-google-plus
{
    width: 32px;
    height: 32px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/share-google-plus.svg');
            mask-image: url('img/icons/share-google-plus.svg');
}
.i-share-linkedin
{
    width: 20px;
    height: 20px;

    background-color: #fff; 

    -webkit-mask-image: url('img/icons/share-linkedin.svg');
            mask-image: url('img/icons/share-linkedin.svg');
}

/* BTN START */
.btn
{
    position: relative;

    display: inline-flex;

    border: none;
    outline-width: 0;
    background: none;

    align-items: center;
}
.btn:focus
{
    outline-width: 0;
}
.btn span
{
    position: relative;
    z-index: 3;
}
.add_to_cart_button{
    display: flex;
    align-content: center;
     font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    min-height: 60px;
    margin-right: 30px;
    padding: 15px 55px;

    transition: background-position .5s ease; 
    text-align: center;
    text-transform: uppercase;

    color: #fff !important;
    border-radius: 5px;
    background: linear-gradient(to right, #32509d, #6faadb, #32509d);
    background-size: 300% 100%;
}
.add_to_cart_button:before{
    content: url(img/icons/cart.svg);
    margin-right: 8px;
}
.btn--gradient, .woocommerce button.button, .woocommerce input.button
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;

    overflow: hidden;

    min-height: 60px;
    padding: 15px 30px;

    transition: background-position .5s ease; 
    text-align: center;
    text-transform: uppercase;

    color: #fff !important;
    border-radius: 5px;
    background: linear-gradient(to right, #32509d, #6faadb, #32509d);
    background-size: 300% 100%;
}
.btn--gradient:hover, .add_to_cart_button:hover
{
    color: #fff;
    background-position: 100% 0;

}

.woocommerce-MyAccount-navigation ul{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul li{
    list-style: none;
     font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: white;
    overflow: hidden;

    min-height: 60px;
    padding: 15px 30px;

    transition: background-position .5s ease; 
    text-align: center;
    text-transform: uppercase;

    color: #fff !important;
    border-radius: 5px;
    background: linear-gradient(to right, #32509d, #6faadb, #32509d);
    background-size: 300% 100%;
    margin: 10px;
}
.woocommerce-MyAccount-navigation ul li:before{
    content: none;
}
.woocommerce-MyAccount-navigation ul li a{
  color: white;
}

.select2-results__options li:before{
    content: none;
}

.woocommerce input.button:hover, .woocommerce button.button:hover{
    color: #fff;
    background-position: 100% 0;
    background-color: #5584c1;
}


.btn--white
{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;

    overflow: hidden;

    min-height: 60px;
    padding: 15px 113px;

    transition: background-position .35s ease-out; 
    text-align: center;

    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #fff, #fff, #6faadb, #32509d);
    background-size: 300% 100%;
}
.btn--white span
{
    transition: background-position .35s ease-out; 

    background: linear-gradient(to right, #32509d, #70abdc, #fff, #fff);
    -webkit-background-clip: text;
    background-size: 300% 100%;

    -webkit-text-fill-color: transparent;
}
.btn--white:hover
{
    color: #fff;
    background-position: 100% 0;
}
.btn--white:hover span
{
    background-position: 100% 0;
}
.btn--border
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;

    overflow: hidden;

    box-sizing: border-box;
    min-height: 54px;
    padding: 13px 17px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
    border: 2px solid #fff;
}
.btn--border::before
{
    position: absolute;
    top: 0;
    left: 50%;

    visibility: hidden;

    width: 0;
    height: 100%;

    content: '';
    transition: all .35s ease-out; 

    background-color: #32509d;
}
.btn--border img
{
    position: relative;
    z-index: 2;
    top: 1px;
}
.btn--border .i
{
    position: relative;
    z-index: 2;

    width: 18px;
    height: 10px; 
    margin-left: 9px;

    background: #fff;
}
.btn--border:hover
{
    color: #fff;
}
.btn--border:hover::before
{
    left: 0;

    visibility: visible; 

    width: 100%;
}
.btn--gradient-border
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;

    overflow: hidden;

    box-sizing: border-box;
    min-width: 210px;
    min-height: 50px;
    padding: 10px 68px;

    text-align: center;
    text-align: center;
    text-transform: uppercase;

    border-radius: 5px;
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 

    justify-content: center;
}
.btn--gradient-border span
{
    transition: background-position .35s ease-out; 

    background: linear-gradient(to right, #32509d, #70abdc, #fff, #fff);
    -webkit-background-clip: text;
    background-size: 300% 100%;

    -webkit-text-fill-color: transparent;
}
.btn--gradient-border::before
{
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 2px;

    visibility: visible;

    width: calc(100% - 4px);
    height: calc(100% - 4px);

    content: '';
    transition: all .35s ease-out; 

    opacity: 1;
    border-radius: 4px;
    background-color: #fff;
}
.btn--gradient-border .i
{
    position: relative;
    z-index: 2;

    width: 18px;
    height: 10px; 
    margin-left: 9px;

    background: #fff;
}
.btn--gradient-border:hover span
{
    background-position: 100% 0;
}
.btn--gradient-border:hover::before
{
    visibility: hidden; 

    opacity: 0;
}

/* BTN END */
/* HEADER START */
.header
{
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;

    width: 100%;
    padding-top: 23px;
    /* MENU START */
    /* MENU END */
    /* LANG SELECT START */
    /* LANG SELECT END */
    /* Header Black/Other Page START */
    /* Header Black/Other Page END */
}
@media screen and (max-width: 1024px)
{
    .header
    {
        padding-top: 20px;
    }
}
@media screen and (max-width: 932px)
{
    .header
    {
        padding-top: 15px;
    }
}
.header__inner,
.header__row
{
    display: flex;

    align-items: center;
    justify-content: space-between;
}
.header__inner
{
    width: 100%;
    margin-left: 114px;
    padding-top: 13px;
}
@media screen and (max-width: 1570px)
{
    .header__inner
    {
        margin-left: 50px; 
        padding-top: 0;

        flex-flow: row wrap;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 932px)
{
    .header__inner
    {
        position: relative;
        z-index: 1;
    }
}
.header__logo
{
    position: relative;
  /*  z-index: 3;*/
    z-index: 1; 

    display: block;

    width: 100%;
    height: auto;

    transition: all .4s ease;

    opacity: 1;

    flex: 0 0 226px;
}
@media screen and (max-width: 1024px)
{
    .header__logo
    {
        flex: 0 0 180px;
    }
}
@media screen and (max-width: 932px)
{
    .header__logo
    {
        flex: 0 0 160px;
    }
}
@media screen and (max-width: 420px)
{
    .header__logo
    {
        flex: 0 0 100px;
    }
}
.header__logo > img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.header__logo:hover
{
    opacity: .7;
}
.header__nav
{
    margin-right: 63px; 
    padding-top: 15px;
}
.header__nav-overlay
{
    display: none;
}
@media screen and (max-width: 932px)
{
    .header__nav-overlay
    {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 106px;

        transition: all .45s ease; 
        transform: translateY(-120%);

        background-color: #000;
    }
    .header__nav-overlay--active
    {
        transform: translateY(0);
    }
}
@media screen and (max-width: 420px)
{
    .header__nav-overlay
    {
        height: 85px;
    }
}
@media screen and (max-width: 1570px)
{
    .header__nav
    {
        display: flex;

        width: 100%;
        margin-right: 0; 

        order: 4;
        justify-content: flex-end;
    }
}
@media screen and (max-width: 932px)
{
    .header__nav
    {
        position: fixed;
        top: 0;
        left: 0;

        display: block;
        overflow: auto;

        width: 100%;
        height: 100vh;
        max-height: 100vh;
        padding: 140px 20px 0; 

        transition: all .35s ease;
        transform: translateY(-110%);

        background-color: rgba(0, 0, 0, .9);
    }
}
.header__nav--active
{
    transform: translateY(0);
}
.header__menu
{
    display: flex;

    margin-bottom: 0; 

    align-items: center;
    justify-content: flex-start;
}
@media screen and (max-width: 932px)
{
    .header__menu
    {
        position: relative;
        z-index: 1; 

        display: block;
    }
}
.header__menu-item
{
    display: inline-flex;

    margin: 0 20px;
    padding-bottom: 15px;
    padding-left: 0;
}
.header__menu-item::before
{
    display: none;
}

.header__nav li.active > a{
color: #70abdc;
}
@media screen and (max-width: 932px)
{
    .header__menu-item
    {
        display: block;

        margin: 0 0 10px;
        padding-bottom: 0;
    }
}
.header__menu-item:first-child
{
    margin-left: 0;
}
.header__menu-item:last-child
{
    margin-right: 0;
}
.header__menu-item--has-child
{
    position: relative;
}
.header__menu-item--has-child::after, .menu-item-has-children::after
{
    position: absolute;
    bottom: 8px;
    left: 50%;

    width: 0;
    height: 0;

    content: '';
    transition: all .3s ease; 
    transform: translateX(-50%);

    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}



@media screen and (max-width: 932px)
{
    .header__menu-item--has-child::after, .menu-item-has-children::after
    {
        top: 7px;
        right: 0; 
        bottom: auto;
        left: auto;

        transform: none;

        border-width: 6px 6px 0 6px;
    }
}
@media screen and (min-width: 932px)
{
    .header__menu-item--has-child:hover .header__menu-link
    {
        color: #70abdc;
    }

    .header__menu-item:hover > a
    {
        color: #70abdc;
    }

    .header__menu-item--has-child:hover .header__submenu
    {
        visibility: visible;

        transform: translateX(-50%) translateY(0); 

        opacity: 1;
    }
    .header__menu-item--has-child:hover::after
    {
        bottom: 11px;

        border-color: #70abdc transparent transparent transparent;
    }
/*/////*/
    .menu-item-has-children:hover > a
    {
        color: #70abdc;
    }

    .menu-item-has-children:hover .sub-menu
    {
        visibility: visible;

        transform: translateX(-50%) translateY(0); 

        opacity: 1;
    }


    .menu-item-has-children:hover::after {
        bottom: 11px;
        border-color: #70abdc transparent transparent transparent;
    }


}
.header__menu-item--active .header__menu-link
{
    color: #70abdc;
}
.header__menu-item--active::after
{
    transform: scale(1, -1);
}
.header__menu-link
{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;

    color: #fff;
}

.header__menu-item a{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
}

.header__menu-item .sub-menu a{
    color: black !important;
}
.header__menu-item .sub-menu a:hover{
    color: #70abdc !important;
}

.sub-menu.active{
display: block;
}



@media screen and (max-width: 1024px)
{


    .header__menu-link
    {
        font-size: 14px;
    }
}
@media screen and (max-width: 932px)
{

     .header__menu-item .sub-menu a{
        color: white !important;
    }
    
    .header__menu-link
    {
        font-size: 20px;
    }
}
.header__menu-link:hover
{
    color: #70abdc;
}
.header__submenu, .sub-menu
{
    position: absolute;
    top: 100%;
    left: 50%;

    display: flex;
    visibility: hidden;
    flex-direction: column;

    padding: 15px 30px;

    transition: all .4s ease;
    transform: translateX(-50%) translateY(20%);

    opacity: 0;
   /* background-color: rgba(0, 0, 0, .45);*/
    background-color: rgba(255, 255, 255, .95);

    align-items: center;
    will-change: transform, opacity, visibility;
}

.sub-menu li{
    margin: 0;
    text-align: center;
    width: max-content;
}


@media screen and (max-width: 1024px)
{
    .header__submenu, .sub-menu
    {
        background-color: rgba(0, 0, 0, .8);
    }
}
@media screen and (max-width: 932px)
{
    .header__submenu, .sub-menu
    {
        position: relative;
        top: auto;
        left: auto;

        display: none;
        visibility: visible;

        padding: 10px 0 10px 20px;

        transition: none;
        transform: none;

        opacity: 1;
        background: none;

        will-change: auto;
    }
}
.header__submenu-item
{
    margin-bottom: 5px;
    padding-left: 0;
}
.header__submenu-item::before
{
    display: none;
}
.header__submenu-item:last-child
{
    margin-bottom: 0;
}
.header__submenu-link
{
    font-size: 16px;
    font-weight: 600;
    line-height: normal;

    white-space: nowrap; 

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .header__submenu-link
    {
        font-size: 14px;
    }
}
.header__submenu-link:hover
{
    color: #32509d;
}
.header__langs
{
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 1570px)
{
    .header__langs
    {
        margin-left: 80px;

        order: 3;
    }
}
@media screen and (max-width: 1024px)
{
    .header__langs
    {
        margin-left: 40px;
    }
}
@media screen and (max-width: 932px)
{
    .header__langs
    {
        display: none;
    }
}
.header__langs-mob
{
    display: none;
}
@media screen and (max-width: 932px)
{
    .header__langs-mob
    {
        display: block;

        max-width: 30px; 
        margin: 0 auto;
    }
}
.header__langs:hover .header__langs-list
{
    visibility: visible; 

    opacity: 1;
}
.header__langs:hover .header__lang .i
{
    top: 3px;
}
.header__langs-list
{
    position: absolute;
    top: 100%;
    left: 50%;

    display: flex;
    visibility: hidden;
    flex-direction: column;

    padding: 10px 15px;

    transition: all .35s ease;
    transform: translateX(-50%);

    opacity: 0;
    background-color: rgba(0, 0, 0, .4);

    align-items: center;
    will-change: opacity, visibility;
}
@media screen and (max-width: 1570px)
{
    .header__langs-list
    {
        background-color: rgba(0, 0, 0, .6);
    }
}
.header__langs-link
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;

    color: #fff;
}
.header__langs-link:hover
{
    color: #32509d;
}
.header__langs-link--active
{
    color: #70abdc;
}
.header__langs-link--active:hover
{
    color: #70abdc;
}
.header__lang
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;

    display: inline-flex;

    color: #fff; 

    align-items: center;
}
.header__lang .i
{
    position: relative;
    top: 0;

    margin-left: 2px;
}
.header__lang:hover
{
    color: #70abdc;
}
.header__lang:hover .i
{
    background-color: #70abdc;
}
.header__controlls
{
    position: relative;
    z-index: 4; 

    display: flex;

    margin-right: 20px;

    align-items: center;
}
#searchBtn{
    position: relative;
}
.searchpro{
    position: absolute;
    top: -17px;
    right: 0;
    width: 200px;
}
#ajaxsearchpro1_1 .probox .proinput, #ajaxsearchpro1_2 .probox .proinput, div.asp_m.asp_m_1 .probox .proinput{
      background: white;
      border-radius: 3px;
      padding-left: 15px;
}

#ajaxsearchpro1_1, #ajaxsearchpro1_2, div.asp_m.asp_m_1{
    max-width: 200px !important;
    box-shadow: none !important;
}


@media screen and (max-width: 1570px)
{
    .header__controlls
    {
        margin-right: 0;
        margin-left: 80px; 
        order: 2;
    }
}
@media screen and (max-width: 1024px)
{
    .header__controlls
    {
        margin-left: 40px;
    }
}
@media screen and (max-width: 932px)
{
    .header__controlls
    {
        margin-right: 60px;
    }
}
@media screen and (max-width: 768px)
{
    .header__controlls
    {
        margin-right: 10px; 
        margin-left: 0;
    }
}
.header__controlls-separate
{
    position: relative;
    top: -1px;

    display: block;

    width: 1px;
    height: 15px;
    margin: 0 10px; 

    background-color: rgba(255, 255, 255, .21);
}
.header__link
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;

    display: inline-flex;

    color: #fff; 

    align-items: center;
}
.header__link .i:not(:last-child)
{
    margin-right: 8px;
}
@media screen and (max-width: 768px)
{
    .header__link span
    {
        display: none;
    }
}
.header__link:hover
{
    color: #70abdc;
}
.header__link:hover .i
{
    background-color: #70abdc;
}
@media screen and (max-width: 1570px)
{
    .header__btn
    {
        min-height: 40px;
        padding-top: 10px;
        padding-bottom: 10px;

        order: 1;
    }
}
@media screen and (max-width: 932px)
{
    .header__btn
    {
        display: none;
    }
}
.header__btn-mob
{
    display: none;
}
@media screen and (max-width: 932px)
{
    .header__btn-mob
    {
        display: flex;

        max-width: 300px;
        min-height: 51px; 
        margin: 25px auto;

        justify-content: center;
    }
}
.header__toggle
{
    position: relative;
    z-index: 3; 

    display: none;

    width: 32px;
    height: 18px;

    order: 3;
}
@media screen and (max-width: 932px)
{
    .header__toggle
    {
        display: block;
    }
}
.header__toggle span
{
    position: absolute;
    left: 0;

    width: 100%;
    height: 2px;

    transition: all .35s ease; 
    transform: rotate(0deg);

    opacity: 1;
    background-color: #fff;
}
.header__toggle span:nth-child(1)
{
    top: 0;
}
.header__toggle span:nth-child(2),
.header__toggle span:nth-child(3)
{
    top: 8px;
}
.header__toggle span:nth-child(4)
{
    top: 16px;
}
.header__toggle--active span:nth-child(1),
.header__toggle--active span:nth-child(4)
{
    top: 8px;
    left: 50%;

    visibility: hidden; 

    width: 0;

    opacity: 0;
}
.header__toggle--active span:nth-child(2)
{
    transform: rotate(45deg);
}
.header__toggle--active span:nth-child(3)
{
    transform: rotate(-45deg);
}
@media screen and (max-width: 932px)
{
    .header--black .header__nav
    {
        background-color: rgba(255, 255, 255, .95);
    }
    .header--black .header__nav-overlay
    {
        background-color: #fff;
    }
}

.header--black path{
    fill: #000;
}
.header--black .xoo-wsc-sc-cont:after{
   content: url(img/icons/cart-black.svg);    
   position: absolute;
   top: 50%;
   transform: translateY(-45%);
}
.xoo-wsc-sc-cont{
position: relative;
}

.xoo-wsc-sc-count{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: -20px;
    left: 12px;
    font-size: 12px;
    height: 21px;
     width: 20px;
    color: white;
    border-radius: 50%;
    background: #32509d;
}
.side_cart.active .xoo-wsc-sc-count{ 
display: flex;
}
.xoo-wsc-sum-col a{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
        background: linear-gradient(to right, #32509d 0%, #70abdc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    max-width: max-content;
}

.xoo-wsc-footer-b a{
    display: flex;
    align-content: center;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    margin-right: 30px;
    padding: 15px 25px;
    transition: background-position .5s ease;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    border-radius: 5px;
    background: linear-gradient(to right, #32509d, #6faadb, #32509d);
    background-size: 300% 100%;
}
.xoo-wsc-footer-b a:hover{
        color: #fff;
    background-position: 100% 0;
}

.xoo-wsc-container .add_to_cart_button{
    min-height: auto;
    padding: 10px;
}
.lSSlideOuter li:before{
    content: none;
}
.header--black .header__menu-link, .header--black a
{
    color: #000;
}
.header--black .header__menu-link:hover, .header--black a:hover
{
    color: #70abdc;
}
.header--black .header__menu-item--has-child::after, .header--black .menu-item-has-children::after
{
    border-color: #000 transparent transparent transparent;
}
@media screen and (min-width: 932px)
{
    .header--black .header__menu-item:hover::after
    {
        border-color: #70abdc transparent transparent transparent;
    }
}
.header--black .header__submenu, .header--black .sub-menu
{
    /*background-color: #000;*/
    background-color: rgba(255, 255, 255, .95);
}
@media screen and (max-width: 932px)
{
    .header--black .header__submenu, .header--black .sub-menu
    {
        background: none;
    }
}
@media screen and (max-width: 932px)
{
    .header--black .header__submenu-link
    {
        color: #000;
    }
}
.header--black .header__submenu-link:hover
{
    color: #70abdc;
}
.header--black .header__link
{
    color: #000;
}
.header--black .header__link .i
{
    background: #000;
}
.header--black .header__link:hover
{
    color: #70abdc;
}
.header--black .header__link:hover .i
{
    background: #70abdc;
}
.header--black .header__controlls-separate
{
    opacity: .21; 
    background-color: #7c7c7c;
}
.header--black .header__lang
{
    color: #000;
}
.header--black .header__lang .i
{
    background-color: #000;
}
.header--black .header__langs-list
{
    background-color: #000;
}
.header--black .header__toggle span
{
    background-color: #000;
}

/* HEADER END */
/* FOOTER START */
.footer
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    padding: 86px 0 0px; 

    flex-shrink: 0;
}

.footer-bottom{
	margin-top: 20px;
	padding: 20px 0;
    background: linear-gradient(90deg, #32509d 0%, #6faadb 100%);
}
.copyr{	
color: white;
font-size: 10px;
text-align: center;
}

.copyr a{
	  color: white;
}
.business_hours p{
font-size: 13px;
    font-weight: normal;
    line-height: 16px;
   margin-bottom: 15px !important;
}	

@media screen and (max-width: 1200px)
{
.footer__col--main{
        max-width: 180px;
}
}

@media screen and (max-width: 1570px)
{
    .footer
    {
        padding: 65px 0 0px;
    }
}
@media screen and (max-width: 480px)
{
    .footer
    {
        padding: 40px 0 0;
    }
}
.footer__container
{
    max-width: 1615px;
}
.footer__inner
{
    display: flex;

    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .footer__inner
    {
        flex-direction: column;
    }
}
.footer__col
{
    padding-top: 6px;
}
@media screen and (max-width: 768px)
{
    .footer__col
    {
        max-width: 100%;
    }
}
.footer__col--main
{
    padding-top: 0;
}
@media screen and (max-width: 768px)
{
 /*   .footer__col--main
    {
        margin-bottom: 25px;
    }*/
}
@media screen and (max-width: 932px)
{
    .footer__col--menu
    {
        display: none;
    }
}
.footer__col--contacts
{
    width: 100%; 
  /*  max-width: 274px;*/
      max-width: 230px;
}

@media screen and (max-width: 1200px)
{
    .footer__col--contacts
    {
        max-width: 200px;
    }
}

@media screen and (max-width: 932px)
{
    .footer__col--contacts
    {
        max-width: 270px;
    }
}
@media screen and (max-width: 768px)
{
    .footer__col--contacts
    {   
        margin-top: 15px;
        max-width: 100%;
    }
}
.footer__col--contacts .footer__title
{
    padding-left: 7px;
}
.footer__logo
{
    display: block;
	max-width: 185px;
    width: 100%;
    /*max-width: 376px;*/
    margin-bottom: 21px; 

    opacity: 1;
}
@media screen and (max-width: 1570px)
{
    .footer__logo
    {
        max-width: 150px;
    }
}
@media screen and (max-width: 932px)
{
    .footer__logo
    {
        max-width: 376px;
    }
}
@media screen and (max-width: 768px)
{
    .footer__logo
    {
        max-width: 240px;
    }
}
.footer__logo > img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.footer__logo:hover
{
    opacity: .75;
}
.footer__text
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.83;

    max-width: 310px;
    margin-bottom: 20px;

    opacity: .8; 
    color: #060606;
}
@media screen and (max-width: 1570px)
{
    .footer__text
    {
        max-width: 240px;
    }
}
@media screen and (max-width: 932px)
{
    .footer__text
    {
        max-width: 310px;
    }
}
.footer__soc
{
    display: flex;

    align-items: center;
}
.footer__soc-item
{
    display: inline-flex;

    margin-right: 5px;
}
.footer__soc-item .i
{
    transition: all .2s ease-in; 
    transform: scale(1);
}
.footer__soc-item:hover .i
{
    transform: scale(1.3); 

    background-color: #32509d;
}
.footer__soc-item:last-child
{
    margin-right: 0;
}
.footer__title
{
    font-size: 18px;
    font-weight: bold;
    line-height: normal; 

    display: block;

    margin-bottom: 21px;
}
.footer__title > span
{
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.footer__menu
{
    margin-bottom: 0;
}
.footer__menu-item
{
    margin-bottom: 8px;
    padding-left: 0;
}
.footer__menu-item::before
{
    display: none;
}
.footer__menu-item:last-child
{
    margin-bottom: 0;
}
.footer__menu-link, .footer__menu-item a
{
    font-size: 14px;
    font-weight: normal;
    line-height: normal;

    position: relative; 

    color: #0f0f0f;
}
.footer__menu-link::after, .footer__menu-item a::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 0;
    height: 1px;

    content: '';
    transition: all .3s ease-out; 

    opacity: 0;
    background-color: #0f0f0f;
}
.footer__menu-link:hover
{
    color: #0f0f0f;
}
.footer__menu-link:hover::after, .footer__menu-item a:hover::after
{
    visibility: visible;

    width: 100%;

    opacity: 1;
}
.footer__contacts
{
    padding-top: 8px;
}
.footer__contacts-line
{
    display: flex;

    margin-bottom: 13px; 

    align-items: flex-start;
    justify-content: space-between;
}
.footer__contacts-line:last-child
{
    margin-bottom: 0;
}
.footer__contacts-icon
{
    display: flex;

    width: 14px;
    margin-right: 8px; 

    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}
.footer__contacts-icon .i-phone-call
{
    position: relative;
    top: 3px;
}
.footer__contacts-content
{
    display: flex;
    flex-direction: column;

    width: 100%;

    align-items: flex-start;
}
.footer__contacts-content p{
margin: -7px 0 0;
}
.footer__contacts-content a
{
    display: inline-flex;

    margin-bottom: 5px;
}
.footer__contacts-content a:last-child
{
    margin-bottom: 0;
}
.footer__contacts span
{
    font-size: 13px;
    font-weight: normal; 
    line-height: 16px;
}
.footer__contacts-link, .footer__contacts-content a
{
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    text-decoration: none !important;
    position: relative;

    color: #0f0f0f;
}
.footer__contacts-link--normal
{
    font-size: 13px;
    line-height: 16px;
}
.footer__contacts-link::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 0;
    height: 1px;

    content: '';
    transition: all .35s ease; 

    opacity: 0;
    background-color: #0f0f0f;
}
.footer__contacts-link:hover
{
    color: #0f0f0f;
}
.footer__contacts-link:hover::after
{
    visibility: visible;

    width: 100%;

    opacity: 1;
}

/* FOOTER END */
/* BREAD START */
.bread
{
    overflow: hidden;

    max-width: 100%;
    padding: 8px 0 6px; 

    background-color: #f1f1f1;
}
.bread__list
{
    margin-bottom: 0;
}
.bread__item
{
    display: inline-block;

    padding-left: 0;
}
.bread__item::before
{
    display: none;
}
.woo-sep{
    position: relative;
    top: -3px;
    display: inline-block;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #67a5da;
    width: 4px;
    height: 4px;  
}
.bread__item-separate, .breadcrumbs__separator 
{
    position: relative;
    top: 0px;
    width: 4px;
    height: 4px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #67a5da;
}
.bread__link, .breadcrumbs__link, .breadcrumbs__current, .woocommerce-breadcrumb a, .woocommerce-breadcrumb
{
    font-size: 14px;
    font-weight: normal;
    line-height: normal;

    color: #868686;
}

.breadcrumbs{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 420px)
{
    .bread__link
    {
        font-size: 13px;
    }
}
.bread__link:hover, .woocommerce-breadcrumb a:hover
{
    color: #70abdc;
}

/* BREAD END */
/* OVERLAY START */
.overlay
{
    position: relative;

    display: flex;
    overflow: hidden;

    max-width: 100%;
    min-height: 420px;

    align-items: center;
}
@media screen and (max-width: 1024px)
{
    .overlay
    {
        min-height: 360px;
    }
}
@media screen and (max-width: 932px)
{
    .overlay
    {
        min-height: 320px;
    }
}
@media screen and (max-width: 768px)
{
    .overlay
    {
        min-height: 260px;
    }
}
@media screen and (max-width: 400px)
{
    .overlay
    {
        min-height: 180px;
    }
}
.overlay__bg
{
    position: absolute;
    z-index: 1;

    display: block;
    overflow: hidden; 

    width: 100%;
    height: 100%;
}
.overlay__bg::after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 94%;

    content: '';

    background: linear-gradient(180deg, rgba(43, 42, 42, .71) 0%, rgba(0, 0, 0, 0) 100%);
}
.overlay__bg > img
{
    position: relative;
    z-index: 1; 

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.overlay .container
{
    position: relative;
    z-index: 2;
}
.overlay--small-container .container
{
    max-width: 1398px;
}
.overlay__title
{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.354; 

    margin-bottom: 0;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .overlay__title
    {
        font-size: 36px;
    }
}
@media screen and (max-width: 932px)
{
    .overlay__title
    {
        font-size: 34px;
    }
}
@media screen and (max-width: 768px)
{
    .overlay__title
    {
        font-size: 26px;
    }
}

/* OVERLAY END */
/* BANNER START */
.banner
{
    position: relative;

    overflow: hidden;

    width: 100%;
    max-width: 100%;
    padding: 307px 0 231px;
}
@media screen and (max-width: 1570px)
{
    .banner
    {
        padding: 270px 0 120px;
    }
}
@media screen and (max-width: 1024px)
{
    .banner
    {
        padding: 240px 0 110px;
    }
}
@media screen and (max-width: 932px)
{
    .banner
    {
        padding: 200px 0 100px;
    }
}
@media screen and (max-width: 768px)
{
    .banner
    {
        padding: 170px 0 70px;
    }
}
.banner::before,
.banner::after
{
    position: absolute;
    z-index: 2; 
    left: 0;

    width: 100%;
    height: 42%;

    content: '';
}
.banner::before
{
    top: 0;

    background: linear-gradient(to bottom, rgba(43, 42, 42, .7), rgba(0, 0, 0, 0));
}
.banner::after
{
    bottom: 0;

    background: linear-gradient(to top, rgba(43, 42, 42, .7), rgba(0, 0, 0, 0));
}
.banner__bg
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block; 
    overflow: hidden;

    width: 100%;
    height: 100%;
}
.banner__bg::after
{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    opacity: .56; 
    background-color: #242424;
}
.banner__bg > img
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.banner .container
{
    position: relative;
    z-index: 3;
}
.banner__inner
{
    box-sizing: border-box; 
    padding-left: 8px;
}
@media screen and (max-width: 768px)
{
    .banner__inner
    {
        padding-left: 0;
    }
}
.banner__title
{
    font-size: 62px;
    font-weight: bold;
    line-height: 1.17;

    max-width: 720px;
    margin-bottom: 24px;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .banner__title
    {
        font-size: 52px;

        max-width: 670px;
    }
}
@media screen and (max-width: 932px)
{
    .banner__title
    {
        font-size: 42px;

        max-width: 490px;
    }
}
@media screen and (max-width: 768px)
{
    .banner__title
    {
        font-size: 32px;

        max-width: 350px;
    }
}
.banner__info
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.79;

    max-width: 524px;
    margin-bottom: 38px; 

    color: #fff;
}
@media screen and (max-width: 932px)
{
    .banner__info
    {
        max-width: 485px;
    }
}
.banner__btn
{
    margin-bottom: 35px;
    padding: 15px 95px;
}
.banner__stars
{
    display: flex;

    align-items: center;
}
.banner__stars-text
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.77; 

    margin-right: 11px;

    color: #fff;
}
.banner__stars-star
{
    display: inline-flex;

    margin-right: 10px; 

    align-items: center;
}
.banner__stars-item
{
    display: flex;

    width: 20px;
    height: 20px;
    margin-right: 5px;

    background-color: #dcdce6; 

    align-items: center;
    justify-content: center;
}
.banner__stars-item--active
{
    background-color: #00b67a;
}
.banner__stars-item:last-child
{
    margin-right: 0;
}
.banner__stars-logo
{
    position: relative;
    top: 1px; 

    width: 100%;
    max-width: 90px;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}

/* BANNER END */
/* SOLUTION START */
.solution
{
    overflow: hidden;

    max-width: 100%;
    padding: 82px 0 40px;
}
@media screen and (max-width: 768px)
{
    .solution
    {
        padding: 45px 0 30px;
    }
}
.solution__wrapper
{
    display: flex;

    width: 100%;
    margin-bottom: 1px; 

    justify-content: space-between;
    flex-flow: row wrap;
}
@media screen and (max-width: 768px)
{
    .solution__wrapper
    {
        display: block;
    }
}
.solution__link
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    width: 100%;
    max-width: calc(50% - 15px);
    min-height: 400px;
    margin-bottom: 30px; 
    padding: 50px 40px 20px;

    color: #fff;

    align-items: flex-start;
    justify-content: flex-end;
}
@media screen and (max-width: 1570px)
{
    .solution__link
    {
        min-height: 310px;
    }
}
@media screen and (max-width: 932px)
{
    .solution__link
    {
        max-width: calc(50% - 10px);
        margin-bottom: 20px; 
        padding: 30px 20px 20px;
    }
}
@media screen and (max-width: 768px)
{
    .solution__link
    {
        max-width: 100%;
        min-height: 240px;
        padding: 30px 15px 20px;
    }
}
.solution__link:hover
{
    color: #fff;
}
.solution__link:hover .i
{
    left: 6px;
}
.solution__link:hover .solution__pic::after
{
    height: 300%;
}
.solution__link:hover .solution__postlink
{
    color: #70abdc;
}
.solution__pic
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;
}
.solution__pic::after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: height .4s ease-out;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.48%, #1f1f1f 100%);

    will-change: height;
}
.solution__pic > img
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.solution__name,
.solution__postlink
{
    position: relative;
    z-index: 2;
}
.solution__name
{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.354; 

    display: block;
}
@media screen and (max-width: 932px)
{
    .solution__name
    {
        font-size: 22px;

        margin-bottom: 4px;
    }
}
.solution__postlink
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.354;

    transition: color .3s ease-out;
}
.solution__postlink .i
{
    position: relative;
    top: 3px;
    left: 0;

    margin-left: 11px;
}

/* SOLUTION START */
/* ABOUT START */
.about
{
    overflow: hidden; 

    max-width: 100%;
    padding: 41px 0 150px;
}
@media screen and (max-width: 1570px)
{
    .about
    {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 932px)
{
    .about
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 768px)
{
    .about
    {
        padding-bottom: 70px;
    }
}
.about__title
{
    margin-bottom: 32px;
}
.about__wrapper
{
    display: flex;

    width: 100%;

    align-items: stretch;
    justify-content: space-between;
}
@media screen and (max-width: 932px)
{
    .about__wrapper
    {
        display: block;
    }
}
.about__pic
{
    display: block;
    overflow: hidden; 

    box-sizing: border-box;
    width: 100%;
    max-width: 756px;
    height: auto;
    padding-top: 6px;
}
@media screen and (max-width: 932px)
{
    .about__pic
    {
        max-width: 100%;
        height: 400px; 
        margin-bottom: 30px;
        padding-top: 0;
    }
}
@media screen and (max-width: 480px)
{
    .about__pic
    {
        height: 300px;
        margin-bottom: 20px;
    }
}
.about__pic > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.about__content
{
    width: 100%;
    max-width: 770px;
    margin-left: 55px;
}
@media screen and (max-width: 932px)
{
    .about__content
    {
        margin-left: 0;
    }
}
.about__subtitle
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.354; 

    margin-bottom: 21px;
}
@media screen and (max-width: 932px)
{
    .about__subtitle
    {
        margin-bottom: 18px;
    }
}
@media screen and (max-width: 768px)
{
    .about__subtitle
    {
        font-size: 20px;

        margin-bottom: 14px;
    }
}
.about__subtitle span
{
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.about__info
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.79;

    margin-bottom: 30px;
}
@media screen and (max-width: 932px)
{
    .about__info
    {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 768px)
{
    .about__info
    {
        margin-bottom: 22px;
    }
}
.about__btn
{
    padding: 15px 111px;
}

/* ABOUT START */
/* DIGITAL START */
.digital
{
    position: relative;

    overflow: hidden;

    max-width: 100%;
    padding: 188px 0 212px;
}
@media screen and (max-width: 1570px)
{
    .digital
    {
        padding: 130px 0;
    }
}
@media screen and (max-width: 1024px)
{
    .digital
    {
        padding: 110px 0;
    }
}
@media screen and (max-width: 768px)
{
    .digital
    {
        padding: 70px 0;
    }
}
.digital::before,
.digital::after
{
    position: absolute;
    z-index: 2;
    left: 0;

    width: 100%; 

    content: '';
}
.digital::before
{
    top: 0;

    height: 42%;

    opacity: .6; 
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 51.48%, #1f1f1f 100%);
}
.digital::after
{
    bottom: 0;

    height: 54%;

    opacity: .6; 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 51.48%, #1f1f1f 100%);
}
.digital__bg
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 0;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 100%;
}
.digital__bg > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.digital .container
{
    position: relative;
    z-index: 3;
}
.digital__title
{
    font-size: 40px;
    font-weight: bold;
    line-height: 1.354;

    width: 100%;
    max-width: 1210px;
    margin: 0 auto 75px; 

    text-align: center;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .digital__title
    {
        font-size: 34px;
    }
}
@media screen and (max-width: 932px)
{
    .digital__title
    {
        font-size: 32px;
    }
}
@media screen and (max-width: 768px)
{
    .digital__title
    {
        font-size: 28px;

        margin-bottom: 45px;
    }
}
@media screen and (max-width: 480px)
{
    .digital__title
    {
        font-size: 26px;
    }
}
.digital__wrapper
{
    position: relative;

    display: flex;

    width: 100%;
    max-width: 1470px;
    margin: 0 auto -55px; 

    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}
@media screen and (max-width: 932px)
{
    .digital__wrapper
    {
        max-width: 650px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 590px)
{
    .digital__wrapper
    {
        flex-direction: column;

        max-width: 100%; 

        align-items: center;
    }
}
.digital__wrapper::after
{
    position: absolute;
    top: -17px;
    bottom: 42px;
    left: 50%;

    width: 1px;

    content: '';
    transform: translateX(-50%);

    opacity: .19; 
    background-color: #fff;
}
@media screen and (max-width: 932px)
{
    .digital__wrapper::after
    {
        display: none;
    }
}
.digital__item
{
    display: flex;

    width: 100%;
    max-width: calc(50% - 110px);
    margin-bottom: 55px; 

    align-items: center;
}
@media screen and (max-width: 1570px)
{
    .digital__item
    {
        max-width: calc(50% - 70px);
    }
}
@media screen and (max-width: 1024px)
{
    .digital__item
    {
        max-width: calc(50% - 50px);
    }
}
@media screen and (max-width: 932px)
{
    .digital__item
    {
        flex-direction: column;

        max-width: 260px;
        margin-bottom: 30px;

        text-align: center;
    }
    .digital__item:last-child
    {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px)
{
    .digital__item
    {
        margin-bottom: 20px;
    }
}
.digital__icon
{
    display: flex;

    width: 83px;
    margin-right: 26px; 

    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 1024px)
{
    .digital__icon
    {
        width: 66px;
    }
}
@media screen and (max-width: 932px)
{
    .digital__icon
    {
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 768px)
{
    .digital__icon
    {
        width: 54px;
        margin-bottom: 10px;
    }
}
.digital__text
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.739;

    display: block;

    width: 100%;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .digital__text
    {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.354;
    }
}
@media screen and (max-width: 768px)
{
    .digital__text
    {
        font-size: 16px;
    }
}

/* DIGITAL START */
/* PARTNER START */
.partner
{
    overflow: hidden;

    max-width: 100%;
    padding: 70px 0 57px; 

    background-color: #f5f5f5;
}
@media screen and (max-width: 1024px)
{
    .partner
    {
        padding: 50px 0;
    }
}
@media screen and (max-width: 932px)
{
    .partner
    {
        padding: 40px 0;
    }
}
.partner .container
{
    max-width: 1622px;
    padding: 0 45px;
}
.partner__slider
{
    position: relative;

    width: 100%;
    max-width: 100%;
}
.partner__slider .slick-list
{
    margin: 0 -20px;
}
@media screen and (max-width: 932px)
{
    .partner__slider .slick-list
    {
        margin: 0 -5px;
    }
}
.partner__slider .slick-track
{
    display: flex !important;

    align-items: center;
}
.partner__pic
{
    display: flex !important;

    margin: 0 20px; 

    transition: all .3s ease;

    justify-content: center;
    filter: grayscale(100%);
    will-change: filter;
}
@media screen and (max-width: 932px)
{
    .partner__pic
    {
        margin: 0 5px;
    }
}
.partner__pic:focus
{
    outline-width: 0;
}
.partner__pic img
{
    max-width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
.partner__pic:hover
{
    filter: grayscale(0%);
}
.partner__arrow
{
    position: absolute;
    z-index: 8;
    top: 50%;

    display: inline-flex;

    transform: translateY(-50%);
}
.partner__arrow--prev
{
    left: -45px;
}
@media screen and (max-width: 1570px)
{
    .partner__arrow--prev
    {
        left: -40px;
    }
}
.partner__arrow--prev .i
{
    transform: scale(-1, 1);
}
.partner__arrow--next
{
    right: -45px;
}
@media screen and (max-width: 1570px)
{
    .partner__arrow--next
    {
        right: -40px;
    }
}
.partner__arrow .i
{
    width: 28px;
    height: 10px; 

    background: #000;
}
.partner__arrow:hover .i
{
    background: #70abdc;
}

/* PARTNER START */
/* BLOG START */
.blog
{
    overflow: hidden;

    max-width: 100%;
    padding: 100px 0 139px;
}
@media screen and (max-width: 1570px)
{
    .blog
    {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 932px)
{
    .blog
    {
        padding: 90px 0;
    }
}
@media screen and (max-width: 768px)
{
    .blog
    {
        padding: 70px 0;
    }
}
.blog__title
{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px)
{
    .blog__title
    {
        margin-bottom: 30px;
    }
}
.blog__wrapper
{
    display: flex;

    width: 100%;

    align-items: stretch;
    justify-content: space-between;
    flex-flow: row wrap;
}
@media screen and (max-width: 768px)
{
    .blog__wrapper
    {
        display: block;
    }
}
.blog__link
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    width: 100%;
    max-width: calc(33.33333% - 20px);
    height: auto;
    min-height: 393px;
    margin-bottom: 30px;
    padding: 40px 48px 40px 40px;

    justify-content: flex-end;
}
@media screen and (max-width: 1400px)
{
    .blog__link
    {
        max-width: calc(50% - 15px);
        min-height: 360px;
    }
}
@media screen and (max-width: 1024px)
{
    .blog__link
    {
        min-height: 320px;
        padding: 30px 35px 30px 30px;
    }
}
@media screen and (max-width: 932px)
{
    .blog__link
    {
        min-height: 270px; 
        padding: 20px 25px 20px 20px;
    }
}
@media screen and (max-width: 768px)
{
    .blog__link
    {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.blog__link:hover .blog__pic::after
{
    height: 300%;
}
.blog__link:hover .blog__name
{
    color: #70abdc;
}
.blog__pic
{
    position: absolute;
    top: 0;
    left: 0;

    display: block; 

    width: 100%;
    height: 100%;

    content: '';
}
.blog__pic::after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: height .5s ease-out; 

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.48%, #1f1f1f 100%);
}
.blog__pic > img
{
    position: relative;
    z-index: 1;

    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.blog__name
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.354;

    position: relative;
    z-index: 3;

    display: block;

    transition: all .35s ease-out; 

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .blog__name
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 932px)
{
    .blog__name
    {
        font-size: 16px;
    }
}

/* BLOG END */
/* CONSULTATION START */
.consult
{
    overflow: hidden;

    max-width: 100%;
    padding: 110px 0; 

    background: linear-gradient(90deg, #32509d 0%, #6faadb 100%);
}
@media screen and (max-width: 1024px)
{
    .consult
    {
        padding: 80px 0;
    }
}
@media screen and (max-width: 768px)
{
    .consult
    {
        padding: 70px 0;
    }
}
.consult__wrapper
{
    display: flex;

    width: 100%;

    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 1024px)
{
    .consult__wrapper
    {
        display: block;
    }
}
.consult__col
{
    width: 100%; 
    max-width: 739px;
}
@media screen and (max-width: 1024px)
{
    .consult__col
    {
        max-width: 100%;
    }
}
.consult__col:last-child
{
    max-width: 769px;
    margin-left: 60px;
}
@media screen and (max-width: 1024px)
{
    .consult__col:last-child
    {
        max-width: 100%;
        margin-top: 40px; 
        margin-left: 0;
    }
}
@media screen and (max-width: 768px)
{
    .consult__submit
    {
        padding: 15px 90px;
    }
}
@media screen and (max-width: 480px)
{
    .consult__submit
    {
        width: 100%;
        max-width: 100%;
        padding: 15px 50px; 

        justify-content: center;
    }
}
.consult__subtitle
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.354;

    display: block;

    margin-bottom: 5px;

    text-transform: uppercase; 

    color: #fff;
}
.consult__title
{
    font-size: 36px;
    font-weight: bold;
    line-height: 1.354;

    margin-bottom: 20px; 

    color: #fff;
}
@media screen and (max-width: 768px)
{
    .consult__title
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.consult__review
{
    width: 100%;
    margin-bottom: 14px; 
    padding-top: 21px;
}
.consult__review-item
{
    display: flex;

    box-sizing: border-box;
    width: 100%;
    margin-bottom: 41px; 
    padding-bottom: 40px;

    border-bottom: 2px solid #fff;

    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 480px)
{
    .consult__review-item
    {
        display: block;

        margin-bottom: 25px;
        padding-bottom: 25px;
    }
}
.consult__review-item:last-child
{
    margin-bottom: 0;
}
.consult__review-left
{
    box-sizing: border-box; 
    width: 100%;
    max-width: 101px;
    padding-right: 10px;

    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 480px)
{
    .consult__review-left
    {
        max-width: 100%;
        margin-bottom: 10px; 
        padding-right: 0;
    }
}
.consult__review-name
{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.354;

    display: block;

    margin-bottom: -3px; 

    color: #fff;
}
.consult__review-date
{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8; 

    display: block;

    padding-left: 1px;

    color: #fff;
}
.consult__review-content
{
    width: 100%;
}
.consult__review-text
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;

    margin-bottom: 0;

    color: #fff;
}
.consult__bottom
{
    display: flex;

    width: 100%;

    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}
@media screen and (max-width: 480px)
{
    .consult__bottom
    {
        flex-direction: column;
    }
}
.consult__add
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35; 

    display: inline-flex;

    color: #fff;

    align-items: center;
}
@media screen and (max-width: 480px)
{
    .consult__add
    {
        margin-bottom: 15px;
    }
}
.consult__add .i
{
    margin-left: 12px;

    transform: rotate(0deg);
}
.consult__add span
{
    position: relative;
}
.consult__add span::after
{
    position: absolute;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 0;
    height: 1px;

    content: '';
    transition: all .35s ease; 

    opacity: 0;
    background-color: #fff;
}
.consult__add:hover
{
    color: #fff;
}
.consult__add:hover span::after
{
    visibility: visible; 

    width: 100%;

    opacity: 1;
}
.consult__add:hover .i
{
    transform: rotate(180deg);
}
.consult__form
{
    width: 100%;
    max-width: 100%;
    padding-top: 3px;
}
.consult__form-btn
{
    display: flex;

    margin-top: 20px; 

    justify-content: flex-end;
}
@media screen and (max-width: 768px)
{
    .consult__form-btn
    {
        justify-content: center;
    }
}
.consult__form input,
.consult__form textarea
{
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    position: relative;
    box-sizing: border-box; 
    width: 100%;
    height: 42px;
    padding: 0 20px 0 27px;

    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    background: none;

    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.wpcf7-not-valid-tip{
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    position: absolute;
    width: max-content;
    background: #ffffff;
    padding: 1px 10px;

}

.glsr-field-text{
    order: 1;
}
.glsr-field-email{
    order: 2;
}
.glsr-field-textarea{
    order: 3;
}
div[data-field="submit-button"]{
     order: 4;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.4;
    overflow: hidden;
    padding: 15px;
    transition: background-position .35s ease-out;
    text-align: center;
    color: #fff;
    border-radius: 5px;
      color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #32509d, #6faadb, #32509d);
}
.glsr-button-text{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
   
}
.glsr-review-author{
    order: 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.354;
    color: #fff;
    display: block;
}
.glsr-review-author:before{
    content: none !important;
}
.glsr-review-date{
    order: 2;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.8;
    display: block !important;
    padding-left: 1px;
    font-style: normal !important;
    color: #fff;
    flex-basis: 100% !important;
}
.glsr-review-content{
    order: 3;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 0;
    color: #fff;
}
.glsr-review{
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

.glsr .glsr-reviews, .glsr .glsr-reviews-wrap{
    gap: 1rem !important;
}
.consult__form input::-moz-placeholder,
.consult__form textarea::-moz-placeholder
{
    opacity: .6; 
    color: #fff;
}
.consult__form input:-ms-input-placeholder,
.consult__form textarea:-ms-input-placeholder
{
    opacity: .6; 
    color: #fff;
}
.consult__form input::placeholder,
.consult__form textarea::placeholder
{
    opacity: .6; 
    color: #fff;
}
.consult__form input:focus,
.consult__form textarea:focus
{
    outline-width: 0;
}
.consult__form textarea
{
    line-height: 1.4;

    height: 117px;
    margin-top: 11px;
    padding: 20px; 

    resize: none;

    border: 1px solid #fff;
}
.consult__row
{
    display: flex;

    width: 100%;
    margin-bottom: 29px; 

    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .consult__row
    {
        display: block;

        margin-bottom: 0;
    }
}
.consult__block
{
    position: relative;

    width: 100%;
    max-width: calc(50% - 20px);
    height: auto;
    margin-bottom: 0;
}
@media screen and (max-width: 768px)
{
    .consult__block
    {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.consult__block .i
{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;

    transform: translateY(-50%);

    background: #fff;
}
.consult__block .i-user,
.consult__block .i-phone-call,
.consult__block .i-email
{
    width: 14px;
    height: 14px;
}

/* CONSULTATION END */
.abt
{
  /*  overflow: hidden; */

    max-width: 100%;
    padding: 50px 0 150px;
}
@media screen and (max-width: 1024px)
{
    .abt
    {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 768px)
{
    .abt
    {
        padding-bottom: 80px;
    }
}
@media screen and (max-width: 480px)
{
    .abt
    {
        padding-bottom: 60px;
    }
}
.abt__row
{
    position: relative;

    display: flex;

    width: 100%;

    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 768px)
{
    .abt__row
    {
        display: block;
    }
}
.abt__sidebar
{
    position: sticky;
    top: 10px;

    width: 100%;
    max-width: 270px;
    margin-right: 34px; 

    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 932px)
{
    .abt__sidebar
    {
        max-width: 230px;
        margin-right: 25px;
    }
}
@media screen and (max-width: 768px)
{
    .abt__sidebar
    {
        display: none;
    }
}
.abt__sidebar-list
{
    margin-bottom: 0;
}
.abt__sidebar-item
{
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
}
.abt__sidebar-item::before
{
    display: none;
}
.abt__sidebar-item:last-child
{
    margin-bottom: 0;
}
.abt__sidebar-link, .abt__sidebar-item a
{
    font-size: 14px;
    font-weight: 500;
    line-height: normal; 

    display: flex;

    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 50px;
    padding: 5px 20px 5px 25px;

    color: #0f0f0f;
    background-color: #f5f5f5;

    align-items: center;
    justify-content: space-between;
}
.abt__sidebar-link .i, .abt__sidebar-item a .i
{
    width: 27px; 
    margin-left: 10px;

    transform: translateX(0);

    flex-grow: 0;
    flex-shrink: 0;
}
.abt__sidebar-link:hover, .abt__sidebar-item a:hover
{
    color: #32509d;
    background-color: #ededed;
}
.abt__sidebar-link:hover .i, .abt__sidebar-item a:hover .i
{
    transform: translateX(5px);
}
.abt__block
{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px)
{
    .abt__block
    {
        margin-bottom: 30px;
    }
}
.abt__block--pre
{
    margin-bottom: 73px;
}
@media screen and (max-width: 480px)
{
    .abt__block--pre
    {
        margin-bottom: 40px;
    }
}
.abt__block:last-child
{
    margin-bottom: 0;
}
.abt__title
{
    font-size: 32px;

    margin-bottom: 20px;
}
@media screen and (max-width: 1024px)
{
    .abt__title
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .abt__title
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.abt__platform
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 41px 0 43px;

    align-items: stretch;
    justify-content: space-between;
}
@media screen and (max-width: 1024px)
{
    .abt__platform
    {
        flex-flow: row wrap;
    }
}
@media screen and (max-width: 768px)
{
    .abt__platform
    {
        margin: 31px 0 30px;
    }
}
@media screen and (max-width: 480px)
{
    .abt__platform
    {
        display: block;
    }
}
.abt__platform-item
{
    display: flex;

    width: 100%;
    max-width: calc(50% - 14.5px);
    min-height: 156px;
    padding: 20px 50px 20px 66px;

    background-color: #f5f5f5; 
    margin-bottom: 15px;
    align-items: center;
    justify-content: flex-start;
}
@media screen and (max-width: 1280px)
{
    .abt__platform-item
    {
        padding: 20px 20px 20px 40px;
    }
}
@media screen and (max-width: 1024px)
{
    .abt__platform-item
    {
        max-width: 100%;
        padding: 20px 50px 20px 66px;
    }
    .abt__platform-item:first-child
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px)
{
    .abt__platform-item
    {
        padding: 20px 20px 20px 30px;
    }
}
.abt__platform-item .i
{
    margin-right: 40px; 

    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 480px)
{
    .abt__platform-item .i
    {
        margin-right: 25px;
    }
}
.abt__platform-name
{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.354;

    display: block;

    margin-bottom: -2px;
}
.abt__platform-name span
{
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.abt__platform-count
{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.354;

    display: block;

    color: #0f0f0f;
}
.abt__app
{
    width: 100%;
    margin-bottom: 80px; 
    padding: 48px 20px 48px;

    background-color: #f5f5f5;
}
@media screen and (max-width: 480px)
{
    .abt__app
    {
        margin-bottom: 30px; 
        padding: 30px 15px;
    }
}
.abt__app-title
{
    font-size: 26px;
    font-weight: 600;
    line-height: 1.354;

    margin-bottom: 15px; 

    text-align: center;
}
@media screen and (max-width: 1280px)
{
    .abt__app-title
    {
        font-size: 22px;
    }
}
.abt__app-title span
{
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.abt__app-text
{
    font-size: 14px;
    font-weight: normal;
    line-height: 2;

    display: block;

    margin-bottom: 17px;

    text-align: center; 

    color: #0f0f0f;
}
.abt__app-row
{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.abt__app-link
{
    display: inline-flex;

    max-width: 163px;
    margin: 5px 13px;

    opacity: 1;
}

.abt__app-button{
    margin: 5px;
	/*font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    overflow: hidden;
    box-sizing: border-box;
  
    min-height: 85px;
    display: flex;
    align-items: center;
    padding: 13px 17px;
    text-align: center;
    text-transform: uppercase;
    color: #3858a3;
    border: 2px solid #3858a3;*/
}

.abt__app-link:hover
{
    opacity: .75;
}
/*.abt__app-link:first-child
{
    margin-left: 0;
}
.abt__app-link:last-child
{
    margin-right: 0;
}*/
.abt__app-link img
{
    max-width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
.abt__partner
{
    position: relative;

    display: grid;

    width: 100%;
    max-width: 100%;
    padding: 0 45px;
}
.abt__partner .slick-list
{
    margin: 0 -20px;
}
@media screen and (max-width: 932px)
{
    .abt__partner .slick-list
    {
        margin: 0 -5px;
    }
}
.abt__partner .slick-track
{
    display: flex !important;

    align-items: center;
}
.abt__partner-pic
{
    display: flex !important;

    margin: 0 20px; 

    transition: all .3s ease;

    justify-content: center;
    filter: grayscale(100%);
    will-change: filter;
}
@media screen and (max-width: 932px)
{
    .abt__partner-pic
    {
        margin: 0 5px;
    }
}
.abt__partner-pic:focus
{
    outline-width: 0;
}
.abt__partner-pic img
{
    max-width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
.abt__partner-pic:hover
{
    filter: grayscale(0%);
}
.abt__arrow
{
    position: absolute;
    z-index: 8;
    top: 50%;

    display: inline-flex;

    transform: translateY(-50%);
}
.abt__arrow--prev
{
    left: 0;
}
@media screen and (max-width: 1570px)
{
    .abt__arrow--prev
    {
        left: 5px;
    }
}
.abt__arrow--prev .i
{
    transform: scale(-1, 1);
}
.abt__arrow--next
{
    right: 0;
}
@media screen and (max-width: 1570px)
{
    .abt__arrow--next
    {
        right: 5px;
    }
}
.abt__arrow .i
{
    width: 28px;
    height: 10px; 

    background: #000;
}
.abt__arrow:hover .i
{
    background: #70abdc;
}
.abt__explore
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px; 

    align-items: stretch;
    justify-content: space-between;
}
@media screen and (max-width: 1280px)
{
    .abt__explore
    {
        margin-bottom: -30px; 

        flex-flow: row wrap;
    }
}
@media screen and (max-width: 480px)
{
    .abt__explore
    {
        display: block;

        margin-top: 30px;
        margin-bottom: -15px;
    }
}
.abt__explore-item
{
    position: relative;

    display: flex;
    flex-direction: column;

    box-sizing: border-box; 
    width: 100%;
    max-width: calc(25% - 22.5px);
    height: auto;
    min-height: 165px;
    padding: 20px 15px;
    margin-bottom: 15px;
    text-align: center;

    background-color: #f5f5f5;

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1280px)
{
    .abt__explore-item
    {
        max-width: calc(50% - 15px);
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px)
{
    .abt__explore-item
    {
        max-width: 100%;
        margin-bottom: 15px;
    }
}
.abt__explore-item .i
{
    margin-bottom: 18px;
}
.abt__explore-item::before,
.abt__explore-item::after
{
    position: absolute;

    visibility: hidden; 

    width: 0;
    height: 0;

    content: '';

    border-style: solid;
    border-image-source: linear-gradient(to right, #32509d 0%, #70abdc 100%);
    border-image-slice: 1;
}
.abt__explore-item::before
{
    bottom: 0;
    left: 0;

    transition: height .15s ease-in .45s, width .15s ease-in .3s, visibility .15s ease-in .45s; 

    border-width: 2px 0 0 2px;
}
.abt__explore-item::after
{
    top: 0;
    right: 0;

    transition: height .15s ease-in .15s, width .15s ease-in, visibility .15s ease-in .15s; 

    border-width: 0 2px 2px 0;
}
.abt__explore-item:hover::before
{
    visibility: visible; 

    width: 100%;
    height: 100%;

    transition: height .15s ease-in, width .15s ease-in .15s, visibility .15s ease-in;
}
.abt__explore-item:hover::after
{
    visibility: visible;

    width: 100%;
    height: 100%;

    transition: height .15s ease-in .3s, width .15s ease-in .45s, visibility .15s ease-in .3s;
}
.abt__explore-name
{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.354;

    color: #0f0f0f;
}

.team
{
    overflow: hidden; 

    max-width: 100%;
    padding: 41px 0 175px;
}
@media screen and (max-width: 1024px)
{
    .team
    {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 768px)
{
    .team
    {
        padding-bottom: 70px;
    }
}
.team__info
{
    line-height: 1.804;

    max-width: 1058px;
    margin-bottom: 39px;
}
@media screen and (max-width: 768px)
{
    .team__info
    {
        margin-bottom: 30px;
    }
}
.team__block
{
    margin-bottom: 50px;
}
@media screen and (max-width: 768px)
{
    .team__block
    {
        margin-bottom: 40px;
    }
}
.team__block:last-child
{
    margin-bottom: 0;
}
.team__title
{
    font-size: 32px;
    font-weight: 600;

    margin-bottom: 30px;
}
@media screen and (max-width: 1024px)
{
    .team__title
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .team__title
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.team__wrapper
{
    display: grid;

    width: 100%;
    margin-bottom: 40px;
    grid-template-columns: repeat(4, 1fr);
    gap: 19px;
}
@media screen and (max-width: 1400px)
{
    .team__wrapper
    {
        gap: 15px;
    }
}
@media screen and (max-width: 932px)
{
    .team__wrapper
    {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 480px)
{
    .team__wrapper
    {
        display: block;
    }
}
.team__link
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    box-sizing: border-box; 
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 440px;
    padding: 30px;

    align-items: flex-start;
    justify-content: flex-end;
}
@media screen and (max-width: 1400px)
{
    .team__link
    {
        min-height: 380px; 
        padding: 15px;
    }
}
@media screen and (max-width: 480px)
{
    .team__link
    {
        min-height: 420px; 
        margin-bottom: 15px;
    }
    .team__link:last-child
    {
        margin-bottom: 0;
    }
}
.team__link::before
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 54%;

    content: '';
    transition: height .3s ease-in-out; 

    background: linear-gradient(to top, #2b2a2a 0%, rgba(0, 0, 0, 0) 100%);
}
.team__link:hover::before
{
    height: 100%;
}
.team__pic
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block; 

    width: 100%;
    height: 100%;
}
.team__pic > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.team__name,
.team__position
{
    font-weight: bold;
    line-height: 1.354; 

    position: relative;
    z-index: 3;

    display: block;

    color: #fff;
}
.team__name
{
    font-size: 26px;
}
@media screen and (max-width: 1400px)
{
    .team__name
    {
        font-size: 22px;

        margin-bottom: 8px;
    }
}
@media screen and (max-width: 480px)
{
    .team__name
    {
        font-size: 20px;
    }
}
.team__position
{
    font-size: 16px;
}
@media screen and (max-width: 1400px)
{
    .team__position
    {
        font-size: 14px;
    }
}

.career
{
    overflow: hidden; 

    max-width: 100%;
    padding: 41px 0 140px;
}
@media screen and (max-width: 932px)
{
    .career
    {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 768px)
{
    .career
    {
        padding-bottom: 70px;
    }
}
.career__info
{
    line-height: 1.804;

    max-width: 1058px;
    margin-bottom: 30px;
}
.career__wrapper
{
    display: grid;

    width: 100%;
    max-width: 1470px;

    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media screen and (max-width: 1024px)
{
    .career__wrapper
    {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 840px)
{
    .career__wrapper
    {
        gap: 20px;
    }
}
@media screen and (max-width: 600px)
{
    .career__wrapper
    {
        display: block;
    }
}
.career__item
{
    box-sizing: border-box;
    height: 100%; 
    padding: 40px 34px 37px 40px;

    border: 2px solid #f2f2f2;
    background-color: rgba(241, 241, 241, .33);
}
@media screen and (max-width: 840px)
{
    .career__item
    {
        padding: 30px 20px;
    }
}
@media screen and (max-width: 600px)
{
    .career__item
    {
        margin-bottom: 15px;
        padding: 20px 15px;
    }
    .career__item:last-child
    {
        margin-bottom: 0;
    }
}
.career__item h2
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.354; 

    margin-bottom: 20px;
}
@media screen and (max-width: 768px)
{
    .career__item h2
    {
        font-size: 20px;

        margin-bottom: 15px;
    }
}
.career__item h2 span
{
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.career__item p
{
    line-height: 1.804; 

    margin-bottom: 20px;
}
.career__item ul
{
    display: flex;

  /*  max-height: 120px; */
    margin-bottom: 20px;

    flex-flow: column wrap;
    flex: 1 1 50%;
}
@media screen and (max-width: 1280px)
{
    .career__item ul
    {
        display: block; 

        max-height: none;
    }
}
@media screen and (max-width: 1024px)
{
    .career__item ul
    {
        display: flex;

       /* max-height: 120px;*/
    }
}
@media screen and (max-width: 768px)
{
    .career__item ul
    {
        display: block; 

        max-height: none;
    }
}
.career__item ul li
{
    font-size: 14px;
    font-weight: 600;
    line-height: 2; 

    position: relative;

    margin-bottom: 2px;
    padding-left: 10px;
}
.career__item ul li:last-child
{
    margin-bottom: 0;
}
.career__item ul li::before
{
    position: absolute;
    top: 11px;
    left: 0;

    width: 5px;
    height: 5px;

    content: '';

    border-radius: 50%;
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%);
}

.partners
{
    overflow: hidden;

    max-width: 100%;
    padding: 60px 0 143px;
}
@media screen and (max-width: 1024px)
{
    .partners
    {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 768px)
{
    .partners
    {
        padding-top: 50px; 
        padding-bottom: 70px;
    }
}
.partners__title
{
    font-size: 32px;

    margin-bottom: 20px;
}
@media screen and (max-width: 1024px)
{
    .partners__title
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .partners__title
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.partners__text
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.354;

    margin-bottom: 72px; 

    color: #0f0f0f;
}
@media screen and (max-width: 932px)
{
    .partners__text
    {
        font-size: 18px;

        margin-bottom: 50px;
    }
}
@media screen and (max-width: 480px)
{
    .partners__text
    {
        font-size: 16px;
    }
}
.partners__wrapper
{
    display: flex;

    width: 100%;
    margin-bottom: 100px; 

    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 932px)
{
    .partners__wrapper
    {
        display: block;

        margin-bottom: 70px;
    }
}
.partners__wrapper:last-child
{
    margin-bottom: 0;
}
.partners__pic
{
    display: flex;

    width: 100%;
    max-width: 374px;
    margin-right: 40px;
    padding-top: 11px; 

    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 932px)
{
    .partners__pic
    {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px; 
        padding-top: 0;
    }
}
.partners__pic > img
{
    max-width: 100%;
    height: auto;

    -o-object-fit: contain;
       object-fit: contain;
}
@media screen and (max-width: 932px)
{
    .partners__pic > img
    {
        max-width: 70%;
    }
}
.partners__content
{
    width: 100%; 
    max-width: 1070px;
}
.partners__content ol li
{
    font-size: 16px;
    line-height: 1.7; 

    color: #656565;
}
@media screen and (max-width: 932px)
{
    .partners__content ol li
    {
        font-size: 14px;
    }
}
.partners__name
{
    font-size: 32px;
    font-weight: bold;

    margin-bottom: 14px;
}
@media screen and (max-width: 1024px)
{
    .partners__name
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .partners__name
    {
        font-size: 24px;

        margin-bottom: 10px;
    }
}
.partners__position, .partners__text__block h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.354;

    display: block;

    margin-bottom: 18px; 

    color: #656565;
}
@media screen and (max-width: 932px)
{
    .partners__position
    {
        font-size: 18px;

        margin-bottom: 15px;
    }
}
.partners__subtitle, .partners__text__block h4
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.354;

    margin-top: 40px; 
    margin-bottom: 20px;

    color: #0f0f0f;
}
@media screen and (max-width: 932px)
{
    .partners__subtitle
    {
        font-size: 18px; 

        margin-top: 32px;
    }
}
.partners__info, .partners__text__block p
{
    font-size: 16px;
    line-height: 1.7;

    margin-bottom: 27px; 

    color: #656565;
}
@media screen and (max-width: 932px)
{
    .partners__info
    {
        font-size: 14px;

        margin-bottom: 22px;
    }
}
.partners__info:last-child
{
    margin-bottom: 0;
}
.partners__list li, .partners__text__block ul li
{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.354;

    position: relative;

    margin-bottom: 21px;
    padding-left: 37px;

    color: #0f0f0f;
}
@media screen and (max-width: 932px)
{
    .partners__list li, .partners__text__block ul li
    {
        font-size: 14px;

        margin-bottom: 16px;
        padding-left: 30px;
    }
}
.partners__list li:last-child
{
    margin-bottom: 0;
}
.partners__list li::before, .partners__text__block ul li::before
{
    position: absolute;
    top: -4px;
    left: 0;

    width: 27px;
    height: 27px;

    content: '';

    background-image: url('img/icons/check.svg'); 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
@media screen and (max-width: 932px)
{
    .partners__list li::before, .partners__text__block ul li::before
    {
        top: 0; 

        width: 20px;
        height: 20px;
    }
}

/* CALL START */
.call
{
    overflow: hidden;

    max-width: 100%;
    padding: 56px 0 58px; 

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%);
}
@media screen and (max-width: 520px)
{
    .call
    {
        padding: 40px 0;
    }
}
.call__row
{
    display: flex;

    align-items: center;
    justify-content: flex-start;
}
@media screen and (max-width: 1200px)
{
    .call__row
    {
        flex-direction: column;

        text-align: center;
    }
}
.call__col
{
    max-width: 560px;
}
@media screen and (max-width: 1200px)
{
    .call__col
    {
        max-width: 100%;
    }
}
.call__col--title
{
    margin-right: 103px;

    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 1200px)
{
    .call__col--title
    {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.call__col--contacts
{
    width: 100%;
    max-width: 555px;
    margin-right: 86px;
}
@media screen and (max-width: 1200px)
{
    .call__col--contacts
    {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.call__col--btn
{
    display: flex;

    padding-bottom: 8px;

    align-self: stretch;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 1200px)
{
    .call__col--btn
    {
        justify-content: center;
    }
}
.call__title
{
    font-size: 42px;
    font-weight: bold;
    line-height: 1.354; 

    margin-bottom: 0;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .call__title
    {
        font-size: 36px;
    }
}
@media screen and (max-width: 520px)
{
    .call__title
    {
        font-size: 28px;
    }
}
.call__subtitle
{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.354; 

    display: block;

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .call__subtitle
    {
        font-size: 20px;
    }
}
@media screen and (max-width: 520px)
{
    .call__subtitle
    {
        font-size: 18px;
    }
}
.call__team-text
{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.354; 

    display: flex;
    justify-content: center;
    margin-bottom: 5px;

    color: #fff;

    align-items: center;
}
@media screen and (max-width: 1200px)
{
    .call__team-text
    {
        justify-content: center;
    }
}
@media screen and (max-width: 1024px)
{
    .call__team-text
    {
        font-size: 22px;
    }
}
@media screen and (max-width: 520px)
{
    .call__team-text
    {
        font-size: 20px;
    }
}
.call__team-text .i
{
    width: 18px;
    height: 18px;
    margin-right: 6px; 

    background: #fff;
}
.call__team
{
    display: flex;

    width: 100%; 
    margin-bottom: 5px;

    justify-content: center;
    flex-flow: row wrap;
}
@media screen and (max-width: 520px)
{
    .call__team
    {
        flex-direction: column;

        margin-bottom: 0; 

        align-items: center;
    }
}
.call__link, .call__link a
{
    font-size: 30px;
    font-weight: 600;
    line-height: 1.354;

    position: relative; 

    color: #fff;
}
@media screen and (max-width: 1024px)
{
    .call__link, .call__link a
    {
        font-size: 26px;
    }
}
@media screen and (max-width: 520px)
{
    .call__link, .call__link a
    {
        font-size: 20px;

        margin-bottom: 5px;
    }
}
 .call__link a:after
{
    position: absolute;
    bottom: 3px;
    left: 0;

    visibility: hidden;

    width: 0;
    height: 2px;

    content: '';
    transition: all .35s ease-in-out; 

    opacity: 0;
    background-color: #fff;
}
.call__link:hover, .call__link a:hover
{
    color: #fff;
    text-decoration: none;
}
.call__link a:hover:after
{
    visibility: visible; 

    width: 100%;

    opacity: 1;
}
.call__mail, .call__mail a
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.354;
   width: max-content;
    position: relative; 
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
@media screen and (max-width: 1024px)
{
    .call__mail, .call__mail a
    {
        font-size: 20px;
    }
}
.call__mail::after, .call__mail a:after
{
    position: absolute;
    bottom: 0;
    left: 0;

    visibility: hidden;

    width: 0;
    height: 1px;

    content: '';
    transition: all .35s ease-in-out; 

    opacity: 0;
    background-color: #fff;
}
.call__mail:hover, .call__mail a:hover
{
    color: #fff;
    text-decoration: none;
}
.call__mail:hover::after, .call__mail a:hover::after
{
    visibility: visible; 

    width: 100%;

    opacity: 1;
}
.call__btn
{
    padding: 15px 80px;
}

/* CALL END */
/* CONDITION START */
.condition
{
    overflow: hidden;

    max-width: 100%;
    padding: 40px 0 100px;
}
@media screen and (max-width: 932px)
{
    .condition
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 768px)
{
    .condition
    {
        padding-bottom: 60px;
    }
}
.condition .container
{
    max-width: 1402px;
}
.condition__title
{
    margin-bottom: 28px;
}
.condition__short
{
    margin-bottom: 41px;
}
@media screen and (max-width: 768px)
{
    .condition__short
    {
        margin-bottom: 30px;
    }
}
.condition__short h2
{
    margin-top: -4px;
}
@media screen and (max-width: 768px)
{
    .condition__short h2
    {
        margin-top: 0;
    }
}
.condition__short picture
{
    position: relative;
    top: 5px;
}
@media screen and (max-width: 768px)
{
    .condition__short picture
    {
        top: auto;
    }
}
.condition__pic
{
    display: block; 
    float: left;

    width: 100%;
    max-width: 672px;
    margin-right: 30px;
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px)
{
    .condition__pic
    {
        max-width: 600px;
    }
}
@media screen and (max-width: 932px)
{
    .condition__pic
    {
        max-width: 400px;
        margin-right: 25px; 
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 768px)
{
    .condition__pic
    {
        float: none; 

        max-width: 400px;
        margin: 0 auto 20px;
    }
}
.condition__pic > img
{
    width: 100%;
    max-width: 100%;
    height: auto;
}
.condition__block
{
    margin-bottom: 40px;
}

.condition__block h2, .condition__block h3, .condition__block h4, .condition__block h5, .condition__block h6{
   max-width: max-content;
   display: inline-block;
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.condition__block h2{
    font-size: 32px;
    margin-bottom: 5px;
}
.condition__block h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.354;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px)
{
    .condition__block
    {
        margin-bottom: 30px;
    }
}
.condition__block:last-child
{
    margin-bottom: 0;
}
.condition__block p span
{
    font-weight: 600;
}
.condition__block ol li span,
.condition__block ul li span
{
    font-weight: 600;
}
.condition__info--no-margin
{
    margin-bottom: 5px;
}
.condition__info--margin-sm
{
    margin-bottom: 20px;
}
.condition__info--margin-lg
{
    margin-bottom: 30px;
}
.condition__subtitle
{
    font-size: 32px;

    margin-bottom: 20px;
}
@media screen and (max-width: 1024px)
{
    .condition__subtitle
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .condition__subtitle
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.condition__posttitle
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.354;

    margin-bottom: 20px;
}

/* CONDITION END */
/* PRIVACY POLICY START */
.privacy
{
    overflow: hidden;

    max-width: 100%;
    padding: 38px 0 80px;
}
@media screen and (max-width: 768px)
{
    .privacy
    {
        padding-bottom: 30px;
    }
}
.privacy__title
{
    margin-bottom: 30px;
}
@media screen and (max-width: 768px)
{
    .privacy__title
    {
        margin-bottom: 25px;
    }
}
.privacy__block
{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px)
{
    .privacy__block
    {
        margin-bottom: 25px;
    }
}
.privacy__block p
{
    line-height: 1.804; 

    margin-bottom: 25px;
}
.privacy__block h2{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.privacy__block h2, .privacy__block h3, .privacy__block h4{
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-width: max-content;
    width: 100%;
    display: inline-block;
}
@media screen and (max-width: 768px)
{
    .privacy__block p
    {
        margin-bottom: 15px;
    }
}
.privacy__block p:last-child
{
    margin-bottom: 0;
}
.privacy__block:last-child
{
    margin-bottom: 0;
}
.privacy__block ul li
{
    line-height: 2;

    margin-bottom: 0;
}
.privacy__subtitle
{
    font-size: 32px;
    font-weight: 600;

    margin-bottom: 20px;
}
.privacy__subtitle--margin-lg
{
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px)
{
    .privacy__subtitle, .privacy__block h2
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .privacy__subtitle, .privacy__block h2
    {
        font-size: 24px;
    }
    .privacy__subtitle--margin-lg
    {
        margin-bottom: 20px;
    }
}
.privacy p.privacy__pre
{
    margin-top: -15px; 
    margin-bottom: 5px;

    opacity: .5;
}
@media screen and (max-width: 768px)
{
    .privacy p.privacy__pre
    {
        margin-top: -5px;
    }
}

/* PRIVACY POLICY END */
/* SOLUTIONS START */
.solutions
{
    overflow: hidden;

    max-width: 100%;
    padding: 40px 0 133px;
}
@media screen and (max-width: 932px)
{
    .solutions
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 768px)
{
    .solutions
    {
        padding-bottom: 60px;
    }
}
.solutions__title
{
    margin-bottom: 40px;
}
@media screen and (max-width: 768px)
{
    .solutions__title
    {
        margin-bottom: 20px;
    }
}
.solutions__wrapper
{
    margin-bottom: -31px;
}

/* SOLUTIONS END */
/* DISPUTE START */
.dispute
{
    overflow: hidden;

    max-width: 100%;
    padding: 40px 0 120px;
}
@media screen and (max-width: 932px)
{
    .dispute
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 768px)
{
    .dispute
    {
        padding-top: 30px; 
        padding-bottom: 60px;
    }
}
.dispute__title
{
    margin-bottom: 31px;
}

.woocommerce-result-count, .woocommerce-ordering{
display: none;
}

.woocommerce .product-name, .woocommerce .product-name a{
    font-size: 18px;
    font-weight: 600;
    color: #70abdc;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #3858a3;
}

.woocommerce-input-wrapper input, .woocommerce-input-wrapper textarea{
    font-size: 14px;
    font-weight: 500;
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 35px;
    margin-bottom: 15px;
    padding: 8px 20px;
    resize: none;
    transition: all .25s ease-in-out;
    color: #0f0f0f;
    border: none;
    border: 1px solid rgba(200, 200, 200, .36);
    border-radius: 0;
    background: none;
    background-color: #fff;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
@media screen and (max-width: 768px)
{
    .dispute__title
    {
        margin-bottom: 20px;
    }
}
.dispute__info, .dispute__info p
{
    font-size: 16px;
    line-height: 1.83;

    max-width: 1369px;
    margin-bottom: 40px;

    color: #656565;
}
@media screen and (max-width: 768px)
{
    .dispute__info
    {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px)
{
    .dispute__info
    {
        font-size: 14px;
    }
}
.dispute__wrapper
{
    display: grid;

    width: 100%;
    margin-bottom: 83px; 

    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
@media screen and (max-width: 1180px)
{
    .dispute__wrapper
    {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 932px)
{
    .dispute__wrapper
    {
        margin-bottom: 60px; 

        gap: 20px;
    }
}
@media screen and (max-width: 600px)
{
    .dispute__wrapper
    {
        display: block;

        margin-bottom: 30px;
    }
}
.dispute__link
{
    position: relative;

    display: flex;
    overflow: hidden;
    flex-direction: column;

    height: 100%; 
    min-height: 391px;
    padding: 40px 36px 39px 40px;

    align-items: flex-start;
    justify-content: flex-end;
}
@media screen and (max-width: 932px)
{
    .dispute__link
    {
        min-height: 350px;
        padding: 20px;
    }
}
@media screen and (max-width: 600px)
{
    .dispute__link
    {
        margin-bottom: 15px;
    }
    .dispute__link:last-child
    {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 400px)
{
    .dispute__link
    {
        min-height: 250px;
    }
}
.dispute__link::after
{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';
    transition: all .35s ease-in-out; 

    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 51.48%, #1f1f1f 100%);
}
.dispute__link:hover::after
{
    height: 250%;
}
.dispute__link:hover .dispute__more
{
    color: #70abdc;
}
.dispute__link:hover .dispute__more .i
{
    transform: translateX(5px);
}
.dispute__pic
{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block; 

    width: 100%;
    height: 100%;
}
.dispute__pic > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.dispute__name
{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.354;

    position: relative;
    z-index: 3; 

    display: block;

    color: #fff;
}
@media screen and (max-width: 932px)
{
    .dispute__name
    {
        font-size: 22px;
    }
}
@media screen and (max-width: 600px)
{
    .dispute__name
    {
        font-size: 18px;
    }
}
.dispute__more
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.354;

    position: relative;
    z-index: 3;

    display: inline-flex;

    transition: all .35s ease-in-out; 

    color: #fff;

    align-items: center;
}
@media screen and (max-width: 600px)
{
    .dispute__more
    {
        font-size: 14px;
    }
}
.dispute__more .i
{
    width: 30px;
    margin-left: 13px;

    transform: translateX(0);
}
@media screen and (max-width: 600px)
{
    .dispute__more .i
    {
        width: 20px;
        margin-left: 8px;
    }
}
.dispute__subtitle
{
    font-size: 32px;

    margin-bottom: 32px;
}
@media screen and (max-width: 1024px)
{
    .dispute__subtitle
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .dispute__subtitle
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.dispute__subinfo
{
    font-size: 16px;
    line-height: 1.8;

    max-width: 1350px;
    margin-bottom: 50px; 

    color: #656565;
}
@media screen and (max-width: 1024px)
{
    .dispute__subinfo
    {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 600px)
{
    .dispute__subinfo
    {
        font-size: 14px;

        margin-bottom: 25px;
    }
}
.dispute__benef
{
    display: grid;

    width: 100%;

    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
@media screen and (max-width: 1200px)
{
    .dispute__benef
    {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px)
{
    .dispute__benef
    {
        gap: 15px;
    }
}
@media screen and (max-width: 620px)
{
    .dispute__benef
    {
        display: block;
    }
}
.dispute__benef-item
{
    position: relative; 

    display: flex;

    height: 100%;
    min-height: 125px;
    padding: 20px 30px 20px 60px;

    background-color: #f5f5f5;

    align-items: center;
    justify-content: flex-start;
}
@media screen and (max-width: 1450px)
{
    .dispute__benef-item
    {
        padding: 20px;
    }
}
@media screen and (max-width: 1200px)
{
    .dispute__benef-item
    {
        padding: 20px 30px 20px 60px;
    }
}
@media screen and (max-width: 767px)
{
    .dispute__benef-item
    {
        padding: 20px;
    }
}
@media screen and (max-width: 620px)
{
    .dispute__benef-item
    {
        margin-bottom: 15px;
    }
    .dispute__benef-item:last-child
    {
        margin-bottom: 0;
    }
}
.dispute__benef-item::before,
.dispute__benef-item::after
{
    position: absolute;

    visibility: hidden; 

    width: 0;
    height: 0;

    content: '';

    border-style: solid;
    border-image-source: linear-gradient(to right, #32509d 0%, #70abdc 100%);
    border-image-slice: 1;
}
.dispute__benef-item::before
{
    bottom: 0;
    left: 0;

    transition: height .15s ease-in .45s, width .15s ease-in .3s, visibility .15s ease-in .45s; 

    border-width: 2px 0 0 2px;
}
.dispute__benef-item::after
{
    top: 0;
    right: 0;

    transition: height .15s ease-in .15s, width .15s ease-in, visibility .15s ease-in .15s; 

    border-width: 0 2px 2px 0;
}
.dispute__benef-item:hover::before
{
    visibility: visible; 

    width: 100%;
    height: 100%;

    transition: height .15s ease-in, width .15s ease-in .15s, visibility .15s ease-in;
}
.dispute__benef-item:hover::after
{
    visibility: visible;

    width: 100%;
    height: 100%;

    transition: height .15s ease-in .3s, width .15s ease-in .45s, visibility .15s ease-in .3s;
}
.dispute__benef-item .i
{
    margin-right: 21px; 

    flex-grow: 0;
    flex-shrink: 0;
}
.dispute__benef-content
{
    width: 100%;
}
.dispute__benef-name
{
    font-size: 16px;
    font-weight: 600;
    line-height: 2;

    display: block;

    margin-bottom: -4px;
}
.dispute__benef-pos
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;

    display: block;

    color: #656565;
}

/* DISPUTE END */
.card
{
    overflow: hidden;

    max-width: 100%;
    padding: 38px 0 50px;
}
@media screen and (max-width: 600px)
{
    .card
    {
        padding-bottom: 25px;
    }
}
.card__name
{
    margin-bottom: 30px;
}
@media screen and (max-width: 600px)
{
    .card__name
    {
        margin-bottom: 20px;
    }
}
.card__row
{
    display: flex;

    width: 100%;
    margin-bottom: 40px; 

    align-items: flex-start;
    justify-content: flex-start;
}
@media screen and (max-width: 932px)
{
    .card__row
    {
        display: block;

        margin-bottom: 30px;
    }
}
.card__pic
{
    display: block;
    display: block;

    width: 100%;
    max-width: 769px;
    margin-right: 30px;

    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 1280px)
{
    .card__pic
    {
        width: 100%; 
        max-width: 50%;
    }
}
@media screen and (max-width: 932px)
{
    .card__pic
    {
        max-width: 600px;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.card__pic > img
{
    width: 100%;
    max-width: 100%;
    height: auto;
     max-height: 520px;
    object-fit: cover; 
}
.card__right
{
    width: 100%; 
    max-width: 100%;
}

.card__right h2{
font-size: 22px;
    font-weight: bold;
    line-height: 1.354;
    margin-bottom: 8px;
}

.card__right h2, .card__right h3, .card__right h4
{
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    max-width: max-content;

}
.card__right p{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;
    margin-bottom: 19px;
    color: #656565;
}
.card__right ul
{
    margin-bottom: 26px;
}
@media screen and (max-width: 600px)
{
    .card__right ul
    {
        margin-bottom: 20px;
    }
}
.card__right ul li
{
    font-size: 14px;
    line-height: 2;

    margin-bottom: 0; 
    padding-left: 14px;
}
.card__title,
.card__subtit
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.354;

    margin-bottom: 8px;
}
@media screen and (max-width: 600px)
{
    .card__title,
    .card__subtit
    {
        font-size: 20px;
    }
}
.card__subtit
{
    margin-bottom: 20px;
}
.card__post-title
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7; 

    margin-bottom: 19px;

    color: #656565;
}
@media screen and (max-width: 600px)
{
    .card__post-title
    {
        font-size: 14px;
    }
}
.card__ctrl
{
    display: flex;

    align-items: center;
    justify-content: flex-start;
}
.card__ctrl .product_type_simple{
    color: transparent;
}
@media screen and (max-width: 600px)
{
    .card__ctrl
    {
        flex-direction: column-reverse;

        align-items: flex-start;
    }
}
.card__btn
{
    margin-right: 30px; 
    padding: 15px 55px;
}
@media screen and (max-width: 600px)
{
    .card__btn
    {
        margin-right: 0;
    }
}
.card__btn .i
{
    width: 14px;
    height: 14px;
    margin-right: 8px; 

    background: #fff;
}
.card__price
{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.354;

    color: #0f0f0f;
}
@media screen and (max-width: 600px)
{
    .card__price
    {
        font-size: 20px;

        display: block;

        margin-bottom: 10px;
    }
}
.card__desc
{
    max-width: 1369px;
}
.card__desc h3{
    font-size: 22px;
    font-weight: bold;
    line-height: 1.354;
    margin-bottom: 20px;
}
.card__desc h3, .card__desc h4, .card__desc h2, .card__desc h5, .card__desc h6{
        background: linear-gradient(to right, #32509d 0%, #70abdc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: 100%;
    max-width: max-content;
}
.card__desc p
{
    font-size: 16px;
    line-height: 1.83;

    margin-bottom: 29px; 

    color: #656565;
}
@media screen and (max-width: 600px)
{
    .card__desc p
    {
        font-size: 14px;

        margin-bottom: 20px;
    }
}
.card__desc p:last-child
{
    margin-bottom: 0;
}

.related
{
    overflow: hidden;

    max-width: 100%;
    padding: 50px 0 162px;
}
@media screen and (max-width: 932px)
{

    .header--black .sub-menu.active a{
        color: black !important;
    }
    .related
    {
        padding-bottom: 110px;
    }
}
@media screen and (max-width: 600px)
{
    .related
    {
        padding-top: 25px;
        padding-bottom: 80px;
    }
}
.related__title
{
    font-size: 32px;

    margin-bottom: 32px;
}
@media screen and (max-width: 1024px)
{

    .woocommerce-MyAccount-navigation ul{
        flex-direction: column;
    }
    .woocommerce-MyAccount-navigation ul li{
        width: 100%; 
        margin: 10px 0;  
    }
    .related__title
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
    .related__title
    {
        font-size: 24px;

        margin-bottom: 20px;
    }
}
.related__slider
{
    position: relative;

    overflow: visible;

    max-width: 100%;
}
.related__slider .slick-list
{
    margin: 0 -15px;
}
.related__slider .slick-track
{
    display: flex !important;

    align-items: stretch;
}
.related__link
{
    display: flex !important; 

    margin: 0 15px;
}
.related__link:focus
{
    outline-width: 0;
}
.related__arrow
{
    position: absolute;
    z-index: 4; 
    top: -56px;

    display: inline-flex;
}
@media screen and (max-width: 768px)
{
    .related__arrow
    {
        top: -40px;
    }
}
@media screen and (max-width: 450px)
{
    .related__arrow
    {
        top: auto;
        bottom: -30px;
    }
}
.related__arrow .i
{
    width: 43px;
    height: 18px;
}
@media screen and (max-width: 450px)
{
    .related__arrow .i
    {
        width: 22px;
        height: 14px;
    }
}
.related__arrow--next
{
    right: 0;
}
@media screen and (max-width: 450px)
{
    .related__arrow--next
    {
        right: calc(50% - 40px);
    }
}
.related__arrow--prev
{
    right: 59px;
}
@media screen and (max-width: 450px)
{
    .related__arrow--prev
    {
        right: auto;
        left: calc(50% - 40px);
    }
}
.related__arrow--prev .i
{
    transform: scale(-1, 1);
}
.related__arrow:hover
{
    opacity: .7;
}

/* NEWS START */
.news
{
    overflow: hidden;

    max-width: 100%;
    padding: 38px 0 50px;
}
@media screen and (max-width: 600px)
{
    .news
    {
        padding-bottom: 25px;
    }
}
.news__title
{
    margin-bottom: 30px;
}
@media screen and (max-width: 600px)
{
    .news__title
    {
        margin-bottom: 20px;
    }
}
.news__wrapper
{
    display: flex;

    width: 100%;
    margin-bottom: 10px; 

    align-items: stretch;
    justify-content: space-between;
    flex-flow: row wrap;
}
@media screen and (max-width: 932px)
{
    .news__wrapper
    {
        display: block;

        margin-bottom: 40px;
    }
}
.news__item
{
    width: 100%;
    max-width: calc(50% - 15px);
    margin-bottom: 55px;
}
@media screen and (max-width: 932px)
{
    .news__item
    {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .news__item:last-child
    {
        margin-bottom: 0;
    }
}
.news__pic
{
    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    height: 343px;
    margin-bottom: 30px;
}
@media screen and (max-width: 500px)
{
    .news__pic
    {
        height: 260px;
        margin-bottom: 20px;
    }
}
.news__pic > img
{
    width: 100%;
    height: 100%;

    -o-object-fit: cover;
       object-fit: cover;
}
.news__name
{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.354;

    display: block;

    margin-bottom: 2px; 

    color: #0f0f0f;
}
@media screen and (max-width: 400px)
{
    .news__name
    {
        font-size: 18px;
    }
}
.news__name:hover
{
    color: #32509d;
}
.news__date
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;

    display: block;

    margin-bottom: 10px;

    color: #656565;
}
@media screen and (max-width: 400px)
{
    .news__date
    {
        font-size: 14px;

        margin-bottom: 6px;
    }
}
.news__desc
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.8;

    overflow: hidden; 

    width: 100%;
    height: 58px;
    margin-bottom: 18px;

    color: #656565;
}
@media screen and (max-width: 400px)
{
    .news__desc
    {
        margin-bottom: 12px;
    }
}
.news__more
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.354;

    display: inline-flex; 

    color: #000;
}
.news__more .i
{
    position: relative;
    top: 3px;

    width: 30px;
    height: 14px;
    margin-left: 11px;

    transform: translateX(0);
}
.news__more:hover
{
    color: #32509d;
}
.news__more:hover .i
{
    transform: translateX(5px);
}

/* NEWS END */
/* PAGINATION START */
.pagination
{
    display: flex;

    margin-bottom: 0; 

    justify-content: center;
    flex-flow: row wrap;
}
.pagination li
{
    margin: 0 4px;
    padding: 0;
}
.pagination li::before
{
    display: none;
}
.pagination li a
{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.354; 

    position: relative;

    display: inline-flex;

    width: 45px;
    height: 45px;

    background: linear-gradient(to right, #32509d 0%, #70abdc 100%);

    align-items: center;
    justify-content: center;
}
.pagination li a span
{
    position: relative;
    z-index: 3;

    transition: background-position .35s ease-out; 

    background: linear-gradient(to right, #32509d, #70abdc, #fff, #fff);
    -webkit-background-clip: text;
    background-size: 300% 100%;

    -webkit-text-fill-color: transparent;
}
/*.pagination li a::after
{
    position: absolute;
    z-index: 2;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;

    visibility: visible;

    content: '';
    transition: all .3s ease; 

    opacity: 1;
    background-color: #fff;
}*/
.pagination li a:hover span,
.pagination li a.active span
{
    background-position: 100% 0;
}
.pagination li a:hover::after,
.pagination li a.active::after
{
    visibility: hidden; 

    opacity: 0;
}

.pagination .page{
    display: inline-block;
    min-height: auto;
    z-index: 3;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.354;
    position: relative;
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #32509d !important;
   /* -webkit-background-clip: text !important;
    background-size: 300% 100% !important;
    -webkit-text-fill-color: transparent !important;*/
    background: white !important;
    border: 1px solid #32509d !important;
  /*  border-image: linear-gradient(to right, #32509d, #70abdc, #fff, #fff) !important;*/
    transition: 0.5s;

}

.pagination .page:hover{
    color: white !important; 
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%) !important;
    transition: 0.5s;
}
.pagination .page.current{
    opacity: 1 !important;
    color: white !important; 
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%) !important;
    transition: 0.5s;
}




.woocommerce-pagination{
text-align: center;
margin-bottom: 20px;
}
.woocommerce-pagination ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.woocommerce-pagination li .page-numbers{
    display: inline-block;
    min-height: auto;
    z-index: 3;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.354;
    position: relative;
    display: inline-flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    color: #32509d !important;
    background: white !important;
    border: 1px solid #32509d !important;
    transition: 0.5s;

}

.woocommerce-pagination li .page-numbers:hover{
    color: white !important; 
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%) !important;
    transition: 0.5s;
}
.woocommerce-pagination li .page-numbers.current{
    opacity: 1 !important;
    color: white !important; 
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%) !important;
    transition: 0.5s;
}

.page-numbers li:before{
content: none;
}


/* PAGINATION END */
/* CONTACTS START */
.contacts
{
    overflow: hidden;

    max-width: 100%;
    padding: 40px 0 50px;
}
@media screen and (max-width: 500px)
{
    .contacts
    {
        padding-bottom: 20px;
    }
}
.contacts__title
{
    margin-bottom: 20px;
}
.contacts__row
{
    display: flex;

    width: 100%;
    margin-bottom: 70px; 

    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 932px)
{
    .contacts__row
    {
        display: block;

        margin-bottom: 50px;
    }
}
.contacts__left,
.contacts__form
{
    width: 100%; 
    max-width: calc(50% - 14.5px);
}
@media screen and (max-width: 932px)
{
    .contacts__left,
    .contacts__form
    {
        max-width: 100%;
    }
}
@media screen and (max-width: 932px)
{
    .contacts__left
    {
        margin-bottom: 40px;
    }
}
.contacts__submit
{
    margin-top: 15px;
    padding: 15px 101px;
}
.contacts__info
{
    font-size: 16px;
    font-weight: normal;
    line-height: 1.7;

    max-width: 763px;
    margin-top: -1px; 
    margin-bottom: 18px;

    color: #656565;
}
@media screen and (max-width: 500px)
{
    .contacts__info
    {
        font-size: 14px;

        margin-top: 0; 
        margin-bottom: 15px;
    }
}
.contacts__subinfo
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.354;

    display: block;

    margin-bottom: 20px; 

    color: #0f0f0f;
}
@media screen and (max-width: 500px)
{
    .contacts__subinfo
    {
        font-size: 14px;
    }
}
.contacts__line
{
    display: flex;

    width: 100%;
    margin-bottom: 30px; 

    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 1140px)
{
    .contacts__line
    {
        display: block;

        margin-bottom: 20px;
    }
}
.contacts__col:nth-child(1)
{
    width: 100%;
    max-width: 250px;
    margin-right: 20px;

    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 1140px)
{
    .contacts__col:nth-child(1)
    {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}
.contacts__col:nth-child(2)
{
    width: 100%; 
    max-width: 100%;
}
.contacts__item
{
    display: flex;

    margin-bottom: 20px; 

    align-items: flex-start;
    justify-content: flex-start;
}
.contacts__item--last
{
    margin-bottom: 30px;
}
.contacts__item:last-child
{
    margin-bottom: 0;
}
.contacts__item--tel
{
    margin-bottom: 30px;
}
@media screen and (max-width: 1140px)
{
    .contacts__item--tel
    {
        margin-bottom: 20px;
    }
}
.contacts__item-icon
{
    margin-right: 10px; 

    flex-grow: 0;
    flex-shrink: 0;
}
.contacts__item-icon .i
{
    width: 17px;
    height: 17px;
}
.contacts__item-icon .i-phone-call
{
    width: 14px;
    height: 14px;
}
.contacts__item-icon .i-email,
.contacts__item-icon .i-time
{
    width: 15px;
    height: 15px;
}
.contacts__item-content
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.354;

    width: 100%; 
    max-width: 100%;

    color: #0f0f0f;
}
.contacts__item-content--sm
{
    font-size: 14px;
    line-height: 1.7;
}


.contacts__item-name, .contacts__item-content em
{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.354;
    font-style: inherit;
    display: block;

    margin-bottom: 7px;

    color: #656565;
}
.contacts__item-adrres{
    margin-bottom: 0;
}
.contacts__item a
{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.614; 

    color: #0f0f0f;
}
.contacts__item a:hover
{
    color: #32509d;
}
.contacts__soc
{
    display: flex;

    width: 100%;
    margin-bottom: 32px; 

    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.contacts__soc-item
{
    display: inline-flex;

    margin-right: 5px;
}
.contacts__soc-item .i
{
    transform: scale(1);
}
.contacts__soc-item:hover .i
{
    transform: scale(1.2);

    background: #32509d;
}
.contacts__soc-item:last-child
{
    margin-right: 0;
}
.contacts__from
{
    display: flex;

    width: 100%;
    max-width: 621px;

    align-items: flex-start;
    justify-content: space-between;
}
@media screen and (max-width: 1140px)
{
    .contacts__from
    {
        display: block;
    }
}
.contacts__from-item
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.354;

    display: block;

    width: 100%;
    max-width: calc(50% - 4.5px);
    margin-bottom: 18px;

    color: #656565;
}
@media screen and (max-width: 1140px)
{
    .contacts__from-item
    {
        max-width: 100%;
    }
}
.contacts__last
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;

    max-width: 743px;
    margin-bottom: 20px;

    color: #656565;
}
.contacts__last-btn
{
    padding: 10px 56px;
}
.contacts__map, .contacts__map p, .contacts__map iframe
{
    width: 100%;
    /*height: 482px;*/
    margin-bottom: 57px;
    display: inline-block;
}


@media screen and (max-width: 932px)
{
    .contacts__map
    {
        height: 300px;
    }
}
@media screen and (max-width: 500px)
{
    .contacts__map
    {
        height: 220px;
    }
}
.contacts__explore-title
{
    font-size: 32px; 

    margin-bottom: 40px;

    text-align: center;
}
@media screen and (max-width: 1024px)
{
    .contacts__explore-title
    {
        font-size: 28px;

        margin-bottom: 30px;
    }
}
@media screen and (max-width: 768px)
{
    .contacts__explore-title
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.contacts__explore-wrapper
{
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
}

/* CONTACTS END */
/* BLOGS START */
.blogs
{
    overflow: hidden;

    max-width: 100%;
    padding: 40px 0 60px;
}
@media screen and (max-width: 600px)
{
    .blogs
    {
        padding-top: 30px; 
        padding-bottom: 25px;
    }
}
.blogs__title
{
    margin-bottom: 30px;
}
@media screen and (max-width: 600px)
{
    .blogs__title
    {
        margin-bottom: 20px;
    }
}
.blogs__tags
{
    display: flex;

    margin-bottom: 20px; 

    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}
@media screen and (max-width: 600px)
{
    .blogs__tags
    {
        margin-bottom: 10px;
    }
}
.blogs__tags a
{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;

    display: inline-flex;

    margin-right: 10px;
    margin-bottom: 10px; 
    padding: 4px 15px;

    text-align: center;

    color: rgba(15, 15, 15, .36);
    border-radius: 3px;
    background-color: #f1f1f1;

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 600px)
{
    .blogs__tags a
    {
        font-size: 13px; 

        margin-right: 5px;
    }
}
.blogs__tags a:hover
{
    color: #0f0f0f;
    background-color: #e4e4e4;
}
.blogs__wrapper
{
    display: flex;

    margin: 0 -15px 50px; 

    align-items: stretch;
    justify-content: flex-start;
    flex-flow: row wrap;
}
@media screen and (max-width: 650px)
{
    .blogs__wrapper
    {
        display: block;

        margin: 0 0 40px;
    }
}
.blogs__wrapper .blogs__item:nth-child(1),
.blogs__wrapper .blogs__item:nth-child(7n + 1)
{
    display: flex;

    max-width: 100%;
    min-height: 393px;

    align-items: flex-start;
    justify-content: space-between;
}

.blogs__wrapper .blogs__item:nth-child(1) .blogs__pic  img,
.blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__pic  img{
    max-height: 390px;
}

@media screen and (max-width: 932px)
{
    .blogs__wrapper .blogs__item:nth-child(1),
    .blogs__wrapper .blogs__item:nth-child(7n + 1)
    {
        min-height: 340px;
    }
}
@media screen and (max-width: 650px)
{
    .blogs__wrapper .blogs__item:nth-child(1),
    .blogs__wrapper .blogs__item:nth-child(7n + 1)
    {
        display: block; 

        min-height: auto;
    }
}
.blogs__wrapper .blogs__item:nth-child(1) .blogs__pic,
.blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__pic
{
    max-width: 870px;
    height: 100%;

    flex-grow: 0;
    flex-shrink: 0;
}
@media screen and (max-width: 1400px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__pic,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__pic
    {
        max-width: 45%;
    }
}
@media screen and (max-width: 650px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__pic,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__pic
    {
        max-width: 100%;
        height: 250px;
    }
}
@media screen and (max-width: 450px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__pic,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__pic
    {
        height: 220px;
    }
}
.blogs__wrapper .blogs__item:nth-child(1) .blogs__content,
.blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__content
{
    padding: 40px 74px 40px 40px;
}
@media screen and (max-width: 932px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__content,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__content
    {
        padding-right: 40px;
    }
}
@media screen and (max-width: 650px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__content,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__content
    {
        padding: 30px 30px 40px;
    }
}
@media screen and (max-width: 450px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__content,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__content
    {
        padding: 20px 15px 30px;
    }
}
.blogs__wrapper .blogs__item:nth-child(1) .blogs__name,
.blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__name
{
    font-size: 36px;
    font-weight: 600;
    line-height: 1.354;
}
@media screen and (max-width: 932px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__name,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__name
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 650px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__name,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__name
    {
        font-size: 18px;
    }
}
.blogs__wrapper .blogs__item:nth-child(1) .blogs__desc,
.blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__desc
{
    max-width: 569px;
    max-height: 150px; 
    margin-top: 30px;
}
@media screen and (max-width: 932px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__desc,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__desc
    {
        max-height: 125px; 
        margin-top: 20px;
    }
}
@media screen and (max-width: 650px)
{
    .blogs__wrapper .blogs__item:nth-child(1) .blogs__desc,
    .blogs__wrapper .blogs__item:nth-child(7n + 1) .blogs__desc
    {
        max-height: 50px;
    }
}
.blogs__item
{
    width: 100%;
    max-width: calc(33.33333% - 30px);
    height: auto;
    min-height: 508px;
    margin: 0 15px 30px;

    transition: all .3s ease; 

    background-color: #f5f5f5;
    box-shadow: 0 4px 11px rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1400px)
{
    .blogs__item
    {
        max-width: calc(50% - 30px);
    }
}
@media screen and (max-width: 932px)
{
    .blogs__item
    {
        min-height: auto;
    }
}
@media screen and (max-width: 650px)
{
    .blogs__item
    {
        max-width: 100%;
        margin: 0 0 15px;
    }
}
.blogs__item:hover
{
    box-shadow: 0 4px 11px rgba(0, 0, 0, .1);
}
.blogs__pic
{
    display: block;
    overflow: hidden;

    width: 100%;
    max-width: 100%;
    height: 250px;
}
@media screen and (max-width: 450px)
{
    .blogs__pic
    {
        height: 220px;
    }
}
.blogs__pic  img
{
    width: 100%;
    height: 100%;
    max-height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}
.blogs__content
{
    box-sizing: border-box; 
    width: 100%;
    max-width: 100%;
    padding: 40px 52px 40px 40px;
}
@media screen and (max-width: 932px)
{
    .blogs__content
    {
        padding: 30px 30px 40px;
    }
}
@media screen and (max-width: 450px)
{
    .blogs__content
    {
        padding: 20px 15px 30px;
    }
}
.blogs__date
{
    font-size: 14px;
    font-weight: normal;
    line-height: 2; 

    display: block;

    margin-bottom: 4px;

    opacity: .4;
    color: #0f0f0f;
}
.blogs__name
{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.354;

    transition: .35s ease-in-out; 

    color: #0f0f0f;
    background-image: linear-gradient(transparent calc(100% - 2px), #32509d 2px);
    background-repeat: no-repeat;
    background-size: 0;
}
.blogs__name:hover
{
    color: #32509d;
    background-size: 100%;
}
.blogs__desc
{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.8;

    overflow: hidden;

    width: 100%;
    height: 100%;
    max-height: 50px;
    margin: 15px 0 0;

    color: #0f0f0f;
}

/* BLOGS END */
/* ARTICLE START */
.article
{
    overflow: hidden;

    max-width: 100%;
    padding: 50px 0;
}
@media screen and (max-width: 932px)
{
    .article
    {
        padding-top: 0; 
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 600px)
{
    .article
    {
        padding-bottom: 25px;
    }
}
.article .container
{
    max-width: 1409px;
}
.article__short
{
    width: 100%;
    margin-bottom: 47px;
}
.article__short::after
{
    display: table;
    clear: both; 

    content: '';
}
@media screen and (max-width: 932px)
{
    .article__short::after
    {
        display: none;
    }
}
@media screen and (max-width: 600px)
{
    .article__short
    {
        margin-bottom: 30px;
    }
}
.article__short p
{
    font-size: 14px; 
    line-height: 1.8;

    margin-bottom: 20px;
    padding-right: 10px;
}
@media screen and (max-width: 932px)
{
    .article__short p
    {
        padding-right: 0;
    }
}
.article__pic
{
    display: block;
    float: left; 

    width: 100%;
    max-width: 769px;
    height: auto;
    margin-right: 30px;
}
@media screen and (max-width: 1180px)
{
    .article__pic
    {
        max-width: 50%;
    }
}
@media screen and (max-width: 932px)
{
    .article__pic
    {
        float: none;

        width: calc(100% + 30px);
        max-width: none;
        height: 350px;
        margin-bottom: 20px; 
        margin-left: -15px;
    }
}
.article__pic > img
{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
}
@media screen and (max-width: 932px)
{
    .article__pic > img
    {
        max-width: none;
        height: 100%;

        -o-object-fit: cover;
           object-fit: cover;
    }
}
.article__tags
{
    margin-bottom: 20px;
}
@media screen and (max-width: 932px)
{
    .article__tags
    {
        margin-bottom: 10px;
    }
}
.article__date
{
    font-size: 14px;
    font-weight: normal;
    line-height: 2;

    display: block;

    opacity: .4;
}
.article__name
{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.354;

    margin-bottom: 20px;

    color: #0f0f0f;
}
@media screen and (max-width: 932px)
{
    .article__name
    {
        font-size: 24px;
    }
}
.article__form
{
    width: 100%;
    max-width: 773px;
    margin-bottom: 71px;
}
@media screen and (max-width: 600px)
{
    .article__form
    {
        margin-bottom: 40px;
    }
}
.article__form-title
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.354; 

    margin-bottom: 30px;
}
@media screen and (max-width: 1024px)
{
    .article__form-title
    {
        font-size: 26px;
    }
}
@media screen and (max-width: 768px)
{
    .article__form-title
    {
        font-size: 22px;

        margin-bottom: 15px;
    }
}
.article__form-block
{
    max-width: 100%;
}
.article__share
{
    display: flex;

    max-width: 970px; 
    padding: 28px 0 12px;

    border-top: 2px solid rgba(200, 200, 200, .38);
    border-bottom: 2px solid rgba(200, 200, 200, .38);

    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}
@media screen and (max-width: 500px)
{
    .article__share
    {
        justify-content: space-between;
    }
}
.article__share-link
{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;

    display: inline-flex;

    min-width: 200px;
    min-height: 50px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 8px 20px;

    text-align: center;

    color: #fff;
    border-radius: 5px; 
    background-color: #32509d;

    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px)
{
    .article__share-link
    {
        min-width: 150px;
    }
}
@media screen and (max-width: 500px)
{
    .article__share-link
    {
        width: 100%;
        min-width: none;
        max-width: calc(50% - 10px);
        margin: 0 0 10px;
        padding: 8px 10px;
    }
}
.article__share-link .i
{
    margin-right: 8px;
}
.article__share-link:hover
{
    color: #fff;
}
.article__share-link--facebook
{
    background-color: #4e72b5;
}
.article__share-link--facebook:hover
{
    background-color: #3d5b93;
}
.article__share-link--twitter
{
    background-color: #59adec;
}
.article__share-link--twitter:hover
{
    background-color: #2b96e7;
}
.article__share-link--google
{
    background-color: #fd4e51;
}
.article__share-link--google:hover
{
    background-color: #fc1c1f;
}
.article__share-link--linkedin
{
    background-color: #4f96d9;
}
.article__share-link--linkedin:hover
{
    background-color: #2c7dc9;
}
.article__page
{
    margin-bottom: 78px;
}

.article__page h1, .article__page h2, .article__page h3, .article__page h4, .article__page h5, .article__page h6
{
    width: max-content;
   background: linear-gradient(to right, #32509d 0%, #70abdc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 600px)
{
    .article__page
    {
        margin-bottom: 50px;
    }
}
.article__page p
{
    font-size: 14px;
    line-height: 1.8;

    margin-bottom: 25px;
}
.article__page p:last-child
{
    margin-bottom: 0;
}
.article__page h2,
.article__page h3,
.article__page h4,
.article__page h5,
.article__page h6
{
    font-weight: bold;
    line-height: 1.354;

    margin-top: 40px;
}
@media screen and (max-width: 600px)
{
    .article__page h2,
    .article__page h3,
    .article__page h4,
    .article__page h5,
    .article__page h6
    {
        margin-top: 30px;
    }
}
.article__page h2 span,
.article__page h3 span,
.article__page h4 span,
.article__page h5 span,
.article__page h6 span
{
    background: linear-gradient(to right, #32509d 0%, #70abdc 100%); 
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}
.article__page h2
{
    font-size: 22px;

    margin-bottom: 20px;
}
.article__page h3
{
    font-size: 20px;

    margin-bottom: 18px;
}
.article__page h4
{
    font-size: 18px;

    margin-bottom: 16px;
}
.article__page h5
{
    font-size: 16px;

    margin-bottom: 15px;
}
.article__page h6
{
    font-size: 14px;

    margin-bottom: 12px;
}
.article__page ul
{
    margin-bottom: 20px;
}
.article__page ul ul,
.article__page ul ol
{
    padding-left: 20px;
}
.article__page ul:last-child
{
    margin-bottom: 0;
}
.article__page ul > li
{
    line-height: 2; 

    margin-bottom: 10px;
}
.article__page ol ul,
.article__page ol ol
{
    padding-left: 20px;
}
.article__page ol > li
{
    line-height: 1.8;

    margin-bottom: 18px;
    padding-left: 38px;
}
.article__page ol > li::before
{
    top: -1px; 

    display: flex;

    width: 29px;
    height: 29px;

    border-radius: 50%;
    background-color: #f1f1f1;

    align-items: center;
    justify-content: center;
}
.article__page ol > li:last-child
{
    margin-bottom: 0;
}
.article__page img
{
    display: block;

    width: auto;
    max-width: 100%;
    height: auto;
    margin: 49px 0 54px;
}
@media screen and (max-width: 600px)
{
    .article__page img
    {
        margin: 30px 0;
    }
}

/* ARTICLE END */
/* RELATED ARTICLE START */
.rel
{
    overflow: hidden;

    max-width: 100%;
    padding: 52px 0 140px;
}
@media screen and (max-width: 1024px)
{
    .rel
    {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 600px)
{
    .rel
    {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}
.rel__title
{
    font-size: 30px;

    margin-bottom: 30px;
}
@media screen and (max-width: 1024px)
{
    .rel__title
    {
        font-size: 28px;
    }
}
@media screen and (max-width: 768px)
{
	
.single_team{
width:33.33%
}
    .rel__title
    {
        font-size: 24px;

        margin-bottom: 15px;
    }
}
.rel__wrapper
{
    display: flex;

    width: 100%;
    max-width: 100%;
    margin: 0 -15px; 

    align-items: stretch;
    justify-content: flex-start;
    flex-flow: row wrap;
}
@media screen and (max-width: 650px)
{
	
.single_team{
width:33.33%
}
    .rel__wrapper
    {
        margin: 0;
    }
}

/* RELATED ARTICLE END */

.coupon .input-text{
	
    width: auto !important;
    height: 50px;
    border: none;
    border-bottom: 1px solid #0f0f0f;
    margin-right: 30px;
}
@media screen and (max-width: 480px)
{
	
.single_team{
width:100%
}
   .coupon .input-text{
    width: 40% !important;
}
}
.padding3p {
	padding: 3%;
}
@media screen and (max-width: 782px){
	.padding3p {
		grid-template-columns: 100%!important;
		font-family: 'Montserrat';
		font-style: normal;
		font-weight: 500;
	}
	.padding3p > figure{
		margin-top: 20px!important;
		grid-column: 1!important;
    	grid-row: 2!important;
	}
	.padding3p > div{
		grid-column: 1!important;
    	grid-row: 1!important;
	}
}

.contact_form_new_page .wp-block-cover__inner-container{
	width: 45%;
    min-width: 400px;
    margin-left: auto;
	margin-right: 9%;
}
@media screen and (max-width: 782px){
	.contact_form_new_page .wp-block-cover__inner-container{
		width: 100%;
		min-width: unset;
		margin-left: unset;
		margin-right: unset;
	}
}

.block-f{
	display: flex;
	gap: 10px;
}
.block-f-comment{
	margin-top: 15px;
}
.contact_form_new_page label{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #0F0F0F;
}
.contact_form_new_page input{
	height: 45px;
}
.contact_form_new_page textarea{
	height: 90px;
}
.contact_form_new_page input, .contact_form_new_page textarea{
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-radius: 10px;
}
.contact_form_new_page button{
	background: #208FEE;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	min-height: 45px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
p[class~="no-margin"]{
	margin-bottom: unset;
}
.title_cus{
	font-size: clamp(24px, calc(1.6vw - calc(1920px * 1.6 / 100) + 33px), 33px)!important;
    line-height: clamp(25px, calc(1.1vw - calc(1920px * 1.1 / 100) + 35px), 35px);
}
.padding3p p, .padding3p li{
	font-size: clamp(14px, calc(1.1vw - calc(1920px * 1.1 / 100) + 20px), 20px);
	line-height: clamp(19px, calc(1.1vw - calc(1920px * 1.1 / 100) + 27px), 27px)!important;
}
.block-border-4{
	border: 2px solid #3554A0;
	border-radius: 10px;
	padding: 40px;
	min-height: 200px
}
.block-border-4 p, .block-border-4 li{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: clamp(14px, calc(1.1vw - calc(1920px * 1.1 / 100) + 20px), 20px);
	line-height: clamp(19px, calc(1.1vw - calc(1920px * 1.1 / 100) + 27px), 27px)!important;
}


