* {
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
	line-height: 1.4;
}

body {
	font: 100%/1.5em Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

html,
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

*,
*:focus {
	outline: none;
}

table,
td,
th,
tr {
	padding: 0px;
	border-collapse: collapse;
}

img {
	display: block;
}

article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}

ul,
ol,
li,
form,
fieldset,
label,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
del,
blockquote,
dfn,
kbd,
address {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-style: normal;
	border: none;
}

.field-search::-webkit-input-placeholder {
	font-size: inherit;
	color: #8f9293;
	line-height: inherit;
	opacity: 1;
}

.field-search::-moz-placeholder {
	font-size: inherit;
	color: #8f9293;
	line-height: inherit;
	opacity: 1;
}

.field-search:-moz-placeholder {
	font-size: inherit;
	color: #8f9293;
	line-height: inherit;
	opacity: 1;
}

.field-search:-ms-input-placeholder {
	font-size: inherit;
	color: #8f9293;
	line-height: inherit;
	opacity: 1;
}

.field-text::-webkit-input-placeholder {
	font-size: 16px;
	color: #8f9293;
	line-height: 16px;
	opacity: 0.8;
}

.field-text::-moz-placeholder {
	font-size: 16px;
	color: #8f9293;
	line-height: 16px;
	opacity: 0.8;
}

.field-text:-moz-placeholder {
	font-size: 16px;
	color: #8f9293;
	line-height: 16px;
	opacity: 0.8;
}

.field-text:-ms-input-placeholder {
	font-size: 16px;
	color: #8f9293;
	line-height: 16px;
	opacity: 0.8;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
	color: transparent;
}

textarea:focus::-moz-placeholder,
input:focus::-moz-placeholder {
	color: transparent;
}

textarea:focus:-moz-placeholder,
input:focus:-moz-placeholder {
	color: transparent;
}

textarea:focus:-ms-input-placeholder,
input:focus:-ms-input-placeholder {
	color: transparent;
}

a,
button,
input[type="submit"],
input[type="cancel"],
input[type="reset"] {
	cursor: pointer;
	transition: 0.5s;
	-webkit-appearance: none;
}

a {
	text-decoration: none;
	text-rendering: optimizeLegibility;
}

a:active,
a:focus {
	outline: none;
}

b {
	font-family: inherit;
    font-size: 1.05em;
	font-style: normal;
    line-height: inherit;
	text-rendering: optimizeLegibility;
    color: inherit;
}

button,
button:hover,
button:active {
	outline: none;
	border: none;
}

button::-moz-focus-inner {
	outline: none;
	border: none;
}

/* animation: borderGlow 2s infinite; */
@keyframes borderGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7);
  }
  50% {
    box-shadow: 0 0 20px 10px rgba(0, 255, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 0, 0);
  }
}

h1 {
	flex: 1 1 100%;
	margin: 0 0 20px;
	font-family: inherit;
    font-size: 1.9em;
    line-height: inherit;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
    color: inherit;
	transition: all 0.2s;
}


h2 {
	flex: 1 1 100%;
	margin: 80px 0 20px;
	font-family: inherit;
    font-size: 1.7em;
    line-height: inherit;
    color: inherit;
	text-transform: inherit;
	text-rendering: optimizeLegibility;
	transition: all 0.2s;
}

h3 {
	flex: 1 1 100%;
	margin: 80px 0 20px;
	font-family: inherit;
    font-size: 1.6em;
    line-height: inherit;
    color: inherit;
	text-transform: inherit;
	text-rendering: optimizeLegibility;
	transition: all 0.2s;
}

h4 {
	flex: 1 1 100%;
	margin: 40px 0 20px;
	font-family: inherit;
    font-size: 1.4em;
    line-height: inherit;
    color: inherit;
	text-transform: inherit;
	text-rendering: optimizeLegibility;
	transition: all 0.2s;
}


h5 {
	margin: 0 0 20px;
	font-family: inherit;
    font-size: 1.3em;
    line-height: inherit;
	text-rendering: optimizeLegibility;
    color: inherit;
	transition: all 0.2s;
}


h6 {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-family: inherit;
    font-size: 1.2em;
    line-height: inherit;
    color: inherit;
	text-rendering: optimizeLegibility;
	transition: all 0.2s;
}

@media (max-width: 900px) {	
	h1 {
		font-size: 1.7em
	}	
	h2 {
		font-size: 1.6em
	}	
	h3 {
		font-size: 1.5em
	}	
	h4 {
		font-size: 1.3em
	}
}

@media (max-width: 460px) {	
	h1 {
		font-size: 1.5em
	}	
	h2 {
		font-size: 1.4em
	}	
	h3 {
		font-size: 1.4em
	}	
	h4 {
		font-size: 1.2em
	}	
}

input,
input:hover,
input:active,
input:focus {
	outline: none;
	border: none;
}

img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

p {
	margin: 5px 0;
	text-rendering: optimizeLegibility;
}

