

/* Start:/local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/slick-theme.css?15599843323349*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/./fonts/slick.eot');
    src: url('/local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/./fonts/slick.woff') format('woff'), url('/local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/slick.css?15599843321895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/cessel_webgate_theme/fonts/fonts.css?15599843321819*/
@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-ExtraBold.eot');
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Bold.eot');
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Bold.woff2') format('woff2'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Bold.woff') format('woff'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-SemiBold.eot');
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-SemiBold.woff') format('woff'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Regular.eot');
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Regular.woff2') format('woff2'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Regular.woff') format('woff'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Heavy.eot');
    src: url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Heavy.woff') format('woff'),
        url('/local/templates/cessel_webgate_theme/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}


/* End */


/* Start:/local/templates/cessel_webgate_theme/css/style.css?170981776294276*/
/*================================ 
	Точка входа для всех less файлов
	мердж всех less стилей
==================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	/* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}
/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}
/*================================ 
	HEADER STYLES
==================================*/
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
::-webkit-scrollbar {
	width: 5px;
}
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
	background: #f7a298;
}
::-webkit-scrollbar-thumb:hover {
	background: #5e5e5e;
}
input,
textarea {
	outline: 2px solid transparent;
	-webkit-transition: outline 0.1s ease-in-out;
	-o-transition: outline 0.1s ease-in-out;
	transition: outline 0.1s ease-in-out;
}
input:focus,
textarea:focus,
input:active,
textarea:active {
	outline-color: #f7a298;
}
body {
	position: relative;
	font-family: "Gilroy", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #303030;
}
body.noflow {
	overflow: hidden;
}
#webpage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.page-main {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding-top: 83px;
}
.container {
	max-width: 100%;
	width: 1580px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width: 1580px) {
	.container {
		width: 1280px;
	}
}
h1,
h2,
h3,
h4,
h5 {
	margin-top: 0;
	line-height: 1;
}
p {
	margin-top: 0;
}
a {
	color: inherit;
}
.btn {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	border: none;
	border-radius: 50%;
	background-color: transparent;
	-webkit-box-shadow: 0px 4px 20px rgba(247, 162, 152, 0.5);
	box-shadow: 0px 4px 20px rgba(247, 162, 152, 0.5);
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
	cursor: pointer;
	text-decoration: none;
}
.btn-small {
	width: 60px;
	height: 60px;
}
.btn-little {
	width: 45px;
	height: 45px;
}
.btn-thin {
	width: 30px;
	height: 30px;
}
.btn>span {
	position: relative;
	z-index: 3;
}
.btn::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 95%;
	height: 95%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	z-index: 2;
}
.btn:hover::before {
	opacity: 1;
}
.btn:hover {
	color: #303030 !important;
}
.btn:hover svg {
	position: relative;
	z-index: 3;
	fill: currentColor;
	-webkit-transition: fill 0.2s ease-in-out;
	-o-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
}
.btn:focus {
	outline: none;
}
.btn-wide {
	width: 240px;
	height: auto;
	padding: 20px 0;
	border-radius: 46px;
}
.btn-wide::before {
	width: 99%;
	height: 95%;
	border-radius: 40px;
}
.btn svg {
	fill: currentColor;
}
.bg-red {
	background: -webkit-linear-gradient(10.58deg, #f7a298 7.98%, #f8d4b5 87.2%);
	background: -o-linear-gradient(10.58deg, #f7a298 7.98%, #f8d4b5 87.2%);
	background: linear-gradient(79.42deg, #f7a298 7.98%, #f8d4b5 87.2%);
	box-shadow: 0px 4px 20px #f7a298;
	color: #fff;
}
.bg-red:hover {
	color: #f7a298 !important;
}
.bg-blue {
	background: -webkit-linear-gradient(10.58deg, #9488fc 7.98%, #cd98f7 87.2%);
	background: -o-linear-gradient(10.58deg, #9488fc 7.98%, #cd98f7 87.2%);
	background: linear-gradient(79.42deg, #9488fc 7.98%, #cd98f7 87.2%);
	box-shadow: 0px 4px 20px #9488fc;
	color: #fff;
}
.bg-blue:hover {
	color: #9488fc !important;
}
.bg-green {
	background: -webkit-linear-gradient(10.58deg, #81c0d0 7.98%, #9bd5d0 87.2%);
	background: -o-linear-gradient(10.58deg, #81c0d0 7.98%, #9bd5d0 87.2%);
	background: linear-gradient(79.42deg, #81c0d0 7.98%, #9bd5d0 87.2%);
	box-shadow: 0px 4px 20px #81c0d0;
	color: #fff;
}
.bg-green:hover {
	color: #81c0d0 !important;
}
.bg-orange {
	background: -webkit-linear-gradient(10.58deg, #fcd17d 7.98%, #f4aa53 87.2%);
	background: -o-linear-gradient(10.58deg, #fcd17d 7.98%, #f4aa53 87.2%);
	background: linear-gradient(79.42deg, #fcd17d 7.98%, #f4aa53 87.2%);
	box-shadow: 0px 4px 20px #fcd17d;
	color: #fff;
}
.bg-orange:hover {
	color: #f4aa53 !important;
}
.with-arrow::after {
	content: "";
	display: block;
	width: 8px;
	height: 5px;
	margin-left: 10px;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/arrow_down.svg);
}
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
[class*="col-"] {
	padding: 0 15px;
}
.col-6to12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-4to12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-3to12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.col-2to12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66666%;
	flex: 0 0 16.66666%;
	max-width: 16.66666%;
}
div.align-left {
	text-align: left;
}
.slick-slide:active,
.slick-slide:focus {
	outline: none;
}
/* *[id]:before { 
	display	 : block; 
	content	 : " "; 
	margin-top: -200px; 
	height		: 200px; 
	visibility: hidden; 
} */
.slick-initialized .slick-slide {
	opacity: 1;
	visibility: visible;
}
.olazy {
	opacity: 0;
	-webkit-transition: opacity 0.1s ease-in;
	-o-transition: opacity 0.1s ease-in;
	transition: opacity 0.1s ease-in;
}
.olazy.loaded {
	opacity: 1;
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 100px 0 40px;
	list-style-type: none;
}
.breadcrumbs-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 10px;
	color: #000;
}
.breadcrumbs-item:not(.current) {
	color: #9a9a9a;
}
.breadcrumbs-item:not(.current)::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 13px;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/arrow_right.svg);
	background-position: center center;
	margin-left: 10px;
}
.breadcrumbs-item a {
	text-decoration: none;
}
.form-group {
	position: relative;
}
.form-group input:not([hidden]),
.form-group textarea,
.form-group .fake-input {
	display: block;
	width: 100%;
	padding: 15px 30px;
	background-color: #fff;
	border: none;
	border-radius: 25px;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.form-group input:not([hidden])::-webkit-input-placeholder,
.form-group textarea::-webkit-input-placeholder,
.form-group .fake-input::-webkit-input-placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.form-group input:not([hidden])::-moz-placeholder,
.form-group textarea::-moz-placeholder,
.form-group .fake-input::-moz-placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.form-group input:not([hidden]):-ms-input-placeholder,
.form-group textarea:-ms-input-placeholder,
.form-group .fake-input:-ms-input-placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.form-group input:not([hidden])::-ms-input-placeholder,
.form-group textarea::-ms-input-placeholder,
.form-group .fake-input::-ms-input-placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.form-group input:not([hidden])::placeholder,
.form-group textarea::placeholder,
.form-group .fake-input::placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.form-group textarea {
	resize: none;
	min-height: 150px;
}
.form-group-flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
.form-group-flexed .form-group {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	padding: 0 15px;
}
.form-group-flexed .btn {
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
}
.flexed {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.observables {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes fadeDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -10%, 0);
		transform: translate3d(0, -10%, 0);
	}
	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.fade-down {
	-webkit-animation-name: fadeDown;
	animation-name: fadeDown;
}
@-webkit-keyframes rotate {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
@keyframes rotate {
	to {
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	z-index: 5;
}
.spinner-top,
.spinner-middle,
.spinner-bottom {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 50px;
	border: 3px solid transparent;
	border-radius: 50%;
}
.spinner-top {
	height: 50px;
	border-top-color: #f7a298;
	border-right-color: #f7a298;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
}
.spinner-middle {
	width: 35px;
	height: 35px;
	border-top-color: #9488fc;
	border-left-color: #9488fc;
	animation: rotate 0.75s linear reverse infinite;
}
.spinner-bottom {
	width: 20px;
	height: 20px;
	border-top-color: #81c0d0;
	border-right-color: #81c0d0;
	-webkit-animation: rotate 0.5s linear infinite;
	animation: rotate 0.5s linear infinite;
}
.is-download::after {
	content: attr(data-size);
	position: absolute;
	left: 50%;
	bottom: -10px;
	-webkit-transform: translate(-50%, 100%);
	-ms-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	font-weight: 600;
	font-size: 14px;
	color: #9a9a9a;
}
.badge {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 130px;
	padding: 25px 30px;
	border-radius: 25px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
}
.badge-title {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
	margin-bottom: 0;
	font-size	: 24px;
	font-weight: normal;
}
.badge-hollow {
	background-color: transparent;
	box-shadow			: none;
	padding				 : 10px 0;
	min-height			: auto;
	padding-left: 25px;
}
.badge-hollow .badge-download {
	margin-right: 25px;
}
.badge-download {
	/* margin-left: auto; */
	flex-shrink	 : 0;
}
.badge-catalog {
	margin: 15px 0;
}
.with-image-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}
.bg-image-red {
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/cards/card_bg_red.png);
}
.bg-image-blue {
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/cards/card_bg_blue.png);
}
.bg-image-green {
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/cards/card_bg_green.png);
}
.bg-image-orange {
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/cards/card_bg_orange.png);
}

.bg-image-violet {
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/cards/card_bg_violet.png);
}

.colored-grey {
	color: #9a9a9a;
}
.with-arrow-right::after {
	content: "";
	display: block;
	width: 35px;
	height: 15px;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/icons/arrow_right.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.with-arrow-left::after {
	content: "";
	display: block;
	width: 35px;
	height: 15px;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/icons/arrow_left.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.with-arrow-down::after {
	content: "";
	display: block;
	width: 15px;
	height: 35px;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/icons/arrow_down.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.with-tel-icon::after {
	content: "";
	display: block;
	width: 30px;
	height: 40px;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/icons/phone.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.with-mail-icon::after {
	content: "";
	display: block;
	width: 55px;
	height: 25px;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/icons/mail.svg);
	background-position: center center;
	background-repeat: no-repeat;
}
.title-with-image {
	position: relative;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/big-title-splash.png);
	background-size: 2200px;
	background-position: center center;
	background-repeat: no-repeat;
	font-size: 306px;
	line-height: 230px;
	font-weight: 900;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	overflow: hidden;
}
.title-with-image h1 {
	margin-bottom: 0;
}
/*================================ 
	MODALS STYLES
==================================*/
.modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 100;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.modal-wrapper.review .modal-review {
	opacity: 1;
}
.modal-wrapper.subscription .modal-subscription {
	opacity: 1;
}
.modal-wrapper.show {
	opacity: 1;
	visibility: visible;
}
.close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #fff;
	font-size: 54px;
	font-weight: 300;
	z-index: 101;
	cursor: pointer;
}
.modal {
	max-width: 755px;
	margin: 200px auto;
	padding: 50px 30px;
	border-radius: 25px;
	background-color: #fff;
}
.modal-top {
	margin-bottom: 25px;
	text-align: center;
}
.modal-top h5 {
	margin-bottom: 10px;
	font-size: 48px;
	line-height: 1;
}
.modal-top p {
	margin: 0;
	font-size: 18px;
	letter-spacing: 0.3em;
	color: #9a9a9a;
}
.modal-form {
	max-width: 65%;
	margin: 0 auto;
}
.modal .form-group {
	margin-bottom: 30px;
}
.modal .footer-privacy {
	text-align: center;
}
.modal-subscription,
.modal-review {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/modal_bg_blue.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	padding: 50px 120px;
	min-height: 355px;
	opacity: 0;
}
.modal-subscription .modal-top,
.modal-review .modal-top {
	margin-bottom: 0;
}
/*================================ 
	HEADER STYLES
==================================*/
.page-header {
	padding-bottom: 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
	background-color: #fff;
	z-index: 50;
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
	will-change: transform;
}
.page-header.hide-up {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.header-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-logo {
	-webkit-box-flex: 0;
	/* -ms-flex: 0 0 300px; */
	/* flex: 0 0 300px; */
	/* max-width: 300px; */
	width: 300px;
	height: 45px;
}
.header-logo img {
	width: 300px;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.header-nav {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
}
.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	list-style-type: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-menu-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 3px solid transparent;
}
.header-menu-item:last-child {
	margin-right: 0;
}
.header-menu-item.active {
	border-color: #f14942;
}
.header-menu-item:hover .header-submenu {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}
.header-menu-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	text-decoration: none;
	padding: 30px 15px;
}
.header-submenu {
	position: absolute;
	left: 30px;
	top: 50px;
	min-width: 250px;
	margin: 0;
	padding: 5px 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	list-style-type: none;
	z-index: 10;
	will-change: transform, opacity;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-transition: opacity 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
}
.header-submenu>*+* {
	margin-top: 10px;
}
.header-submenu-link {
	display: block;
	padding: 5px 0;
	text-decoration: none;
}
.header-actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
	border-right: 1px solid #e5e5e5;
}
.header-search-button {
	display: block;
	width: 24px;
	height: 24px;
	border: none;
	background-color: transparent;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/icon_search.svg);
	background-position: center center;
	background-size: contain;
	cursor: pointer;
	background-repeat: no-repeat;
}
.header-search-button:focus {
	outline: none;
}
.header-search-field {
	position: relative;
	max-width: 0;
	margin: 0 10px;
	border: none;
	-webkit-transition: max-width 0.4s ease-in-out;
	-o-transition: max-width 0.4s ease-in-out;
	transition: max-width 0.4s ease-in-out;
}
.header-search-field:focus {
	outline: none;
}
.with-stroke {
	position: relative;
}
.with-stroke::after {
	content: "";
	display: block;
	width: calc(100% - 20px);
	height: 1px;
	margin: 0 auto;
	background-color: #e5e5e5;
	-webkit-transform-origin: center left;
	-ms-transform-origin: center left;
	transform-origin: center left;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: -webkit-transform 0.2s ease-in-out 0.25s;
	transition: -webkit-transform 0.2s ease-in-out 0.25s;
	-o-transition: transform 0.2s ease-in-out 0.25s;
	transition: transform 0.2s ease-in-out 0.25s;
	transition: transform 0.2s ease-in-out 0.25s,
		-webkit-transform 0.2s ease-in-out 0.25s;
}
.header-search.expanded .header-search-field {
	max-width: 250px;
}
.header-search.expanded .with-stroke::after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.select-lang {
	position	 : relative;
	margin-left: 10px;
	cursor		 : pointer;
}
.select-lang.expanded .select-lang-selected {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-color: transparent;
}
.select-lang.expanded .select-lang-options {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}
.select-lang-selected {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 12px;
	border: 1px solid #e5e5e5;
	border-radius: 13px;
	line-height: 1;
	text-transform: uppercase;
	z-index: 2;
	-webkit-transition: border-radius 0.2s;
	-o-transition: border-radius 0.2s;
	transition: border-radius 0.2s;
}
.select-lang-options {
	position: absolute;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 0 12px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top: none;
	text-transform: uppercase;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	-webkit-transition: opacity 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out,
		-webkit-transform 0.2s ease-in-out;
}
.select-lang-option {
	padding: 5px 0;
	text-decoration: none;
}
.select-lang-option.active {
	text-decoration: underline;
}
.mobile-burger {
	display: none;
	width: 30px;
}
.mobile-burger:active,
.mobile-burger:focus,
.mobile-burger:hover {
	outline: none;
	opacity: 1;
}
.mobile-burger.is-active:active,
.mobile-burger.is-active:focus,
.mobile-burger.is-active:hover {
	opacity: 1;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	width: 30px;
	height: 2px;
}
.mobile-menu-wrapper {
	position: fixed;
	top: 59px;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.95);
	z-index: 50;
	overflow-y: auto;
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	-webkit-transform: translateX(-110%);
	-ms-transform: translateX(-110%);
	transform: translateX(-110%);
	will-change: transform;
}
.mobile-menu-wrapper.move-left {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.mobile-menu {
	margin: 0;
	padding: 25px 15px 7em;
	list-style-type: none;
}
.mobile-menu-link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	font-size: 24px;
	font-weight: 700;
}
.mobile-submenu {
	margin: 25px 0;
	list-style-type: none;
}
.mobile-submenu-iten {
	padding: 25px 0;
}
.mobile-submenu-link {
	font-size: 24px;
	text-decoration: none;
	color: #666;
}
/*================================ 
	INDEX PAGE STYLES
==================================*/
.flex-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}
.page-section {
	padding: 55px 0;
}
.news-section {
	margin-top: -475px;
}
.centered {
	margin: 0 auto;
}
.intro-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 100px;
	min-height: 100vh;
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	font-weight: 700;
}
.intro-section h1,
.intro-section p {
	margin-top: 0;
	font-size: inherit;
}
.intro-section p {
	margin-bottom: 0;
	line-height: 29px;
}
.intro-section img {
	display: block;
	max-width: 100%;
	height: auto;
}
.intro-title {
	position: relative;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/big-title-splash.png);
	background-size: 2200px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 20px auto;
	font-size: 306px;
	line-height: 255px;
	font-weight: 900;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	overflow: hidden;
}
.intro-logo {
	margin-top: 20px;
}
.intro-logo svg {
	width: 250px;
}
.intro-logo .letters {
	/* fill: transparent !important; */
	stroke: transparent;
}
.socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	margin-top: -40px;
}
.socials>*+* {
	margin-left: 20px;
}
.socials svg {
	fill: #fff;
}
.section-title {
	margin-bottom: 50px;
	text-align: center;
}
.section-title h1 {
	font-size: 100px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 900;
}
.section-title h2 {
	margin-bottom: 10px;
	font-size: 48px;
}
.section-title p {
	margin-top: 0;
	font-size: 16px;
	/*letter-spacing: 0.3em;*/
	/*color: #9a9a9a;*/
	line-height: 1.3;
}
.section-bottom {
	margin-top: 80px;
	text-align: center;
}
.section-bottom>*:not(.news-count)+* {
	margin-left: 10px;
}
.section-bottom a:not(.btn) {
	display: inline-block;
	margin-top: 10px;
	color: #9a9a9a;
}
.card-wrapper {
	position: relative;
}
.scalabel-hover {
	-webkit-transition: -webkit-transform 0.2s ease-in-out;
	transition: -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out;
	transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
	height: 100%;
}
.scalabel-hover:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
/* .col-4to12:nth-child(n) .card-link,
.col-3to12:nth-child(n) .card-link {
	background: -webkit-linear-gradient(10.58deg, #F7A298 7.98%, #F8D4B5 87.2%);
	background: -o-linear-gradient(10.58deg, #F7A298 7.98%, #F8D4B5 87.2%);
	background: linear-gradient(79.42deg, #F7A298 7.98%, #F8D4B5 87.2%);
	box-shadow: 0px 4px 20px #F7A298;
	color: #fff;
}
.col-4to12:nth-child(n) .card-link:hover,
.col-3to12:nth-child(n) .card-link:hover {
	color: #F7A298 !important;
} */
.col-4to12:nth-child(4n - 2) .card-link,
.col-3to12:nth-child(3n - 1) .card-link {
	background: -webkit-linear-gradient(10.58deg, #9488fc 7.98%, #cd98f7 87.2%);
	background: -o-linear-gradient(10.58deg, #9488fc 7.98%, #cd98f7 87.2%);
	background: linear-gradient(79.42deg, #9488fc 7.98%, #cd98f7 87.2%);
	box-shadow: 0px 4px 20px #9488fc;
	color: #fff;
}
.col-4to12:nth-child(4n - 2) .card-link:hover,
.col-3to12:nth-child(3n - 1) .card-link:hover {
	color: #9488fc !important;
}
.col-4to12:nth-child(4n - 1) .card-link,
.col-3to12:nth-child(3n - 3) .card-link {
	background: -webkit-linear-gradient(10.58deg, #81c0d0 7.98%, #9bd5d0 87.2%);
	background: -o-linear-gradient(10.58deg, #81c0d0 7.98%, #9bd5d0 87.2%);
	background: linear-gradient(79.42deg, #81c0d0 7.98%, #9bd5d0 87.2%);
	box-shadow: 0px 4px 20px #81c0d0;
	color: #fff;
}
.col-4to12:nth-child(4n - 1) .card-link:hover,
.col-3to12:nth-child(3n - 3) .card-link:hover {
	color: #81c0d0 !important;
}
.col-4to12:nth-child(4n) .card-link,
.col-3to12:nth-child(4n) .card-link {
	background: -webkit-linear-gradient(10.58deg, #fcd17d 7.98%, #f4aa53 87.2%);
	background: -o-linear-gradient(10.58deg, #fcd17d 7.98%, #f4aa53 87.2%);
	background: linear-gradient(79.42deg, #fcd17d 7.98%, #f4aa53 87.2%);
	box-shadow: 0px 4px 20px #fcd17d;
	color: #fff;
}
.col-4to12:nth-child(4n) .card-link:hover,
.col-3to12:nth-child(3n) .card-link:hover {
	color: #fcd17d !important;
}
.card {
	position: relative;
	background-color: #fff;
	border-radius: 25px;
	/*min-height: 425px;*/
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	overflow: hidden;
}
.card:not(.card-catalog) {
	/* height: 575px; */
}
.filter-result .card-image {
	height		: 370px;
	max-height: none;
}
.card-image {
	display: block;
	position: relative;
	height: 270px;
	max-height: 270px;
	z-index: 2;
	overflow: hidden;
}
.card-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: bottom;
	object-position: bottom;
}
.card-image .with-item {
	position	: absolute;
	bottom		: 10px;
	right		 : 25px;
	object-fit: contain;
	width		 : auto;
	max-width : 255px;
	height		: 85%;
}
.card-image .with-placeholder,
.jumbo-image .with-placeholder {
	left					 : 50%;
	display				: block;
	margin				 : 0 auto;
	width					: 45%;
	transform			: translateX(-50%);
	object-fit		 : contain;
	object-position: center center;
}
.card-body {
	position: relative;
	width: 100%;
	padding: 30px 20px 30px;
	z-index: 3;
}
.card-body h3 {
	margin-bottom: 0;
	font-size : 22px;
	min-height: 3em;
}
.card-body a {
	text-decoration: none;
}
.card-body p {
	margin-top: 10px;
	/*margin-bottom: 10px;*/
	min-height: 5em;
	color: #9a9a9a;
	line-height: 20px;
}
.card-link {
	position: relative;
	margin: 0 auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
}
.card-catalog {
	min-height: 415px;
}
.card-brand {
	min-height: 385px;
}
.card-brand h3 {
	text-align: center;
}
.card-news {
	margin-top: 30px;
}
.card-news .btn {
	/*margin-top: auto;*/
}
.card-news .card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 300px;
}
.card-news .card-image img {
	-o-object-position: center;
	object-position: center;
}
.jumbo {
	position: relative;
	display: block;
	margin-bottom: 50px;
	text-decoration: none;
}
.jumbo-image {
	position: relative;
	margin-bottom: 10px;
	padding-top: 100%;
	border-radius: 25px;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	overflow: hidden;
}
.jumbo-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}
.jumbo-brand img {
	width					: 70%;
	left					 : 50%;
	transform			: translateX(-50%);
	object-fit		 : contain;
	object-position: center;
}
.jumbo h5 {
	margin-bottom: 0;
	font-size: 24px;
	text-align: center;
}
.jumbo p {
	margin		: 15px 0 0;
	text-align: center;
	color		 : #9a9a9a;
}
.jumbo-square .jumbo-image {
	padding-top: 100%;
}
.news-slider-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	max-width: 65%;
	padding: 30px 15px;
}
.news-slider-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-height: 380px;
	width: 80%;
	height: 100%;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	border-radius: 25px;
}
.page-slider {
	max-width: 90%;
}
.news-slide {
	display: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.news-slide-image {
	position: relative;
	width: 400px;
	height: 290px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 25px;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out, -webkit-transform 0.9s ease-in-out;
	transition: opacity 1s ease-in-out, -webkit-transform 0.9s ease-in-out;
	-o-transition: transform 0.9s ease-in-out, opacity 1s ease-in-out;
	transition: transform 0.9s ease-in-out, opacity 1s ease-in-out;
	transition: transform 0.9s ease-in-out, opacity 1s ease-in-out,
		-webkit-transform 0.9s ease-in-out;
}
.news-slide-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.news-slide-body {
	margin-left: 40px;
	padding-bottom: 30px;
	opacity: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: opacity 0.4s ease-in-out,
		-webkit-transform 0.6s ease-in-out;
	transition: opacity 0.4s ease-in-out, -webkit-transform 0.6s ease-in-out;
	-o-transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out;
	transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out;
	transition: transform 0.6s ease-in-out, opacity 0.4s ease-in-out,
		-webkit-transform 0.6s ease-in-out;
}
.news-slide-body h3 {
	margin-bottom: 10px;
	font-size: 24px;
}
.news-slide-body p {
	margin-bottom: 20px;
	/*color: #9a9a9a;*/
}
.news-slide.slick-active .news-slide-body {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	min-height: 295px;
	opacity: 1;
}
.news-slide.slick-active .news-slide-image {
	opacity: 1;
}
.news-slide.slick-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slider-dots {
	display: none !important;
	position: relative;
	padding: 0 10px;
	margin: 0;
	list-style-type: none;
	z-index: 4;
}
.slider-dots li {
	font-size: 0;
	margin-bottom: 10px;
}
.slider-dots li:last-child {
	margin-bottom: 0;
}
.slider-dots button {
	display: block;
	width: 16px;
	height: 16px;
	border: none;
	border-radius: 8px;
	background-color: #e5e5e5;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out,
		-webkit-box-shadow 0.2s ease-in-out;
	transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out,
		-webkit-box-shadow 0.2s ease-in-out;
	-o-transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out,
		box-shadow 0.2s ease-in-out;
	transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out,
		box-shadow 0.2s ease-in-out;
	transition: height 0.2s ease-in-out, background-color 0.2s ease-in-out,
		box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
	cursor: pointer;
}
.slider-dots button:focus {
	outline: none;
}
.slider-dots .slick-active button {
	height: 30px;
	background-color: #f7a298;
	-webkit-box-shadow: 0px 0px 5px rgba(247, 162, 152, 0.5);
	box-shadow: 0px 0px 5px rgba(247, 162, 152, 0.5);
}
.instagram-card {
	display				 : none;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
	padding: 0 15px;
}
.instagram-card-image {
	position: relative;
	margin-bottom: 10px;
	height: 285px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	overflow: hidden;
}
.instagram-card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.instagram-card-body {
	color: #bcbcbc;
	line-height: 19px;
}
.card-video {
	margin-bottom: 30px;
}
.card-video-body {
	position: relative;
	min-height: 425px;
	margin-bottom: 30px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	overflow: hidden;
}
.card-video-body iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}
.card-video-title {
	margin: 0;
	text-align: center;
	font-size: 24px;
}

.brands-slider {
	width: 100%;
}

.brands-slider .jumbo {
	padding: 20px;
}

/*================================ 
	CATALOG PAGE STYLES
==================================*/
.page-catalog .card-wrapper {
	margin-bottom: 45px;
}
.page-catalog .card-wrapper h3 {
	text-align: center;
	font-size: 36px;
}
.benefit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}
.benefit.left {
	align-items: flex-start;
}
.benefit-icon {
	display				: flex;
	justify-content: center;
	align-items		: center;
	width: 120px;
	height: 120px;
	margin-bottom: 25px;
	border-radius: 50%;
}
.benefit-icon img {
	width : 60px;
	height: 60px;
}
.benefit h3 {
	margin-bottom: 0;
	font-size: 24px;
}
.benefit p {
	margin-top: 15px;
	margin-bottom: 0;
	color: #9a9a9a;
}

.index-letter{
	margin-bottom: 40px;
	margin-right: -10px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.index-letter__button {
	display: flex;
	flex-wrap: wrap;
}
.index-letter__button button {
    /* background: -webkit-linear-gradient(10.58deg, #9488fc 7.98%, #cd98f7 87.2%);
    background: -o-linear-gradient(10.58deg, #9488fc 7.98%, #cd98f7 87.2%);
	background: linear-gradient(79.42deg, #9488fc 7.98%, #cd98f7 87.2%);
	box-shadow: 0px 4px 20px rgba(148, 136, 252, 0.4); */
	background-color: transparent;
	/* color: #fff; */
	color:#9488fc;
    height: 30px;
    width: 30px;
	font-size: 16px;
	font-weight: 600;
    /* font-weight: 400; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* border-radius: 46px; */
	cursor: pointer;
	border:none;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	transition: all 0.2s ease-in-out;
}
.index-letter__button button:hover{
	/* color: rgba(148, 136, 252, 1); */
	/* background: #fff; */
	/* transition: all 0.2s ease-in-out; */
	color:#cd98f7;
}
.wtb-modal-wrapper__body ul {
	padding: 0;
	margin: 0;
	list-style: none;
	padding: 30px;
}
.modal-close {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 30px;
    height: 30px;
    float: right;
    border: none;
    background-color: transparent;
    background-image: url(/local/templates/cessel_webgate_theme/css/../images/close.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 64px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.35s ease-in-out;
    transition: -webkit-transform 0.35s ease-in-out;
    -o-transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out;
    transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
.change_city {
	cursor: pointer;
	margin-bottom: 10px;
}
.change_city:nth-last-child(1) {
	margin-bottom: 0;
}
.change_city:hover {
	text-decoration: underline;
}
/*================================ 
	CATALOG FILTER PAGE STYLES
==================================*/
.catalog-filter {
	margin-bottom: 40px;
}
.catalog-filter>.row {
	justify-content: center;
}
.filter-result .row {
	align-items: stretch;
}
.filter-list {
	position: relative;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	z-index: 5;
}
.filter-list-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px 5px;
	cursor: pointer;
}

.filter-options {
	position: absolute;
	width: 100%;
	max-height: 175px;
	padding: 15px 10px;
	background-color: #fff;
	-webkit-box-shadow: 0px 7px 10px #e2e2e2;
	box-shadow: 0px 7px 10px #e2e2e2;
	overflow-y: auto;
	z-index: -1;
	opacity: 0;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	visibility: hidden;
	-webkit-transition: opacity ease-in-out 0.1s,
		-webkit-transform 0.2s ease-in-out;
	transition: opacity ease-in-out 0.1s, -webkit-transform 0.2s ease-in-out;
	-o-transition: transform 0.2s ease-in-out, opacity ease-in-out 0.1s;
	transition: transform 0.2s ease-in-out, opacity ease-in-out 0.1s;
	transition: transform 0.2s ease-in-out, opacity ease-in-out 0.1s,
		-webkit-transform 0.2s ease-in-out;
}
.filter-options-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
	color: #303030;
}
.filter-hidden:checked~.filter-options {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}
.filter-result .card {
	/*min-height: 435px;*/
	margin-top: 30px;
}
.filter-result .card-body {
	padding-bottom: 30px;
	height: 100%;
}
.card .label {
	top: -377px;
	position: absolute;
	right: 10px;
}

.recomendation-section .card .label {
	top: -278px;
}

.label {
	display				 : inline-block;
	margin					: 20px 0;
	padding				 : 7px 15px;
	background-image: linear-gradient(90deg, #F7A298 0%, #F8D4B5 96.62%);
	box-shadow			: 0px 4px 20px rgba(247, 158, 152, 0.5);
	border-radius	 : 25px;
	color					 : #fff;
	font-size			 : 12px;
}
/*================================ 
	PAINT ITEM PAGE STYLES
==================================*/
.paint-description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 0;
	/* margin: -50px -15px 0; */
}
.paint-description-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	min-height: 660px;
	max-height: 660px;
	padding: 0 15px;
	/* overflow: hidden; */
	/*background-image	 : url(/local/templates/cessel_webgate_theme/css/../images/item_details_image_background.png);
	background-repeat	: no-repeat;
	background-position: left center;
	background-size		: 95%;*/
}
.paint-description-image a {
	cursor: zoom-in;
}
.paint-description-image img {
	/*width			 : 50%;
	 max-width: 450px; */
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: top center;
	object-position: top center;
}
.paint-description-image .dop {
	margin-bottom: 100px;
}
.paint-description-image .dop a {
	display: inline-block;
	border: 1px solid #e5e5e5;
	margin: 2px;
}
.paint-description-image .dop a:hover {
	border: 1px solid #f14942;
}
.paint-description-image .with-placeholder {
	width: 60%;
}
.paint-description-body {
	-webkit-box-flex: 0;
	-ms-flex				: 0 0 50%;
	flex						: 0 0 50%;
	max-width			 : 40%;
	padding				 : 0 15px;
}
.paint-description-body h1 {
	font-size	: 48px;
	line-height: 1;
}
.paint-description-body p {
	color: #9a9a9a;
	line-height: 19px;
}
.paint-description-composition {
	display	 : block;
	margin-top: 20px;
}
.paint-description-composition h3 {
	margin-bottom: 0;
	margin-right: 10px;
	font-size: 24px;
}
.paint-description-composition p {
	margin-top	 : 5px;
	margin-bottom: 0;
}
.paint-description-composition img {
	display	 : inline-block;
	margin-top: 20px;
	max-width : 160px;
}
.paint-description-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: justify; */
	/* -ms-flex-pack: justify; */
	/* justify-content: space-between; */
	margin-top: 70px;
}
.paint-description-links .btn:first-child {
	margin-right: 20px;
}
.paint-reviews {
	position: relative;
	padding: 50px 0;
	overflow-x: hidden;
}
.paint-reviews h2 {
	text-align: center;
	font-size: 48px;
}
.paint-video {
	margin-top: 50px;
}
.paint-video .card-video-body {
	min-height: 600px;
}
.reviews-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.reviews-slider-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 15px;
	-webkit-transition: opacity 0.1s ease-in-out;
	-o-transition: opacity 0.1s ease-in-out;
	transition: opacity 0.1s ease-in-out;
}
.slider-item-image {
	position: relative;
	width: 230px;
	height: 230px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.slider-item-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.slider-item-body p {
	margin-bottom: 30px;
	color: #9a9a9a;
	line-height: 19px;
}
.slider-item-body h3 {
	margin-bottom: 0;
	font-size: 24px;
}
.simple-slider-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}
.simple-slider-dots li {
	margin-right: 10px;
	margin-bottom: 0;
}
.simple-slider-dots li:last-child {
	margin-right: 0;
}
.simple-slider-dots li button {
	padding: 0;
	width: 12px;
	height: 12px;
}
.simple-slider-dots .slick-active button {
	height: 12px;
}
.review-section {
	min-height: 1080px;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/review_bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.review-form {
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
}
.review-form>*+* {
	margin-top: 30px;
}
.review-form .footer-privacy {
	display: block;
	margin-top: -20px;
}
.review-form [type="submit"] {
	margin: 0 auto;
}
.recomendation-section {
	margin-top: -350px;
}
/*================================ 
	BRANDS PAGE STYLES
==================================*/
.brands-intro {
	min-height: 100vh;
	margin-bottom: 50px;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/brands/brands_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	text-align: center;
	text-transform: uppercase;
}
.brands-intro h1 {
	margin-bottom: 0;
	font-size: 109px;
	font-weight: 900;
}
.brands-intro h2 {
	font-size: 24px;
	letter-spacing: 0.3em;
	line-height: 29px;
}
.brands-intro .section-inner {
	margin-top: 150px;
}
.brand-title p {
	font-size: inherit;
	letter-spacing: normal;
}
.brand-title img {
	display	: inline-block;
	margin	 : 15px 0;
	max-width: 100%;
	width		: 365px;
	height	 : auto;
}
.brand-page-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 20px;
	max-width: 100%;
	flex-wrap: wrap;
}
.brand-page-nav--item {
	position: relative;
	padding-right: 15px;
	padding-top: 30px;
}
.brand-page-nav--text {
	padding-right: 15px;
	padding-top: 30px;
}
.badge-pagination span {
	font-size: 16px;
}
div.brand-page-nav--item.active a {
	background: white;
	box-shadow: 0px 4px 20px #81c0d0;
	color: #81c0d0;
	cursor: auto;
}
.section-text {
	padding: 55px 0;
	color: #9a9a9a;
}
.section-benefits h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 36px;
}
/*================================ 
	NEWS PAGE STYLES
==================================*/
.news-count {
	display: inline-block;
	margin-bottom: 20px;
	color: #9a9a9a;
}
/*================================ 
	NEWS DETAIL PAGE STYLES
==================================*/
.news-title h1 {
	font-size: 48px;
	line-height: 58px;
}
.news-body {
	position: relative;
}
.news-text {
	margin-bottom: 70px;
}
.image-holder {
	position: relative;
	max-width: 50%;
	float: right;
	max-height: 345px;
	margin-left: 30px;
	border-radius: 25px;
	overflow: hidden;
}
.image-holder img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.news-video {
	position: relative;
	min-height: 865px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	overflow: hidden;
}
.news-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*================================ 
	CAREER PAGE STYLES
