@import url('https://fonts.googleapis.com/css2?family=Sen:wght@400;700&display=swap');

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	outline: 0;
	box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

figure {
	margin-bottom: 0 !important;
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #353B40;
	overflow-x: hidden;
	padding-top: 80px;
}

@media only screen and (max-width: 1600px) {
	body {
		font-size: 14px;
		padding-top: 80px;
	}
}

@media only screen and (max-width: 1200px) {
	body {
		padding-top: 64px;
		padding-bottom: 48px;
	}
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	margin-top: 32px;
	margin-bottom: 32px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

h1 {
	font-size: 56px;
}

@media only screen and (max-width: 1600px) {
	h1 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 40px;
	}
}

h2 {
	font-size: 28px;
}

@media only screen and (max-width: 1600px) {
	h2 {
		font-size: 24px;
	}
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 20px;
	}
}

h3 {
	font-size: 24px;
}

@media only screen and (max-width: 1600px) {
	h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	h3 {
		font-size: 18px;
	}
}

h4 {
	font-size: 20px;
}

@media only screen and (max-width: 1600px) {
	h4 {
		font-size: 18px;
	}
}

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

h5 {
	font-size: 18px;
}

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

@media only screen and (max-width: 768px) {
	h5 {
		font-size: 14px;
	}
}

h6 {
	font-size: 16px;
}

@media only screen and (max-width: 1600px) {
	h6 {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	h6 {
		font-size: 12px;
	}
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: 500;
}

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

a {
	color: inherit;
	text-decoration: none;
	transition: all 0.5s;
}

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

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

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

b,
strong {
	font-weight: 700;
}

small {
	font-size: 75%;
}

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

sub {
	bottom: -5px;
}

sup {
	top: -5px;
}

img,
svg {
	max-width: 100%;
	height: auto;
	display: block;
}

.container {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	padding: 0 32px;
}

@media only screen and (max-width: 1600px) {
	.container {
		max-width: 1200px;
	}
}

@media only screen and (max-width: 768px) {
	.container {
		padding: 0 16px;
	}
}

.banner__title {
	font-size: 40px;
}

@media only screen and (max-width: 1600px) {
	.banner__title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1200px) {
	.banner__title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 768px) {
	.banner__title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 576px) {
	.banner__title {
		font-size: 20px;
	}
}

.section {
	padding: 96px 0;
}

@media only screen and (max-width: 1200px) {
	.section {
		padding: 64px 0;
	}
}

.section__pt {
	padding-top: 32px;
}

@media only screen and (max-width: 1200px) {
	.section__pt {
		padding-top: 24px;
	}
}

.section__pb {
	padding-bottom: 48px;
}

@media only screen and (max-width: 1200px) {
	.section__pb {
		padding-bottom: 32px;
	}
}

.section__content>*:not(:last-child) {
	margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
	.section__content>*:not(:last-child) {
		margin-bottom: 24px;
	}
}

.section__inner>*:not(:last-child) {
	margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
	.section__inner>*:not(:last-child) {
		margin-bottom: 24px;
	}
}

.section__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

.section__title {
	padding-bottom: 16px;
	position: relative;
	display: inline-block;
}

.section__title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background-color: #8EDEFF;
	z-index: 100;
}

.section__desc *:not(:last-child) {
	margin-bottom: 16px;
}

.section__desc iframe {
	width: 100%;
	display: block;
}

.section__desc h1,
.section__desc h2,
.section__desc h3,
.section__desc h4,
.section__desc h5,
.section__desc h6 {
	color: #0B45A4;
}

.section__desc ul,
.section__desc ol {
	padding-left: 16px;
}

.section__desc ul {
	padding-left: 0;
	list-style-type: none;
}

.section__desc ul li {
	position: relative;
	padding-left: 16px;
}

.section__desc ul li::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 8px;
	height: 8px;
	background-color: #8EDEFF;
}

.section__desc li:not(:last-child) {
	margin-bottom: 8px;
}

.section__desc a {
	color: #0B45A4;
}

.section__btn {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	color: #0B45A4;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.2;
}

.section__btn--icon {
	flex: 0 0 40px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #8EDEFF;
}

.section__btn--icon img,
.section__btn--icon svg {
	width: 16px;
	height: 16px;
	object-fit: contain;
	object-position: center;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 300;
	transition: all .5s;
}

.header.sticky {
	transform: translateY(-100%);
}

.header .header__row:first-child {
	padding: 24px 0;
	background-color: #fff;
}

@media only screen and (max-width: 1200px) {
	.header .header__row:first-child {
		padding: 16px 0;
	}
}

.header .header__columns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

.header .header__row:first-child .header__column:last-child {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.header .header__row:first-child .header__column:nth-child(2) {
		display: none;
	}

	.header .header__row:first-child .header__column:last-child {
		display: block;
	}

	.header .header__row:last-child {
		display: none;
	}
}

.header ul {
	list-style-type: none;
}

.header .header__items {
	display: flex;
	align-items: center;
}

.header .header__items> :not(:last-child) {
	position: relative;
	padding-right: 32px;
	margin-right: 32px;
}

