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

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

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

@font-face {
    font-family: "Untitled Medium";
    src: url("../Images/untitled-sans-medium.woff2") format("woff2");
    font-weight: 300;
}

@font-face {
    font-family: "Untitled Regular";
    src: url("../Images/untitled-sans-regular.woff2") format("woff2");
    font-weight: 300;
}

@font-face {
	font-family: "Ploni DL AAA";
	src: url("fonts/mbneed/ploni-light-aaa-webfont.woff2") format("woff2"),
	url("fonts/mbneed/ploni-light-aaa-webfont.woff") format("woff");
	font-weight: 300;
}
@font-face {
	font-family: "Ploni DL AAA";
	src:
			url("fonts/mbneed/ploni-regular-aaa-webfont.woff2") format("woff2"),
			url("fonts/mbneed/ploni-regular-aaa-webfont.woff") format("woff");
	font-weight: 400;
}

@font-face {
	font-family: "Ploni DL AAA";
	src: url("fonts/mbneed/ploni-medium-aaa-webfont.woff2") format("woff2"),
	url("fonts/mbneed/ploni-medium-aaa-webfont.woff") format("woff");
	font-weight: 500;
}
@font-face {
	font-family: "Ploni DL AAA";
	src: url("fonts/mbneed/ploni-demibold-aaa-webfont.woff2") format("woff2"),
	url("fonts/mbneed/ploni-demibold-aaa-webfont.woff") format("woff");
	font-weight: 600;
}
@font-face {
	font-family: "Ploni DL AAA";
	src: url("fonts/mbneed/ploni-bold-aaa-webfont.woff2") format("woff2"),
	url("fonts/mbneed/ploni-bold-aaa-webfont.woff") format("woff");
	font-weight: 700;
}












@font-face {
	font-family: "Oswald";
	src: url("fonts/Oswald-Bold.ttf") format("opentype");
	font-weight: 700;
}
@font-face {
	font-family: "Oswald";
	src: url("fonts/Oswald-SemiBold.ttf") format("opentype");
	font-weight: 600;
}
@font-face {
	font-family: "Oswald";
	src: url("fonts/Oswald-Light.ttf") format("opentype");
	font-weight: 300;
}

@font-face {
	font-family: "Oswald";
	src: url("fonts/Oswald-Medium.ttf") format("opentype");
	font-weight: 500;
}

@font-face {
	font-family: "Oswald";
	src: url("fonts/Oswald-Regular.ttf") format("opentype");
	font-weight: 400;
}

.row--large-gutters {
	margin: 0 -25px;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}
.row--large-gutters [class^="col-"] {
	padding: 0 25px;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0-modified | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
	outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type="search"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

/**
* Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 100%;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
* Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
* Known issue: no IE 6 support.
*/
[hidden] {
	display: none;
}

/**
* 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
	font-size: 100%;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	-ms-text-size-adjust: 100%;
	/* 2 */
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
	outline: thin dotted;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
	outline: 0;
}

/**
* 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improve image quality when scaled in IE 7.
*/
img {
	border: 0;
	/* 1 */
	-ms-interpolation-mode: bicubic;
	/* 2 */
}

/**
* Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/
figure {
	margin: 0;
}

/**
* Correct margin displayed oddly in IE 6/7.
*/
form {
	margin: 0;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct color not being inherited in IE 6/7/8/9.
* 2. Correct text not wrapping in Firefox 3.
* 3. Correct alignment displayed oddly in IE 6/7.
*/
legend {
	border: 0;
	/* 1 */
	padding: 0;
	white-space: normal;
	/* 2 */
	*margin-left: -7px;
	/* 3 */
}

/**
* 1. Correct font size not being inherited in all browsers.
* 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
*    and Chrome.
* 3. Improve appearance and consistency in all browsers.
*/
button,
input,
select,
textarea {
	font-size: 100%;
	/* 1 */
	margin: 0;
	/* 2 */
	vertical-align: baseline;
	/* 3 */
	*vertical-align: middle;
	/* 3 */
}

/**
* Address Firefox 3+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
	line-height: normal;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
	text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
*    Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
	*overflow: visible;
	/* 4 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
	cursor: default;
}

/**
* 1. Address box sizing set to content-box in IE 8/9.
* 2. Remove excess padding in IE 8/9.
* 3. Remove excess padding in IE 7.
*    Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
	*height: 13px;
	/* 3 */
	*width: 13px;
	/* 3 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	/* 2 */
	box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 6/7/8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
	overflow: auto;
	/* 1 */
	vertical-align: top;
	/* 2 */
}

/**
* Remove most spacing between table cells.
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
button,
input,
select,
textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

/* Normalize
--------------------------------------------- */
/*! 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;
	-webkit-text-size-adjust: 100%;
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}

/* 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;
	height: 0;
	overflow: visible;
}

/**
* 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

/**
* 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;
	font-size: 1em;
}

/**
* 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* 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;
	padding: 0;
}

/**
* 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;
	outline-offset: -2px;
}

/**
* 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;
	font: inherit;
}

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	font-size: 40px;
	letter-spacing: 0.02em;
	margin-bottom: 10px;
}
@media (max-width: 991.98px) {
	h1 {
		font-size: 32px;
		margin-bottom: 14px;
		line-height: 1.3;
	}
}
.big-h2 h2{
	font-size: 38px;
	line-height: 1.16;
	margin-bottom: 0;
}
h2 {
	font-size: 34px;
	letter-spacing: 0.015em;
	margin-bottom: 16px;
	line-height: 1.3;
}

@media (max-width: 991.98px) {
	h2 {
		font-size: 27px;
		margin-bottom: 5px;
	}
}

h3 {
	font-size: 23px;
	margin-bottom: 20px;
	line-height: 1.2;
}
@media (max-width: 991.98px) {
	h3 {
		font-size: 19px;
		margin-bottom: 0px;
		line-height: 1.5;
	}
}

h4 {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.01em;
	margin-bottom: 16px;
}

p {
	margin-bottom: 1.5em;
	line-height: 1.7;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 7px 35px 0 0;
	font-size: 23px;
	padding-right:50px
}
@media only screen and (max-width: 1199px){

	blockquote {

		padding-right:0
	}
	.testimonials.section--testimonials .testimonials__content{
		padding-right:40px;
		padding-left:40px
	}

}
@media (max-width: 991.98px) {
	blockquote {
		margin: 0;
		font-size: 20px;
		line-height: 1.4;
		position: relative;
	}
}
@media (max-width: 575.98px) {
	blockquote {
		margin: 0;
		font-size: 16px;
	}
}
blockquote:before {
	width: 22px;
	height: 18px;
	content: "";
	background-image: url("./img/icon-blockquote-start.svg");
	display: block;
	margin-bottom: 6px;
}
@media (max-width: 991.98px) {
	blockquote:before {
		display: none;
	}
}
@media (max-width: 991.98px) {
	blockquote > *:first-child:before {
		width: 22px;
		height: 18px;
		content: "";
		background-image: url("./img/icon-blockquote-start.svg");
		display: inline-block;
		margin-top: -6px;
		margin-right: 6px;
	}
}
@media (max-width: 991.98px) {
	blockquote > *:last-child {
		margin-bottom: 0;
	}
}
blockquote > *:last-child:after {
	content: "";
	width: 22px;
	height: 18px;
	display: inline-block;
	background-image: url("./img/icon-blockquote-end.svg");
	-webkit-transform: translate(-80%, 180%);
	-ms-transform: translate(-80%, 180%);
	transform: translate(-80%, 180%);
}
@media (max-width: 991.98px) {
	blockquote > *:last-child:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		margin-bottom: -6px;
		margin-left: 6px;
	}
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #ff0000;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
button,
.btn {
	text-decoration: none;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	border: none;
	background: none;
	font-size: 18px;
}
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
button:hover,
button:focus,
.btn:hover,
.btn:focus {
	-webkit-transition-property: auto;
	-o-transition-property: auto;
	transition-property: auto;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	color: #545759;
	border: 1px solid #fff;
	background-color: #fff;
	border-radius: 5px;
	padding: 4px;
	width: 100%;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover,
select:hover {
	border-color: #545759;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
	border-color: #f00;
}
/*
select {
width: 100% !important;
}
*/
textarea {
	width: 100% !important;
	min-height: 79px;
	resize: none;
}

input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
}

input[type="checkbox"] + span {
	margin-left: 37px !important;
	font-size: 13px;
}

.position-relative {
	position: relative;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul ul {
	z-index: 99999;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}
.main-navigation ul ul a {
	width: 250px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media (min-width: 991.98px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: -19px;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}
.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Bootstrap grid
--------------------------------------------- */
.text-monospace {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
	"Courier New", monospace !important;
}

.text-justify {
	text-align: justify !important;
}

.text-wrap {
	white-space: normal !important;
}

.text-nowrap {
	white-space: nowrap !important;
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

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

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important;
	}
	.text-sm-right {
		text-align: right !important;
	}
	.text-sm-center {
		text-align: center !important;
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important;
	}
	.text-md-right {
		text-align: right !important;
	}
	.text-md-center {
		text-align: center !important;
	}
}

@media (min-width: 992px) {
	.text-lg-left {
		text-align: left !important;
	}
	.text-lg-right {
		text-align: right !important;
	}
	.text-lg-center {
		text-align: center !important;
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important;
	}
	.text-xl-right {
		text-align: right !important;
	}
	.text-xl-center {
		text-align: center !important;
	}
}

.text-lowercase {
	text-transform: lowercase !important;
}

.text-uppercase {
	text-transform: uppercase !important;
}

.text-capitalize {
	text-transform: capitalize !important;
}

.font-weight-light {
	font-weight: 300 !important;
}

.font-weight-lighter {
	font-weight: lighter !important;
}

.font-weight-normal {
	font-weight: 400 !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.font-weight-bolder {
	font-weight: bolder !important;
}

.font-italic {
	font-style: italic !important;
}

.text-white {
	color: #fff !important;
}

.text-primary {
	color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
	color: #0056b3 !important;
}

.text-secondary {
	color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
	color: #494f54 !important;
}

.text-success {
	color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
	color: #19692c !important;
}

.text-info {
	color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
	color: #0f6674 !important;
}

.text-warning {
	color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
	color: #ba8b00 !important;
}

.text-danger {
	color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
	color: #a71d2a !important;
}

.text-light {
	color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
	color: #cbd3da !important;
}

.text-dark {
	color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
	color: #121416 !important;
}

.text-body {
	color: #212529 !important;
}

.text-muted {
	color: #6c757d !important;
}

.text-black-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
	color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.text-decoration-none {
	text-decoration: none !important;
}

.text-break {
	word-wrap: break-word !important;
}

.text-reset {
	color: inherit !important;
}

/*!
* Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
* Copyright 2011-2020 The Bootstrap Authors
* Copyright 2011-2020 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1220px;
	}
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container,
	.container-sm {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container,
	.container-sm,
	.container-md {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.container,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl {
		max-width: 1220px;
	}
}
@media (min-width: 1440px) {
	.download-center .download_manager__header_img .container {
		max-width: 1200px;

		padding-left: 35px;
		padding-right: 35px;

	}
	.download-center .download_manager__main .container {
		max-width: 1200px;

		padding-left: 35px;
		padding-right: 35px;

	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

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

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 0;
	max-width: 100%;
}

.row-cols-1 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.row-cols-2 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.row-cols-3 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.row-cols-4 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.row-cols-5 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}

.row-cols-6 > * {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}

.col-1 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

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

.col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

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

.col-7 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

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

.col-10 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

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

.order-first {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-ms-flex-order: 12;
	order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-sm-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-sm-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-sm-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-sm-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-sm-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-sm-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-sm-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-sm-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-sm-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-sm-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-sm-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-sm-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-sm-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-sm-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-sm-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-sm-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-sm-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-sm-0 {
		margin-left: 0;
	}
	.offset-sm-1 {
		margin-left: 8.33333%;
	}
	.offset-sm-2 {
		margin-left: 16.66667%;
	}
	.offset-sm-3 {
		margin-left: 25%;
	}
	.offset-sm-4 {
		margin-left: 33.33333%;
	}
	.offset-sm-5 {
		margin-left: 41.66667%;
	}
	.offset-sm-6 {
		margin-left: 50%;
	}
	.offset-sm-7 {
		margin-left: 58.33333%;
	}
	.offset-sm-8 {
		margin-left: 66.66667%;
	}
	.offset-sm-9 {
		margin-left: 75%;
	}
	.offset-sm-10 {
		margin-left: 83.33333%;
	}
	.offset-sm-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-md-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-md-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-md-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-md-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-md-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-md-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-md-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-md-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-md-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-md-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-md-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-md-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-md-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-md-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-md-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-md-0 {
		margin-left: 0;
	}
	.offset-md-1 {
		margin-left: 8.33333%;
	}
	.offset-md-2 {
		margin-left: 16.66667%;
	}
	.offset-md-3 {
		margin-left: 25%;
	}
	.offset-md-4 {
		margin-left: 33.33333%;
	}
	.offset-md-5 {
		margin-left: 41.66667%;
	}
	.offset-md-6 {
		margin-left: 50%;
	}
	.offset-md-7 {
		margin-left: 58.33333%;
	}
	.offset-md-8 {
		margin-left: 66.66667%;
	}
	.offset-md-9 {
		margin-left: 75%;
	}
	.offset-md-10 {
		margin-left: 83.33333%;
	}
	.offset-md-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-lg-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-lg-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-lg-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-lg-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-lg-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-lg-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-lg-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-lg-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-lg-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-lg-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-lg-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-lg-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-lg-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-lg-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-lg-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-lg-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-lg-0 {
		margin-left: 0;
	}
	.offset-lg-1 {
		margin-left: 8.33333%;
	}
	.offset-lg-2 {
		margin-left: 16.66667%;
	}
	.offset-lg-3 {
		margin-left: 25%;
	}
	.offset-lg-4 {
		margin-left: 33.33333%;
	}
	.offset-lg-5 {
		margin-left: 41.66667%;
	}
	.offset-lg-6 {
		margin-left: 50%;
	}
	.offset-lg-7 {
		margin-left: 58.33333%;
	}
	.offset-lg-8 {
		margin-left: 66.66667%;
	}
	.offset-lg-9 {
		margin-left: 75%;
	}
	.offset-lg-10 {
		margin-left: 83.33333%;
	}
	.offset-lg-11 {
		margin-left: 91.66667%;
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-width: 0;
		max-width: 100%;
	}
	.row-cols-xl-1 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.row-cols-xl-2 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.row-cols-xl-3 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.row-cols-xl-4 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.row-cols-xl-5 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}
	.row-cols-xl-6 > * {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-auto {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%;
	}
	.col-xl-1 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}
	.col-xl-2 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}
	.col-xl-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-xl-4 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.col-xl-5 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}
	.col-xl-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-xl-7 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}
	.col-xl-8 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}
	.col-xl-9 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-xl-10 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}
	.col-xl-11 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}
	.col-xl-12 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-ms-flex-order: 13;
		order: 13;
	}
	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}
	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}
	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-ms-flex-order: 5;
		order: 5;
	}
	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-ms-flex-order: 6;
		order: 6;
	}
	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-ms-flex-order: 7;
		order: 7;
	}
	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-ms-flex-order: 8;
		order: 8;
	}
	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-ms-flex-order: 9;
		order: 9;
	}
	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-ms-flex-order: 10;
		order: 10;
	}
	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-ms-flex-order: 11;
		order: 11;
	}
	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-ms-flex-order: 12;
		order: 12;
	}
	.offset-xl-0 {
		margin-left: 0;
	}
	.offset-xl-1 {
		margin-left: 8.33333%;
	}
	.offset-xl-2 {
		margin-left: 16.66667%;
	}
	.offset-xl-3 {
		margin-left: 25%;
	}
	.offset-xl-4 {
		margin-left: 33.33333%;
	}
	.offset-xl-5 {
		margin-left: 41.66667%;
	}
	.offset-xl-6 {
		margin-left: 50%;
	}
	.offset-xl-7 {
		margin-left: 58.33333%;
	}
	.offset-xl-8 {
		margin-left: 66.66667%;
	}
	.offset-xl-9 {
		margin-left: 75%;
	}
	.offset-xl-10 {
		margin-left: 83.33333%;
	}
	.offset-xl-11 {
		margin-left: 91.66667%;
	}
}

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

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

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

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

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

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

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

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

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

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important;
	}
	.d-sm-inline {
		display: inline !important;
	}
	.d-sm-inline-block {
		display: inline-block !important;
	}
	.d-sm-block {
		display: block !important;
	}
	.d-sm-table {
		display: table !important;
	}
	.d-sm-table-row {
		display: table-row !important;
	}
	.d-sm-table-cell {
		display: table-cell !important;
	}
	.d-sm-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important;
	}
	.d-md-inline {
		display: inline !important;
	}
	.d-md-inline-block {
		display: inline-block !important;
	}
	.d-md-block {
		display: block !important;
	}
	.d-md-table {
		display: table !important;
	}
	.d-md-table-row {
		display: table-row !important;
	}
	.d-md-table-cell {
		display: table-cell !important;
	}
	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 992px) {
	.d-lg-none {
		display: none !important;
	}
	.d-lg-inline {
		display: inline !important;
	}
	.d-lg-inline-block {
		display: inline-block !important;
	}
	.d-lg-block {
		display: block !important;
	}
	.d-lg-table {
		display: table !important;
	}
	.d-lg-table-row {
		display: table-row !important;
	}
	.d-lg-table-cell {
		display: table-cell !important;
	}
	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important;
	}
	.d-xl-inline {
		display: inline !important;
	}
	.d-xl-inline-block {
		display: inline-block !important;
	}
	.d-xl-block {
		display: block !important;
	}
	.d-xl-table {
		display: table !important;
	}
	.d-xl-table-row {
		display: table-row !important;
	}
	.d-xl-table-cell {
		display: table-cell !important;
	}
	.d-xl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

@media print {
	.d-print-none {
		display: none !important;
	}
	.d-print-inline {
		display: inline !important;
	}
	.d-print-inline-block {
		display: inline-block !important;
	}
	.d-print-block {
		display: block !important;
	}
	.d-print-table {
		display: table !important;
	}
	.d-print-table-row {
		display: table-row !important;
	}
	.d-print-table-cell {
		display: table-cell !important;
	}
	.d-print-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.flex-wrap {
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	-webkit-box-flex: 1 !important;
	-ms-flex: 1 1 auto !important;
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	-webkit-box-flex: 0 !important;
	-ms-flex-positive: 0 !important;
	flex-grow: 0 !important;
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0 !important;
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1 !important;
	flex-shrink: 1 !important;
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important;
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important;
}
.w3eden .justify-content-between {
	margin: 3px 13px 0 15px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.w3eden .justify-content-between strong{
	font-weight: bold;
}
.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important;
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important;
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important;
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important;
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important;
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important;
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important;
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important;
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important;
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important;
}

.align-self-center {
	-ms-flex-item-align: center !important;
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-sm-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-sm-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-sm-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-sm-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-sm-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-md-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-md-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-md-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-md-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-md-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-md-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-lg-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-lg-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-lg-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-lg-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-lg-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important;
	}
	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important;
	}
	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important;
	}
	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
	}
	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important;
	}
	.flex-xl-fill {
		-webkit-box-flex: 1 !important;
		-ms-flex: 1 1 auto !important;
		flex: 1 1 auto !important;
	}
	.flex-xl-grow-0 {
		-webkit-box-flex: 0 !important;
		-ms-flex-positive: 0 !important;
		flex-grow: 0 !important;
	}
	.flex-xl-grow-1 {
		-webkit-box-flex: 1 !important;
		-ms-flex-positive: 1 !important;
		flex-grow: 1 !important;
	}
	.flex-xl-shrink-0 {
		-ms-flex-negative: 0 !important;
		flex-shrink: 0 !important;
	}
	.flex-xl-shrink-1 {
		-ms-flex-negative: 1 !important;
		flex-shrink: 1 !important;
	}
	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important;
	}
	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}
	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
	}
	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important;
	}
	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important;
	}
	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important;
	}
	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important;
	}
	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important;
	}
	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important;
	}
	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important;
	}
	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important;
	}
	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important;
	}
	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		-ms-grid-row-align: auto !important;
		align-self: auto !important;
	}
	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important;
	}
	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important;
	}
	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		-ms-grid-row-align: center !important;
		align-self: center !important;
	}
	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important;
	}
	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		-ms-grid-row-align: stretch !important;
		align-self: stretch !important;
	}
}

.m-0 {
	margin: 0 !important;
}

.mt-0,
.my-0 {
	margin-top: 0 !important;
}

.mr-0,
.mx-0 {
	margin-right: 0 !important;
}

.mb-0,
.my-0 {
	margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
	margin-left: 0 !important;
}

.m-1 {
	margin: 0.25rem !important;
}

.mt-1,
.my-1 {
	margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
	margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
	margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
	margin-left: 0.25rem !important;
}

.m-2 {
	margin: 0.5rem !important;
}

.mt-2,
.my-2 {
	margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
	margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
	margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
	margin-left: 0.5rem !important;
}

.m-3 {
	margin: 1rem !important;
}

.mt-3,
.my-3 {
	margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
	margin-right: 1rem !important;
}

.mb-3,
.my-3 {
	margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
	margin-left: 1rem !important;
}

.m-4 {
	margin: 1.5rem !important;
}

.mt-4,
.my-4 {
	margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
	margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
	margin-left: 1.5rem !important;
}

.m-5 {
	margin: 3rem !important;
}

.mt-5,
.my-5 {
	margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
	margin-right: 3rem !important;
}

.mb-5,
.my-5 {
	margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
	margin-left: 3rem !important;
}

.p-0 {
	padding: 0 !important;
}

.pt-0,
.py-0 {
	padding-top: 0 !important;
}

.pr-0,
.px-0 {
	padding-right: 0 !important;
}

.pb-0,
.py-0 {
	padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
	padding-left: 0 !important;
}

.p-1 {
	padding: 0.25rem !important;
}

.pt-1,
.py-1 {
	padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
	padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
	padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
	padding-left: 0.25rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

.pt-2,
.py-2 {
	padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
	padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
	padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
	padding-left: 0.5rem !important;
}

.p-3 {
	padding: 1rem !important;
}

.pt-3,
.py-3 {
	padding-top: 1rem !important;
}

.pr-3,
.px-3 {
	padding-right: 1rem !important;
}

.pb-3,
.py-3 {
	padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
	padding-left: 1rem !important;
}

.p-4 {
	padding: 1.5rem !important;
}

.pt-4,
.py-4 {
	padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
	padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
	padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
	padding-left: 1.5rem !important;
}

.p-5 {
	padding: 3rem !important;
}

.pt-5,
.py-5 {
	padding-top: 3rem !important;
}

.pr-5,
.px-5 {
	padding-right: 3rem !important;
}

.pb-5,
.py-5 {
	padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
	padding-left: 3rem !important;
}

.m-n1 {
	margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
	margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
	margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
	margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
	margin-left: -0.25rem !important;
}

.m-n2 {
	margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
	margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
	margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
	margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
	margin-left: -0.5rem !important;
}

.m-n3 {
	margin: -1rem !important;
}

.mt-n3,
.my-n3 {
	margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
	margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
	margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
	margin-left: -1rem !important;
}

.m-n4 {
	margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
	margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
	margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
	margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
	margin-left: -1.5rem !important;
}

.m-n5 {
	margin: -3rem !important;
}

.mt-n5,
.my-n5 {
	margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
	margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
	margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
	margin-left: -3rem !important;
}

.m-auto {
	margin: auto !important;
}

.mt-auto,
.my-auto {
	margin-top: auto !important;
}

.mr-auto,
.mx-auto {
	margin-right: auto !important;
}

.mb-auto,
.my-auto {
	margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
	margin-left: auto !important;
}

@media (min-width: 576px) {
	.m-sm-0 {
		margin: 0 !important;
	}
	.mt-sm-0,
	.my-sm-0 {
		margin-top: 0 !important;
	}
	.mr-sm-0,
	.mx-sm-0 {
		margin-right: 0 !important;
	}
	.mb-sm-0,
	.my-sm-0 {
		margin-bottom: 0 !important;
	}
	.ml-sm-0,
	.mx-sm-0 {
		margin-left: 0 !important;
	}
	.m-sm-1 {
		margin: 0.25rem !important;
	}
	.mt-sm-1,
	.my-sm-1 {
		margin-top: 0.25rem !important;
	}
	.mr-sm-1,
	.mx-sm-1 {
		margin-right: 0.25rem !important;
	}
	.mb-sm-1,
	.my-sm-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-sm-1,
	.mx-sm-1 {
		margin-left: 0.25rem !important;
	}
	.m-sm-2 {
		margin: 0.5rem !important;
	}
	.mt-sm-2,
	.my-sm-2 {
		margin-top: 0.5rem !important;
	}
	.mr-sm-2,
	.mx-sm-2 {
		margin-right: 0.5rem !important;
	}
	.mb-sm-2,
	.my-sm-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-sm-2,
	.mx-sm-2 {
		margin-left: 0.5rem !important;
	}
	.m-sm-3 {
		margin: 1rem !important;
	}
	.mt-sm-3,
	.my-sm-3 {
		margin-top: 1rem !important;
	}
	.mr-sm-3,
	.mx-sm-3 {
		margin-right: 1rem !important;
	}
	.mb-sm-3,
	.my-sm-3 {
		margin-bottom: 1rem !important;
	}
	.ml-sm-3,
	.mx-sm-3 {
		margin-left: 1rem !important;
	}
	.m-sm-4 {
		margin: 1.5rem !important;
	}
	.mt-sm-4,
	.my-sm-4 {
		margin-top: 1.5rem !important;
	}
	.mr-sm-4,
	.mx-sm-4 {
		margin-right: 1.5rem !important;
	}
	.mb-sm-4,
	.my-sm-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-sm-4,
	.mx-sm-4 {
		margin-left: 1.5rem !important;
	}
	.m-sm-5 {
		margin: 3rem !important;
	}
	.mt-sm-5,
	.my-sm-5 {
		margin-top: 3rem !important;
	}
	.mr-sm-5,
	.mx-sm-5 {
		margin-right: 3rem !important;
	}
	.mb-sm-5,
	.my-sm-5 {
		margin-bottom: 3rem !important;
	}
	.ml-sm-5,
	.mx-sm-5 {
		margin-left: 3rem !important;
	}
	.p-sm-0 {
		padding: 0 !important;
	}
	.pt-sm-0,
	.py-sm-0 {
		padding-top: 0 !important;
	}
	.pr-sm-0,
	.px-sm-0 {
		padding-right: 0 !important;
	}
	.pb-sm-0,
	.py-sm-0 {
		padding-bottom: 0 !important;
	}
	.pl-sm-0,
	.px-sm-0 {
		padding-left: 0 !important;
	}
	.p-sm-1 {
		padding: 0.25rem !important;
	}
	.pt-sm-1,
	.py-sm-1 {
		padding-top: 0.25rem !important;
	}
	.pr-sm-1,
	.px-sm-1 {
		padding-right: 0.25rem !important;
	}
	.pb-sm-1,
	.py-sm-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-sm-1,
	.px-sm-1 {
		padding-left: 0.25rem !important;
	}
	.p-sm-2 {
		padding: 0.5rem !important;
	}
	.pt-sm-2,
	.py-sm-2 {
		padding-top: 0.5rem !important;
	}
	.pr-sm-2,
	.px-sm-2 {
		padding-right: 0.5rem !important;
	}
	.pb-sm-2,
	.py-sm-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-sm-2,
	.px-sm-2 {
		padding-left: 0.5rem !important;
	}
	.p-sm-3 {
		padding: 1rem !important;
	}
	.pt-sm-3,
	.py-sm-3 {
		padding-top: 1rem !important;
	}
	.pr-sm-3,
	.px-sm-3 {
		padding-right: 1rem !important;
	}
	.pb-sm-3,
	.py-sm-3 {
		padding-bottom: 1rem !important;
	}
	.pl-sm-3,
	.px-sm-3 {
		padding-left: 1rem !important;
	}
	.p-sm-4 {
		padding: 1.5rem !important;
	}
	.pt-sm-4,
	.py-sm-4 {
		padding-top: 1.5rem !important;
	}
	.pr-sm-4,
	.px-sm-4 {
		padding-right: 1.5rem !important;
	}
	.pb-sm-4,
	.py-sm-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-sm-4,
	.px-sm-4 {
		padding-left: 1.5rem !important;
	}
	.p-sm-5 {
		padding: 3rem !important;
	}
	.pt-sm-5,
	.py-sm-5 {
		padding-top: 3rem !important;
	}
	.pr-sm-5,
	.px-sm-5 {
		padding-right: 3rem !important;
	}
	.pb-sm-5,
	.py-sm-5 {
		padding-bottom: 3rem !important;
	}
	.pl-sm-5,
	.px-sm-5 {
		padding-left: 3rem !important;
	}
	.m-sm-n1 {
		margin: -0.25rem !important;
	}
	.mt-sm-n1,
	.my-sm-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-sm-n1,
	.mx-sm-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-sm-n1,
	.my-sm-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-sm-n1,
	.mx-sm-n1 {
		margin-left: -0.25rem !important;
	}
	.m-sm-n2 {
		margin: -0.5rem !important;
	}
	.mt-sm-n2,
	.my-sm-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-sm-n2,
	.mx-sm-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-sm-n2,
	.my-sm-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-sm-n2,
	.mx-sm-n2 {
		margin-left: -0.5rem !important;
	}
	.m-sm-n3 {
		margin: -1rem !important;
	}
	.mt-sm-n3,
	.my-sm-n3 {
		margin-top: -1rem !important;
	}
	.mr-sm-n3,
	.mx-sm-n3 {
		margin-right: -1rem !important;
	}
	.mb-sm-n3,
	.my-sm-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-sm-n3,
	.mx-sm-n3 {
		margin-left: -1rem !important;
	}
	.m-sm-n4 {
		margin: -1.5rem !important;
	}
	.mt-sm-n4,
	.my-sm-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-sm-n4,
	.mx-sm-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-sm-n4,
	.my-sm-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-sm-n4,
	.mx-sm-n4 {
		margin-left: -1.5rem !important;
	}
	.m-sm-n5 {
		margin: -3rem !important;
	}
	.mt-sm-n5,
	.my-sm-n5 {
		margin-top: -3rem !important;
	}
	.mr-sm-n5,
	.mx-sm-n5 {
		margin-right: -3rem !important;
	}
	.mb-sm-n5,
	.my-sm-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-sm-n5,
	.mx-sm-n5 {
		margin-left: -3rem !important;
	}
	.m-sm-auto {
		margin: auto !important;
	}
	.mt-sm-auto,
	.my-sm-auto {
		margin-top: auto !important;
	}
	.mr-sm-auto,
	.mx-sm-auto {
		margin-right: auto !important;
	}
	.mb-sm-auto,
	.my-sm-auto {
		margin-bottom: auto !important;
	}
	.ml-sm-auto,
	.mx-sm-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 768px) {
	.m-md-0 {
		margin: 0 !important;
	}
	.mt-md-0,
	.my-md-0 {
		margin-top: 0 !important;
	}
	.mr-md-0,
	.mx-md-0 {
		margin-right: 0 !important;
	}
	.mb-md-0,
	.my-md-0 {
		margin-bottom: 0 !important;
	}
	.ml-md-0,
	.mx-md-0 {
		margin-left: 0 !important;
	}
	.m-md-1 {
		margin: 0.25rem !important;
	}
	.mt-md-1,
	.my-md-1 {
		margin-top: 0.25rem !important;
	}
	.mr-md-1,
	.mx-md-1 {
		margin-right: 0.25rem !important;
	}
	.mb-md-1,
	.my-md-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-md-1,
	.mx-md-1 {
		margin-left: 0.25rem !important;
	}
	.m-md-2 {
		margin: 0.5rem !important;
	}
	.mt-md-2,
	.my-md-2 {
		margin-top: 0.5rem !important;
	}
	.mr-md-2,
	.mx-md-2 {
		margin-right: 0.5rem !important;
	}
	.mb-md-2,
	.my-md-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-md-2,
	.mx-md-2 {
		margin-left: 0.5rem !important;
	}
	.m-md-3 {
		margin: 1rem !important;
	}
	.mt-md-3,
	.my-md-3 {
		margin-top: 1rem !important;
	}
	.mr-md-3,
	.mx-md-3 {
		margin-right: 1rem !important;
	}
	.mb-md-3,
	.my-md-3 {
		margin-bottom: 1rem !important;
	}
	.ml-md-3,
	.mx-md-3 {
		margin-left: 1rem !important;
	}
	.m-md-4 {
		margin: 1.5rem !important;
	}
	.mt-md-4,
	.my-md-4 {
		margin-top: 1.5rem !important;
	}
	.mr-md-4,
	.mx-md-4 {
		margin-right: 1.5rem !important;
	}
	.mb-md-4,
	.my-md-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-md-4,
	.mx-md-4 {
		margin-left: 1.5rem !important;
	}
	.m-md-5 {
		margin: 3rem !important;
	}
	.mt-md-5,
	.my-md-5 {
		margin-top: 3rem !important;
	}
	.mr-md-5,
	.mx-md-5 {
		margin-right: 3rem !important;
	}
	.mb-md-5,
	.my-md-5 {
		margin-bottom: 3rem !important;
	}
	.ml-md-5,
	.mx-md-5 {
		margin-left: 3rem !important;
	}
	.p-md-0 {
		padding: 0 !important;
	}
	.pt-md-0,
	.py-md-0 {
		padding-top: 0 !important;
	}
	.pr-md-0,
	.px-md-0 {
		padding-right: 0 !important;
	}
	.pb-md-0,
	.py-md-0 {
		padding-bottom: 0 !important;
	}
	.pl-md-0,
	.px-md-0 {
		padding-left: 0 !important;
	}
	.p-md-1 {
		padding: 0.25rem !important;
	}
	.pt-md-1,
	.py-md-1 {
		padding-top: 0.25rem !important;
	}
	.pr-md-1,
	.px-md-1 {
		padding-right: 0.25rem !important;
	}
	.pb-md-1,
	.py-md-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-md-1,
	.px-md-1 {
		padding-left: 0.25rem !important;
	}
	.p-md-2 {
		padding: 0.5rem !important;
	}
	.pt-md-2,
	.py-md-2 {
		padding-top: 0.5rem !important;
	}
	.pr-md-2,
	.px-md-2 {
		padding-right: 0.5rem !important;
	}
	.pb-md-2,
	.py-md-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-md-2,
	.px-md-2 {
		padding-left: 0.5rem !important;
	}
	.p-md-3 {
		padding: 1rem !important;
	}
	.pt-md-3,
	.py-md-3 {
		padding-top: 1rem !important;
	}
	.pr-md-3,
	.px-md-3 {
		padding-right: 1rem !important;
	}
	.pb-md-3,
	.py-md-3 {
		padding-bottom: 1rem !important;
	}
	.pl-md-3,
	.px-md-3 {
		padding-left: 1rem !important;
	}
	.p-md-4 {
		padding: 1.5rem !important;
	}
	.pt-md-4,
	.py-md-4 {
		padding-top: 1.5rem !important;
	}
	.pr-md-4,
	.px-md-4 {
		padding-right: 1.5rem !important;
	}
	.pb-md-4,
	.py-md-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-md-4,
	.px-md-4 {
		padding-left: 1.5rem !important;
	}
	.p-md-5 {
		padding: 3rem !important;
	}
	.pt-md-5,
	.py-md-5 {
		padding-top: 3rem !important;
	}
	.pr-md-5,
	.px-md-5 {
		padding-right: 3rem !important;
	}
	.pb-md-5,
	.py-md-5 {
		padding-bottom: 3rem !important;
	}
	.pl-md-5,
	.px-md-5 {
		padding-left: 3rem !important;
	}
	.m-md-n1 {
		margin: -0.25rem !important;
	}
	.mt-md-n1,
	.my-md-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-md-n1,
	.mx-md-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-md-n1,
	.my-md-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-md-n1,
	.mx-md-n1 {
		margin-left: -0.25rem !important;
	}
	.m-md-n2 {
		margin: -0.5rem !important;
	}
	.mt-md-n2,
	.my-md-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-md-n2,
	.mx-md-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-md-n2,
	.my-md-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-md-n2,
	.mx-md-n2 {
		margin-left: -0.5rem !important;
	}
	.m-md-n3 {
		margin: -1rem !important;
	}
	.mt-md-n3,
	.my-md-n3 {
		margin-top: -1rem !important;
	}
	.mr-md-n3,
	.mx-md-n3 {
		margin-right: -1rem !important;
	}
	.mb-md-n3,
	.my-md-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-md-n3,
	.mx-md-n3 {
		margin-left: -1rem !important;
	}
	.m-md-n4 {
		margin: -1.5rem !important;
	}
	.mt-md-n4,
	.my-md-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-md-n4,
	.mx-md-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-md-n4,
	.my-md-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-md-n4,
	.mx-md-n4 {
		margin-left: -1.5rem !important;
	}
	.m-md-n5 {
		margin: -3rem !important;
	}
	.mt-md-n5,
	.my-md-n5 {
		margin-top: -3rem !important;
	}
	.mr-md-n5,
	.mx-md-n5 {
		margin-right: -3rem !important;
	}
	.mb-md-n5,
	.my-md-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-md-n5,
	.mx-md-n5 {
		margin-left: -3rem !important;
	}
	.m-md-auto {
		margin: auto !important;
	}
	.mt-md-auto,
	.my-md-auto {
		margin-top: auto !important;
	}
	.mr-md-auto,
	.mx-md-auto {
		margin-right: auto !important;
	}
	.mb-md-auto,
	.my-md-auto {
		margin-bottom: auto !important;
	}
	.ml-md-auto,
	.mx-md-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 992px) {
	.m-lg-0 {
		margin: 0 !important;
	}
	.mt-lg-0,
	.my-lg-0 {
		margin-top: 0 !important;
	}
	.mr-lg-0,
	.mx-lg-0 {
		margin-right: 0 !important;
	}
	.mb-lg-0,
	.my-lg-0 {
		margin-bottom: 0 !important;
	}
	.ml-lg-0,
	.mx-lg-0 {
		margin-left: 0 !important;
	}
	.m-lg-1 {
		margin: 0.25rem !important;
	}
	.mt-lg-1,
	.my-lg-1 {
		margin-top: 0.25rem !important;
	}
	.mr-lg-1,
	.mx-lg-1 {
		margin-right: 0.25rem !important;
	}
	.mb-lg-1,
	.my-lg-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-lg-1,
	.mx-lg-1 {
		margin-left: 0.25rem !important;
	}
	.m-lg-2 {
		margin: 0.5rem !important;
	}
	.mt-lg-2,
	.my-lg-2 {
		margin-top: 0.5rem !important;
	}
	.mr-lg-2,
	.mx-lg-2 {
		margin-right: 0.5rem !important;
	}
	.mb-lg-2,
	.my-lg-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-lg-2,
	.mx-lg-2 {
		margin-left: 0.5rem !important;
	}
	.m-lg-3 {
		margin: 1rem !important;
	}
	.mt-lg-3,
	.my-lg-3 {
		margin-top: 1rem !important;
	}
	.mr-lg-3,
	.mx-lg-3 {
		margin-right: 1rem !important;
	}
	.mb-lg-3,
	.my-lg-3 {
		margin-bottom: 1rem !important;
	}
	.ml-lg-3,
	.mx-lg-3 {
		margin-left: 1rem !important;
	}
	.m-lg-4 {
		margin: 1.5rem !important;
	}
	.mt-lg-4,
	.my-lg-4 {
		margin-top: 1.5rem !important;
	}
	.mr-lg-4,
	.mx-lg-4 {
		margin-right: 1.5rem !important;
	}
	.mb-lg-4,
	.my-lg-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-lg-4,
	.mx-lg-4 {
		margin-left: 1.5rem !important;
	}
	.m-lg-5 {
		margin: 3rem !important;
	}
	.mt-lg-5,
	.my-lg-5 {
		margin-top: 3rem !important;
	}
	.mr-lg-5,
	.mx-lg-5 {
		margin-right: 3rem !important;
	}
	.mb-lg-5,
	.my-lg-5 {
		margin-bottom: 3rem !important;
	}
	.ml-lg-5,
	.mx-lg-5 {
		margin-left: 3rem !important;
	}
	.p-lg-0 {
		padding: 0 !important;
	}
	.pt-lg-0,
	.py-lg-0 {
		padding-top: 0 !important;
	}
	.pr-lg-0,
	.px-lg-0 {
		padding-right: 0 !important;
	}
	.pb-lg-0,
	.py-lg-0 {
		padding-bottom: 0 !important;
	}
	.pl-lg-0,
	.px-lg-0 {
		padding-left: 0 !important;
	}
	.p-lg-1 {
		padding: 0.25rem !important;
	}
	.pt-lg-1,
	.py-lg-1 {
		padding-top: 0.25rem !important;
	}
	.pr-lg-1,
	.px-lg-1 {
		padding-right: 0.25rem !important;
	}
	.pb-lg-1,
	.py-lg-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-lg-1,
	.px-lg-1 {
		padding-left: 0.25rem !important;
	}
	.p-lg-2 {
		padding: 0.5rem !important;
	}
	.pt-lg-2,
	.py-lg-2 {
		padding-top: 0.5rem !important;
	}
	.pr-lg-2,
	.px-lg-2 {
		padding-right: 0.5rem !important;
	}
	.pb-lg-2,
	.py-lg-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-lg-2,
	.px-lg-2 {
		padding-left: 0.5rem !important;
	}
	.p-lg-3 {
		padding: 1rem !important;
	}
	.pt-lg-3,
	.py-lg-3 {
		padding-top: 1rem !important;
	}
	.pr-lg-3,
	.px-lg-3 {
		padding-right: 1rem !important;
	}
	.pb-lg-3,
	.py-lg-3 {
		padding-bottom: 1rem !important;
	}
	.pl-lg-3,
	.px-lg-3 {
		padding-left: 1rem !important;
	}
	.p-lg-4 {
		padding: 1.5rem !important;
	}
	.pt-lg-4,
	.py-lg-4 {
		padding-top: 1.5rem !important;
	}
	.pr-lg-4,
	.px-lg-4 {
		padding-right: 1.5rem !important;
	}
	.pb-lg-4,
	.py-lg-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-lg-4,
	.px-lg-4 {
		padding-left: 1.5rem !important;
	}
	.p-lg-5 {
		padding: 3rem !important;
	}
	.pt-lg-5,
	.py-lg-5 {
		padding-top: 3rem !important;
	}
	.pr-lg-5,
	.px-lg-5 {
		padding-right: 3rem !important;
	}
	.pb-lg-5,
	.py-lg-5 {
		padding-bottom: 3rem !important;
	}
	.pl-lg-5,
	.px-lg-5 {
		padding-left: 3rem !important;
	}
	.m-lg-n1 {
		margin: -0.25rem !important;
	}
	.mt-lg-n1,
	.my-lg-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-lg-n1,
	.mx-lg-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-lg-n1,
	.my-lg-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-lg-n1,
	.mx-lg-n1 {
		margin-left: -0.25rem !important;
	}
	.m-lg-n2 {
		margin: -0.5rem !important;
	}
	.mt-lg-n2,
	.my-lg-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-lg-n2,
	.mx-lg-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-lg-n2,
	.my-lg-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-lg-n2,
	.mx-lg-n2 {
		margin-left: -0.5rem !important;
	}
	.m-lg-n3 {
		margin: -1rem !important;
	}
	.mt-lg-n3,
	.my-lg-n3 {
		margin-top: -1rem !important;
	}
	.mr-lg-n3,
	.mx-lg-n3 {
		margin-right: -1rem !important;
	}
	.mb-lg-n3,
	.my-lg-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-lg-n3,
	.mx-lg-n3 {
		margin-left: -1rem !important;
	}
	.m-lg-n4 {
		margin: -1.5rem !important;
	}
	.mt-lg-n4,
	.my-lg-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-lg-n4,
	.mx-lg-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-lg-n4,
	.my-lg-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-lg-n4,
	.mx-lg-n4 {
		margin-left: -1.5rem !important;
	}
	.m-lg-n5 {
		margin: -3rem !important;
	}
	.mt-lg-n5,
	.my-lg-n5 {
		margin-top: -3rem !important;
	}
	.mr-lg-n5,
	.mx-lg-n5 {
		margin-right: -3rem !important;
	}
	.mb-lg-n5,
	.my-lg-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-lg-n5,
	.mx-lg-n5 {
		margin-left: -3rem !important;
	}
	.m-lg-auto {
		margin: auto !important;
	}
	.mt-lg-auto,
	.my-lg-auto {
		margin-top: auto !important;
	}
	.mr-lg-auto,
	.mx-lg-auto {
		margin-right: auto !important;
	}
	.mb-lg-auto,
	.my-lg-auto {
		margin-bottom: auto !important;
	}
	.ml-lg-auto,
	.mx-lg-auto {
		margin-left: auto !important;
	}
}

@media (min-width: 1200px) {
	.m-xl-0 {
		margin: 0 !important;
	}
	.mt-xl-0,
	.my-xl-0 {
		margin-top: 0 !important;
	}
	.mr-xl-0,
	.mx-xl-0 {
		margin-right: 0 !important;
	}
	.mb-xl-0,
	.my-xl-0 {
		margin-bottom: 0 !important;
	}
	.ml-xl-0,
	.mx-xl-0 {
		margin-left: 0 !important;
	}
	.m-xl-1 {
		margin: 0.25rem !important;
	}
	.mt-xl-1,
	.my-xl-1 {
		margin-top: 0.25rem !important;
	}
	.mr-xl-1,
	.mx-xl-1 {
		margin-right: 0.25rem !important;
	}
	.mb-xl-1,
	.my-xl-1 {
		margin-bottom: 0.25rem !important;
	}
	.ml-xl-1,
	.mx-xl-1 {
		margin-left: 0.25rem !important;
	}
	.m-xl-2 {
		margin: 0.5rem !important;
	}
	.mt-xl-2,
	.my-xl-2 {
		margin-top: 0.5rem !important;
	}
	.mr-xl-2,
	.mx-xl-2 {
		margin-right: 0.5rem !important;
	}
	.mb-xl-2,
	.my-xl-2 {
		margin-bottom: 0.5rem !important;
	}
	.ml-xl-2,
	.mx-xl-2 {
		margin-left: 0.5rem !important;
	}
	.m-xl-3 {
		margin: 1rem !important;
	}
	.mt-xl-3,
	.my-xl-3 {
		margin-top: 1rem !important;
	}
	.mr-xl-3,
	.mx-xl-3 {
		margin-right: 1rem !important;
	}
	.mb-xl-3,
	.my-xl-3 {
		margin-bottom: 1rem !important;
	}
	.ml-xl-3,
	.mx-xl-3 {
		margin-left: 1rem !important;
	}
	.m-xl-4 {
		margin: 1.5rem !important;
	}
	.mt-xl-4,
	.my-xl-4 {
		margin-top: 1.5rem !important;
	}
	.mr-xl-4,
	.mx-xl-4 {
		margin-right: 1.5rem !important;
	}
	.mb-xl-4,
	.my-xl-4 {
		margin-bottom: 1.5rem !important;
	}
	.ml-xl-4,
	.mx-xl-4 {
		margin-left: 1.5rem !important;
	}
	.m-xl-5 {
		margin: 3rem !important;
	}
	.mt-xl-5,
	.my-xl-5 {
		margin-top: 3rem !important;
	}
	.mr-xl-5,
	.mx-xl-5 {
		margin-right: 3rem !important;
	}
	.mb-xl-5,
	.my-xl-5 {
		margin-bottom: 3rem !important;
	}
	.ml-xl-5,
	.mx-xl-5 {
		margin-left: 3rem !important;
	}
	.p-xl-0 {
		padding: 0 !important;
	}
	.pt-xl-0,
	.py-xl-0 {
		padding-top: 0 !important;
	}
	.pr-xl-0,
	.px-xl-0 {
		padding-right: 0 !important;
	}
	.pb-xl-0,
	.py-xl-0 {
		padding-bottom: 0 !important;
	}
	.pl-xl-0,
	.px-xl-0 {
		padding-left: 0 !important;
	}
	.p-xl-1 {
		padding: 0.25rem !important;
	}
	.pt-xl-1,
	.py-xl-1 {
		padding-top: 0.25rem !important;
	}
	.pr-xl-1,
	.px-xl-1 {
		padding-right: 0.25rem !important;
	}
	.pb-xl-1,
	.py-xl-1 {
		padding-bottom: 0.25rem !important;
	}
	.pl-xl-1,
	.px-xl-1 {
		padding-left: 0.25rem !important;
	}
	.p-xl-2 {
		padding: 0.5rem !important;
	}
	.pt-xl-2,
	.py-xl-2 {
		padding-top: 0.5rem !important;
	}
	.pr-xl-2,
	.px-xl-2 {
		padding-right: 0.5rem !important;
	}
	.pb-xl-2,
	.py-xl-2 {
		padding-bottom: 0.5rem !important;
	}
	.pl-xl-2,
	.px-xl-2 {
		padding-left: 0.5rem !important;
	}
	.p-xl-3 {
		padding: 1rem !important;
	}
	.pt-xl-3,
	.py-xl-3 {
		padding-top: 1rem !important;
	}
	.pr-xl-3,
	.px-xl-3 {
		padding-right: 1rem !important;
	}
	.pb-xl-3,
	.py-xl-3 {
		padding-bottom: 1rem !important;
	}
	.pl-xl-3,
	.px-xl-3 {
		padding-left: 1rem !important;
	}
	.p-xl-4 {
		padding: 1.5rem !important;
	}
	.pt-xl-4,
	.py-xl-4 {
		padding-top: 1.5rem !important;
	}
	.pr-xl-4,
	.px-xl-4 {
		padding-right: 1.5rem !important;
	}
	.pb-xl-4,
	.py-xl-4 {
		padding-bottom: 1.5rem !important;
	}
	.pl-xl-4,
	.px-xl-4 {
		padding-left: 1.5rem !important;
	}
	.p-xl-5 {
		padding: 3rem !important;
	}
	.pt-xl-5,
	.py-xl-5 {
		padding-top: 3rem !important;
	}
	.pr-xl-5,
	.px-xl-5 {
		padding-right: 3rem !important;
	}
	.pb-xl-5,
	.py-xl-5 {
		padding-bottom: 3rem !important;
	}
	.pl-xl-5,
	.px-xl-5 {
		padding-left: 3rem !important;
	}
	.m-xl-n1 {
		margin: -0.25rem !important;
	}
	.mt-xl-n1,
	.my-xl-n1 {
		margin-top: -0.25rem !important;
	}
	.mr-xl-n1,
	.mx-xl-n1 {
		margin-right: -0.25rem !important;
	}
	.mb-xl-n1,
	.my-xl-n1 {
		margin-bottom: -0.25rem !important;
	}
	.ml-xl-n1,
	.mx-xl-n1 {
		margin-left: -0.25rem !important;
	}
	.m-xl-n2 {
		margin: -0.5rem !important;
	}
	.mt-xl-n2,
	.my-xl-n2 {
		margin-top: -0.5rem !important;
	}
	.mr-xl-n2,
	.mx-xl-n2 {
		margin-right: -0.5rem !important;
	}
	.mb-xl-n2,
	.my-xl-n2 {
		margin-bottom: -0.5rem !important;
	}
	.ml-xl-n2,
	.mx-xl-n2 {
		margin-left: -0.5rem !important;
	}
	.m-xl-n3 {
		margin: -1rem !important;
	}
	.mt-xl-n3,
	.my-xl-n3 {
		margin-top: -1rem !important;
	}
	.mr-xl-n3,
	.mx-xl-n3 {
		margin-right: -1rem !important;
	}
	.mb-xl-n3,
	.my-xl-n3 {
		margin-bottom: -1rem !important;
	}
	.ml-xl-n3,
	.mx-xl-n3 {
		margin-left: -1rem !important;
	}
	.m-xl-n4 {
		margin: -1.5rem !important;
	}
	.mt-xl-n4,
	.my-xl-n4 {
		margin-top: -1.5rem !important;
	}
	.mr-xl-n4,
	.mx-xl-n4 {
		margin-right: -1.5rem !important;
	}
	.mb-xl-n4,
	.my-xl-n4 {
		margin-bottom: -1.5rem !important;
	}
	.ml-xl-n4,
	.mx-xl-n4 {
		margin-left: -1.5rem !important;
	}
	.m-xl-n5 {
		margin: -3rem !important;
	}
	.mt-xl-n5,
	.my-xl-n5 {
		margin-top: -3rem !important;
	}
	.mr-xl-n5,
	.mx-xl-n5 {
		margin-right: -3rem !important;
	}
	.mb-xl-n5,
	.my-xl-n5 {
		margin-bottom: -3rem !important;
	}
	.ml-xl-n5,
	.mx-xl-n5 {
		margin-left: -3rem !important;
	}
	.m-xl-auto {
		margin: auto !important;
	}
	.mt-xl-auto,
	.my-xl-auto {
		margin-top: auto !important;
	}
	.mr-xl-auto,
	.mx-xl-auto {
		margin-right: auto !important;
	}
	.mb-xl-auto,
	.my-xl-auto {
		margin-bottom: auto !important;
	}
	.ml-xl-auto,
	.mx-xl-auto {
		margin-left: auto !important;
	}
}

/* Blocks
--------------------------------------------- */
.section {
	background-size: cover;
	background-position: center;
	padding: 30px 0;
	position: relative;
	min-height: 769px;
	color: #545759;
	overflow: hidden;
}
@media (max-width: 1199.98px) {
	.section {
		min-height: auto;
	}
}
@media (max-width: 1199.98px) {
	.section {
		padding: 42px 0;
	}
	.section.section__first-scree.tax__header{
		padding: 0;
	}
	.section.section__first-screen.tax__header .container{
		padding: 0 42px;
	}
}
.section--page-contact {
	min-height: 440px;
	padding-top: 150px;
	font-size: 23px;
}
.section--page {
	min-height: 770px;
	padding-top: 150px;
	font-size: 23px;
	padding-bottom: 77px;
}
.section--white {
	color: #fff;
}
.section--red {
	min-height: auto;
	background-color: #ff0000;
}
.section--hero {
	min-height: calc(100vh - 213px);
	/*margin-top: 38px;*/
}
.section--hero a:before,  .section--technologies.technologies .technologies__container a:before, .section--locations.locations .locations__container a:before, .section--advantages a.btn:before,
.section--pro a:before, .whats-new__item a.btn:before{
	content: unset
}
.section--technologies.technologies .technologies__container a:after, .section--pro a:after{
	content: unset
}
.section--technologies.technologies .technologies__container a, .section--pro a, .shamir__red-button{
	padding: 15px;
	border-radius: 5px;
	background-color: #ff0000;
	color:#fff;
	width: max-content;
	font-size: 18px;
	text-decoration:unset;
	transition: .3s all
}
.shamir__red-button:hover{
	opacity: .95
}
.section__partners .section__slogan p{
	margin-bottom:50px
}
.section__partners .link{
	margin-bottom:80px
}
.section--pro a{
	margin-top:30px
}
.section--hero a:after,
.whats-new__item a.btn:after{
	display: block;
	content: ' ';
	background-image: url(./img/arrow-thin.svg);
	background-size: contain;
	background-position: -10px 0.02em;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	position: relative;
	right: -10px;

}
.section--advantages a.btn:after, .section--locations.locations .locations__container a:after{
	content: unset
}
.section--advantages a.btn, .section--locations.locations .locations__container a{
	background-color:red;
	color:#fff;
	border-radius:5px;
	padding: 15px 30px;
	width:max-content
}
.section--locations.locations .locations__container div{
	margin-bottom:30px
}
.section--technologies.technologies .technologies__container a{
	margin-top:40px
}
.whats-new__item a.btn:hover:after{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.section--hero a:after{
	bottom:1px;
	position: relative;
}
.section.section--pro{
	padding-top:0;
	min-height: 481px;
	display:flex;
	align-items:center;
	padding-bottom: 0;
}

.whats-new__item a.btn{
	margin-top:30px
}
.section--technologies.technologies .technologies__container a,.section--locations.locations .locations__container a, .section--pro a{
	display: flex;
	align-items: center;
}
@media (max-width: 1199.98px) {
	.section--hero {
		margin-top: 0;
	}
}
@media (max-width: 991.98px) {
	.section--hero {
		min-height: 388px;
		padding-top: 0;
	}
}
.section--info {
	padding: 37px 0 31px;
}
@media (max-width: 991.98px) {
	.section--info {
		padding-top: 27px;
		padding-left: 10px;
		padding-right: 10px;
	}
}
.section--advantages {
	padding: 110px 0 20px;
}
@media (max-width: 991.98px) {
	.section--advantages {
		padding-top: 42px;
		padding-bottom: 23px;
	}
}
@media (max-width: 991.98px) {
	.section--technologies {
		min-height: 640px;
	}
}
@media (max-width: 991.98px) {
	.section--locations {
		padding-bottom: 65px;
	}
}
.section--pro {
	padding-top: 162px;
}
@media (max-width: 1199.98px) {
	.section--pro {
		padding-top: 30px;
	}
}
@media (max-width: 991.98px) {
	.section--pro {
		padding-top: 43px;
		min-height: 641px;
	}
}
.section--testimonials {
	padding: 96px 0;
}
@media (max-width: 991.98px) {
	.section--testimonials {
		padding: 42px 0 56px;
	}
}
.section--whats-new {
	padding: 15px 0 100px;
}
@media (max-width: 991.98px) {
	.section--whats-new {
		padding-top: 51px;
		padding-bottom: 12px;
	}
}
.section--subscribe {
	padding: 34px 0 33px;
}
@media (max-width: 991.98px) {
	.section--subscribe {
		padding-top: 26px;
		padding-bottom: 23px;
		min-height: 205px;
	}
}
.section--partner {
	padding-top: 46px;
	padding-bottom: 46px;
}
.section--partner {
	background-color:#f6f6f9;
	min-height:696px
}
.section--partner h2{
	font-size: 38px;
	font-weight: normal;
	line-height: 1.16;
	letter-spacing: normal;
	text-align: center;
	color:#545759
}
.section--partner h4{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	text-align: center;
	color:#545759;
	margin-bottom: 40px;
}

.section--partner h4 a{
	color:#545759;
	border-bottom: 2px solid #545759;
	text-decoration:unset;
	transition: .09s all
}
.section--partner h4 a:hover{
	border-bottom:0px solid #545759;
}
.section--partner label span{

	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.81;
	letter-spacing: normal;
	color: #545759;

}
.section--partner input{
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #979797;
	border-radius: 0;
	padding: 5px 0 10px 0;
}
.section--partner .hs-form-field:not(.hs-fieldtype-textarea){
	margin-bottom: 15px
}
.section--partner .hs-fieldtype-textarea label span, .section--partner input::placeholder {
	color:#979797
}
@media (max-width: 991.98px) {
	.section--partner {
		padding-top: 32px;
		text-align: center;
		min-height: 696px;
	}
}
.section__image {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: calc(100% + 1px);
	position: absolute;
	top: -1px;
	left: 0;
}
.logged_in_user .section__image{
	height: calc(100% - 82px);
	top: auto;
	bottom: 0;
}
.section.section__first-screen.logged_in_user{
	background-color: #000;
}
.legal-consent-container .hs-form-booleancheckbox-display p{
	font-size:14px;
	color:#545759;
	line-height: 1.36;
}
.admin-bar .section--hero {
	min-height: calc(100vh - 170px);
}
@media (max-width: 991.98px) {
	.admin-bar .section--hero {
		min-height: 388px;
	}
}

.top-bar {
	background-color: #b9c0c4;
	color: #000;
	font-weight: 500;
	padding: 7px 0 3px;
	letter-spacing: -0.03em;
	position: relative;
	display: none;
}
@media (min-width: 992px) {
	.top-bar {
		display: block;
	}
}
@media (max-width: 991.98px) {
	.top-bar.toggled {
		position: fixed;
		bottom: 0;
		display: block;
		width: 100%;
		z-index: 1;
	}
	.top-bar .container {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		padding: 0;
	}
}
.top-bar__location {
	cursor: pointer;
}
.top-bar__location img {
	display: inline-block;
}
.top-bar__list,
.top-bar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-bar__item,
.top-bar li {
	padding-left: 24px;
	position: relative;
}
.top-bar__link,
.top-bar a {
	font-size: 1rem;
	line-height: 1.75;
	color: #000;
	text-decoration: none;
	display: flex;
}
.top-bar__link,
.top-bar .sub-menu a {
	font-size: 0.9rem;
}

.top-bar__link:hover,
.top-bar a:hover {
	color: #f00;
}
.top-bar__item--red .top-bar__link,
.top-bar .red > a {
	color: #f00;
}
.top-bar__item--red .top-bar__link:hover
{
	text-decoration: underline;
}
.top-bar__nav ul.menu > li > ul.sub-menu a:hover{
	color: #f00;
	text-decoration: unset;
}
#menu-lang {
	display: none;
}

.logo img {
	display: block;
}

.header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10;
}

.nav {
	background-color: rgba(0, 0, 0, 0.8);
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	font-weight: 500;
}
.nav .container {
	position: relative;
}
@media (max-width: 991.98px) {
	.nav {
		padding: 20px 0px 17px 0;
	}
}
.nav__logo {
	padding-top: 5px;
}
@media (max-width: 991.98px) {
	.nav__logo {
		max-width: 127px;
		padding-top: 1px;
	}
}
.nav__burger {
	width: 42px;
	height: 42px;
	border: none;
	background: none;
	padding: 0;
}
.nav__burger.toggled .nav__burger-img--close {
	display: block !important;
}
.nav__burger.toggled .nav__burger-img--bars {
	display: none !important;
}
.nav__burger-img {
	display: block;
	width: 26px;
	height: 16px;
}
.nav__burger-img--close {
	display: none;
}
@media (max-width: 991.98px) {
	.nav .menu {
		position: fixed;
		top: 82px;
		z-index: 1;
		width: 100vw;
		left: 0;
		height: calc(100% - 120px);
		background-color: white;
		z-index: 99999;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		overflow: auto;
		display: none;
		color: #545759;
	}
}
.nav__list,
.nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}
.header_top_dropdown > a{
	cursor: pointer;
}
.header_top_dropdown:hover a{
	text-decoration: unset;
}
@media (max-width: 991.98px) {
	.nav__list,
	.nav ul {
		position: absolute;
		width: 100%;
		left: 0;
		bottom: 0;
	}
}
.nav ul.menu > li:hover > ul, .top-bar__nav ul.menu > li:hover > ul{
	max-height: 600px !important;
	padding-top: 25px;
	padding-bottom: 25px;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li.focus > a, .top-bar__nav ul.menu > li.focus > a{
		color: #f00;
	}
	.nav ul.menu > li.focus > a i, .top-bar__nav ul.menu > li.focus > a i{
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
}
@media (max-width: 991.98px) {
	.nav ul.menu > li.toggle > ul.sub-menu, .top-bar__nav ul.menu > li.toggle > ul.sub-menu {
		display: block;
		max-height: none;
	}
}
.nav ul.menu > li > ul.sub-menu{
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	background-color: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	color: #545759;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	padding-left: 44px;
	padding-right: 44px;
}
.top-bar__nav ul.menu > li > ul.sub-menu{
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(100%) ;
	-ms-transform: translateY(100%) ;
	transform: translateY(100%) ;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	color: #545759;
	right: 0;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: ease 0.5s;
	-o-transition: ease 0.5s;
	transition: ease 0.5s;
	padding-right: 20px;
	z-index: 10;
	display: flex;
	flex-direction: column;
}
.top-bar__nav ul.menu > li > ul.sub-menu a{
	color: #545759;
}
.top-bar__nav ul ul a{
	color: inherit;
	letter-spacing: 0.012em;
	word-spacing: 3px;
	width: 250px;
	font-width: 500;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li > ul.sub-menu{
		position: static;
		display: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0 !important;
	}
	.top-bar__nav ul.menu > li > ul.sub-menu {
		position: absolute;
		display: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: translateY(-40px);
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 20px 0 !important;
		border: 1px solid rgb(0 0 0 / 20%);
		max-height: unset;
		left: 0;
	}
	.header_top_dropdown.active ul.sub-menu, .header_top_dropdown.active ul.sub-menu a {
		display: block!
        important;
	}
	.top-bar li{
		position: unset;
	}
	.top-bar__nav .sub-menu .menu-item{
		width: 100%;
	}
}
.nav ul.menu > li > ul.sub-menu > li > a{
	font-weight: 700;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li > ul.sub-menu > li > a, .top-bar__nav ul.menu > li > ul.sub-menu > li > a{
		display: none;
	}
}
.nav ul.menu > li > ul.sub-menu > li > ul, .top-bar__nav ul.menu > li > ul.sub-menu > li > ul {
	position: static;
	color: #545759;
	padding-top: 33px;
	font-size: 13px;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li > ul.sub-menu > li > ul, .top-bar__nav ul.menu > li > ul.sub-menu > li > ul {
		padding-top: 0;
	}
}
.nav ul.menu > li > ul.sub-menu > li > ul > li:not(:last-child) ,  .top-bar__nav ul.menu > li > ul.sub-menu > li > ul > li:not(:last-child){
	padding-bottom: 9px;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li > ul.sub-menu > li > ul > li:not(:last-child), .top-bar__nav ul.menu > li > ul.sub-menu > li > ul > li:not(:last-child){
		padding-bottom: 0;
	}
}
.nav ul.menu > li > ul.sub-menu > li > ul > li a, .top-bar__nav ul.menu > li > ul.sub-menu > li > ul > li a {
	white-space: nowrap;
}
.nav ul.menu > li.wide.full-width a {
	white-space: pre-wrap;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li > ul.sub-menu > li > ul > li a, .top-bar__nav ul.menu > li > ul.sub-menu > li > ul > li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		padding: 9px 47px 3px;
		border-bottom: 1px solid #545759;
		padding: 11px 47px 7px;
	}
}
.nav ul.menu > li > ul.sub-menu > li > ul > li > ul, .top-bar__nav ul.menu > li > ul.sub-menu > li > ul > li > ul{
	color: #545759;
}
.nav ul.menu > li.wide > ul {
	left: 0;
	width: calc(100% - 20px);
	margin-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 166px !important;
	padding-right: 166px !important;
	padding-left: 44px !important;
	padding-right: 44px !important;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li.wide > ul {
		display: none;
		padding: 0 !important;
		width: auto !important;
		margin: 0 !important;
	}
}
.nav ul.menu > li.wide > ul > li:first-child,  .top-bar__nav ul.menu > li.wide > ul > li:first-child {
	width: 50%;
	padding-right: 34px;
	border-right: 1px solid #545759;
	padding-bottom: 20px;
}
.nav ul.menu > li.wide.full-width > ul > li:first-child, .nav ul.menu > li.wide.full-width  > ul > li:last-child{
	width: 100%;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li.wide > ul > li:first-child, .top-bar__nav ul.menu > li.wide > ul > li:first-child{
		width: auto;
		padding: 0;
		border: none;
	}
}
.nav ul.menu > li.wide > ul > li:first-child > ul {
	-webkit-column-count: 2;
	column-count: 2;
	position: relative;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li.wide > ul > li:first-child > ul {
		-webkit-column-count: auto;
		column-count: auto;
	}
}
.nav ul.menu > li.wide > ul > li:last-child {
	width: 50%;
	padding-left: 50px;
	border-right: none !important;
}
.nav ul.menu > li.wide > ul > li.hidden > a{
	display:none
}
.nav ul.menu > li.wide > ul > li:last-child ul a{
	display:block
}
@media (max-width: 991.98px) {
	.nav ul.menu > li.wide > ul > li:last-child {
		width: auto;
		padding: 0;
		border: none;
	}
}
.nav ul.menu > li.wide > ul > li:last-child > ul{
	-webkit-column-count: 2;
	column-count: 2;
	position: relative;
}
.nav ul.menu > li.wide > ul > li:last-child li{
	display: inline-block;
}
.nav ul.menu > li.wide > ul > li > ul > li {
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
}
.nav ul.menu > li.wide > ul > li > ul > li:not(:last-child) {
	padding-bottom: 20px;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li.wide > ul > li > ul > li:not(:last-child) {
		width: auto;
		padding: 0;
		border: none;
	}
}
.nav ul.menu > li.wide > ul > li > ul > li > a {
	font-weight: 700;
}
.nav ul.menu > li.wide > ul > li > ul > li > ul {
	padding-top: 9px;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li.wide > ul > li > ul > li > ul {
		padding: 0;
		position: static;
	}
}
.nav ul.menu > li.wide > ul > li > ul > li > ul > li {
	padding-bottom: 7px;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li.wide > ul > li > ul > li > ul > li {
		padding: 0;
	}
}
.nav ul.menu > li > a {
	padding: 29px 19px;
}
.menu-item-wpml-ls-5-ch{
	display: none;
}
@media (max-width: 991.98px) {
	.nav ul.menu > li > a {
		padding: 9px 47px 13px;
		border-bottom: 1px solid #545759;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.nav ul.menu > li{
		margin-bottom:10px
	}
}
.nav__link,
.nav a {
	color: inherit;
	letter-spacing: 0.012em;
	word-spacing: 3px;
}
.nav__link:hover,
.nav a:hover {
	color: red;
}

.admin-bar .header {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar .header {
		top: 46px;
	}
}

.advantages__row {
	padding: 48px 0 60px;
	margin: 0 -35px;
	justify-content: center;
}
@media (max-width: 1300px) {
	.advantages__row {
		margin: 0 -20px;
	}
}
@media (max-width: 991.98px) {
	.advantages__row {
		padding-top: 16px;
		padding-bottom: 22px;
	}
}
@media (max-width: 575.98px) {
	.advantages__row {
		margin: 0;
	}
}

.advantages__item {
	color: #ff0000;
	-webkit-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	-webkit-transition-property: padding, -webkit-transform;
	transition-property: padding, -webkit-transform;
	-o-transition-property: transform, padding;
	transition-property: transform, padding;
	transition-property: transform, padding, -webkit-transform;
	padding: 50px 0;
}
.advantages__item:hover {
	padding: 0;
}
@media (max-width: 991.98px) {
	.advantages__item {
		padding: 13px 0 !important;
	}
}

.advantages__title {
	padding: 0 25px;
	position: relative;
	min-height: 54px;

}
.advantages__title h3{
	margin-bottom: 0;
}
.advantages__title:after {
	width: 0;
	height: 5px;
	content: "";
	display: block;
	background-color: #ff0000;
	margin: 10px auto 10px;
	-webkit-transition: ease-in-out 0.3s width;
	-o-transition: ease-in-out 0.3s width;
	transition: ease-in-out 0.3s width;
}
@media (max-width: 991.98px) {
	.advantages__title:after {
		-webkit-transition-property: width, margin;
		-o-transition-property: width, margin;
		transition-property: width, margin;
	}
}
@media (max-width: 991.98px) {
	.advantages__title {
		padding: 0;
		padding-top: 3px;
		min-height: 0;
	}
	.advantages__title > * {
		font-size: 18px;
		line-height: 1.3;
	}
}

.advantages__item:hover .advantages__title:after {
	width: 15px;
}
@media (max-width: 991.98px) {
	.advantages__item:hover .advantages__title:after {
		margin-top: 10px;
	}
}



.advantages__icon-wrap {
	min-height: 111px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px;
	text-align: center;
	justify-content: center;

}

@media (max-width: 991.98px) {
	.advantages__icon-wrap {
		position: relative;
		min-height: 90px;
		margin-bottom: 8px;
	}
}

.advantages__icon {
	display: block;
	margin: 0 auto;
}
@media (max-width: 991.98px) {
	.advantages__icon {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		object-fit: contain;
		-o-object-position: center;
		object-position: center;
		position: absolute;
	}
}

.advantages__text {
	display: none;
	overflow: hidden;
	color: #545759;

}


@media (max-width: 767.98px) {
	.technologies {
		text-align: center;
	}
}

.technologies__container {
	padding-left: 42px;
}
@media (max-width: 1199.98px) {
	.technologies__container {
		padding-left: 0;
	}
}

.technologies__grid {
	margin: 70px -50px 0;
}
@media (max-width: 1199.98px) {
	.technologies__grid {
		margin: 60px -15px 0;
	}
}

.technologies__item {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 50px 70px;
	justify-content: center;
	align-items: center;
}
.technologies__grid .technologies__item{
	justify-content: flex-start;
}
@media (max-width: 1199.98px) {
	.technologies__item {
		padding: 0 15px 30px;
	}
}
@media (max-width: 991.98px) {
	.technologies__item {
		display: block;
	}
}

.technologies__link {
	color: #545759;
	text-decoration: none;
}
.technologies__link:hover {
	color: #ff0000;
}

.technologies__filter {
	font-size: 18px;
}

.technologies__select {
	width: 290px !important;
	border: 1px solid #e7e4e4;
	border-radius: 5px;
	margin-left: 12px;
	height: 35px;
	padding-left: 10px;
}

.technologies__select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;       /* Remove default arrow */
	background: url("./img/select-row.png") 95% center no-repeat;   /* Add custom arrow */
}

.technologies__img-wrap {
	width: 108px;
	height: 108px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	padding-left: 70px;
}
.technologies__grid .technologies__img-wrap{
	padding-left: 0;
}
.technologies__img-wrap img,
.technologies__img-wrap svg {
	width: 100%;
	height: 100%;
	display: block;
}
@media (max-width: 991.98px) {
	.technologies__img-wrap {
		margin-right: 30px;
	}
}


.technologies__content {
	padding-left: 16px;
}
.technologies__swiper  .swiper-wrapper{
	align-items: center;
}
.swiper-slide-next .technologies__img-wrap{
	padding-left: 20px
}
.swiper-slide-active .technologies__content{
	padding-right: 20px
}
.swiper-slide-next .technologies__content{
	 padding-right: 70px;
}
.technologies__content p {
	margin-bottom: 0;
	line-height: 1.6;
	font-size: 18px;
}
@media (max-width: 991.98px) {
	.technologies__content {
		padding-left: 0;
	}

	.swiper-slide-next .technologies__img-wrap{
		padding-left: 0
	}
	.swiper-slide-active .technologies__content{
		padding-right: 0
	}
	.swiper-slide-next .technologies__content{
		padding-right: 0
	}
	.technologies__img-wrap{
		padding-left: 0;
	}
}

.technologies__title {
	margin-top: -2px;
	margin-bottom: 7px;
}

.categories {
	padding: 20px 0;
	display: -ms-grid;
	display: grid;
	gap: 20px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-auto-rows: 770px;
}
@media (max-width: 1199.98px) {
	.categories {
		grid-auto-rows: 312px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}
@media (max-width: 991.98px) {
	.categories {
		gap: 14px;
		padding-top: 0;
		padding-bottom: 15px;
	}
}
.categories__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 40px;
	text-decoration: none;
}
.categories__item:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-transition: ease-in-out 0.3s background-color;
	-o-transition: ease-in-out 0.3s background-color;
	transition: ease-in-out 0.3s background-color;
}
.categories__item:hover:before {
	background-color: rgba(0, 0, 0, 0.28);
}
@media (max-width: 991.98px) {
	.categories__item {
		padding: 16px;
	}
}
.categories__item:hover .categories__title:before {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg);
}
.categories__img {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	max-width: 100%;
	top: 0;
	left: 0;
}
.categories__img--no-img {
	-o-object-fit: contain;
	object-fit: contain;
}
.categories__title {
	position: relative;
	z-index: 1;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 18px;
	min-height: 166px;
}
@media (max-width: 1199.98px) {
	.categories__title {
		margin: 0 auto;
	}
}
@media (max-width: 991.98px) {
	.categories__title {
		padding: 0;
		min-height: 110px;
	}
}
.categories__title:before {
	width: 52px;
	/* ширина в два раза меньше высоты, иначе получится полуовал */
	height: 101px;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	background: #ec1d24;
	display: inline-block;
	content: "";
	margin-right: 24px;
	margin-top: 0;
	-webkit-transition: ease-in-out 0.3s transform;
	-o-transition: ease-in-out 0.3s transform;
	transition: ease-in-out 0.3s transform;
}
.categories__title{
	display:flex;
	align-items:center
}
.categories__title h2{
	margin-bottom:0
}


.testimonials__swiper {
	padding-top: 35px;
}
@media (max-width: 1199.98px) {
	.testimonials__swiper {
		padding-top: 10px;
	}
}

.testimonials__slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media (max-width: 1199.98px) {
	.testimonials__slide {
		display: block;
	}
}

.testimonials__img-wrap {
	-ms-flex-preferred-size: 473px;
	flex-basis: 473px;
	width: 473px;
	height: 473px;
	border-radius: 50%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 127px;
	position: relative;
}
@media (max-width: 1199.98px) {
	.testimonials__img-wrap {
		margin: 0 auto;
	}
}
@media (max-width: 991.98px) {
	.testimonials__img-wrap {
		width: 210px;
		height: 210px;
	}
}

.testimonials__img {
	-webkit-filter: saturate(0);
	filter: saturate(0);
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}

.testimonials__content {
	padding-left: 50px;
}
@media (max-width: 1199.98px) {
	.testimonials__content {
		padding-left: 0;
		padding-top: 30px;
		text-align: center;
	}
}
@media (max-width: 1199.98px) {
	.testimonials__content {
		padding-top: 20px;
	}
}

.testimonials__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 26px;
	line-height: 1.4;
	font-size: 18px;
}
@media (max-width: 1199.98px) {
	.testimonials__author {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		text-align: left;
	}
}
@media (max-width: 991.98px) {
	.testimonials__author {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 12px;
		font-size: 15px;
	}
}
.testimonials__author > *:last-child {
	margin-bottom: 0;
}
.testimonials__author:before {
	width: 52px;
	height: 101px;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	background: #ec1d24;
	display: inline-block;
	content: "";
	margin-right: 22px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
@media (max-width: 991.98px) {
	.testimonials__author:before {
		width: 19px;
		height: 37px;
		margin-right: 9px;
	}
}

.testimonials__pagination {
	width: auto !important;
	left: 50% !important;
	padding-left: 50px;
	margin: 0 -6px;
	bottom: -35px !important;
	z-index: 1;
}
@media (max-width: 1199.98px) {
	.testimonials__pagination {
		bottom: -30px !important;
		padding-left: 0;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}
@media (max-width: 991.98px) {
	.testimonials__pagination {
		bottom: -56px !important;
	}
}

.testimonials__bullet {
	width: 11px;
	height: 11px;
	margin: 0 6px;
	display: inline-block;
	background: #c7cfd4;
	border-radius: 50%;
	cursor: pointer;
}
.testimonials__bullet--active {
	background-color: #545759;
}

.whats-new__item {
	padding-top: 33px;
}
@media (max-width: 767.98px) {
	.whats-new__item {
		padding-top: 13px;
		padding-bottom: 9px;
		margin: 0 -10px;
		text-align: center;
	}
}

.whats-new__img-wrap {
	position: relative;
	display: block;
}
@media (max-width: 767.98px) {
	.whats-new__img-wrap {
		height: 159px;
	}
}
.whats-new__img-wrap:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-transition: ease-in-out 0.3s background-color;
	-o-transition: ease-in-out 0.3s background-color;
	transition: ease-in-out 0.3s background-color;
}
.whats-new__img-wrap:hover:before {
	background-color: rgba(0, 0, 0, 0.28);
}

.whats-new__img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.whats-new__img--no-img {
	-o-object-fit: contain;
	object-fit: contain;
}

.whats-new__headline {
	padding: 24px 0 14px;
}
@media (max-width: 767.98px) {
	.whats-new__headline {
		padding: 12px 10px 1px;
	}
}
.whats-new__headline * {
	margin: 0;
}

.whats-new__title {
	font-weight: 500;
	text-decoration: none;
	color: inherit;
}
@media (max-width: 767.98px) {
	.whats-new__title {
		padding: 0 10px;
		display: block;
	}
}
.whats-new__title:hover {
	opacity: 0.2;
}
.whats-new__title * {
	margin: 0;
}

.whats-new__excerpt {
	max-height: 75px;
	overflow: hidden;
	margin-bottom: 6px;
}
@media (max-width: 767.98px) {
	.whats-new__excerpt {
		padding: 0 10px;
		font-size: 13px;
		max-height: 56px;
	}
}

.footer--white {
	background-color:#fff;
	padding: 55px 0 30px;
}
@media (max-width: 991.98px) {
	.footer--white {
		padding: 40px 0;
	}
}

.footer--copy {
	background-color: #ff0000;
	color: #fff;
	font-size: 14px;
	letter-spacing: -0.01em;
	padding: 3px 0;
}
.footer--copy p {
	margin: 0;
	padding: 0;
}
@media (max-width: 767.98px) {
	.footer--copy {
		padding: 10px 0;
	}
}

.footer__logo {
	padding-right: 33px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media (max-width: 1199.98px) {
	.footer__logo {
		padding-right: 20px;
	}
}
@media (max-width: 1199.98px) {
	.footer__logo {
		width: 100%;
		text-align: center;
		padding-bottom: 40px;
		padding-right: 0;
	}
}

.footer__logo-link {
	width: 100%;
	max-width: 128px;
	display: block;
}
@media (max-width: 1199.98px) {
	.footer__logo-link {
		margin: 0 auto;
	}
}

.footer__img {
	max-width: 100%;
	height: auto;
	display: block;
}

.footer__nav {
	-ms-flex-item-align: start;
	align-self: flex-start;
	padding-left: 24px;
	font-size: 15px;
	letter-spacing: -0.05em;
	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: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-negative: 1;
	flex-shrink: 1;
}
/*.footer__nav:not(:last-child) > ul:after {
	content: "";
	display: block;
	width: 1px;
	height: 103px;
	background-color: #545759;
	position: absolute;
	top: 0;
	right: 0;
}*/
.first_link__margin li:first-child{
	margin-bottom:10px
}
@media (max-width: 1199.98px) {
	.footer__nav:not(:last-child) > ul:after {
		height: 112px;
	}
	.legal-consent-container div{
		width:auto
	}
}
@media (max-width: 767.98px) {
	.footer__nav:not(:last-child) > ul:after {
		height: 245px;
	}
	.section--subscribe h6{
		text-align:center
	}
}
@media (max-width: 1199.98px) {
	.footer__nav {
		padding-left: 19px;
	}
}
@media (max-width: 1199.98px) {
	.footer__nav:nth-child(2) {
		padding-left: 0;
	}
	.footer__nav:last-child li {
		padding-right: 0;
	}
}
@media (max-width: 767.98px) {
	.footer__nav {
		padding-bottom: 30px;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.footer__nav:nth-child(4) > ul:after {
		display: none;
	}
	.footer__nav:nth-child(4) li {
		padding-right: 0;
	}
	.footer__nav:nth-child(5) {
		padding-left: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.footer__nav:nth-child(5) > ul:after {
		height: 138px;
	}
	.footer__nav:last-child {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}
	.footer__nav:last-child li {
		padding-right: 0;
	}
}
@media (max-width: 575.98px) {
	.footer__nav {
		width: 50%;
		padding-left: 0;
	}
	.footer__nav:not(:last-child) > ul:after {
		display: none;
	}
	.footer__nav > ul li {
		padding-left: 0;
	}
}

.footer__name {
	color: #545759;
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 18px;
}

.footer__list,
.footer > ul {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer__list--two-columns,
.footer > ul--two-columns {
	-webkit-column-count: 2;
	column-count: 2;
}
@media (max-width: 1199.98px) {
	.footer__list--two-columns,
	.footer > ul--two-columns {
		-webkit-column-count: 1;
		column-count: 1;
	}
}
.footer__list--two-columns > li,
.footer > ul--two-columns > li {
	width: 50%;
	padding-left: 5px;
}
@media (max-width: 1199.98px) {
	.footer__list--two-columns > li,
	.footer > ul--two-columns > li {
		width: auto;
	}
}
@media (max-width: 1199.98px) {
	.footer__list--two-columns > li,
	.footer > ul--two-columns > li {
		padding-left: 0;
	}
}
.footer__list > li,
.footer > ul > li {
	padding-right: 30px;
}
@media (max-width: 1199.98px) {
	.footer__list > li,
	.footer > ul > li {
		padding-right: 19px;
	}
}
.footer__list > li a,
.footer > ul > li a {
	color: #545759;
	white-space: nowrap;
	text-decoration: none;
}
.footer__list > li a:hover,
.footer > ul > li a:hover {
	text-decoration: underline;
}

.footer__copy-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 0;
	margin-left: 40px;
	list-style: none;
}
.footer__copy-nav > li:not(:last-child):after {
	content: "|";
	display: inline-block;
	margin: 0 12px;
}
.footer__copy-nav > li a {
	color: #fff;
	text-decoration: none;
}
.footer__copy-nav > li a:hover {
	text-decoration: underline;
}
@media (max-width: 767.98px) {
	.footer__copy-nav {
		margin: 10px 0;
	}
}

.footer-design {
	font-size: 14px;
	padding: 9px 0;
}
.footer-design__text {
	margin: 0;
	margin-right: 5px;
}
.footer-design__img {
	display: block;
	max-width: 118px;
	height: auto;
}
.footer-design__text a{
	color:#575555;
	font-size:15px;
	font-weight: bold;
	text-decoration:unset;
	transition: .3s all
}
.footer-design__text a:focus{
	outline:none
}
.footer-design__text a:hover{
	opacity:.7
}
.social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 22px;
	padding-left: 26px;
}
.social__item {
	margin: 0 9px;
}
.social__link {
	color: #fff;
	text-decoration: none;
}
.social__link:hover {
	opacity: 0.72;
}

.hbspt-form #label-email-459aa0ed-3e6f-4e58-9ae2-98bea4412cee {
	display: none;
}

.hbspt-form fieldset {
	max-width: none;
	margin-bottom: 20px !important;
}
.hbspt-form fieldset > * {
	position: relative;
}

.hbspt-form .hs-error-msgs {
	color: #ff0000;
	margin: 0;
	list-style: none;
}

.hbspt-form .form-columns-2 {
	margin: 0 auto;
	max-width: none;
}
.hbspt-form .form-columns-2 > * {
	padding: 0 25px;
	position: relative;
}
.hbspt-form select{
	background: transparent;
	border-radius: unset;
	border: none;
	border-bottom: 1px solid #979797;
	padding: 5px 0 15px;
	font-weight: 500;
	background-image: url("./img/down-thin-arrow.jpg");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 15px;
	background-size:18px;
	appearance:unset;
	webkit-appearance: unset

}
.hbspt-form input{
	font-weight: 500;
}
.hbspt-form textarea{
	resize: none;
	white-space: nowrap;
	min-height: 18px;
	height: 38px;
	background-color: transparent;
	padding: 5px 0 8px;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #979797;
}
.hs-fieldtype-textarea{
	padding: 0 10px 0 15px;
}
.hbspt-form fieldset{
	max-width:920px!important;
	margin: 0 auto
}
.hbspt-form fieldset.form-columns-1{
	margin: 43px auto 0px auto!important;
	padding:0 10px!important
}
.hbspt-form .input {
	margin-right: 0 !important;
}

.hbspt-form .inputs-list {
	margin: 0;
	list-style: none;
	padding: 0;
}

.hbspt-form .hs-dependent-field {
	margin-bottom: 13px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span{
	cursor:pointer
}
.legal-consent-container div{

	width:auto
}

.hbspt-form .hs-form-booleancheckbox {
	position: relative;

}
.form-columns-2  label{
	display:block;
	min-height:30px
}
.hbspt-form input[type="checkbox"] + span {
	text-align: left !important;
}
.hbspt-form input[type="checkbox"] + span:before {
	border: 1px solid #979797;
	border-radius: 3px;
}
.hbspt-form input[type="checkbox"] + span a{
	color:#545759;
	border-bottom: 1px solid #545759;
	text-decoration:none
}
.hbspt-form input[type="checkbox"] + span a:hover{

	border-bottom: none
}
.hbspt-form input[type="checkbox"] + span:before,
.hbspt-form input[type="checkbox"] + span:after {
	display: block;
	width: 22px;
	height: 22px;
	display: block;
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.hbspt-form input[type="checkbox"] + span:hover:before {
	border-color: rgba(0, 0, 0, 0.82);
}
.hbspt-form input[type="checkbox"] + span:after {
	content: "";
	opacity: 0;
}
.hbspt-form input[type="checkbox"]:checked + span:after {
	content: "";
	background-color: #f00;
	opacity: 1;
	text-align: center;
	width: 22px;
	height: 22px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/wp-content/themes/shamir/img/checkbox.png");
	border-radius: 3px;
}

.hbspt-form input[type="submit"]{
	background-image:none;
	background-color:#ff0000;

	font-size: 20px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
	padding:15px;
	border-radius:5px;
	border:none
}
.hbspt-form input[type="submit"]:hover {
	opacity: 0.82 !important;
}
.hs_submit{
	max-width:885px;
	margin: 0 auto
}
.subscribe h2 {
	margin-bottom: 0;
}
@media only screen and (max-width:575px){
	.section--partner h2 {
		font-size: 28px;
		margin-bottom:10px
	}
}
@media (max-width: 991.98px) {
	.subscribe h2 {
		margin-bottom: 7px;
	}
}

.subscribe h3 {
	margin-bottom: 0;
}
@media (max-width: 991.98px) {
	.subscribe h3 {
		letter-spacing: 0.03em;
		margin-bottom: 5px;
	}
}

.subscribe .hs-error-msgs {
	position: absolute;
	bottom: 0;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	color: #fff;
	white-space: nowrap;
}

.subscribe .hbspt-form {
	padding-left: 23px;
}

.subscribe .submitted-message {
	font-size: 23px;
}

.subscribe form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 991.98px) {
	.subscribe form {
		display: block;
		padding-left: 0;
		width: 100%;
	}
}

.subscribe input {
	min-width: 290px;
	padding: 5px 14px;
	letter-spacing: 0.03em;
}
@media (max-width: 991.98px) {
	.subscribe input {
		min-width: 330px;
		padding: 3px 13px;
	}
}
@media (max-width: 767.98px) {
	.subscribe input {
		min-width: 100%;
	}
}

.subscribe .actions {
	padding-left: 30px;
}
@media (max-width: 991.98px) {
	.subscribe .actions {
		padding-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding-top: 12px;
	}
}

.subscribe input[type="submit"] {
	min-width: 0;
	color: #fff;
	background-image: url(./img/bg-input-submit-white.svg);
	background-position: left;
	background-repeat: no-repeat;
}

@media (max-width: 991.98px) {
	.partner .hbspt-form {
		text-align: left !important;
		padding: 5px !important;
	}
}

@media (max-width: 991.98px) {
	.partner fieldset {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 991.98px) {
	.partner fieldset > * {
		padding-bottom: 8px !important;
	}
}

@media (max-width: 991.98px) {
	.partner input:not([type="submit"]) {
		width: 100% !important;
	}
}

@media (max-width: 991.98px) {
	.partner label {
		font-size: 13px;
	}
}

.partner .actions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
@media (max-width: 991.98px) {
	.partner .actions {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.lang {
	display: none;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	position: absolute;
	bottom: 0;
	z-index: 1;
	width: 100%;
	left: 0;
}
@media (max-width: 991.98px) {
	.lang {
		position: fixed;
		top: 82px;
		z-index: 1;
		width: 100vw;
		left: 0;
		height: calc(100% - 120px);
		background-color: white;
		z-index: 99999;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		overflow: auto;
	}
}
.lang__container {
	padding: 71px 87px 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
	.lang__container {
		background-color: transparent;
		padding: 9px 0 30px;
	}
}
.lang__title {
	letter-spacing: 0.015em;
	margin-bottom: 55px;
}
@media (max-width: 991.98px) {
	.lang__title {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: -0.004em;
		padding: 10px 17px 10px;
		border-bottom: 1px solid #d8dbde;
		margin-bottom: 0;
	}
	.lang__title * {
		margin: 0;
	}
}
.lang__btn {
	text-decoration: none;
	letter-spacing: 0.02em;
}
.top-bar .lang__btn{
	display: flex;
}
@media (max-width: 991.98px) {
	.top-bar .lang__btn {
		background-color: transparent;
		letter-spacing: -0.006em;
		padding: 15px 18px 1px;
		color: #FF0000;
		font-size: 18px;
		font-weight: 400;
		margin-bottom: 20px;
	}
	.lang__list{
		column-count: 2!important;
		padding: 0 20px 0 35px;
	}
	.lang__list .lang__link-country{
		color: #545759;
		font-size: 16px;
	}
	.lang__list-item{
		margin-bottom: 10px;
		padding-bottom: 0;
	}
	.lang__title h3{
		color: #545759;
		font-size: 18px;
		font-weight: 600;
	}
}
.lang__btn-icon {
	margin-right: 6px;
	width: 26px;
	height: 40px;
}
@media (max-width: 991.98px) {
	.lang__btn-icon {
		width: 16px;
		height: 22px;
		top: -6px;
		position: relative;
	}

}

.lang__group-title {
	font-weight: 700;
	padding-bottom: 24px;
}
@media (max-width: 991.98px) {
	.lang__group-title {
		font-weight: 400;
		padding-bottom: 3px;
		font-size: 14px;
		border-bottom: 1px solid #d8dbde;
	}
}
.lang__link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 22px;
}
@media (max-width: 991.98px) {
	.lang__link {
		margin-bottom: 0;
	}
}
.lang__icon-wrap {
	width: 21px;
	height: 21px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 10px;
}

.lang__link-icon {
	position: absolute;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
}
.lang__link-country {
	letter-spacing: 0.02em;
}
.lang__list-item {
	display: block;
}
@media (max-width: 991.98px) {
	.lang__list-item {
		padding-top: 4px;
		padding-left: 10px;
	}
	.lang__link-country {
		letter-spacing: 0em;
	}
	.lang__container br{
		display: none;
	}
}

.contact {
	padding-top: 88px;
	padding-bottom: 102px;
	min-height: 940px;
}
.contact__map {
	max-width: 100%;
	display: block;
}
.contact__headline {
	font-size: 18px;
}
.contact__headline h2 {
	margin-bottom: 0;
}
.contact__headline p:last-child {
	margin-bottom: 24px;
}
.contact__group {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.tabs__header.contact__group {
	margin-bottom:10px
}
.contact__nav.ui-tabs-active .contact__link {
	background-color: transparent;
	color: #ff0000;
	border-bottom:2px solid #ff0000;
	padding: 4px 20px 5px;
}
.contact__link:focus{
	outline:unset
}
.contact__link {
	display: block;
	border-bottom: 1px solid #d8dcde;
	text-decoration: none;
	padding: 5px 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #545759;
}
.contact__tab {
	padding-top: 19px;
	font-size: 15px;
	border-bottom: 1px solid #d0c8c8;
}
.contact__content {
	display: none;
}
.contact__content{
}
.contact__title {
	color: #545759;
	position: relative;
	line-height: 55px;
	font-size: 18px;
	border-top: 1px solid #d0c8c8;
	cursor: pointer;
}
.contact__title:before,
.contact__title:after {
	display: block;
	width: 15px;
	height: 15px;
	content: "";
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact__title:before {
	background-image: url("./img/icon-plus.svg");
}

.contact__title.ui-accordion-header-active {
	color: #ff0000;
}
.contact__title.ui-accordion-header-active:before {
	display: none;
}
.contact__list {
	margin: 0;
	padding: 0;
	list-style: none;
	padding: 17px 0;
}
.contact__item {
	margin-bottom: 7px;
}
.contact__action {
	color: #545759;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}
.contact__icon {
	margin-right: 6px;
	width:16px
}

/*E060820 single technologies*/
.single-technologies .section__thumbnail, .single-instruments .section__thumbnail{
	min-width: 82px;
	margin-right: 12px;
}
.single-technologies h1{
	margin-bottom:0
}
/*tech block1*/
.single-technologies .tech-block1-wrapper, .single-instruments .tech-block1-wrapper{
	position: relative;
}
.single-technologies .tech-block1-wrapper h3, .single-instruments .tech-block1-wrapper h3{
	margin: 55px 0 10px;
}
.single-technologies
.tech-block1-wrapper
.tech_description
img.tech_background{
	/*position: absolute;
	right: 0;
	top: 0;
	z-index: -1;*/
}
.single-technologies .tech-block1-wrapper .tech_description, .single-instruments .tech-block1-wrapper .tech_description{
	padding-top: 100px;
	width: 100%;
	padding-right: 400px;
	min-height: 770px;
}

/*tech block 2 benefits*/
.single-instruments .tech-benefits-wrapper{
	padding-bottom:60px
}
.single-technologies .tech-benefits-wrapper, .single-instruments .tech-benefits-wrapper{
	background-color: #545759;
	text-align: center;
}
.single-technologies .tech-benefits-wrapper h2, .single-instruments .tech-benefits-wrapper h2{
	padding: 100px 0 60px;
	text-align: center;
	color: white;
	display: block;
}
.single-instruments .tech-benefits-wrapper h2{
	padding: 80px 0 80px;
	margin-right: 20px;
	margin-bottom: 0;
	color: white;
	display: block;
}
.single-technologies .tech-benefits-wrapper h3, .single-instruments .tech-benefits-wrapper h3{
	line-height: 38px;
	margin: 0;
}
.single-technologies .tech-benefits-wrapper h3:after{
	content: "";
	width: 14px;
	height: 5px;
	display: block;
	margin: 5px auto 12px;
	background-color: white;
}
.single-technologies .tech-benefits-wrapper .tech-benefits-block, .single-instruments .tech-benefits-wrapper .tech-benefits-block{
	display: flex;
	justify-content: center;
}
.single-technologies
.tech-benefits-wrapper
.tech-benefits-block
.tech-benefits-icons,
.single-instruments
.tech-benefits-wrapper
.tech-benefits-block
.tech-benefits-icons{
	width: 370px;
	padding: 0 25px;
	color: white;
}
.single-technologies .tech-benefits-wrapper .btn, .single-instruments .tech-benefits-wrapper .btn{
	margin: 85px 0;
	color: white;
}
.single-technologies .tech-benefits-wrapper .btn:before, .single-instruments .tech-benefits-wrapper .btn:before{
	background: white;
}

/*tech block 3 how it works*/
.single-technologies .howitworks {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.single-technologies .howitworks .howitworks_description {
	width: 50%;
	margin-bottom: 40px;
}
.single-technologies .howitworks .howitworks_image, .text-right {
	width: 50%;
	text-align: right;
	margin-bottom: 40px;
}
.single-technologies .howitworks_image{
	padding-left:40px
}
@media only screen and (max-width:991px){
	.single-technologies .howitworks .howitworks_image{
		width:100%;
		padding-left:0
	}
}
/*tech girl section*/
.single-technologies .section--pro {
	padding-top: 120px;
	min-height: 480px;
}

/* More technologies scroll */
.single-technologies .more_technologies_scroll h2 {
	padding: 60px 0;
}
.single-technologies .technologies__item {
	padding: 0;
}
.single-technologies .technologies__content {
	padding: 0;
	padding-right: 80px;
	display: flex;
}
.single-technologies .technologies__img-wrap {
	margin-right: 15px;
}

/*    Lenses Category      */

.section.section__first-screen a:after{
	display: block;
	content: ' ';
	background-image: url(./img/arrow-thin.svg);
	background-size: contain;
	background-position: -10px 0.03em;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}
.career__header  a:after{
	content: unset!important
}

.section.section__first-screen a:before{
	content: unset
}
.section.section__first-screen {
	background-color: #f6f6f9;
	margin-top: 38px;
}
.single .section__first-screen {
	min-height: 404px;
}

/* First text block technologies lobby */
.ft_block{
	text-align:  center;
	margin: 30px 0 80px;
}
.ft_block span{
	text-align:  center;
	max-width: 900px;
	margin: auto;
	display: block;
	font-size: 18px;
}
/* First text block products lobby */
.term-38 .ft_block{
	margin: 80px 0;
}
.term-38 .ft_block span{
	max-width: 900px;
	font-size: 18px;
}

@media (max-width: 1199px) {
	.section.section__first-screen.tax__header {
		max-height: 575px;
	}
	.section.section__first-screen.tax__header .section__image{
		position: relative;
	}
	.section.section__first-screen.tax__header .container{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top:50%
	}
	.tax__header .top_video_banner,.tax__header .top_video_banner iframe{
		position: relative!important;
	}
	.section.tax__header{padding-top:0}
}
.bread {
	padding: 10px 0;
}

.lenses__content {
	padding-top: 40px;
}
.fashion__content-full  {
	padding-top: 0;
}
.lenses__img-bg {
	width: 100vw;
	min-height: 768px;
	background-size: cover;
	margin-bottom: 20px;
}
.lenses__title, .lenses__title h3 {
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 38px;
	line-height: 1.16;
	color: #545759;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}
.lenses__title h3{
	font-weight: 500;
	color: white;
	font-size: 38px;
	text-transform: none;
}
.lenses__title span{
	font-weight: 300;
}

.lenses__subtitle {
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 25px;
	line-height: 1.12;
	color: #545759;
	margin-bottom: 1rem;
}
.fashion__content__main .lenses__subtitle{
	color: white;
	text-transform: none;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.26;

}
.fashion__content__main .lenses__subtitle, .fashion__content__small .lenses__subtitle{
	margin-top: 65px;
}
.lenses__text {
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	line-height: 1.35;
	color: #545759;
	margin-bottom: 1rem;
}
.fashion__content__main .lenses__text{
	color:white;
	font-weight:300
}
.fashion__content__main .lenses__text p{

	line-height: 1.35;

}
.fashion__content-small .lenses__title h3, .fashion__content-small .lenses__text, .fashion__content-small .lenses__subtitle {
	color: #545759;
}
.lenses__btn {
	margin-top: 20px;
}

/*      Cat Products   */
.list__sections {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list__sections li {
	padding-bottom: 40px;
}
.section__title {
	font-family: inherit;
	font-size: 38px;
	text-align: center;
	color: #545759;

	margin: 52px auto 15px;
}
.section__title_p{
	margin-bottom: 60px;
}
.section__title_p *{
	margin-bottom: 0;
}
.produc__subtitle{
	padding-bottom: 12px;
	font-size: 18px;
}
.product__content-wrap {
	padding: 40px 40px 40px 50px;
}
.product__content-wrap .product__except p {
	margin-bottom: 0.5em;
}
.product__image-link{
	width: 100%;
	height: auto;

}
.product__title {
	font-family: inherit;
	font-size: 25px;
	line-height: 1.36;
	color: #545759;
	margin-bottom: 5px;
}
.product__subtitle {
	font-family: inherit;
	font-size: 20px;
	line-height: 1.35;
	color: #545759;
	margin-bottom: 3px;
}
.product__except {
	font-family: inherit;
	font-size: 16px;
	line-height: 1.44;
	color: #545759;
}

.category__list {
	list-style: none;
	padding: 0;
	margin: 0 0 100px 0;
}
.category__item {

	height: 301px;
	width: 100%;
	overflow: hidden;
	background-size: cover;

	margin-bottom: 50px;
}
.category__item .img_wrap{
	max-width: 590px;
	width: 100%;
	height: 100%;
	position: absolute;
}
@media only screen and (max-width:991px){
	.category__item .img_wrap{
		max-width: 670px;
	}
}
.category__item a:not(.img_wrap){
	padding-left: 29px;
}
/*.slider__products .swiper-button-next,.slider__products .swiper-button-prev{
	transform: translateY(-50%);
}
*/
.btn--lg {
	font-family: inherit;
	font-size: 25px;
	line-height: 1.36;
	color: #ffffff;
	z-index: 2;
}
.btn--lg:before {
	width: 26px;
	height: 52px;
	margin-right: 14px;
}
.overlay__img {
	position: relative;
	display:block
}
.overlay__img:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
	top: 0;
	left: 0;
	-webkit-transition: background-color ease-in-out 0.3s;
	-o-transition: ease-in-out 0.3s;
	transition: ease-in-out 0.3s;
}
.overlay__img:hover:before {
	background-color: rgba(0, 0, 0, 0.28);
}
.overlay__img.team__item-foto-wrap:before{
	content: unset
}

.team__item-name, .team__item-position{
	transition: .5s all
}
.team__item:hover .team__item-name{
	color:#ff0000
}
.team__item{
	background-color:#fff;
	margin-right:15px;
	padding-right:0;
	padding-left:0;
	margin-left:15px;
	transition: .5s all
}
.team__item{
	flex: 0 0 calc(25% - 30px)
}
.team__item-name, .team__item-position{
	padding: 0 15px
}
.team__item:hover{
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
/*    Single product */

.section__single-product {
	margin: 109px 0 154px;
}
.advantages__item {
	text-align: center;
	max-width: 320px;
	margin: auto;
}
.section__who {
	min-height: 769px;
}
.section__who .except a{
	margin-top: 10px;
	display: block;
	width: fit-content;
}
.section__who a{
	padding: 15px 20px;
	border-radius: 5px;
	background-color:#ff0000;
	color:white;
	font-size:20px;
}
.section__who a:after{

	content: unset;

}
.section__who a:hover, .section__who a:focus{
	opacity: .8!important;
	color:white;
}
.section__who a:hover:after, .section__who a:focus:after{
	transform: translateX(0);
}
.section__who a:before{
	content: unset
}
.section__explore {
	margin-bottom: 100px;
}
.headline__bg {
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 111px;
	background-color: #545759;
	font-family: inherit;
	font-size: 25px;
	line-height: 1.76;
	color: #ffffff;
}
.row__grey {
	width: 100%;
	height: 480px;
	text-align: center;
	color: #545759;
	text-transform: uppercase;
	background-color: #dddbde;
	justify-content: center;
	margin: 20px 0;
}
.categories__small {
	grid-auto-rows: 480px;
}

.categories__title {
	font-size: 38px;
	color: #ffffff;
	width: 320px;
	text-transform: uppercase;
}
.slider__products {
	padding-bottom: 150px;
	padding-top: 60px;
}
.slider__products .swiper-button-next,.slider__products .swiper-container-rtl .swiper-button-prev {
	right: -40px;
}
.slider__products .swiper-button-next:before, .slider__products .swiper-button-next:after{
	right:0;
}
.slider__products .swiper-button-prev,.slider__products .swiper-container-rtl .swiper-button-next {
	left: -40px;
}
.slider__products .swiper-button-prev:before,.slider__products .swiper-button-prev:after{
	left:0
}
.slider__products h3 *{
	color:#fff!important
}
.slider__content-wrap {
	max-width: 590px;
	height: 300px;
	width: 100%;
	position: relative;
}
.slider__img-wrap {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	background-size: cover!important;
}
.slider__title {
	padding-left: 29px;
}
.slider__link,
.slider__link:hover {
	text-decoration: none;
}
.swiper-button-prev:after {
	position: absolute;
	left: -50px;
	display: block;
	content: ' ';
	background-color:#ff0000;
	height: 30px;
	width: 2px;
	transform:rotate(135deg) translateX(0px) translateY(-15px)
}
.swiper-button-prev:before {
	position: absolute;
	left: -50px;
	display: block;
	content: ' ';
	background-color:#ff0000;
	height: 30px;
	width: 2px;
	transform:rotate(225deg) translateX(0px) translateY(15px)
}
.swiper-button-next:after {
	position: absolute;
	right: -50px;
	display: block;
	content: ' ';
	background-color:#ff0000;
	height: 30px;
	width: 2px;
	transform:rotate(-135deg) translateX(0px) translateY(-15px)

}
.swiper-button-next:before {
	position: absolute;
	right: -50px;
	display: block;
	content: ' ';
	background-color:#ff0000;
	height: 30px;
	width: 2px;
	transform:rotate(-225deg) translateX(0px) translateY(15px)

}
.slider__wrap {
	margin-top: 50px;
	position: relative;
}
@media only screen and (min-width:992px) and (max-width:1439px){
	.slider__wrap{
		width: calc(100% - 100px);

		margin-right: auto;
		margin-left: auto;
	}
}
@media only screen  and (max-width:991px){
	.slider__wrap{
		width: calc(100% - 30px);

		margin-right: auto;
		margin-left: auto;
	}
}
/*   News layout      */
.page-template-archive-news .row.even {
	flex-direction: row-reverse;
}

.page-template-archive-news .row.odd .col__small {
	margin-left: 20px;
	margin-right: 0px;
	min-height: 100%;
}
.page-template-archive-news .row.even .col__small {
	margin-left: 0px;
	margin-right: 20px;
	min-height: 100%;
}
.page-template-archive-news .news-content__recent .row {
	min-height: 586px;
	overflow: hidden;
	margin-bottom: 20px;
}
.page-template-archive-news,
.col__small,
.news-content__recent--item.news-page__item {
	height: 50%;
}
.page-template-archive-news,
.col__small,
.news-content__recent--item.news-page__item:first-child {
	padding-bottom: 10px;
}
.page-template-archive-news,
.col__small,
.news-content__recent--item.news-page__item:last-child {

}
.page-template-archive-news .news-content__recent--item.news-page__item {
	margin-bottom: 0;
}
.page-template-archive-news,
.col__small,
.news-content__recent--item.news-page__item.template--2:first-child {
	height: 100%;
	padding: 0 !important;
	margin: 0;
}
@media (max-width: 990.98px) {
	.col__lg,
	.col__small {
		width: 100%;
	}
	.odd .col__small {
		margin-left: 0px;
		margin-right: 0px;
	}
	.news-content__recent .row {
		max-height: none;
	}
	.page-template-archive-news,
	.col__small,
	.news-content__recent--item.news-page__item {
		height: 100%;
	}
	.news-content__recent .row:last-child {
		margin-bottom: 0;
	}
}
.bread-wrap {
	font-size: 14px;
}
.bread-wrap__item {
	text-decoration: none;
}

/*           Company pages           */
.section__partners{
	min-height:769px;
	background-size: cover;
}
.section__partners h2{
	text-align: left;
}

.section__about .section__content,
.section__partners .section__content {
	font-size: 20px;
}

.section__drives,
.section__about,
.section__glance{
	overflow:hidden
}
.section__title-left {
	margin-left: 0;
	text-align: left;
	margin-bottom: 9px;
}
.section__subtitle {
	margin: auto;
	text-align: center;
}
.section__slogan {
	font-size: 60px;
	line-height: 1.17;
	letter-spacing: -2.45px;
}
.text-white {
	color: #ffffff;
}
.text__akcent {
	color: #ff0000;
}
.section__drives {
	min-height: 600px;
	background-color: #f6f6f9;
}
.section__drives .advantages__item {
	padding: 0;
}
.section__drives .advantages__item .advantages__title:after {
	width: 15px;
	margin: 10px auto 10px;
}

.section__drives .advantages__item .advantages__text {
	height: 140px;
	opacity: 1;
}

.section__drives .advantages__title {
	height: 80px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.section__drives .advantages__title h3{

	min-height: 54px;
}

.section__partners,
.section__about {
	margin-bottom: 47px;
}
.section__partners .section__slogan {
	font-size: 50px;
	line-height: 1.17;
}
.counters__inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	margin: 50px 0 100px 0;
}
@media (max-width: 1139.98px) {
	.counter__item {
		width: 50%;
		margin: 25px auto;
	}
}
@media (max-width: 767.98px) {
	.counter__item {
		width: 100%;
	}
}
.count_number-wrap {
	font-family: PloniDL1.1AAA;
	font-size: 30px;
	line-height: 1.07;
	text-align: center;
	color: #ff0000;
}
.count_number {
	font-size: 60px;
}
.count_title {
	font-family: PloniDL1.1AAA;
	font-size: 25px;
	line-height: 1.12;
	text-align: center;
	color: #545759;
}

.section__history {
	background: #f6f6f9;
	margin: 100px auto 52px;
}
.container-tab {
	margin-top: 30px;
}
.section__glance .tab__title.current-tab{
	border-bottom: 2px solid #ff0000
}
.section__cocoen .tab__title.current-tab{
	border-bottom: 2px #ff0000 solid;
}
.tab__title {
	font-family: inherit;
	font-size: 25px;
	line-height: 0.92;
	text-align: center;
	color: #545759;
	padding: 17px 30px;
	border-bottom: 1px solid #d8dcde;
	/*transition: all 0.5s;*/
}
.academy  .tab__title a{
	padding: 17px 30px;
}
.academy  .tab__title{
	padding: 0;
}
.tab__title.current-tab, .tab__title:hover{
	color: #ff0000;

	cursor: pointer;
}
.section__history .tab__title.current-tab{
	border-bottom:2px solid #ff0000
}
.slide__item-img-wrap {
	width: 320px;
	height: 320px;
	background-color: #d8d8d8;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
}
.slide__item-img-wrap img {
	background-color: #d8d8d8;
}
.slide__item-your {
	text-align: center;
	font-family: inherit;
	font-size: 38px;
	line-height: 0.74;
	text-align: center;
	color: #ff0000;
	margin: 27px auto 20px;
}
.slide__item-text {
	width: 100%;
	height: 304px;
	font-family: inherit;
	font-size: 20px;
	line-height: 1.35;
	text-align: center;
	color: #545759;
}
@media only screen and (max-width: 575px){
	.slide__item-text {
		height: 260px;
	}
}
.slick {
	margin: 67px auto 27px;
	overflow: hidden;
}
.slick-slide {
	margin: 67px 40px 0;
}

.slick-list {
	margin-left: -30px;
	margin-right: -30px;
}
section.slider__wrap {
	max-width: 1280px;
	margin: auto;
	position: relative;
	left: 0;
	right: 0;
	transition: all 1s;
}

.slick-list.draggable {
	max-width: 1220px;
	margin: auto;
}

.slick__prev {
	position: absolute;
	width: 25px;
	height: 52px;
	display: block;
	top: 50%;
	margin-top: -70px;
	left: 0;
	cursor: pointer;
}

.slick__prev:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 26px;
	left: 13px;
	top: 0px;
	background-color: #545759;
	transform: rotate(45deg);
	transition: all 0.3s;
}
.slick__prev:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 26px;
	left: 13px;
	top: 17px;
	background-color: #545759;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
.slick__next {
	position: absolute;
	width: 25px;
	height: 52px;
	display: block;
	top: 50%;
	margin-top: -70px;
	right: 0;
	cursor: pointer;
}

.slick__next:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 26px;
	left: 13px;
	top: 0px;
	background-color: #545759;
	transform: rotate(-45deg);
	transition: all 0.3s;
}
.slick__next:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 26px;
	left: 13px;
	top: 17px;
	background-color: #545759;
	transform: rotate(45deg);
	transition: all 0.3s;
}
.slick__prev:hover:before,
.slick__prev:hover:after,
.slick__next:hover:before,
.slick__next:hover:after {
	background-color: #ff0000;
	transition: all 0.3s;
}

.buttons__group {
	display: flex;
	justify-content: center;
	padding-bottom: 121px;
	flex-wrap: wrap;
}
.item__button {
	margin: 0 15px 25px;
}

.btn_df {
	padding: 11px 15px;
	border-radius: 5px;
	border: solid 1px #ff0000;
	background-color: #ffffff;
	font-family: inherit;
	font-size: 20px;
	text-align: center;
	color: #ff0000;
	transition: all 0.5s;
	text-decoration: none;
}
.btn_df:hover {
	text-decoration: none;
	background-color: #ff0000;
	color: #ffffff;
	transition: all 0.5s;
}

.btn_df.active {
	background-color: #ff0000;
	color: #ffffff;
	transition: all 0.5s;
}
.btn_df.active:hover{
	background-color:#e60000
}
/*           Team page        */

.section__team {
	padding: 76px 0 71px;
}
.section__team .section__title {
	margin-bottom: 8px;
}
.section__team .section__content {
	text-align: center;
	font-size: 20px;
}
.section__management {
	background-color: #f6f6f9;
	padding: 96px 0 195px;
}
.tab__title{
	transition:.1s all
}
.section__management .tab__title.current-tab{
	border-bottom:2px solid #ff0000
}
.team_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style: none;
	justify-content: space-around;
	align-items: flex-start;
	margin: 0;
	padding: 80px 0 0;
}

.team__item {
	width: 100%;
	height: 470px;
	margin-bottom: 25px;
}
.team__item-wrap{
	max-width: 280px;
	margin: auto;
	width: 100%;
}

@media (max-width: 767.98px) {
	.team__item {
		margin: 0 auto 25px;
	}
}
.team__item-foto-wrap {
	width: 100%;
	height: 326px;
	overflow: hidden;
}
.team__item-foto-wrap img,
.team__foto-wrap img {
	object-fit: cover;
	height: 101%;
	width: 100%;
}
.team__foto-wrap {
	padding-right: 68px;
	height: calc(100vh - 100px);
}
.team__content {
	height: calc(100vh - 100px);
	padding-top: 60px;
	width: 100%;
}
.team__item-name,
.team__name {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.36;
	color: #535759;
	text-align: left;
	margin-top: 14px;
	transition: all 0.3s;
	margin-bottom: 10px;
}
.team__item:hover .team__item-name {
	opacity: 1;
	transition: all 0.3s;
}
.team__item{
	transition:.5s all!important
}
.team__item:hover{
	transform: translateY(-5px)!important
}
.team__item:hover .overlay__img:before {
	background-color: rgba(0, 0, 0, 0.28);
	transition: all 0.3s;
}
.modal__window {
	height: calc(100vh - 150px);
	width: 100vw;
	position: fixed;
	top: 151px;
	bottom: 0;
	left: 0;
	right: 0;
	background: transparent;
	z-index: 1;
	opacity: 1;
	transition-delay: 1s;
	transition-duration:1s;
	transform: translateZ(0) scale(1);
	transition-timing-function: ease;
	transition-property: opacity,transform;

}
.modal__window.is-visible{
	transition-delay:1s;
	transition-duration: 1s;
	transition-timing-function: ease;
	transform: translateZ(0) scale(0);
	opacity: 1;
	transition-property: opacity,transform;
}

.modal__window .container {
	position: relative;
}
.modal__window .no-gutter > [class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}
.modal__close {
	position: absolute;
	top: 65px;
	right: -25px;
	z-index: 100;
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
}
.modal__close:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #535759;
	transform: rotate(45deg);
	transition: all 0.5s;
}
.modal__close:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #535759;
	transform: rotate(-45deg);
	transition: all 0.5s;
}
.modal__close:hover:before,
.modal__close:hover:after {
	background: #ff0000;
	transition: all 0.5s;
}
.circle {
	width: 43px;
	height: 84px;
	object-fit: contain;
	background-color: #ec1d24;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	margin-bottom: 35px;
}
.team__name {
	color: #ff0000;
	font-size:28px
}
.team__item-position {
	font-family: inherit;
	font-size: 18px;
	line-height: 1.44;
	color: #545759;
	text-align: left;
	margin-top: 6px;
}
.team__position {
	max-width: 520px;
	font-family: inherit;
	font-size: 22px;
	line-height: 1.36;
	color: #545759;
	margin-bottom: 35px;
}
.team__work-desc {
	width: 90%;
	font-family: inherit;
	font-size: 20px;
	line-height: 1.5;
	color: #545759;
	margin-bottom: 25px;
	overflow: hidden;
	overflow-y: auto;
	max-height: calc(100% - 340px);
}
.team__work-desc{
	padding-right:20px
}
@media only screen and (max-width: 1199px){
	.team__work-desc {
		width: 510px;
	}
}
.social__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	width: 100%;
}
.social__item {
	margin: 0 7px;
}
.social__link {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-align: center;
	align-items: center;
	justify-content: center;
	display: flex;
}
.social__link i,
.social__link .fa {
	color: #ffffff;
}

.tab-container{
	width: 100%;
	display: flex;
	justify-content: center;

}
.container-tab{
	min-height: 700px;
}

#tab-content {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.tabcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	opacity: 0;
	transition-delay: 0.15s;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-property: opacity,transform;
}

.tabcontent:first-child {
	position: relative;
}
.tabcontent.tab-active {
	opacity: 1;
	transition-delay: 0.15s;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-property: opacity,transform;
	transform: translateZ(0);
}

@media only screen and (max-width:575px){
	.section__slogan {
		font-size: 38px;
	}
	.slide__item-img-wrap {
		width: 100%;
		height: 100%;
	}
	.btn_df{
		font-size:18px
	}
}
.tab__title{
	display:flex;
	align-items:center
}
#loading-spinner {
	display: none;
}
#loading-spinner.loading{
	display: block;
	position: fixed;
	z-index: 999999;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
#loading-spinner .spin-icon {
	margin: unset;
	width: 80px;
	height: 80px;
	border: solid 3px transparent;
	border-top-color:  #666;
	border-left-color: #666;
	border-radius: 80px;
	-webkit-animation: loading-spinner 500ms linear infinite;
	-moz-animation:    loading-spinner 500ms linear infinite;
	-ms-animation:     loading-spinner 500ms linear infinite;
	-o-animation:      loading-spinner 500ms linear infinite;
	animation:         loading-spinner 500ms linear infinite;
}

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

@-moz-keyframes loading-spinner {
	0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes loading-spinner {
	0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes loading-spinner {
	0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes loading-spinner {
	0%   { transform: rotate(0deg);   transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}
a.team__modal-link {
	text-decoration: none;
}
.team__social{
	bottom:40px;
	position: absolute
}
.team__foto-wrap{
	transform: translateY(100%);
	transition: .5s ease;
}
.team__content{
	transform: translateY(-100%);
	transition: .5s ease;
}
.team__foto-wrap.active,.team__content.active{

	transform: translateY(0px)!important;
}
.modal__window.is-visible{
	transform: unset;
	display: none;
}
.modal__window:not(.is-visible){
	display: block;
}
#team__modal .no-gutters .no-gutters{
	background-color:#fff
}
@media only screen and (min-width:992px){
	#team__modal .no-gutters .col-lg-6:first-child{
		max-width: calc(50% - 68px);
	}
	.team__foto-wrap{
		padding-right:0
	}
	#team__modal .no-gutters .col-lg-6:last-child{
		max-width: calc(50% + 68px);
		padding-left:68px;
		flex: 0 0 calc(50% + 68px);
	}
}
@media only screen and (max-width: 991px){
	.team__foto-wrap img{
		width:auto
	}
	.team__foto-wrap{
		display:flex;
		align-items:center;
		padding-right:0;
		height: calc(50vh);
		justify-content: center;
	}
	.modal__window{
		background-color:#fff
	}
	.team__work-desc{
		display:none
	}
	.team__social {
		bottom: 20px;
		position: relative;
	}
	.team__content{
		height:auto;
		width:348px;
		margin: 0 auto
	}
}
@media only screen and (max-width:767px){
	.modal__window{
		height: calc(100vh - 128px);

		top: 128px;
	}
}
@media only screen and (max-width: 575px){
	.circle {
		width: 23px;
		height: 44px;
		margin-bottom:15px
	}
	.team__name{
		font-size:18px
	}
	.team__position{
		font-size:20px;
		margin-bottom: 25px;
	}
	.team__content{
		padding-top:20px;
		padding: 0 10%;
		margin-top: 20px;
	}
	.modal__window{
		height: calc(100vh - 118px);
		width: 100vw;
		position: fixed;

	}
	.modal__close{
		right: 0px;
		top: 35px;
	}
	.team__content{
		width:auto;
	}
}
/* New Sun / Protective Lenses template css */
.fashion-lens__first__section .layer{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	opacity: 0.7;
	background-blend-mode: multiply;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2) 92%);
	z-index: 1;
}
.fashion-lens__first__section .position-relative{
	z-index: 2;
}
.fashion-lens_temp__section {
	padding: 54px 0 54px;
}
.fashion-lens_temp__section.section__team .section__title{
	margin-bottom: 20px;
	margin-top: 0;
}
.fashion__content-full .fashion__img-bg-full .fashion__content__main{
	padding:40px 65px 60px 85px;
	border: 1px solid white;

}
.fashion__content-small .fashion__content__main{
	border: none;
	padding:100px 85px 40px 65px;
}
.fashion__content-small{
	overflow: hidden;
}

.fashion__content-full .lenses__img-bg{
	margin-bottom: 0;
}
.fashion__img-bg-full .container{
	padding: 65px 15px;
}
.fashion__img-bg-full .container, .fashion__img-bg-full .row,.fashion__img-bg-full .fashion__content__main{
	height: 100%;
}

.fashion-lens_temp__section p{
	padding: 0 15% 80px 15%;
}
.fashion__container__link .btn:before{
	content: '';
	display: none;
}
.fashion__container__link .btn{
	font-size: 20px;
	font-weight: 300;
	color: white;
	text-decoration: none;
}
.fashion__container__link{
	display: flex;
	position: absolute;
	bottom: 30px;
	right: 65px;
	justify-content: flex-end;
}
.lenses__title h3:before{
	position: absolute;
	width: 38px;
	height: 76px;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	background: #ec1d24;
	display: inline-block;
	content: "";
	margin-right: 6px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	left: -50px;
	top:10px
}
.fashion__content-small .fashion__content__small-bg{
	min-height: 689px;
}
.fashion__content-small{
	padding: 35px 0;
}

.fashion__content-small .fashion__container__link .btn,.fashion__content-small .fashion__container__link .btn:after{
	color: #545759;
}

.red-color{
	color: #ec1d24!important;
}
.fashion__content-small .fashion__container__link .btn.red-color, .fashion__content-small .fashion__container__link .btn.red-color:after, {
	color: #ff0000;
}
.fashion__content-small .fashion__container__link .btn:after, .fashion__content-small .fashion__container__link .btn:before{
	background-color:#545759
}
.fashion__content-small .fashion__container__link .btn.red-color:after, .fashion__content-small .fashion__container__link .btn.red-color:before, .fashion__container__link .btn.red-color:before, .fashion__container__link .btn.red-color:after{
	background-color:#ff0000
}

.container {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
}
.fashion__categories{
	padding: 100px 0;

}

.fashion__content-small .lenses__text{
	margin-bottom: 4rem;
}

.fashion__categories h3{
	margin-bottom: 50px;
	color: #545759;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.11;
	text-align: center;
	font-family: "Ploni DL AAA", sans-serif;
}

.fashion__categories-block{
	position: relative;
}
.fashion__categories-block__helper:nth-of-type(1){
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	padding: 30px;
}

.fashion__categories-block .layer{
	background-color: rgba(84, 87, 89, 0.5);
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fashion__categories-block a{
	z-index: 2;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 25px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	color: white;
	text-decoration: none;
	left: 35px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.fashion__categories-block a:hover{
	color:#ffd1d1
}
.fashion__categories{
	overflow: hidden;
}
.fashion__categories-block a:before{
	width: 27px;
	height: 57px;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	background: #ec1d24;
	display: inline-block;
	content: "";
	margin-right: 6px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translateY(-50%);
}
@media only screen and (min-width: 1440px){
	.fashion__content-full .fashion__img-bg-full .fashion__content__main{
		min-width: 550px;

	}
}
@media (min-width: 576px) {
	.container-big{
		max-width: 550px;
	}
}

@media (min-width: 768px) {
	.container-big {
		max-width: 740px;
	}
}

@media (min-width: 992px) {
	.container-big {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
	.container-big {
		max-width: 1280px;
	}
}
.fashion__content-small{
	background-color: #f6f6f9;
}
.fashion__content-small .container-big .row{
	background-color: #fff;
}
.career_news{
	overflow:hidden
}
@media only screen and (min-width: 1600px){
	.new_container_1451{
		max-width: 1451px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1439.99px){
	.fashion__content-small .container-big .row{
		margin-left: 0;
		margin-right: 0;
	}

}
@media only screen and (max-width: 1199.99px){
	.lenses__title h3:before{
		position: absolute;
		width: 38px;
		height: 76px;
		border-radius: 0 100% 100% 0 / 0 50% 50% 0;
		background: #ec1d24;
		display: inline-block;
		content: "";
		margin-right: 6px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		left: -50px;
	}
	.fashion__content-small{
		padding-left: 15px;
		padding-right: 15px;
	}
	.fashion__img-bg-full .container {
		padding: 25px 15px;
	}
}
@media only screen and (max-width: 991px) {

	.fashion__img-bg-full .row{
		display: flex;
		justify-content: center;
	}
	.fashion-lens_temp__section .section__title{
		font-size: 27px;
	}
	.fashion-lens_temp__section .section__content{
		font-size: 16px;
	}
	.lenses__title h3{
		font-size: 28px;
	}
	.fashion__content__main .lenses__subtitle{
		font-size: 22px;
	}
	.fashion__content__main .lenses__text{
		font-size: 18px;
	}
	.lenses__title h3:before {
		position: absolute;
		width: 28px;
		height: 56px!important;
		border-radius: 0 100% 100% 0 / 0 50% 50% 0;
		background: #ec1d24;
		display: inline-block;
		content: "";
		margin-right: 6px;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		left: -40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.fashion__content-full .fashion__img-bg-full .fashion__content__main {
		padding: 40px 25px 40px 65px;
	}
	.fashion__content-small .fashion__content__main{
		padding: 40px 25px 0 65px;
	}

	.fashion__img-bg-full .container {
		padding: 65px 15px;
	}
	.fashion__container__link{
		right: 10%;
	}
	.section.section__first-screen{
		margin-top: 0;
	}
	.fashion__categories-block{
		margin-bottom: 50px;
	}
	.fashion__categories {
		padding: 60px 0;
	}
	.fashion__content__main .lenses__subtitle, .fashion__content__small .lenses__subtitle{
		margin-top: 35px;
	}
	.fashion__content-small .fashion__container__link{
		position: relative;
	}
	.fashion__content-small .lenses__text{
		margin-bottom: 0;
	}
}
.shamir-pro__support__first-title{
	padding: 95px 100px 95px;
	background: #f6f6f9;

}
.shamir-pro__support__tools{
	background-color: #fff;
}
.shamir-pro__support__first-title .row{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.shamir-pro__support__first-title h3{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.16;
	letter-spacing: normal;
	text-align: center;
	color: #ec1d24;
}
.shamir-pro__support__first-title p{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: center;
	color:#545759;
	margin-top: 15px;
	margin-bottom: 0;

}
.shamir-pro__support__tools{
	position: relative;
}
.shamir-pro__support__tools__form .w3eden *,.shamir-pro__support__tools__form .w3eden {
	position: relative;
	z-index: 1;
}
.shamir-pro__support__tools__form .w3eden div#wpdmreg{
	background-color: transparent;
	border: none;
}
.shamir-pro__support__tools .flex-wrap .col-6{
	margin-bottom: 55px;
}
.shamir-pro__support__tools .flex-wrap .col-6 svg{
	margin-bottom: 15px;
}
.shamir-pro__support__tools .w3eden #wpdmreg{
	max-width: 100%;
}
.shamir-pro__support__tools__bg{
	position: absolute;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: white;
	height: 100%;
	width: 100%;
	top: 0;
	bottom: 0;
	max-width: 100vw;
	margin-left: -13vw;

}
.shamir-pro__support__tools{
	padding: 50px 0 30px;
}

.shamir-pro__support__tools__links h3{
	margin-bottom: 30px;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.16;
	letter-spacing: normal;
	color: #fff;
}
@media only screen and (min-width: 1440px){
	.shamir-pro__support__tools__links h3 {
		font-size: 38px;
	}
}
.shamir-pro__support__tools__links{
	padding-top: 20px;
}
.shamir-pro__support__tools__form{
	padding-top: 40px;
}
.shamir-pro__support__tools__links a:focus {
	outline: unset;
}
.shamir-pro__support__tools__links span, .shamir-pro__support__tools__links a, .shamir-pro__support__tools__links p{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}
.shamir-pro__support__tools__links a span:after{
	display: block;
	content: ' ';
	background-image: url(./img/arrow-thin-brown.svg);
	background-size: cover;
	background-position: -13px 1px;
	background-repeat: no-repeat;
	height: 26px;
	width: 8px;
	-webkit-transition: transform ease-in-out 0.3s;
	-o-transition: transform ease-in-out 0.3s;
	transition: transform ease-in-out 0.3s;
	will-change: transform;
	bottom: 5px;
	position: relative;
	left: 8px;
}
.shamir-pro__support__tools__bg-desktop{
	position: absolute;
	display: none;
	right: 0;
	top: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 50%;
	height: 100%;
}
.shamir-pro__support__tools__bg{
	display: none;
}
.shamir-pro__support__tools .flex-wrap .col-6 span{
	flex-wrap: nowrap;

	align-items: flex-end;
	justify-content: flex-start;
	display:flex
}
.shamir-pro__support__tools .flex-wrap .col-6 span:hover:after{
	transform: translateX(5px);
}
.shamir-pro__support__tools__links a p{
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	.shamir-pro__support__tools__form .w3eden{
		background-image: none!important;
	}
}
.w3eden .alert-success{
	color: #333;
}
.w3eden .input-wrapper input,  .w3eden .input-wrapper.text-input-wrapper label,.w3eden .input-wrapper.password-input-wrapper label{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #545759!important;
	transition:.5s all;
}
.w3eden .form-group:not(.checkbox-privacy) .input-wrapper.password-input-wrapper label,.w3eden .form-group:not(.checkbox-privacy) .input-wrapper.text-input-wrapper label{
	position:absolute
}
.w3eden .form-group:not(.checkbox-privacy) .input-wrapper label{
	position: absolute;
	font-size: 16px;
	opacity: .7;
	transition:.3s all
}
.w3eden .form-group:not(.checkbox-privacy)  .input-wrapper.input-focused label,.w3eden .form-group:not(.checkbox-privacy) .input-wrapper.input-withvalue label
{
	transform: translateY(-100%);
	font-size: 12px;
	opacity: 0.62;
}
.w3eden .input-wrapper input,  .input-wrapper input:hover::placeholder,.input-wrapper input:focus::placeholder {
	font-size:14px;
	opacity:.8
}
.w3eden .input-wrapper{
	height: 55px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 450px;

}
.shamir-pro__support__tools__form__info{
	position: relative;
	z-index: 2;
	margin-left: 70px;
	padding: 35px 30px 25px;
	background-color: #fff;
}
.shamir-pro__support__tools__form__info h3{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 28px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.16;
	letter-spacing: normal;
	color: #545759;
	margin-bottom: 30px;
}
.shamir-pro__support__tools__form .w3eden div#wpdmlogin{
	background-color: transparent;
	border: none;
	padding: 0;
}
#loginform-submit:before, #loginform-submit:after{
	content: none;
}
#loginform-submit, #resetPassword-submit, #registerform-submit, #updatePassword-submit, #downloadCenter{
	margin-bottom: 25px;
	width: 100%;
	text-align: center;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px!important;
	font-weight: 500!important;
	color: #fff;
	height: 50px;
	border-radius: 5px;
	background-color: #ff0000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition:.3s all;
	margin-top:20px
}
.w3eden #wpdmlogin.already_logged_in{
	width:100%
}
.shamir-pro__support__tools__form__info #reg_form{
	font-weight: 500;
	font-family: "Ploni DL AAA", sans-serif;
}
.shamir-pro__support__tools__form__info #reg_form:after{
	content: unset;
}
#updatePassword-submit:before, #updatePassword-submit:after{
	content:unset
}
#updatePassword-submit:focus, #updatePassword-submit:hover{
	border:none
}
#registerform-submit{
	font-size: 18px;
	margin-bottom: 0!important;
}
#registerform-submit:before, #registerform-submit:after{
	content:unset
}
#registerform-submit i{
	display:none
}
.shamir-pro__support__tools__form .w3eden .fa-key{
	display:none
}
#resetPassword-submit:before, #wpdmlogin a:before{
	content: unset
}
#wpdmlogin .btn.btn-xs{
	font-size:12px
}
.login-form__redirect-buttons a:nth-child(1) {
	color: #545759;
	border-bottom: 1px solid #545759;
	font-size: 14px;
	font-weight: 700;
}
.shamir-pro__support__tools__form .w3eden p {
	color:#fff
}
.download_manager__archive .w3eden p{
	margin: 10px 35px 15px 15px;
}
.login-form__redirect-buttons a{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 16px;
	line-height: 1.19;
	text-align: center;
	border-bottom: 1px solid #fff;
	color: #fff;
	transition: .3s!important;
}
.login-form__redirect-buttons a:hover{
	opacity: .4!important;
	text-decoration: unset;
}

.shamir-pro__support__tools__form__info p:nth-of-type(1){
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: normal;
	color: #545759;
	margin-bottom: 35px;
}
.w3eden div#wpdmlogin{
	background-color: red;
}
.shamir-pro__support__tools__form__info p:last-child{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.7;
	letter-spacing: normal;
	color: #545759;
	margin-bottom: 35px;
}
.w3eden .form-group{
	margin-bottom: 20px;
}
.w3eden .checkbox-privacy .input-wrapper{
	background-color: transparent!important;
	border: none!important;
	height: auto;
	padding-left: 0;
}
.w3eden .input-wrapper label{
	color: #545759;
	font-family: "Ploni DL AAA", sans-serif;
}
#wpdmlogin a{
	font-family: "Ploni DL AAA", sans-serif;
}
.w3eden .input-wrapper input:-webkit-autofill,.w3eden .input-wrapper input:-internal-autofill-selected {
	box-shadow: inset 0 0 0 50px white!important;;
	-webkit-box-shadow: inset 0 0 0 50px white!important; /* цвет вашего фона */
	background-color: #fff!important;
}
#wpdmlogin div, #wpdmlogin h3{
	color: #47505A;
	padding-left: 0;
	padding-right: 0;
	font-family: "Ploni DL AAA", sans-serif;
}
.mail_success_svg{
	background-color: #F6F6F9;
	border-radius: 50%;
	padding: 25px!important;

	width: max-content;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
#wpdmlogin .text-muted{
	color:white!important;
}
.w3eden button:focus{
	outline: unset;
}
#loginform-submit{
	transition: .3s ease;
}
#loginform-submit:hover{
	background-color: #ed9b9b;
	opacity: 1!important;
}
#wpdmlogin * {
	max-width: 370px;
}
.w3eden .form-group.checkbox-privacy {
	width: 100%;
	margin: 15px auto;
	position: relative;
	display: block;
	margin-bottom: 35px;
}
.checkbox-privacy label span, .checkbox-privacy label span a{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	color: #fff;
	transition: .3s ease;
}
.checkbox-privacy label span a{
	border-bottom: 1px solid #fff;


}
.checkbox-privacy label span a:hover{
	color: #fff;
	border-bottom: 0;
	text-decoration: unset;
}
.checkbox-privacy label {
	position: relative;
	min-height: 34px;
	display: block;
	padding-left: 40px;
	margin-bottom: 0;
	cursor: pointer;

}
.checkbox-privacy label span {
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
}


.checkbox-privacy .input-wrapper label{
	opacity: 1;
}
.checkbox-privacy label:after {
	content: "";
	display: block;
	width: 10px;
	height: 5px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg) scale(0);
	transition: transform ease 0.25s;
	position: absolute;
	top: 12px;
	left: 10px;
}

.checkbox-privacy input[type=checkbox] {
	width: auto;
	opacity: 1e-8;
	position: absolute;
	left: 0;
	margin-left: -20px;
}
.checkbox-privacy input[type=checkbox]:checked ~ label:before {
	border: 1px solid #fff;
}
.checkbox-privacy input[type=checkbox]:checked ~ label:after {
	transform: rotate(-45deg) scale(1);
}
.checkbox-privacy input[type=checkbox]:focus + label::before {
	outline: 0;
}



.shamir__instrument{
	padding: 104px 0;
	background-color: #f6f6f9;

}
.shamir__instrument h3{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 38px;
	font-weight: 500;

	line-height: 1.16;

	text-align: center;
	color: #ec1d24;
	margin-bottom: 80px;
}
.shamir__instrument h4{

	font-family: "Ploni DL AAA", sans-serif;
	font-size: 25px;
	line-height: 1.12;
	text-align: center;
	color: #ff0000;
	margin: 20px 0;
	font-weight: 500;
}
.shamir__instrument p{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	color:#545759;
	margin-bottom: 20px;

}
.shamir__instrument a{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #ff0000;
	text-decoration: unset;
	position: relative;
	text-align: center;

	transition:.3s all
}
.shamir__instrument a.arrow-link{
	display: flex;
	align-items: center;
	justify-content: center;
}
.player .vp-controls-wrapper{
	display: none;
}
.shamir__instrument a:hover:after{
	transform: translateX(10px);
}

.shamir__instrument .col-lg-4{
	padding: 20px;
}
.shamir__instrument__img img{
	border-radius: 50%;
	max-width: 235px;
}
.top_video_banner{
	background: #eee;
	height: 100%;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 100%;
}
.top_video_banner iframe{
	width: 100%;
	height: 100%;
}
.home .categories{
	overflow: hidden;
}
.w3eden .color-primary,.w3eden .color-info{
	color: white!important;
	font-size: 16px;
}
.panel-footer a{
	font-size: 16px!important;
}
@media only screen and (min-width: 1440px) {
	.top_video_banner iframe {
		box-sizing: border-box;
		display: block;
		height: 56.25vw;
		left: 50%;
		min-height: 100%;
		min-width: 100%;
		transform: translate(-50%, -50%);
		position: absolute;
		top: 50%;
		width: 177.77777778vh;
		min-height: 100vh!important
	}
	.top_video_banner{

		top: 0;
		left: 0;

	}
}

@media only screen and (max-width: 991px){
	.fashion__content-small .fashion__content__small-bg{
		position: relative;
	}
	.fashion__content-small .fashion__content__small-bg {
		min-height: 300px;
	}
	.fashion__content-small__container{
		min-height: 689px;
	}
	.fashion__content-small{
		padding-left: 30px;
		padding-right: 30px;
	}

	/* IDK
	.fashion__content-small__container p, .fashion__content-small .lenses__title h3, .fashion__content-small .lenses__text, .fashion__content-small .lenses__subtitle{
	color: #fff;
}
	.fashion__content-small .fashion__container__link .btn, .fashion__content-small .fashion__container__link .btn:after{
	color: #fff;
}
	*/
	.shamir-pro__support__tools .flex-wrap .col-6 span{
		display: flex;
	}
	.shamir-pro__support__tools__links h3,.shamir-pro__support__tools__links a span{
		text-align: center;
	}
	.shamir-pro__support__tools__links a{
		align-items: center;
		justify-content: center;
	}

	.shamir__instrument .col-lg-4{
		margin-bottom: 45px;
	}
	.shamir-pro__support__tools__form__info{
		max-width: 450px;
		margin-left: 0;
	}
	.shamir-pro__support__tools__form{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 50px;
	}
	.shamir-pro__support__tools{
		padding: 50px 0 0;
	}

	.shamir-pro__support__tools__bg{
		top: auto;
		bottom: 0;
		position: absolute;
		left: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: transparent;
		height: 100%;


		max-width: 100vw;
		margin-left: 0;
	}
}



@media only screen and (max-width: 767px){
	.shamir__instrument h3{
		margin-bottom: 40px;
	}
	.shamir__instrument{
		padding: 50px 15px 0 15px;

	}
	.shamir-pro__support__tools__form__info h3, .shamir__instrument h3{
		font-size: 24px;
		margin-bottom: 20px;

	}
	.shamir__instrument h4{
		font-size: 20px;
	}
	.shamir__instrument p{
		font-size: 18px;
	}
	.shamir__instrument .col-lg-4{
		padding: 20px 0;
	}
	.shamir-pro__support__tools__form__info p:nth-of-type(1){
		font-size: 16px;
		margin-bottom: 35px;
	}
	.shamir-pro__support__tools__form__info p:last-child{
		font-size: 18px;
		margin-bottom: 25px;
	}

	.shamir-pro__support__first-title{
		padding: 95px 15px 95px;
	}
	.shamir-pro__support__first-title h3{
		font-size: 22px;
	}
	.shamir-pro__support__first-title p{
		font-size: 16px;
	}
	.shamir-pro__support__tools__links span, .shamir-pro__support__tools__links a{
		font-size: 20px;
	}
	.shamir-pro__support__tools .flex-wrap .col-6 span{

		width: min-content;
	}
	.shamir-pro__support__tools__links a span:after{
		display: block;
		content: ' ';
		background-image: url(./img/arrow-thin-brown.svg);
		background-size: cover;
		background-position: -13px 1px;
		background-repeat: no-repeat;
		height: 26px;
		width: 15px;
		-webkit-transition: transform ease-in-out 0.3s;
		-o-transition: transform ease-in-out 0.3s;
		transition: transform ease-in-out 0.3s;
		will-change: transform;
		bottom: 2px;
	}
}
@media only screen and (max-width: 575px){

	.w3eden .row{
		margin-left: 0;
		margin-right: 0;
	}
}



/* 311020 colors page */
.constructor__title {
	margin: 56px 0 114px;
	padding: 0 30px;
}
.constructor__title .row{
	display: flex;
	align-items: center;
	justify-content: center;
}
.constructor__title h2{
	margin-bottom: 20px;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 38px;
	font-weight: 500;

	line-height: 0.74;

	text-align: center;
	color:#545759
}

.constructor__title p{
	padding: 0 15%;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.35;
	text-align: center;
	color:#545759
}


.radio__container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.radio__container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: relative;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
	background-color: #eee;
	border-radius: 50%;
}
.checkmark{
	transition: 0.3s;
}
/* On mouse-over, add a grey background color */
.radio__container:hover input ~ .checkmark {
	opacity: 0.7;
}

/* When the radio button is checked, add a blue background */
.radio__container input:checked ~ .checkmark {
	border: solid 1px #979797;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	opacity: 0;
	transition: 0.3s;
}

/* Show the indicator (dot/circle) when checked */
.radio__container input:checked ~ .checkmark:after {
	opacity: 1;
}

/* Style the indicator (dot/circle) */
.radio__container .checkmark:after {

	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #979797;
	transform: translate(-50%, -10%);
}
.constructor__main .tabcontent{
	transform: translate3d(0,0,0);
	transition-delay: 0s;
	transition-duration: 0.5s;
	z-index: 1;
}
.constructor__main .tabcontent.tab-active {
	z-index: 2;
	opacity: 1;
	transform: translateX(0px);
	transition-delay: 0.5s;
	transition-duration: 0.5s;
}
.checkmark{
	box-shadow: 0 2px 4px 0 #d8dcde;
}
.radio__container span{
	margin-top: 15px;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.64;
	text-align: center;
	color:#545759;
}
.constructor__main  .tab__title,.constructor__main .tab__title{
	opacity: 0.7;
}
.constructor__main  .tab__title.current-tab{
	opacity: 1;
}
.tab-container{
	margin-top: 35px;
}
#tab-content{
	margin-bottom: 50px;
	margin-top: 25px;
}
.section__history #tab-content{
	margin-bottom: 0;
}
.lang__btn{
	align-items: center;
	width: fit-content;
}
.constructor__main__image-container__nav{
	padding-top: 10px;
}
.constructor__main  .tab__title.current-tab{
	border-bottom: 3px solid #ff0000;
	color:#545759;

}
.checkmark{
	display: block;
}
.mirror_lens_img{
	position:absolute;
	height:100%
}
.mirror_lens_img img{

	mix-blend-mode: multiply;
	width: 230px;
	position: relative;
	display: block;
	top: 23.5%;
	left: 2%;
	z-index: 3;
	opacity: 0;
}
.constructor__main__image-container__nav{
	display: flex;
	justify-content: center;
	align-items: center;
}
.constructor__main__image-container__nav label{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column-reverse;
}
.constructor__main__info h3{

	font-family: "Ploni DL AAA", sans-serif;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.76;
	color:#545759;
}

.constructor__main__info p{

	font-family: "Ploni DL AAA", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.7;
	color:#545759;
}
.constructor__main__info p:nth-of-type(2){

	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 25px;
}
.constructor__main__info h4{

	font-family: "Ploni DL AAA", sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 30px;
	line-height: 1.08;
	color:#ff0000;
}
.constructor__main__info__select-color{
	margin-bottom: 30px;
}
.constructor__main__info .constructor__main__image-container__nav{
	padding-top: 0;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.constructor__main{
	overflow: hidden;
}
.constructor__main__info .radio__container{
	padding-left: 0;
}
@media only screen and (min-width: 768px) {
	.constructor__main__info .radio__container{
		width: 90px;
	}
}
.constructor__main__image-container__navigation-container{
	position: absolute;
	bottom: 0;
	left: -2px;
	width: calc(100% - 7px);
	background-color: #f6f6f9;
	z-index: 2;

}
.constructor__main__info{
	padding-left: 50px;
}
.constructor__main .row{
	min-height: 790px;
}
.cls-2{
	position: relative;
	z-index: 2;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	mix-blend-mode: multiply;
}
#girl__glasses-image{
	position: absolute;
	left: 0;
	top:0
}
#glass_svg{

	width: 230px;
	mix-blend-mode: multiply;
	z-index: 2;
	position: relative;
	transform: translateY(-21%) translateX(2%);

}
.constructor__main__image-container{
	padding-left: 0;
}
.constructor__main__image-container__img{
	height: 100%;
	display: flex;
	position: relative;
	justify-content: center;
	max-height:790px
}
#girl__glasses-image{
	width: 100%;
}
.constructor__main__image-container__nav svg{
	width: 0px;
	height: 0;
}
.radio__container:first-child{
	margin-left: 0;
	padding-left: 0;
}
.fashion__categories-block__helper:hover .fashion__categories-block a:before {
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg);
}
@media only screen and (max-width: 1200px){
	#glass_svg {
		width: 178px;
		transform: translateY(-27.3%) translateX(2%);
	}
	.constructor__main__info {
		margin-top: 0;
		margin-bottom: 40px;
	}
	.constructor__main__image-container__navigation-container{
		bottom: 25%;
	}
	.mirror_lens_img img {
		width: 178px;

		top: 16%;
	}
}

@media only screen and (max-width: 991px){
	.mirror_lens_img img {
		width: 275px;
		top: 27.5%;
	}
	.constructor__main .row{
		flex-wrap: wrap-reverse;
	}
	.constructor__main__image-container__img{
		height: auto;
	}
	#glass_svg{
		position: absolute;
	}
	#girl__glasses-image{
		position: relative;
	}
	.constructor__main__info {
		padding-left: 0;
	}
	.constructor__main__info{

		margin-top: 40px;
	}
	.constructor__main__image-container__navigation-container{

		bottom: -1px;
	}
	.constructor__main__image-container__navigation-container{
		left: -1px;
		width: calc(100% - 8px);
	}

	.constructor__main__image-container__navigation-container {
		position: absolute;
	}
	.constructor__title {
		margin: 56px 0 20px;
	}
	#glass_svg {
		width: 270px;
		transform: translateY(217px) translateX(2%);
	}
	.tab-container {
		margin-top: 15px;
	}
	#tab-content {
		margin-bottom: 10px;
		margin-top: 15px;
	}

}
@media only screen and (max-width: 767px){
	.constructor__main__image-container__navigation-container {
		position: relative;
	}
	.mirror_lens_img img {
		width: 200px;
		top: 27.5%;
	}
	#glass_svg {
		width: 207px;
		transform: translateY(173px) translateX(2%);
	}
	.constructor__main__image-container__img{
		margin-bottom: 60px;
	}
	.constructor__title h2{
		font-size: 24px;
		line-height: 1.24;
	}
	.constructor__title p{
		font-size: 18px;
		padding:0
	}
	.constructor__title {
		margin: 36px 0 0;
	}
	.radio__container{
		padding-left: 10px;
	}
	.constructor__main__image-container__nav{
		flex-wrap: nowrap;
		overflow: auto;
	}
	.constructor__main__image-container__img{
		height: auto;
	}

}

@media only screen and (max-width: 575px){
	.mirror_lens_img img {
		width: 38.7%;
		top: 27%;
		left: 0.6%;
		margin: 0 auto;
	}
	#glass_svg {
		width: 38.5%;
		transform: translateY(223%) translateX(2%);
	}
	.constructor__main__image-container__img {
		margin-bottom: 100px;
	}
	.radio__container {
		padding-left: 10px;
	}
	.radio__container span {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.constructor__main__image-container__nav{
		padding-right: 0;

		justify-content: center;
	}
	.constructor__main__image-container__navigation-container{
		left: -1px;
		width: calc(100% + 2px);
		bottom: -1px;
	}
	.radio__container span{
		font-size: 12px;
	}
	.checkmark {
		height: 32px;
		width: 32px;
	}
	.radio__container .checkmark:after {
		width: 40px;
		transform: unset;
		height: 40px;
	}
	.constructor__main .row{
		margin-right: 5px ;
		margin-left: 5px;
	}
	.constructor__main__image-container{
		padding-right: 0;
	}
}
.fashion__categories-block:last-child{
	margin-bottom: 0;
}
.fashion__categories-block h3{
	z-index: 2;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 27px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	color: white;
	text-decoration: none;
	left: 35px;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin-bottom: 0;
}
.fashion__container__link  .btn:after, .fashion__container__link  .btn:before{
	display: block;
	content: ' '!important;
	background-color:white;
	height: 1px;
	width: 8px;
	position: absolute;
	right: -20px;
	transition: .3s all
}

.fashion__container__link  .btn:hover:after, .fashion__container__link  .btn:hover:before{
	right:-25px
}
.fashion__container__link .btn:before {
	transform: rotate(-45deg) translateX(-3px) translateY(0px);
}
.fashion__container__link  .btn:after {
	transform: rotate(45deg) translateX(-4px) translateY(-1px);

}

.fashion__categories-block h3:hover{
	color:#ffd1d1
}
.fashion__categories{
	overflow: hidden;
}
.fashion__categories-block a{
	left: 0;
}
.fashion__categories-block__helper:hover h3:before{
	-webkit-transform: rotate3d(0, 1, 0, -180deg) translateY(-50%);
	transform: rotate3d(0, 1, 0, -180deg) translateY(-50%);
}
.layer{
	transition: .3s;
}
.fashion__categories-block__helper:hover .layer{
	background-color: rgba(84, 87, 89, 0.7);
}

.fashion__categories-block h3:before{
	width: 27px;
	height: 54px;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	background: #ec1d24;
	display: inline-block;
	content: "";
	margin-right: 6px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: translateY(-50%);
}
.constructor__main{
	overflow: hidden;
}
.constructor__main__image-container__navigation-container{
	min-height: 300px;
}
#tab-content{
	transition-delay: 0.3s;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-property: opacity,transform;
}
@media only screen and (max-width: 991px) {
	.constructor__main__image-container__navigation-container{
		min-height: 225px;
	}
}
@media only screen and (max-width:575px){
	.fashion__categories-block h3{
		left: 25px;
		text-align: left;
	}
}
.page-id-2199 .fashion__categories .fashion__categories-block a:before{content: unset}



/*S031120 Cocoen page coating */
.header__subtitle{
	margin-bottom: 10px;
}
.slider__title:after{
	content: unset;
}
.slider__title{
	margin-bottom: 0;
}

.categories__title{
	max-width: 445px;
}
.section__cocoen .tabcontent.tab-active, .section__cocoen .tabcontent{
	transform: unset;
	transition-duration: 0.5s;
}
.cocoen-drag:before {
	content: "";
	position: absolute;
	background: url(./img/cocoenIcon.png) 0 0 no-repeat;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 60px;
	border: none;
	margin-left: -28px;
	margin-top: -25px;
}
.cocoen-drag {
	width: 15px;
	background: transparent url(./img/cocoenLine.png) 1px 0 repeat-y;
	margin-left: -5px;
}
.tabcontent.tab-active{
	z-index: 2;
}
.section__cocoen{
	padding: 50px 100px;
}
.cocoen_text span {
	font-size: 22px;
	font-family: "Ploni DL AAA", sans-serif;
}
.cocoen_text{
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.section__cocoen .row{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section__cocoen .row p{
	font-size: 20px;
	padding: 0 15%;
	text-align: center;

}
.section__cocoen .row p:nth-of-type(1){
	margin-top: 20px;
	margin-bottom: 10px  ;
}
.section__cocoen .row p:nth-of-type(2){
	padding: 0 15%;
}
@media only screen and (max-width: 991px) {
	.section__cocoen .row p:nth-of-type(1){
		padding: 0 0;
	}
	.section__cocoen .row p:nth-of-type(2){
		padding: 0 6%;
	}
	.section__cocoen .tab__title{
		font-size: 18px;
		padding: 15px 20px;
	}
}

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

	.section__cocoen .tab__title{
		font-size: 16px;
	}
	.section__who h2{
		font-size: 18px!important;
	}
	.section__who h4{
		font-size: 22px!important;
	}
	.slider__products{
		padding: 20px;
	}
	.slider__products .container{
		padding:0
	}
	.swiper-button-prev:after, .swiper-button-prev:before{
		left: -40px;
	}
	.swiper-button-next:after, .swiper-button-next:before{
		right: -40px;
	}
	.section__cocoen{
		padding: 0;
		margin-top: 40px;
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 575px) {
	.section__cocoen .row p {
		font-size: 14px;
	}
	.categories__title{
		width: 100%;
	}
	.cocoen_text span {
		font-size: 14px;

	}
	.cocoen_text{
		padding: 0 10px;
	}
	.section__cocoen .tab__title{
		font-size: 12px;
		padding: 15px 10px;
	}
}
.section__explore a:before{
	width: 26pxpx;
	height: 57px;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	background: #ec1d24;
	display: inline-block;
	content: "";
	margin-right: 10px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.section__explore a:hover:before{
	transform: unset!important
}
.section__explore a:after{
	display: block;
	content: ' ';
	background-image: url(./img/arrow-thin-white.svg);
	background-size: contain;
	background-position: -13px 0.03em;
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
	position: relative;
	left: 7px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.section__explore a:hover:after{
	transform: translateX(5px)
}
.section__explore a{
	display: flex;
	align-items: center;
	text-decoration: unset;
	font-size: 25px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
/*S061120*/
.single-instruments .section--page-contact p{
	margin-bottom: 10px;
}
.single-instruments .section--page-contact a{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #ff0000;
	text-decoration: unset;
}
.single-instruments .section--page-contact a:after {
	content: "\003E";
	display: inline-block;
	margin-left: 7px;
	-webkit-transition: transform ease-in-out 0.3s;
	-o-transition: transform ease-in-out 0.3s;
	transition: transform ease-in-out 0.3s;
	will-change: transform;
}
.single-instruments .section--page-contact a:hover:after{
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.tech-benefits-icons p span{
	font-weight: bold;
}
.tech-benefits-icons p{
	margin-bottom: 0;
	padding: 0 56px
}
.tech-benefits-icons img{
	margin-bottom: 20px;
}
.tech-benefits-wrapper .row{
	display: flex;
	justify-content: center;
}
.single-instruments .tech-benefits-wrapper .tech-benefits-block{
	flex-wrap: wrap;
}
.single-instruments .tech-benefits-wrapper .tech-benefits-block .tech-benefits-icons{
	margin-bottom: 80px;
}
.single-instruments .tech-benefits-wrapper h3:after{
	content: unset;
}
.tech_description p{
	margin-bottom: .7em;
	font-size: 16px;
}
.single-instruments .tech-block1-wrapper .tech_description.full_tech{
	padding-right: 0;
	display: flex;
}
.single-instruments .tech-block1-wrapper .tech_description.full_tech img{
	position: relative;
	right: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	max-height: 500px;
	height:max-content
}
.tech-benefits-wrapper a{
	background-color:transparent;
	border-radius: 5px;
	padding: 10px 42px;
	color: #fff;
	text-decoration: unset;
	margin-bottom: 80px;
}
.tech-benefits-wrapper a:before{
	width: 7px;
	height: 14px;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	background: #fff;
	display: inline-block;
	content: "";
	margin-right: 6px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	top: 2px;
	position: relative;
}
.tech-benefits-wrapper a:hover:before{
	-webkit-transform: rotate3d(0, 1, 0, -180deg);
	transform: rotate3d(0, 1, 0, -180deg);
}
.tech-benefits-wrapper a:hover:after{
	transform:translate(5px)
}
.howitworks{
	overflow:hidden
}
.tech-benefits-icons{
	margin-bottom:60px
}
a.red_button, button.red_button{
	background-color: #ff0000;
	border-radius: 5px;
	padding: 10px 42px;
	color: #fff;
	text-decoration: unset;

}
a.red_button:before, button.red_button:before{
	content: unset;
}
a.red_button:after, button.red_button:after{
	content: unset;
}
a.red_button:hover:after, button.red_button:hover:after{
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
.tech_features{
	background-color: #f6f6f9;

}
.tech_features h2{
	margin: 85px 0 105px 0;
}
.tech_features h2{
	text-align: center;
}
.tech_description{
	flex-wrap: wrap;
}

.tech_features .row ul{
	margin: 0;
}
.tech_features li{
	list-style: none;
	border-top: solid 2px #e6e6e6;
	padding-top: 10px;
	padding-bottom: 40px;
}
.tech_features p{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 25px;
	line-height: 1.36;
	color: #545759;
}
.tech_features p span{
	font-weight: 600;
}
.tech_features{
	padding-bottom: 60px;
}
.display-block_mobile{
	display: none;
}
@media only screen and (max-width: 991px){
	.single-technologies .tech-block1-wrapper .tech_description{
		height: auto;
	}
	.tech_features h2{
		margin: 45px 0 55px 0;
	}
	.single-technologies .tech-block1-wrapper .tech_description{
		padding-top: 40px;
	}
	.tech_description p:last-of-type{
		margin-bottom: 30px;
	}
	.tech-benefits-wrapper {
		margin-top: 5em !important;
	}
	.single-technologies .tech-block1-wrapper .tech_description.full_tech img{
		max-height: unset;
	}
	.display-none_mobile{
		display: none;
	}
}
@media only screen and (max-width: 575px){
	.single-technologies .tech-benefits-wrapper .tech-benefits-block .tech-benefits-icons{
		width: auto;
	}
	.display-block_mobile{
		display: flex;
	}
}
.single-technologies .shamir__instrument{
	background-color: #fff;
}
.shamir__instrument .row{
	display: flex;
	justify-content: center;
	align-items: unset;
}
.slider__title:hover:before{
	transform: unset;
}
.slider__link:hover .slider__title:before{
	transform: rotate3d(0, 1, 0, -180deg);
}
.slider__link:hover .slider__title{
	color: #ff0000;
	opacity: 0.82 !important;
}
.fashion__categories-block a:before{
	content: unset;
}

.news-template-default .single-header, .single-header__title, .single-header__blog {

	position:relative
}
.single-header__blog{
	margin-bottom: -5px
}
.single-header{
	margin-bottom:-5px
}
.full_tech{
	display:flex;

}
.full_texh .tech_description h3{
	margin-top: 30px
}
.single-instruments .tech-block1-wrapper .tech_description{
	padding-bottom:100px
}
.single-instruments .tech-block1-wrapper .tech_description{
	padding-right:0;
	height:auto
}
.single-instruments .tech-benefits-icons{
	margin-bottom:80px
}
.single-instruments .tech-benefits-block{
	flex-wrap:wrap
}
.single-instruments .shamir__instrument{
	background-color:#fff
}
.shamir__instrument__img a:not(.hover):after{
	content: unset
}
.shamir__instrument__img{
	flex-direction: column;
}

@media only screen and (max-width:991px){
	.single-instruments .tech-benefits-wrapper .tech-benefits-block .tech-benefits-icons {
		width: 320px;
	}
	.single-instruments .tech-block1-wrapper .tech_description {
		padding-bottom: 0;
		padding-top:40px
	}
	.single-instruments .tech-benefits-icons{
		margin-bottom:40px
	}
}
@media only screen and (max-width:767px){
	.single-instruments .tech-benefits-wrapper .tech-benefits-block .tech-benefits-icons {
		width: 250px;
		padding:0
	}
	.section__management .tab__title{
		font-size:18px;
		padding: 17px 20px
	}

}
@media only screen and (max-width:575px){
	.single-instruments .tech-benefits-wrapper .tech-benefits-block .tech-benefits-icons {
		width: 300px;
		padding: 0 15px
	}
}
@media only screen and (min-width: 991px){
	.footer .container.justify-content-lg-start{
		justify-content:center!important
	}
}
@media only screen and (min-width: 1440px){
	.footer .container{
		flex-wrap: nowrap!important;
	}

}
@media only screen and (max-width: 1439px){
	.footer__logo{
		width: 100%;
		margin-bottom:40px
	}
	.footer__logo-link{
		margin: 0 auto
	}
}

/* Career Page */


.career__header a,.section--hero .swiper-slide a{
	transition: .3s all;
	color: #fff!important;
	border-radius: 5px;
	background-color: #ff0000;
	padding: 10px 40px;
}

.career__header a:hover,.section--hero .swiper-slide a:hover{
	color: #fff;
	transition-property: opacity,transform!important;
}
.section--hero .swiper-slide a:after{
	content: unset;
}
.career__header a:before, .career__header a:after{
	content: unset;
}
.career__header .header__title{
	margin-bottom: 48px;
}

.career__w_shamirs_do{
	padding: 100px 0 88px;
}
.career__w_shamirs_do h2{
	font-size: 38px;
	font-weight: 400;
	line-height: 1.16;

	text-align: center;
	color: #545759;
	width: 100%;

}
.career__w_shamirs_do__blocks{
	display: flex;
	flex-wrap: wrap;
	margin-top: 70px;
}
.career__w_shamirs_do__blocks .col-12:first-child p{
	font-size: 25px;
	font-weight: 300;
	line-height: 1.36;
	padding-right: 30px;
	color: #545759;
}
.career__w_shamirs_do__blocks .col-12:last-child p{
	font-size: 60px;
	font-weight: 400;
	line-height: 1.17;
	color: #ff0000;
}
.career__content-full  {
	padding-top: 0;
}

.career__content-full .career__img-bg-full .career__content__main{
	padding:40px 65px 40px 85px;
}
.career__content__main .lenses__title h3:before {
	height: 76px;
	left: -80px;
	top: -20%;
}
.career__content__main h3{
	font-size: 38px;
	font-weight: 400;
	line-height: 1.16;
	margin-bottom: 40px;
	color: #fff;
}
.career__content__main p{

	font-size: 20px;
	line-height: 1.35;
	color: #fff;
	font-weight: 300;
	padding-right: 35px;
}
.career__content-full  {
	padding-top: 0;
}
.career__content-small .container-big{
	width: 100%;
}
.career__content-small .career__content__small-bg{
	min-height: 689px;
}
.career__content-small .career__content__main *{
	color: #545759;
	padding-right: 0;
}
.career__content-small{
	padding: 45px 0;
}
.career__content-small .career__content__main{
	border: none;
	padding: 100px 40px 40px 35px;
}
.career__content-small .career__content__main .lenses__title h3:before{
	left: -70px;
}
.career__content-small{
	overflow: hidden;
}
.career__content-small__container{
	background-color: #f6f6f9;
}

.career__section__header__container{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.progress-bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	background-color: #ff0000;
	transition: width .6s ease;
}
.progress {
	display: -ms-flexbox;
	display: flex;
	height: 8px;
	overflow: hidden;
	line-height: 0;
	font-size: .75rem;
	background-color: #ffb3b3;
	border-radius: .25rem;
	width: 100%;
}
.progress-block{
	display: flex;
	align-items: center;
}
.progress-block p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	color: #545759;
	margin-bottom: 0;
	padding-left: 10px;
}
.career__section__header{
	padding: 65px 0 105px;
	background-color: #f6f6f9;
}
.career__section__header h3{


	font-size: 38px;
	font-weight: 400;
	line-height: 1.68;
	text-align: center;
	color: #545759;
	margin-bottom: 60px;

}
.career__section__header__container .col-12 p:first-child{
	font-size: 60px;
	line-height: 1.07;
	color: #ff0000;
	margin-bottom: 20px;
}
.career__section__header__container .col-12:nth-child(3)  p:not(.progress-score):last-child{
	position: relative;
}
.career__section__header__container .col-12:nth-child(3){
	left:3%
}

.career__section__header__container .col-12 p:last-child{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.89;
	color: #545759;
	margin-bottom: 0;
}
.career__section__header__container .col-lg-3{
	padding-left: 60px;
}
.career__section__header__container p.red{
	color: #ff0000!important;
}
.red{
	color: #ff0000!important;
}


.career__our_team__slider__info{
	padding-bottom: 60px;
}
.career__our_team__slider__info .career__name{

	display: flex;
	flex-direction: column;
	font-size: 38px;
	line-height: 1.36;
	color: #ff0000;
}

.career__our_team__slider__info .career__name span {

	color: #545759;
	font-size: 25px;
}
.career__our_team{
	padding: 70px 0;
}
.career__our_team h3{
	font-size: 38px;
	line-height: 1.68;
	text-align: center;
	color: #545759;
	margin-bottom: 50px;
}
.career__our_team__slider__item p{
	font-size: 25px;
	line-height: 1.36;
	color: #545759;

}
.career__our_team__slider__item p.career__period{
	font-size: 20px;
	line-height: 1.36;
	color: #545759;
}
.career__our_team__slider__item p.career__period span{
	font-weight: 500;
}
.career__our_team .slick-initialized .slick-slide{
	display: flex;
	flex-wrap: wrap;
}
.career__our_team__slider{
	width: 100%;
}
.career__our_team .slick__prev, .career__our_team .slick__next{
	margin-top: 0;
}
.career__our_team .slick__prev:before, .career__our_team .slick__prev:after, .career__our_team .slick__next:before, .career__our_team .slick__next:after{
	background-color: #ff0000;
}
.career__our_team .slick-dots li button:after, .career__our_team .slick-dots li button:before{
	content: unset;
}
.career__our_team .slick-dots li{
	margin: 0 13px 0 0;
}
.career__our_team .slick-dots li:last-child{
	margin: 0;
}
.career__our_team .slick-dots li.slick-active button{
	background-color: #545759;
}
.career__our_team__slider__info .career__name{
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: 25px;
}

.career__our_team__slider__info img{
	margin-bottom: 40px;
	max-width: 50px;
}
.career__our_team .slick-dots li button {
	font-size: 0;
	background-color: #d0c8c8;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}



.career__open_positions{
	background-color: #f6f6f9;
	padding: 70px 0 110px;
}
.career__open_positions h3{
	font-size: 25px;
	line-height: 1.68;
	color: #ff0000;
	font-weight: 400;
	margin-bottom: 30px;
}
.career__open_positions__main{
	margin: 0 auto;
}
.career__open_positions__item{
	border: solid 1px #e6e6e6;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
	background-color: #fff;
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.career__open_positions__item p{
	width: 27%;
	margin-bottom: 0;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.55;
	color: #545759;
	transition: .5s;
}
.career__open_positions__item p:nth-of-type(2){
	margin-left: 19%;

}

.career__open_positions__item:after{

	position: absolute;
	right: 20px;
	top: 50%;
	transition: .3s;
	display: block;
	content: ' ';
	background-image: url(./img/arrow-thin.svg);
	background-size: cover;
	background-position: -10px -0.04em;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	transform: translateY(-50%);
}


.career__open_positions__item:hover:after{
	transform:translatex(10px) translateY(-50%)
}

.career__open_positions__item:hover p{
	color: #ff0000
}
.modal__open-pos{
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	transition: 1s all ease;
	display: flex;
	z-index: 2;
	background-color: white;
	padding: 200px 0 50px 0;
	overflow: scroll;
}
.modal__open-pos.active{
	transform: translateX(0);
}
.back-all-pos{
	cursor: pointer;
	color: #ff0000;

	position: relative;
	font-weight: normal;
}
.bread-wrap__separator{
	display:flex;
	align-items:center
}
.bread-wrap__separator:after{
	content: ' ';
	background-image: url(./img/arrow-thin-brown.svg);
	background-size: cover;
	background-position: -10px 0px;
	background-repeat: no-repeat;
	height: 20px;
	width: 8px;
	display: inline-block;

}
a.bread-wrap__item span{
	color:#404040;
	transition:.3s all
}
a.bread-wrap__item:hover span{
	opacity:.6
}
.kb_title{
	color:#ff0000;
	max-width: 290px;
}

.tech_bread .bread-wrap__separator{
	margin-top:1px
}

.modal__open-pos .row{
	display: flex;
	flex-direction: column;
	padding-bottom:100px
}
.modal__open-pos h2{
	color: #ff0000;
	display: flex;
	align-items: center;
	margin-bottom: 70px;
}
.modal__open-pos h2:before{
	width: 36px;
	height: 69px;
	border-radius: 0 100% 100% 0 / 0 50% 50% 0;
	background: #ec1d24;
	display: inline-block;
	content: "";
	margin-right: 15px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.modal__open-pos h3{
	font-size: 38px;
	font-weight: normal;
	line-height: 1.16;
	color: #545759;
}
.modal__open-pos h4{
	margin-bottom: 0;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.76;
	color: #545759;

}
.modal__open-pos h5 {
	font-size: 22px;
	font-weight: 400;
	line-height: 2;
	color: #ff0000;
	margin-bottom: 10px;
}
.modal__open-pos.left{
	transform: translateX(-100%);
}
.job__info__item{
	margin-top: 55px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.35;
	color: #545759;
}
.job__info__item li, .job__info__item p{
	margin-bottom: 15px;
}
.job__info__item ul{
	margin-left:20px
}
.career_news .row .col-12:first-child h2{
	font-size: 38px;
	font-weight: normal;
	line-height: 1.16;
	color: #545759;
	margin-bottom: 0;
}
.career_news .row .col-12:first-child{
	margin-bottom: 55px;
}
.career_news .row .col-lg-6{
	padding-right: 30px;
}
.career_news .row .col-lg-6:last-child{
	padding-left: 30px;
	padding-right: 15px;
}
.career_news .row .col-12 a{
	font-size: 20px;
	font-weight: 400;
	color: #ff0000;
	text-decoration: unset;
	margin-right: 14px;
}
.career_news .row .col-12 a:focus{
	outline: unset;
}
.career_news .row .col-12 a:after{
	content: "";
	content: ' ';
	background-image: url(./img/arrow-thin.svg);
	background-size: contain;
	background-position: -10px -0.04em;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	bottom: -7px;
	display: inline-block;
	margin-left: 7px;
	-webkit-transition: transform ease-in-out 0.3s;
	-o-transition: transform ease-in-out 0.3s;
	transition: transform ease-in-out 0.3s;
	will-change: transform;
	position: relative;
}
.career_news .row .col-12 a:hover:after{
	transform: translateX(5px);
}
.career_news{
	padding: 110px 0;
}
.career_news__item__img{
	height: 228px;
	position: relative;

}
.career_news__item__img .layer{
	background-blend-mode: multiply;
	background-image: linear-gradient(to bottom, rgba(84, 87, 89, 0.5), rgba(84, 87, 89, 0.5));
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: block;
	z-index: 2;
}
.career_news__item p{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	color: #545759;
	margin-top: 20px;
}
@keyframes rotate_360{
	from{
		transform: translateY(-50%) rotate(0)
	}
	to{
		transform: translateY(-50%) rotate(360deg);
	}
}
@keyframes rotate_90{
	from{
		transform: translateY(-50%) rotate(90deg)
	}
	to{
		transform: translateY(-50%) rotate(450deg);
	}
}
@media only screen and (max-width: 1199px){
	.career__content-small{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen  and (max-width: 991px) {
	.career__section__header__container .col-12:nth-child(3){
		left: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.career__content__small-bg-1{
		height:100%;
		position:absolute;
	}
	.career__content-full .career__img-bg-full .career__content__main, .career__content-small .career__content__main {
		padding: 40px 25px 40px 65px;
	}
	.career__content-small .fashion__content__small-bg{
		position: absolute;
	}
	.career__content-small__container{
		min-height: 689px;
	}
	.career__content__main .lenses__title h3:before{
		left: -70px;
		top: -30%;
	}
	.career__content-small .career__content__main .lenses__title h3:before {
		left: -40px;
	}
	.career__content__main{
		position: absolute;
	}
	.career__content-full .container, .career__content-full .row, .career__content-small .container, .career__content-small .row{
		height: 100%;
	}
	.career__content-full .row, .career__content-small .row{
		display: flex;
		align-items: center;
	}
	.career__section__header__container .col-md-6{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.career__section__header__container .col-lg-3 {
		padding-left: 0
	}
	.career__section__header__container .col-12:nth-child(3){
		margin: 50px 0;
	}
	.career__w_shamirs_do__blocks .col-12:last-child p {
		font-size: 48px;
	}
	.modal__open-pos{
		padding: 150px 15px 50px 15px;
	}
	.career__open_positions__item p:nth-of-type(2) {
		margin-left: 12%;
	}
	.career__open_positions__item p {
		font-size: 16px;
	}
	.career_news__item{
		margin-bottom: 40px;
	}
	.career_news .row .col-lg-6, .career_news .row .col-lg-6:last-child{
		padding-right: 15px;
		padding-left: 15px;
	}

}
@media only screen and (max-width: 767px){

	.career__section__header__container .col-12, .career__section__header__container .col-12:nth-child(3){
		margin: 0 0 50px 0;
	}
	.career__section__header__container .col-12:last-child{
		margin: 0;
	}
	.career__header .header__title{
		text-align: left;
		font-size: 28px;
	}
	.career__header .justify-content-center{
		justify-content: left!important;
	}
	.career__header .section__content{
		display: flex;
		flex-direction: column;
	}
	.career__header a{
		font-size: 16px;
		padding: 10px 20px;
		max-width: 285px;
	}
	.career__w_shamirs_do{
		padding: 50px 0;
	}
	.career__our_team h3{
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 575px){
	.career__w_shamirs_do__blocks .col-12:first-child p{
		font-size: 20px;
		font-weight: 400;
		line-height: 1.36;
		padding-right: 30px;
		color: #545759;
	}
	.career__w_shamirs_do__blocks .col-12:last-child p{
		font-size: 40px;
		font-weight: 400;
		line-height: 1.17;
		color: #ff0000;
		margin-bottom: 0;
	}
	.career__w_shamirs_do h2 {
		font-size: 28px;
		padding: 0 15px ;
	}
	.career__w_shamirs_do__blocks{
		display: flex;
		flex-wrap: wrap;
		margin-top: 30px;
	}
	.career__content__main p{
		padding-right: 0;
	}
	.career__content__main .lenses__title h3:before{
		left: -40px;
	}
	.career__our_team__slider__info .career__name{
		font-size: 28px;
	}
	.career__our_team__slider__info .career__name span {

		font-size: 20px;
	}
	.career__our_team__slider__item p{
		font-size: 18px;
	}
	.career__our_team__slider__info img {
		margin-bottom: 30px;
	}
	.career__our_team__slider__info .career__name {
		margin-bottom: 10px;
	}
	.career_news {
		padding: 60px 0;
	}
	.career_news .row .col-12:first-child h2 {
		font-size: 28px;
		padding-right: 40px;
		margin-bottom: 20px;
		justify-content: flex-start;
	}
	.career_news .row .col-12:first-child {
		flex-direction: column;
		align-items: flex-start!important;
	}
}
@media only screen and (min-width: 1440px){
	.top_video_banner iframe{
		min-width: calc(100vw + 800px)!important
	}

}
@media only screen and (max-width:1439px){
	.top_video_banner iframe{
		min-height: 93vh!important;
		min-width: 2000px!important;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media only screen and (max-width:1199px){
	.top_video_banner iframe{
		min-height: 676px!important;

	}
}
@media only screen and (max-width:991px){
	.top_video_banner iframe{
		min-height: 838px!important;
		min-width: 2000px!important
	}
}



/* Safety Lenses Page  */


.safety p {


	font-size: 20px;
	font-weight: 400;

	line-height: 1.35;

	text-align: center;
	color: #545759;

}
.safety p {
	padding: 0 10% 80px 10%;
}
.safety_lenses__interested_in .safety__padding{
	padding: 0 10% 0 10%;
	font-size: 20px;
	text-align: center;
}
.safety_lenses__interested_in{
	padding: 45px 0 85px;
}
.safety_lenses__interested_in a{
	padding: 12px 20px;
	background-color: #ff0000;
	border-radius: 5px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin:  70px auto 0 auto;
	text-decoration: unset;
	transition: .3s all!important;
}
.safety_lenses__interested_in a:hover{
	opacity: .5!important;
	transition: .3s all;
}
.safety_lenses__interested_in h2{
	font-size: 38px;
	font-weight: normal;
	line-height: 1.11;
	text-align: center;
	color: #ff0000;
}
.safety_lenses__design p, .safety_lenses__protection p{
	margin-bottom: 0.7em;
}
.safety_lenses__design__top, .safety_lenses__design__top__img{
	padding: 0;
}
.safety_lenses__interested_in p{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: normal;
	color: #545759;
	margin-top: 25px;
}
.safety_lenses__interested_in img{
	width: 100%;
	height: 390px;
}
.safety_lenses__interested_in__blocks .col-12{
	margin-top: 55px;
	padding: 0 10px;
}

.safety_lenses__interested_in h3{
	font-size: 25px;
	line-height: 1.68;
	color: #ff0000;
	margin-bottom: 12px;
	margin-top: 20px;
}
.safety_lenses__interested_in p{
	font-size: 16px;
	line-height: 1.44;
	color: #545759;
	margin-top: 0;
}
.safety_lenses__interested_in__blocks .col-12:first-child{
	padding-left: 0;
}
.safety_lenses__interested_in__blocks .col-12:last-child{
	padding-right: 0;
}
.safety_lenses__design img, .safety_lenses__protection img{
	width: 100%;
	height: auto;
}
.safety_lenses__design, .safety_lenses__design__top, .safety_lenses__design__top .container, .safety_lenses__protection, .safety_lenses__protection__block, .safety_lenses__interested_in__blocks{
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.safety_lenses__design__top__text, .safety_lenses__design__bottom__text, .safety_lenses__protection__block__text{
	display: flex;
	align-items: center;

}
.safety_lenses__design__top__text{
	padding-left: 10%;
	padding-right: 5%;
}
.safety_lenses__design h2, .safety_lenses__protection h2{
	font-size: 38px;
	font-weight: normal;
	line-height: 1.11;
	text-align: center;
	color: #ff0000;
	margin-bottom: 20px;
}
.safety_lenses__design__top{
	display: flex;
}
.safety_lenses__design__top__text, .safety_lenses__design__bottom__text{
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.safety_adventage .advantages__title {
	padding: 0 45px;
}
.safety_lenses__design p, .safety_lenses__protection p {

	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: normal;
	color: #545759;
}
.safety_lenses__protection a{
	font-size: 20px;
	font-weight: normal;
	color:  #ff0000;
	position: relative;
	text-decoration: unset;
}
.safety_lenses__protection a:after{
	content: "";
	display: inline-block;

	-webkit-transition: transform ease-in-out 0.3s;
	-o-transition: transform ease-in-out 0.3s;
	transition: transform ease-in-out 0.3s;
	will-change: transform;
	position: absolute;
	background-image: url(./img/arrow-thin.svg);
	background-size: contain;
	background-position: 0px 0.14em;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}
.safety_lenses__protection a:hover:after{
	transform: translateX(5px);
}
.safety_lenses__design__top, .safety_lenses__design__bottom .container, .safety_lenses__protection__block{
	position: relative;
}
.safety_lenses__protection h2.col-12{
	color: #545759;
	margin: 115px auto 60px auto;
}
.safety_lenses__interested_in p:first-child{
	padding: 0 40px;
	text-align: center;
}
.safety_lenses__design__bottom .container{
	display: flex;
	flex-wrap: wrap;
}
.safety_lenses__design__bottom__text h2{
	text-align: left;
}
.safety_lenses__protection__block, .safety_lenses__protection__block__img{
	padding: 0;
}
.safety_lenses__protection__block{
	display: flex;
	flex-wrap: wrap;
}
.safety_lenses__protection__block__text{
	flex-direction: column;
	padding-left: 10%;
	padding-right: 5%;
	align-items: flex-start;
	justify-content: center;
}
.safety_lenses__protection__block .container{
	display: flex;

	position: absolute;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);

}
.container .safety_lenses__protection__block__text{
	padding-left: 0;
}
.safety_lenses__protection__block__text h2, .safety_lenses__design__top__text h2{
	text-align: left;
}
.safety_lenses__protection{
	margin-bottom: 50px;
}
.safety_lenses__protection__block__second{
	background-color: #f6f6f9;
}
.safety_lenses__design{
	margin-top: 25px;
}
.safety__header .header__title{
	color: #545759;
	margin-bottom: 0;
}
.safety_lenses__design, .safety_lenses__protection{
	overflow: hidden;
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
	.safety_lenses__design h2, .safety_lenses__protection h2{
		font-size: 30px;
	}
	.safety_lenses__design p, .safety_lenses__protection p {

		font-size: 16px;
	}
}
@media only screen and (max-width: 991px){

	.safety_lenses__protection__block .container, .safety_lenses__design__top .container, .safety_lenses__design__bottom__text{
		z-index: 1;
	}
	.safety_lenses__design__top__text{
		padding-left: 0;
	}
	.safety_lenses__interested_in__blocks{
		justify-content: center;
	}
	.safety_lenses__design img, .safety_lenses__protection img, .safety_lenses__design__top__text, .safety_lenses__protection__block__text, .safety_lenses__protection__block {
		max-width: 700px;
		margin: 0 auto;
		width: 100%;
	}
	.safety_lenses__design__top{
		flex-wrap: wrap-reverse;

	}
	.safety_lenses__design__top__img{
		display: flex;
		justify-content: center;
	}
	.safety_lenses__design__top__text, .safety_lenses__design__bottom__text, .safety_lenses__protection__block__text{
		padding: 25px;
		border: 1px #e0e1e2 solid;
		border-bottom: none;
		margin-top: 50px;
	}
	.container .safety_lenses__protection__block__text{
		padding-left: 20px;
	}
	.safety_lenses__design img, .safety_lenses__protection__block__img img{
		border: 1px #e0e1e2 solid;
		border-top: none;
	}
	.safety_lenses__design__bottom__img{
		padding: 0;
	}
	.safety_lenses__protection__block .container{
		position: relative;
		left: auto;
		transform: unset;
		height: auto;
	}
	.safety_lenses__protection__block__first{
		flex-wrap: wrap-reverse;
	}
	.safety_lenses__protection__block__second .container{
		padding: 0;
	}

}
@media only screen and (max-width: 767px){
	.safety_lenses__design img, .safety_lenses__protection img, .safety_lenses__design__top__text, .safety_lenses__protection__block__text, .safety_lenses__protection__block{
		max-width: 520px;
	}
	.safety_lenses__interested_in img{
		height: auto;
	}
	.safety_lenses__interested_in__blocks .col-12{
		padding:0;
	}
}
@media only screen and (max-width: 575px){
	.safety_lenses__design p, .safety_lenses__protection p {

		font-size: 14px;
	}
	.safety_lenses__design a, .safety_lenses__protection a{
		font-size: 16px;
	}
	.safety_lenses__design h2, .safety_lenses__protection h2, .safety_adventage h2, .safety_lenses__interested_in h2{
		font-size: 26px;
	}
	.safety_lenses__interested_in h2{
		margin-bottom: 20px;
	}
	.safety_lenses__interested_in__blocks, .safety_lenses__design__top,.safety_lenses__protection__block{

		padding: 0 20px;
	}
	.safety_lenses__design img, .safety_lenses__protection img, .safety_lenses__design__top__text, .safety_lenses__protection__block__text, .safety_lenses__protection__block{
		max-width:100%;
	}
	.safety_lenses__protection h2.col-12 {

		margin: 60px auto 0px auto;
	}
	.safety_adventage .advantages__title {
		padding: 0 0;
	}
	.safety p,.safety_lenses__interested_in .safety__padding  {
		padding: 10px;
		font-size: 16px;
	}
}
.download_manager__form input{
	background-color:rgb(53, 45, 45)!important;
	color:rgb(216, 220, 222);
	padding: 16px 45px 16px 30px;
	border:none;
}
.download_manager__form select{
	background-color:rgb(53, 45, 45)!important;
	color:rgb(216, 220, 222);
	padding: 16px 15px 16px 30px;
	width:calc(100% - 50% - 10px);
	border:none;
}
.download_manager__form input::placeholder{
	color:#fff
}
.category-wrap__share button:after,.category-wrap__share button:before{
	content: unset!important
}
.download_manager__form select{
	margin-right:20px
}
.download_manager__form input{
	margin-left:10px
}
.download_manager__form option:disabled, .download_manager__form option:hover:disabled {
	color:rgb(216, 220, 222)!important
}
.download_manager__form option{
	transition: all .5s
}

.download_manager__form option:hover{
	box-shadow: 0 0 200px 100px rgb(53, 45, 45) inset

}
.download_manager__form input[type='checkbox']{
	display: none
}
.download_manager__form input[type="checkbox"]+label {
	padding: 13px 41px;
	color: #545759;
	display: block;
	cursor: pointer;
	transition: .05s all;
	opacity: 0.7;
	font-size: 18px;
	font-family: "Ploni DL AAA", sans-serif;
	font-weight: 400;
}
.download_manager__form input[type="checkbox"]+label:hover{
	-webkit-box-shadow: 0px -18px 0px -15px rgba(255, 0, 0, 1) inset;
	-moz-box-shadow: 0px -18px 0px -15px rgba(255, 0, 0, 1) inset;
	box-shadow: 0px -18px 0px -15px rgba(255, 0, 0, 1) inset;
	z-index: 1;
	position: relative;
	color:#545759;
	font-weight: bold;
}
.download_manager__form input[type="checkbox"]:checked+label {
	-webkit-box-shadow: 0px -18px 0px -15px rgba(255, 0, 0, 1) inset;
	-moz-box-shadow: 0px -18px 0px -15px rgba(255, 0, 0, 1) inset;
	box-shadow: 0px -18px 0px -15px rgba(255, 0, 0, 1) inset;
	z-index: 1;
	position: relative;
	color: #FF0000;
	opacity: 1;
	font-weight: bold;
}
.download_manager__form__bottom button.dm_resetfilters{
	background-color: #ff0000;
	border-radius: 4px;
	cursor: pointer;
	padding: 13px 41px;
	height: 50px;
	transition: .3s all;
	color: #fff;
	display: inline-block;
}

.download_manager__form__bottom button:after, .download_manager__form__bottom button:before{
	content: unset!important
}
.download_manager__form__bottom button.dm_resetfilters:focus{
	color: #fff;
}
.download_manager__form__bottom button.dm_resetfilters:hover{
	opacity:.7;
	color: #fff;
}
.download_manager__form__bottom{
	padding:20px 0 13px;
	justify-content:flex-start;
}
.download_manager__form__bottom div, .download_manager__form__bottom button {
	text-align: center;
}
.download_error_mes p{
	font-size:24px;
	text-align:center;
	color:#ff0000
}
.download_manager__archive{
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
}
.download_manager .w3eden{
	width:260px;
	margin-bottom:30px;
	padding-right: 0;
}

.download_manager .w3eden .card{
	background-color:#fff;
	border:unset;
	border-radius: 10px;

}
.download__button{
	width: calc(100% + 2.5em);
	position: relative;
	left: calc(-1.25em);
	top:1.25em
}
.download__button .btn-primary{
	width:100%;
	font-size:20px;
	letter-spacing:9px;
	padding:20px;
	background-color:#ff0000;
	border:unset;
	border-bottom-left-radius:10px!important;
	border-bottom-right-radius:10px!important;
	border-top-left-radius:unset!important;
	border-top-right-radius:unset!important;
}
.download__button a:before, .download__button a:after{
	content: unset
}
.download_manager .card-body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.download_manager:not(.download_manager__main){
	margin-top:79px;
	padding: 77px 0 40px 0
}
.download_manager .card{
	position:relative;	cursor: pointer;
}
.download_manager .card:hover .btn-primary:not(:disabled):not(.disabled){
	background-color: var(--color-primary-hover);
	border-color: var(--color-primary-hover);

}
/*
.download_manager .card:after{
	background: linear-gradient(45deg, rgba(216,216,216,1) 0%, rgba(216,216,216,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	content: '';
	top:0;
	right:0;
	display:block;
	position:absolute;
	width:51px;
	height:51px;
	border-radius: 0 0 0 8px;
}
*/

.download_manager .media-body{
	width:100%
}
.download_manager strong{
	font-weight:500
}
.file-size,.ptitle{

	font-size:18px;
	font-weight: 400;
}
.ptitle{
	min-height: 76px;
	line-height: 25px;
}
.file-size{
	padding-top: 15px;
}
.download_line{
	height:1px;
	width: calc(100% + 2.5em);
	position: relative;
	left: calc(-1.25em);
	background-color:#fff
}
.download_manager__form__bottom{
	display:flex;
	flex-wrap:wrap;

	overflow:hidden;
	transition: all 0.3s linear;
}
.download_manager_viewmore_filtes{
	line-height: 20px;
	font-size: 14px;
	display: block;
	color: #eaeaea;
	text-align:  center;
	cursor: pointer;
	text-decoration: none;
}
.download_manager_viewmore_filtes:hover{
	color:  #ff0000;
}
.download_manager_guest_download_link{
	line-height: 20px;
	font-size: 14px;
	display: block;
	color: #eaeaea;
	text-align:  center;
	cursor: pointer;
	text-decoration: none;
}
.download_manager_guest_download_link:hover{
	color:  #ff0000;
}
.download_manager__form__bottom div{
	margin-bottom:22px;

}
.download_manger__category_div{
	padding:25px;
	text-align:center;
	color:rgb(84, 87, 89);
	font-size:20px;
	background-color:rgb(216, 216, 216)
}
.download_manger__category_div{
	width: calc(25% - 40px);
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 70px;
	min-height: 163px;
}
/*
.download_manger__category_div:nth-child(5n){
	margin-right:0;
}
*/
.download_manger__category_div:before{
	height: 20px;
	width: 50%;
	background-color: rgb(216, 216, 216);
	border-top-left-radius: 8pt;
	content: '';
	top: -20px;
	display: block;
	left: 0;
	position: absolute;
	border-top-right-radius: 8pt;

}
.download_manger__category_div:after{
	height: 15px;
	width: 20px;
	content: '';
	top: -15px;
	display: block;
	left: 46%;
	position: absolute;
	/* border-top-right-radius: 9pt; */
	border-bottom: 15px solid rgb(216, 216, 216);
	border-right: 10px solid transparent;
}
.download_manger__category_div{
	border-top-right-radius:8pt;
	border-bottom-right-radius:8pt;
	border-bottom-left-radius:8pt;
	top:20px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .3s all;
}
.download_manger__category_div .plus{
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size: 48px;
	color: #ff0000;
	font-weight: 700;
	position: absolute;
	top: -26px;
	left: 21px;
	transition: 0.8s all;
}

.download_manger__category_div:hover{
	filter: brightness(91%);
}

.download_manger__category_div:hover .plus{
	transform: rotate(180deg);
}



.download_manager__archive h2{
	margin-bottom:80px;
	text-align:center;
}

.download-center .shop-logo{
	border-radius: 50%;
}
.download_manager__user{
	display:flex;
	flex-direction:column;

	align-items:center
}
.download_manager__user__id{
	color:#fff;
	font-size:20px;
	text-align:center;
	line-height:22px;
	margin-top:20px
}
.download_manager__form__top{
	display:flex;
	flex-wrap:wrap;
	flex-direction: column;
}
.download_manager__form select{
	background: url('/wp-content/themes/shamir/img/arrow_select_dm.svg') no-repeat right #ddd;
	-webkit-appearance: none;
	background-position-x: 93%;
	background-size: 30px;
	height: 58px;
}
.download_manager__form{
	margin: 0 auto;
}

.download_manager__title h2{
	color:#fff;
	line-height:35px;
	font-size:28px;
	text-align:center;
}
.download_manager__user__id span{
	margin-bottom:5px;
	display:block
}
.download_manager__line{
	height:1px;
	background-color:rgb(151, 151, 151);
	opacity:.4;
	width:65%;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:50px
}
@media only screen and (max-width:1439px){
	.download_manager__form{
		margin: 0 auto;
	}
	.download_manager__form__bottom div{

		margin-right: 15px;
	}
	.download_manager__line{

		width:80%;
	}
}
@media only screen and (max-width:1199px){
	.download_manger__category_div {
		width: calc(33% - 15px);
	}
	.download_manager .w3eden{
		width:260px
	}
	.download_manger__category_div:nth-child(5n){
		margin-right:15px;
		padding-right:15px!important
	}
	.download_manager__form{
		margin: 0 auto;
	}
	.download_manager__line{

		width:90%;
	}

}
.download_manager__form h3{
	margin-bottom: 0;
	color: #545759;
}
@media only screen and (min-width: 992px){
	.download_manager__form__top{
		margin-bottom:35px
	}
}
@media only screen and (max-width:991px){
	.download_manager .w3eden{
		width:315px
	}
	.download_manger__category_div {
		width: calc(50% - 15px);
	}

	.download_manager__form{
		width: 100%;
		margin: 0 auto;
	}
	.download_manager__form select, .download_manager__form input{
		width:100%
	}


	.download_manager__line{

		width:100%;
	}
	.download_manager__title h2{
		margin-bottom:40px
	}
	.download_manager__header_img .container *{
		max-height:100%
	}
	.download_manager__header_img .container button{
		display:flex;
		justify-content:center
	}

}
@media only screen and (max-width:991px) and (min-width: 768px){
	.download_manager__form__bottom div:nth-of-type(4n) {
		margin-right: 15px
	}
}
@media only screen and (max-width:767px) and (min-width:576px){

	.download_manager__form__bottom div:nth-of-type(3n) {
		margin-right: 0
	}
}
@media only screen and (max-width:767px){
	.download_manager__form__bottom div {
		margin-right: 0;
	}
	.download_manager .w3eden{
		width:250px
	}
}
@media only screen and (max-width:575px){
	.download_manager__form__bottom div, .download_manager__form__bottom button {
		left: 0;
	}
	.download_manager .w3eden, .download_manager .w3eden:nth-child(5n){
		width:100%;
		max-width: 320px;
		padding-right:0!important
	}
	.download_manager__title h2{
		font-size: 24px;
		margin: 30px 0;
	}
	.download_manger__category_div {
		width: calc(100% - 15px);
	}
	.download_manger__category_div:after{
		left: 188px;
	}
	.download_manger__category_div{
		min-height: 250px;
		max-width: 400px;
	}
	.download_manager__archive{
		justify-content:center
	}

	.download_manager__form input[type="checkbox"]+label {
		padding: 13px 20px;
		font-size: 14px;
	}

	.download_manager:not(.download_manager__main) {
		margin-top: 55px;
	}
	.download_manager__line{
		margin-bottom:0
	}
}
.download_manager__main .layer{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0);
	z-index:0
}
.download_manager__main .layer.active{
	background-color:rgba(0,0,0,0.6);
	z-index:2
}
.download_manager__main, .download_manager__main .container:not(.unactive), .download_manager__header_img .container{
	position:relative;
	z-index:1
}
.download-center__header__back{
	width: 55px;
	height: 55px;
	border: rgb(151, 151, 151) solid 1px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	z-index: 1;
	cursor: pointer;
	top: 50%;
	left: 7%;
	transform: translateY(-50%);
	transition:.5s all
}
.download-center__header__back:after, .download-center__header__back:before{
	width:15px;
	height:1px;
	background-color:#fff;
	opacity:0.8;
	content: '';
	position:absolute;
}
.download-center__header__back:before {
	transform: rotate(45deg) translateY(5px) translateX(3px);
}
.download-center__header__back:after {
	transform: rotate(-45deg) translateY(-5px) translateX(3px);
}
.download-center__header__back:hover{
	transform: translateY(-50%) translateX(-20px);
}
.download_manager:not(.download_manager__main){
	position:relative;
	overflow:hidden
}
.download_manager__header_img .container *{
	position:relative;
	z-index:2
}
.download_manager__form select{
	cursor:pointer
}
.wpdm-download-link.disabled:hover{
	opacity: .5!important;
	cursor: auto;
	box-shadow:unset
}
.download-center__header__back a{
	width:100%;
	height:100%;
}
.career__header a{
	border-radius: 5px
}

/* Fixes ( NEW pro section design for products) */

.single-lenses_and_more .section--pro{

	min-height: 481px;
}
.single-lenses_and_more h2{
	text-transform:inherit
}
.single-lenses_and_more .pro__container a{
	background-color: #ff0000;
	border-radius:5px;
	color:#fff;
	padding:14px 20px;
	width: max-content
}
.single-lenses_and_more .pro__container a:before,.single-lenses_and_more .pro__container a:after{
	content: unset
}
.section__produucts .ft_block{
	margin-top:100px
}
@media only screen and (max-width: 767px){
	.section__produucts .ft_block{
		margin-top:50px
	}
}

/* New Footer Style */
.section--subscribe{
	background-color:#545759;
}
.subscribe input{
	height:50px;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}
.subscribe .actions{
	padding-left:0;
	border-bottom-left-radius:0;
	border-top-left-radius:0;
}
.subscribe input[type="submit"]{
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	background-image: none;
	padding:10px 25px;
	font-weight: 400;
}
.subscribe input[type="email"]{
	border: solid 1px #979797

}
.subscribe input::placeholder{
	color:rgba(84, 87, 89, 0.6)
}
.subscribe input[type="submit"]:before, .subscribe input[type="submit"]:after{
	content: unset
}
@media only screen and (max-width:991px){
	.subscribe .actions, .subscribe input{
		border-bottom-right-radius:5px;
		border-top-right-radius:5px;
		border-bottom-left-radius:5px;
		border-top-left-radius:5px;
	}
}


.blog-page__item a{
	font-weight:400
}
.blog-page__item a:before{
	content: unset
}
.blog-page__item a:after{
	display: block;
	content: ' ';
	background-image: url(./img/arrow-thin.svg);
	background-size: contain;
	background-position: 0px -0.025em;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
	position: relative;
}
.blog-content__wrap--meta{
	margin-top:0
}
.hs-error-msg{
	position:absolute;
	font-size:14px
}
.product_video_cont{
	position: relative;
	text-align: right;
}
@media only screen and (max-width:991px){
	.product_video_cont{
		position: relative; min-height: 300px;
	}
	.section__single-product {
		margin: 109px 0 74px;
	}
}
.cocoen img,.cocoen div{
	height: 100%
}
.section__explore .container-fluid{
	padding-left:0;
	padding-right:0
}
.section__explore .headline__bg{
	margin-left:0
}
.light a{
	color:rgba(0, 0, 0, 0.8);
	font-weight:inherit!important;
	font-size: 14px;
}
.footer__nav .light a{
	font-size: 15px;
}

.spaceship_svg{
	background-image: url('/wp-content/themes/shamir/img/spaceship.svg');

	background-repeat:no-repeat;
	background-position-y: 2px;
	margin-left: 20px;
	background-position-x: 0;
	padding-left: 0!important;

}
.spaceship_svg a{
	padding-left: 30px;
}
.section__single-product h3, .section__single-product h2{
	text-transform:unset
}
.home .section--hero{
	min-height: calc(100vh - 70px);
}
.modal__open-pos .bread{
	padding: 10px 0 40px;
	margin-top: -30px;
}
.modal__open-pos .close{
	position: absolute;
	right: 8vw;
	font-size: 26px;
}

.shamir__instrument__text .arrow-link:last-child:after{
	content: ' ';
	background-image: url(./img/arrow-thin.svg);
	background-position: 0 0;
	background-size: cover;
	background-repeat: no-repeat;
	height: 24px; width: 24px;
	transition:.3s all
}
.section__produucts sup {
	top: -1.4em;
	font-size: 34%;
	display: inline-block;
}
.howitworks .new_red_button{
	margin-top: -80px;
	height: max-content;
}
.new_red_button{
	text-decoration:unset;
	padding: 15px 20px;
	border-radius: 5px;
	background-color: #ff0000;
	color: white;
	font-size: 20px;
	transition:.3s all
}
.new_red_button:hover{
	opacity:.7
}
.section--pro a{
	transition:.3s all!important;
}

.section--pro a:hover, .section--pro a:focus{
	transition-delay: 0;
	opacity:.7;
	color:#fff
}
.technologies__item__block{
	display:flex;
	cursor:pointer;
	position:relative
}
.full-link{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0
}
#onetrust-consent-sdk button:before{
	content: unset
}
#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link:focus{
	outline:unset;
	border:unset
}
#onetrust-banner-sdk #onetrust-policy-text{
	margin-bottom:0
}
#onetrust-banner-sdk #onetrust-policy-text {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1em!important
}
#onetrust-banner-sdk #onetrust-pc-btn-handler.cookie-setting-link{
	text-decoration:none
}
#onetrust-consent-sdk .banner-close-button:after{
	content:unset
}
#onetrust-consent-sdk button:focus{
	outline:none
}

@media only screen and (min-width: 1024px){
	#onetrust-banner-sdk #onetrust-button-group {
		margin-right: 0!important
	}
	#onetrust-banner-sdk .ot-sdk-row{
		display:flex!important;

		align-items: center;

	}
	#onetrust-banner-sdk #onetrust-policy{
		margin:0 0 0 2em!important
	}
	#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {
		width: 475px!important;
		display: flex!important;
		position: relative!important;
		left:0!important;
		top:0!important;
		transform:none!important;
		justify-content:flex-end;
	}
	#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-group-container {
		width: auto!important;
	}
	#onetrust-banner-sdk.ot-buttons-fw:not(.ot-iab-2) #onetrust-button-group button{
		width: auto!important;
	}
}
@media only screen and (min-width: 1280px){
	#onetrust-banner-sdk:not(.ot-iab-2) #onetrust-button-group-parent {

		margin-left: 0%;
		padding-left: 2%;
		padding-right: 2%;
		display: flex!important;
		position: relative!important;
		left:0!important;
		top:0!important;
		transform:none!important;
	}
}
@media only screen and (max-width:991px){
	#onetrust-banner-sdk #onetrust-button-group {
		margin-right: 0!important;
	}
	#onetrust-banner-sdk #onetrust-policy-text {
		text-align:center
	}
	.home .section--hero h1{
		line-height:1.3!important
	}
}
.category-wrap__share i{
	font-size:24px;

}

.bread .category-wrap__share, .bread .category-wrap__share a{
	display: flex;
	align-items: flex-end;
	position: relative;
}
.bread .category-wrap__share a{
	margin-left:15px
}
.bread .category-wrap__share a:nth-of-type(1){
	top: -2px;
	position: relative;
}
.tech-benefits-icons img{
	width:150px; height:150px;
	top: 10%;
	position: relative;
}
.technologies__content{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.tech-block1-wrapper .tech_description{
	min-height:670px !important;
	padding-right:0 !important;
	/*max-width: 760px;*/
	padding-bottom: 30px;
	margin: 0 auto
}
.tech-block1-wrapper .tech_description.withimage{
	display: flex;
}
.tech-block1-wrapper .tech_description.withimage .aos-init, .single-technologies .tech-block1-wrapper .tech_description img.tech_background{
	max-width: 50%;
}
.single-technologies .tech-block1-wrapper .tech_description img.tech_background{
	padding: 25px 0 25px 25px;
	max-width: 590px;
}
.tech-block1-wrapper .tech_description.centertext * {
	text-align:center
}
.section--partner h2{
	margin-bottom:40px
}
.section--terms ol{
	list-style-position: inside;
	list-style-type: decimal;
	text-indent: 0!important;
	margin:0;

}

.section--terms .red{
	color:#ff0000;
}
.section--terms h1{
	text-align:center;
	margin-bottom: 100px;
	color:red
}
.section--terms .date{
	text-align:center;
	margin-bottom:40px
}
.section--terms h2{


	font-weight:500;
	margin-top:75px;
	font-weight: 500;
	font-size: 18px;
}
.section--terms h2.center{
	text-align: center
}
.section--terms{
	padding-bottom:100px
}
.single-technologies .tech-benefits-wrapper h2 {
	padding: 100px 0 0;
}
.blog-content{
	margin-top:22px
}
.categories--blog{
	margin-top:20px
}
.single-header__blog .container{
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 120px;
}

.current-menu-ancestor:not(.menu-item-type-post_type), .sub-menu>.current-menu-item>a, .current-menu-item,
.term-38 #menu-item-838, .term-39 #menu-item-856, .term-40 #menu-item-862, .term-50 #menu-item-869, .term-52 #menu-item-875, .term-48 #menu-item-13015,
.term-38 #menu-item-13471, .term-39 #menu-item-13471, .term-40 #menu-item-13471, .term-50 #menu-item-13471, .term-52 #menu-item-13471, .term-48 #menu-item-13471
{
	color:#ff0000
}

.menu-item .current-menu-ancestor:not(.menu-item-type-post_type){
	color:#545759
}
.overlay_popup {
	display:none;
	position:fixed;
	z-index: 50;
	top:0;
	right:0;
	left:0;
	bottom:0;
	background:#000;
	opacity:0.5;
}

.popup {
	display: none;
	position: absolute;
	z-index: 100;

	width:100%;
	height: 100%;
	top: 0;
	left: 0;
}
.object{
	z-index: 100;
	position: fixed;
	width: 560px;
	height: max-content;
	top:50vh;
	left:50vw;
	transform:translate(-50%, -50%)
}
.videoWrapper {
	padding-bottom: 17.25%;
	height: unset;
	min-height: 320px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
@media only screen and (max-width:575px){
	.object {

		width: calc(100% - 20px);
	}
	.videoWrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.videoWrapper {
		position: relative;
		padding-bottom: 17.25%;
		height: unset;
		min-height: 320px;
	}

}

.menu-item .menu-item{
	margin-left:0
}
@media only screen and (max-width:991px){
	.menu-item{
		margin-left:0
	}
	.home .section--hero{
		min-height: calc(100vh);
	}
	.home .home__header.section--hero{
		align-items:center!important;
	}
}
.page--404{
	height:100vh;
	min-height:767px;
}
.page--404 .container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	padding-top: 80px;
}
.page--404 .container *{
	text-align:center
}
.page--404 h1{
	font-size: 80px;
	color:#545759
}
.page--404 h1{
	font-size: 80px;
	color:#545759
}
.page--404 p{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
}

@media only screen and (max-width: 575px){
	.page--404{
		min-height:620px;
	}
	.page--404 .container{
		padding-top: 0;
	}
	.page--404 h1{
		font-size: 42px;
		color:#545759
	}
	.page--404 p{
		font-size: 16px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.25;
	}
}
@media only screen and (max-width:991px){
	.section--technologies.technologies .technologies__container a, .section--locations.locations .locations__container a, .section--pro a{
		display:block
	}
	.download_manager_viewmore_filtes{
		margin-top:40px
	}
}
.w3eden .input-wrapper input::placeholder{
	font-size:0
}
.shamir-pro__support__tools__form .w3eden div#wpdmreg {
	padding:0;
	margin-top: 30px;
}
.w3eden div#wpdmreg #row_username,.w3eden div#wpdmreg #row_business {
	width: 50%;
	padding-right: 5px;
	display: inline-block;
}
.w3eden#wpdmreg #row_email{
	display: inline-block;
	padding-left: 5px;
	width: 50%;
}
.w3eden#wpdmreg #row_customer_id{
	display: inline-block;
	width:100%;
	margin-bottom: 120px;
}
.w3eden#wpdmreg .input-wrapper:focus label,  {
	transform: translateY(-100%);
	font-size: 12px;
	opacity: 0.62;
}
.w3eden#wpdmreg .btn.btn-xs{
	font-size:12px;
	color:#000;
	border-bottom: 1px solid #fff!important;
	width: max-content;
	padding-bottom: 0px;
	margin: 0 auto;
}
.w3eden#wpdmreg .btn.btn-xs:before, .w3eden#wpdmreg .btn.btn-xs:after{
	content:unset
}
.w3eden#wpdmreg #row_country{ display: inline-block; width: calc(50% - 5px); margin-right: 5px; }
@media only screen and (max-width:767px){
	.shamir-pro__support__tools__form .w3eden div#wpdmreg{
		margin-left:0
	}
}
@media only screen and (max-width:575px){
	.shamir-pro__support__tools__form .w3eden div#wpdmreg{
		margin-left:0
	}
	.w3eden .form-group:not(.checkbox-privacy) .input-wrapper label {
		position: absolute;
		font-size: 13px;
	}
	.w3eden div#wpdmreg #row_username, .w3eden div#wpdmreg #row_business, .w3eden#wpdmreg #row_email,
	.w3eden#wpdmreg #row_country,
	.w3eden#wpdmreg #row_customer_id{
		width: 100%;
		padding-right:0;
		padding-left:0
	}
}
.bread .category-wrap__item.active{
	color: #a6a6a6 !important;

}
.bread .category-wrap__item:focus{
	outline:unset
}
.current-menu-ancestor:not(.menu-item-837){
	color:#ff0000
}
.download_manager__form__bottom{
	display:flex!important
}
.footer__list--two-columns, .footer > ul--two-columns{
	grid-row: 1;
	grid-gap: 1px;
	grid-template-rows: 1fr 1fr 1fr;
	display: grid;
}
.bread .category-wrap__share,.bread .category-wrap .category-wrap__item:not(a){
	margin-top: 5px;
}
.news_bread .container{
	-webkit-box-align: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	flex-direction: column;

}
.news_bread .container .category-wrap{
	margin-top:40px
}
.single-instruments .tech-benefits-wrapper .tech-benefits-block{
	flex-wrap:nowrap
}
@media only screen and (max-width:1500px){
	.single-technologies .tech-benefits-wrapper .tech-benefits-block .tech-benefits-icons, .single-instruments .tech-benefits-wrapper .tech-benefits-block .tech-benefits-icons{
		width:300px
	}
	.tech-benefits-icons p{
		padding: 0 16px;
	}
}
@media only screen and (max-width:1199px){
	.single-technologies .tech-benefits-wrapper .tech-benefits-block, .single-instruments .tech-benefits-wrapper .tech-benefits-block{
		flex-wrap: wrap;
	}
	.single-instruments .tech-benefits-wrapper .tech-benefits-block{
		flex-wrap:wrap
	}
}
@media only screen and (max-width:991px){
	.single-technologies .tech-benefits-wrapper .tech-benefits-block .tech-benefits-icons, .single-instruments .tech-benefits-wrapper .tech-benefits-block .tech-benefits-icons {
		width: 320px;
	}
}
.page-template-archive-news .row.odd .col__small{
	width:33.3%
}
.page-template-archive-news .row.odd .col__lg{
	width: 65%;
}
.page-template-archive-news .news-content__recent--item.news-page__item.LOL, .news-content__recent .row,
.page-template-archive-news .news-content__recent--item.news-page__item{
	width:100%
}
.page-template-archive-news .row.even .col__small{
	width: 33.36%;
}
.news-content__recent .even .col__lg  {
	width: 65%;
}
@media only screen and (max-width:1440px){
	.page-template-archive-news .row.even .col__small {
		width: 32.36%;
	}
	.page-template-archive-news .row.odd .col__lg{
		padding-left:15px
	}
	.news-content__recent .even .col__lg{
		padding-right:15px
	}
}
@media only screen and (max-width:991px){
	.page-template-archive-news .row.odd .col__lg,
	.page-template-archive-news .row.odd .col__small{
		width: 100%;
	}
	.page-template-archive-news .col__small .news-content__recent--item.news-page__item{
		width:calc(50% - 10px)!important
	}
	.page-template-archive-news .row.odd .col__small {
		margin-left: 15px;
	}
	.page-template-archive-news .row.odd .col__small{
		display:flex
	}
	.page-template-archive-news .col__small .news-content__recent--item.news-page__item:first-child{
		margin-right:10px
	}
	.page-template-archive-news .col__small .news-content__recent--item.news-page__item:last-child{
		margin-left:10px
	}
	.page-template-archive-news, .col__small, .news-content__recent--item.news-page__item:first-child{
		padding-bottom:0
	}
	.news-content__recent .even .col__lg{
		padding-right:0
	}
	.news-content__recent .even .col__lg {
		width: 100%;
	}
	.page-template-archive-news .row.odd .col__lg,
	.page-template-archive-news .row.odd .col__small{
		padding-left:0;
		margin-left:0
	}
	.page-template-archive-news .row.even .col__small {
		width: 100%;
		display: flex;
	}

}
@media only screen and (max-width:767px){
	.page-template-archive-news .news-content__recent .row{
		min-height: unset
	}
	.page-template-archive-news .single-title{
		font-size:14px
	}
}
.download_manager .w3eden.active .card{
	background-color: rgb(246, 246, 249);
}
.download_manager__archive .w3eden.active p,
.download_manager__archive .w3eden.active .file-size div
{
	color: rgb(182, 182, 182);

}
.download_manager__archive .active .download__button .btn-primary{
	background-color:rgb(230, 230, 230);
	color:rgb(159, 159, 159)
}

.download_manager .w3eden.active:hover .btn-primary{
	color:#fff
}
.text-input-wrapper__dm{
	width:calc(100% - 50% - 10px);
	display:inline-block;
	position: relative
}

.download_manager__header_img .container .text-input-wrapper__dm i {
	position: absolute!important;
	right: 6px;
	z-index: 3!important;
	color:rgb(151, 151, 151);
	top: 50%;
	transform: translateY(-50%);
}
@media only screen and (max-width:991px){
	.text-input-wrapper__dm{
		width:100%
	}
}
.category-wrap__share div{
	display:none;
	position:absolute;
	top:15px
}
#resetPassword-submit:after{
	content:unset
}
.shamir-pro__support__form .alert-success{
	color: #155724!important;
}
.shamir-pro__support__form .alert-success ~ *:not(.row):not(#registerform-login){
	opacity:0!important;
	transition:.3s all;
	display:none
}
.w3eden .blockui:before{
	z-index:3!important
}
.shamir-pro__support__form .alert-danger{
	color: #155724!important;
}
.shamir-pro__support__tools__form .w3eden *:before,.shamir-pro__support__tools__form .w3eden *:after{
	content:unset!important
}
.shamir-pro__support__tools__form .w3eden .checkbox-privacy label:before {
	content: ""!important;
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 22px;
	height: 22px;
	transition: transform 0.28s ease;
	border-radius: 3px;
	border: 1px solid #fff;
}
.shamir-pro__support__tools__form .w3eden .checkbox-privacy label:after{
	content: ""!important;
}
.bread .category-wrap__share a{
	display:inline-block
}
.category-wrap__share div{
	width:200px
}
.blog-content{
	overflow:hidden
}
@media only screen and (min-width:992px){
	.category-wrap__share div{
		transform: translate(-170px, 30px);
	}

}
@media only screen and (max-width:991px){
	.category-wrap__share div{
		transform: translate(40px, 2px);
	}
}
@media only screen and (max-width:767px){
	.legal-consent-container div{
		width:auto
	}
}
@media only screen and (max-width:575px){
	.category-wrap{
		margin-bottom:40px
	}
	.category-wrap__share div {
		transform: translate(0, 40px);
		left: 0;
	}
}
.page-template-archive-news .row.even.one-post, .page-template-archive-news .row.even.two-post {
	flex-direction:row
}
.submitted-message{
	color: #a71d2a !important;
	padding: 20px;
	max-width: 300px;
	background-color: lightblue;
}
body{
	position:relative
}
.popup_success__container{
	top: 50%;
	left: 50%;
	position: fixed;
	transform: translate(-50%, -50%);
	display: flex;
	width: 550px;
	align-items: center;
	justify-content: center;
	height: 80vh;
	background-color:#fff;
	z-index: 150;
	flex-direction: column;
	padding: 90px;
	text-align: center;
}
.popup_success__container h4{
	margin-top: 40px;

	font-size: 45px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.98;
	letter-spacing: normal;
	text-align: center;
	color: #ff0000;

}
.popup_success__container__close{
	position:absolute;
	top:30px;
	right:30px;
	font-size:40px;
	color:#ff0000;
	cursor:pointer
}
@media only screen and (max-width:991px){
	.nav ul.menu > li.toggle > ul.sub-menu > li > a, .top-bar__nav ul.menu > li.toggle > ul.sub-menu > li > a{
		display:flex
	}
	.nav ul.menu > li > ul > li a, .top-bar__nav ul.menu > li > ul > li a,{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: auto;
		padding: 9px 47px 3px;
		border-bottom: 1px solid #545759;
		padding: 11px 47px 7px;
	}
	.advantages__item:hover .advantages__text {
		height: auto;
		opacity: 1;
		min-height: 100px;
	}
	.pro__container{
		padding:0 30px
	}

	.technologies__container a, .section--locations a{
		margin: 0 auto
	}
	.categories__title h2 br{
		display:none
	}
	.pro__container br{
		display:none
	}
	.pro__container h2, .pro__container h4{
		text-align:left
	}
	.testimonials__author{
		display: flex
	}
	.testimonials__author > *:last-child {

		width: 200px;
	}
	.testimonials__content blockquote p {
		margin-bottom: 0;
		text-align: left;
	}
	.testimonials__content blockquote p br {
		display:none
	}
	.hbspt-form select{
		background-image:unset
	}

}
@media only screen and (max-width:767px){

	.popup_success__container{
		width: 300px;
		padding:30px
	}
	.popup_success__container{
		height: 60vh;
	}
	.whats-new__excerpt{
		max-height:unset
	}
	.whats-new__excerpt p{
		margin-bottom:0
	}
	.whats-new__item a.btn{
		margin-bottom:10px;
		position:relative;
		margin-top:0
	}
	.section--hero a:after, .whats-new__item a.btn:after {

		background-position: -10px -0.02em;

		position: absolute;
		right: -34px;
	}
	.subscribe .actions, .subscribe input {
		/*	border-bottom-right-radius: 0; */
		/*	border-top-right-radius: 0; */
	}
	.subscribe .hbspt-form{
		width:100%;
		margin-top:20px
	}
	.hs_submit{
		margin:0

	}
	.subscribe form{
		display:flex;
		justify-content: center;
	}
	.subscribe .actions{
		padding-top:0
	}

}
.term-transitions .section__image {
	object-position: left;
}
.menu-toggle:after, .menu-toggle:before{
	content: unset!important
}
@media only screen and (max-width:575px){
	.technologies__container br, .section--locations br{
		display:none
	}
	.section--locations {
		min-height: 640px;
	}
	.swiper-button-prev1 {
		position: absolute;
		left: -12px;
	}
	.technologies__item__block svg{
		width:80px
	}
	.technologies__img-wrap{
		display:flex;
		align-items:center
	}
}
.section__awards .row.no-gutters{
	width:100%;
	background-color:#fff
}
.section__awards {
	overflow:hidden
}
.section__description{
	padding: 100px 30px 85px;
	background-color: #fff;

}
.section__description *{
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.24;
	letter-spacing: normal;
	text-align: center;
	color: #ff0000;
}
@media only screen and (max-width: 575px){
	.section__description{
		padding: 50px 0px 50px;
	}
}
.section__awards{
	background-color:#f6f6f9;
	padding: 135px 0
}
.awards__text,.awards__text .product__content-wrap{
	height:100%;
}
.awards__text .product__content-wrap{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column
}
.award_date p{
	font-size: 25px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.36;
	letter-spacing: normal;
	text-align: center;
	color: #545759;
	margin-bottom: 15px;

}
.award_title {
	font-size: 38px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: center;
	color: #ff0000;
	margin-bottom:40px
}
.award__subtitle {
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.35;
	letter-spacing: normal;
	text-align: center;
	color: #545759
}
.section__awards .product__image img{
	width:100%
}
@media only screen and (max-width:991px){
	.awards__text,.awards__text .product__content-wrap{
		height:auto
	}
	.section__awards .row.no-gutters{
		margin-bottom:50px
	}
	.awards__text, .awards__text .product__content-wrap {
		height: auto;
		padding: 40px 20px;
	}
}
.section__interested  .btn_df.active:hover{
	opacity:.5
}
.new-light a{
	font-weight: 400!important;
	font-size: 14px;
}

@media only screen and (max-width:767px){
	#loginform-submit, #resetPassword-submit, #registerform-submit, #updatePassword-submit, #downloadCenter {
		width:100%;
		font-size: 16px!important;
	}
}
#row_country select:hover{
	border-color: #fff;
}
#row_country select{
	color: #545759;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 16px;
	opacity: .7;
	border-color: #fff;
	overflow-y: auto;
}
#row_country select option{
	background-color:rgb(246 ,246, 249)
}
#row_country select option:hover{
	background-color:rgb(236 ,236, 236)
}
.rc-anchor-normal .rc-anchor-pt, .rc-anchor-invisible .rc-anchor-pt, .rc-anchor-compact .rc-anchor-pt{
	font-family: "Ploni DL AAA", sans-serif;
}












.select-hidden {
	display: none;
	visibility: hidden;
	padding-right: 10px;
}
#row_country .select {
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-size: 16px;
}
.select-styled {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 8px 0;
	transition : all 0.2s ease-in;
	opacity: .7;
}
.select-styled:after {
	content:"";
	width: 0;
	height: 0;
	border: 7px solid transparent;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	top: 16px;
	right: 10px;
}
.select-styled:hover {

}
.select-styled:active, .select-styled.active {

}
.select-styled:active:after, .select-styled.active:after {
	top: 9px;
	border-color: transparent transparent #fff transparent;
}

.select-options {
	display: none;
	position: absolute!important;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 20!important;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color:rgb(246 ,246, 249);
	height:300px;
	overflow-y:auto;

}
.select-options  li {
	margin: 0;
	padding: 12px 0;
	text-indent: 15px;
	transition: all 0.15s ease-in;
}
#row_country select{
	display:none
}
.select-options  li:hover {
	color:  rgb(64, 64, 64);
	background-color: rgb(236, 236, 236)
}
.select-options  li[rel="hide"] {
	display: none;
}
#row_country{
	z-index:5
}
.captcha{
	position: absolute!important;
	margin-top: 72px;
}
@media only screen and (max-width:575px){
	.select-styled{
		font-size: 13px;
		padding-left: 0;
	}
	.captcha {
		margin-top: 145px;}
}
.form__noEnglish_country{
	display:none;
	position:absolute!important;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#fff;
	z-index:6!important;
	padding:8% 10% 8% 12%;
	box-shadow: 0 0 10px rgba(0,0,0,0.12); /* Параметры тени */
}
.form__noEnglish_country p{
	color:rgb( 84, 87, 89)!important;

	font-size:16px
}

.form__noEnglish_country button.shamir__red-button {
	padding: 15px;
	border-radius: 5px;
	background-color: #ff0000;
	color: #fff;
	width: max-content;
	font-size: 18px;
	text-decoration: unset;
	transition: .3s all;
	margin-top:30px
}
.form__noEnglish_country span{
	color:rgb(151, 151, 151);
	font-size: 40px;
	position: absolute!important;
	top: 0px;
	right: 30px;
}
.form__noEnglish_country button.shamir__red-button:hover, .form__noEnglish_country button.shamir__red-button:focus{
	color:#fff;
	opacity:.7
}
#wp-admin-bar-WPML_ALS {
	display:none;
}

@media only screen and (max-width: 991px){
	.single-header__blog{
		background-size: cover!important;
	}
}
@media only screen and (max-width:575px){
	.nav ul.menu > li.toggle > ul.sub-menu, .top-bar__nav ul.menu > li.toggle > ul.sub-menu{
		overflow:scroll
	}
	.nav ul.menu > li.wide > ul > li:last-child ul a, .top-bar__nav ul.menu > li.wide > ul > li:last-child ul a{
		display:flex
	}
	.top-bar{
		padding: 7px 0 7px;
	}
	.section__about .section__slogan {
		letter-spacing:1px
	}
	.section__title {

		margin: 22px auto 9px;
	}
	.section__about .section__slogan br{
		display:none
	}
	.section__drives .advantages__icon-wrap{
		justify-content:flex-start
	}
	.section__drives .advantages__item .advantages__title:after {

		margin: 10px auto 10px;
	}
	.section__about .container,
	.section__drives .container,
	.section__partners .col-sm-12,
	.section__glance .container,
	.career__header .container,
	.career__w_shamirs_do .container,
	.career_news .row .col-lg-6, .career_news .row .col-lg-6:last-child,
	.career_news .row .col-12:first-child{
		padding-left:20px;
		padding-right:20px
	}
	.buttons__group{
		padding-left:0;
		padding-right:0
	}
	.item__button {
		margin: 25px 0 15px;
		width: 273px;
	}
	.item__button:last-child{
		margin-top:10px
	}
	.item__button .btn_df {

		display: flex;
		justify-content: center;
	}
	.counters__inner {
		margin: 0 0 40px 0;
	}
	.count_number-wrap,.count_title {

		text-align: left;
		padding-left: 50%;
		transform: translateX(-15%);
	}
	.section__partners p br, .section__glance p br, .career__w_shamirs_do__blocks p br,.lenses__content p br,.career__our_team__slider__info p br,
	.career_news__item p br{
		display:none
	}
	.career_news__item p{
		margin-bottom: 0.5em;
	}
	.section__glance p {
		margin-bottom: 0.7em;
		text-align:center
	}
	.section__partners *,.section__partners h2,.section__about *,.section__history .tab__title.current-tab{
		text-align:center
	}
	.section__history  .container-tab {
		margin-top:0
	}
	.section__history .slick-arrow{
		display:none!important
	}
	.slick__prev {
		z-index: 5;
	}
	.section__team {
		padding: 20px 20px 20px;
	}
	.section__team h2,.section__team p{
		text-align:center;
	}
	.section__team p br{
		display:none
	}
	.team__item {
		flex: 0 0 calc(50% - 30px);
	}
	.team__item-foto-wrap img, .team__foto-wrap img{
		height:100%
	}

	.team__item-foto-wrap {
		width: 100%;
		height: auto;
	}
	.team__item {
		width: 100%;
		min-height: 320px;
		height:unset
	}
	.career__content-full .row, .career__content-small .row{
		position:relative
	}
	.lenses__img-bg{
		align-items:flex-start!important
	}
	.career__content__main{
		top:0
	}
	.team__item-name, .team__name {
		font-size: 18px;
	}
	.team__item-position {
		font-family: inherit;
		font-size: 13px;
	}
	.tab__title {
		text-align: left;
	}
	.section__management .tab__title {
		padding: 17px 20px 17px 35px;
		width: 50%;
	}
	.modal__close:after,.modal__close:before{
		width: 24px;
	}
	.career__header .header__title {
		margin-bottom: 10px;
	}

	.career__w_shamirs_do {
		padding: 0px 0 50px;
	}
	.career__content-full .career__img-bg-full .career__content__main{
		padding:20% 25px 40px 55px;
	}
	.career__content-small .career__content__main {
		padding: 0 25px 60% 60px;

	}
	h1{
		font-size:32px
	}
	.career__content__main p {
		font-size: 18px;
	}
	.career__our_team__slider .slick-arrow{
		display:none!important
	}
	.career__our_team__slider  .slick-slide{
		margin-right:5px;
		margin-left:5px
	}
	.career__content__main .lenses__title h3:before {
		top: 50%;
		transform: translateY(-50%);
	}
	.career__section__header__container .col-12 p:first-child {

		margin-bottom: 0;
	}
	.career__section__header__container .col-md-6{
		align-items:flex-start

	}
	.career__section__header__container .col-12{
		transform: translateX(-25%)!important;
		left: 50%!important;
	}
	.career__section__header {
		background-color: #fff;
	}
	.career__content__main .lenses__subtitle p{
		margin-bottom: 0.7em;
	}
	.career__section__header__container .col-12:nth-child(3){
		display:block
	}
	.career__section__header__container .col-12{
		padding-left:0;
		flex: 70% 0 0;
	}
	.container{
		padding-left:20px;
		padding-right:20px
	}
	.home .section--hero {
		min-height: calc(100vh - 10px);
	}
	.section--hero{
		padding-top: 0;
	}
	.home .section--hero h1 {
		line-height: 1.3!important;
		text-align: center;
	}
	.technologies__container a, .section--locations a {
		margin: 0;
	}
	.technologies__container h2, .section--locations h2, .technologies__container h4, .section--locations h4
	{
		text-align:left
	}
	.section--testimonials h2{
		text-align:left;
		padding-left:20px
	}
	.section--locations{
		align-items:flex-start!important
	}
	.section--technologies, .section--locations{
		margin-bottom:15px
	}
	.categories__title:before {
		width: 28px;
		height: 56px;
	}
	.section.section--pro {
		padding-top: 40px;
		align-items:flex-start
	}
	.whats-new__img-wrap {
		height: 286px;
	}
	.hbspt-form select,.section--partner input {
		padding: 5px 0 5px;
	}
	.partner label {
		top: 5px;
		position: relative;
	}
	.section--partner h2 {
		margin-bottom: 0;
	}
	.section--partner .hs-input, .section--partner select{
		width:100%!important
	}
	.section--partner .hbspt-form textarea.hs-input{
		width:calc(100% - 5px)!important;
		padding:5px 0
	}
	.hbspt-form input[type="submit"]{
		padding:15px 30px
	}
	.section--partner h2 {
		margin-bottom: 0;
		top: 15px;
		position: relative;
	}
	.section--partner label span {
		line-height: 1.41;
	}
	.section--partner .hs-form-field:not(.hs-fieldtype-textarea) {
		margin-bottom: 15px;
	}
	.section--partner .hs-email label{
		display:none
	}
	.hbspt-form fieldset.form-columns-1 {
		margin: 10px auto 10px auto!important;
	}
	.hbspt-form input[type="checkbox"] + span:before, .hbspt-form input[type="checkbox"] + span:after{
		top:15px
	}
	.footer--copy p {
		margin: 0;
		padding: 0;
		font-size: 12px;
		margin-right: 10px;
		padding-top: 2px;
	}
	.footer--copy .container{
		display:flex;
		flex-wrap:wrap;

	}
	.footer__copy-nav > li a{
		font-size:14px
	}
	footer .social{
		padding-left:0
	}
	.page-template-archive-technologies .section--page h1{
		margin-bottom: 360px;
		text-align:center
	}
	.technologies--page br{
		display:none
	}
	.technologies__item{
		width:100%!important;
	}
	.technologies__img-wrap {
		margin: 0 15px 30px 0px;
	}
	.technologies__title {
		margin-top:0;
		margin-bottom: 0;
		text-align: left;
		font-size: 22px;
	}
	.tech-block1-wrapper .tech_description.withimage .aos-init, .single-technologies .tech-block1-wrapper .tech_description img.tech_background {
		max-width: 100%;
	}
	.tech-block1-wrapper .tech_description {
		height: auto !important
	}
	.tech-block1-wrapper .tech_description .text-right{
		width:100%;
		top: -60px;
		position: relative;
		margin-bottom:0
	}
	.tech-block1-wrapper .tech_description .text-right iframe{

		margin:0!important
	}
	.tech-benefits-icons img{
		height:auto;
		margin-bottom:0
	}
	.howitworks_description p br{
		display:none;
	}
	.howitworks_description p, .howitworks_description h2, .howitworks_description h3{
		text-align:left
	}
	.howitworks_description h3{
		margin-bottom:25px
	}
	.single-technologies .howitworks .howitworks_description,.single-technologies .howitworks .howitworks_image{
		margin-bottom:0
	}
	.single-technologies .howitworks  iframe{

		margin:0!important
	}
	.single-technologies .howitworks .text-right{
		width:100%;
		margin-bottom:0;
		top: -40px;
		position: relative;
	}

	.single-technologies .more_technologies_scroll h2 {
		padding: 0px 0 60px;
	}
	.tech-benefits-wrapper {
		margin-top: 0 !important;
	}
	.more_technologies_scroll .technologies__link{
		width:100%;

	}
	.more_technologies_scroll .custom-btn1{
		display:none
	}
	.single-technologies .technologies__item{
		display:flex;
		align-items:center
	}
	.technologies__img-wrap{
		padding: 10px;
	}
	.single-technologies .technologies__title {
		margin-top: 0;
		margin-bottom: 0;
	}
	.single-technologies .technologies__img-wrap{
		margin:0!important
	}
	.single-technologies .technologies__content .technologies__link{
		display:none
	}
	.single-technologies  .technologies__content .technologies__title .technologies__link{
		display:block
	}
	.single-technologies .technologies__item{
		margin-bottom:40px
	}

}
.career__section__header{
	overflow:hidden
}
@media only screen and (max-width:767px){
	.product__content-wrap{
		padding: 30px;
		margin-bottom:30px;
		background: #fff;
	}
	.section__produucts .container{
		padding:0
	}
	.section__produucts{
		overflow:hidden
	}
	.section__produucts .ft_block{
		padding:0 30px
	}
	.section__produucts .ft_block{
		font-size:16px
	}
	.section__produucts br{
		display:none
	}
	.tax-lenses .no-gutters {
		background-color: #f6f6f6;

	}
	.section__who a{
		text-align:center
	}
	.section__who{
		background-size:cover
	}

	.slider__products .slider__img-wrap img{
		height: 100%;
		max-width: 100%;
		object-fit: cover;
	}
	.slider__title {
		padding-left: 50px;
		width: calc(100% - 50px);
	}
	.slider__products .btn--lg:before {
		width: 26px;
		height: 52px;
		margin-right: 14px;
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);

	}
	.slider__link:hover .slider__title:before {
		transform: rotate3d(0, 1, 0, -180deg) translateY(-50%);
	}
	.section__explore {
		margin-bottom: 0px;
	}
	.section__explore .headline__bg{
		padding:10px 30px;
		height:auto
	}
	.section__explore a:before{
		position:absolute;
		left: 0px;
	}
	.section__explore .headline__bg a{
		padding-left:40px
	}
	.slider__wrap {
		width: calc(100%);}
	.slider__products .row{
		margin-left:0;
		margin-right:0
	}
	.slider__products .swiper-button-next{
		right:-30px
	}
	.slider__products .swiper-button-prev{
		left: -27px;
	}
	.section--advantages .col-6,	.section__who .col-lg-4, .section__who  .col-sm-12{
		padding:0
	}
	.section__who {
		min-height: unset;
	}
	.section__who  .row{
		margin-left:0;
		margin-right:0
	}
	.section__single-product .row{
		flex-wrap:wrap-reverse
	}
	.section__single-product {
		margin: 19px 0 0;
	}
	.section__produucts .list__sections h2{
		padding:0 30px
	}
	.recommended__category .container{
		padding:0 30px
	}
	.recommended__category .category__item a{
		position: absolute;
		display: block;
		padding-left: 50px;
	}
	.recommended__category .category__item a:before{
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		position: absolute;
	}
	.recommended__category.slider__products .btn--lg:before {
		left: 10px;

	}
	.single-lenses_and_more .section__first-screen{
		align-items:flex-end!important;
		padding-bottom: 30px;
	}
	.single-lenses_and_more .section__content{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.single-lenses_and_more .section__content h1{
		text-align:center;
		font-size: 32px;
	}
	.single-lenses_and_more br{
		display:none
	}
	.swiper-button-prev, .swiper-button-next {
		display:none
	}
	.pro__container{
		padding:0
	}
	.section__explore a {
		font-size: 22px;
	}
	.slider__products .swiper-pagination {
		position: absolute;
		text-align: center;
		transition: .3s opacity;
		transform: translate3d(0,0,0);
		z-index: 5;
		bottom: -45px;
		/* margin: 0 auto; */
		left: 50%;
		transform: translateX(-50%);
	}
	.slider__products .swiper-pagination-bullet{
		margin-right:5px;

	}
	.swiper-pagination-bullet-active{
		background-color:#545759
	}
	.slider__products{
		margin-bottom:40px
	}
	.slider__products .swiper-pagination-bullet{
		width: 11px;
		height: 11px;
	}

	.section__who {
		background: none;
		display: flex;
		flex-direction: column;
	}
	.fashion-lens__first__section h1 {
		margin-top: 80px;
		text-align: center;
		font-size: 32px;
	}
	.fashion-lens__first__section.align-items-center{
		align-items: flex-start!important;
	}
	.testimonials__swiper .custom-btn1{
		display:none
	}
	.testimonials.section--testimonials .testimonials__content {
		padding-right: 0;
		padding-left: 0;
	}
	.slider__products .container{
		position: relative;
	}
}
@media only screen and (max-width:575px){
	.advantages__text{
		opacity:1;
		height:auto
	}
	.section--advantages .col-6{
		flex:100% 0 0;
		max-width:100%
	}
	.tech-block1-wrapper .tech_description.withimage{
		flex-wrap:wrap-reverse;

	}
	.tech-block1-wrapper .tech_description.withimage iframe{
		height: 215px!important;
		margin: 25px 0 25px;
		top: 40px;
		position: relative;
	}
	.technologies__item{
		width:100%!important;
		left:0!important;
		position: relative!important;
		top:0!important
	}
	.technologies__img-wrap {
		margin: 0 30px 0 0;
	}
	.technologies__content {
		text-align: left;
	}
	.technologies__grid{
		flex-wrap: wrap;
		display: flex;
	}
}


/**/


.mobile__colors, .fashion__img-bg__full__mobile{
	display: none;
}

@media only screen and (max-width: 767px){
	.safety__header .header__title {
		text-align: left;
		font-size: 28px;
		padding-right: 0;
		margin-top: 30px;
	}
	.safety__header.align-items-center{
		align-items: flex-start!important;
	}
	.fashion-lens_temp__section p{
		padding:0
	}
	.lenses__img-bg{
		min-height: 660px;
	}
	.fashion__img-bg-full .container{
		padding: 35px 15px;
	}
	.fashion__container__link {
		bottom: 20px;
	}
	.fashion-lens__first__section .section__content{
		width: 100%;
	}
	.constructor__main .container, .constructor__main .row{
		padding-left: 0;
		padding-right: 0;
	}
	.constructor__main__info .constructor__main__info__select-color, .constructor__main__info .constructor__main__info__select-mirror-color{
		display: none;
	}
	.constructor__main__image-container__img{
		flex-wrap: wrap;
	}
	.mobile__colors{
		display: block;
		position: relative;
		top: -15px;
		background-color: #f6f6f9;
		width:100%
	}
	.constructor__main__image-container__navigation-container {
		top: -30px;
	}
	.constructor__main .mobile__colors .tabcontent {
		display: flex;
		padding: 0 25px;
		overflow: auto;
		width: 100vw;
	}
	.checkmark{
		height: 52px;
		width: 52px;
	}
	.radio__container .checkmark:after {
		width: 60px;
		height: 60px;
	}
	.radio__container {
		margin-left: 8%;
		padding-right: 0;
		display: flex;
		flex-wrap: wrap-reverse;
		justify-content: center;
	}
	#tab-content__mobile{
		position: relative;
		padding:  0 0 20px;
	}
	.radio__container span {
		white-space: nowrap;
	}
	.radio__container:first-child {
		margin-left: 15px;
	}
	.radio__container:last-child{
		margin-right: 15px;
	}
	.radio__container {
		margin-top: 25px;
		width: 25% !important;
	}

	.constructor__main__image-container__nav{
		padding: 0 25px;
		justify-content: space-between;
	}
	.tab-content__mobile{
		padding: 25px 0;
	}
	.constructor__main .tab__title{
		text-align: center;
	}
	.constructor__main__image-container__img {
		margin-bottom: 0;
	}
	.gradients_constructor{
		height: 0;
	}
	.constructor__main__info{
		padding:0 30px;
		text-align: center;
	}
	.product__image img{
		display: none!important;
	}
	.product__image img.product__image--mobile{
		display: block!important;
	}

	.section__produucts .list__sections .container{
		padding: 0 30px;
	}
	.section__produucts .list__sections{
		width: 100%;
	}
	.nav__burger.justify-content-center{
		justify-content: flex-end !important;
	}
	.recommended__category .section__title{
		margin: 0 auto 30px;
	}
	.section__who .col-lg-4{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.section__who .section__title{
		margin: 52px auto 15px;
	}
	.section__who .except p{
		text-align: center;
	}
	.section__who a{
		margin: 0 auto;
		width: max-content;
	}
	.product_video_cont{
		padding: 10px 10px 0 10px!important;
	}
	.slider__wrap {
		margin-top: 20px;
	}
	.slider__products {
		padding: 0 20px 40px 20px;
		margin-top: 50px;
	}
	.slider__products h2{
		text-align: center;

	}
	.slider__content-wrap{
		align-items: flex-end !important;
	}
	.slider__title {
		margin-bottom: 50px;
		position: relative;
	}
	.ft_block{
		margin: 30px 0 30px;
	}
	.section__who .section__title, .section__who .section__title *{
		color:#404040!important;
		text-align: center;
	}
	.section__title,.slider__products h2 {
		font-size: 31px;
	}
	.section__content br{
		display: none;
	}
	.fashion__img-bg__full__mobile{
		display: block;
	}
	.fashion__img-bg-full{
		background-image: unset!important;
	}
	.fashion__img-bg__full__mobile {
		display: block;
		width: 100%;
		height: 300px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}
	.fashion__img-bg-full{
		flex-wrap: wrap;
		height: fit-content;
	}
	.fashion__content__main .lenses__text, .fashion__content__main .lenses__subtitle{
		color: #545759;
	}
	.fashion__img-bg-full .lenses__title h3{
		color: #545759;
	}
	.fashion__content-full .fashion__img-bg-full .fashion__content__main {
		padding: 40px 0 40px 40px;
	}
	.fashion-lens_temp__section{
		margin-bottom: 30px;
	}
	.fashion__content-full .fashion__container__link .btn{
		color: red;
	}
	.fashion__content-full .fashion__container__link .btn:after, .fashion__content-full .fashion__container__link .btn:before{
		background-color: red;
	}
	.fashion__content-full  .fashion__container__link {
		bottom: 0px;
	}
	.fashion__categories h3 {
		margin-bottom: 30px;
		font-size: 31px;
		padding: 20px;
	}
	.tech_bread .container{
		padding-left: 0;
		padding-right: 0;
	}
	.single-technologies .howitworks{
		flex-wrap: wrap-reverse;
	}
	.single-technologies .howitworks .howitworks_description{
		top: -40px;
		position: relative;
	}
	.section__history .slick-dots li button:before, .section__history .slick-dots li button:after{
		content: unset;
	}
	.section__history .slick-dots li button{
		font-size: 0;
	}
	.section__history .slick-dots li button{
		font-size: 0;
		color: #ff0000;
		width: 12px;
		height: 12px;
		background-color: #7b7b7b;
		border-radius: 50%;
		opacity: .2;
	}
	.section__history .slick-dots li.slick-active button {
		opacity: 1;
	}
	.slide__item-text p br{
		display: none;
	}
	.section__history .slick-slide{
		margin: 67px 0 0;
		padding: 0 20px;
	}
	.section__history .slick-dots {
		position: absolute;
		bottom: 60px;
	}
	.slide__item-text p {
		font-size: 14px;
	}
	.about__header, .awards__header, .tax__header, .managment__header, .career__header, .home__header{
		align-items: flex-start!important;

	}
	.home__header h1 br{
		display: none;
	}
	.about__header h1, .awards__header h1, .tax__header h1{
		padding-top: 120px;
	}
	.managment__header h1, .career__header h1, .home__header h1{
		padding-top: 80px;
	}
	.about__header *, .managment__header h1, .career__header h1, .awards__header h1, .tax__header h1, .home__header h1{
		text-align: center;
		margin: 0 auto;
	}
	.career__header a{
		margin: 0 auto;
	}
	.section__first-screen .section__content{
		width: 100%;
	}
	.safety__header .header__title{
		margin-top: 0;
	}
	.fashion-lens__first__section .row{
		width: 100%;
		margin-right: 0;

		margin-left: 0;
	}
	.subscribe form{
		flex-direction: column;
	}
	.subscribe form .hs-email input{
		text-align: center;
	}
	.subscribe input[type="submit"] {
		border-radius: 5px!important;
		margin-top: 15px;
	}
	.subscribe .hbspt-form {
		padding-left: 0;
	}
	.section__who .except *{
		color: #404040!important;
	}
}
@media only screen and (max-width:575px){
	.constructor__main .container, .constructor__main .row{
		margin-right: 0;
		margin-left: 0;
	}
}
.single-header__blog .single-header__title{
	text-transform: uppercase;
}
.section--partner textarea::placeholder {
	color: #979797;
}
.blog-content__recent--item a:before{
	content: unset;
}
.single-instruments .tech-benefits-wrapper a{
	height: fit-content;
	margin-bottom: 0;
}
.tech-benefits-wrapper .row{
	align-items: center;
}
@media only screen and (min-width:768px){
	.swiper-pagination.technologies__pagination{
		display: none;
	}
}
.legal-consent-container p{
	color:#545759
}
.legal-consent-container{
	margin-left: 15px;
}
.advantages__icon{
	width: 100%;
	max-height: 200px;
	padding: 0 15px;
}
@media only screen and (max-width: 575px){
	.slick-dots li {
		margin: 0 10px 0 0!important;
	}
	.slick-dots li button {
		width: 48px!important;
		height: 48px!important;
		padding: 16px!important;
		background-clip: content-box!important;
		display: block!important;
	}
}
.full_nav {
	position: absolute;
	width: 100%;
	margin-top: 20px;
	left: 38%;
	bottom: -25px;
}
.full_nav a{
	text-align: center;
	background-color: #ea351e;
	color: #fff;
	border-radius: 5px;
	padding: 20px 15px;
	font-size: 18px;
	font-family: "Ploni DL AAA", sans-serif;
	transition: .3s all;
	z-index: 2;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.full_nav a:hover{
	background-color: #f07262;
	color:#fff
}
.full_nav:before{
	content: " ";
	width: 100%;
	height: 2px;
	margin: 0 10px 0;
	vertical-align: super;
	background-color: #ea351e;
	display: inline-block;
	position: absolute;
	left: -0%;
	transform: translate(-40%, 33px);
}
.full_nav:after{
	/*content: " ";
	width: 93%;
	height: 2px;
	margin: 0 10px 0;
	vertical-align: super;
	background-color: #ea351e;
	display: inline-block;
	position: absolute;
	right: 13.7%;
	transform: translate(50%, -33px);*/
}
.nav ul.menu > li.wide > ul > li > ul > li.full_nav > a, .top-bar__nav ul.menu > li.wide > ul > li > ul > li.full_nav > a{
	font-weight: normal;
}
.full_nav a:after {
	display: inline-block;
	content: ' ';
	background-image: url(./img/arrow-thin-white.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	left: -5px;
	position: relative;
	transform: rotate(
			90deg
	);
}
.main-navigation .wrapped{
	opacity: 0;
	transition: .3s all;
}
.nav.wrap .main-navigation .wrapped, .top-bar__nav.wrap .main-navigation .wrapped{
	opacity: 1;
}
.nav.wrap  .full_nav a:after, .top-bar__nav.wrap  .full_nav a:after {
	transform: rotate(
			270deg
	);
}
.award__icon img{
	width:max-content
}
@media only screen and (max-width: 1199px){
	.full_nav{
		left: 30%;
	}
	.full_nav:before {
		transform: translate(-33%, 33px);
	}

}
@media only screen and (max-width: 991px){
	.main-navigation .wrapped{
		display: block;
		opacity: 1;
	}
	.full_nav{
		display: none;
	}
	.single-technologies .technologies__content{
		justify-content: center;
	}
}
.js-lang, .js-lang  a{
	display: flex;
	align-items: center;
}
.js-lang.menu-item a img{
	max-width: 20px;
}
.js-lang a{
	margin-right: 5px;
}
.hs-fieldtype-textarea{
	top:2px
}
@media only screen and (max-width: 576px){
	.team__content{
		height: calc(60vh - 150px);
		padding: 0 20px;
		overflow: auto;
	}
	.team__foto-wrap{
		height: calc(40vh);
	}
	.team__work-desc {
		display: block;
		width: 100%;
	}
	.team__work-desc{
		max-height: unset;
	}
}
.mobile_nav{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
@media only screen and (max-width: 767px){
	.testimonials__bullet{
		padding: 12px;
		width: 48px;
		height: 48px;
		background-clip: content-box;
	}
}
.section__drives .col-md-6{
	padding: 50px 0;
}
#pojo-a11y-toolbar{
	display: none;
}
.section--hero .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
}

.section--hero .swiper-pagination {
	bottom: 10vh;
}
.section--hero .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
	width: 48px;
	height: 48px;
	padding: 15px;
	background-clip: content-box;
}
.section--hero .swiper-pagination-bullet {
	background: #fff3f3;
}
.page-template-career-page section{
	overflow: hidden;
}
.webinars .container,.webinars_other{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.webinars .main_video{
	margin: 80px auto 60px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	max-width: 760px;
}
.webinars .main_video h2 {
	margin: 20px 0 6px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: normal;
	color: #ec1d24;
}
.webinars .main_video p {
	font-size: 18px;
	line-height: 1.44;
	color: #545759;
	max-width: 450px;
}
.webinars_other .col-12{
	display: flex;
	flex-direction: column;
	margin-bottom: 50px

}
.webinars_other .col-12 h3{
	margin: 11px 2px 7.9px 18px;

	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: normal;
	text-align: right;
	color: #545759;
	min-height: 32px;

}
.webinars_other .col-12 p{
	margin: 7.9px 2px 8px 18px;
	font-size: 14px;
	line-height: 1.14;
	color: #545759;

}
@media only screen and (max-width: 767px){
	.webinars .main_video iframe{
		height: 280px;
	}
}
@media only screen and (max-width: 576px){
	.webinars iframe,.webinars .main_video iframe{
		height: 170px;
	}
	.webinars_other .col-12{
		margin-bottom: 40px;
	}
	.webinars p br{
		display: none;
	}
}
.page-template-webinars-page-php .section--page-contact {
	min-height: 250px;
}
.page-template-webinars-page-php .section--page-contact .container .col-12 {
	justify-content: center;
}
#hq_lang_redirect #country{
	color: #545759;
	font-size: 20px;
	border:unset;
	border-bottom: 1px solid black;
	border-radius: unset;
	padding: 7px 0;
}
#hq_lang_redirect #country:focus, #hq_lang_redirect #country:hover{
	outline: unset;

	border-bottom: 1px solid black;
}
#hq_lang_redirect .shamir__red-button{
	background: #ff0000;
	color: white;
	width: 100%;
	text-align: center;
	justify-content: center;
	margin-top: 35px;
}
#hq_lang_redirect .shamir__red-button:after,#hq_lang_redirect .shamir__red-button:before{
	content: unset;
}
.shamir-pro__support__form .w3eden .input-wrapper{
	border:none;
	border-bottom: 1px solid #626262;
	border-radius: unset;
	padding: 7px 15px 7px 0;
	background: #ffffff !important;
	transition: all ease-in-out 400ms;
	line-height: 1;
	height: unset;
	max-width: 370px;
}
.w3eden #wpdmreg, .w3eden #wpdmlogin, .shamir-pro__support__tools__form *{
	max-width: 440px;
}
#loginform .row{
	margin: 0;
}
#registerform .form-group{
	padding: 0;
}
.w3eden #registerform .form-row{
	margin-left: 0;
	margin-right: 0;
}
.shamir_personal_hero{
	padding: 90px 0 30px;
}
.shamir-pro__support__tools__links{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media only screen and (max-width: 991px){
	.shamir-pro__support__tools__links p{
		text-align: center;
	}

}
@media only screen and (max-width: 576px){
	.shamir-pro__support__tools__form{
		padding: 0;
	}
}


.card-img{
	background-image: url("/wp-content/themes/shamir/img/image_icon.png");
	background-size: auto;
	background-position: center center;
	background-repeat: no-repeat;

	width: 260px;
	height: 190px;
	background-color: #F6F6F9;
}
.w3eden .card-body{
	padding: 0
}
.w3eden .media-body{
	background-color: #fff;
}
.download_manager__archive .w3eden .card {
	border:#D8D8D8 2px solid;

}
.download_manager .w3eden .card{
	overflow: hidden;
}
.download_manager__archive .w3eden p {
	margin: 0;
	min-height: unset;
}
.download_manager .w3eden .card{
	height: 100%;
}
.w3eden .media{
	height: calc(100%);
}
.download_manager .media-body{
	height: 100%;
}
.w3eden .media-body{
	display: flex;
	flex-direction: column;
	justify-content: space-between;

	padding: 10px 15px;
}
.w3eden .d-flex{
	margin: 0;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	align-items: flex-end;
}
.w3eden .d-flex img{
	width: auto!important;
	height: 32px!important;
}
.file-size{
	margin-top: 10px;
}
.file-size p{
	margin-left: 10px!important;
	line-height: 1;
	color: #979797;
	font-family: "Ploni DL AAA", sans-serif;
}
.download_manager:not(.download_manager__main){
	margin-top: 0;
	padding: 127px 0 40px 0;
}
.download__button{
	display: none;
}
.download_manager__archive .w3eden .card:hover{
	border: #ff0000 2px solid;

}
.download_manager__form select, .download_manager__form input{
	background-color: #fff!important;
	color: rgba(84,87,89,.7);
	border:1px solid #D8D8D8;
	width: 260px;
}
.download_manager__form select#manager_category{
	width: 150px;
}
.download_manager__form{
	margin-top: 56px;
	margin-bottom: 30px;
}
.text-input-wrapper__dm{
	width: auto;
}
.text-input-wrapper__dm i{

	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}
.download_manager__form__bottom{
	height: auto;
	position: relative;
}
.download_manager__form__bottom{
	position: relative;
}
.line_dm_tag{
	border-top: 1px solid #D8D8D8;
	position: absolute;
	width: 100%;
	/* bottom: 1px; */
	transform: translateY(-1px);
}

.file-size p{
	text-transform: lowercase;
}



.shamir-pro__support__tools__links .d-flex p:before{
	content: '\2713';
	position: absolute;
	display: flex;
	background-color: #ff0000;
	width: 20px;
	height: 20px;
	font-size: 12px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	left: -20px;
	top:5px;

}
.shamir-pro__support__tools__links .d-flex:not(.flex-column){
	margin-left: 20px;
}
.toDownload_center_info{
	margin: 58px 0 110px;
}
.toDownload_center_info .d-flex{
	margin-bottom: 60px;
}
.toDownload_center_info h2,.toDownload_center_info p{
	margin-bottom: 25px;
}

@media only screen and (max-width: 991px){
	.download_manager__form select, .download_manager__form input{
		width: 255px;
	}
	.download_manager__form select#manager_category{
		width: 150px;
	}
}
@media only screen and (max-width: 576px){
	.download_manager__form input{
		margin-left: 0;
		margin-top: 20px;
	}
}
.w3eden .input-wrapper input, .w3eden .input-wrapper.text-input-wrapper label, .w3eden .input-wrapper.password-input-wrapper label{
	border: unset;
}
#wpdmlogin .alert {
	padding-left: 10px;
}
.pojo-skip-content{
	display: none;
}
.user_logo{
	position: absolute;
	right: 0;
	transform: translateX(calc(100% + 20px)) translateY(-50%);
	display: flex;
	align-items: center;
	height: auto;
	top: 50%;
}

.user_logo img{
	height: 30px;
	border-radius: 50%;
	margin-right: 10px;
}
.user_logo span{
	color:#fff;
	font-family: "Ploni DL AAA", sans-serif;;
}
@media only screen and (max-width:1439px){
	.user_logo{
		position: relative;
		right: 0;
		transform: translateY(-50%);
		display: flex;
		align-items: center;
		padding-left: 20px;
	}
	.main-navigation {
		display: flex;
		align-items: center;
	}
}
@media only screen and (max-width: 991px){
	.user_logo{
		position: absolute;
		right: 50%;
		transform: translateX(calc( 75%));
		display: flex;
		align-items: center;
		top: 0;
	}
}
@media only screen and (max-width: 767px){
	.user_logo{
		display: none;
	}
}
.resend_pass:hover{
	background-color: transparent!important;
	box-shadow: unset!important;
	opacity: .7!important;
}
.resend_pass:focus{
	outline: unset!important;
}
.login_big_button:hover{
	box-shadow: 0 3px 8px 0 rgb(0 0 0 / 17%);
	opacity: 0.82;
}
.wpdm_submit{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #47505A;
	font-size: 16px;
	font-family: "Ploni DL AAA", sans-serif;;
	font-weight: 600;
}
.resend_pass{
	margin-top: 0!important;
	margin-left: 5px!important;
	margin-bottom: 0!important;
}
.shamir-pro__support__tools__form__info #__recap_field iframe{
	transform: unset;
}
.shamir-pro__support__tools__form .captcha #__recap_field iframe{
	margin-left: 0;
}
.shamir-pro__support__tools__form .captcha .col-sm-12{
	padding: 0;
}
@media only screen and (max-width: 576px) {
	.shamir-pro__support__tools__form .captcha {
		margin-top: 55px;
	}


}
.section--hero.metaform_header{
	height: calc(100vh);

}


@media (max-width: 991.98px) {
	.section--hero.metaform_header {
		max-height: 450px;
	}
}
@media only screen and (max-width: 767px){
	.top_video_banner iframe {
		min-width: 350vw!important;
	}
	.section--hero.metaform_header {
		height: calc(100vh - 47px);
		min-height: 767px;
		max-height: unset;
	}
	.section--hero.metaform_header {
		padding-top: 0;
	}
}

.page-template-metaform-page h1, .page-template-metaform-page h2, .page-template-metaform-page h3{
	font-family: "Oswald";
	text-transform: uppercase;
}
.page-template-metaform-page h1 strong, .page-template-metaform-page h2 strong, .page-template-metaform-page h3 strong{
	font-weight: 500;
}
.page-template-metaform-page h1{
	color: #F6F6F9;
	font-size: 58px;
	font-weight: 300;
}
.page-template-metaform-page h3{
	font-size: 44px;
	font-weight: 300;
	line-height: 54px;
}
.oswald_regular p{
	font-weight: 400;
	font-family: "Oswald";
}
.metaform_header p{
	font-size: 26px;
	line-height: 36px;
	max-width: 790px;
	padding: 0 30px;
}
.page-template-metaform-page p{
	font-size: 20px;
	line-height: 27px;
	margin: 0 auto;
}
.page-template-metaform-page{
	background-color: #000;
}
.metaform__nano-section h2{
	color: #F06CA9;
	font-size: 58px;
	margin-bottom: 20px;
	font-weight: 400;
}
@media only screen and (max-width: 1199px) {
	.page-template-metaform-page h3 {
		font-size: 40px;
		line-height: 46px;
	}
	.metamorf_features_text h1, .metaform__nano-section h2 {
		font-size: 50px;
		line-height: 56px;
	}
}

.metaform__nano-section p{
	font-size: 24px;
	font-weight: 300;
	font-family: "Oswald";
	color: #fff;
	text-transform: uppercase;
}
.metaform__nano-section p strong{
	font-weight: 400;
}
.metaform__nano-section{
	padding: 56px 0;
}
.bg_img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.metaform__enjoy-section{
	position: relative;
}
.metaform__enjoy-section h3{
	color: #00AEEF;
}
.metaform__enjoy-section h3 strong{
	color: #fff;
	font-weight: 500;
}
.metaform__enjoy-section p{
	color: #fff;
}
.metaform__enjoy-section .container{
	position: relative;
	z-index: 2;
}
.metaform__enjoy-section{
	height: calc(100vh - 180px);
	min-height: 767px;
}
.metaform__enjoy-section .container{
	display: flex;
	align-items: center;
	height: 100%;
}
.shamir_blue-button{
	color:#fff;
	background-color: #00AEEF;
	padding: 10px 35px;
	font-size: 20px;
	border-radius: 5px;
	transition: .3s all;
	text-decoration: unset;
}
.shamir_blue-button:hover{
	background-color: #048abc;
}
.metaform__enjoy-section_text{
	margin-bottom: 30px;
}
.metaform__enjoy-section_text .how_that_works h3{
	color: #00AEEF;
	margin-bottom: 30px;
}

.metaform__enjoy-section_text .how_that_works img{
	margin-bottom: 60px;
}
.how_that_works{
	padding: 10% 0 0%;
}
.how_that_works h3{
	color:#00AEEF;

}
.how_that_works p{
	color:#fff;
	text-align: center;
}
.how_that_works .how_that_works_content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.metamorf_features{
	padding: 130px 0 55px;
}
.metamorf_features_img{
	background-position: center;
	background-repeat: no-repeat;
	background-size: 128%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.metamorf_features_img__child h4{
	color:#FFFFFF;
	margin-bottom: 15px;
	font-size: 34px;
	line-height: 55px;
	font-weight: 300;
	font-family: "Oswald";
	text-transform: uppercase;
	text-align: center;
}

.metamorf_features_img__child h4 strong{
	font-weight: 500;
}
.metamorf_features_img__child{
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.metamorf_features_img__child:last-child{
	margin-bottom: 0;
}
.metamorf_features_img__child p{
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	font-family: "Oswald";
	color: #fff;
}
.metamorf_features .container{
	display: flex;
	flex-wrap: wrap;
}
.metamorf_features_img__childs{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 41px 108px;
	box-sizing: initial;
}
.metamorf_features_text h3{
	color:#F06CA9;
	margin-bottom: 20px;
}
.metamorf_features_text p{
	color: #fff;
	margin-bottom: 20px;
}
.metamorf_features_text img{
	width: 100%;
}
@media only screen and (max-width: 1199px){
	.metamorf_features_img__child h4 {
		font-size: 35px;
		line-height: 40px;
	}
	.metamorf_features_img__childs {
		padding: 41px 68px;
	}
	.metamorf_features_text p{
		font-size: 18px;
	}
}
.coating_process_title{
	margin-bottom: 30px;
}
.coating_process h3{
	color:#FFFFFF;
	font-weight: 300;
	margin-bottom: 0;
}
.coating_process h3 strong{
	color:#00AEEF;
	font-weight: 500;
}
.coating_process_subtitle{
	margin-bottom: 25px;
}
.coating_process p{
	color: #fff;
}
.coating_process_subtitle_blue p{
	color:#00AEEF;
}
.coating_process{
	padding: 17% 0;
	position: relative;
}
.perfect_product{
	padding: 10% 0 25%;
	position: relative;
}
.perfect_product .bg_img{
	background-size: contain;
	background-position: center bottom 30px;
}
.perfect_product h3{
	color: #FFFFFF;
}
.perfect_product h3 strong{
	color: #F06CA9;
}
.perfect_product p{
	color: #fff;
	margin-bottom: 20px;
}
.fast_service{
	padding: 20% 0;
	position: relative;
}
.fast_service h3{
	color: #fff;
}
.fast_service h3 strong{
	color: #FBEF24;
	font-weight: 500;
	margin-bottom: 30px;
}
.fast_service p{
	color:#fff
}
.energy_efficient{
	padding: 16% 0 18%;
	position: relative;
}
.energy_efficient .container .col-12{
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.energy_efficient h3{
	color: #fff;
	text-align: center;
	font-size: 56px;
	line-height: 64px;
	margin-bottom: 25px;
}
.energy_efficient_subtitle{
	margin-bottom: 50px;
}
.energy_efficient_logos{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.energy_efficient_logos img{
	width: 76px;
	height: 76px;
	margin-right: 42px;
}
.energy_efficient_logos img:last-of-type{
	margin-right: 0;
}
.energy_efficient p{
	color: #fff;
	text-align: center;
}
.energy_efficient_subtitle p{
	font-size: 26px;
	line-height: 32px;
	font-family: "Oswald";
	font-weight: 300;
	text-transform: uppercase;
}
@media only screen and (max-width: 1199px){
	.energy_efficient_subtitle {
		margin-bottom: 30px;
	}
	.energy_efficient h3 {
		color: #fff;
		text-align: center;
		font-size: 46px;
		line-height: 52px;
		margin-bottom: 25px;
	}

}
.shamir_blue-border_button{
	padding: 11px 20px;
	text-align: center;
	min-width: 210px;
	color:#00AEEF;
	border-radius: 5px;
	border: 1px solid #00AEEF;
	text-decoration: unset;
	transition: .3s all;
}
.shamir_blue-border_button:hover{
	background-color: #00AEEF;
	color: #fff;
}
.superpower_buttons .shamir_blue-button{
	background-repeat: no-repeat;
	background-position: left 15px center;
	padding-left: 50px;
}
.superpower h3{
	color:#00AEEF;
	margin-bottom: 25px;
}
.superpower_buttons{
	display: flex;
	margin-top: 40px;
}
.superpower{
	padding: 15% 0;
}
.superpower_buttons a{
	margin-right: 20px;
}
.superpower_buttons a:last-of-type{
	margin-right: 0;
}
.superpower .container .col-12{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.superpower .container p{
	color: #fff;
	text-align: center;
}
.page-template-metaform-page .more_technologies_scroll h2{
	font-family: "Ploni DL AAA";
	color: #fff;
}
.page-template-metaform-page .technologies__title, .page-template-metaform-page .technologies__title a{
	color: #fff;
	font-family: "Ploni DL AAA";
	text-transform: unset;
	font-size: 25px;
}
.page-template-metaform-page .technologies__swiper{
	padding-right: 0;
	padding-bottom: 3.75em;
	padding-left: 0%;
	margin-top: 80px;
}

.page-template-metaform-page .swiper-button-prev1,.page-template-metaform-page .swiper-button-next1{
	filter: brightness(0) invert(1);
}

.page-template-metaform-page .technologies__item {
	padding: 0 0 0px;
}
@media only screen and (max-width: 991px){
	.page-template-metaform-page .technologies__content{
		display: flex;
		justify-content: center;
	}
	.energy_efficient {
		padding: 18% 0 16%;
	}
	.fast_service h3{
		margin-bottom: 20px;
	}
	.perfect_product h3{
		margin-bottom: 20px;
	}
	.metaform__nano-section p{
		text-align: center;
	}
	.metamorf_features_text h1, .metaform__nano-section h2{
		text-align: center;
	}
	.metaform__enjoy-section{
		height: auto;
	}
	.metaform__enjoy-section .bg_img {
		position: relative;
		height: 300px;
		top: 20px;
	}
	.metaform__nano-section{
		padding: 0 0 56px 0;
	}
	.how_that_works h3{
		text-align: center;
	}
	.metamorf_features_img__child h4 {
		font-size: 28px;
		line-height: 34px;
	}
	.metamorf_features_img__child p {
		font-size: 16px;
		line-height: 18px;
	}
	.metamorf_features_img__child {
		margin-bottom: 20px;
	}
	.metamorf_features {
		padding: 80px 0 40px;
	}
	.metamorf_features .container{
		padding-left: 0;
		padding-right: 0;
	}
	.metamorf_features_text{
		padding: 0 25px;
	}
	.metamorf_features_img{
		background-size: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 560px;
		width: 100vw;
		position: relative;
	}
	.metamorf_features_img__childs {
		padding: 40px 40px;
	}

}
.lens_img_mobile{
	display: none;
}
.lens_img{
	display: block;
}

@media only screen and (max-width: 767px){
	.metaform__nano-section h2 {
		font-size: 40px;
	}
	.metaform__nano-section p {
		font-size: 22px;
	}
	.metaform__enjoy-section h3{
		margin-bottom: 25px;
	}
	.metamorf_features_img {
		background-size: 131%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 570px;
	}
	.metamorf_features {
		padding: 80px 0 0;
	}
	.coating_process {
		padding: 0 0 70px 0;
		position: relative;
		top: -70px;
	}
	.metamorf_features_text img {
		width: 100%;
		top: 70px;
	}
	.metamorf_features{
		z-index: 2;
		position: relative;
	}
	.coating_process .container{
		top: -110px;
		position: relative;
	}
	.coating_process .bg_img{
		background-position: left;
		background-size: contain;
	}

	.perfect_product {
		padding: 50px 0 0 ;
	}
	.lens_img_mobile{
		display: block;
		margin: 0 auto;
		left: 20px;
		z-index: 2;
		position: relative;
	}
	.lens_img{
		display: none;
	}

	.fast_service .bg_img{
		background-position: center center;
		background-size: 170%;
		background-repeat: no-repeat;
		height: 500px;
	}
	.fast_service {
		padding: 300px 0 20%;
	}

	.coating_process .container{
		z-index: 2;
	}
	.perfect_product .bg_img {

		top: -262px;
		background-position: right 40px top 30px;
		height: 300px;
	}
	.energy_efficient p{
		font-size: 16px;
	}
	.energy_efficient h3 {
		font-size: 36px;
		line-height: 44px;
	}
	.energy_efficient_subtitle p {
		font-size: 22px;
		line-height: 28px;
	}
	.energy_efficient .col-12 {
		padding: 35px;
	}
	.superpower h3{
		text-align: center;
	}
}
@media only screen and (max-width: 576px){
	.metamorf_features_img{
		background-size: 142%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 450px;
		width: 100vw;
		position: relative;
	}
	.fast_service .bg_img{
		background-position: center center;
		background-size: 420%;
		background-repeat: no-repeat;
		height: 700px;
		top: 0px;
	}
	.perfect_product .bg_img{
		background-position: center top 30px;
		top: -262px;
		height: 312px;
	}
	.energy_efficient .col-12 {
		padding: 0;
	}
	.energy_efficient .bg_img{
		background-position: top center;
		background-size: 225vw;
		top: -100px;
	}
	.energy_efficient h3{
		margin-bottom: 175px;
	}
	.superpower_buttons {
		display: flex;

		margin-top: 40px;
		margin-bottom: 30px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;

	}
	.superpower_buttons a{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.superpower_buttons a:last-of-type{
		margin-bottom: 0;
	}
	.technologies__content a{
		display: none;
	}
	.technologies__content h3 a{
		display: block;
	}
	.page-template-metaform-page .technologies__title, .page-template-metaform-page .technologies__title a{
		text-align: center;
	}
}
.download_manager .media-body{
	min-height: 115px;
}
.download_manager .w3eden{
	margin-right: 30px;
}
.download_manager .w3eden:nth-child(4n){
	margin-right: 0px;
}
@media only screen and (max-width: 1439px){
	.download_manager .w3eden {
		margin-right: 30px;
	}
}
@media only screen and (max-width: 1219px){
	.download_manager .w3eden,.download_manager .w3eden:nth-child(4n) {
		margin-right: 55px;
	}
	.download_manager .w3eden:nth-child(3n){
		margin-right: 0;
	}
}
@media only screen and (max-width: 991px){
	.download_manager__archive{
		justify-content: space-between;
	}
	.download_manager .w3eden,.download_manager .w3eden:nth-child(4n), .w3eden:nth-child(3n) {
		margin-right: 0;
	}
}
.hidden_border_top_right{
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	border-top: 1px solid #FBEF24;
	transition: .3s all linear;
	margin: 0 auto;
	display: block;
	left: 75%;
	border-right: 1px solid #FBEF24;
}
.hidden_border_top_left{
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	border-top: 1px solid #46BBD2;
	transition: .3s all linear;
	margin: 0 auto;
	display: block;
	right: 79%;
	border-left: 1px solid #46BBD2;
}
.how_that_works__text{
	display: none;
}
.how_that_works__text_2 h4{
	font-weight: 400;
	font-family: 'Oswald';
	text-transform: uppercase;
	font-size: 26px;
	color: #46BBD2;
}
.how_that_works__text_2 p{
	line-height: 30px;
	text-align: left;
}
.how_that_works__text_2{
	margin-top: 20px;
}
.how_that_works__text_2 .yellow_color h4{
	color: #FBEF24
}
.how_that_works__text_2 div{
	max-width: 300px;
	background-color: black;
	position: relative;
	z-index: 2;
}
.how_that_works__text_2{
	justify-content: space-between;
	width: 100%;
}
.how_that_works_content_helps{
	position: relative;
	width: 100%;
}
.hidden_border_bottom_right{
	position: absolute;
	background-image: linear-gradient(#46BBD2 33%, rgba(255,255,255,0) 0%);
	background-position: left;
	background-size: 1px 6px;
	background-repeat: repeat-y;
	right: 79%;
	bottom: -40px;

}
.hidden_border_bottom_left{
	position: absolute;
	background-image: linear-gradient(#FBEF24 33%, rgba(255,255,255,0) 0%);
	background-position:right;
	background-size: 1px 6px;
	background-repeat: repeat-y;
	left: 75%;
	bottom: -40px;
}
.hidden_border_bottom_right .border_line{
	background-image: linear-gradient(to right, #46BBD2 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 1px;
	background-repeat: repeat-x;
	left: 0;
	position: absolute;
	height: 1px;
	bottom: 0;
}
.hidden_border_bottom_left .border_line{
	background-image: linear-gradient(to right, #FBEF24 33%, rgba(255,255,255,0) 0%);
	background-position: bottom;
	background-size: 6px 1px;
	background-repeat: repeat-x;
	height: 1px;
	right: 0;
	position: absolute;
	bottom: 0;
}
.hidden_text{
	font-size: 26px;
	font-family: 'Oswald';
	font-weight: 400;
	color: #fff;
	display: block;
	position: absolute;
	bottom: -12%;
	transform: translate(-50%, -50%);
	left: 50%;
}
.how_that_works h3{
	margin-bottom: 30px;
}
.how_that_works p:first-of-type{
	margin-bottom: 50px;
}
.how_work_text_lower{
	margin-top: 120px;
}
.how_work_text_lower h4{
	font-family: 'Oswald';
	font-size: 26px;
	line-height: 1.2;
	color: #00AEEF;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
.how_that_works__text_2 div{
	padding: 10px;
}
.how_that_works__text_2 div:first-of-type{
	left: -80px;
}
.how_that_works__text_2 div:last-of-type{
	right: -70px;
}
@media only screen and (max-width: 767px){
	.how_that_works p{
		font-size: 16px;
	}
	.how_that_works__text_2 h4 {
		font-size: 22px;
	}
	.how_that_works__text_2 div {
		max-width: 300px;
		background-color: transparent;
		position: unset;
		z-index: 2;
		top: 0;
	}
	.how_that_works .swiper-slide{
		padding-right: 55px;
	}
	.page-template-metaform-page .how_that_works .swiper-button-prev1, .page-template-metaform-page .how_that_works .swiper-button-next1{

		top: 50%;
	}
	.page-template-metaform-page .how_that_works .swiper-button-next1{
		right:5px;
		left:unset
	}
	.perfect_product_group p{
		width: min-content;
		word-spacing: 9999999px;
		font-size:16px
	}
	.perfect_product_group img{
		width:90px;
		display:block;
		margin: 0 10px;
	}
	.perfect_product_group{
		flex-direction: row!important;
	}
	.page-template-metaform-page .how_that_works .swiper-button-prev1{
		left: -35px;
	}
	.how_that_works .swiper-button-disabled{
		display: none;
	}
	.how_that_works .custom-btn1{
		position: absolute;
	}
	.custom-btn1{
		width: 35px;
		height: 35px;
	}
	.hidden_border_bottom_right , .hidden_border_bottom_left{
		width: 16%!important;
	}
	.hidden_border_bottom_right {
		right: 85%;
	}
	.hidden_border_bottom_left {
		left: 81%;
	}
}
.download_manager__archive .w3eden .ptitle{
	height: 50px;
	color: #545759;
}
.w3eden .d-flex p{
	font-size: 18px;
}
@media  only screen and (min-width: 992px) {
	.download-center .download_manager__main .container {
		padding-left: 35px;
		padding-top: 20px;
		padding-right: 35px;
	}
}
@media only screen and (max-width: 767px){
	.download_manager .w3eden {
		margin-bottom: 20px;
	}
	.download_manager__form select{
		margin-bottom: 20px;
	}

}
@media only screen and (max-width: 576px){
	.download_manager__archive {
		justify-content: center;
	}
}
.download_dm svg{
	width: 16px;
	height: 22px;
}
.download_dm{
	display: flex;
}
.package_info{
	justify-content: space-between;
}
.w3eden .wpdm_icon {
	box-shadow: none;
	min-width: unset;
	max-width: unset;
	width: auto;
}
.w3eden .d-flex img {
	width: auto!important;
	height: 32px!important;
}
a:focus{
	outline: unset;
}
.dm_back_button{
	display: flex;
	align-items: center;
	text-decoration: unset;
	color:#545759;
	font-size: 18px;
	margin-top: 35px;
	line-height: 20px;
	padding: 0 35px 0 0;
}
.dm_back_button:before{
	display: block;
	content: ' ';
	background-image: url(./img/arrow-thin.svg);
	background-position: left -1px center;
	background-repeat: no-repeat;
	height: 20px;
	width: 11px;
	-moz-transform: scaleX(-1) ;
	-o-transform: scaleX(-1) ;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1) ;
	background-size: 18px;
	transition: .3s all;
}
.dm_back_button:hover:before{
	transform: translateX(-5px) scaleX(-1) ;
}


/* Lab Serv */


.lab_services_wrapper{
	padding-bottom: 75px;
}
.lab_services_header h1{
	color: #fff
}
.lab_services_wrapper ul li, .lab_services__service_block__text ul li{
	font-size: 20px;
	margin-bottom: 15px;
	color:#545759;
	list-style: none;

}
.lab_services_wrapper ul{
	margin-left: 20px;
}
.lab_services__service_block__text ul{
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.lab_services_wrapper ul li:before, .lab_services__service_block__text ul li:before{
	content: "";
	line-height: 1em;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 5px;
	background-color: red;
	float: left;
	margin: .55em .25em 0;
	border-radius: 50%;
}
.lab_services_wrapper ul li:before{
	left: -25px;
}
.lab_services__service_block__text ul li:before{
	left: -20px;
}
.lab_services__service_block__text ul li{
	position: relative;
}
.lab_services_wrapper .d-flex{
	margin-top: 50px;
}
.lab_services_text{
	margin-bottom: 40px;
}
.lab_services_text *{
	font-size: 32px;
	color:#545759
}
.lab_services_wrapper .col-lg-7{
	padding-right: 40px;
}

.lab_services_benefits{
	padding: 70px 0 60px;
	background-color: #f6f6f9
;
}
.lab_services_benefits h2{
	margin-bottom: 20px;
	color: #ff0000;
	font-size: 38px;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
}
.lab_services_benefits .lab_services_benefits__subtitle{

	font-size: 20px;
	text-align: center;
	max-width: 760px;
	margin: 0 auto 40px;
}
.lab_services_benefits__item_img{
	height: 144px;
	margin-bottom: 30px;
}
.lab_services_benefits__item_img.small_icons{
	height: 100px;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.lab_services_benefits__item img{
	height: auto;
	width: auto;
	display: block;

}
.lab_services_benefits__item{
	padding: 0 10px;
}
.lab_services_benefits__item__text{
	text-align: center;
}
.lab_services_solutions{
	padding: 100px 0 30px;
}
.lab_services_solutions h2{
	color: #545759;
	text-transform: uppercase;
	font-size: 38px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 65px;
}
.lab_services_solutions__item{
	margin-bottom: 70px;
}
.lab_services_solutions__item img{
	height: 137px;
	width: auto;
	display: block;
	margin-bottom: 15px;
}
.lab_services_solutions__item{
	padding: 0 52px;
}
.our_points{
	padding: 70px 0 80px;
	background-color: #f6f6f9;
}
.our_points_title *{
	text-align: center;
	font-size: 48px;
	color:#ff0000;
	margin-bottom: 70px;
	line-height: 1.16;
	font-weight: 500;
}
.lab_services_our_points_bg{
	max-height: 445px;
	margin-bottom: 20px;
	width: 100%;
	display: block;
}
.lab_services_our_points__item h3{
	font-size: 24px;
	color:#ff0000;
	margin-bottom: 10px;
}
.lab_services_our_points__item__text *{
	color:#545759;
	font-size: 20px;
}
.lab_services_our_points__item{
	padding: 0 27px 0;
}
.lab_services__service_block{
	width: 50%;
}
.lab_services__service__bg{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.lab_services__service__bg{
	min-height: 516px;
}
.lab_services__service_block__text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 45px;
}
.lab_services__service_block__text p{
	color:#545759;
	font-size: 20px;
	margin-bottom: 15px;
}
.lab_services__service_block__text__right{
	padding-right: 0;
	padding-left: 45px;
}
.lab_services__services{
	padding: 100px 0 80px;
}
.lab_services__services h3{
	text-transform: uppercase;
	color:#ff0000		;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 38px;
}
.lab_services_benefits__items{
	justify-content: center;
}
.lab_services__service_block h4{

	color: #545759;
	font-size: 24px;
	margin-bottom: 15px;
}
.lab_services_innovation__item_img{
	height: 134px;
	display: block;
	margin-bottom: 40px;
}
.lab_services_innovation{
	padding: 70px 0 170px;
}

.lab_services_innovation__item{
	padding:0 20px 0  70px;
}
.lab_services_innovation h2{
	font-size: 38px;
	color:#fff;
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.lab_services_innovation__item h3{
	color:#ff0000;
	font-size: 24px;
	line-height: 1.36;
	font-weight: 500;
	margin-bottom: 15px;
}
.lab_services_innovation__item__text{
	font-size: 20px;
	color:#fff
}
.lab_services_innovation{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.testimonials__innovation .swiper-pagination{
	display: none;
}
.testimonials__innovation h2{
	color:#ff0000;
	text-align: center;
	font-weight: 500;
	margin-bottom: 40px;
}
.testimonials__innovation{
	padding: 256px 0 96px;
}
.lab_services_videos iframe{
	margin-right: 60px;
}
.lab_services_videos iframe:last-of-type{
	margin-right: 0;
}
.lab_services_videos{
	position: absolute;
	transform: translateY(25%) translateX(-50%);
	left: 50%;
	width: 100%;
}
.new_container_1451{
	position: relative;
}
@media only screen and (max-width: 1199px){
	.lab_services_solutions__item {
		padding: 0 45px;
	}
	.our_points_title *{
		font-size: 42px;
		margin-bottom: 60px;
	}
	.lab_services_innovation__item{
		padding:0 20px 0  50px;
	}
	.testimonials__innovation{
		padding: 170px 0 96px;
	}
	.lab_services_videos iframe {
		margin-right: 45px;
	}
	.lab_services_benefits__item {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 991px){
	.lab_services_benefits__item{
		padding: 0 15px;
	}
	.lab_services_innovation__item{
		padding:0 20px 0  40px;
	}
	.lab_services_wrapper .col-lg-7{
		padding-right: 0;
	}
	.lab_services_wrapper .product_video_cont {
		justify-content: center;
		display: flex;
		margin-top: 40px;
	}
	.lab_services_text * {
		font-size: 30px;
	}
	.lab_services_benefits h2, .lab_services_solutions h2, .lab_services__services h3{
		font-size: 34px;
		text-align: center;
	}
	.lab_services_benefits .lab_services_benefits__subtitle{
		margin-bottom: 30px;
		font-size: 20px;
	}
	.lab_services_benefits{
		padding: 40px 0 40px;
		background-color: #f6f6f9
	}
	.lab_services_solutions h2 {
		margin-bottom: 35px;
	}
	.lab_services_solutions__item{
		padding: 0 35px;
	}
	.our_points_title *{
		font-size: 38px;
	}
	.lab_services_our_points__item h3{
		font-size: 22px;
	}
	.lab_services_our_points__item__text *, .lab_services__service_block__text p,  .lab_services__service_block__text ul li{
		font-size: 18px;
	}
	.lab_services_our_points__item{
		padding: 0 15px 0;
	}
	.lab_services__service_block{
		width: 100%;
	}
	.lab_services__service_block__text{
		padding-right: 0;
	}
	.lab_services__service_block__text__right{
		padding-right: 0;
		padding-left: 0;
	}
	.lab_services__service{
		margin-top: 50px
	}
	.lab_services__services{
		padding: 20px 0 60px
	}
	.lab_services__service_block h4{
		font-size: 22px;
	}
	.lab_services__service_block__text{
		margin-bottom: 25px;
	}
	.lab_services_innovation__items{
		justify-content: center;
	}
	.lab_services_innovation__item_img {
		display: flex;
		justify-content: center;
	}
	.lab_services_innovation__item__text, .lab_services_innovation__item h3{
		text-align: center;
	}
	.lab_services_innovation__item{
		margin-bottom: 30px;
	}
	.lab_services_innovation h2{
		font-size: 34px;
	}
	.lab_services_innovation__item h3{
		font-size: 22px;
	}
	.lab_services_innovation__item__text{
		font-size: 18px;
	}
	.lab_services_innovation {
		padding: 70px 0 50px;
	}
	.lab_services_videos{
		transform: translateX(-50%) translateY(-10%);
		left: 50%;
		position: absolute;
	}
	.lab_services_videos iframe{
		height: 200px	!important;
		pointer-events:none;
	}
	.lab_services_innovation .new_container_1451{
		max-width: 1024px	;
	}
}

@media only screen and (max-width: 767px){
	.lab_services_innovation__item{
		padding:0 20px 0  20px;
	}
	.lab_services_solutions__item{
		margin-bottom: 30px;
	}
	.lab_services_text * {
		font-size: 26px;
	}
	.lab_services_wrapper ul li {
		font-size: 18px;
	}
	.lab_services_benefits h2, .lab_services_solutions h2, .lab_services__services h3{
		font-size: 30px;
		text-align: center;
	}
	.lab_services_solutions__item{
		padding: 0 15px;
	}
	.our_points_title *{
		font-size: 34px;
	}
	.lab_services__service__bg {
		min-height: 316px;
	}
	.lab_services__service_block h4{
		font-size: 20px;
	}

}
@media only screen and (max-width: 575px){
	.our_points_title *{
		font-size: 26px;
	}
	.lab_services_our_points__item__text *, .lab_services__service_block__text p, .lab_services__service_block__text ul li{
		font-size: 16px;
	}
	.lab_services_innovation h2{
		font-size: 30px;
	}
	.lab_services_innovation__item h3{
		font-size: 20px;
	}
	.lab_services_innovation__item__text{
		font-size: 16px;
	}
}


/* metaform fixes */

.metamorf_features_img__childs{
	top: -3%;
	position: relative;
}
.metamorf_features_img {
	background-position: center 65.hbspt-form input[type="checkbox"]:checked + span:after%;
}
@media only screen and (max-width: 991px){
	.page-template-metaform-page br{
		display: none;
	}
}
.energy_efficient .container{
	position: relative;
	top: 80px;
}
.fast_service{
	z-index: 3;
}
@media only screen and (max-width: 1439px){
	.energy_efficient .container{
		position: relative;
		top: 60px;
	}
}

@media only screen and (max-width: 1199px){
	.metamorf_features_img {
		background-position: center -35px;
	}
}
@media only screen and (max-width: 991px){
	.metamorf_features_img__childs{
		top:0
	}
	.metamorf_features_img {
		background-position: center ;
	}
	.how_that_works_content_helps img{
		padding: 0 30px;
		max-width: 450px;
	}
	.how_that_works__text_2 div:last-of-type{
		right: 0;
	}
	.how_that_works__text_2 div:first-of-type {
		left: 0px;
	}
	.how_that_works__text_2 div{
		padding: 20px 0;
		max-width: 530px;
	}
	.hidden_border_top_right{
		display: none;
	}
	.hidden_border_top_left{
		border-top:1px solid #46BBD2;
		border-left:1px solid #46BBD2
	}
	.hidden_border_top_left{
		left: 71px;
		height: 200px!important;
		width: 20%!important;
		top: 50px!important;
	}
	.page-template-metaform-page .how_that_works__text_2 .swiper-button-prev1, .page-template-metaform-page .how_that_works__text_2 .swiper-button-next1{
		position: absolute;
	}
	.how_that_works p:first-of-type{
		margin-bottom: 0;
	}
	.how_that_works__text_2 div{
		background-color: transparent;
	}
	.hidden_border_bottom_right {
		left: 71px;
		bottom: -25px;
	}
	.border_line{
		width: 100%!important;
	}
	.hidden_border_bottom_left {
		right: 71px;
		bottom: -25px;
	}
	.how_that_works .swiper-pagination  {
		width: 100%;
		height: 28px;
		position: absolute;
		right: 0;
		bottom: 30px;
		top: unset;
		display: flex;
	}
	.how_that_works .swiper-pagination-bullet{
		width: 48px;
		height: 48px;
		padding: 18px;
		background:#FFFFFF;
		opacity: .4;
		background-clip: content-box;
	}
	.how_that_works .swiper-pagination-bullet{
		margin: 0;
		top: -10px;
		position: relative;
	}
	.how_that_works .swiper-pagination-bullet.swiper-pagination-bullet-active{
		background: #00AEEF;
		background-clip: content-box;
		opacity: 1;
	}
	.how_that_works__text_2 div:last-of-type {
		left: -20px;
	}
	.how_that_works .swiper-pagination {
		height: 50px;
	}
}
@media only screen and (max-width: 767px){
	.energy_efficient .container{
		position: relative;
		top: 60px;
	}
	.superpower_buttons a{
		width: 270px;
	}
	.how_that_works_content_helps img{
		padding: 0 30px;
		max-width: 315px;
	}
	.hidden_border_top_left {
		left: 5px;
		height: 150px!important;
		width: 30%!important;
		top: 30px!important;
	}
	.how_that_works_content_helps {
		margin-top: 40px;
	}
	.hidden_border_bottom_right {
		left: 5px;
		bottom: -13px;
		width: 37%!important;
		height: 37px!important;
	}
	.hidden_border_bottom_left {
		right: 5px;
		bottom: -15px;
	}
	.hidden_border_bottom_left {
		right: 5px;
		bottom: -15px;
		left: unset;
		width: 37% !important;
		height: 37px!important;
	}

}

@media only screen and (max-width: 575px){
	.energy_efficient .container {
		position: relative;
		top: -30px;
		padding: 0 50px;
	}
	.how_that_works h3{
		padding: 0 10px;
	}
	.page-template-metaform-page p{
		font-size: 16px;
	}
	.page-template-metaform-page .more_technologies_scroll{
		padding:  20px 0;
	}
	.metamorf_features_img__child h4 {
		padding: 0 10px;
	}
	.metamorf_features_img__child h4 br{
		display: block;
	}

	.coating_process h3  {
		margin: 20px 0 0;
	}
	.coating_process h3 strong{
		font-weight: 300;
	}
	.superpower h3 {
		padding: 0 20px;
	}
	.how_that_works_content_helps .hidden_text {
		bottom: -50px;
	}
	.hidden_border_bottom_right, .hidden_border_bottom_left {

		width: 31% !important;
	}
}


/* Tech support */
.tech_support__content *{
	font-size: 20px;
	line-height: 1.3;
	color:#545759
}
.tech_support__content  h2{
	color:#ff0000;
	font-size: 38px;
	margin-bottom: 30px;
}
.tech_support__content  h3{
	color:#ff0000;
	font-size: 30px;
	margin-bottom: 15px;
}

.download_file .full-link{
	z-index: 3;
}
.download_file{
	max-width: 430px;
	border: #D8DCDE 1px solid;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.14);
	border-radius: 5px;
	margin: 30px 0 28px;
	transition: .3s;
	position: relative;
}
.download_file__info{
	padding: 8px 40px 8px 14px;
	display: flex;
	width: 100%;
	align-items: center;
}
.download_file__button{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E8E8E8;
	width: 50px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: .3s;
}
.download_file:hover .download_file__button{
	background-color: #ff0000;
}
.download_file__info img{
	margin-right: 11px;
	max-height: 38px;
}
.file_name, .file_info{
	color:#545759;
	font-size: 14px;
	margin-bottom: 0px;
	font-weight: 400;
}
.file_info{
	opacity: .5;
}
.tech_support__content ul{
	margin-left: 30px;
	list-style: none;
	position: relative;
}
.tech_support__content ol {
	list-style: none;
	counter-reset: li;
	margin-left: 30px;
}
.tech_support__content ol li::before {
	content: counter(li);
	color: #ff0000;
	display: inline-block; width: 1em;
	margin-left: -1em
}
.tech_support__content ol li {counter-increment: li}
.tech_support__content ol li::before {
	content: counter(li); color: red;
	display: inline-block; width: 1em; margin-left: -1.5em;
	margin-right: 0.5em; text-align: right; direction: rtl
}
.tech_support__content ul li:before{
	content: "";
	line-height: 1em;
	width: 7px;
	height: 7px;
	position: absolute;
	left: -33px;
	background-color: red;
	float: left;
	margin: .45em .25em 0;
	border-radius: 50%;
}

.tech_support__content ul li{
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 22px;
}
.tech_support{
	padding: 40px 0 150px;
}
.tech_support__img{
	padding-left: 80px;
	margin-top: 80px;
	flex-wrap: wrap;
}
.tech_support__right_img{
	margin-bottom: 40px;
}
.tech_support .tab__title.current-tab {
	border-bottom: 3px solid #ff0000;
}
.tech_support__block{
	display: flex;
	flex-wrap: wrap;
}

.tech_support .tab-container{
	justify-content: flex-start;
	margin: 30px 0 40px;
}
.tech_support .tab-container{
	flex-wrap: wrap;
}
@media only screen and (max-width: 991px){
	.tech_support__content  h2{
		font-size: 34px;
	}
	.tech_support__content  h3{
		font-size: 26px;
	}
	.tech_support__img{
		display: flex;align-items: center;
		justify-content: center;
		padding-left: 0px;
		margin-top: 0;
	}
	.tech_support .tab-container{
		flex-wrap: wrap;
	}
	.tech_support .tab__title {
		font-size: 20px;
	}
	.tech_support .tab-container{
		justify-content: center;
	}
}
@media only screen and (max-width: 767px){
	.tech_support__content *{
		font-size: 18px;
	}
	.tech_support__content  h2{
		font-size: 30px;
	}
	.tech_support__content  h3{
		color:#ff0000;
		font-size: 24px;
		margin-bottom: 15px;
	}
	.tech_support .tab__title {
		font-family: inherit;
		font-size: 20px;
	}
	.tech_support__content ul li:before{
		left: -20px;
	}

}
@media only screen and (max-width: 575px){
	.tech_support__content *{
		font-size: 16px;
	}
	.tech_support__content  h2{
		font-size: 26px;
	}
	.tech_support__content ul {
		margin-left: 15px;
	}
	.tech_support__content  h3{
		color:#ff0000;
		font-size: 22px;
		margin-bottom: 15px;
	}
	.tech_support__content ul li:before {
		margin: .5em .25em 0;
	}
	.tech_support__content ul li {
		font-size: 14px;
	}
	.download_file__info__text * {
		font-size: 12px;
	}
	.tech_support .tab__title {
		font-size: 16px;
	}
}



.perfect_product_group p {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 0;
}

.tabcontent:first-child {
	position: absolute;
}
.tabcontent.tab-active {
	position: relative;
}
html {overflow-x: hidden}
#__recap_field{
	display:flex;
	justify-content: center;
}
#registerform .form-group{
	width:100%
}
@media only screen and (max-width:576px){
	.section--hero.metaform_header {
		height: 410px;
		min-height: 410px;
		max-height: unset;
	}

	.metaform_header .top_video_banner iframe {
		min-height: 800px!important;
		top: -39%;
	}
	.top_video_banner{
		background-color: #000;
	}
}
@media screen and (orientation:landscape)
and (min-device-width: 319px)
and (max-device-width: 480px) {
	.metaform_header .top_video_banner iframe {
		min-width: 100vw!important;
		min-height: 475px!important;
		top: 83px
	}
	.top_video_banner{
		background-color: #000;
	}
	.section--hero.metaform_header{
		background-color: #000;
	}
	.section--hero.metaform_header {
		height: auto;
		min-height: 620px;
		max-height: unset;
	}
}
.swiper__hero  .swiper-slide {
	overflow: visible;
}
.swiper__hero .swiper-wrapper {
	width: fit-content;

}
.section--testimonials .testimonials__swiper:not(.swiper-container-initialized) .custom-btn1, .section--testimonials .testimonials__swiper:not(.swiper-container-initialized) .swiper-lazy-preloader{
	display: none;
}
.slider__products .slider__swiper:not(.swiper-container-initialized) .swiper-button-prev, .slider__products .slider__swiper:not(.swiper-container-initialized) .swiper-button-next{
	display: none;
}
.slider__products .slider__swiper:not(.swiper-container-initialized){
	width: 100%;
}

.slider__products .slider__swiper:not(.swiper-container-initialized) .swiper-wrapper{

}
.slider__products .slider__swiper:not(.swiper-container-initialized) .slider__item{
	width: calc(50% - 15px);

}
@media only screen and (max-width:991px){

	.slider__products .slider__swiper:not(.swiper-container-initialized) .slider__item{
		width: calc(100%);
		margin-bottom: 30px;
	}

	.slider__products .slider__swiper:not(.swiper-container-initialized) .swiper-wrapper{
		flex-wrap: wrap;
	}
	.slider__products .swiper-wrapper{
		height: auto;
		margin-bottom: 20px;
	}
}
.section__who__front{
	justify-content: center;
}
.page-template-front-page .section__who{
	padding: 180px 0;
	min-height: 770px;
	max-width: 1600px;
	width: 100%;
}
.page-template-front-page .section__who h3, .page-template-front-page .section__who p{
	color: #fff!important;
}






@media only screen and (max-width: 767px){
	.page-template-front-page .section__who{
		padding: 60px 20px;
	}
	.page-template-front-page .section__who .btn{
		display: block;
	}

}
@media (min-width: 992px) {
	.lab_services_benefits__item {
		flex: 0 0 calc(100% / 5);
		max-width: calc(100% / 5);
	}
}
@media only screen and (max-width: 1199px){
	.lab_services_benefits__item__text{
		font-size: 14px;
	}
}
footer strong, footer b{
	font-weight: inherit;
}
.term-1264 .section__image{
	height: calc(100% + 1px);
	position: relative;
}
.term-1264 .section.tax__header{
	min-height: unset;
}
.term-1264 .section.tax__header .container{
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}
.hbspt-form .form-columns-1 .hs-form-field{
	padding: 0 10px 0 15px;
}
.hbspt-form .form-columns-1 .hs-form-field *{
	width: 100%!important;
}

input[name="new_admin_email"] + label, input[name="new_admin_email"], #new-admin-email-description{
	display: none;
}
.shamir__instrument__text{
	position: relative;
	flex: 1;

	padding-bottom: 30px
}
.shamir__instrument a.arrow-link{
	position: absolute;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	bottom: -10px;
}






















/* Academy */

.academy-hero{
	min-height: 636px;
}
.academy .academy_paragraph *, .academy .academy__course_items a.academy__course_item__link, .academy h4{
	color: #545759;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	text-transform: unset;
	text-decoration: unset;
}
.academy .academy_paragraph p{
	margin-bottom: 15px;
}
.academy .academy_paragraph p:last-of-type{
	margin-bottom: 0;
}
.academy h4{
	font-weight: 600;
	margin-bottom: 15px;
}
.academy .academy__course_items a.academy__course_item__link{
	color:#ff0000;
	position: relative;
}

.academy_paragraph{
	padding: 48px 0;
	max-width: 690px;
	margin: 0 auto;
}

.academy .tab__title a h2{
	text-decoration: none;
	font-size: 20px;
	color: rgba(84, 87, 89, 0.6);
	transition:.3s all;
	margin-bottom: 0;
	line-height: 1;
	letter-spacing: unset;

}
.academy .tab__title{
	border-bottom: 1px solid #979797;
	transition: 0s;
}
.academy .tab__title a{
	text-decoration: unset;
	transition: unset;

}
.academy .tab__title:hover, .academy .tab__title.current-tab {
	border-bottom: 0px solid #979797;
}
.academy .tab__title:hover a, .academy .tab__title.current-tab a {
	padding-bottom: 16px;
	border-bottom: 2px solid #ff0000;
}
.academy .tab__title:hover a h2, .academy .tab__title.current-tab a h2{
	color: #FF0000;
}

.academy p{
	margin-bottom: 0;
	color: #47505A;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.6;
}
.academy__course_item__image{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 190px;
}
.academy__course_item .col-lg-8{
	padding-left: 30px;
}
.academy__course_item{
	padding: 20px 18px;
	transition: .3s all;
}
.academy__course_item__info, .academy__course_item__other_info{
	margin-bottom: 10px;
}
.academy p > span{
	color: #979797;
}
.academy-hero h1{
	font-size: 45px;
	margin-bottom: 40px;
}

.small-h2 h2{
	font-size: 30px;
	line-height: 1.4;
}
.academy h3{
	color: #ff0000;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 22px;
	font-weight: 600;
	line-height:1;
	margin-bottom: 10px;
}
.academy__course_item_hidden ul{
	margin-left: 10px;
}
.academy__course_item_hidden ul li{
	margin-bottom: 10px;
}
.academy__course_item_hidden ul li::marker{
	color:#ff0000
}
.academy__course_item__link.active:after{
	transform: rotate(-90deg);
}
.academy__course_item_hidden{
	padding-top: 30px;
	padding-left: 0;
}
.academy__course_item h4{
	margin-top: 30px;
	text-align: left;
	margin-left: -10px;
}
.academy__course_items{
	margin-bottom: 100px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.academy .academy__course_items a.academy__course_item__link:after{
	transition: .3s all;
	content: '';
	background-image: url(/wp-content/themes/shamir/img/arrow_bottom_red.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 24px;
	display: block;
	height: 24px;
	position: absolute;
	right: -26px;
	top: 0;
}
.academy__course_item__invite{
	padding: 20px 0;
	max-width: 650px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.academy__course_item h4{
	color: #545759;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
}
.academy__course_item__invite p{
	margin-bottom: 10px;
}
.academy__course_item_hidden{
	display: none;
}
.academy__course_item.active{
	box-shadow: 0 0 0 2px red;
}
.academy__course_item__invite p, .academy__course_item__invite a{
	color: #545759;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
}
.academy__course_item__invite a{
	color:#ff0000;
	text-decoration: underline;
	font-weight: 600;
}
.academy__course_item__invite p  span{
	font-weight: 600;
	color: #545759;
}
.academy__course_item__invite button, .academy__button{
	color: #FFFFFF!important;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	line-height: 1.5;
	padding: 15px 20px;
	text-align: center;
	background: #ff0000!important;
	border-radius: 5px;
	transition: .3s all;
	justify-content: center;
	min-width: 140px;
	text-decoration: unset;
	width: fit-content;
}
.academy__course_item__invite button:hover, .academy__button:hover{
	opacity: .6;
}
.academy__course_item__invite button:after,.academy__course_item__invite button:before{
	content: none;
}
@media only screen and (max-width: 1439px){
	.academy-hero h1{
		font-size: 40px;
	}
	.small-h2 h2{
		font-size: 28px;
	}
}
@media only screen and (max-width: 1199px){
	.academy-hero h1{
		font-size: 36px;
	}
	.academy h3{
		font-size: 20px;
	}
	.small-h2 h2{
		font-size: 28px;
	}
	.academy .tab__title a h2, .academy .academy_paragraph *, .academy .academy__course_items a.academy__course_item__link{
		font-size: 18px;
	}
	.academy p{
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px){
	.academy-hero h1{
		font-size: 32px;
	}
	.small-h2 h2{
		font-size: 24px;
	}
	.academy_paragraph{
		padding: 28px 0;
	}
}
@media only screen and (max-width: 767px){
	.academy-hero h1{
		font-size: 28px;
	}
	.small-h2 h2{
		font-size: 22px;
	}
	.academy h3{
		font-size: 18px;
	}
	.academy .tab__title a h2, .academy .academy_paragraph *, .academy .academy__course_items a.academy__course_item__link{
		font-size: 16px;
	}
	.academy p{
		font-size: 14px;
	}
	.academy__course_items{
		margin-bottom: 60px;
	}
	.academy__course_item .col-lg-8{
		padding-left: 0;
		padding-top: 30px;
	}
	.academy .academy__course_items a.academy__course_item__link:after{
		width: 20px;
		height: 20px;
	}
	.academy__course_item__image{
		height: 305px;
	}
	.academy__course_item__invite p {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 575px) {
	.academy-hero h1 {
		font-size: 26px;
	}

	.small-h2 h2 {
		font-size: 20px;
	}

	.academy__course_item__invite button, .academy__button {
		color: #FFFFFF !important;
		font-family: "Ploni DL AAA", sans-serif;
		font-size: 20px;
		line-height: 1.5;
		padding: 10px 22px;
	}

	.academy__course_item {
		padding: 20px 0;
	}
	.academy__course_item h4{
		margin-top: 5px;
	}
	.academy__course_item h4:first-of-type{
		margin-top: 30px;
	}
	.academy__course_item__invite {
		padding: 0 0 20px;
	}
	.academy .tab__title a h2{
		font-size: 14px;
	}
	.academy .tab__title{
		padding: 17px 10px;
	}
}

@media only screen and (min-width:992px){
	.container-small{
		max-width: 1080px;
		padding-right: 20px;
		padding-left: 20px;
	}
}


/* Academy Main */

.academy_main{
	margin-bottom: 68px;
}
.academy_main h3{
	font-size: 26px;
	color:#ff0000;
	font-weight: 500;
	margin-bottom: 0;
}
.academy_main p{
	padding: 20px 0;
}
.academy__main_items{
	margin-top: 68px;
}
.academy__main_item{
	margin-bottom: 50px;
}
.academy__main_item__image{
	min-height: 320px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.academy__main_item__content{
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 15px 0;
}
.academy__main_item__content{
	padding-left: 70px;
}
@media only screen and (max-width:991px){
	.academy__main_item__content {
		padding-left: 20px;
	}
}
@media only screen and (max-width:767px){
	.academy__main_item__content {
		padding-left: 0;
	}
}

/* Academy Teach */

.academy_teach .academy_paragraph{
	max-width: 705px;
}

.academy_teach .academy_teach__content{
	max-width: 700px;
	margin: 0 auto;
}
/* youtube */

.youtube-player {
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 56.25%;
	overflow: visible;
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.youtube-thumbnail {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

div.youtube-play-btn {
	left: 50%;
	top: 50%;
	margin-left: -45px;
	margin-top: calc(25% - 22px);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}

.youtube-iframe {
	width: 100%;
	opacity: 1;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.layer_bg{
	height:100%;
	width:100%;
	top:0;
	left:0;
	position: absolute;
	opacity: 0.6;
	padding-bottom: 56.25%;
	background: #000;
}
.youtube-play-btn{
	background: rgba(255,255,255, 0.6);
	opacity: 0.6;
	width: 82px;
	height: 82px;
	border-radius: 50%;
	z-index: 3;
}
.youtube-play-btn svg{
	width: 36px;
	height: 36px;
	margin-left: 9px;
}
.academy_teach__content__paragraph p{
	color:#979797;
	text-align: center;
}
.academy_teach__content__paragraph{
	text-align: center;
	margin-top: 25px;
}
.academy_teach__content{
	padding-bottom: 100px;
}
.academy_teach__content a{
	padding: 15px 40px;
	margin: 0 auto;
	display: block;
	width: fit-content;
}
.academy_video .academy_paragraph{
	max-width: 805px;
}
.academy_video__content_item .layer_bg{
	background-color: #F6F6F9;
	opacity: 0.2;
}
.academy_video__content_item__first.academy_video__content_item .layer_bg{
	background-color: #D8D8D8;
	opacity: 0.1;
}
.academy_video__content_item .youtube-play-btn path{
	fill: #D8D8D8;
}
.academy_video__content_item .youtube-play-btn path{
	fill: #D8D8D8;
}
.academy_video__content_item .youtube-play-btn{
	opacity:1;
	background: rgba(255,255,255, 1);
}
.academy_video__content_item:not(.academy_video__content_item__first) .youtube-play-btn{
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin-left: -5%;
	margin-top: 22%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.academy_video__content_item:not(.academy_video__content_item__first) .youtube-play-btn svg{
	width: 22px;
	height: 14px;
	margin-left: 2px
}
.academy_video__content_item__first.academy_video__content_item{
	margin: 40px 0;
}
.academy_video__content_item{
	margin-bottom: 20px;
}
.academy_video__content_item  .youtube-player{
	margin: unset;
	height: 0;
}
.academy_video__content_item h3{
	margin-bottom: 5px;
	margin-top:20px;
	font-weight: 500;
	font-size:20px;
	color: #545759
}
.academy_video__content_item__desc{
	margin-bottom: 10px;
}
.academy_video__content_item__first h3{
	color: #ff0000
}
.academy_video__content_item:not(.academy_video__content_item__first) .academy_video__content_item__desc *{
	font-size: 14px;
}
.academy_video__content_item:not(.academy_video__content_item__first) .academy_video__content_item__desc{
	margin-bottom: 5px;
	font-size: 14px;
}
.academy_video__content_item__first .date{
	font-size:18px
}
.academy_video__content_item:not(.academy_video__content_item__first) .date{
	font-size: 14px;
}
.academy_video__content_item:not(.academy_video__content_item__first) h3{
	margin-top: 10px;
	font-size: 16px;
}
@media only screen and (max-width:767px){
	.youtube-player{
		margin: 0 auto 30px;
	}
}
.comment:after{
	position: absolute;
	bottom: 0;
	width: 100%;
	content: '';
	z-index: 2;
	height: 100%;
}
.section.section__first-screen.academy-hero{
	margin-top: 28px;
}
@media only screen and (max-width: 991px){
	.section.section__first-screen.academy-hero {
		margin-top: -10px;
	}
}

/* Top Bar Change */

.top_bar_change_lang{
	cursor:pointer;
	transition: .3s all;
	padding: 10px 8px 1px;
	position: relative;
}
.top_bar_change_lang:hover{
	background-color: rgba(255,255,255,0.3);
}
.top_bar_change_lang:after{
	transition: .3s all;
	opacity: 0;
	height: 2px;
	background-color: #ff0000;
	width: calc(100% + 16px);
	bottom: -3px;
	content: '';
	display: block;
	left: -8px;
	position: relative;
}
.top_bar_change_lang:hover:after{
	opacity: 1;
}
.top-bar{
	padding: 0;
	z-index: 2;
}
.top-bar__nav{
	padding: 7px 0 3px;
}
.top_bar_change_lang__menu{
	height: 0;
	background-color: #fff;
	overflow: hidden;
	transition: .3s all;
	position: absolute;
	bottom: 0;
	transform: translateY(100%) translateX(0);
	right: calc((-140px  + 45px) / 2);
	min-width: 140px;
}
.top_bar_change_lang:hover .top_bar_change_lang__menu{
	height: 80px;
}
.top_bar_change_lang__menu a{
	padding: 7px 20px 7px 42px;
	font-family: "Ploni DL AAA";
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 27px;
	color: #000;
}
.top_bar_change_lang__menu a:hover{
	color: #000;
	background-color:  #F6F6F9;
}

/* Premium Lens Template */


.premium_lens_first_banner{
	background-color: #000;
	padding: 36px 0;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.premium_lens_first_banner h1{
	color: #FF0000;
	font-family: 'Oswald', sans-serif;
	font-size: 85px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
}
.premium_lens_first_banner h1 strong{
	font-weight: 600;
}
.p_h3 strong{
	font-weight: 500;
}
.premium_lens_first_banner h2{
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 50px;
	letter-spacing: 0;
	line-height: 1.3;
	text-align: center;
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 10px;
}

.premium_lens_second_banner{
	padding: 65px 0;
	background-color: #f6f6f9;
}
.premium_lens_second_banner__paragraph{
	margin: 0 auto;
	justify-content: center;
}
.p_h3{
	color:#FF0000;
	font-weight: 300;
	font-size: 50px;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
}

.premium_p strong{
	font-weight: 600;
}
.premium_p,.premium_p p{
	font-size: 30px;
	line-height: 1.4;
	font-family: 'Oswald', sans-serif;
}
.premium_p, .p_h3{
	margin-bottom: 0;
}
.section__new_lens_tech__text p{
	font-size: 30px;
	line-height: 1.4;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 0;
	color: #000;
	font-weight: 300;
}
.section__result{
	background-color: #fff;
	padding: 80px 0 0;
}
.section__result .premium_p{
	padding: 30px 0 80px;
	text-align: center;
	max-width: 600px	;
	color:#000;
	font-weight: 300;
}
.section__result h3{
	text-align: center;
}
.section__result .container{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.premium_lens_second_banner__paragraph__left{
	padding-left: 20px;
	padding-right: 20px;
	width: fit-content;
	margin-left: auto;
}
.premium_lens_second_banner__paragraph  p{
	margin-bottom: 0;
}
.p_4{
	color: #000;
	font-family: 'Oswald', sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 32px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
}
.section__result_items{
	align-items: stretch;
}
.section__result_items_right p{
	color:#fff;

}
.section__result_items_left{
	flex-wrap: wrap;
	width: calc(80% - 15px);
	display: flex;
	justify-content: space-between;
}
.section__result_items_left{
	border-radius: 11px;
	background-color: #F6F6F9;
}
.section__result_items_right{
	border-radius: 11px;
	width: calc(20% - 15px);
	background-color: #FF0000;
}

.section__result_items_right svg, .section__result_items_right svg *{
	stroke: white;
}
.section__result_items_right .section__result_item__circle  p{
	color:#fff
}
.section__result_item{
	padding: 30px 35px;
}

.section__result_item svg{
	position: absolute;
	width: calc(100% + 20px);
}
.section__result_item p{
	font-weight: 400;
	text-transform: uppercase;
}

.section__result_item__circle{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.section__result_item__circle p{
	margin-top: 0;
	color: #FF0000;
	margin-bottom: 0;
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
}
.section__result_items{
	width: 100%;
}
.section__result_item{
	height: 100%;
}
.section__result_item__circle{
	min-height: 154px;
	border: 10px solid rgba(151,151,151,0.3);
	border-radius: 50%;
	max-width: 154px;
	margin: 0 auto;
}
.section__result_items_right .section__result_item__circle{
	border: 10px solid rgba(255,255,255,0.49);
}
.section__result_charts{
	border-radius: 12px;
	margin-bottom: 30px;
	padding: 20px 55px;
	width: 100%;
	justify-content: space-between;
	margin-top: 30px;
	background-color: rgba(173,151,132,0.15);
}

.section__result_charts_item_chart{
	width: 100%;
}
.section__result_charts_item_chart{
	height: 12px;
	margin-top: 5px;
	border-radius: 16px;
	background-color: rgba(173,151,132,0.3);
}

.section__result_charts_item_chart__bar{
	background-color: #FF0000;
	border-radius: 16px;
	height: 12px;
}

.section__result_charts .points .red{
	color:#FF0000;
}
.section__result_charts .p_4{
	margin-top: 0;
	font-weight: 400;
	text-align: left;
	color:#000;
	text-transform: uppercase;
}
.section__result_charts .p_h3{
	color:#000;
}
.section__result_charts_item:first-of-type .section__result_charts_item_chart{
	min-width: 250px;
}

.section__result_charts_item .section__result_charts_item_chart{
	min-width: 185px;
}
.slider__feedback_container{
	border-radius: 12px;
	background-color: #F6F6F9;
	padding: 40px 90px;
	overflow: hidden;
	position: relative;
}
.slider__feedback .swiper-button-prev:before, .slider__feedback .swiper-button-prev:after,
.slider__feedback .swiper-button-next:before,.slider__feedback .swiper-button-next:after{
	background-color: #979797;
}
.slider__feedback .swiper-button-prev:after,.slider__feedback .swiper-button-prev:before{
	left: 0;
}
.slider__feedback .swiper-button-next:before,.slider__feedback .swiper-button-next:after{
	right: 0;
}
.slider__feedback {
	position: relative;
}
.slider__feedback .swiper-button-next{
	right: 0;
}
.slider__feedback .swiper-button-prev{
	left: 0;
}
.slider__feedback{
	overflow: hidden;
	min-height: 240px;
}

.slider__feedback .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-content: center;
	flex-direction: column;
	padding-bottom: 50px ;
	height: auto;
}
.slider__feedback .user_location{
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	text-align: center;
	margin-top: 15px;
}
.slider__feedback .user_feedback p{
	color: #545759;
	margin-bottom: 15px;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 26px;
	letter-spacing: 0;
	line-height: 1.6;
	text-align: center;
}
.section__feedback{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.slider__feedback .user_title{
	color: #FF0000;
	font-family: 'Oswald', sans-serif;
	font-size: 28px;
	letter-spacing: 0;
	margin-bottom: 20px!important;
	margin-top: 20px!important;
	text-align: center;
	text-transform: uppercase;
}
.slider__feedback .user_title, .slider__feedback .user_feedback, .slider__feedback .user_location{
	max-width: 580px;
	margin: 0 auto;
}
.slider__feedback svg{
	margin: 0 auto;
}
.slider__feedback .swiper-pagination-bullet-active{
	background-color: #ff0000;
}
.section__feedback{
	margin-bottom: 90px;
}
.section__new_lens_tech{
	background-color: #F6F6F9;
}
.section__new_lens_tech__text{
	max-width: 960px;
	margin: 0 auto;
	padding: 90px 0;
}
.section__new_lens_tech__text *{
	text-align: center;
}
.section__new_lens_tech__text strong{
	font-weight: 500;
}
.section__new_lens_tech__text h3{
	margin-bottom: 30px;
	color: #FF0000;
	font-weight: 300;
	font-size: 50px;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
}
.swiper-pagination,.swiper-button-next, .swiper-button-prev{
	z-index: 1;
}
.section__premium_lens_benefits{
	position: relative;
}
.section__premium_lens_benefits_tabs{
	position: absolute;
	z-index: 2;
	top: 55px;
	width: 100%;
}
.section__premium_lens_benefits_tabs a{
	opacity: 0.6;
	font-weight: 400;
	color: #FFFFFF;
	transition: .3s all;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	letter-spacing: 0;
	padding:10px 20px;
	text-align: center;
	text-decoration: unset;
}

.section__premium_lens_benefits_tabs a:hover, .section__premium_lens_benefits_tabs a.active{
	opacity: 1;
	color: #FF0000;
	font-weight: 700;
	border-bottom: 2px solid #ff0000;
}
.section__premium_lens_benefits_tabs .container{
	width: 100%;
	margin: 0 auto;
}
.premium_lens_benefits_swiper .swiper-slide{
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 175px 0 85px;
	min-height: 570px;
	height: auto;
}
.premium_lens_benefits_swiper .swiper-slide.new_template_advanges_right_block{
	background-position: right 0 top;
}
.premium_lens_benefits_swiper .premium_p:first-child{
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: 400;
	transition: .3s all;
}
.section__premium_lens_benefits_tabs a.aos-animate{
	transition: .1s all!important;
}
.premium_lens_benefits_swiper h3, .premium_lens_benefits_swiper h3{
	font-size: 40px;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
}
.premium_lens_benefits_swiper h4{
	font-size: 30px;
	line-height: 1.4;
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	color: #fff;
}
.premium_lens_benefits_swiper__content_left p{
	font-size: 22px;
	font-weight: 300;
	line-height: 34px;
}

.premium_lens_benefits_swiper p{
	position: relative;
	color: #fff;
	margin-bottom: 15px;
}

.premium_lens_benefits_swiper p:last-of-type{
	margin-bottom: 0;
}
.premium_lens_benefits_swiper__content_right{
	display: flex;
	justify-content: flex-start;
	/* right: -85.5%; */
	/* transform: translateX(-25.5%) translateY(-50%); */
	position: relative;
	height: 100%;
	width: 100%;
	align-items: flex-end;
	margin-top: 13%;
	/* height: auto; */
}
.new_template_advanges_right_block  .premium_lens_benefits_swiper__content_right{
	margin-top: 25%;
	margin-left: 1%;
}
.premium_lens_benefits_swiper__content_right p strong{
	font-weight: 500;
}
.premium_lens_benefits_swiper__content_right p{
	height: fit-content;
}
.premium_lens_benefits_swiper__content_right{
	display: flex;
}
.premium_lens_benefits_swiper__content_rightv .left_text p{
	text-align: right;
}
.premium_lens_benefits_swiper__content_rightv .right_text p{
	text-align: right;
}
.premium_lens_benefits_swiper__content_right .left_text{
	color: #FFFFFF;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: right;
	font-weight: 300;
	margin-right: 205px;
}
.premium_lens_benefits_swiper__content_right .left_text .borders{
	width: 120px;
	height: 190%;
	max-height: 180px;
	position: absolute;
	right: -25px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	bottom: -20px;
}
.premium_lens_benefits_swiper__content_right .right_text{
	color: #FFFFFF;
	max-width: 125px;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: left;
	font-weight: 300;
}
.premium_lens_benefits_swiper__content_right .right_text .borders{
	width: 120px;
	height: 190%;
	max-height: 180px;
	position: absolute;
	left: -25px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	bottom: -20px;
}
.premium_lens_benefits_swiper__content_right .left_text .borders:after,
.premium_lens_benefits_swiper__content_right .right_text .borders:after{
	width: 9px;
	height: 9px;
	content: '';
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: #fff;
	border-radius: 50%;
}
.premium_lens_benefits_swiper__content_right .right_text .borders:after{
	top: -5px;
	left: -5px;
}
.section__premium_lens_benefits_screens{
	padding: 80px 0 120px;
	background-color: #000;
}
.section__premium_lens_benefits_screens_first_type  h3:first-child{
	color:#ff0000;
	text-align: center;
	margin-bottom: 70px;
}
.section__premium_lens_benefits_screens_first_type{
	padding: 170px 0 130px;
}
.section__premium_lens_benefits_screens_first_type h3{
	text-align: left;
}
@media only screen and (min-width: 1440px){
	.section__premium_lens_benefits_screens .container_1600{
		max-width:1320px
	}
}
@media only screen and (min-width: 1600px){
	.section__premium_lens_benefits_screens .container_1600{
		max-width:1500px
	}
}
@media only screen and (min-width: 1720px){
	.section__premium_lens_benefits_screens .container_1600{
		max-width:1600px
	}
}
.section__premium_lens_benefits_screens_first_type{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.section__premium_lens_benefits_screens .p_h3{
	font-weight: 400;
	text-align: center;
}
.section__premium_lens_benefits_screens p{
	color: #F6F6F9;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 18px;
	letter-spacing: 0;
	line-height: 1.6;
	margin-bottom: 40px;
	font-weight: 300;
}

.section__premium_lens_benefits_screens_first_type .col-12{
	padding-right: 31px;
}
.section__premium_lens_benefits_screens .col-12 h3{
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 20px;
	font-family: 'Oswald', sans-serif;
	color: #ff0000;
	font-size: 30px;
	font-weight: 400;
}
.section__premium_lens_benefits_screens h4{
	color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 26px;
	letter-spacing: 0;
	line-height: 1.4;
	margin-bottom: 20px;
}
.section__premium_lens_benefits_screens_second_type h3{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 30px;
	letter-spacing: 0;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
	color: #ff0000;
}
.section__premium_lens_benefits_screens_second_type h4{
	text-align: center;
}
.section__premium_lens_benefits_screens_second_type{
	padding: 100px 0 70px;
	margin-top: 30px;
}

.section__premium_lens_benefits_screens_second_type__content .col-12:nth-child(odd){
	padding-right: 15px;
	padding-left: 15px;
}
.section__premium_lens_benefits_screens_second_type__content .col-12:nth-child(even){
	padding-left: 75px;
	padding-right: 20px;
}
.section__premium_lens_benefits_screens_second_type__content{
	margin: 0 auto;
}
.section__premium_lens_benefits_screens_second_type  {
	background-color: rgba(255,255,255,0.08);
}
.section__premium_lens_benefits_screens_second_type h4{
	margin-bottom: 60px;
}
.section__feedback .swiper-button-next{
	display: block!important;
}
.premium_lens_benefits_swiper .swiper-slide{
	flex-wrap: wrap-reverse;
}

.premium_lens_first_banner h1 span{
	font-size: 34px;
	top: -1.2em;
	position: relative;
}
.premium_lens_second_banner__paragraph p{
	line-height: 1.2;
}
.premium_lens_second_banner__paragraph__right p{
	line-height: 1.3335;
	font-weight: 300;
	max-width: 400px;
	color:#000
}
.p_h3__benefits_screen{
	margin-bottom: 70px;
}
.premium_lens_benefits_swiper_mobile_image{
	display: none;
}
@media only screen and (max-width: 1600px){
	.premium_lens_benefits_swiper .swiper-slide.new_template_advanges_right_block{
		background-position: right 25% center;
	}
}
@media only screen and (max-width: 1439px){
	.premium_lens_first_banner h1{
		font-size: 76px;
	}
	.premium_lens_first_banner h2{
		font-size: 46px;
	}
	.p_h3{
		font-size: 48px;
	}
	.premium_lens_benefits_swiper .swiper-slide.new_template_advanges_right_block{
		background-position: right 25% center;
	}
}
.menu-item-object-custom a{
	display: flex;
}
@media only screen and (max-width: 1199px){
	.premium_lens_benefits_swiper .swiper-slide{
		background-position: right 43% center;
	}
	.premium_lens_benefits_swiper .swiper-slide.new_template_advanges_right_block{
		background-position: right 30% center;
	}
	.premium_lens_first_banner h1{
		font-size: 68px;
	}
	.premium_lens_first_banner h2,.p_h3{
		font-size: 42px;
	}
	.p_h3{
		font-size: 44px;
	}
	.section__result_items_left{
		width: calc(70% - 15px);
	}
	.section__result_items_right{
		width: calc(30% - 15px);
	}
	.section__result_charts{
		flex-wrap: wrap;
	}
	.premium_lens_benefits_swiper__content_right .left_text{
		margin-right: 85px;
	}
	.section__premium_lens_benefits_screens_first_type{
		background-size: 110%;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 992px){
	.premium_lens_benefits_swiper h3, .premium_lens_benefits_swiper h3{
		font-size: 32px;
	}
	.premium_lens_benefits_swiper h4{
		font-size: 24px;
	}
	.premium_lens_benefits_swiper__content_left p{
		font-size: 18px;
	}
	.premium_lens_benefits_swiper .premium_p:first-child{
		margin-bottom: 20px;
		font-size: 24px;
	}
	.premium_lens_benefits_swiper .swiper-slide.new_template_advanges_right_block{
		background-position: right -20vw center;
	}
}
@media only screen and (min-width: 992px){
	.premium_lens_benefits_swiper__content_right{
		background-image: unset!important;
	}
}
@media only screen and (max-width: 1199px) {
	.section__result_item {
		height: auto;
	}
}
@media only screen and (max-width: 991px){

	.premium_lens_benefits_swiper_mobile_image{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		height: 785px;
		display: block;
	}
	.section__premium_lens_benefits_screens_first_type{
		background-image: unset!important;
	}
	.section__premium_lens_benefits_screens_first_type__mobile{
		min-height: 265px;
		height: 40%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.section__premium_lens_benefits_screens_first_type{
		background: #141414;
	}
	.section__premium_lens_benefits_tabs{
		top: 0;
		padding-top: 30px;
		padding-bottom: 25px;
		position: relative;
	}

	.premium_lens_first_banner h1{
		font-size: 60px;
	}
	.premium_lens_first_banner h2{
		font-size: 38px;
	}
	.p_h3 br{
		display: none;
	}
	.premium_p{
		font-size: 28px;
	}
	.p_h3{
		font-size: 40px;
	}
	.premium_lens_second_banner__paragraph__left{
		padding: 0;
		text-align: center;
	}
	.premium_lens_second_banner__paragraph__right{
		text-align: center;
	}

	.section__result_items_left{
		width: calc(65% - 15px);
	}
	.section__result_items_right{
		width: calc(35% - 15px);
	}
	.section__result_items_right .section__result_item__circle p{
		font-size: 48px;
	}
	.slider__feedback_container{
		padding: 0 10px;
	}
	.slider__feedback .swiper-slide{
		box-sizing: border-box;
		padding: 60px 40px;
	}
	.premium_lens_benefits_swiper .swiper-slide{
		background-image: unset!important;
	}
	.slider__feedback .swiper-button-prev{
		display: block;
	}
	.slider__feedback .user_feedback,.slider__feedback .user_location{
		font-size: 24px;
	}
	.slider__feedback .user_title{
		font-size: 26px;
	}
	.slider__feedback{
		min-height: unset;
	}
	.premium_lens_benefits_swiper .container{
		flex-wrap: wrap-reverse;
	}
	.premium_lens_benefits_swiper__content_right{
		flex: 0 0 100vw;
		max-width: unset;
		left: calc((-100vw + 720px - 20px) / 2);
		margin-top: 0;
	}
	.section__premium_lens_benefits_tabs .container{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.premium_lens_benefits_swiper__content_right{
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 360px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.section__premium_lens_benefits{
		background-color: #000;
	}
	.premium_lens_benefits_swiper__content_left{
		margin-top: 40px;
		padding-bottom: 50px;
	}
	.new_template_advanges_right_block .premium_lens_benefits_swiper__content_right{
		margin-top: 0;
		margin-left: 0;
	}
	.premium_lens_benefits_swiper .swiper-slide{
		padding:0;
	}
	.section__premium_lens_benefits_screens_second_type {
		padding: 60px 10px;
	}
	.section__premium_lens_benefits_screens_first_type{
		padding: 30px 0;
	}
	.section__premium_lens_benefits_tabs .container{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-around;
		max-width: 480px;
	}
	.section__premium_lens_benefits_screens_first_type__mobile{
		margin-bottom: 20px;
	}
	.section__premium_lens_benefits_screens_first_type  .container{
		height: fit-content;
	}
	.slider__wrap .swiper-container{
		width: 100%;
	}
	.category__item{
		margin-bottom: 20px;
	}
	.section__premium_lens_benefits_screens_second_type__content .col-12:nth-child(even){
		padding-left: 0;
	}
	.premium_lens_first_banner h1 span{
		top: -0.15em;
	}
}

@media (max-width: 767px)
{

	.section__new_lens_tech{
		padding: 40px 0;
	}
	.premium_lens_benefits_swiper_mobile_image{
		height: 460px;
	}
	.premium_lens_benefits_swiper__content_right{
		left: calc((-100vw + 540px - 20px) / 2);
	}
	.section__premium_lens_benefits_screens_second_type {
		padding: 40px 10px 20px;

	}
	.premium_lens_first_banner h1{
		font-size: 52px;
	}
	.premium_lens_first_banner h2{
		font-size: 32px;
	}
	.p_h3{
		font-size: 36px;
	}
	.p_4{
		font-size: 20px;
		font-weight: 500;
	}
	.section__result_items{
		flex-wrap: wrap;
	}
	.section__result_items_left{
		width: 100%;
	}
	.section__result_items_right{
		width: 100%;
		background-color: transparent;
		margin-top: 50px;
	}
	.section__result_items_right svg, .section__result_items_right svg *{
		stroke: #ff0000;
	}
	.section__result_items_right .section__result_item__circle p, .section__result_items_right p{
		color: #ff0000;
	}
	.section__result_items_right p{
		font-size: 25px;
		color:#000;
		max-width: 185px;
		margin: 0 auto 0;
	}
	.section__result_items_left{
		background-color: transparent;
	}
	.section__result_items_left .section__result_item svg path{
		stroke-width: 9px;
	}
	.section__result_items_left .section__result_item__circle{
		border: 7px solid rgba(151,151,151,0.3);
	}
	.section__result_charts_item .section__result_charts_item_chart{
		max-width: 185px;
		min-width: 160px;
		margin-bottom: 40px;
	}
	.section__result_charts_item:first-of-type .section__result_charts_item_chart{
		max-width: 250px;
		min-width: 190px;
	}
	.section__result_charts_item{
		width: 100%;
	}
	.slider__feedback_container{
		padding: 0 20px;

	}
	.slider__feedback .swiper-slide{
		box-sizing: border-box;
		padding: 60px 40px;
	}
	.slider__feedback .user_feedback,.slider__feedback .user_location{
		font-size: 22px;
	}
	.slider__feedback .user_title{
		font-size: 24px;
	}
	.section__result_item {
		padding: 20px 15px;
	}
	.section__result_items_right .section__result_item__circle{
		border: 10px solid rgba(151,151,151,0.3)
	}
	.section__new_lens_tech__text h3,.section__new_lens_tech__text p{
		text-align: left;
	}
	.section__premium_lens_benefits_tabs a{
		padding: 10px 0;
		font-size: 18px;
	}
	.section__premium_lens_benefits_tabs .container{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}
	.premium_lens_benefits_swiper__content_left{
		padding-left: 0;
	}
	.section__premium_lens_benefits_tabs a,.premium_lens_benefits_swiper__content_right .right_text,
	.premium_lens_benefits_swiper__content_left p{
		font-size: 22px;
		line-height: 30px;
	}
	.section__premium_lens_benefits_screens {
		padding: 40px 0 60px;
	}
	.section__premium_lens_benefits_screens p{
		font-size: 18px;
	}
	.section__new_lens_tech__text h3{
		font-size: 34px;
	}
	.section__new_lens_tech__text p {
		font-size: 24px;
	}
	.section__new_lens_tech__text{
		padding: 0 40px;
	}
	.slider__feedback .user_feedback p{
		font-size: 20px;
	}
	.section__result_charts_item .p_h3{
		font-size: 50px;
	}
	.section__result .premium_p{
		padding: 0 30px;
		margin-top: 28px;
	}
	.section__result h3{
		padding: 0 30px;
	}
	.section__result .premium_p p,.premium_lens_second_banner__paragraph__right p{
		font-size: 25px;
	}
	.premium_lens_second_banner__paragraph__right{
		margin-top: 28px;
	}
	.premium_lens_second_banner__paragraph{
		padding: 0 20px;
	}
}
.container{
	box-sizing: border-box;
}
.mobile_img_who{
	display: none;
}
@media only screen and (max-width: 575px){
	.mobile_img_who{
		display: block;
	}
	.premium_lens_benefits_swiper .swiper-slide{
		min-height: 320px;
	}
	.section__new_lens_tech__text p {
		font-size: 22px;
	}
	.premium_lens_benefits_swiper_slide_1 h4{
		font-weight: 300;
		margin-bottom: 0;
	}
	.premium_lens_benefits_swiper_slide_1 h3{
		margin-bottom: 28px;
	}
	.premium_lens_benefits_swiper_slide_1 h4, .premium_lens_benefits_swiper_slide_1 h3{
		font-size: 35px;
	}
	.section__premium_lens_benefits_screens h4{
		font-size: 22px;
	}
	.section__premium_lens_benefits_tabs .container{
		max-width: 320px;
	}
	.premium_lens_benefits_swiper_mobile_image{
		height: 375px;
	}
	.section__premium_lens_benefits_screens_first_type__mobile{
		max-height: 165px;

	}

	.section__premium_lens_benefits_screens_second_type  .container,
	.section__premium_lens_benefits_screens_second_type__content .col-12:nth-child(odd),
	.section__premium_lens_benefits_screens_second_type__content .col-12:nth-child(even){
		padding-left: 0;
		padding-right: 0;
	}
	.section__premium_lens_benefits_screens p:last-child{
		margin-bottom: 0;
	}
	.section__premium_lens_benefits_screens_first_type .col-12{
		padding-right: 0;
		padding-left: 0;
	}
	.section__premium_lens_benefits_screens p{
		font-size: 16px;
	}
	.section__premium_lens_benefits_screens_second_type__content .col-12{
		padding: 0;
	}
	.premium_lens_benefits_swiper h3, .premium_lens_benefits_swiper h3{
		font-size: 35px;
	}
	.section__premium_lens_benefits_tabs a,.premium_lens_benefits_swiper__content_right .right_text,
	.premium_lens_benefits_swiper__content_left p{
		font-size: 20px;
	}
	.premium_lens_benefits_swiper__content_left p{
		line-height: 28px;
	}
	.premium_lens_first_banner h1{
		font-size: 40px;
	}
	.premium_lens_first_banner h2{
		font-size: 25px;
	}
	.p_h3{
		font-size: 34px;
	}
	.premium_p{
		font-size: 25px;
	}
	.slider__feedback .user_feedback,.slider__feedback .user_location{
		font-size: 20px;
	}
	.slider__feedback .user_title{
		font-size: 26px;
	}
	.section__result_item__circle{
		min-height: 140px;
		max-width: 140px;
	}
	.slider__products .slider__swiper:not(.swiper-container-initialized) .slider__item {
		width: calc(90% - 15px);
		margin-right: 0;
		padding-right: 0;
	}

	.section__feedback .swiper-button-prev:before,
	.section__feedback .swiper-button-prev:after,
	.section__feedback .swiper-button-next:after,
	.section__feedback .swiper-button-next:before{
		height: 25px;
	}
	.section__feedback .swiper-button-prev:before
	{
		transform: rotate(45deg) translateX(0px) translateY(-12px)
	}
	.section__feedback .swiper-button-prev:after{
		transform: rotate(-225deg) translateX(0px) translateY(-12px)
	}
	.section__feedback .swiper-button-next:before
	{
		transform: rotate(-45deg) translateX(0px) translateY(-12px)
	}
	.section__feedback .swiper-button-next:after{
		transform: rotate(225deg) translateX(0px) translateY(-12px)
	}
	.slider__feedback .swiper-slide{
		padding: 50px 30px;
	}
	.section__feedback .swiper-button-next,.section__feedback .swiper-button-prev{
		top:60%
	}

}
#storelocator-map_canvas button:after{
	content: unset;
}
#storelocator-map_canvas button:before{
	content: unset;
}
.storelocator-directions-link span{
	display: none;
}
.blog-content__wrap--content{
	margin: 30px 0;
}
.blog-content__wrap--content img{
	max-height: 300px;
	height: min-content;
}
.blog-content__wrap--content h1, .blog-content__wrap--content h2, .blog-content__wrap--content h3, .blog-content__wrap--content h4, .blog-content__wrap--content h5, .blog-content__wrap--content h6{
	font-size: 20px;
}
.blog-content__block{
	margin: 25px 0 ;
}
.overflowHidden{
	overflow: hidden;
}
@media only screen and (max-width:991px){
	.blog-content__wrap--content img{
		width: 100%;
		height: auto;
		max-height: unset;
	}

	.blog-content__wrap--content .col-lg-4{
		padding-left: 0;
	}
}
.menu-item a img{
	max-width: 80px;
}
.slider-history .slick__prev{
	z-index: 5;
}
/* Ru Form */
.form-columns-2 .hs-form-field{
	width: 50%;
	float: left;
}
.bg_history_no_action{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 2;
	display: none;
}


/* New */
.home .section--hero a{
	position: relative;
	text-decoration: unset;
}
.home .section--hero a:after {
	position: absolute;
	background-position: unset;
	right: 0;
	transform: translateX(100%) translateY(-0.4rem);
}


/* Orders */



.select_wrap{
	position: relative;
}

.select_wrap select{
	position: absolute;
	top: 0;
	left: 0;

	display: none;

	width: 100%;
	height: 100%;

	opacity: 0;
}

.select_wrap .nice-select{
	position: relative;

	display: block;
}

.select_wrap .nice-select.open{
	z-index: 100;
}

.select_wrap .nice-select .current{
	font-size: 13px;
	font-weight: 500;
	color: #575555;

	line-height: 47px;

	position: relative;
	z-index: 2;

	display: block;
	overflow: hidden;

	width: 100%;
	height: 49px;
	padding-right: 40px;
	padding-left: 16px;

	cursor: pointer;
	transition: .3s ease-in-out;
	white-space: nowrap;
	text-overflow: ellipsis;

	border: 1px solid #C5C8CA;
	border-radius: 6px;
	background-color: #FFFFFF;
}

.select_wrap .nice-select:hover .current,
.select_wrap .nice-select.open .current{
	background: #F2F2F2;
}

.select_wrap .nice-select .current:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 14px;

	width: 8px;
	height: 8px;
	border-right: 1px solid #47505A;
	border-bottom: 1px solid #47505A;
	transform: rotate(45deg);
	margin-top: -6px;
}

.select_wrap .nice-select .list{
	position: absolute;
	z-index: 9;
	top: calc(100% + 8px);
	left: 0;

	visibility: hidden;
	overflow: hidden;

	min-width: 100%;

	transition: .3s ease-in-out;
	pointer-events: none;

	opacity: 0;
	border: 1px solid #C5C8CA;
	border-radius: 6px;
	background: #FFFFFF;
	padding: 8px 0;
}

.select_wrap .nice-select.open .list{
	visibility: visible;

	pointer-events: all;

	opacity: 1;
}

.select_wrap .nice-select .list .scrollbar{
	overflow-y: auto;

	max-height: 300px;
}

.select_wrap .nice-select .list .list_item{
	color: #575555;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	cursor: pointer;
	padding: 3px 8px;

	transition: .3s ease-in-out;
}

.select_wrap .nice-select .list .list_item:empty{
	display: none;
}

.select_wrap .nice-select .list .list_item:hover{
	background: #DADCDE;
}

.select_wrap .nice-select .list .list_item.selected{
	background: #DADCDE;
}


.tabs_container{
	width: 100%;
	margin: 0 auto;

	padding: 0 0  50px 0;
}

.tabs{

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;

	margin-bottom: 41px;
}
.tabs_content{
	border-bottom: 1px solid #979797;
	width: 100%;
}
.tabs button{
	margin-bottom: -1px;
	display: block;

	color: rgba(84, 87, 89, .7);
	font: 20px "Ploni DL AAA";
	height: 51px;
	position: relative;
	cursor: pointer;
	border: none;
	background: none;
	padding: 0 27px 1px;
	transition: color .3s ease-in-out;
	font-weight: 300;
	letter-spacing: -.05em;
}

.tabs button:hover{
	color: #FF0000;
}

.tabs button.active{
	color: #FF0000;
	font-weight: 500;
	letter-spacing: 0;
}

.tabs button:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #979797;
	transition: .3s ease-in-out;
}

.tabs button:hover:after,
.tabs button.active:after{
	background: #FF0000;
	height: 2px;
}

.tab_content
{
	position: relative;


	height: 0;

	pointer-events: none;

	opacity: 0;
}

.tab_content.active
{


	height: auto;

	transition: opacity .5s linear;
	pointer-events: all;

	opacity: 1;
}

.tab_content .bord{
	border: 1px solid #C5C8CA;
	border-radius: 2px;
	position: relative;
}
.tab_content .sticky_element{
	display: none;
}
.datepicker_here .air-datepicker{
	opacity: 0;
	left: 0!important;
	top: 61px;
	pointer-events: none;
}
.datepicker_here.active > .air-datepicker{
	opacity: 1;
	pointer-events: auto;
}
.datepicker_here.active{
	z-index: 5;
}


@media only screen and (max-width: 575px){
	.datepicker_here.datepicker_here1 .air-datepicker {
		right: calc(50% - 56px) !important;
		transform: translateX(-50%);
	}
	.datepicker_here.datepicker_here2 .air-datepicker {
		right: calc(50% + 53px)!important;
		transform: translateX(-50%);
	}
}
.tab_content.active .sticky_element{
	display: block;
}

.tab_content .bord{
	display: none;
}
.tab_content.active .bord{
	display: block;
}
body.download-center{
	overflow: visible;
}
.sticky_element{
	position: sticky;
	position: -webkit-sticky;
	top: 0px;
	background: #fff;
	z-index: 8;
}
.tab_content .sticky_element{
	top: 181px;
}
.tab_content .sticky_element{

}
.shamir_orders .tabs{
	padding-top: 130px;
	margin-bottom: 0;
	padding-bottom: 10px;
}
.tab_content .sticky_element{
	padding-top: 45px;
	padding-bottom: 30px;
}
.table_info{
	width: 100%;
	border-collapse: separate;
	margin: 0;
}
/*
.table_info.first tr th:first-child{
	border-left: 1px solid #D8D8D8;
}
.table_info.first tr th:nth-child(8){
	border-right: 1px solid #D8D8D8;
}*/
.table_info tr th{
	border-bottom: 1px solid #D8D8D8;

	color: #545759;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	padding: 10px 14px 8px;
	position: sticky;
	height: 59px;
	vertical-align: middle;
	z-index: 7;
	background-color: #fff;
	top:354px;
	border-top: 1px solid #D8D8D8;
}
@media (min-width: 1200px)
{
	.table_info.first tr th:first-child,.table_info.first tr td:first-child{
		width: 14.8%;
	}

	.table_info.first tr th:nth-child(2),.table_info.first tr td:nth-child(2){
		width: 14.5%;
	}

	.table_info.first tr th:nth-child(3),.table_info.first tr td:nth-child(3){
		width: 19.15%;
	}

	.table_info.first tr th:nth-child(4),.table_info.first tr td:nth-child(4){
		width: 18%;
	}

	.table_info.first tr th:nth-child(5),.table_info.first tr td:nth-child(5){
		width: 16.15%;
	}

	.table_info.first tr th:nth-child(6),.table_info.first tr td:nth-child(6){
		width: 15.7%;
	}

	.table_info.first tr th:nth-child(7),.table_info.first tr td:nth-child(7){
		width: 8%;
	}


	.lenstec .table_info.first tr th:first-child,.lenstec .table_info.first tr td:first-child{
		width: 8.5%;
	}

	.lenstec .table_info.first tr th:nth-child(2),.lenstec .table_info.first tr td:nth-child(2){
		width: 14.5%;
	}

	.lenstec .table_info.first tr th:nth-child(3), .lenstec .table_info.first tr td:nth-child(3){
		width: 11%;
	}
	.lenstec .table_info.first tr th:nth-child(4), .lenstec .table_info.first tr td:nth-child(4){
		width: 13%;
	}
	.lenstec .table_info.first tr th:nth-child(7), .lenstec .table_info.first tr td:nth-child(7){
		width: 16%;
	}
	.lenstec .table_info.first tr th:nth-child(8), .lenstec .table_info.first tr td:nth-child(8){
		width: 3%;
	}
	.lenstec .table_info.first tr th:nth-child(9), .lenstec .table_info.first tr td:nth-child(9){
		width: 5%;
	}
	.table_info.invoice tr th:first-child,
	.table_info.invoice .tr_info table tr td:first-child{
		width: 11.6%;
	}

	.table_info.invoice tr th:nth-child(2),
	.table_info.invoice .tr_info table tr td:nth-child(2){
		width: 12%;
	}

	.table_info.invoice tr th:nth-child(3),
	.table_info.invoice .tr_info table tr td:nth-child(3){
		width: 17%;
	}

	.table_info.invoice tr th:nth-child(4),
	.table_info.invoice .tr_info table tr td:nth-child(4){
		width: 15%;
	}

	.table_info.invoice tr th:nth-child(5){
		width: 12%;
	}

	.table_info.invoice tr th:nth-child(6){
		width: 8%;
	}

	.table_info.invoice tr th:nth-child(7){
		width: 8%;
	}

	.table_info.invoice .tr_info table tr td:nth-child(5){
		width: 28%;
	}

	.table_info.invoice .tr_info table tr td:nth-child(6){
		width: 8%;
	}
	.table_info.invoice .tr_info table tr td:nth-child(7){
		width: 7%;
	}

}
.table_info:not(.invoice) .tr_info.empty_row td{
	padding: 20px 0;
}
.text-center{
	text-align: center;
}
.table_info tbody tr{
	transition: background .3s ease-in-out;
}

.table_info tbody tr:hover{
	background: #F2F2F2;
}

.table_info tr.open_info{
	cursor: pointer;
}

.table_info tr.open_invoice{
	cursor: pointer;
}
.table_info tr.open_info:hover,
.table_info tr.open_info.active,
.table_info tr.open_invoice:hover,
.table_info tr.open_invoice.active{
	background: #ECEDEE;
}

.table_info tr td{
	border-top: 1px solid #D8D8D8;
	vertical-align: middle;
	color: #575555;
	font-size: 16px;
	text-align: center;
	line-height: 1.2;

	letter-spacing: -.04em;
	padding: 21px 0 17px;
}

.table_info tr td span{
	text-transform: uppercase;
}

.table_info.invoice{
	display: none;
}

.table_info.invoices tr td{
	width: 25%;
}

.table_info tr td.td_arrow{
	table-layout: fixed;
	width: 64px;
	padding: 0;

	vertical-align: middle;
}

.table_info tr td .arrow{
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	position: relative;
}

.table_info tr td .arrow:after{
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;

	width: 8px;
	height: 8px;
	border-right: 1px solid #47505A;
	border-bottom: 1px solid #47505A;
	transform: rotate(-45deg);
	margin-top: -4px;
}

.table_info tr.active td .arrow:after{
	right: 8px;
	margin-top: -6px;
	transform: rotate(45deg);
}

.table_info tr td .code{
	/*border-bottom: 1px solid;*/
	display: inline;
	text-decoration: none;
	color: currentColor;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .02em;
	text-decoration: underline;
}

.table_info .tr_info{
	background: #F8F8F8;
	display: table-row;
}
.table_info .tr_info.hidden{
	display: none;
}
.table_info .tr_info.active{
	display: table-row;
}

.table_info:not(.invoice) .tr_info td{
	padding: 0;
}

.table_info .wrap_cols{
	overflow: hidden;
	padding: 4px 16px 28px 0;
	width: 100%;
}

.table_info .cols{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
	margin-left: -50px;
}

.table_info .cols .cols_col{
	border-left: 1px solid #E6E6E6;
	padding-left: 36px;
	margin-left: 30px;
	text-align: left;
	margin-top: 20px;
}
.table_info .tr_info__order .cols .cols_col{
	margin-left: 40px;
}
.table_info  .title{
	color: #545759;
	font-size: 16px;
	letter-spacing: 0;
}
.table_info td > .desc, .table_info td > .title{
	border-right: 1px solid #d8d8d8;
}
.table_info td:not(.text-center) > .title,.table_info td:not(.text-center) > .desc{
	padding-left: 20px;
	text-align: left;
}
.table_info td.text-center > .title,.table_info td.text-center > .desc{
	padding-left:10px;
	padding-right: 10px;
	text-align: center;
}
.table_info table td.text-center > .desc{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	height: 100%;
}
.table_info table td.text-center.clear_product > .desc{
	border-left:1px solid #d8d8d8
}
.table_info.invoice .tr_info > td{
	padding: 0;
}
.table_info.invoice .tr_info > td > table thead{
	display: none;
}
.table_info.invoice .tr_info > td > table{
	margin: 0;
	height: 1px;
}
.table_info .title b{
	font-weight: 600;
}
.table_info.invoice tbody tr td:nth-child(2) > .title,
.table_info.invoice tbody tr td:nth-child(2) > .desc{
	padding-left: 40px;
}
.table_info.invoice tbody tr td:nth-child(1) > .title,
.table_info.invoice tbody tr td:nth-child(1) > .desc{
	padding-left: 40px;
}
.table_info .title span{
	display: block;
	margin-top: 2px;
}

.table_info .desc{
	padding-top: 10px;

	color: #545759;
	font-size: 16px;
}

.tab_head{
	margin-bottom: 22px;
	line-height: 26px;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;

	font-size: 22px;
}

.tab_head .title{
	color: #4C5962;
	font-weight: 600;
	border-bottom: 1px solid transparent;
}

.tab_head .title.back{
	border-bottom-color: currentColor;
	transition: border-color .3s ease-in-out;
	cursor: pointer;
}

.tab_head .title.back:hover{
	border-bottom-color: transparent;
}

.tab_head .name{
	padding-left: 34px;

	color: #FF0000;
	position: relative;
}

.tab_head .name:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;

	width: 9px;
	height: 9px;
	border-right: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	transform: rotate(45deg);
	margin-top: -5px;
}

.tab_head .name:empty{
	display: none;
}




.tab_head .order_id{
	padding-left: 34px;

	color: #FF0000;
	position: relative;
}

.tab_head .order_id:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 10px;

	width: 9px;
	height: 9px;
	border-right: 1px solid #FF0000;
	border-top: 1px solid #FF0000;
	transform: rotate(45deg);
	margin-top: -5px;
}

.tab_head .order_id:empty{
	display: none;
}


.sorting{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	flex-wrap: wrap;

}

.wrap_search{
	width: 336px;
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: nowrap;
	margin-left: 108px;
}
.date_choice > div{
	margin-right: 10px;
}
.wrap_search .select_wrap{
	width: 128px;
	flex-shrink: 0;
}

.wrap_search .select_wrap .nice-select .current{
	border-radius: 6px 0 0 6px;
}

.search{
	position: relative;
	width: 100%;
}

.search .search_input::-webkit-input-placeholder
{
	color: rgba(87, 85, 85, .6);
}

.search .search_input:-moz-placeholder
{
	color: rgba(87, 85, 85, .6);
}

.search .search_input:-ms-input-placeholder
{
	color: rgba(87, 85, 85, .6);
}

.search .search_input{
	width: 100%;
	display: block;
	height: 49px;

	border: 1px solid #C5C8CA;

	border-radius: 6px;

	color: #575555;
	font: 500 13px "Ploni DL AAA";
	padding: 0 50px 0 20px;
	box-sizing: border-box;

	outline: none transparent !important;
	box-shadow: none;

	-webkit-appearance: none;
	appearance: none;
	-moz-outline: none !important;

	transition: .3s ease-in-out;
}
#tab1 .search .search_input{
	border-left: none;
	border-radius: 0 6px 6px 0;
}

.search .search_input:hover,
.search .search_input:focus{
	border-color: #C5C8CA;
	background: #F2F2F2;
}

.search .submit_search{
	position: absolute;
	right: 4px;
	top: 6px;
	width: 37px;
	height: 37px;
	display: block;
	border: none;
	cursor: pointer;

	background: #FF0000 url(./img/ic_search.svg) 50% no-repeat;
	border-radius: 4px;

	transition: opacity .3s ease-in-out;
}

.search .submit_search:hover{
	opacity: .82;
}

.download_link{
	display: block;
	width: 49px;
	height: 49px;
	background: url(./img/ic_download.svg) 50%/24px auto no-repeat;

	transition: background .3s ease-in-out;
	border: 1px solid #C5C8CA;
	border-radius: 6px;

	margin-left: auto;
	cursor: pointer;
}

.download_link:hover{
	background-color: #F2F2F2;
}

.open_filter{
	display: block;
	height: 49px;
	padding: 0 20px 0 14px;

	color: #4C5962;
	font: 16px 'Ploni DL AAA';
	cursor: pointer;

	background: transparent;
	border: 1px solid #C5C8CA;
	border-radius: 6px;
	transition: background .3s ease-in-out;
	position: relative;

	margin-left: 9px;
}

.open_filter:hover{
	background-color: #F2F2F2;
}

.open_filter span{
	display: inline-block;
	position: relative;
	padding-left: 38px;
}

.open_filter span:before{
	content: '';
	position: absolute;
	left: -2px;
	top: 50%;
	width: 24px;
	height: 24px;
	background: url(./img/ic_filter.svg) 50% no-repeat;
	margin-top: -12px;
}


.datepicker_here{
	width: 190px;

	display: flex;
	justify-content: flex-start;
	align-items: center;
	align-content: flex-start;
	flex-wrap: nowrap;
	position: relative;
}

.datepicker_js{
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}

.date_choice{
	display: block;
	cursor: pointer;

	border: 1px solid #C5C8CA;
	width: 100%;
	height: 49px;

	padding: 10px 15px;
	color: #575555;

	font-size: 13px;
	font-weight: 500;
	line-height: 16px;
	position: relative;
	transition: .3s ease-in-out;
}

.date_from{
	margin-right: -.5px;
	border-radius: 4px ;
}

.datepicker_here:hover .date_from{
	background: #F2F2F2;
}

.datepicker_here .date_from.active, .datepicker_here .date_to.active{
	background: #F6F5F6;
	border-color: #C5C8CA;
	z-index: 1;
	border-width: 2px;
}

.date_choice:before{
	content: '';
	position: absolute;
	left: 50%;
	top: calc(100% - 12px);
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	margin-left: -6px;
	pointer-events: none;
	transition: .3s ease-in-out;
}

.datepicker_here .date_choice.active:before{
	top: calc(100% - 5px);
	border-bottom: 2px solid #C5C8CA;
	border-right: 2px solid #C5C8CA;
	background-color: #F6F5F6;
}

.date_to{
	margin-left: -.5px;
	border-radius: 4px;
}
.date_choice{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.date_choice .title{
	opacity: 1;
	position: relative;
	font-weight: 500;
}

.date_choice .text{
	margin-top: 2px;
	position: relative;
}

.air-datepicker--pointer{
	display: none;
}

.air-datepicker{
	border: 1px solid #D8D8D8;
	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 21px 0 rgba(0,0,0,0.15);
}

.air-datepicker-nav--title{
	font-size: 22px;
	font-weight: 500;
}


.overlay_air{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: none;
}


@media (max-width: 1199px)
{
	.datepicker_here{
		width: 180px;
		margin-right: 0;
	}

	.wrap_search{
		margin-left: 0;
	}
}

@media (max-width: 991px)
{
	.table_info tbody{
		display: flex;
		flex-direction: column;
	}
	.table_info.invoice tbody tr td:nth-child(1) > .title, .table_info.invoice tbody tr td:nth-child(1) > .desc,
	.table_info td:not(.text-center) > .title, .table_info td:not(.text-center) > .desc,
	.table_info.invoice tbody tr td:nth-child(2) > .title, .table_info.invoice tbody tr td:nth-child(2) > .desc
	{
		padding-left: 0;
	}
	.table_info table td.text-center > .desc{
		display: block;
		text-align: right;
		padding-left: 0;
	}
	.overlay_air{
		cursor: pointer;
	}
	.tab_content .sticky_element{
		border-bottom: 1px solid #D8D8D8;
	}
	.datepicker_here{
		width: 190px;
	}

	.wrap_search{
		width: 100%;
		order: 3;
		margin-top: 20px;
	}


	.table_info thead{
		display: none;
	}

	.table_info tr{
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		align-content: stretch;
		flex-wrap: wrap;
		position: relative;
		padding: 10px;

		border-top: 1px solid #D8D8D8;
	}

	.table_info tr:first-child{
		border-top: none;
	}

	.table_info tr td{
		border: none;

		display: block;
		padding: 8px;

		width: 25%;
		text-align: left;
		flex-grow: 1;
	}

	.table_info .tr_info.active{
		display: block;
	}

	.table_info tr td:before{
		content: attr(data-label);
		display: block;
		font-size: 14px;
		opacity: .6;
		margin-bottom: 4px;
	}

	.table_info tr td:empty{
		display: none;
	}

	.table_info tr td.td_arrow{
		margin-left: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		width: 44px;
	}

	.table_info tr td .arrow{
		margin-right: 0;
	}

	.table_info tr.tr_info td{
		width: 100%;
	}

	.table_info tr.tr_info td:before{
		display: none;
	}

	.table_info .cols{
		margin-left: -21px;
	}

	.table_info .cols .cols_col{
		padding-left: 20px;
		margin-left: 20px;
	}
}

@media (max-width: 767px)
{
	.datepicker_here{
		width: 160px;
	}

	.date_choice{
		padding-left: 14px;
		padding-right: 14px;
	}


	.table_info tr td{
		width: calc(100%/3);

		font-size: 14px;
	}

	.table_info .title{
		font-size: 14px;
	}

	.table_info .desc{
		font-size: 14px;
	}


	.datepicker_here {
		width: 150px;
	}

	.date_choice{
		font-size: 13px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.air-datepicker{
		--adp-padding: 10px;

		--adp-nav-height: 40px;
		--adp-day-cell-height: 38px;
	}

	.air-datepicker-nav--title {
		font-size: 16px;
	}


	.open_filter{
		padding: 0 14px;
	}

	.open_filter span{
		padding-left: 0;
	}

	.open_filter span:before{
		display: none;
	}
	.date_dash{
		margin: 0 1px!important;
	}
}

@media (max-width: 479px)
{
	.tabs{
		margin-bottom: 30px;
	}

	.tabs button{
		padding-left: 16px;
		padding-right: 16px;

		font-size: 16px;
		height: 40px;
	}

	.tab_head{
		font-size: 18px;
	}

	.tab_head .name{
		padding-left: 24px;
	}

	.tab_head .name:before{
		left: 9px;
		width: 6px;
		height: 6px;
	}

	.wrap_search .select_wrap{
		width: 40%;
	}

	.wrap_search .select_wrap .nice-select .current{
		border-radius: 6px;
	}

	.wrap_search{
		flex-wrap: wrap;

		order: 0;
	}



	.search .search_input, #tab1 .search .search_input{
		border: 1px solid #C5C8CA;
		border-radius: 6px;
	}

	.download_link{
		margin-left: 0;
		margin-top: 20px;
	}
	.sticky_element{
		position: relative;
		top: auto!important;
	}
	.tab_content .sticky_element{
		padding-top: 20px;
	}
	.shamir_orders .tabs {
		padding-top: 30px;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	#tab2 .wrap_search .search{
		width: 100%;
	}
	.open_filter{
		width: calc(100% - 58px);
		margin-top: 20px;
	}

	.open_filter span{
		padding-left: 38px;
	}

	.open_filter span:before{
		display: block;
	}

	.air-datepicker {
		--adp-day-cell-height: 36px;
	}

	.air-datepicker-body--day-name{
		font-size: 13px;
	}

	.date_choice{
		font-size: 12px;
	}


	.table_info tr{
		padding-left: 2px;
		padding-right: 2px;
	}

	.table_info tr td {
		width: calc(100%/2);
	}

	.table_info.invoices tr td {
		width: calc(100%/2);
	}


	.table_info .cols{
		margin-left: -23px;
	}

	.table_info .cols .cols_col{
		padding-left: 16px;
		margin-left: 16px;
	}

	.datepicker_here {
		width: 48%;
	}
	.wrap_search .search{
		width: 60%;
	}
}
#loading-spinner {
	display: none;

}
#loading-spinner.loading{
	display: block;
	position: absolute;
	z-index: 999999;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
#loading-spinner .spin-icon {
	margin: unset;
	width: 80px;
	height: 80px;
	border: solid 3px transparent;
	border-top-color:  #666;
	border-left-color: #666;
	border-radius: 80px;
	-webkit-animation: loading-spinner 500ms linear infinite;
	-moz-animation:    loading-spinner 500ms linear infinite;
	-ms-animation:     loading-spinner 500ms linear infinite;
	-o-animation:      loading-spinner 500ms linear infinite;
	animation:         loading-spinner 500ms linear infinite;
}
.bord #loading-spinner .spin-icon{
	position: sticky;;
	border-top-color: #fff;
	border-left-color: #fff;
	margin-top: 120px;
	z-index: 4;
}
.bord #loading-spinner{
	z-index: 4;
}
.bord{
	min-height: 250px;
}

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

@-moz-keyframes loading-spinner {
	0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes loading-spinner {
	0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes loading-spinner {
	0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
	100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes loading-spinner {
	0%   { transform: rotate(0deg);   transform: rotate(0deg); }
	100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.bord #loading-spinner .spin-icon{
	position: sticky;
}
.air-datepicker-cell.-focus-.-month{
	color: #a9a9a9;
}
.air-datepicker-cell.-range-to-{
	border:unset
}
.air-datepicker-cell.-range-to-:after,.air-datepicker-cell.-range-to-:before,.air-datepicker-cell.-range-from-:before{
	content: unset;
}
.date_dash{
	color: #575555;
	font-family: "Ploni DL AAA",sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 23px;
	margin: 0 5px;
	text-align: center;
}
.download_manager__header_img .container *{
	color:#fff
}
.bord  #loading-spinner .spin-icon{
	width: 50px;
	height: 50px;
}
.air-datepicker{
	width:auto;
}
.menu-item a img{
	max-width: 80px;
}

.sortable{border-spacing:0}
.sortable th:not(.sort-disable):hover::after{color:inherit;font-size:1.2em;content:' \025B8';
	position: absolute;
	top: calc(50% + 2px);
	transform: translateY(-50%);
}
.loading ~ .table_info tr th{
	border-top: 1px solid #D8D8D8;
}
.sortable th:not(.sort-disable){
	cursor: pointer;
}
.sortable th::after{
	font-size:1.2em;
	color:transparent;
	content:' \025B8';

	position: absolute;
	top: calc(50% + 2px);
	transform: translateY(-50%);
}
.sortable th.sort-disable{
	content: unset;
}
.sortable th.dir-d::after{color:inherit;content:' \025BE';
	position: absolute;
	top: calc(50% + 2px);
	transform: translateY(-50%);
}
.sortable th.dir-u::after{color:inherit;content:' \025B4';
	position: absolute;
	top: calc(50% + 2px);
	transform: translateY(-50%);

}


/* Shamir Personal Logged in Redesign */

.shamir_personal_hero.logged_in_user {
	min-height: unset;

}
.toDownload_center_info__image{
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.toDownload_center_info__image .layer_bg{
	padding-bottom: 0;
	opacity: 0.5;
	pointer-events: none;
}
.toDownload_center_info__image h2{
	color: #fff;
	z-index: 1;
	font-weight: bold;
}
.toDownload_center_info{
	margin-top: 40px;
	margin-bottom: 0;
}
.toDownload_center_info__item{
	margin: 0 0 40px;
	display: flex;
	flex-direction: column;
}
.toDownload_center_info p{
	margin-bottom: 0;
	color: #545759;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	line-height: 27px;
	text-align: center;
}
.toDownload_center_info__item__text{
	background-color: #F6F6F9;
}

.toDownload_center_info__item:nth-child(odd){
	padding-left: 0;
	padding-right: 20px;
}
.toDownload_center_info__item:nth-child(even){
	padding-left: 20px;
	padding-right: 0;
}
.toDownload_center_info__item__text{
	padding: 25px 50px 30px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.toDownload_center_info p:empty{
	display: none;
}
.toDownload_center_info__item__text .shamir__red-button{
	display: block;
	margin-top: 15px;
	padding: 5px 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Ploni DL AAA", sans-serif;
	font-weight: 300;
}
.toDownload_center_info__image iframe{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateY(-50%);
	top: 50%;
}
.download_manager__form button{
	width: 140px;
	border: 1px solid #D8D8D8!important;
	border-radius: 5px;
	background-color: #FFFFFF!important;
	color: #545759!important;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 18px;
	justify-content: center;
	height: auto;
}
.clear_all {
	width: auto;
	border: 1px solid #D8D8D8!important;
	border-radius: 5px;
	background-color: #FFFFFF!important;
	color: #545759!important;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 18px!important;
	justify-content: center;
	height: auto;
	padding: 10px;
	margin-left: 15px;
}
.download_manager__form button:after, .download_manager__form button:before, .clear_all:after, .clear_all:before{
	content: unset!important;
}
@media only screen and (max-width: 991px){
	.toDownload_center_info__item:nth-child(odd){
		padding-left: 0;
		padding-right: 0;
	}
	.toDownload_center_info__item:nth-child(even){
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width: 575px){
	.clear_all{
		margin-right: 15px;
		margin-left: 0;
		margin-top: 20px;
	}
}
.shamir-pro__support__tools__links h3{
	color: #F6F6F9;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.3;
	margin-bottom: 15px;
}
.shamir-pro__support__tools__links h3 strong{
	font-weight: 500;
}
.shamir-pro__support__tools__links span, .shamir-pro__support__tools__links a, .shamir-pro__support__tools__links p{
	color: #FFFFFF;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 1.4;
	font-weight: 300;
}
.shamir-pro__support__tools__links *:last-child{
	margin-bottom: 0;
}
.form-group svg#more_info{
	position: absolute;
	cursor: pointer;
	right: 0;
}
.shamir-pro__support__form .w3eden .input-wrapper{
	position: relative;
	padding-right: 25px;
}
.shamir-pro__support__form .w3eden .input-wrapper .tooltip{
	position: absolute;
	width: 200px;
	z-index: 4;
	right: 0;
	top: -5px;
	transform: translateY(-100%);
	pointer-events: none;
	opacity: 0;
	color: #545759;
	font-family: "Ploni DL AAA", sans-serif;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	transition: .3s all;
	padding: 14px 22px 14px 20px;
}
.form-group svg#more_info:hover ~ .tooltip{
	opacity: 1
}
.shamir-pro__support__form .w3eden .input-wrapper .tooltip:after{
	content: ''!important;
	position: absolute;
	right: 5px;
	top: 100%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #FFFFFF;
}
.w3eden .form-group{
	margin-bottom: 30px;
}
.w3eden .form-group:not(.checkbox-privacy) .input-wrapper label{
	font-size: 18px;
}
.shamir-pro__support__tools__form__info #loading-spinner .spin-icon{
	border-top-color: #fff;
	border-left-color: #fff;
}

.shamir-pro__support__tools__form__info #loading-spinner{
	left: 0;
	top: 0;
	align-items: center;
}
.contact__tabs .row{
	width: 100%;
}
.alert-danger ul{
	margin-left: 25px;
	margin-top: 15px;
	padding-right: 15px;
}
.w3eden .btn-lg{
	padding: 15px;
}
.section.section__first-screen .shamir-pro__support__tools__links .shamir__red-button:after{
	content: unset;
}
@media only screen and (max-width: 991px){
	.section.section__first-screen .shamir-pro__support__tools__links .shamir__red-button{
		margin: 0 auto;
		display: block;
	}
}
.rtl{
	direction: rtl;
}
.form-group.black{
	color: #545759;
}
.form-group.black a{
	font-size: 16px;
	border-bottom: 1px solid #545759;
	color: #545759;
	line-height: 1.3;
	padding: 0;
}




.form-group.checkbox{
	margin-bottom: 0;
	margin-top: 10px;
}
.checkbox label {
	position: relative;
	cursor: pointer;
}

.checkbox input[type=checkbox] {
	position: relative;
	visibility: hidden;
	display: inline-block;
}
.checkbox a:not([href]):not([tabindex]):hover{
	color: #ff0000;
}
.checkbox input[type=checkbox] + span {
	position: relative;
	top: 0;
	max-width: 380px;
	min-width: 320px;
	margin-left: 0!important;
	padding-left: 30px;
	font-size: 16px;

}

.checkbox input[type=checkbox] + span:before {
	display: block;
	position: absolute;
	content: ''!important;
	top: 0px;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 3px;
	border: 1px solid #979797;
}

.checkbox input[type=checkbox] + span:after {
	display: block;
	position: absolute;
	content: ''!important;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: -1px;
	left: -1px;
	visibility: hidden;
	font-size: 16px;
	background-image: url("./img/u_check.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.checkbox input[type=checkbox]:checked + span:before {
	border: 1px solid #FF0000;
	border-radius: 3px;
	background-color: #FF0000;
}

.checkbox input[type=checkbox]:checked + span:after {
	/*    background: #222; */
	visibility: visible;
}
header .brazil_button a{
	color:#fff;
	background-color: #ff0000;
	border-radius: 25px;
	padding: 10px 15px;
}
header .brazil_button a:hover{
	color:#fff;
	background-color: rgba(255, 0, 0, 0.8);
}
.popup_privacy__container{
	width: 615px;
	padding: 15px 35px 15px 35px;
}
.popup_privacy__container ul, .popup_privacy__container ol{
	text-align: left;
}
.popup_privacy__container .tab-container{
	margin-top: 0;
}
.popup_privacy__container .tab__title.current-tab, .tab__title:hover {
	color: #ff0000;
	cursor: pointer;
	border-bottom: 2px solid #ff0000;
}
.popup_privacy__container .tab__title{
	font-size: 20px;
	color: rgba(84,87,89,0.7);
}
.popup_privacy__container .tab__title.current-tab{
	font-weight: 500;
}
.popup_privacy__container #tab-content{
	padding: 0 35px;
	overflow: auto;
	margin-bottom: 15px;
}
.popup_privacy__container .tabcontent{
	display: none;
}
.popup_privacy__container .tabcontent.tab-active{
	display: block;
}
.popup_privacy__container #tab-content::-webkit-scrollbar {
	width: 10px;
	border-radius: 5px;
}

/* Track */
.popup_privacy__container #tab-content::-webkit-scrollbar-track {
	background: #fff;
}

/* Handle */
.popup_privacy__container #tab-content::-webkit-scrollbar-thumb {
	background: #D8D8D8;
	border-radius: 5px;
}

/* Handle on hover */
.popup_privacy__container #tab-content::-webkit-scrollbar-thumb:hover {
	background: #888;
}
.popup_privacy__container .tabcontent p{
	text-align: left;
}
.popup_privacy__container .tabcontent em:first-child{
	text-align: center;
	font-size: 14px;
	display: block;
	font-style: normal;
}
.popup_privacy__container .tabcontent em:first-child{
	margin-bottom: -15px;
}
.popup_privacy__container .tabcontent h2{
	font-weight: 700;
	font-size: 26px;
}
.popup_privacy__container .tabcontent h3{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

#popup_privacy .shamir__red-button{
	background-color: #ff0000;
	color:#fff;
	border-radius: 5px;
	font-size: 20px;
	margin-left: 10px;
	padding: 10px 20px;
}
#popup_privacy .shamir__red-button.disabled_button{
	background-color: transparent;
	color:#545759;;
	border: 1px solid #545759;
	border-radius: 5px;
}
#popup_privacy .shamir__red-button:after, #popup_privacy .shamir__red-button:before{
	content: unset;
}
.accept_buttons{
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
@media only screen and (max-width: 767px){
	.popup_privacy__container{
		width: calc(100% - 30px);
		height: 80vh;
		padding: 15px 20px 15px 20px;
	}
	.popup_privacy__container #tab-content{
		padding: 0 20px;
	}
}
.popup_logged_out .popup_success__container__close {
	position: absolute;
	top: 20px;
	text-align: right;
	right: 30px;
	font-size: 40px;
	color: #ff0000;
	cursor: pointer;
}
.popup_logged_out .popup_success__container h4 {
	margin-top: 40px;
	font-size: 22px;
	line-height: 1.28;
	color: #565656;
}
.popup_logged_out .popup_success__container {
	width: 550px;
	height: auto;
	padding: 50px 50px;
}















.user_profile__top{
	display: flex;
}

.user_profile{
	background-color: #fff;
	padding: 15px 25px 20px;
	box-shadow: 0 2px 20px 0 rgba(0,0,0,0.1);
	min-width: 265px;
	max-width: 340px;
	position: absolute;
	bottom: -26px;
	right: 0;
	transform: translateY(100%);
}
.user_profile__top > div{
	padding-right: 15px;
	color: #575555;
	text-align: left;
}


.user_name{
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 0;
}
.user_profile__top img{
	height: 40px;
	margin-top: 5px;
}
.user_profile__top_personal:first-of-type{
	margin-bottom: 0;
}
.user_profile__top_personal{
	color: #575555;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 12px;
}
.user_profile__top, .user_profile__cust_id{
	border-bottom: 1px solid rgba(151,151,151, 0.3);
}
.customer_id_title{
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 0;
	color: #575555;
}
.user_profile__cust_id{
	padding: 12px 0;
}
.user_profile__cust_id .user_profile__top_personal:last-child{
	margin-bottom: 0;
}
.user_profile__bottom{
	display: flex;
	justify-content: space-between;
}
.user_profile__bottom{
	padding-top: 8px;
}
@media only screen and (max-width: 1439px){
	.menu-header-main-container{
		padding-right: 60px;
	}
	.user_logo{
		position: absolute;
	}
}
@media only screen and (max-width: 991px){
	.menu-header-main-container .user_logo{
		display: none;
	}
}
.user_logo{
	cursor: pointer;
}
.download_manager__main .active #loading-spinner{
	display: block;
}
#loading-spinner.center-loading{
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
}
#loading-spinner.center-loading  .spin-icon {
	border-top-color: #fff;
	border-left-color: #fff;
}
#password_required *,div#password_required {
	color:#ff0000
}
.top-bar.b2c__bar{
	padding: 10px 0 3px;
}
.b2c_change_bar{
	display: flex;
}
.b2c_change_bar a{
	margin-right: 40px;
	display: block;
	font-size: 18px;
	color: #333333;
	text-decoration: unset;
	line-height: 1.6;
	transition: .3s;
}
.b2c_change_bar a.active{
	border-bottom: 2px solid #333333;
}
.b2c_change_bar a.active:hover{
	border-bottom: 2px solid #ff0000;
}
.col-0{
	display: none;
}



.order_pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}
.order_pagination .pagination:after, .order_pagination .pagination:not(.arrow__pagination):before{
	content: unset!important;
}
.order_pagination .pagination{
	margin-right: 10px;
	border-radius: 50%;
	color: #979797;
	font-size: 14px;
	transition: .3s all;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 40px;
	height: 40px;
	padding-top: 3px;
}
.order_pagination .pagination:not(.arrow__pagination){
	border: 1px solid #979797;
}
.order_pagination .arrow__pagination.arrow__pagination__next{
	margin-right: 0;
}
.order_pagination .pagination.active{
	background-color: #ff0000;
	color: #fff;
	border: none
}
.order_pagination .pagination:not(.arrow__pagination):not(.active):hover{
	border: 1px solid #ff0000;
	color: #ff0000;
}
.order_pagination .pagination.arrow__pagination:before{
	content: '';
	position: absolute;
	top: 50%;
	right: 4px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #47505A;
	border-bottom: 1px solid #47505A;
	transform: rotate(135deg);
	margin-top: -4px;
	background-color: transparent;
	border-radius: unset;
}
.order_pagination .pagination.arrow__pagination.arrow__pagination__next:before{
	transform: rotate(-45deg);
	left: 4px;
}
.order_pagination .pagination.arrow__pagination.arrow__pagination__next:hover:before{
	transform: rotate(-45deg);
}

.order_pagination .pagination.arrow__pagination.arrow__pagination__prev:hover:before{
	transform: rotate(135deg);
}
.shamir-pro__support__form .w3eden .select__form .input-wrapper{
	padding-right: 0;
}
.shamir-pro__support__form .w3eden .select__form .input-wrapper select{
	font-size: 18px;
	color: #545759!important;
	opacity: 0.7;
}
.technologies_header .section__thumbnail img{
	width: 108px;
	height: 108px;
}