==================================*/
.card-big {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 725px;
	margin-top: 30px;
	padding						: 70px 40px 70px 260px;
	background-position: -155px 0px;
}
.card-big .brand-logo {
	width				: 185px;
	height			 : 160px;
	margin-bottom: 30px;
}
.card-big .brand-logo img {
	width		 : 100%;
	height		: 100%;
	object-fit: contain;
}
.card-big-title {
	margin-bottom: 50px;
	font-size: 24px;
}

.card-color {
	background-size: contain;
	background-position: 0 0;
}

.card-color .card-big-title {
	margin-bottom: 25px;
	font-size: 36px;
}

.card-color-doc {
	display: flex;
	align-items: center;
}

.doc-name {
	display: block;
	min-width: 75%;
	order: 2;
	margin-left: 15px;
	font-size: 24px;
}

.card-color .card-big-body .card-color-doc {
	margin-top: 25px;
}

.card-big-body-text h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.card-big-body-text ul {
	margin: 0;
	padding: 0 0 0 15px;
	color: #5d5d5d;
}
.card-big-body-text ul>*+* {
	margin-top: 25px;
}
.card-big-body-requarments {
	margin-bottom: 30px;
}
.card-big .btn {
	margin-top: auto;
}
.card-big-requarments-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 10px;
	color: #5d5d5d;
}
.card-big-requarments-row:last-child {
	margin-bottom: 0;
}
.card-big-requarments-row span:first-child {
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
/*================================ 
	MEDIA PAGE STYLES
==================================*/
.media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 70px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.media:last-child {
	margin-bottom: 0;
}
.media-title {
	margin-bottom: 70px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	font-size: 48px;
}
.media-text {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	padding: 0 15px;
}
.media-text h3 {
	font-size: 24px;
}
.media-text p {
	margin-top: 50px;
	margin-bottom: 0;
	color: #9a9a9a;
}
.media .btn-wide {
	margin-top: 45px;
}
.media-video-wrapper {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	padding: 0 15px;
}
.media-video {
	position: relative;
	min-height: 570px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	overflow: hidden;
}
.media-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.media-lessons {
	margin-bottom: 100px;
}
.media-lessons:nth-child(even) .media-text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
.media-lessons:nth-child(even) .media-video-wrapper {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}
.media-lessons:nth-child(1n + 0) .btn-wide {
	background: -webkit-linear-gradient(10.58deg, #f7a298 7.98%, #f8d4b5 87.2%);
	background: -o-linear-gradient(10.58deg, #f7a298 7.98%, #f8d4b5 87.2%);
	background: linear-gradient(79.42deg, #f7a298 7.98%, #f8d4b5 87.2%);
	color: #fff;
}
.media-lessons:nth-child(2n + 0) .btn-wide {
	background: -webkit-linear-gradient(10.58deg, #9488fc 7.98%, #cd98f7 87.2%);
	background: -o-linear-gradient(10.58deg, #9488fc 7.98%, #cd98f7 87.2%);
	background: linear-gradient(79.42deg, #9488fc 7.98%, #cd98f7 87.2%);
	color: #fff;
}
.media-lessons:nth-child(3n + 0) .btn-wide {
	background: -webkit-linear-gradient(10.58deg, #81c0d0 7.98%, #9bd5d0 87.2%);
	background: -o-linear-gradient(10.58deg, #81c0d0 7.98%, #9bd5d0 87.2%);
	background: linear-gradient(79.42deg, #81c0d0 7.98%, #9bd5d0 87.2%);
	color: #fff;
}
.media-lessons:nth-child(4n + 0) .btn-wide {
	background: -webkit-linear-gradient(10.58deg, #fcd17d 7.98%, #f4aa53 87.2%);
	background: -o-linear-gradient(10.58deg, #fcd17d 7.98%, #f4aa53 87.2%);
	background: linear-gradient(79.42deg, #fcd17d 7.98%, #f4aa53 87.2%);
	color: #fff;
}
/*================================ 
	TEAM PAGE STYLES
==================================*/
.card-team {
	min-height: auto;
	margin-bottom: 30px;
}
.card-team .card-body {
	text-align: center;
}
.card-team .card-body p {
	min-height: auto;
}
/*================================ 
	ABOUT PAGE STYLES
==================================*/
.about-title h1 {
	font-size: 48px;
}
.about-text::after {
	content: '';
	display: block;
	clear	: both;
}
.about-text p {
	color: #9a9a9a;
}
.timeline-wrapper h2 {
	margin-bottom: 70px;
	text-align: center;
	font-size: 48px;
}
.timeline {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.timeline::before {
	content: "";
	position: absolute;
	top: 75%;
	left: 0;
	-webkit-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	transform: translateY(-75%);
	display: block;
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	z-index: -1;
}
.timeline-item {
	margin-right: 35px;
}
.timeline-item:nth-child(3) {
	margin-left: auto;
}
.timeline-item:nth-child(4) {
	margin-right: auto;
}
.timeline-item-text {
	position: relative;
	margin-bottom: 75px;
	padding-left: 10px;
	-webkit-transform: translateX(25%);
	-ms-transform: translateX(25%);
	transform: translateX(25%);
}
.timeline-item-text::before {
	content: "";
	position: absolute;
	bottom: -70%;
	left: 0;
	display: block;
	width: 1px;
	height: 100%;
	background-color: #e5e5e5;
}
.timeline-item-text h3 {
	margin-bottom: 8px;
	font-size: 24px;
}
.timeline-item-text p {
	min-width: 220px;
	min-height: 4em;
	color: #9a9a9a;
}
.timeline-item-icon {
	display				: flex;
	align-items		: center;
	justify-content: center;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	/*-webkit-box-shadow: 0px 4px 20px rgba(247, 162, 152, 0.5);розовое свечение*/
	/*box-shadow: 0px 4px 20px rgba(247, 162, 152, 0.5);розовое свечение*/
}
.timeline-item-icon img {
	width : 55px;
	height: 55px;
}
.card-headless {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 230px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* min-height: auto; */
	padding: 80px 0;
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
/* .card-headless::before {
	content: '';
	position: absolute;
	top: 30%;
	left: 40%;
	-webkit-transform: translate(0, -30%);
			-ms-transform: translate(0, -30%);
					transform: translate(0, -30%);
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: -webkit-linear-gradient(10.58deg, #FCD17D 7.98%, #F4AA53 87.2%);
	background: -o-linear-gradient(10.58deg, #FCD17D 7.98%, #F4AA53 87.2%);
	background: linear-gradient(79.42deg, #FCD17D 7.98%, #F4AA53 87.2%);
	-webkit-transform-origin: center;
			-ms-transform-origin: center;
					transform-origin: center;
	-webkit-transform: scale(0.1);
			-ms-transform: scale(0.1);
					transform: scale(0.1);
	-webkit-transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	-o-transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
	visibility: hidden;
	z-index: 2;
}
.card-headless:hover {
	color: #fff;
}
.card-headless:hover::before {
	-webkit-transform: scale(6);
			-ms-transform: scale(6);
					transform: scale(6);
	visibility: visible;
} */
.card-headless:hover p {
	margin-top: 1em;
	opacity: 1;
}
.card-headless h3 {
	position: relative;
	margin-bottom: 0;
	font-weight: 800;
	font-size: 36px;
	z-index: 3;
	-webkit-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.card-headless p {
	position: relative;
	opacity: 0;
	margin-top: -5%;
	margin-bottom: 0;
	-webkit-transition: margin-top 0.5s ease-in-out, color 0.2s ease-in-out,
		opacity 0.5s ease;
	-o-transition: margin-top 0.5s ease-in-out, color 0.2s ease-in-out,
		opacity 0.5s ease;
	transition: margin-top 0.5s ease-in-out, color 0.2s ease-in-out,
		opacity 0.5s ease;
	z-index: 3;
}
.card-headless-color {
	margin-bottom: 30px;
	min-height: 345px;
}
.about-slider {
	min-height: 865px;
}
.about-slider-item {
	position: relative;
	max-height: 865px;
	border-radius: 25px;
	display: none;
	overflow: hidden;
}
.about-slider-item img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
}
.about-slider-wrapper {
	position: relative;
}
.slider-btn {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.slider-btn[data-dir="Prev"] {
	left: 0;
	-webkit-transform: translateX(-120%);
	-ms-transform: translateX(-120%);
	transform: translateX(-120%);
}
.slider-btn[data-dir="Next"] {
	right: 0;
	-webkit-transform: translateX(120%);
	-ms-transform: translateX(120%);
	transform: translateX(120%);
}
.benefit-partners h3 {
	width: 100%;
	font-size: 18px;
}
/*================================ 
	CLUB PAGE STYLES
==================================*/
.club-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.club-navigation>*+* {
	margin-left: 50px;
}
.club-navigation-anchor {
	color: #bcbcbc;
	font-weight: 700;
}
.calendar-item {
	margin-bottom: 30px;
}
.calendar-item .date {
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 24px;
	color: #9a9a9a;
}
.calendar-item h3 {
	margin-bottom: 30px;
	font-size: 24px;
}
.calendar-item p {
	color: #9a9a9a;
}
.steps-wrapper {
	margin-top: 100px;
}
.steps-wrapper h3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 60px;
	font-size: 24px;
}
.steps {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.steps::before {
	content: "";
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	display: block;
	width: 80%;
	height: 1px;
	margin: 0 auto;
	background-color: #e5e5e5;
	z-index: -1;
}
.step {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}
.step::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 1px;
	height: 80%;
	background-color: #e5e5e5;
	z-index: -1;
}
.step-icon {
	display				: flex;
	flex-direction : column;
	justify-content: center;
	align-items		: center;
	width: 120px;
	height: 120px;
	margin: 0 auto 80px;
	border-radius: 50%;
}
.step-icon img {
	width: 80px;
}
.step-text p {
	max-width: 65%;
	margin: 0 auto;
	color: #9a9a9a;
}
#socactivities .news-slider-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 30px 15px;
}
.club-slider-wrapper::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	min-height: 380px;
	width: 90%;
	height: 100%;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	border-radius: 25px;
}
/*================================ 
	CONTACTS PAGE STYLES
==================================*/
.contacts-section h1 {
	font-size: 100px;
	line-height: 1;
	text-transform: uppercase;
	font-weight: 900;
}
.contacts-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px;
}
.contacts-info {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33%;
	flex: 0 0 33%;
	max-width: 33%;
	padding: 0 15px;
	font-size: 24px;
	font-weight: 700;
}
.contacts-info>* {
	display: block;
}
.contacts-info>*+* {
	margin-top: 30px;
}
.contacts-info a {
	text-decoration: none;
}
.contacts-info address {
	font-style: normal;
	line-height: 29px;
}
.contacts-depts {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66%;
	flex: 0 0 66%;
	max-width: 66%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0 15px;
}
.contacts-dept {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 50px;
	padding: 0 15px;
}
.contacts-dept h3 {
	margin-bottom: 30px;
	font-size: 24px;
}
.contacts-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
}
.contacts-item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 20px rgba(247, 162, 152, 0.5);
	box-shadow: 0px 4px 20px rgba(247, 162, 152, 0.5);
}
.contacts-item a {
	text-decoration: none;
	font-size: 18px;
	color: #9a9a9a;
}
.contacts-item svg {
	fill: #fff;
}
.contacts-map img {
	width		 : 100%;
	height		: 100%;
	min-height: 805px;
	object-fit: cover;
}
.page-404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.section-404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.section-404 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	height: 100%;
}
.section-404 p {
	font-size: 48px;
	font-weight: 700;
}
.section-404 .btn {
	margin-top: auto;
}
.title-404 {
	margin-top: auto;
	background-image: url(/local/templates/cessel_webgate_theme/css/../images/big-title-splash.png);
	background-size: 2200px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	overflow: hidden;
}
.title-404 h1 {
	margin-bottom: 0;
	font-size: 530px;
	letter-spacing: 0.05em;
	font-weight: 900;
	line-height: 400px;
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.brands-intro {
		background-attachment: scroll;
	}
	.intro-title,
	.title-with-image {
		width: 100%;
		background-image: none;
		color: #f7a298;
		letter-spacing: 2px;
	}
	.title-404 {
		background-image: none;
		color: #f7a298;
	}
}
/*================================ 
	FOOTER STYLES
==================================*/
.footer-top {
	padding: 70px 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.footer-top .socials {
	margin-top: 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.footer-logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 240px;
	flex: 0 0 240px;
	max-width: 240px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 15px;
}
.footer-logo img {
	width: 210px !important;
}
.footer-nav {
	margin-top: -15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
	padding: 0 15px;
}
.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
}
.footer-menu-item {
	padding: 15px 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.footer-menu-link {
	text-decoration: none;
	font-weight: 600;
}
.footer-bottom {
	padding: 50px 0;
}
.copyright {
	display: block;
	margin-bottom: 15px;
}
.madeby {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	color: #9a9a9a;
}
.madeby img {
	margin-right: 10px;
}
.footer-bottom-left {
	padding: 0 15px;
}
.footer-bottom-right {
	margin-left: auto;
	padding: 0 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 640px;
	flex: 0 0 640px;
	max-width: 640px;
}
.mailing-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.mailing-form input {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	margin-right: 10px;
	padding: 15px 30px;
	background-color: #fff;
	border: none;
	border-radius: 25px;
	-webkit-box-shadow: 0px 4px 30px #e2e2e2;
	box-shadow: 0px 4px 30px #e2e2e2;
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.mailing-form input::-webkit-input-placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.mailing-form input::-moz-placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.mailing-form input:-ms-input-placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.mailing-form input::-ms-input-placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.mailing-form input::placeholder {
	line-height: 1;
	color: #9a9a9a;
	font-size: 13px;
}
.mailing-form button[type="submit"] {
	padding: 15px 0;
}
.footer-privacy {
	font-size: 11px;
	color: #9a9a9a;
	padding-top: 13px;
}
/*================================ 
 REVIEW PAGE STYLES
==================================*/
.reviews-item {
	padding: 25px 0;
}
.reviews-item a {
	text-decoration: none;
}
.w-100 {
	flex		 : 0 0 100%;
	max-width: 100%;
}
.review-inner-image {
	position		 : relative;
	height			 : 510px;
	margin			 : 25px 0;
	border-radius: 25px;
	overflow		 : hidden;
}
.review-inner-image img {
	width		 : 100%;
	height		: 100%;
	object-fit: cover;
}
/***********************************/
/* WHERE TO BUY PAGE STYLES */
/***********************************/
#addresses {
	min-height: 250px;
}
.addresses {
	display	: flex;
	flex-wrap: wrap;
}
.address {
	display					: flex;
	align-items			: center;
	/* flex					: 0 0 33.333%; */
	/* max-width		 : 33.333%; */
	margin-top			 : 35px;
}
.address-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	border-radius: 50%;
	-webkit-box-shadow: 0px 4px 20px rgba(247, 162, 152, 0.5);
	box-shadow: 0px 4px 20px rgba(247, 162, 152, 0.5);
}
.address-body {
	display			 : flex;
	flex-direction: column;
	flex					: auto;
}
.address-body p {
	color		: #9a9a9a;
	max-width: 85%;
}
.address-body a {
	text-decoration: underline;
}
.address-body a[href^="tel:"] {
	text-decoration: none;
}
p.sitemap {
	float: right;
}
p.sitemap a {
	color: #808080;
	text-decoration: none;
}
p.sitemap a:hover {
	text-decoration: underline;
}
/*================================ 
	MEDIA QUERIES
==================================*/
@media screen and (max-width: 1580px) {
	.intro-title {
		font-size: 250px;
		line-height: 205px;
	}
	.timeline-item,
	.timeline-item:nth-child(3) {
		margin-right: 0;
	}
	.paint-description-body {
		max-width: 43%;
	}
	.header-logo img {
		width: 220px;
	}
	.header-menu-link{
		padding: 21px 11px;
	}
	.header-submenu {
    	top: 56px;
	}
	.page-main{
		padding-top: 65px;
	}
	.section-bottom {
		margin-top: 40px;
	}
}
@media screen and (max-width: 1380px) {
	.header-logo img {
		width: 220px;
	}
	.page-main {
		padding-top: 80px;
	}
	.page-header {
		padding: 15px 0;
	}
	.header-nav {
		display: none;
	}
	.header-actions {
		margin-left: auto;
	}
	.mobile-burger {
		display: block;
		margin-left: 50px;
		padding: 0;
	}
	.mobile-menu-wrapper {
		display: block;
	}
	div.timeline-item {
		margin: 0 !important;
	}
	.timeline-wrapper {
		position: relative;
		overflow-x: hidden;
	}
	.timeline {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin: 0 -15px;
	}
	.timeline::before {
		width: 9999px;
	}
	.timeline .timeline-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding: 15px;
	}
	.timeline .timeline-item-text {
		-webkit-transform: translateX(60px);
		-ms-transform: translateX(60px);
		transform: translateX(60px);
	}
}
@media screen and (max-width: 1280px) {
	.modal-close {
		top: -35px;
		right: -8px;
	}
	.intro-title {
		font-size: 180px;
		line-height: 170px;
	}
	.col-6to12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.card-news .btn {
		margin-top: 25px;
	}
	.card-news .card-body {
		min-height: auto;
	}
	.col-4to12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-4to12:last-child .jumbo {
		margin-bottom: 0;
	}
	.col-4to12 .card-wrapper {
		margin-bottom: 30px;
	}
	.col-4to12:nth-last-child(-n + 2) .card-wrapper {
		margin-bottom: 0;
	}
	.col-4to12:last-child .card-wrapper {
		margin-bottom: 0;
	}
	.col-4to12 .filter-list-label {
		margin-bottom: 10px;
	}
	.col-4to12:nth-last-child(-n + 2) .filter-list-label {
		margin-bottom: 0;
	}
	.col-2to12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
	.jumbo-image {
		padding-top: 100%;
	}
	.jumbo:not(.jumbo-brand) img {
		-o-object-position: top center;
		object-position: top center;
	}
	.news-slider-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 65%;
		flex: 0 0 65%;
		max-width: 65%;
		margin-bottom: 20px;
	}
	.news-slider-wrapper::before {
		width: 100%;
	}
	.news-slide-image {
		width: 300px;
		height: 250px;
	}
	.page-slider {
		max-width: 96%;
	}
	.footer-logo {
		margin-bottom: 20px;
	}
	.footer-nav {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-menu {
		padding: 0;
	}
	.footer-bottom-left {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.footer-bottom-right {
		margin-bottom: 50px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.madeby {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	p.sitemap {
		float: none;
		text-align: center;
		margin-top: 15px;
	}
	.mailing-form {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.mailing-form input {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.mailing-form .btn {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		margin: 0 auto;
	}
	.mailing-form .footer-privacy {
		margin-bottom: 30px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		text-align: center;
	}
	.paint-description-body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.reviews-slider-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.reviews-slider-item:last-child {
		margin-bottom: 20px;
	}
	.card-big {
		min-height: auto;
		padding: 50px 30px;
		background-position: -175px;
	}
	.card-big .btn {
		margin-top: 50px;
	}

	.card-color {
		min-height: auto !important;
		height: auto !important;
	}

	.card-color .btn {
		margin-top: 0;
	}

	.slider-btn[data-dir="Next"],
	.slider-btn[data-dir="Prev"] {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
	.intro-section {
		height: 90vh;
	}
}
@media screen and (max-width: 1024px) {
	.contacts-body {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts-info {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 55px;
	}
	.contacts-depts {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media screen and (max-width: 992px) {
	.intro-title {
		font-size: 140px;
		line-height: 150px;
	}
	.section-title h2 {
		font-size: 36px;
	}
	.section-title h1 {
		font-size: 85px;
	}
	.col-3to12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-3to12 .benefit {
		margin-bottom: 30px;
	}
	.col-3to12 .card-wrapper {
		margin-bottom: 20px;
	}
	.col-3to12:last-child .card-wrapper {
		margin-bottom: 0;
	}
	.col-3to12::last-child .benefit {
		margin-bottom: 0;
	}
	.breadcrumbs-wrapper {
		display: none;
	}
	.paint-description-body h1 {
		font-size: 36px;
	}
	.paint-description-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.paint-description-links .btn:first-child {
		margin-bottom: 10px;
	}
	.review-form {
		max-width: 95%;
	}
	.brands-intro {
		background-size: contain;
	}
	.brands-intro .section-inner {
		margin-top: 0;
	}
	.brands-intro .section-inner h1 {
		font-size: 52px;
	}
	.brands-intro .section-inner h2 {
		font-size: 18px;
	}
	.media-text {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.media-text p {
		margin-top: 10px;
	}
	.media-video-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.image-holder {
		float: none;
		margin-left: 0;
	}
	.news-video {
		min-height: 440px;
	}
	.steps {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.steps::before {
		width: 1px;
		height: 90%;
	}
	.steps-wrapper h3 {
		text-align: center;
	}
	.step {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.step::before {
		content: none;
	}
	.step-icon {
		margin-bottom: 0;
	}
	.step-text {
		margin: 90px 0;
	}
	.step-text p {
		padding: 10px 0;
		max-width: 70%;
		background-color: #fff;
	}
	.step:last-child .step-text {
		margin-bottom: 0;
	}
	.club-navigation {
		display: none;
	}
	.page-section {
		/* padding: 25px 0; */
	}
	.club-intro .section-title {
		margin-bottom: 0;
	}
	.media-title {
		font-size: 36px;
	}
	.about-slider-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.about-slider {
		width: 100%;
		min-height: 350px;
		height: 350px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-bottom: 20px;
	}
	.about-slider-item {
		min-height: auto;
		max-height: auto;
		height: 350px;
	}
	.about-slider-item img {
		-o-object-fit: cover;
		object-fit: cover;
	}
	.slider-btn[data-dir="Next"] {
		position: static;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.slider-btn[data-dir="Prev"] {
		position: static;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-right: 10px;
	}
	.timeline-wrapper h2 {
		font-size: 36px;
	}
	.news-slider-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.news-slider-wrapper::before {
		width: 100%;
	}
	.instagram-card {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.news-slide-image {
		width: 400px;
		height: 290px;
	}
}
@media screen and (max-width: 768px) {
	.page-slider {
		max-width: 90%;
		margin-bottom: 0;
	}
	#socactivities .slider-dots-wrapper {
		margin-top	: auto;
		margin-right: auto;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.news-slider-wrapper {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.news-slider-wrapper .slider-dots-wrapper {
		margin: 0 -20px 60px;
	}
	.news-slider-wrapper .slider-dots {
		padding: 0;
	}
	.news-slide.slick-slide {
		padding: 15px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.news-slide-image {
		max-width: 100%;
		width: 100%;
	}
	.news-slide-body {
		margin-left: 0;
		margin-top: 20px;
		max-width: 90%;
	}
	.section-bottom {
		margin-top: 20px;
	}
	.modal {
		max-width: 90%;
	}
	.modal-subscription {
		min-height: 230px;
		padding: 10px 20px;
	}
	.modal h5 {
		font-size: 30px;
	}
	.modal p {
		font-size: 16px;
	}
	.paint-description {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0;
		padding-top: 0;
	}
	.paint-description-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		min-height: 300px;
		margin-bottom: 20px;
		/* margin-top: -30px; */
	}
	.paint-description-image img {
		max-width: 100%;
		height: auto;
	}
	.paint-description-body {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.paint-description-body h1 {
		font-size: 36px;
		line-height: 1;
	}
	.paint-description-links {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.paint-description-links .btn:first-child {
		margin-right: 10px;
		margin-bottom: 0;
	}
	.modal-form {
		max-width: 100%;
	}
}

@media screen and (min-width: 1281px) {
	.card-news .btn {
		position: absolute;
		bottom: 20px;
	}
}

@media screen and (max-width: 768px) and (orientation: landscape) {
	.intro-section {
		padding-top: 80px;
		height: auto;
	}
}
@media screen and (max-width: 690px) {
	.intro-section {
		padding-top: 35px;
		min-height: calc(100vh - 130px);
	}
	.intro-section .flex-centered {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.intro-section .socials {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: auto;
	}
	.intro-title {
		font-size: 90px;
		line-height: 100px;
	}
	.footer-menu-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
	.dot {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.intro-logo svg {
		width: 160px;
	}
	.header-actions {
		display: none;
	}
	.mobile-burger {
		margin-left: auto;
	}
	.col-3to12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-3to12 .benefit {
		margin-bottom: 30px;
	}
	.col-3to12:last-child .card-wrapper,
	.col-3to12:last-child .benefit {
		margin-bottom: 0;
	}
	.reviews-slider-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.slider-item-image {
		margin: 0 0 20px;
	}
	.slider-item-body {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.slider-item-body h3 {
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.slider-item-body p {
		margin-bottom: 0;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.media-video-wrapper {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.media-video {
		min-height: 215px;
	}
	.news-video {
		min-height: 215px;
	}
	.card-video-body {
		min-height: 215px;
	}
	.section-title h1 {
		font-size: 65px;
	}
	div.news-title h1 {
		font-size: 24px;
		line-height: 29px;
	}
	.contacts-dept {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-top {
		padding: 35px 0;
	}
	.footer-bottom {
		padding: 25px 0;
	}
}
@media screen and (max-width: 540px) {
	.page-header {
		padding: 7px 0;
	}
	.intro-section {
		font-size: 18px;
	}
	.intro-title {
		font-size: 50px;
		line-height: 50px;
	}
	.news-section {
		margin-top: 0;
	}
	.col-4to12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-4to12 .card-wrapper {
		margin-bottom: 30px !important;
	}
	.col-4to12:last-child .card-wrapper {
		margin-bottom: 0;
	}
	.col-2to12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-2to12:nth-last-child(-n + 2) .jumbo {
		margin-bottom: 0;
	}
	.footer-menu-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.paint-reviews {
		padding: 0;
	}
	.paint-description-links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.paint-description-links .btn:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.review-section {
		min-height: auto;
	}
	.recomendation-section {
		margin-top: 0;
	}
	.benefit-partners h3 {
		min-height: 5em;
	}
	.card-headless h3 {
		font-size: 24px;
	}
	.form-group-flexed {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.form-group-flexed .form-group {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.card-body p {
		min-height: 0;
	}
}
@media screen and (max-width: 460px) {
	.mobile-burger {
		margin-left: auto;
	}
	.card-video-body {
		min-height: 212px;
	}
	.section-title h1 {
		font-size: 36px;
	}
	.badge-title {
		font-size: 16px;
	}
	.madeby {
		flex-direction: column;
	}
	.madeby img {
		margin-right : 0;
		margin-bottom: 10px;
	}
	.madeby span {
		max-width: 60%;
	}
}
@media screen and (min-width: 340px) and (max-width: 992px) and (orientation: landscape) {
	.intro-section {
		padding-top: 80px;
		height: auto;
	}
}

div.search-result {
	color: #000;
}

.about-text.search [name="q"] {
	width: 100%;
	padding: 10px;
}

.about-text.search [type="submit"] {
	padding: 10px;
}

.search-result font, .search-result .search-sorting {
	display: block;
	text-align: center;
}

div.search-item-date {
	font-style: italic;
	padding-right: 3px;
}

.col-3to12.pdf {padding: 20px 140px;}

.page-section.titles-text > div > div {
	text-align: justify;
	line-height: 20px;
}
.page-section.titles-text > div > div h1 {
	font-weight: normal;
}
.page-section.titles-text > div > div p {
	text-indent: 20px;
}
.bx-breadcrumb{
	margin-top: 30px;
	margin-bottom: 0;
}
.pt-0{
	padding-top: 0;
}
.bx-filter-select-popup label{
	font-weight:normal;
}
.bx-filter-select-popup ul li label.selected, .bx-filter-select-popup ul li label:hover{
	background: #fbfbfb;
}
.bx-filter-select-container label{
	margin-bottom: 10px;
}
.popup-window {
	margin-top: 5px;
	width: calc(100% - 40px);
	left: 30px;
}

.section-title__03em p {
    letter-spacing: .03em;
}

.with-background img {
    max-width: 100%;
}

@media (min-width: 540px){
	.popup-window {
		width: calc(50% - 35px);
	}
}
@media (min-width: 1280px) {
	.popup-window {
		width: 287.5px;
	}
}

@media (min-width: 1580px){
	.popup-window {
		width: 362.5px;
	}
}

/* УНИВЕРСАЛЬНОЕ МОДАЛЬНОЕ ОКНО ДЛЯ СТРАНИЦЫ МЕДИА */
.modal-show {
    overflow: hidden;
    padding-right: 5px;
  }
  .wtb-modal-wrapper {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    z-index: -100;
    overflow: hidden;
    outline: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
  }
  .wtb-modal-wrapper_show {
    visibility: visible;
    z-index: 1050;
    opacity: 1;
  }

  .wtb-modal-wrapper__content{
    display: none;
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    max-width: 300px;
    margin: 3rem auto;
	z-index: 1050;
	/* padding: 30px; */
	background-color: #fff;
	border-radius: 10px;
    -webkit-box-shadow: 0px 4px 30px rgba(0,0,0,.3);
    box-shadow: 0px 4px 30px rgba(0,0,0,.3);
  }
  .wtb-modal-wrapper__content_show {
    display: block;
  }
  .wtb-modal-wrapper__body {
    position: relative;
    width: 100%;
    pointer-events: auto;
    outline: 0;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
            transform: translate(0,-25%);
  }
  .wtb-modal-wrapper__body_text {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    padding: 0 40px 50px 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F5D9B8));
    background: -o-linear-gradient(top, #FFFFFF 0%, #F5D9B8 100%);
    background: linear-gradient(180deg, #FFFFFF 0%, #F5D9B8 100%);
    border-radius: 10px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
  }
  .wtb-modal-wrapper__body_text .wtb-modal-wrapper__close {
    right: 25px;
    top: 25px;
  }
  .wtb-modal-wrapper_show .wtb-modal-wrapper__body{
    -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
            transform: translate(0,0);
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  }
  
  .modal-show .wtb-modal-wrapper{
    overflow-x: hidden;
    overflow-y: auto;
  }
  .wtb-modal-wrapper__close{
    position: absolute;
    right: -30px;
    top: -5px;
    width: 25px;
    height: 25px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .wtb-modal-wrapper__close-bg{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .5;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
	transition: all .15s linear;
	transition: z-index .4s linear;
  }
/* End */


/* Start:/local/templates/cessel_webgate_theme/css/style-add.css?1590162912172*/
.page-header {

  /* padding-bottom: 0; */

  margin: 0;

}

.col-xs-12 {

  width: 100%;

}

.load_more_wrapper {
  width: 100%;
}

.select-lang {
  /* display:block; */
}
/* End */


/* Start:/local/templates/cessel_webgate_theme/components/bitrix/main.feedback/career_form/style.min.css?1560512610251*/
div.mf-name,div.mf-email,div.mf-captcha,div.mf-message{width:80%;padding-bottom:.4em}div.mf-name input,div.mf-email input{width:60%}div.mf-message textarea{width:60%}span.mf-req{color:red}div.mf-ok-text{color:green;font-weight:bold;padding-bottom:1em}
/* End */


/* Start:/local/templates/cessel_webgate_theme/styles.css?1735647636499*/
.grid_container{
display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    font-size: 2vh;
    gap: 3px;
padding: 0;
    margin-top: 50px;
}

.grid_item{
    min-width: 391px;
justify-items: center;
}

.grid_item li{
padding-bottom:5px;
}

@media (max-width: 890px) { 

	.grid_container{
		 margin-top: 15px;
        display: flex;
        flex-direction: column;
        width: 100%;
}
	.grid_item{
    justify-items: self-start;
display: contents;
}
}


/* End */


/* Start:/local/templates/cessel_webgate_theme/template_styles.css?17315918943649*/
body{
color: rgb(71, 74, 81);
}
.card-body p{
color: rgb(71, 74, 81);
}
.news-count {
color: rgb(71, 74, 81);
}
.select-lang.expanded .select-lang-options{
	padding: 6px 12px;
}
.square_buddy{
 background-size: cover;
}
.review-section{
	background: none;
}

.btn{
-webkit-box-shadow: 0px 4px 20px #154C88 !important;
}

.bg-red{
background:-webkit-linear-gradient(10.58deg, #154C88 7.98%, #6387AF 87.2%);
   -webkit-box-shadow: 0px 4px 20px #154C88 !important;
    color: #fff;
}

.title-with-image{
    -webkit-text-fill-color:#154C88 ;
}

@media (max-width: 640px){
	.header-actions{
		display: block;
	}

	.header-actions .header-search{
		display: none;
	}

	.header-actions .select-lang{
		margin-right: 10px;
		max-width: 70px;
	}

}

.section-title h2{
	color: rgb(71, 74, 81);
}

.club-navigation-anchor{
	color: rgb(71, 74, 81);
}

#bx_incl_area_5_5{
	color: black;
}

.contacts-item a{
	color: black;
}
.intro-section{
	padding-top: 0px;
}

.header-menu-item {

    text-wrap: nowrap;

}


/*happy-new-year START*/

.happy-new-year-logo{
	display: none;
}

.happy-new-year{
	background-image: url(/local/templates/cessel_webgate_theme/images/new-year/new-year-line.gif);
    background-position: top;
    background-repeat: repeat no-repeat;
}


.happy-new-year .header-inner{
	padding-top: 20px;
}


.happy-new-year .header-logo{
	position: relative!important;
}

.happy-new-year .happy-new-year-logo{
    display: block;
    position: absolute;
    top: -8px;
    left: -24px;
    height: 50px;
    min-height: 50px;
    width: 50px;
    min-width: 50px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/cessel_webgate_theme/images/new-year/hat.png);
    background-position: center;
    background-size: contain;
}


.happy-new-year .intro-section{
    background-repeat: no-repeat;
    background-image: url(/local/templates/cessel_webgate_theme/images/new-year/HNY.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.happy-new-year .intro-section-slogan{
	color: #CEA839;
	font-size: 52px;
	margin-bottom: 2em;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.respond > img, .respond > a img{
	max-width: 100%;
	height: auto;
	width: auto\9;
}
.menu_catalog22_item_body {
top:40px;

}

@media (min-width: 1580px){
	.happy-new-year .happy-new-year-logo{
		 left: -15px;
	}
}

@media (max-width: 690px){
	.happy-new-year .intro-section-slogan{
		font-size: 22px;
		margin-top: 35px;
	}
}

/*happy-new-year END*/
.intro-section {
	padding-top: 0px;
	min-height: auto;
}
.main_logo_wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 6vh;
	position: relative;
}
/***Catalog***/
.catalog2022_utp{
	padding-top: 60px;
	padding-bottom: 60px;
}

.catalog2022_utp_title{
	text-align: center;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 42px;
	font-weight: 600;
}

.catalog2022_utp_tiles{
	display: grid;
	grid-template-columns: repeat(3, minmax(0px, 1fr));
	gap: 30px;
}

.catalog2022_utp_tile{
	
}

.catalog2022_utp_tile_image_wrapper{
	margin-bottom: 16px;
}

.catalog2022_utp_tile_image{
	max-width: 100%;
	border-radius: 12px;
}

.catalog2022_utp_tile_title{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.catalog2022_utp_tile_paragraf{
	
}


@media (max-width: 600px){
	.catalog2022_utp_tiles {
		display: grid;
		grid-template-columns: repeat(2, minmax(0px, 1fr));
		gap: 20px;
	}
	
	.catalog2022_utp{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.catalog2022_utp_title{
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 32px;
	}
}
/* End */
/* /local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/slick-theme.css?15599843323349 */
/* /local/templates/cessel_webgate_theme/bower_components/slick-carousel/slick/slick.css?15599843321895 */
/* /local/templates/cessel_webgate_theme/fonts/fonts.css?15599843321819 */
/* /local/templates/cessel_webgate_theme/css/style.css?170981776294276 */
/* /local/templates/cessel_webgate_theme/css/style-add.css?1590162912172 */
/* /local/templates/cessel_webgate_theme/components/bitrix/main.feedback/career_form/style.min.css?1560512610251 */
/* /local/templates/cessel_webgate_theme/styles.css?1735647636499 */
/* /local/templates/cessel_webgate_theme/template_styles.css?17315918943649 */