@media only screen and (max-width: 1200px) {
	.header .header__items> :not(:last-child) {
		padding-right: 0;
		margin-right: 0;
	}
}

.header .header__items> :not(:last-child)::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 32px;
	background-color: #8EDEFF;
	transform: translateY(-50%);
}

@media only screen and (max-width: 1200px) {
	.header .header__items> :not(:last-child)::before {
		display: none;
	}
}

.header .header__logo > img {
	width: auto;
	height: 32px;
}

.header .header__lang .gtranslate_wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}

@media only screen and (max-width: 1200px) {
	.header .header__lang {
		display: none;
	}
}

.header .header__lang a {
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	color: #0B45A4;
}

.header .header__lang a:hover,
.header .header__lang a.gt-current-lang {
	color: #353B40;
}

/* .header .header__currency>ul>li {
	position: relative;
}

.header .header__currency>ul>li>ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	display: none;
} */

.header .header__currency select {
	display: flex;
	align-items: center;
	padding: 0 16px;
	height: 32px;
	background-color: #0B45A4;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.header .header__content {
	position: relative;
}

.header .header__bar {
	padding: 16px 32px;
	background-color: #0B45A4;
}

.header .header__icons {
	display: flex;
	align-items: center;
}

.header .header__icons> :not(:last-child) {
	position: relative;
	padding-right: 32px;
	margin-right: 32px;
}

.header .header__icons> :not(:last-child)::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 24px;
	background-color: #8EDEFF;
	transform: translateY(-50%);
}

.header .header__nav .menu {
	display: flex;
	gap: 32px;
}

.header .header__nav .menu>li {
	position: relative;
	float: left;
}

.header .header__nav .menu>li>a {
	color: #fff;
	display: block;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.header .header__nav .menu>li:hover>a,
.header .header__nav .menu>li.current-menu-item>a,
.header .header__nav .menu>li.current_page_item>a,
.header .header__nav .menu>li.current_page_ancestor>a,
.header .header__nav .menu>li.current-menu-ancestor>a {
	color: #8EDEFF;
}

.header .header__nav ul ul {
	display: none !important;
	position: absolute;
	top: 100%;
	left: 16px;
	background-color: #353B40;
	margin: 0 !important;
	white-space: nowrap;
}

.header .header__nav ul ul li {
	float: none;
	padding: 0 !important;
	position: relative;
}

.header .header__nav ul ul li a {
	color: #fff;
	display: block;
	padding: 16px 32px;
	position: relative;
}

.header .header__nav ul ul li a:before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
}

.header .header__nav ul ul li:last-child a:before {
	display: none;
}

.header .header__nav ul ul li a:hover,
.header .header__nav ul ul li.current_page_item>a,
.header .header__nav ul ul li.current-menu-item>a,
.header .header__nav ul ul li.current_page_ancestor>a,
.header .header__nav ul ul li.current-menu-ancestor>a {
	color: #fff;
}

.header .header__nav ul ul ul {
	top: 0;
	left: 100%
}

.header .header__nav ul li:hover>ul {
	display: block !important;
}

.header .header__hamburger .line {
	width: 32px;
	height: 2px;
	background-color: #0B45A4;
	display: block;
	margin: 10px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header .header__hamburger .line:first-child,
.header .header__hamburger .line:last-child {
	width: 24px;
}

.header .header__hamburger .line:first-child {
	margin-top: 0;
}

.header .header__hamburger .line:last-child {
	margin-bottom: 0;
}

.header .header__hamburger:hover {
	cursor: pointer;
}

.header .header__hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(12px) rotate(45deg);
	-ms-transform: translateY(12px) rotate(45deg);
	-o-transform: translateY(12px) rotate(45deg);
	transform: translateY(12px) rotate(45deg);
	width: 32px;
}

.header .header__hamburger.is-active .line:nth-child(2) {
	opacity: 0;
}

.header .header__hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-12px) rotate(-45deg);
	-ms-transform: translateY(-12px) rotate(-45deg);
	-o-transform: translateY(-12px) rotate(-45deg);
	transform: translateY(-12px) rotate(-45deg);
	width: 32px;
}

.menu-mobile {
	display: none;
	position: fixed;
	top: 64px;
	left: 0;
	width: 100%;
	background-color: #00498A;
	padding: 16px 0;
	text-align: right;
	max-height: calc(100vh - 112px);
	overflow-y: scroll;
	z-index: 400;
}

.menu-mobile ul {
	list-style-type: none;
}

.menu-mobile a {
	color: #fff;
	display: block;
	padding: 16px 0;
	position: relative;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.menu-mobile li:hover>a,
.menu-mobile li.current_page_item>a,
.menu-mobile li.current-menu-item>a,
.menu-mobile li.current_page_ancestor>a,
.menu-mobile li.current_page_ancestor>a,
.menu-mobile li.current-menu-ancestor>a,
.menu-mobile li.current-menu-ancestor>a {
	color: #fff;
}

.menu-mobile a:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgba(255, 255, 255, .1);
}

.menu-mobile .menu-item-has-children>a {
	position: relative;
	padding-right: 24px;
}

