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

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

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

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

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

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

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

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
}

body {
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: middle;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
	margin: 0;
}

button, fieldset, iframe {
	border: 0;
}

fieldset, ul, ol, button, menu {
	padding: 0;
}

ol, ul {
	list-style: none;
}

textarea {
	resize: vertical;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	padding: 0;
}

body {
	font-family: "Fira Sans", sans-serif;
	line-height: 1.4;
	font-size: 16px;
	color: #454545;
	font-weight: 300;
	background-repeat: no-repeat;
	position: relative;
}

body.fixed {
	overflow: hidden;
}

*:focus {
	outline: none;
}

*[padding="no"] {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

h1, h2, h3 {
	line-height: 1.2;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}

@media (max-width: 768px) {
	.container.mainpage-container {
		padding-left: 0px;
		padding-right: 0px;
	}
}

.container {
	width: 100%;
}

a {
	-webkit-transition: .15s;
	transition: .15s;
}

a.button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 44px;
	padding-right: 80px;
	padding-left: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Fira Sans", sans-serif;
	border: 1px solid #dddddd;
	border-radius: 3px;
}

@media (min-width: 769px) {
	a.button {
		padding-right: 40px;
		padding-left: 40px;
	}
}

img[responsive="true"] {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}

p[role="paragraph"] {
	margin-bottom: 20px;
	line-height: 1.6em;
}

.select select, .button, .text {
	border-radius: 3px;
	border: 0;
	font-weight: bold;
}

.s-hidden {
	visibility: hidden;
	padding-right: 10px;
}

.select-wrap {
	width: 80%;
	cursor: pointer;
	display: inline-block;
	position: relative;
	font-family: inherit;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 769px) {
	.select-wrap {
		width: auto;
	}
}

.select-wrap.first {
	margin-bottom: 20px;
}

@media (min-width: 769px) {
	.select-wrap.first {
		width: 460px;
		margin-right: 30px;
		margin-bottom: 0;
	}
}

.select-wrap.first select {
	width: 100%;
}

.styledSelect {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	font-weight: 300;
	background-color: white;
	font-size: 0.8125em;
	letter-spacing: 2px;
}

.options {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	background-color: #ffffff;
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	z-index: 999;
}

.options li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	height: 44px;
	font-size: 0.8125em;
	font-weight: 300;
}

fieldset {
	margin-bottom: 15px;
	position: relative;
	text-align: center;
}

fieldset.align-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