q {
	margin: 35px auto;
	padding: 15px;
	font-family: inherit;
	font-size: 1.05em;
	line-height: inherit;
    color: inherit;
	text-rendering: optimizeLegibility;
	background-color: transparent;
	border-radius: 0px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	color: inherit;
	text-rendering: optimizeLegibility;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea,
textarea:hover,
textarea:active,
textarea:focus {
	outline: none;
	border: none;
}

textarea {
	resize: none;
}

ul {
    vertical-align: middle;
    list-style-position: inside;
    list-style: none;
}

ul li {
	list-style: none;
	vertical-align: middle;
}
/* TAG end */


/* CLASS */

/* breadcrumbs */
.breadcrumbs {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0 0 30px 0;
	padding: 0;
	font-family: inherit;
	font-size: 1.1em;
	line-height: inherit;
	color: inherit;
}

.breadcrumbs a {
	text-decoration: none;
	color: inherit;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs a:not(:last-child)::after {
	content: "›";
	margin: 0 5px;
	color: #999;
}

.breadcrumbs span {
	margin: 0 5px;
	color: #999;
}

@media (max-width: 480px) {
	.breadcrumbs span {
		display: none;
	}
}



/*--- button ---*/
.button {
	display: inline-block;
	padding: 7px 25px;
	font-family: inherit;
	font-size: 1.1em;
	line-height: inherit;
	color: #fff;
	text-transform: uppercase;
	background-color: #3498db;
	border: 2px solid #3498db;
	border-radius: 2px;
	position: relative;
	overflow: hidden;
}

.button::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 300%;
	height: 300%;
	background: rgba(255, 255, 255, 0.2);
	transition: 2s;
	transform: rotate(30deg);
	animation: moveBlink 4s infinite linear;
}

.button:hover::before {
	top: -10%;
	left: -10%;
	width: 120%;
	height: 120%;
	transition: 0.5s;
	animation: none;
}

@keyframes moveBlink {
	0% {
		transform: translateX(-150%) rotate(30deg);
	}
	100% {
		transform: translateX(150%) rotate(30deg);
	}
}
/*--- button end ---*/



/* effect */
.effect_blink {
	position: relative;
	overflow: hidden;
}

.effect_blink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: -50%;
	transform: translate(-50%, -50%);
	width: 200%;
	height: 200%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
	pointer-events: none;
	z-index: 9999;
	animation: effect_blink 6s linear infinite;
}

@keyframes effect_blink {
	0% {
		transform: translate(-200%, -50%);
	}
	100% {
		transform: translate(200%, -50%);
	}
}



/* effect background */
.effect_bg {
	animation: effect_bg 10s infinite;
}

@keyframes effect_bg {
  0% {
    background-color: #fdf9ec;
  }
  50% {
    background-color: #f2f9f2;
  }
  100% {
    background-color: #fdf9ec;
  }
}



/* explane */
.explane_marker {
	font-family: inherit;
}
.explane {
	width: 100%;
	background-color: rgba(236, 240, 241,0.3);
	margin: 20px 0 40px;
	padding: 10px;
	font-size: 1.03em;
	font-family: inherit;
	border-radius: 5px;
}
.explane > p {
	margin: 15px 0;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}

.explane > sup,
.explane > p > sup {
	font-size: 0.7em;
	font-family: inherit;
	color: inherit;
}


/* icon */
.icon_1x1 {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 50px 1fr;
	grid-template-areas: "icon text";
	grid-gap: 0px 10px;
	justify-content: flex-start;
	align-items: center;
	margin: 5px;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background: transparent;
	position: relative;
	outline: 0px solid;
}

.icon_1x1 > .img {
	grid-area: icon;
    display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
    height: 100%;
	margin: 0;
	padding: 0;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
}

.icon_1x1 > .img > img {
    width: 100%;
    height: 100%;
}

.icon_1x1 > .text {
	grid-area: text;
	margin: 0;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}

.icon_1x1 > .text > .styled {
	font-family: inherit;
	font-size:inherit;
	line-height: inherit;
	color: inherit;
}


/* icon_1x2 */
.icon_1x2 {
	display: grid;
	grid-template-rows: minmax(20px, auto) 1fr;
	grid-template-columns: minmax(50px, 30%) 1fr;
	grid-template-areas: "icon one"
						 "icon two";
	grid-gap: 0px 20px;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 5px;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background: transparent;
	position: relative;
	outline: 0px solid;
}

.icon_1x2 > .img {
	grid-area: icon;
	display: flex;
	flex: 1 1 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
}

.icon_1x2 > .img > img {
	width: 100%;
	height: 100%;
}