.menu-mobile .menu-item-has-children>a:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-image: url('../img/button.png');
	background-repeat: no-repeat;
	width: 13px;
	height: 8px;
	filter: brightness(0%) invert(100%);
}

.menu-mobile .sub-menu {
	display: none;
}

.hero .hero__content {
	position: relative;
	padding-top: 56px;
}

@media only screen and (max-width: 1600px) {
	.hero .hero__content {
		padding-top: 53px;
	}	
}

@media only screen and (max-width: 1200px) {
	.hero .hero__content {
		padding-top: 0;
	}	
}

.hero .hero__caption {
	position: relative;
	z-index: 200;
	width: calc(50% - 16px);
}

@media only screen and (max-width: 1200px) {
	.hero .hero__caption {
		width: 100%;
	}
}

.hero .hero__img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 86.79500px;
	z-index: 100;
}

.hero .hero__img>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero .hero__suptitle {
	color: #0B45A4;
	background-color: #fff;
	height: 32px;
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.hero .hero__title {
	padding-bottom: 24px;
	margin-bottom: 24px;
	position: relative;
}

.hero .hero__title::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 6px;
	background-color: #8EDEFF;
	z-index: 100;
}

.hero .hero__subtitle {
	margin-bottom: 64px;
	position: relative;
	color: #0B45A4;
}

.hero .hero__search {
	padding: 32px 48px;
	background-color: #0B45A4;
}

@media only screen and (max-width: 1200px) {
	.hero .hero__search {
		padding: 32px;
	}
}

.hero .hero__search> :not(:last-child) {
	margin-bottom: 32px;
}

.hero .section__title {
	color: #fff;
}

.hero .hero__search .dgwt-wcas-sf-wrapp {
	background: transparent;
	padding: 0;
	border-radius: 0;
	position: relative;
}

.hero .hero__search .dgwt-wcas-search-wrapp {
	max-width: 100%;
}

.hero .hero__search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.hero .hero__search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 14px;
	color: #fff;
}

.hero .hero__search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	padding: 0;
	line-height: 1;
	font-size: 16px;
	height: 32px;
	display: flex;
	align-items: center;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	border-bottom: 1px solid #7CB1E1;
}

.hero .hero__search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
	box-shadow: none;
}

.hero .hero__search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 12px;
	height: 32px;
	color: #0B45A4;
	text-transform: uppercase;
	background-color: #6FF680;
	border-radius: inherit;
	-webkit-border-radius: inherit;
	text-shadow: inherit;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.hero .hero__search .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover {
	opacity: 1;
}

.hero .hero__search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before,
.hero .hero__search .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier {
	display: none;
}

.hero .hero__search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg {
	order: 1;
	width: 12px;
	height: 12px;
}

.hero .hero__search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit svg path {
	fill: #0B45A4;
}

.hero .hero__search .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit span {
	order: 2;
}

.assets {
	padding: 64px 0;
}

.assets .assets__columns {
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}

.assets .assets__column {
	width: 25%;
	padding: 16px;
}

@media only screen and (max-width: 1200px) {
	.assets .assets__column {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 768px) {
	.assets .assets__column {
		width: 50%;
	}
}

@media only screen and (max-width: 576px) {
	.assets .assets__column {
		width: 100%;
	}
}

.categories .categories__content {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media only screen and (max-width: 1200px) {
	.categories .categories__content {
		padding: 64px 0;
	}
}

.categories .categories__content::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 100;
}

.categories .categories__content:not(:last-child) {
	margin-bottom: 32px;
}

.categories .categories__columns {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px;
}

@media only screen and (max-width: 1200px) {
	.categories .categories__columns {
		margin: 0;
	}
}

.categories .categories__column {
	padding: 0 16px;
	position: relative;
	z-index: 200;
}

@media only screen and (max-width: 1200px) {
	.categories .categories__column {
		padding: 0;
	}
}

.categories .categories__column:first-child {
	width: 33.3333%;
}

@media only screen and (max-width: 1200px) {
	.categories .categories__column:first-child {
		width: 100%;
		margin-bottom: 32px;
	}
}

.categories .categories__column:last-child {
	width: 66.6667%;
}

@media only screen and (max-width: 1200px) {
	.categories .categories__column:last-child {
		width: 100%;
	}
}

.categories .categories__inner {
	padding: 32px 0;
}

@media only screen and (max-width: 1200px) {
	.categories .categories__inner {
		padding: 0;
	}
}

.categories .section__title {
	color: #fff;
}

.categories .categories__boxes {
	display: flex;
	flex-wrap: wrap;
}

.categories .categories__box {
	width: 33.3333%;
}

@media only screen and (max-width: 1200px) {
	.categories .categories__box {
		width: 25%;
	}
}

@media only screen and (max-width: 768px) {
	.categories .categories__box {
		width: 33.3333%;
	}
}

@media only screen and (max-width: 576px) {
	.categories .categories__box {
		width: 50%;
	}
}

.categories .categories__img {
	background-color: #fff;
	border: 1px solid #8EDEFF;
	padding: 8px;
}

.categories .categories__img>*:not(:last-child) {
	margin-bottom: 12px;
}

@media only screen and (max-width: 1200px) {
	.categories .categories__img>*:not(:last-child) {
		margin-bottom: 8px;
	}
}

.categories .categories__img>a {
	display: block;
}

.categories .categories__img>a>img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: contain;
	object-position: center;
}