fieldset label {
	position: absolute;
	top: 50%;
	right: 10px;
	font-weight: bold;
	color: red;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

fieldset input, fieldset textarea {
	width: 100%;
	font-size: 0.8125em;
}

input, textarea {
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #c8c8c8;
}

input {
	height: 44px;
}

textarea {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 120px;
	resize: none;
}

.send-button {
	width: 160px;
	height: 44px;
	margin-left: auto;
	color: #ffffff;
	cursor: pointer;
	border-radius: 0;
	background-color: #FF8B02;
	font-weight: 700;
}

.navigation-icon {
	width: auto;
	cursor: pointer;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (max-width: 991px) {
	.navigation-icon {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

@media (min-width: 992px) {
	.navigation-icon {
		display: none !important;
	}
}

.navigation-icon:hover:after {
	display: none;
}

.navigation-icon .nvi-rule {
	width: 50px;
	height: 5px;
	background-color: #fff;
	margin: 4px auto;
}

.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: white;
	background: rgba(255, 255, 255, 0.75);
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
	background: white;
}

.flickity-prev-next-button:focus {
	outline: none;
	-webkit-box-shadow: 0 0 0 5px #09F;
	box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
	opacity: 0.6;
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button:disabled {
	opacity: 0.3;
	cursor: auto;
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}

.flickity-prev-next-button .arrow {
	fill: #333;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

header {
	width: 100%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #282828;
}

@media (max-width: 991px) {
	header {
		height: 75px;
	}
}

header .container {
	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;
}

@media (min-width: 991px) {
	header .logo {
		margin-bottom: 15px;
	}
}

@media (min-width: 991px) {
	header .container {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media (max-width: 991px) {
	header .container .logo img {
		width: 160px;
		height: 39px;
	}
}

header nav {
	height: 40px;
}

header nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

@media (max-width: 991px) {
	header nav ul {
		display: none;
	}
}

header nav ul li {
	position: relative;
	height: 100%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

header nav ul li a {
	height: 44px;
	padding: 0px 15px;
	color: #ffffff;
}

header nav ul li > ul {
	min-width: 175px;
	width: 100%;
	max-height: 0px;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 36px;
	left: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top: 4px solid transparent;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

header nav ul li > ul > li {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #282828;
	background: rgba(40, 40, 40, 0.8);
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

header nav ul li > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
}

header nav ul li > ul > li:hover, header nav ul li > ul > li.active {
	border-bottom: 1px solid #282828;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

header nav ul li:hover, header nav ul li.active {
	border-bottom: 4px solid #fff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

header nav ul li:hover > ul {
	max-height: 400px;
	overflow: visible;
	border-top: 4px solid #fff;
}

.sub-banner {
	width: 100%;
	height: 300px;
	margin-bottom: 50px;
}

.sub-banner ul, .sub-banner ul li {
	width: 100%;
	height: 100%;
}

.sub-banner ul li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 768px) {
	.sub-banner ul.wide {
		display: none;
	}
}

@media (min-width: 769px) {
	.sub-banner ul.narrow {
		display: none;
	}
}

.page-section {
	position: relative;
}

.page-section__banner {
	width: 100%;
	z-index: -1;
}

@media (min-width: 1170px) {
	.page-section__banner {
		height: 700px !important;
	}
}

@media (min-width: 769px) {
	.page-section__banner {
		height: 500px;
	}
}

@media (max-width: 768px) {
	.page-section__banner {
		height: 400px;
	}
}

@media (max-width: 544px) {
	.page-section__banner {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.page-section__banner.wide {
		display: none;
	}
}

@media (min-width: 769px) {
	.page-section__banner.narrow {
		display: none;
	}
}

.page-section__banner .bannerSlide {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-section__nav-wrp {
	width: 100%;
}

@media (min-width: 769px) {
	.page-section__nav-wrp {
		position: absolute;
		top: 0px;
		left: 0px;
	}
}

@media (max-width: 991px) {
	.page-section__nav-wrp {
		background: #282828;
	}
}

.page-section__navigation {
	width: 100%;
	height: 75px;
	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;
	padding: 0px 15px;
}

@media (min-width: 991px) {
	.page-section__navigation {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		padding: 0px;
	}
}

@media (max-width: 991px) {
	.page-section__navigation .nav-logo img {
		width: 160px;
		height: 39px;
	}
}

@media (max-width: 991px) {
	.page-section__navigation nav {
		display: none;
	}
}

@media (min-width: 991px) {
	.page-section__navigation nav {
		width: 76%;
	}
}

@media (min-width: 1170px) {
	.page-section__navigation nav {
		width: 65%;
	}
}

.page-section__navigation nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-section__navigation nav ul li {
	position: relative;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.page-section__navigation nav ul li a {
	padding: 0px 22px;
}

.page-section__navigation nav ul li a.switchlang {
	color: #FF8B02;
}

.page-section__navigation nav ul li > ul {
	min-width: 175px;
	width: 100%;
	max-height: 0px;
	height: auto;
	overflow: hidden;
	position: absolute;
	top: 32px;
	left: 0px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-top: 4px solid transparent;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.page-section__navigation nav ul li > ul > li {
	width: 100%;
	height: 44px;
	padding: 0px;
	background: rgba(40, 40, 40, 0.8);
	border-bottom: 1px solid #282828;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.page-section__navigation nav ul li > ul > li > a {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.page-section__navigation nav ul li > ul > li:hover {
	border-bottom: 1px solid #282828;
}

.page-section__navigation nav ul li > ul:before {
	content: '';
	width: 0px;
	border-style: solid;
	border-width: 0 19px 8px 19px;
	border-color: transparent transparent #282828 transparent;
	margin-top: -12px;
}

.page-section__navigation nav ul li:hover {
	border-color: #282828;
}

.page-section__navigation nav ul li:hover > ul {
	max-height: 400px;
	overflow: visible;
	border-color: #282828;
}

.page-section__navigation nav ul li.lang:after {
	content: '';
	width: 15px;
	height: 9px;
	background: url(../images/language-icon.png) no-repeat center center/cover;
	margin: 7px 0px 0px 7px;
}

.page-section__navigation nav ul li.lang:hover {
	border: none;
}

.page-section__mask {
	height: 150px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/banner-mask.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 100% 100%;
	display: none;
}

@media (min-width: 769px) {
	.page-section__mask {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.section-category {
	margin: 25px 0px 30px 0px;
}

.section-category__pro-category a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 210px;
}

@media (min-width: 769px) {
	.section-category__pro-category a {
		height: 360px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.section-category__pro-category a figure {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-color: #c8c8c8 transparent #c8c8c8 #c8c8c8;
	border-width: 1px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media (min-width: 769px) {
	.section-category__pro-category a figure {
		height: 300px;
		width: 100%;
		border-color: #c8c8c8 #c8c8c8 transparent #c8c8c8;
	}
}

.section-category__pro-category a figure img {
	max-width: 50%;
	max-height: 90%;
}

.section-category__pro-category a b {
	width: 50%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
	font-weight: 700;
	background: #c8c8c8;
	text-align: center;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media (min-width: 769px) {
	.section-category__pro-category a b {
		width: 100%;
		height: 60px;
		font-size: 1.125em;
		color: #454545;
		border-bottom: 4px solid #646464;
		border-right: 1px solid #c8c8c8;
		border-left: 1px solid #c8c8c8;
		background: transparent;
	}
}

.section-category__pro-category a:hover figure {
	border-color: #FF8B02 #FF8B02 transparent #FF8B02;
}

.section-category__pro-category a:hover b {
	background: url(../images/zoom-beyaz.svg) no-repeat 90% center #646464;
	color: #ffffff;
}

.section-category__about {
	position: relative;
}

@media (max-width: 768px) {
	.section-category__about {
		padding: 0px;
	}
}

@media (min-width: 769px) {
	.section-category__about .ab-position {
		position: absolute;
		width: 100%;
		bottom: 0px;
		left: 0px;
		padding: 0px 1rem 0px 1rem;
	}
}

.section-category__about .ab-position a {
	height: 410px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #FF8B02;
	padding: 0px 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 769px) {
	.section-category__about .ab-position a {
		height: 570px;
	}
}

.section-category__about .ab-position a h1 {
	color: rgba(98, 53, 0, 0.4);
	font-size: 3.0625em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.section-category__about .ab-position a h1 span {
	font-weight: 300;
}

.section-category__about .ab-position a h1 b {
	font-weight: 700;
}

@media (max-width: 544px) {
	.section-category__about .ab-position a h1 {
		font-size: 32px;
	}
}

.section-category__about .ab-position a p {
	color: #ffffff;
	margin: 25px 0px;
}

@media (max-width: 544px) {
	.section-category__about .ab-position a p {
		margin: 15px 0px;
	}
}

@media (min-width: 769px) {
	.section-category__about .ab-position a p {
		margin: 40px 0px 70px 0px;
	}
}

.section-category__about .ab-position a span.ab-link {
	font-weight: 700;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 769px) {
	.section-category__about .ab-position a span.ab-link {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.section-category__about .ab-position a span.ab-link:after {
	content: '';
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: url(../images/noktali-ok-beyaz.svg) no-repeat center center;
}

.category-wrp {
	margin-bottom: 40px;
}

.section-content {
	margin-bottom: 100px;
}

.section-content__gorsel {
	display: none;
}

@media (min-width: 769px) {
	.section-content__gorsel {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.section-content__gorsel img {
	height: 100%;
}

.fade-dur {
	animation-duration: 3s;
	-moz-animation-duration: 3s;
	-webkit-animation-duration: 3s;
}

.section-content__top img {
	width: 100%;
}

.section-content__bottom {
	background-color: #FF8B02;
	width: 100%;
	padding: 25px 0px;
	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-top: 30px;
}

@media (max-width: 544px) {
	.section-content__bottom img {
		width: 55px;
		height: auto;
	}
}

.section-content__bottom p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 700;
	margin-left: 10px;
}

@media (min-width: 769px) {
	.section-content__bottom p {
		margin-left: 50px;
	}
}

.section-content__bottom p small {
	color: #454545;
	font-size: 1em;
}

.section-content__bottom p b {
	color: #ffffff;
	font-size: 1.4375em;
}

@media (min-width: 769px) {
	.section-content__bottom p b {
		font-size: 1.875em;
	}
}

.sub-section {
	margin-bottom: 70px;
}

.sub-section h1, .sub-section h2, .sub-section .section-title {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #FF8B02;
	font-size: 1.5625em;
	font-weight: 700;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 30px;
}

.sub-section h1.has-link, .sub-section h2.has-link, .sub-section .section-title.has-link {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sub-section h1.has-link a, .sub-section h2.has-link a, .sub-section .section-title.has-link a {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sub-section h1.has-link a:after, .sub-section h2.has-link a:after, .sub-section .section-title.has-link a:after {
	content: '';
	width: 10px;
	height: 15px;
	margin: 2px 0px 0px 10px;
	background: url(../images/oklar-turuncu.svg) no-repeat center center/cover;
}

.sub-section h1 small, .sub-section h2 small, .sub-section .section-title small {
	font-size: 25px;
	font-weight: 300;
}

.sub-section p {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.sub-section p b {
	font-weight: 700;
}

.sub-section p b.subtitle-styled {
	color: #FF8B02;
}

.corp-section__about figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 25px;
}

.warranty-section__list {
	background-color: #eeeeee;
	padding: 45px 0px 20px 0px;
}

.hr-section__text p {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.hr-section__links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 544px) {
	.hr-section__links {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.hr-section__links a {
	margin: 30px 25px 0px 0px;
}

.service-section__text h1, .service-section__service-text p, .service-section__service-search {
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-section__service-search--search-style {
	height: 50px;
	margin: 0 auto 60px;
	position: relative;
	width: 100%;
}

@media (min-width: 769px) {
	.service-section__service-search--search-style {
		width: 360px !important;
	}
}

.service-section__service-search--search-style:before {
	content: '';
	display: block;
	width: 67px;
	height: 50px;
	background-color: #FF8B02;
	background-image: url(../images/icon-arrow-down.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	pointer-events: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

.service-section__service-search--search-style select {
	width: 100%;
	height: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 1.06667em;
	border: 1px solid #c8c8c8;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.service-section__result {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.service-section__result__item {
	border-bottom: 1px solid #c8c8c8;
	padding: 20px 0px;
}

.service-section__result__item p {
	margin-bottom: 0px;
	min-height: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.service-section__result__item p:first-child {
	color: #FF8B02;
	font-weight: 700;
}

.service-section__result__item:last-child {
	border: none;
}

.product-section h2 {
	margin-right: 1rem;
	margin-left: 1rem;
}

@media (max-width: 991px) {
	.product-section__side {
		display: none;
	}
}

.product-section__side h1 {
	border: none;
	opacity: 0.2;
	font-size: 39px !important;
}

.product-section__side aside {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-section__side aside ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-section__side aside ul li {
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.product-section__side aside ul li a {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 5px solid #FF8B02;
	background: #e9e9e9;
	color: #282828;
	font-size: 0.875em;
	padding-left: 7%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.product-section__side aside ul li a:hover, .product-section__side > aside > ul > li.active > a {
	background: #FF8B02;
	font-weight: 700;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.product-section__side aside ul li > ul {
	max-height: 0px;
	overflow: hidden;
	padding: 0px 0px 0px 20px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.product-section__side aside ul li > ul.active {
	max-height: 400px;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.product-section__side aside ul li > ul li {
	border-bottom: 1px solid #c8c8c8;
}

.product-section__side aside ul li > ul li a {
	background: transparent;
	border: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.product-section__side aside ul li > ul li a:after {
	content: '';
	width: 10px;
	height: 15px;
	background: url(../images/oklar-turuncu.svg) no-repeat center center/cover;
	opacity: 0;
}

.product-section__side aside ul li > ul li a:hover {
	background: none;
	font-weight: 300;
}

.product-section__side aside ul li > ul li a:hover:after, .product-section__side aside ul li > ul li.active a:after {
	opacity: 1;
}

.product-section__list {
	padding: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.product-section__item {
	margin-bottom: 30px;
}

.product-section__item a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border: 1px solid #c8c8c8;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media (max-width: 544px) {
	.product-section__item a {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.product-section__item a {
		height: 405px;
	}
}

@media (min-width: 769px) {
	.product-section__item a {
		height: 300px;
	}
}

@media (min-width: 991px) {
	.product-section__item a {
		height: 300px;
	}
}

@media (min-width: 1170px) {
	.product-section__item a {
		height: 310px;
	}
}

.product-section__item a figure {
	width: 100%;
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 544px) {
	.product-section__item a figure {
		height: 300px;
	}
}

@media (max-width: 768px) {
	.product-section__item a figure {
		height: 343px;
	}
}

.product-section__item a figure img {
	width: 50%;
}

@media (max-width: 544px) {
	.product-section__item a figure img {
		width: 65%;
	}
}

.product-section__item a b {
	width: 100%;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0px 7%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 1.125em;
	color: #ffffff;
	font-weight: 700;
	background: #c8c8c8;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.product-section__item a b:after {
	content: '';
	width: 10px;
	height: 15px;
	background: url(../images/oklar-beyaz.png) no-repeat center center;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.product-section__item a:hover {
	border-color: #FF8B02;
}

.product-section__item a:hover b {
	background: #FF8B02;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.product-section__item a:hover b:after {
	opacity: 1;
}

.product-section__figure figure {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px;
	border: 1px solid #FF8B02;
}

.product-section__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #454545;
}

.product-section__content strong {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	background: #FF8B02;
	color: #ffffff;
	font-size: 1.125em;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 20px;
	font-weight: 700;
	margin-bottom: 20px;
}

.product-section__content b {
	width: 100%;
	font-weight: 700;
}

.product-section__content .content-list {
	padding: 0px 20px;
	margin-bottom: 50px;
}

.product-section__content .content-list p {
	margin-bottom: 0px;
}

.product-section__content .content-list p:before {
	content: '';
	width: 6px;
	height: 6px;
	background-color: #454545;
	margin: 9px 9px 9px 0px;
}

.product-section .product-files {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	margin-bottom: 10px;
	background: #eeeeee;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0px 20px;
}

.product-section .product-files:after {
	content: '';
	width: 29px;
	height: 25px;
	background: url(../images/indir.svg) no-repeat center center/cover;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.product-section .product-files:hover:after {
	background: url(../images/indir-turuncu.svg) no-repeat center center/cover;
}

.section-contact__wrp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.section-contact__wrp h1 {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.section-contact__info {
	width: 100%;
	margin-bottom: 50px;
}

.section-contact__info p {
	margin-bottom: 10px;
}

.section-contact__info p b {
	width: 33%;
	text-align: right;
}

.section-contact__info p span {
	width: 67%;
	padding-left: 10px;
}

.section-contact__form {
	width: 100%;
	margin-bottom: 50px;
}

@media (min-width: 769px) {
	.section-contact__form {
		width: 80% !important;
	}
}

footer {
	height: 550px;
	background: url(../images/footer-background.jpg) no-repeat center center/cover;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer:before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	background: rgba(69, 69, 69, 0.8);
}

footer .foo {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (max-width: 768px) {
	footer .foo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

footer .foo__left {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

footer .foo__left a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 768px) {
	footer .foo__left a {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 768px) {
	footer .foo__left .foo-logo {
		margin-bottom: 30px;
	}
}

@media (max-width: 768px) {
	footer .foo__left .foo-logo img {
		width: 138px;
		height: 33px;
	}
}

footer .foo__left .catalog-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width: 768px) {
	footer .foo__left .catalog-link {
		margin-bottom: 80px;
	}
}

footer .foo__left .catalog-link b {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #ffffff;
}

@media (max-width: 544px) {
	footer .foo__left .catalog-link img {
		width: 130px;
	}
}

footer .foo__left .catalog-link:after {
	content: '';
	width: 15px;
	height: 25px;
	margin-left: 15px;
	background: url(../images/oklar-turuncu.svg) no-repeat center center;
}

@media (max-width: 768px) {
	footer .foo__right .img-wide {
		display: none;
	}
}

@media (min-width: 769px) {
	footer .foo__right .img-mobile {
		display: none;
	}
}

.slick-list, .slick-track {
	height: 100%;
}

.files-box {
  display: flex;
  margin-bottom: 36px;
  color: #454545;
  align-items: center;
}

.files-box span {
  margin-left: 20px;
}

.contact-message {
  float: left;
  width: 100%;
	margin-top: 25px;
  color: #db0707;
}

.contact-message li {
  list-style: none;
}

.single-page-image {
	padding: 15px;
	text-align: center;
	background-color: #ffffff;
	border: solid 1px #ededed;
}

@media (min-width: 992px){
	.single-page-image{
		padding: 35px;
	}
}

ul.pdf-list{
	float:left;
	width: 100%;
	margin-bottom: 40px;
}

ul.pdf-list li {
	display: block;
	padding: 5px 20px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-image: url(../images/icon-pdf-product.svg);
	background-color: #eee;
	transition: all 200ms ease-in-out;
}

ul.pdf-list li a{
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.06667em;
	transition: all 200ms ease-in-out;
}

ul.pdf-list li:hover{
	border-color: #FF8B02;
}

ul.pdf-list li:hover a{
	color: #FF8B02;
}

.outer {
	position: relative; }
.outer:before {
	display: block;
	content: '';
	width: 100%; }

.inner,
.aspect-ratio {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0; }

.inner {
	background-position: center center;
	background-repeat: no-repeat; }

.aspect-ratio {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover; }

.catalog-card{
	display: block;
	margin-bottom: 30px;
}

.catalog-card:hover figure{
	border-color: #FF8B02;
}

.catalog-card:hover span{
	color: #ffffff;
}
.catalog-card:hover span:before{
	width: 100%;
}
.catalog-card figure{
	border:2px solid #ededed;
	transition:all 200ms ease-in-out;
}
.catalog-card figure:before{
	padding-top: 100%;
}
.catalog-card span{
	display: flex;
	height: 36px;
	margin-top: 10px;
	padding-left: 12px;
	align-items: center;
	color: #FF8B02;
	font-size: 14px;
	font-weight: 700;
	line-height: 17px;
	transition:all 200ms ease-in-out;
	position: relative;
	z-index: 1;
}
.catalog-card span:before{
	content: '';
	display: block;
	width: 5px;
	height: 100%;
	transition:all 200ms ease-in-out;
	background-color: #FF8B02;
	position: absolute;
	top:0;
	left:0;
	z-index: -1;
}
.product-gallery figure:before,.product-gallery-thumbs figure:before{
	padding-top: 100%;
}
.product-gallery-thumbs{
	padding: 10px;
	cursor: pointer;
	border: 1px solid #ededed;
	transition: all 200ms ease-in-out;
}
.product-gallery-thumbs figure img{
	opacity: 0.8;
	transition: all 200ms ease-in-out;
}
.product-gallery-thumbs:hover,.swiper-slide-thumb-active .product-gallery-thumbs{
	border-color: #FF8B02;
}
.product-gallery-thumbs:hover figure img,.swiper-slide-thumb-active .product-gallery-thumbs figure img{
	opacity: 1;
}
.product-nav-btn{
	display: flex;
	width: 42px;
	height: 42px;
	align-items: center;
	justify-content: center;
	background-color: #ededed;
	z-index: 1002;
}
.swiper-button-next{
	right: 0;
}
.swiper-button-prev{
	left: 0;
}
.swiper-button-next, .swiper-button-prev{
	color: #db0707;
}
.swiper-button-next::after, .swiper-button-prev::after{
	font-size: 24px;
}
.single-page-thumbs{
	display: none;
}
@media(min-width: 768px){
	.single-page-thumbs{
		display: block;
		margin-top: 30px;
	}
}

form input[type="checkbox"] {
  width: 43px;
}

.agree {
  display: flex;
  color: #454545;
  line-height: normal;
  user-select: none;
  font-weight: normal;
  align-items: center;
}

.agree a {
  color: #454545;
  font-weight: bold;
}

.agree span {
  margin-left: 20px;
}

.agree > .checkbox{
  border:1px solid #aaaaaa;
}

.agree .checkbox {
  display: inline-flex;
  padding: 0;
  margin: 0;
  width: 43px;
  height: 43px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}

.agree .checkbox > span {
  color: #db0707;
  padding: 0.5rem 0.25rem;
}

.agree .checkbox > input {
  height: 43px;
  width: 43px;
  flex-shrink: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  transition-duration: 0.3s;
/ / background-color: #262626;
  cursor: pointer;
}

.agree .checkbox > input:checked {
  background-color: #454545;
}

.agree .checkbox > input:checked + span::before {
  content: '\2713';
  display: block;
  text-align: center;
  position: absolute;
  left: 0.7rem;
  top: 0.2rem;
}

.agree .checkbox > input:active {
/ / border: 2 px solid #34495E;
}

.cc-window {
  display: flex;
  width: 100%;
  max-width: 95%;
  padding: 15px;
  border-radius: 15px;
  overflow: hidden;
  line-height: 1.5em;
  flex-direction: column;
  transform: translateX(-50%) scale(0.9);
  transition: opacity 1s ease;
  position: fixed;
  z-index: 9999;
}

@media (min-width: 768px) {
  .cc-window {
    max-width: 768px;
    height: 100px;
    padding: 0 30px;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 991px) {
  .cc-window {
    max-width: 992px;
  }
}

.cc-window.in-active {
  opacity: 0;
  visibility: hidden;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-window.cc-revoke {
  transition: transform 1s ease;
}

.cc-window.cc-bottom {
  left: 50%;
  bottom: 30px;
}

@media (hover: hover) {
  .cc-compliance a.cc-btn.cc-dismiss:hover {
    color: #000;
    background-color: #fff;
  }

  .cc-banner.cc-theme-edgeless .cc-message a.cc-link:hover {
    color: #ef2c19;
  }
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link {
  display: block;
  text-decoration: underline;
  cursor: pointer;
  opacity: 0.7;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active {
  color: initial;
}

.cc-link:visited {
  color: initial;
}

.cc-btn {
  display: flex;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  height: 42px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .cc-btn {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
  }
}

.cc-close {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus {
  opacity: 1;
}

.cc-close:hover {
  opacity: 1;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus {
  background-color: transparent;
  text-decoration: underline;
}

.cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-window .cc-message {
  margin-bottom: 15px;
  color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .cc-window .cc-message {
    margin-bottom: 0;
    padding-right: 30px;
    text-align: left;
  }
}

.cc-compliance a.cc-btn.cc-dismiss {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
}