.icon_1x2 > .one {
	grid-area: one;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.icon_1x2 > .one > .styled {
	font-family: inherit;
	font-size:inherit;
	line-height: inherit;
	color: inherit;
}

.icon_1x2 > .two {
	grid-area: two;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.icon_1x2 > .two > .styled {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}


/* icon 1x3 */
.icon_1x3 {
	display: grid;
    grid-template-rows: 1fr minmax(15px, auto) minmax(15px, auto);
    grid-template-columns: 64px 1fr;
	grid-template-areas: "icon one"
						 "icon two"
						 "icon three";
    grid-gap: 5px 30px;
    justify-content: flex-start;
    align-items: center;
	margin: 0 10px;
	padding: 5px;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
	position: relative;
}

.icon_1x3 > .img {
	grid-area: icon;
	display: flex;
	flex: 1 1 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
}

.icon_1x3 > .img > img {
	width: 100%;
	height: 100%;
}

.icon_1x3 > .one {
	grid-area: one;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.icon_1x3 > .one > .styled {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.icon_1x3 > .one b {
	font-size: 1.15em;
	color: inherit;
}

.icon_1x3 > .two {
	grid-area: two;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.icon_1x3 > .two > .styled {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.icon_1x3 > .three {
	grid-area: three;
	margin: 0;
	padding: 0;	
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.icon_1x3 > .three > .styled {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

@media (max-width: 480px) {	
	.icon_1x3 {
		grid-gap: 5px 10px;
	}
}	

@media (max-width: 310px) {
	.icon_1x3 > img {
		width: 45px;
		height: 45px;
	}
	
	.icon_1x3 > .one {
		font-size: 0.9em;
	}
}


/* icon_2x2 */
.icon_2x2 {
	display: grid;
	grid-template-rows: minmax(20px, auto) 1fr;
	grid-template-columns: minmax(50px, 25%) 1fr minmax(50px, 15%);
	grid-template-areas: "icon one icon2"
						 "icon two icon2";
	grid-gap: 10px 20px;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 5px;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background: transparent;
	position: relative;
	outline: 0px solid;
}

.icon_2x2 > .img {
	grid-area: icon;
	display: flex;
	flex: 1 1 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
    justify-content: center;
    align-items: center;
    background-color: transparent;
	border-radius: 2px;
    position: relative;
}

.icon_2x2 > .img > img {
	width: 100%;
	height: 100%;
}

.icon_2x2 > .one {
	grid-area: one;
	flex: 1 1 100%;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.icon_2x2 > .one > .styled {
	font-family: inherit;
	font-size:inherit;
	line-height: inherit;
	color: inherit;
}

.icon_2x2 > .two {
	grid-area: two;
	flex: 1 1 100%;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.icon_2x2 > .two > .styled {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.icon_2x2 > .img2 {
	grid-area: icon2;
	display: flex;
	flex: 1 1 100%;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
}

.icon_2x2 > .img2 > img {
	width: 100%;
	height: 100%;
}



/*--- img ---*/
/* img_a */
.img_a {
	display: flex;
    flex-flow: row wrap;
	width: 100%;
	margin: 60px auto;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.img_a > .img {
	display: flex;
	flex: 1 1 37%;
	min-height: 300px;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}

.img_a > .img img {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.img_a > .content {
	display: flex;
	flex: 0 1 calc(100% - 37%);
	flex-flow: row wrap;
    justify-content: center;
	align-content: center;
	margin: 10px 0;
	padding: 35px 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
	background-color: #F9F9F9;
	box-shadow: -10px 0px 15px rgba(0, 0, 0, 0.5);
}
	
.img_a > .content > .content_inner {
	display: flex;
    flex-direction: column;
	margin: 40px 60px;
    padding: 0 0 50px;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    position: relative;
}

.img_a > .content > .content_inner:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: "";
}

.img_a > .content > .content_inner:after {
	position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    content: "";
}

.img_a > .content > .content_inner > .title {
    margin: 0;
	padding: 10px 35px 30px;
    font-family: sans-serif;
    font-size: 2.1em;
    line-height: inherit;
    color: #1C3136;
	position: relative;
    transition: all .2s;
}

.img_a > .content > .content_inner > .title:before {
	position: absolute;
    bottom: 0;
    right: -2rem;
    display: block;
    height: 1px;
    width: calc(100% + 4rem);
    background: rgba(0, 0, 0, 0.1);
    content: "";
}

.img_a > .content > .content_inner > .text {
	margin: 0;
	padding: 10px 35px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
	position: relative;
}

.img_a > .content > .content_inner > .text:before {position: absolute;
    bottom: 0;
    right: -2rem;
    display: block;
    height: 1px;
    width: calc(100% + 4rem);
    background: rgba(0, 0, 0, 0.1);
    content: "";
}

@media (max-width: 900px) {
	.img_a {
		flex-flow: column;
	}	
	.img_a > .content {
		width: calc(100% - 10px);
		margin: 0 5px;
		box-shadow: none;
	}		
	.img_a > .content > .content_inner {
		margin: 40px 60px;
	}
}

@media (max-width: 500px) {	
	.img_a > .content > .content_inner {
		margin: 20px;
		padding: 0 0 20px;
	}
	.img_a > .content > .content_inner > .title {
		padding: 10px 10px 30px;
		font-size: 1.4em;
	}
	.img_a > .content > .content_inner > .text {
		padding: 10px 10px;
	}
}

/*--- img_b ---*/
.img_b {
	display: grid;
	grid-template-rows: minmax(20px, auto) 1fr minmax(20px, auto) minmax(20px, auto);
    grid-template-columns: 30% 1fr;
	grid-template-areas: "img title"
						 "img text"
						 "img text_min"
						 "img link";
	grid-gap: 10px 50px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 20px 10px 25px;
    font-family: inherit;
    font-size: inherit;
	line-height: inherit;
    color: inherit;
    background-color: #FFF;
    position: relative;
}

.img_b > .img {
	grid-area: img;
	display: flex;
    flex: 1 1 100%;
    min-height: 180px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    position: relative;
    overflow: hidden;
}

.img_b > .img > img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.img_b > .title {
	grid-area: title;
	display: inline-block;
	margin: 0;
	font-family: inherit;
	font-size: 1.1em;
	line-height: inherit;
	text-transform: uppercase;
	color: inherit;
}

.img_b > .text {
	grid-area: text;
	display: -webkit-box;
	margin: 5px 0;
	padding: 0 0 0 20px;
    font-size: 0.9em;
	border-left: 1px solid #ccc;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.img_b > .text_min {
	grid-area: text_min;
	display: inline-block;
	margin: 0;
	padding: 0;
    font-size: inherit;
	text-transform: lowercase;
	overflow: hidden;
}

.img_b > .link {
	grid-area: link;
	display: block;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 0.9em;
	line-height: inherit;
	text-transform: lowercase;
	color: inherit;
	transition: color 0.4s ease;
}

.img_b > .link:hover {
	color: pink;
	background-color: transparent;
}


@media (max-width: 480px) {
	.img_b {
		grid-template-rows: minmax(130px, auto) minmax(20px, auto) 1fr minmax(20px, auto) minmax(20px, auto);
		grid-template-columns: 1fr;
		grid-template-areas: "img"
							 "title"
							 "text"
							 "text_min"
							 "link";
		grid-gap: 10px 0;
	}

	.img_b > .img {
		min-height: 130px;
	}
	
	.img_b > .text {
		margin: 5px 0 10px 10px;
	}
}



/*--- img_b_x2 ---*/
@media (max-width: 900px) {
	.img_b_x2 {
		grid-template-rows: minmax(140px, auto) minmax(40px, auto) 1fr minmax(20px, auto) minmax(20px, auto);
		grid-template-columns: 1fr;
		grid-template-areas: "img"
							 "title"
							 "text"
							 "text_min"
							 "link";
		grid-gap: 15px 0;
	}

	.img_b_x2 > .img {
		min-height: 140px;
	}
}

@media (max-width: 600px) {
	.img_b_x2 {
		grid-template-rows: minmax(30px, auto) 1fr minmax(30px, auto) minmax(30px, auto);
		grid-template-columns: 30% 1fr;
		grid-template-areas: "img title"
							 "img text"
							 "img text_min"
							 "img link";
		grid-gap: 5px 30px;
	}

	.img_b_x2 > .img {
		min-height: 180px;
	}
	
	.img_b_x2 > .text {
		margin: 10px 0 10px 15px;
	}
}

@media (max-width: 480px) {
	.img_b_x2 {
		grid-template-rows: minmax(130px, auto) minmax(35px, auto) 1fr minmax(20px, auto) minmax(20px, auto);
		grid-template-columns: 1fr;
		grid-template-areas: "img"
							 "title"
							 "text"
							 "text_min"
							 "link";
		grid-gap: 12px 0;
	}

	.img_b_x2 > .img {
		min-height: 130px;
	}
	
	.img_b_x2 > .text {
		margin: 5px 0;
	}
}
/*--- img_b end ---*/


/*--- img end ---*/



/*--- grid ---*/
.grid {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-gap: 60px 30px;
    flex: 1 1 100%;
    justify-content: space-around;
    align-items: stretch;
    margin: 30px auto;
	padding: 30px 10px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
	background-color: #FBF8F1;
}



/* появляющийся при наведении текст (работает c javascript) */
.js_text_appear {
	color: #00d8d6;
	cursor: pointer;
}

.js_text_appear_box {
  position: absolute;
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid #888888;
  padding: 10px;
  display: none;
  transition: opacity 0.3s ease-in-out;
}

.js_text_appear:hover .js_text_appear_box {
  display: block;
  opacity: 1;
}
/* появляющийся при наведении текст end */



/* .list */
.list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: center;
	width: auto;
	margin: 20px 0;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
	color: inherit;
	text-align: center;
}

.list > li {
	margin: 5px;
	padding: 5px;
    color: inherit;
	background-color: transparent;
	border-radius: 0;
	transition: color 0.3s ease;
}


/* .list ✔ */
.list_check {
	margin: 20px 0;
	padding: 12px;
	font-family: inherit;
    font-size: 1.05em;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}

.list_check > li {
	display: flex;
	flex-flow: column;
	margin: 6px;
	padding: 0 0 0 35px;
    background-image: url(/data/icons/ul_li_image_checkmark_X32.png);
	background-size: 18px 18px;
    background-repeat: no-repeat;
	background-position-y: center;
}

.list_check > li .title {
	margin: 5px 5px 5px 20px;
	padding: 0;
	font-family: inherit;
	font-size: 1.1em;
	line-height: inherit;
    color: inherit;
}

.list_check > li .text {
	margin: 5px 5px 15px 20px;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
    color: inherit;
}



/* list column */
.list_column {
	display: flex;
	flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
	margin: 20px 0;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.list_column > li {
	width: 100%;
	margin: 10px 0;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.list_column > li a {
	margin: 0;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: #54a0ff;
	transition: color 0.5s;
}

.list_column > li a:hover {
    color: #00d2d3;
}



/* .list icon 32px */
.list_icon_32 {
	display: flex;
	flex-flow: row wrap;
	margin: 20px 0;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}

.list_icon_32 > li {	
	display: flex;
    flex-flow: column;
	flex: 0 1 100%;
    justify-content: center;
    align-items: flex-start;
	min-height: 32px;
	margin: 10px auto;
	padding: 0 0 0 50px;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-image: url(/data/icons/ul_li_image_icon_X64.png);
	background-size: 32px 32px;
    background-repeat: no-repeat;
	background-position-y: center;
}

.list_icon_32 > li .title {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 1.05em;
    line-height: inherit;
    color: inherit;
}

.list_icon_32 > li .text {
	margin: 0;
	padding: 5px 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


/* .list icon 64px */
.list_icon_64 {
	display: flex;
	flex-flow: row wrap;
	margin: 20px 0;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent;
}

.list_icon_64 > li {	
	display: flex;
    flex-flow: column;
	flex: 0 1 100%;
    justify-content: center;
    align-items: flex-start;
	min-height: 64px;
	margin: 15px auto;
	padding: 0 0 0 90px;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-image: url(/data/icons/ul_li_image_icon_X64.png);
	background-size: 64px 64px;
    background-repeat: no-repeat;
	background-position-y: center;
}

.list_icon_64 > li .title {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 1.05em;
    line-height: inherit;
    color: inherit;
}

.list_icon_64 > li .text {
	margin: 0;
	padding: 5px 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

@media (max-width: 320px) {	
	.list_icon_64 > li {
		min-height: 50px;
		padding: 0 0 0 65px;
		background-size: 50px 50px;
	}
}


/* .list number	*/
.list_number {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 20px 0;
	padding: 5px 5px 5px 50px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	counter-reset: list-item; /* сброс нумерации внутри .list_number */
}

.list_number > li {
	display: inline-block;
	margin: 5px 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align: left;
	position: relative;
}

.list_number > li:before {
	content: counter(list-item) ".";
	counter-increment: list-item;
	position: absolute;
	left: -30px;
}

.list_number > li .title {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1.05em;
	line-height: inherit;
	color: #6354B1;
}

.list_number > li .text {
	margin: 5px 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.list_number > li .text_min {
	margin: 5px 0;
	padding: 0;
	font-family: inherit;
	font-size: 0.9em;
	line-height: inherit;
	color: inherit;
}

.list_number > li > ul {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 10px 0;
	padding: 0 0 0 30px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	counter-reset: none; /* сброс нумерации во вложенных списках */
}

.list_number > li > ul > li {
	margin: 5px 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-align: left;
	position: relative;
	list-style-type: disc;
}

@media (max-width: 320px) {	
	.list_number {
		padding: 0 0 0 40px;
	}	
}

/* list number с цифры 3 */
.list_number_3 {
  counter-reset: list-item 2;
}

.second_list_number > li:before {
  content: counter(list-item) ".";
  counter-increment: list-item;
  position: absolute;
  left: -30px;
}

/* list number с цифры 4 */
.list_number_4 {
  counter-reset: list-item 3;
}

.second_list_number > li:before {
  content: counter(list-item) ".";
  counter-increment: list-item;
  position: absolute;
  left: -30px;
}
/*---	list end	---*/



/*---	nowrap	---*/
.nowrap {
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
	white-space: nowrap;
}



/* ruble */
.ruble {
	margin: 0 0 0 3px;
	font-family: 'Ruble';
    font-size: 1.05em;
	font-style: normal;
	font-weight: normal;
    line-height: inherit;
    color: inherit;
}


/* scroll to top */
.scroll_top {
	display: none;
	position: fixed;
	bottom: 35px;
	right: 25px;
	width: 45px;
	height: 60px;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
	color: #FFF;
	background-color: rgba(75, 207, 250, .5);
	border-radius: 4px;
	cursor: pointer;
	z-index: 1000;
}

.scroll_top::after {
	content: "\25B2"; /* Unicode код стрелки вверх */
}



/* sub */
.sub_h {
	margin: -10px 0 20px;
	font-family: inherit;
    font-size: 1.2em;
    line-height: inherit;
    color: inherit;
	text-transform: inherit;
}
	


/*--- table ---*/
/* tableX4 */
.tableX4 {
	display: flex;
    flex: 1 1 100%;
    flex-flow: row wrap;
    align-items: flex-start;
    padding: 5px 0;
    margin: 0 auto 20px;
    font-family: inherit;
    font-size: 1.1em;
    line-height: 2;
    color: inherit;
    text-align: center;
    background-color: transparent;
	-webkit-overflow-scrolling: touch;
}

.tableX4 div {
    display: flex;
    flex: 1 1 100%;
    justify-content: space-between;
    align-items: stretch;
    margin: 5px -5px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}


.tableX4 p.title {
	background-color: rgba(253, 150, 68, .7);
}

.tableX4 p {
    display: flex;
    flex: 1 1 0;
	justify-content: center;
    align-items: center;
    margin: 0 5px;
	padding: 7px 5px;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.2;
    color: #FFFFFF;
    background-color: rgba(88, 177, 159, .9);
}


.tableX4 span.title {
	background-color: rgba(253, 150, 68, .2);
}

.tableX4 span {
    display: flex;
    flex: 1 1 0;
	justify-content: center;
    align-items: center;
    margin: 0 5px;
	padding: 7px 5px;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.2;
    color: inherit;
    background-color: rgba(248, 239, 186, .3);
}

@media (max-width: 970px) {	

	.tableX4{
		max-width: calc(100vw - 10px);
		margin: 10px auto 20px;
		overflow-x: auto;
	}
	
	.tableX4 div {
		width: 100%;
		min-width: 830px;
	}
}
/*--- table end ---*/


/*--- tabs ---*/
.tabs {
	margin: 60px 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.tabs > .tabs_buttons {
	width: 100%;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
	overflow: hidden;
}

.tabs > .tabs_buttons > button {
	float: left;
	padding: 10px 20px;
	background-color: #FBF8F1;
	border: 1px solid #ffda79;
	cursor: pointer;
	transition: 0.3s;
}

.tabs > .tabs_buttons > button:hover {
	background-color: #f7f1e3;
}

.tabs > .tabs_buttons > button.active {
	background-color: #ffda79;
}

.tabs_content_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.tab_content {
	display: none;
	width: auto;
	margin: 0;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
/*--- tabs end ---*/



/*--- text ---*/
/* text_x4 */
.text_x4 {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
    align-items: flex-start;
	width: auto;
	height: auto;
	margin: 0;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.text_x4 > .one {
	font-family: inherit;
	font-size: 0.8em;
	line-height: inherit;
	color: inherit;
}

.text_x4 > .one > .styled {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}


.text_x4 > .two {
	font-family: inherit;
	font-size: 1.05em;
	line-height: 1.3;
	color: inherit;
}

.text_x4 > .two b {
	font-family: inherit;
	font-size: 1.215em;
	line-height: 1.3;
	color: inherit;
}

.text_x4 > .two > .styled {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.text_x4 > .three {
	font-family: inherit;
	font-size: 0.8em;
	line-height: inherit;
	color: inherit;
}

.text_x4 > .three > .styled {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.text_x4 > .four {
	font-family: inherit;
	font-size: 0.8em;
	line-height: 1.1;
	color: inherit;
}

.text_x4 > .four > .styled {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}



.text_bg {
	margin: 40px 0;
	padding: 15px;
	font-family: inherit;
	line-height: inherit;
	font-size: 1.1em;
	color: inherit;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	border: none;
	border-radius: 5px;
}

/* text bg_a */
.text_bg_a {
	margin: 40px 0;
	padding: 20px;
	font-family: inherit;
	font-size: 1.1em;
	font-weight: 600;
	line-height: inherit;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px;
	background-color: #ff6a00;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
	border: 3px solid #ffffff;
	border-radius: 50px;
}

/* text bg_b */
.text_bg_b {
	margin: 40px 0;
	padding: 10px;
	font-family: inherit;
	font-size: 1.1em;
	line-height: inherit;
	color: #ffffff;
	text-align: center;
	background: linear-gradient(45deg, #ff00ff, #00ffff);
	border: 3px dashed #ffffff;
	border-radius: 2px;
}

/* text min */
.text_min {
	display: inline-block;
	flex: 0 1 auto;
	width: 100%;
	margin: 10px auto;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}
/* text end */





/*--- tile ---*/
.tile {
	display: flex;
    grid-gap: 0;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0 auto;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: #FFF;
    position: relative;
}

.tile > .img {
	max-width: 480px;
	margin: 15px auto;
	border-radius: 3px;
}

.tile > .title {
	align-items: center;
	min-height: 2.4em;
	margin: 0 0 5px;
	font-family: inherit;
	font-size: 1.1em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #0AB69F;
	overflow: hidden;
}

.tile > .text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 10px 0;
    font-size: 0.9em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tile > .text_min {
	font-family: inherit;
    font-size: 0.8em;
	line-height: inherit;
	text-transform: uppercase;
    color: inherit;
}

.tile > .link {
	display: inline-block;
	margin: 5px 0 0 0;
	padding: 1px 10px;
	font-family: sans-serif;
	font-size: 0.9em;
    line-height: inherit;
	text-decoration: none;
	color: #fbc531;
	background-color: #FFF;
	border: 1px solid #fbc531;
	border-radius: 0;
	transition: background-color 0.3s ease;
}

.tile > .link:hover {
	font-family: inherit;
	color: #FFF;
	background-color: #fbc531;
	border: 1px solid transparent;
}

.tile > .link:active {
	color: #FFF;
	background-color: #fbc531;
}


/*--- tile_a ---*/
.tile_a {
	display: grid;
    grid-template-rows: minmax(10px, auto) minmax(10px, auto) minmax(10px, auto) 1fr minmax(10px, auto);
	grid-template-columns: minmax(50px, 30%) 1fr;
	grid-template-areas:	"img title"
							"img text_min"
							"img wrap"
							"img text"
							"link link";
	grid-gap: 15px 40px;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 60px auto;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background: transparent;
	position: relative;
}


.tile_a > .img {
	grid-area: img;
	display: flex;
	flex: 1 1 auto;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}

.img_a > .img > img {
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

.tile_a > .title {
	grid-area: title;
	align-items: flex-start;
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: 1.4em;
	line-height: inherit;
	text-transform: uppercase;
	color: #0AB69F;
	overflow: hidden;
}

.tile_a > .text {
	grid-area: text;
	display: -webkit-box;
	margin: 0;
	padding: 0;
    font-size: inherit;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.tile_a > .text_min {
	grid-area: text_min;
	display: inline-block;
	font-family: inherit;
    font-size: 0.9em;
	line-height: inherit;
	text-transform: uppercase;
    color: #858e92;
}

.tile_a > .link {
	grid-area: link;
	display: flex;
	justify-content: center;
	align-content: center;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: inherit;
    line-height: inherit;
	color: inherit;
	background-color: rgba(247, 241, 227, 0.5);
	border: none;
	border-radius: 0;
	transition: background-color 0.3s ease;
}

.tile_a > .link > a {
	display: inline-block;
	margin: 0;
	padding: 1em 2em;
	font-family: sans-serif;
	font-size: 0.9em;
    line-height: inherit;
	color: inherit;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: #ebedef;
	border: none;
	border-radius: 0;
	transition: background-color 0.3s ease;
}

.tile_a > .link > a:hover {
	color: #FFF;
	background-color: #0AB69F;
}

.tile_a > .link > a:active {
	background-color: #0AB69F;
}

.tile_a > .wrap_inner {
	grid-area: wrap;
	display: grid;
	grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
	align-items: stretch;
	margin: 0 -5px;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
	text-align: inherit;
	overflow: hidden;
}

.tile_a > .wrap_inner > .box {
	display: flex;
	flex: 0 1 auto;
    flex-flow: row;
    justify-content: flex-start;
	align-items: center;
	margin: 5px;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
	text-align: inherit;
	overflow: hidden;
}

.tile_a > .wrap_inner > .box > .label {
	min-width: 140px;
	margin: 0;
	padding: 0 10px 0 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	text-transform: lowercase;
	overflow: hidden;
}

.tile_a > .wrap_inner > .box > .value {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	overflow: hidden;
}



@media (max-width: 1024px) {
	.tile_a {
		grid-template-areas:	"img title"
								"img text_min"
								"img wrap"
								"text text"
								"link link";
	}
}

@media (max-width: 768px) {
	.tile_a {
		grid-template-columns: minmax(50px, 45%) 1fr;
		grid-gap: 15px 30px;
	}
	.tile_a > .wrap_inner {
		grid-template-columns: 1fr;
		margin: 0;
	}
	.tile_a > .wrap_inner > .box {
		justify-content: space-between;
	}
}

@media (max-width: 480px) {
	.tile_a {
		grid-template-columns: 1fr;
		grid-template-areas:	"img"
								"title"
								"text_min"
								"wrap"
								"text"
								"link";
	}
	.tile_a > .wrap_inner > .box {
		justify-content: flex-start;
	}
}
@media (max-width: 380px) {
	.tile_a > .link > a {
		font-size: 0.8em;
	}
}


/*--- wrap ---*/
.wrap {
	display: flex;
	flex: 0 1 auto;
    flex-flow: row wrap;
    justify-content: flex-start;
	align-items: flex-start;
	margin: 0;
	padding: 0;
}

/* wrap_evenly */
.wrap_evenly {
	display: flex;
	flex: 0 1 auto;
    flex-flow: row wrap;
    justify-content: space-between;
	align-items: center;
	margin: 40px 5px;
	padding: 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
	overflow: hidden;
	outline: 0px solid
}

/* wrap_60x20 */
.wrap_60x20 {
	margin: 60px 0 20px;
}


/* wrap_up_bottom_lines */
.wrap_up_bottom_lines {
	display: flex;
	flex: 0 1 auto;
	flex-flow: row wrap;
	margin: 60px auto;
	padding: 25px 0;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
	position: relative;
	overflow: hidden;
}

.wrap_up_bottom_lines:before {
	display: block;
	content: "";
	width: 50%;
	border-top: 1px dashed #CCC;
	position: absolute;
	top: 0;
	left: calc(50% - 25%);
}

.wrap_up_bottom_lines:after {
	display: block;
	content: "";
	width: 50%;
	border-top: 1px dashed #CCC;
	position: absolute;
	bottom: 0;
	left: calc(50% - 25%);
}
/*--- wrap end ---*/




/*--- gallery image chocolat ---*/
.chocolat-parent {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 20px auto 60px;
	padding: 20px 10px;
	background-color: rgba(223, 230, 233, 0.3); 
}

.chocolat-parent a {
	display: flex;
    justify-content: center;
	width: calc(33.3% - 20px);
	min-width: 230px;
	margin: 10px;
	outline: 0px solid;
}

@media (max-width: 800px) {
	
	.chocolat-parent a {
		width: calc(50% - 20px);
		min-width: 200px;
	}
	.chocolat-parent a:last-child {
		width: calc(100% - 10px);
	}

}

@media (max-width: 480px) {
	
	.chocolat-parent a,
	.chocolat-parent a:last-child {
		width: 100%;
		margin: 10px auto;
	}
}


:root {
    --chocolat-icon-left: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 32 32%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E    %3Ccircle cx%3D%2216%22 cy%3D%2216%22 r%3D%2216%22 fill-opacity%3D%22.2%22%2F%3E    %3Cpath d%3D%22M15.3 20.7 10.7 16l4.6-4.7m7.4 4.7h-12%22 fill%3D%22none%22 stroke%3D%22%23fff%22 stroke-width%3D%221.3%22%2F%3E%3C%2Fsvg%3E");
    --chocolat-icon-right: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 32 32%22 stroke-linecap%3D%22round%22 stroke-linejoin%3D%22round%22%3E    %3Ccircle cx%3D%2216%22 cy%3D%2216%22 r%3D%2216%22 fill-opacity%3D%22.2%22%2F%3E    %3Cpath d%3D%22m16.7 11.3 4.6 4.7-4.6 4.7M9.3 16h12%22 fill%3D%22none%22 stroke%3D%22%23fff%22 stroke-width%3D%221.3%22%2F%3E%3C%2Fsvg%3E");
    --chocolat-icon-close: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 32 32%22 stroke-linecap%3D%22round%22%3E    %3Ccircle cx%3D%2216%22 cy%3D%2216%22 r%3D%2216%22 fill-opacity%3D%22.2%22%2F%3E    %3Cpath d%3D%22m12 12 8 8m0-8-8 8%22 fill%3D%22none%22 stroke%3D%22%23fff%22 stroke-width%3D%221.3%22%2F%3E%3C%2Fsvg%3E");
    --chocolat-icon-loader: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 width%3D%2238%22 height%3D%2238%22%3E  %3Cg transform%3D%22translate(1 1)%22 stroke-width%3D%222%22 fill%3D%22none%22 fill-rule%3D%22evenodd%22%3E    %3Ccircle stroke-opacity%3D%22.2%22 stroke%3D%22%23000%22 cx%3D%2218%22 cy%3D%2218%22 r%3D%2218%22%2F%3E    %3Cpath d%3D%22M36 18C36 8 28 0 18 0%22 stroke%3D%22%23fff%22%3E      %3CanimateTransform attributeName%3D%22transform%22 type%3D%22rotate%22 from%3D%220 18 18%22 to%3D%22360 18 18%22 dur%3D%221s%22 repeatCount%3D%22indefinite%22%2F%3E    %3C%2Fpath%3E  %3C%2Fg%3E%3C%2Fsvg%3E");
    --chocolat-icon-fullscreen: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 16 16%22%3E    %3Cg stroke%3D%22%23fff%22 fill%3D%22none%22%3E        %3Cpath d%3D%22M.5 2.5h15v11H.5z%22%2F%3E        %3Cpath d%3D%22M7.5 7.5h8v6h-8z%22%2F%3E    %3C%2Fg%3E%3C%2Fsvg%3E");
}

.chocolat-zoomable.chocolat-zoomed {
    cursor: zoom-out;
}
.chocolat-open {
    overflow: hidden;
}
.chocolat-overlay {
    transition: opacity 0.4s ease, visibility 0s 0.4s ease;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
}
.chocolat-overlay.chocolat-visible {
    transition: opacity 0.4s, visibility 0s;
    visibility: visible;
    opacity: 0.8;
}

.chocolat-wrapper {
    transition: opacity 0.4s ease, visibility 0s 0.4s ease;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 16;
    color: #fff;
    visibility: hidden;
}
.chocolat-wrapper.chocolat-visible {
    transition: opacity 0.4s, visibility 0s;
    opacity: 1;
    visibility: visible;
}

.chocolat-zoomable .chocolat-img {
    cursor: zoom-in;
}
.chocolat-loader {
    transition: opacity 0.3s;
    height: 38px;
    width: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -19px;
    margin-top: -19px;
    z-index: 11;
    background: var(--chocolat-icon-loader);
    opacity: 0;
}
.chocolat-loader.chocolat-visible {
    opacity: 1;
}

.chocolat-image-wrapper {
    position: fixed;
    width: 0px;
    height: 0px;
    left: 50%;
    top: 50%;
    z-index: 14;
    text-align: left;
    transform: translate(-50%, -50%);
}

.chocolat-image-wrapper .chocolat-img {
    position: absolute;
    width: 100%;
    height: 100%;
}
.chocolat-wrapper .chocolat-left {
    width: 50px;
    height: 100px;
    cursor: pointer;
    background: var(--chocolat-icon-left) 50% 50% / 2rem auto no-repeat;
    z-index: 17;
    visibility: hidden;
}

.chocolat-layout {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.chocolat-image-canvas {
    transition: opacity .2s;
    opacity: 0;
    flex-grow: 1;
    align-self: stretch;
}
.chocolat-image-canvas.chocolat-visible {
    opacity: 1;
}
.chocolat-center {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.chocolat-wrapper .chocolat-right {
    width: 50px;
    height: 100px;
    cursor: pointer;
    background: var(--chocolat-icon-right) 50% 50% / 2rem auto no-repeat;
    z-index: 17;
    visibility: hidden;
}
.chocolat-wrapper .chocolat-right.active {
    visibility: visible;
}
.chocolat-wrapper .chocolat-left.active {
    visibility: visible;
}
.chocolat-wrapper .chocolat-top {
    height: 50px;
    overflow: hidden;
    z-index: 17;
    flex-shrink: 0;
}
.chocolat-wrapper .chocolat-close {
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background: var(--chocolat-icon-close) 50% 50% / 2rem auto no-repeat;
}
.chocolat-wrapper .chocolat-bottom {
    height: 40px;
    font-size: 12px;
    z-index: 17;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(0, 0, 0, 0.2);
    flex-shrink: 0;
    display: flex;
    align-items: center;

}
.chocolat-wrapper .chocolat-set-title {
    display: inline-block;
    padding-right: 15px;
    line-height: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.chocolat-wrapper .chocolat-pagination {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 15px;
    /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/
}
.chocolat-wrapper .chocolat-fullscreen {
    width: 16px;
    height: 40px;
    background: var(--chocolat-icon-fullscreen) 50% 50% / 1rem auto no-repeat;
    display: block;
    cursor: pointer;
    float: right;
}
.chocolat-wrapper .chocolat-description {
    display: inline-block;
    flex-grow: 1;
    text-align: left;
}

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
    z-index: 15;
}
body.chocolat-open > .chocolat-loader {
    z-index: 15;
}
body.chocolat-open > .chocolat-image-wrapper {
    z-index: 17;
}

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-image-wrapper,
.chocolat-in-container .chocolat-overlay {
    position: absolute;
}
.chocolat-in-container {
    position: relative;
}

.chocolat-zoomable.chocolat-zooming-in .chocolat-image-wrapper,
.chocolat-zoomable.chocolat-zooming-out .chocolat-image-wrapper {
    transition: width .2s ease, height .2s ease;
}
.chocolat-zoomable.chocolat-zooming-in .chocolat-img,
.chocolat-zoomable.chocolat-zooming-out .chocolat-img {
    transition: margin .2s ease;
}

/* uncomment to hide controls when zoomed-in */
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/