.categories .categories__title {
	color: #0B45A4;
}

.fifty-fifty .fifty-fifty__columns {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: -32px;
}

@media only screen and (max-width: 1200px) {
	.fifty-fifty .fifty-fifty__columns {
		margin: -16px;
	}
}

.fifty-fifty .fifty-fifty__column {
	width: 50%;
	padding: 32px;
}

@media only screen and (max-width: 1200px) {
	.fifty-fifty .fifty-fifty__column {
		padding: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.fifty-fifty .fifty-fifty__column {
		width: 100%;
	}
}

.fifty-fifty__reverse .fifty-fifty__column:first-child {
	order: 2;
}

.fifty-fifty__reverse .fifty-fifty__column:last-child {
	order: 1;
}

.fifty-fifty .fifty-fifty__img {
	position: relative;
}

.fifty-fifty .fifty-fifty__img::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: transparent linear-gradient(90deg, #0B45A4 0%, #0B45A400 100%) 0% 0% no-repeat padding-box;
}

.fifty-fifty .fifty-fifty__img>img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
}

.offer .offer__columns {
	display: flex;
	flex-wrap: wrap;
}

.offer .offer__column {
	width: 50%;
}

@media only screen and (max-width: 768px) {
	.offer .offer__column {
		width: 100%;
	}
}

.offer .offer__img {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 8px;
	border: 1px solid #8EDEFF;
}

.offer .offer__img>a {
	width: 41.6667%;
}

@media only screen and (max-width: 768px) {
	.offer .offer__img>a {
		width: 100%;
	}
}

.offer .offer__img>a>img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: contain;
	object-position: center;
}

.offer .offer__caption {
	width: 58.3333%;
	padding: 0 16px;
}

@media only screen and (max-width: 768px) {
	.offer .offer__caption {
		width: 100%;
		padding: 0 16px;
		margin-top: 32px;
	}
}

.offer .offer__caption>*:not(:last-child) {
	margin-bottom: 16px;
}

.offer .offer__buttons>*:not(:last-child) {
	margin-bottom: 8px;
}

.offer .offer__values,
.category .category__values {
	display: flex;
	flex-wrap: wrap;
	margin: -4px;
}

.offer .offer__value,
.category .category__value {
	padding: 4px;
}

.offer .offer__desc,
.category .category__desc,
.offer .offer__value span,
.category .category__value span {
	font-size: 14px;
}

.offer .offer__value span,
.category .category__value span {
	display: inline-block;
	padding: 4px 8px;
	background-color: #E9E9E9;
	color: #0B45A4;
}

.offer .offer__title,
.category .category__title {
	color: #0B45A4;
}

.category .category__columns,
.blog .blog__columns,
.product .product__columns {
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}

.category .category__column,
.blog .blog__column,
.product .product__column {
	padding: 16px;
}

.category .category__column:first-child,
.blog .blog__column:first-child {
	width: 25%;
}

@media only screen and (max-width: 768px) {
	.category .category__column:first-child,
	.blog .blog__column:first-child {
		width: 50%;
	}
}

@media only screen and (max-width: 576px) {
	.category .category__column:first-child,
	.blog .blog__column:first-child {
		width: 100%;
	}
}

.product .product__column:first-child {
	width: 33.3333%;
}

@media only screen and (max-width: 768px) {
	.product .product__column:first-child {
		width: 66.6667%;
	}
}

@media only screen and (max-width: 576px) {
	.product .product__column:first-child {
		width: 100%;
	}
}

.category .category__column:last-child,
.blog .blog__column:last-child {
	width: 75%;
}

@media only screen and (max-width: 768px) {
	.category .category__column:last-child,
	.blog .blog__column:last-child {
		width: 100%;
	}
}

.product .product__column:last-child {
	width: 66.6667%;
}

@media only screen and (max-width: 768px) {
	.product .product__column:last-child {
		width: 100%;
	}
}

.category .category__img>*:not(:last-child),
.category .section__desc>*:not(:last-child) {
	margin-bottom: 32px;
}

.category .category__img>img,
.blog .blog__img>a>img,
.slider-for__img>a>img,
.slider-nav__img>img {
	width: 100%;
	aspect-ratio: 4/3;
	border: 1px solid #8EDEFF;
	object-fit: contain;
	object-position: center;
}

.category .category__caption>*:not(:last-child) {
	margin-bottom: 16px;
}

.category .category__files>*:not(:last-child) {
	margin-bottom: 8px;
}

@media only screen and (max-width: 1200px) {
	.products .products__table {
		overflow-x: auto;
	}
}

.products .products__table>table {
	border-collapse: collapse;
	width: 100%;
	position: relative;
}

.products .products__table>table>tbody>tr {
	border-bottom: 1px solid #8EDEFF;
}

.products .products__table>table>thead>tr>th,
.products .products__table>table>tbody>tr>td {
	padding: 8px;
	font-size: 14px;
	text-align: center;
}

.products .products__table>table>thead>tr>th {
	background-color: #0B45A4;
	color: #fff;
	font-weight: 400;
	padding-right: 16px !important;
	position: sticky;
	top: 0;
	z-index: 100;
	transition: all .5s;
}

body.active .products .products__table>table>thead>tr>th {
	top: 136px;
}

@media only screen and (max-width: 1600px) {
	body.active .products .products__table>table>thead>tr>th {
		top: 133px;
	}
}

@media only screen and (max-width: 1200px) {
	.products .products__table>table>thead>tr>th {
		position: relative;
	}
	
	body.active .products .products__table>table>thead>tr>th {
		top: 0;
	}
}

.products .products__img {
	width: 100px;
}

.products .products__img>a>img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: contain;
	object-position: center;
}

.products .products__content>*:not(:last-child) {
	margin-bottom: 8px;
}

.products .products__title,
.products .products__subtitle {
	color: #0B45A4;
}

.products .products__title > button {
	background-color: transparent;
	border: 0;
	text-align: left;
	color: #0B45A4;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.2;
	cursor: pointer;
}

.products .products__subtitle,
.products .products__brutto {
	white-space: nowrap;
}

.products .products__table>table>tbody>tr>td>.products__content>.section__btn {
	font-size: 14px;
	gap: 8px;
	white-space: nowrap;
}

@media only screen and (max-width: 1600px) {
	.products .products__table>table>tbody>tr>td>.products__content>.section__btn {
		font-size: 12px;
	}
}

.products .products__table>table>tbody>tr>td>.products__content>.section__btn>.section__btn--icon {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.products .products__table>table>tbody>tr>td>.products__content>.section__btn>.section__btn--icon img,
.products .products__table>table>tbody>tr>td>.products__content>.section__btn>.section__btn--icon svg {
	width: 12px;
	height: 12px;
}

.products .products__btn {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6FF680;
}

.products .products__btn img,
.products .products__btn svg {
	width: 16px;
	height: 16px;
	object-fit: contain;
	object-position: center;
}

.products .products__btn svg path {
	fill: #0B45A4;
}

.ask-date .popup__inner,
.send-question .popup__inner {
	background-color: #fff;
	position: relative;
}

.ask-date .section__content,
.send-question .section__content {
	width: 100%;
	padding-left: 48px;
	padding-right: 48px;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1200px) {
	.ask-date .section__content,
	.send-question .section__content {
		width: 100%;
		padding-left: 32px;
		padding-right: 32px;
	}	
}

.ask-date .popup-modal-dismiss,
.send-question .popup-modal-dismiss {
	position: absolute;
	top: 32px;
	right: 32px;
	z-index: 100;
}

.parameters__pt {
	padding-top: 64px;
}

.parameters__pb {
	padding-bottom: 64px;
}

.parameters .parameters__columns {
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}

.parameters .parameters__column {
	padding: 16px;
}

.parameters .parameters__column:first-child {
	width: 33.3333%;
}

@media only screen and (max-width: 768px) {
	.parameters__full .parameters__column:first-child {
		width: 100%;
	}
}

.parameters .parameters__column:last-child {
	width: 66.6667%;
}

@media only screen and (max-width: 768px) {
	.parameters__full .parameters__column:last-child {
		width: 100%;
	}
}

.parameters .parameters__nav,
.files .files__nav {
	border-bottom: 2px solid #E9E9E9;
}

.parameters .parameters__nav {
	display: flex;
	align-items: center;
	gap: 32px;
}

@media only screen and (max-width: 768px) {
	.parameters .parameters__nav {
		overflow-x: auto;
	}
}

.parameters .parameters__nav>h5 {
	border-bottom: 4px solid transparent;
}

.parameters .parameters__nav ul,
.files .files__nav ul {
	list-style-type: none;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 768px) {
	.files .files__nav ul {
		flex-wrap: wrap;
	}

	.files .files__nav ul > * {
		width: 100%;
	}
}

.parameters .parameters__nav li,
.files .files__nav li {
	display: inline-flex;
	align-items: center;
	padding: 12px 0;
	border-bottom: 4px solid transparent;
}

.parameters .parameters__nav li:hover,
.files .files__nav li:hover {
	cursor: pointer;
}

.parameters .parameters__nav li:not(:last-child),
.files .files__nav li:not(:last-child) {
	margin-right: 32px;
}

.parameters .parameters__nav li.current,
.files .files__nav li.current {
	border-bottom: 4px solid #8EDEFF;
	color: #0B45A4;
}

.parameters .tab-content,
.files .tab-content {
	display: none;
}

.parameters .tab-content.current,
.files .tab-content.current {
	display: block;
}

.parameters .parameters__link {
	padding: 12px 0;
	border-bottom: 4px solid transparent;
}

.parameters .parameters__btn {
	padding: 12px 16px;
	background-color: #6FF680;
	color: #0B45A4;
	border-bottom: 4px solid #6FF680;
}

.parameters .section__desc table {
	width: 100%;
	border-collapse: collapse;
}

.parameters .section__desc table th,
.parameters .section__desc table td {
	padding: 8px 16px;
	width: 50%;
}

.parameters .section__desc table tr:nth-child(1n + 0) th,
.parameters .section__desc table tr:nth-child(1n + 0) td {
	background-color: #E9E9E9;
}

.parameters .section__desc table tr:nth-child(2n + 0) th,
.parameters .section__desc table tr:nth-child(2n + 0) td {
	background-color: #fff;
}

.parameters .section__desc table th {
	text-align: right;
}

.parameters .section__desc table td {
	text-align: left;
}

.blog .blog__content>*:not(:last-child) {
	margin-bottom: 32px;
}

.blog .blog__title {
	padding-bottom: 12px;
	position: relative;
}

.blog .blog__title::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 40px;
	height: 4px;
	background-color: #8EDEFF;
	z-index: 100;
}

[data-accordion] {
	line-height: 1.5;
}

[data-control],
[data-content]>* {
	border-bottom: 1px solid #DFDFDF;
	padding: 16px;
}

[data-content] [data-accordion] {
	border: 0;
	padding: 0;
}

[data-accordion] [data-control] {
	position: relative;
	padding-right: 16px;
}

[data-accordion] [data-control]:hover {
	cursor: pointer;
}

[data-accordion]>[data-control]:after {
	display: none;
}

.accordion__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 32px;
}

.accordion__header svg {
	width: 16px;
	height: 16px;
	object-fit: contain;
	object-position: center;
	transition: all .5s;
}

[data-accordion].open .accordion__header svg {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.accordion__header svg path {
	fill: #0B45A4;
}

.product .product__inner {
	display: flex;
	flex-direction: column;
}

.product .product__inner>*:not(:last-child) {
	margin-bottom: 16px;
}

.product .slider-for .slick-list {
	overflow: inherit;
}

.product .slider-nav {
	margin: 0 -4px;
}

.product .slider-nav .slider-nav__item {
	padding: 0 4px;
}

.product .product__content {
	position: relative;
	z-index: 100;
}

.product .product__boxes {
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}

.product .product__box {
	width: 50%;
	padding: 16px;
}

@media only screen and (max-width: 768px) {
	.product .product__box {
		width: 100%;
	}
}

.product__prices>*:not(:last-child) {
	margin-bottom: 16px;
}

.product .product__price {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.product .product__price>h4 {
	color: #0B45A4;
}

.product .product__price>div {
	width: 100%;
}

.product .product__buttons {
	display: flex;
	flex-wrap: wrap;
	margin: -4px;
}

.product .product__button {
	padding: 4px;
	width: 100%;
}

.contact-details {
	position: relative;
	background-color: #353B40;
}

.contact-details::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	height: 96px;
}

@media only screen and (max-width: 1200px) {
	.contact-details::before {
		height: 64px;
	}
}

@media only screen and (max-width: 768px) {
	.contact-details::before {
		height: 32px;
	}
}

.contact-details .contact-details__content {
	padding: 96px;
	background-color: #0062B5;
	color: #fff;
	position: relative;
	z-index: 100;
}

@media only screen and (max-width: 1200px) {
	.contact-details .contact-details__content {
		padding: 64px;
	}
}

@media only screen and (max-width: 768px) {
	.contact-details .contact-details__content {
		padding: 32px;
		text-align: center;
	}
}

.contact-details .contact-details__columns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 -32px;
}

@media only screen and (max-width: 768px) {
	.contact-details .contact-details__columns {
		margin: -16px;
		flex-wrap: wrap;
	}
}

.contact-details .contact-details__column {
	padding: 0 32px;
}

@media only screen and (max-width: 768px) {
	.contact-details .contact-details__column {
		padding: 16px;
		width: 100%;
	}
}

.contact-details .contact-details__column:not(:last-child) {
	position: relative;
}

.contact-details .contact-details__column:not(:last-child)::before {
	content: '';
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	right: 0;
	width: 1px;
	height: 32px;
	background-color: #8EDEFF;
}

@media only screen and (max-width: 768px) {
	.contact-details .contact-details__column:not(:last-child)::before {
		display: none;
	}
}

.contact-details .contact-details__title {
	font-weight: 400;
}

.contact-details .contact-details__title strong {
	font-weight: 600;
}

.hot-menu,
.footer {
	background-color: #353B40;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.hot-menu,
	.footer {
		text-align: center;
	}
}

.hot-menu .hot-menu__columns {
	display: flex;
	flex-wrap: wrap;
	margin: -16px;
}

.hot-menu .hot-menu__column {
	width: 33.3333%;
	padding: 16px;
}

@media only screen and (max-width: 768px) {
	.hot-menu .hot-menu__column {
		width: 100%;
	}
}

.hot-menu ul {
	list-style-type: none;
}

.hot-menu .hot-menu__title {
	color: #8EDEFF;
}

.hot-menu .hot-menu__content>*:not(:last-child) {
	margin-bottom: 32px;
}

.hot-menu .hot-menu__nav li:not(:last-child) {
	margin-bottom: 16px;
}

.footer .footer__columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 32px;
}

@media only screen and (max-width: 768px) {
	.footer .footer__columns {
		gap: 16px;
		flex-wrap: wrap;
	}

	.footer .footer__column {
		width: 100%;
	}
}

.footer .footer__content {
	padding: 32px 0;
	border-top: 1px solid #6B6B6B;
}

.footer .footer__webdesign a {
	font-weight: 500;
	color: #8EDEFF;
}

.breadcrumbs {
	font-size: 12px;
	text-transform: uppercase;
}

.breadcrumbs .breadcrumbs__nav {
	padding: 16px 0;
	border-bottom: 2px solid #E9E9E9;
}

.breadcrumbs span[typeof="ListItem"] {
	display: inline-block;
	margin-right: 16px;
	padding-right: 16px;
	position: relative;
}

.breadcrumbs span[typeof="ListItem"]:last-child {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumbs span[typeof="ListItem"]:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 12px;
	background-color: #353B40;
}

.breadcrumbs span[typeof="ListItem"]:last-child:before {
	display: none;
}

.breadcrumbs a.current-item {
	color: #0B45A4;
}

.wpcf7-form {
	text-align: left;
}

.wpcf7-form p:not(:last-of-type) {
	margin-bottom: 32px;
}

.wpcf7-form p>label {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 24px;
}

@media only screen and (max-width: 1600px) {
	.wpcf7-form p>label {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.wpcf7-form p>label {
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.wpcf7-form p>label {
		font-size: 16px;
	}
}

.wpcf7-form input.wpcf7-form-control,
.wpcf7-form textarea.wpcf7-form-control,
.wpcf7-form select.wpcf7-form-control {
	padding: 16px 0;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #252727;
	width: 100%;
	display: block;
	box-sizing: border-box;
	outline: 0 !important;
	color: #353B40;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

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

	.wpcf7-form input.wpcf7-form-control,
	.wpcf7-form textarea.wpcf7-form-control {
		font-size: 16px;
	}
}

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

	.wpcf7-form input.wpcf7-form-control,
	.wpcf7-form textarea.wpcf7-form-control {
		font-size: 14px;
	}
}

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

	.wpcf7-form input.wpcf7-form-control,
	.wpcf7-form textarea.wpcf7-form-control {
		font-size: 12px;
	}
}

.wpcf7-form input.wpcf7-form-control::placeholder,
.wpcf7-form textarea.wpcf7-form-control::placeholder {
	color: #8C8C8C;
	font-family: "Nunito", sans-serif;
	font-weight: 400;
	font-size: 18px;
}

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

	.wpcf7-form input.wpcf7-form-control::placeholder,
	.wpcf7-form textarea.wpcf7-form-control::placeholder {
		font-size: 16px;
	}
}

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

	.wpcf7-form input.wpcf7-form-control::placeholder,
	.wpcf7-form textarea.wpcf7-form-control::placeholder {
		font-size: 14px;
	}
}

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

	.wpcf7-form input.wpcf7-form-control::placeholder,
	.wpcf7-form textarea.wpcf7-form-control::placeholder {
		font-size: 12px;
	}
}

.wpcf7-form input.wpcf7-form-control:focus,
.wpcf7-form textarea.wpcf7-form-control:focus {
	outline: 0 !important;
}

.wpcf7-form input.wpcf7-form-control.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-form-control.wpcf7-not-valid {
	border-bottom: 2px solid #ff0000;
}

.wpcf7-form .wpcf7-not-valid>.wpcf7-list-item {
	border: 2px solid #ff0000;
	padding: 16px;
}

.wpcf7-form .wpcf7-list-item {
	margin: 0 !important;
	line-height: 1.5;
	font-size: 14px !important;
}

@media only screen and (max-width: 1600px) {
	.wpcf7-form .wpcf7-list-item {
		font-size: 12px !important;
	}
}

.wpcf7-form input[type=checkbox] {
	margin-right: 16px;
}

.wpcf7-form .wpcf7-response-output {
	padding: 16px !important;
	margin: 32px 0 0 0 !important;
	font-size: 14px !important;
	line-height: 1.5;
}

@media only screen and (max-width: 1600px) {
	.wpcf7-form .wpcf7-response-output {
		font-size: 12px !important;
	}
}

.wpcf7-form .wpcf7-not-valid-tip {
	font-size: 12px !important;
	line-height: 1;
	display: block;
}

.wpcf7-form label>span {
	color: #353B40;
}

.wpcf7-form .wpcf7-acceptance label {
	display: flex;
	align-items: flex-start;
}

.wpcf7-form .wpcf7-acceptance label a {
	font-weight: 600;
}

.wpcf7-form input[type=checkbox] {
	position: relative;
	top: 4px;
}

.wpcf7-form .wpcf7-list-item-label {
	color: #353B40;
}

.wpcf7-form .ajax-loader,
.wpcf7-form .wpcf7-spinner {
	display: none !important;
}

.wpcf7-form p:last-of-type {
	display: inline-block;
	position: relative;
	margin-bottom: 0;
	transition: all .5s;
	position: relative;
	top: 0;
}

.wpcf7-form p:last-of-type::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 32px;
	width: 8px;
	height: 12px;
	background-image: url('../img/arrow-right.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 100;
	filter: brightness(0%) invert(100%);
}

.wpcf7-form .wpcf7-submit {
	display: inline-flex !important;
	align-items: center !important;
	padding: 16px 32px !important;
	color: #0B45A4 !important;
	text-transform: uppercase !important;
	background-color: #6FF680 !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600 !important;
	width: auto !important;
	font-size: 18px !important;
	line-height: 1.5 !important;
	border-bottom: 0 !important;
}

@media only screen and (max-width: 1600px) {
	.wpcf7-form .wpcf7-submit {
		font-size: 16px !important;
	}
}

@media only screen and (max-width: 1200px) {
	.wpcf7-form .wpcf7-submit {
		font-size: 14px !important;
	}
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -16px !important;
}

.gallery .gallery-item {
	width: 25% !important;
	padding: 16px !important;
	margin-top: 0 !important;
}

@media only screen and (max-width: 1200px) {
	.gallery .gallery-item {
		width: 33.3333% !important;
	}
}

@media only screen and (max-width: 768px) {
	.gallery .gallery-item {
		width: 50% !important;
	}
}

@media only screen and (max-width: 576px) {
	.gallery .gallery-item {
		width: 100% !important;
	}
}

.gallery a {
	display: block;
	position: relative;
	overflow: hidden;
	aspect-ratio: 4/3;
}

.gallery img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border: 0 !important;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.gallery a:hover>img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.gallery a::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.gallery a:hover::before {
	height: 100%;
}

.gallery a::after {
	content: '';
	background-image: url('../img/gallery-search.png');
	width: 32px;
	height: 32px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 200;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.5s;
	opacity: 0;
}

.gallery a:hover::after {
	opacity: 1;
}

.bottom-bar {
	position: fixed;
	left: 0;
	display: none;
	bottom: 0;
	width: 100%;
	z-index: 400;
}

@media only screen and (max-width: 1200px) {
	.bottom-bar {
		display: block;
	}
}

.bottom-bar ul {
	list-style-type: none;
	display: flex;
}

.bottom-bar li {
	flex: 1;
	text-align: center;
}

.bottom-bar a {
	display: block;
	background-color: #00498A;
	padding: 16px 0;
	line-height: 1;
	position: relative;
}

.bottom-bar img {
	margin: 0 auto 0 auto;
	height: 16px;
	filter: brightness(0%) invert(100%);
}

.paging_full_numbers,
.dt-column-order {
	display: none !important;
}

.mfp-container {
	padding: 0 !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
	margin: 0;
}

.product__toggle {
	display: none;
}

.product .cart {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px;
}

.cart .quantity {
	display: flex;
	align-items: center;
}

.cart input {
	height: 24px !important;
	border-radius: 0 !important;
	padding: 0 !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	border: 0 !important;
}

.cart #smntcswcb {
	padding: 0 16px !important;
}

.cart .minus,
.cart .plus {
	width: 24px !important;
	background-color: #9BE2FF !important;
}

.single_add_to_cart_button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
	display: inline-flex !important;
	align-items: center !important;
	gap: 16px !important;
	padding: 0 16px !important;
	height: 40px !important;
	color: #0B45A4 !important;
	text-transform: none !important;
	background-color: #6FF680 !important;
	border-radius: 0 !important;
	font-family: "Montserrat", sans-serif !important;
	font-weight: 600 !important;
	font-size: 16px !important;
}

.single_add_to_cart_button svg {
	order: 1 !important;
}

.single_add_to_cart_button span {
	order: 2 !important;
}

.single_add_to_cart_button svg path {
	fill: #00498A !important;
}

.products__left {
	text-align: left;
}

.cart_totals>*:not(:last-child),
.woocommerce table.shop_table {
	margin-bottom: 32px !important;
}

.slider-nav__content {
	position: relative;
}

.slider-nav__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 300;
	width: 32px;
	height: 32px;
	background-color: #8EDEFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slider-nav__arrow svg {
	width: 12px;
	height: 12px;
	object-fit: contain;
	object-position: center;
}

.slider-nav__arrow svg path {
	fill: #0B45A4;
}

.slider-nav__arrow--prev {
	left: 0;
}

.slider-nav__arrow--prev svg {
	transform: rotate(90deg);
}

.slider-nav__arrow--next {
	right: 0;
}

.slider-nav__arrow--next svg {
	transform: rotate(-90deg);
}

.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 16px;
}

.nav-links .prev,
.nav-links .next {
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
	background-color: #0B45A4;
	position: relative;
}

.nav-links .prev::before,
.nav-links .next::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
	width: 12px;
	height: 12px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('../img/ikona-chevron-down.svg');
}

.nav-links .prev::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

.nav-links .next::before {
	transform: translate(-50%, -50%) rotate(-90deg);
}

.nav-links .page-numbers.current {
	font-weight: 700;
	color: #0B45A4;
}

.full-width .wpcf7-form {
	width: 50%;
}

@media only screen and (max-width: 1200px) {
	.full-width .wpcf7-form {
		width: 100%;
	}	
}

.woocommerce .quantity .qty {
	width: 60px!important;
	height: 40px!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	border: 1px solid rgba(0,0,0, .1)!important;
}

.article__desc {
	max-height: 20em;
	overflow: hidden;
}
