/*
Theme Name: MDC
Description: Theme for microdigitalcorp.com
Version: 1.0
License: WTFPL
*/

/* fixes */
body {-webkit-text-size-adjust: 100% !important;}
html * {max-height:1000000px;}
body,
body * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
input[type="number"] {
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
}
a, button, input, textarea {
	outline: none;
}
strong, .strong {
	font-weight: 700;
}
.clearfix::after {
	content: '';
	display: table;
	width: 100%;
	float: none;
}
header, footer, section, nav, article .flex {
	width: 100%;
}
table {
	width: 100%;
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	list-style: none;
}

/* grid */
.flex, .form_row {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.nowrap {-ms-flex-wrap: nowrap; flex-wrap: nowrap;}
.row {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
.row_reverse {-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
.column {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.column_reverse {-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
.wrap_span2>*, .span2 {width: 16.6666%;}
.wrap_span3>*, .span3 {width: 25%;}
.wrap_span4>*, .span4 {width: 33.3333%;}
.wrap_span5>*, .span5 {width: 41.6666%;}
.wrap_span6>*, .span6 {width: 50%;}
.wrap_span8>*, .span8 {width: 66.6666%;}
.wrap_span9>*, .span9 {width: 75%;}
.wrap_span10>*, .span10 {width: 83.3333%;}
.wrap_span12>*, .span12 {width: 100%;}
[class*="x_justify_"].wrap_span2>*, .span2s {width: 15%;}
[class*="x_justify_"].wrap_span3>*, .span3s {width: 23.5%;}
[class*="x_justify_"].wrap_span4>*, .span4s {width: 32%;}
[class*="x_justify_"].wrap_span5>*, .span5s {width: 40.5%;}
[class*="x_justify_"].wrap_span6>*, .span6s {width: 49%;}
[class*="x_justify_"].wrap_span8>*, .span8s {width: 66%;}
[class*="x_justify_"].wrap_span9>*, .span9s {width: 74.5%;}
[class*="x_justify_"].wrap_span10>*, .span10s {width: 83%;}
[class*="x_justify_"].wrap_span12>*, .span12s {width: 100%;}
.grid {margin-left: -10px; margin-right: -10px;}
.grid>* {margin: 0 10px 20px 10px;}
.grid.wrap_span2>* {width: calc(16.6666% - 20px);}
.grid.wrap_span3>* {width: calc(25% - 20px);}
.grid.wrap_span4>* {width: calc(33.3333% - 20px);}
.grid.wrap_span6>* {width: calc(50% - 20px);}
.grid.wrap_span12>* {width: 100%;}
.x_justify_space {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.x_justify_around {-ms-flex-pack: distribute; justify-content: space-around;}
.x_justify_start {-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
.x_justify_end {-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
.x_justify_center {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.y_align_start {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
.y_align_end {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
.y_align_center {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
.y_align_baseline {-webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
.y_justify_space {-ms-flex-line-pack: justify; align-content: space-between;}
.y_justify_around {-ms-flex-line-pack: distribute; align-content: space-around;}
.y_justify_start {-ms-flex-line-pack: start; align-content: flex-start;}
.y_justify_end {-ms-flex-line-pack: end; align-content: flex-end;}
.y_justify_center {-ms-flex-line-pack: center; align-content: center;}
.grow_0, .wrap_grow_0>* {-webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0;}
.grow_1, .wrap_grow_1>* {-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
.grow_2 {-webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2;}
.grow_3 {-webkit-box-flex: 3; -ms-flex-positive: 3; flex-grow: 3;}
.grow_4 {-webkit-box-flex: 4; -ms-flex-positive: 4; flex-grow: 4;}
.shrink_0, .wrap_shrink_0>* {-ms-flex-negative: 0; flex-shrink: 0;}
.shrink_1, .wrap_shrink_1>* {-ms-flex-negative: 1; flex-shrink: 1;}
.shrink_2 {-ms-flex-negative: 2; flex-shrink: 2;}
.shrink_3 {-ms-flex-negative: 3; flex-shrink: 3;}
.shrink_4 {-ms-flex-negative: 4; flex-shrink: 4;}
.form_row {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-right: -8px; margin-left: -8px;}
.form_row > * {margin: 0 8px 15px 8px; display: inline-block; width: 150px; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
.form_row > .short {width: auto;}
.mt_0 {margin-top: 0;}
.mt_5 {margin-top: 5px;}
.mt_10 {margin-top: 10px;}
.mt_15 {margin-top: 15px;}
.mt_20 {margin-top: 20px;}
.mt_25 {margin-top: 25px;}
.mt_30 {margin-top: 30px;}
.mt_35 {margin-top: 35px;}
.mt_40 {margin-top: 40px;}
.mt_45 {margin-top: 45px;}
.mt_50 {margin-top: 50px;}
.mt_60 {margin-top: 60px;}
.mt_70 {margin-top: 70px;}
.mt_80 {margin-top: 80px;}
.mt_90 {margin-top: 90px;}
.mt_100 {margin-top: 100px;}
.mr_0 {margin-right: 0;}
.mr_5 {margin-right: 5px;}
.mr_10 {margin-right: 10px;}
.mr_15 {margin-right: 15px;}
.mr_20 {margin-right: 20px;}
.mr_25 {margin-right: 25px;}
.mr_30 {margin-right: 30px;}
.mr_35 {margin-right: 35px;}
.mr_40 {margin-right: 40px;}
.mr_45 {margin-right: 45px;}
.mr_50 {margin-right: 50px;}
.mr_60 {margin-right: 60px;}
.mr_70 {margin-right: 70px;}
.mr_80 {margin-right: 80px;}
.mr_90 {margin-right: 90px;}
.mr_100 {margin-right: 100px;}
.mb_0 {margin-bottom: 0;}
.mb_5 {margin-bottom: 5px;}
.mb_10 {margin-bottom: 10px;}
.mb_15 {margin-bottom: 15px;}
.mb_20 {margin-bottom: 20px;}
.mb_25 {margin-bottom: 25px;}
.mb_30 {margin-bottom: 30px;}
.mb_35 {margin-bottom: 35px;}
.mb_40 {margin-bottom: 40px;}
.mb_45 {margin-bottom: 45px;}
.mb_50 {margin-bottom: 50px;}
.mb_60 {margin-bottom: 60px;}
.mb_70 {margin-bottom: 70px;}
.mb_80 {margin-bottom: 80px;}
.mb_90 {margin-bottom: 90px;}
.mb_100 {margin-bottom: 100px;}
.ml_0 {margin-left: 0;}
.ml_5 {margin-left: 5px;}
.ml_10 {margin-left: 10px;}
.ml_15 {margin-left: 15px;}
.ml_20 {margin-left: 20px;}
.ml_25 {margin-left: 25px;}
.ml_30 {margin-left: 30px;}
.ml_35 {margin-left: 35px;}
.ml_40 {margin-left: 40px;}
.ml_45 {margin-left: 45px;}
.ml_50 {margin-left: 50px;}
.ml_60 {margin-left: 60px;}
.ml_70 {margin-left: 70px;}
.ml_80 {margin-left: 80px;}
.ml_90 {margin-left: 90px;}
.ml_100 {margin-left: 100px;}
.pt_0 {padding-top: 0;}
.pt_5 {padding-top: 5px;}
.pt_10 {padding-top: 10px;}
.pt_15 {padding-top: 15px;}
.pt_20 {padding-top: 20px;}
.pt_25 {padding-top: 25px;}
.pt_30 {padding-top: 30px;}
.pt_35 {padding-top: 35px;}
.pt_40 {padding-top: 40px;}
.pt_45 {padding-top: 45px;}
.pt_50 {padding-top: 50px;}
.pt_60 {padding-top: 60px;}
.pt_70 {padding-top: 70px;}
.pt_80 {padding-top: 80px;}
.pt_90 {padding-top: 90px;}
.pt_100 {padding-top: 100px;}
.pr_0 {padding-right: 0;}
.pr_5 {padding-right: 5px;}
.pr_10 {padding-right: 10px;}
.pr_15 {padding-right: 15px;}
.pr_20 {padding-right: 20px;}
.pr_25 {padding-right: 25px;}
.pr_30 {padding-right: 30px;}
.pr_35 {padding-right: 35px;}
.pr_40 {padding-right: 40px;}
.pr_45 {padding-right: 45px;}
.pr_50 {padding-right: 50px;}
.pr_60 {padding-right: 60px;}
.pr_70 {padding-right: 70px;}
.pr_80 {padding-right: 80px;}
.pr_90 {padding-right: 90px;}
.pr_100 {padding-right: 100px;}
.pb_0 {padding-bottom: 0;}
.pb_5 {padding-bottom: 5px;}
.pb_10 {padding-bottom: 10px;}
.pb_15 {padding-bottom: 15px;}
.pb_20 {padding-bottom: 20px;}
.pb_25 {padding-bottom: 25px;}
.pb_30 {padding-bottom: 30px;}
.pb_35 {padding-bottom: 35px;}
.pb_40 {padding-bottom: 40px;}
.pb_45 {padding-bottom: 45px;}
.pb_50 {padding-bottom: 50px;}
.pb_60 {padding-bottom: 60px;}
.pb_70 {padding-bottom: 70px;}
.pb_80 {padding-bottom: 80px;}
.pb_90 {padding-bottom: 90px;}
.pb_100 {padding-bottom: 100px;}
.pl_0 {padding-left: 0;}
.pl_5 {padding-left: 5px;}
.pl_10 {padding-left: 10px;}
.pl_15 {padding-left: 15px;}
.pl_20 {padding-left: 20px;}
.pl_25 {padding-left: 25px;}
.pl_30 {padding-left: 30px;}
.pl_35 {padding-left: 35px;}
.pl_40 {padding-left: 40px;}
.pl_45 {padding-left: 45px;}
.pl_50 {padding-left: 50px;}
.pl_60 {padding-left: 60px;}
.pl_70 {padding-left: 70px;}
.pl_80 {padding-left: 80px;}
.pl_90 {padding-left: 90px;}
.pl_100 {padding-left: 100px;}
@media all and (max-width: 1920px) {
	.wrap_d {-ms-flex-wrap: wrap; flex-wrap: wrap;}
	.row_d {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
	.row_reverse_d {-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
	.column_d {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
	.column_reverse_d {-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
	.wrap_span2_d>*, .span2_d {width: 16.6666%;}
	.wrap_span3_d>*, .span3_d {width: 25%;}
	.wrap_span4_d>*, .span4_d {width: 33.3333%;}
	.wrap_span5_d>*, .span5_d {width: 41.6666%;}
	.wrap_span6_d>*, .span6_d {width: 50%;}
	.wrap_span8_d>*, .span8_d {width: 66.6666%;}
	.wrap_span9_d>*, .span9_d {width: 75%;}
	.wrap_span10_d>*, .span10_d {width: 83.3333%;}
	.wrap_span12_d>*, .span12_d {width: 100%;}
	[class*="x_justify_"].wrap_span2_d>*, .span2s_d {width: 15%;}
	[class*="x_justify_"].wrap_span3_d>*, .span3s_d {width: 23.5%;}
	[class*="x_justify_"].wrap_span4_d>*, .span4s_d {width: 32%;}
	[class*="x_justify_"].wrap_span5_d>*, .span5s_d {width: 40.5%;}
	[class*="x_justify_"].wrap_span6_d>*, .span6s_d {width: 49%;}
	[class*="x_justify_"].wrap_span8_d>*, .span8s_d {width: 66%;}
	[class*="x_justify_"].wrap_span9_d>*, .span9s_d {width: 74.5%;}
	[class*="x_justify_"].wrap_span10_d>*, .span10s_d {width: 83%;}
	[class*="x_justify_"].wrap_span12_d>*, .span12s_d {width: 100%;}
	.grid.wrap_span2_d>* {width: calc(16.6666% - 20px);}
	.grid.wrap_span3_d>* {width: calc(25% - 20px);}
	.grid.wrap_span4_d>* {width: calc(33.3333% - 20px);}
	.grid.wrap_span6_d>* {width: calc(50% - 20px);}
	.grid.wrap_span12_d>* {width: 100%;}
	.x_justify_space_d {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
	.x_justify_around_d {-ms-flex-pack: distribute; justify-content: space-around;}
	.x_justify_start_d {-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
	.x_justify_end_d {-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
	.x_justify_center_d {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	.y_align_start_d {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
	.y_align_end_d {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
	.y_align_center_d {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	.y_align_baseline_d {-webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
	.y_justify_space_d {-ms-flex-line-pack: justify; align-content: space-between;}
	.y_justify_around_d {-ms-flex-line-pack: distribute; align-content: space-around;}
	.y_justify_start_d {-ms-flex-line-pack: start; align-content: flex-start;}
	.y_justify_end_d {-ms-flex-line-pack: end; align-content: flex-end;}
	.y_justify_center_d {-ms-flex-line-pack: center; align-content: center;}
	.grow_0_d, .wrap_grow_0_d>* {-webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0;}
	.grow_1_d, .wrap_grow_1_d>* {-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
	.grow_2_d {-webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2;}
	.grow_3_d {-webkit-box-flex: 3; -ms-flex-positive: 3; flex-grow: 3;}
	.grow_4_d {-webkit-box-flex: 4; -ms-flex-positive: 4; flex-grow: 4;}
	.shrink_0_d, .wrap_shrink_0_d>* {-ms-flex-negative: 0; flex-shrink: 0;}
	.shrink_1_d, .wrap_shrink_1_d>* {-ms-flex-negative: 1; flex-shrink: 1;}
	.shrink_2_d {-ms-flex-negative: 2; flex-shrink: 2;}
	.shrink_3_d {-ms-flex-negative: 3; flex-shrink: 3;}
	.shrink_4_d {-ms-flex-negative: 4; flex-shrink: 4;}
}
@media all and (max-width: 1599px) {
	.wrap_dm {-ms-flex-wrap: wrap; flex-wrap: wrap;}
	.row_dm {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
	.row_reverse_dm {-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
	.column_dm {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
	.column_reverse_dm {-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
	.wrap_span2_dm>*, .span2_dm {width: 16.6666%;}
	.wrap_span3_dm>*, .span3_dm {width: 25%;}
	.wrap_span4_dm>*, .span4_dm {width: 33.3333%;}
	.wrap_span5_dm>*, .span5_dm {width: 41.6666%;}
	.wrap_span6_dm>*, .span6_dm {width: 50%;}
	.wrap_span8_dm>*, .span8_dm {width: 66.6666%;}
	.wrap_span9_dm>*, .span9_dm {width: 75%;}
	.wrap_span10_dm>*, .span10_dm {width: 83.3333%;}
	.wrap_span12_dm>*, .span12_dm {width: 100%;}
	[class*="x_justify_"].wrap_span2_dm>*, .span2s_dm {width: 15%;}
	[class*="x_justify_"].wrap_span3_dm>*, .span3s_dm {width: 23.5%;}
	[class*="x_justify_"].wrap_span4_dm>*, .span4s_dm {width: 32%;}
	[class*="x_justify_"].wrap_span5_dm>*, .span5s_dm {width: 40.5%;}
	[class*="x_justify_"].wrap_span6_dm>*, .span6s_dm {width: 49%;}
	[class*="x_justify_"].wrap_span8_dm>*, .span8s_dm {width: 66%;}
	[class*="x_justify_"].wrap_span9_dm>*, .span9s_dm {width: 74.5%;}
	[class*="x_justify_"].wrap_span10_dm>*, .span10s_dm {width: 83%;}
	[class*="x_justify_"].wrap_span12_dm>*, .span12s_dm {width: 100%;}
	.grid.wrap_span2_dm>* {width: calc(16.6666% - 20px);}
	.grid.wrap_span3_dm>* {width: calc(25% - 20px);}
	.grid.wrap_span4_dm>* {width: calc(33.3333% - 20px);}
	.grid.wrap_span6_dm>* {width: calc(50% - 20px);}
	.grid.wrap_span12_dm>* {width: 100%;}
	.x_justify_space_dm {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
	.x_justify_around_dm {-ms-flex-pack: distribute; justify-content: space-around;}
	.x_justify_start_dm {-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
	.x_justify_end_dm {-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
	.x_justify_center_dm {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	.y_align_start_dm {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
	.y_align_end_dm {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
	.y_align_center_dm {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	.y_align_baseline_dm {-webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
	.y_justify_space_dm {-ms-flex-line-pack: justify; align-content: space-between;}
	.y_justify_around_dm {-ms-flex-line-pack: distribute; align-content: space-around;}
	.y_justify_start_dm {-ms-flex-line-pack: start; align-content: flex-start;}
	.y_justify_end_dm {-ms-flex-line-pack: end; align-content: flex-end;}
	.y_justify_center_dm {-ms-flex-line-pack: center; align-content: center;}
	.grow_0_dm, .wrap_grow_0_dm>* {-webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0;}
	.grow_1_dm, .wrap_grow_1_dm>* {-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
	.grow_2_dm {-webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2;}
	.grow_3_dm {-webkit-box-flex: 3; -ms-flex-positive: 3; flex-grow: 3;}
	.grow_4_dm {-webkit-box-flex: 4; -ms-flex-positive: 4; flex-grow: 4;}
	.shrink_0_dm, .wrap_shrink_0_dm>* {-ms-flex-negative: 0; flex-shrink: 0;}
	.shrink_1_dm, .wrap_shrink_1_dm>* {-ms-flex-negative: 1; flex-shrink: 1;}
	.shrink_2_dm {-ms-flex-negative: 2; flex-shrink: 2;}
	.shrink_3_dm {-ms-flex-negative: 3; flex-shrink: 3;}
	.shrink_4_dm {-ms-flex-negative: 4; flex-shrink: 4;}
}
@media all and (max-width: 1300px) {
	.wrap_ds {-ms-flex-wrap: wrap; flex-wrap: wrap;}
	.row_ds {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
	.row_reverse_ds {-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
	.column_ds {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
	.column_reverse_ds {-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
	.wrap_span2_ds>*, .span2_ds {width: 16.6666%;}
	.wrap_span3_ds>*, .span3_ds {width: 25%;}
	.wrap_span4_ds>*, .span4_ds {width: 33.3333%;}
	.wrap_span5_ds>*, .span5_ds {width: 41.6666%;}
	.wrap_span6_ds>*, .span6_ds {width: 50%;}
	.wrap_span8_ds>*, .span8_ds {width: 66.6666%;}
	.wrap_span9_ds>*, .span9_ds {width: 75%;}
	.wrap_span10_ds>*, .span10_ds {width: 83.3333%;}
	.wrap_span12_ds>*, .span12_ds {width: 100%;}
	[class*="x_justify_"].wrap_span2_ds>*, .span2s_ds {width: 15%;}
	[class*="x_justify_"].wrap_span3_ds>*, .span3s_ds {width: 23.5%;}
	[class*="x_justify_"].wrap_span4_ds>*, .span4s_ds {width: 32%;}
	[class*="x_justify_"].wrap_span5_ds>*, .span5s_ds {width: 40.5%;}
	[class*="x_justify_"].wrap_span6_ds>*, .span6s_ds {width: 49%;}
	[class*="x_justify_"].wrap_span8_ds>*, .span8s_ds {width: 66%;}
	[class*="x_justify_"].wrap_span9_ds>*, .span9s_ds {width: 74.5%;}
	[class*="x_justify_"].wrap_span10_ds>*, .span10s_ds {width: 83%;}
	[class*="x_justify_"].wrap_span12_ds>*, .span12s_ds {width: 100%;}
	.grid.wrap_span2_ds>* {width: calc(16.6666% - 20px);}
	.grid.wrap_span3_ds>* {width: calc(25% - 20px);}
	.grid.wrap_span4_ds>* {width: calc(33.3333% - 20px);}
	.grid.wrap_span6_ds>* {width: calc(50% - 20px);}
	.grid.wrap_span12_ds>* {width: 100%;}
	.x_justify_space_ds {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
	.x_justify_around_ds {-ms-flex-pack: distribute; justify-content: space-around;}
	.x_justify_start_ds {-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
	.x_justify_end_ds {-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
	.x_justify_center_ds {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	.y_align_start_ds {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
	.y_align_end_ds {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
	.y_align_center_ds {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	.y_align_baseline_ds {-webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
	.y_justify_space_ds {-ms-flex-line-pack: justify; align-content: space-between;}
	.y_justify_around_ds {-ms-flex-line-pack: distribute; align-content: space-around;}
	.y_justify_start_ds {-ms-flex-line-pack: start; align-content: flex-start;}
	.y_justify_end_ds {-ms-flex-line-pack: end; align-content: flex-end;}
	.y_justify_center_ds {-ms-flex-line-pack: center; align-content: center;}
	.grow_0_ds, .wrap_grow_0_ds>* {-webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0;}
	.grow_1_ds, .wrap_grow_1_ds>* {-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
	.grow_2_ds {-webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2;}
	.grow_3_ds {-webkit-box-flex: 3; -ms-flex-positive: 3; flex-grow: 3;}
	.grow_4_ds {-webkit-box-flex: 4; -ms-flex-positive: 4; flex-grow: 4;}
	.shrink_0_ds, .wrap_shrink_0_ds>* {-ms-flex-negative: 0; flex-shrink: 0;}
	.shrink_1_ds, .wrap_shrink_1_ds>* {-ms-flex-negative: 1; flex-shrink: 1;}
	.shrink_2_ds {-ms-flex-negative: 2; flex-shrink: 2;}
	.shrink_3_ds {-ms-flex-negative: 3; flex-shrink: 3;}
	.shrink_4_ds {-ms-flex-negative: 4; flex-shrink: 4;}
}
@media all and (max-width: 1024px) {
	.wrap_t {-ms-flex-wrap: wrap; flex-wrap: wrap;}
	.row_t {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
	.row_reverse_t {-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
	.column_t {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
	.column_reverse_t {-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
	.wrap_span2_t>*, .span2_t {width: 16.6666%;}
	.wrap_span3_t>*, .span3_t {width: 25%;}
	.wrap_span4_t>*, .span4_t {width: 33.3333%;}
	.wrap_span5_t>*, .span5_t {width: 41.6666%;}
	.wrap_span6_t>*, .span6_t {width: 50%;}
	.wrap_span8_t>*, .span8_t {width: 66.6666%;}
	.wrap_span9_t>*, .span9_t {width: 75%;}
	.wrap_span10_t>*, .span10_t {width: 83.3333%;}
	.wrap_span12_t>*, .span12_t {width: 100%;}
	[class*="x_justify_"].wrap_span2_t>*, .span2s_t {width: 15%;}
	[class*="x_justify_"].wrap_span3_t>*, .span3s_t {width: 23.5%;}
	[class*="x_justify_"].wrap_span4_t>*, .span4s_t {width: 32%;}
	[class*="x_justify_"].wrap_span5_t>*, .span5s_t {width: 40.5%;}
	[class*="x_justify_"].wrap_span6_t>*, .span6s_t {width: 49%;}
	[class*="x_justify_"].wrap_span8_t>*, .span8s_t {width: 66%;}
	[class*="x_justify_"].wrap_span9_t>*, .span9s_t {width: 74.5%;}
	[class*="x_justify_"].wrap_span10_t>*, .span10s_t {width: 83%;}
	[class*="x_justify_"].wrap_span12_t>*, .span12s_t {width: 100%;}
	.grid.wrap_span2_t>* {width: calc(16.6666% - 20px);}
	.grid.wrap_span3_t>* {width: calc(25% - 20px);}
	.grid.wrap_span4_t>* {width: calc(33.3333% - 20px);}
	.grid.wrap_span6_t>* {width: calc(50% - 20px);}
	.grid.wrap_span12_t>* {width: 100%;}
	.x_justify_space_t {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
	.x_justify_around_t {-ms-flex-pack: distribute; justify-content: space-around;}
	.x_justify_start_t {-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
	.x_justify_end_t {-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
	.x_justify_center_t {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	.y_align_start_t {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
	.y_align_end_t {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
	.y_align_center_t {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	.y_align_baseline_t {-webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
	.y_justify_space_t {-ms-flex-line-pack: justify; align-content: space-between;}
	.y_justify_around_t {-ms-flex-line-pack: distribute; align-content: space-around;}
	.y_justify_start_t {-ms-flex-line-pack: start; align-content: flex-start;}
	.y_justify_end_t {-ms-flex-line-pack: end; align-content: flex-end;}
	.y_justify_center_t {-ms-flex-line-pack: center; align-content: center;}
	.grow_0_t, .wrap_grow_0_t>* {-webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0;}
	.grow_1_t, .wrap_grow_1_t>* {-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
	.grow_2_t {-webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2;}
	.grow_3_t {-webkit-box-flex: 3; -ms-flex-positive: 3; flex-grow: 3;}
	.grow_4_t {-webkit-box-flex: 4; -ms-flex-positive: 4; flex-grow: 4;}
	.shrink_0_t, .wrap_shrink_0_t>* {-ms-flex-negative: 0; flex-shrink: 0;}
	.shrink_1_t, .wrap_shrink_1_t>* {-ms-flex-negative: 1; flex-shrink: 1;}
	.shrink_2_t {-ms-flex-negative: 2; flex-shrink: 2;}
	.shrink_3_t {-ms-flex-negative: 3; flex-shrink: 3;}
	.shrink_4_t {-ms-flex-negative: 4; flex-shrink: 4;}
	.mt_0_t {margin-top: 0;}
	.mt_5_t {margin-top: 5px;}
	.mt_10_t {margin-top: 10px;}
	.mt_15_t {margin-top: 15px;}
	.mt_20_t {margin-top: 20px;}
	.mt_25_t {margin-top: 25px;}
	.mt_30_t {margin-top: 30px;}
	.mt_35_t {margin-top: 35px;}
	.mt_40_t {margin-top: 40px;}
	.mt_45_t {margin-top: 45px;}
	.mt_50_t {margin-top: 50px;}
	.mr_0_t {margin-right: 0;}
	.mr_5_t {margin-right: 5px;}
	.mr_10_t {margin-right: 10px;}
	.mr_15_t {margin-right: 15px;}
	.mr_20_t {margin-right: 20px;}
	.mr_25_t {margin-right: 25px;}
	.mr_30_t {margin-right: 30px;}
	.mr_35_t {margin-right: 35px;}
	.mr_40_t {margin-right: 40px;}
	.mr_45_t {margin-right: 45px;}
	.mr_50_t {margin-right: 50px;}
	.mb_0_t {margin-bottom: 0;}
	.mb_5_t {margin-bottom: 5px;}
	.mb_10_t {margin-bottom: 10px;}
	.mb_15_t {margin-bottom: 15px;}
	.mb_20_t {margin-bottom: 20px;}
	.mb_25_t {margin-bottom: 25px;}
	.mb_30_t {margin-bottom: 30px;}
	.mb_35_t {margin-bottom: 35px;}
	.mb_40_t {margin-bottom: 40px;}
	.mb_45_t {margin-bottom: 45px;}
	.mb_50_t {margin-bottom: 50px;}
	.ml_0_t {margin-left: 0;}
	.ml_5_t {margin-left: 5px;}
	.ml_10_t {margin-left: 10px;}
	.ml_15_t {margin-left: 15px;}
	.ml_20_t {margin-left: 20px;}
	.ml_25_t {margin-left: 25px;}
	.ml_30_t {margin-left: 30px;}
	.ml_35_t {margin-left: 35px;}
	.ml_40_t {margin-left: 40px;}
	.ml_45_t {margin-left: 45px;}
	.ml_50_t {margin-left: 50px;}
	.pt_0_t {padding-top: 0;}
	.pt_5_t {padding-top: 5px;}
	.pt_10_t {padding-top: 10px;}
	.pt_15_t {padding-top: 15px;}
	.pt_20_t {padding-top: 20px;}
	.pt_25_t {padding-top: 25px;}
	.pt_30_t {padding-top: 30px;}
	.pt_35_t {padding-top: 35px;}
	.pt_40_t {padding-top: 40px;}
	.pt_45_t {padding-top: 45px;}
	.pt_50_t {padding-top: 50px;}
	.pr_0_t {padding-right: 0;}
	.pr_5_t {padding-right: 5px;}
	.pr_10_t {padding-right: 10px;}
	.pr_15_t {padding-right: 15px;}
	.pr_20_t {padding-right: 20px;}
	.pr_25_t {padding-right: 25px;}
	.pr_30_t {padding-right: 30px;}
	.pr_35_t {padding-right: 35px;}
	.pr_40_t {padding-right: 40px;}
	.pr_45_t {padding-right: 45px;}
	.pr_50_t {padding-right: 50px;}
	.pb_0_t {padding-bottom: 0;}
	.pb_5_t {padding-bottom: 5px;}
	.pb_10_t {padding-bottom: 10px;}
	.pb_15_t {padding-bottom: 15px;}
	.pb_20_t {padding-bottom: 20px;}
	.pb_25_t {padding-bottom: 25px;}
	.pb_30_t {padding-bottom: 30px;}
	.pb_35_t {padding-bottom: 35px;}
	.pb_40_t {padding-bottom: 40px;}
	.pb_45_t {padding-bottom: 45px;}
	.pb_50_t {padding-bottom: 50px;}
	.pl_0_t {padding-left: 0;}
	.pl_5_t {padding-left: 5px;}
	.pl_10_t {padding-left: 10px;}
	.pl_15_t {padding-left: 15px;}
	.pl_20_t {padding-left: 20px;}
	.pl_25_t {padding-left: 25px;}
	.pl_30_t {padding-left: 30px;}
	.pl_35_t {padding-left: 35px;}
	.pl_40_t {padding-left: 40px;}
	.pl_45_t {padding-left: 45px;}
	.pl_50_t {padding-left: 50px;}
}
@media all and (max-width: 767px) {
	.wrap_m {-ms-flex-wrap: wrap; flex-wrap: wrap;}
	.row_m {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
	.row_reverse_m {-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
	.column_m {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
	.column_reverse_m {-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
	.wrap_span2_m>*, .span2_m {width: 16.6666%;}
	.wrap_span3_m>*, .span3_m {width: 25%;}
	.wrap_span4_m>*, .span4_m {width: 33.3333%;}
	.wrap_span5_m>*, .span5_m {width: 41.6666%;}
	.wrap_span6_m>*, .span6_m {width: 50%;}
	.wrap_span8_m>*, .span8_m {width: 66.6666%;}
	.wrap_span9_m>*, .span9_m {width: 75%;}
	.wrap_span10_m>*, .span10_m {width: 83.3333%;}
	.wrap_span12_m>*, .span12_m {width: 100%;}
	[class*="x_justify_"].wrap_span2_m>*, .span2s_m {width: 15%;}
	[class*="x_justify_"].wrap_span3_m>*, .span3s_m {width: 23.5%;}
	[class*="x_justify_"].wrap_span4_m>*, .span4s_m {width: 32%;}
	[class*="x_justify_"].wrap_span5_m>*, .span5s_m {width: 40.5%;}
	[class*="x_justify_"].wrap_span6_m>*, .span6s_m {width: 49%;}
	[class*="x_justify_"].wrap_span8_m>*, .span8s_m {width: 66%;}
	[class*="x_justify_"].wrap_span9_m>*, .span9s_m {width: 74.5%;}
	[class*="x_justify_"].wrap_span10_m>*, .span10s_m {width: 83%;}
	[class*="x_justify_"].wrap_span12_m>*, .span12s_m {width: 100%;}
	.grid.wrap_span2_m>* {width: calc(16.6666% - 20px);}
	.grid.wrap_span3_m>* {width: calc(25% - 20px);}
	.grid.wrap_span4_m>* {width: calc(33.3333% - 20px);}
	.grid.wrap_span6_m>* {width: calc(50% - 20px);}
	.grid.wrap_span12_m>* {width: 100%;}
	.x_justify_space_m {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
	.x_justify_around_m {-ms-flex-pack: distribute; justify-content: space-around;}
	.x_justify_start_m {-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
	.x_justify_end_m {-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
	.x_justify_center_m {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	.y_align_start_m {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
	.y_align_end_m {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
	.y_align_center_m {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	.y_align_baseline_m {-webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
	.y_justify_space_m {-ms-flex-line-pack: justify; align-content: space-between;}
	.y_justify_around_m {-ms-flex-line-pack: distribute; align-content: space-around;}
	.y_justify_start_m {-ms-flex-line-pack: start; align-content: flex-start;}
	.y_justify_end_m {-ms-flex-line-pack: end; align-content: flex-end;}
	.y_justify_center_m {-ms-flex-line-pack: center; align-content: center;}
	.grow_0_m, .wrap_grow_0_m>* {-webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0;}
	.grow_1_m, .wrap_grow_1_m>* {-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
	.grow_2_m {-webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2;}
	.grow_3_m {-webkit-box-flex: 3; -ms-flex-positive: 3; flex-grow: 3;}
	.grow_4_m {-webkit-box-flex: 4; -ms-flex-positive: 4; flex-grow: 4;}
	.shrink_0_m, .wrap_shrink_0_m>* {-ms-flex-negative: 0; flex-shrink: 0;}
	.shrink_1_m, .wrap_shrink_1_m>* {-ms-flex-negative: 1; flex-shrink: 1;}
	.shrink_2_m {-ms-flex-negative: 2; flex-shrink: 2;}
	.shrink_3_m {-ms-flex-negative: 3; flex-shrink: 3;}
	.shrink_4_m {-ms-flex-negative: 4; flex-shrink: 4;}
	.form_row > * {width: 100%;}
	.mt_0_m {margin-top: 0;}
	.mt_5_m {margin-top: 5px;}
	.mt_10_m {margin-top: 10px;}
	.mt_15_m {margin-top: 15px;}
	.mt_20_m {margin-top: 20px;}
	.mt_25_m {margin-top: 25px;}
	.mt_30_m {margin-top: 30px;}
	.mt_35_m {margin-top: 35px;}
	.mt_40_m {margin-top: 40px;}
	.mt_45_m {margin-top: 45px;}
	.mt_50_m {margin-top: 50px;}
	.mr_0_m {margin-right: 0;}
	.mr_5_m {margin-right: 5px;}
	.mr_10_m {margin-right: 10px;}
	.mr_15_m {margin-right: 15px;}
	.mr_20_m {margin-right: 20px;}
	.mr_25_m {margin-right: 25px;}
	.mr_30_m {margin-right: 30px;}
	.mr_35_m {margin-right: 35px;}
	.mr_40_m {margin-right: 40px;}
	.mr_45_m {margin-right: 45px;}
	.mr_50_m {margin-right: 50px;}
	.mb_0_m {margin-bottom: 0;}
	.mb_5_m {margin-bottom: 5px;}
	.mb_10_m {margin-bottom: 10px;}
	.mb_15_m {margin-bottom: 15px;}
	.mb_20_m {margin-bottom: 20px;}
	.mb_25_m {margin-bottom: 25px;}
	.mb_30_m {margin-bottom: 30px;}
	.mb_35_m {margin-bottom: 35px;}
	.mb_40_m {margin-bottom: 40px;}
	.mb_45_m {margin-bottom: 45px;}
	.mb_50_m {margin-bottom: 50px;}
	.ml_0_m {margin-left: 0;}
	.ml_5_m {margin-left: 5px;}
	.ml_10_m {margin-left: 10px;}
	.ml_15_m {margin-left: 15px;}
	.ml_20_m {margin-left: 20px;}
	.ml_25_m {margin-left: 25px;}
	.ml_30_m {margin-left: 30px;}
	.ml_35_m {margin-left: 35px;}
	.ml_40_m {margin-left: 40px;}
	.ml_45_m {margin-left: 45px;}
	.ml_50_m {margin-left: 50px;}
	.pt_0_m {padding-top: 0;}
	.pt_5_m {padding-top: 5px;}
	.pt_10_m {padding-top: 10px;}
	.pt_15_m {padding-top: 15px;}
	.pt_20_m {padding-top: 20px;}
	.pt_25_m {padding-top: 25px;}
	.pt_30_m {padding-top: 30px;}
	.pt_35_m {padding-top: 35px;}
	.pt_40_m {padding-top: 40px;}
	.pt_45_m {padding-top: 45px;}
	.pt_50_m {padding-top: 50px;}
	.pr_0_m {padding-right: 0;}
	.pr_5_m {padding-right: 5px;}
	.pr_10_m {padding-right: 10px;}
	.pr_15_m {padding-right: 15px;}
	.pr_20_m {padding-right: 20px;}
	.pr_25_m {padding-right: 25px;}
	.pr_30_m {padding-right: 30px;}
	.pr_35_m {padding-right: 35px;}
	.pr_40_m {padding-right: 40px;}
	.pr_45_m {padding-right: 45px;}
	.pr_50_m {padding-right: 50px;}
	.pb_0_m {padding-bottom: 0;}
	.pb_5_m {padding-bottom: 5px;}
	.pb_10_m {padding-bottom: 10px;}
	.pb_15_m {padding-bottom: 15px;}
	.pb_20_m {padding-bottom: 20px;}
	.pb_25_m {padding-bottom: 25px;}
	.pb_30_m {padding-bottom: 30px;}
	.pb_35_m {padding-bottom: 35px;}
	.pb_40_m {padding-bottom: 40px;}
	.pb_45_m {padding-bottom: 45px;}
	.pb_50_m {padding-bottom: 50px;}
	.pl_0_m {padding-left: 0;}
	.pl_5_m {padding-left: 5px;}
	.pl_10_m {padding-left: 10px;}
	.pl_15_m {padding-left: 15px;}
	.pl_20_m {padding-left: 20px;}
	.pl_25_m {padding-left: 25px;}
	.pl_30_m {padding-left: 30px;}
	.pl_35_m {padding-left: 35px;}
	.pl_40_m {padding-left: 40px;}
	.pl_45_m {padding-left: 45px;}
	.pl_50_m {padding-left: 50px;}
}
@media all and (max-width: 480px) {
	.wrap_ms {-ms-flex-wrap: wrap; flex-wrap: wrap;}
	.row_ms {-webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row;}
	.row_reverse_ms {-webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse;}
	.column_ms {-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
	.column_reverse_ms {-webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse;}
	.wrap_span2_ms>*, .span2_ms {width: 16.6666%;}
	.wrap_span3_ms>*, .span3_ms {width: 25%;}
	.wrap_span4_ms>*, .span4_ms {width: 33.3333%;}
	.wrap_span5_ms>*, .span5_ms {width: 41.6666%;}
	.wrap_span6_ms>*, .span6_ms {width: 50%;}
	.wrap_span8_ms>*, .span8_ms {width: 66.6666%;}
	.wrap_span9_ms>*, .span9_ms {width: 75%;}
	.wrap_span10_ms>*, .span10_ms {width: 83.3333%;}
	.wrap_span12_ms>*, .span12_ms {width: 100%;}
	[class*="x_justify_"].wrap_span2_ms>*, .span2s_ms {width: 15%;}
	[class*="x_justify_"].wrap_span3_ms>*, .span3s_ms {width: 23.5%;}
	[class*="x_justify_"].wrap_span4_ms>*, .span4s_ms {width: 32%;}
	[class*="x_justify_"].wrap_span5_ms>*, .span5s_ms {width: 40.5%;}
	[class*="x_justify_"].wrap_span6_ms>*, .span6s_ms {width: 49%;}
	[class*="x_justify_"].wrap_span8_ms>*, .span8s_ms {width: 66%;}
	[class*="x_justify_"].wrap_span9_ms>*, .span9s_ms {width: 74.5%;}
	[class*="x_justify_"].wrap_span10_ms>*, .span10s_ms {width: 83%;}
	[class*="x_justify_"].wrap_span12_ms>*, .span12s_ms {width: 100%;}
	.grid.wrap_span2_ms>* {width: calc(16.6666% - 20px);}
	.grid.wrap_span3_ms>* {width: calc(25% - 20px);}
	.grid.wrap_span4_ms>* {width: calc(33.3333% - 20px);}
	.grid.wrap_span6_ms>* {width: calc(50% - 20px);}
	.grid.wrap_span12_ms>* {width: 100%;}
	.x_justify_space_ms {-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
	.x_justify_around_ms {-ms-flex-pack: distribute; justify-content: space-around;}
	.x_justify_start_ms {-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
	.x_justify_end_ms {-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
	.x_justify_center_ms {-webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
	.y_align_start_ms {-webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;}
	.y_align_end_ms {-webkit-box-align: end; -ms-flex-align: end; align-items: flex-end;}
	.y_align_center_ms {-webkit-box-align: center; -ms-flex-align: center; align-items: center;}
	.y_align_baseline_ms {-webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline;}
	.y_justify_space_ms {-ms-flex-line-pack: justify; align-content: space-between;}
	.y_justify_around_ms {-ms-flex-line-pack: distribute; align-content: space-around;}
	.y_justify_start_ms {-ms-flex-line-pack: start; align-content: flex-start;}
	.y_justify_end_ms {-ms-flex-line-pack: end; align-content: flex-end;}
	.y_justify_center_ms {-ms-flex-line-pack: center; align-content: center;}
	.grow_0_ms, .wrap_grow_0_ms>* {-webkit-box-flex: 0; -ms-flex-positive: 0; flex-grow: 0;}
	.grow_1_ms, .wrap_grow_1_ms>* {-webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1;}
	.grow_2_ms {-webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2;}
	.grow_3_ms {-webkit-box-flex: 3; -ms-flex-positive: 3; flex-grow: 3;}
	.grow_4_ms {-webkit-box-flex: 4; -ms-flex-positive: 4; flex-grow: 4;}
	.shrink_0_ms, .wrap_shrink_0_ms>* {-ms-flex-negative: 0; flex-shrink: 0;}
	.shrink_1_ms, .wrap_shrink_1_ms>* {-ms-flex-negative: 1; flex-shrink: 1;}
	.shrink_2_ms {-ms-flex-negative: 2; flex-shrink: 2;}
	.shrink_3_ms {-ms-flex-negative: 3; flex-shrink: 3;}
	.shrink_4_ms {-ms-flex-negative: 4; flex-shrink: 4;}
}
.hidden {display: none !important;}
@media all and (max-width: 1920px) and (min-width: 1600px) {
	.hidden_d {display: none !important;}
}
@media all and (max-width: 1599px) and (min-width: 1301px) {
	.hidden_dm {display: none !important;}
}
@media all and (max-width: 1300px) and (min-width: 1025px) {
	.hidden_ds {display: none !important;}
}
@media all and (max-width: 1024px) and (min-width: 768px) {
	.hidden_t {display: none !important;}
}
@media all and (max-width: 767px) {
	.hidden_m {display: none !important;}
	.center_m {text-align: center;}
}

/* typography */
@font-face {
	font-family: "MP";
	src: url("fonts/MPRegular.eot");
	src: url("fonts/MPRegular.eot?#iefix")format("embedded-opentype"),
	url("fonts/MPRegular.woff") format("woff"),
	url("fonts/MPRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "MP";
	src: url("fonts/MPSemiBold.eot");
	src: url("fonts/MPSemiBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/MPSemiBold.woff") format("woff"),
	url("fonts/MPSemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: "MP";
	src: url("fonts/MPBold.eot");
	src: url("fonts/MPBold.eot?#iefix")format("embedded-opentype"),
	url("fonts/MPBold.woff") format("woff"),
	url("fonts/MPBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}
body {
	font-family: 'MP', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4em;
	position: relative;
}
.inner_page body {
	padding-top: 60px;
}
a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: none;
}
h1 {
	font-size: 30px;
	font-weight: 400;
	margin: 0 0 20px 0;
	line-height: 1.2em;
}
h2 {
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 15px 0;
	line-height: 1.2em;
}
h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0 0 15px 0;
	line-height: 1.2em;
}
h1 a,
h2 a,
h3 a {
	display: inline-block;
}
p {
	margin-bottom: 15px;
}
.post_content ul,
.post_content ol {
	margin-left: 30px;
	margin-bottom: 15px;
	list-style-position: outside;
}
.post_content ul {
	list-style-type: disc;
}
.post_content blockquote {
	background-color: #f5f5f5;
	padding: 30px 30px 15px 30px;
	margin-bottom: 15px;
	position: relative;
}
.post_content blockquote::before {
	content: "\f10d";
	position: absolute;
	top: 15px;
	left: 15px;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-weight: 900;
	line-height: 1;
	font-size: 80px;
	z-index: 1;
	color: #e9e9e9;
}
.post_content blockquote * {
	position: relative;
	z-index: 2;
}
.post_content p {
	text-align: justify;
}
.post_content img.aligncenter {
	display: block;
	margin: 0 auto 15px auto;
}

/* forms */
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"] {
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	-webkit-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	outline: none;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="email"]:focus,
textarea:focus {
	border-color: #666666;
}
textarea {
	padding: 10px 15px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	-webkit-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	appearance:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="checkbox"].custom_checkbox + label {
	width: 20px;
	height: 20px;
	display: inline-block;
	background-color: #ffffff;
	cursor: pointer;
	vertical-align: middle;
	margin: 0;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
input[type="checkbox"].custom_checkbox:checked + label {
	background-color: #1080f2;
	border: 1px solid #1080f2;
}
input[type="checkbox"].custom_checkbox {
	display:none;
}
.checkbox_wrap {
	font-size: 0;
}
label {
	display: block;
	margin-bottom: 15px;
}
label.text_label {
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	margin: 0 0 0 10px;
	cursor: pointer;
	display: inline;
}
.disabled {
	opacity: 0.4;
}
.disabled,
.disabled label.text_label {
	cursor: default;
}
.button,
a.button,
input[type="submit"] {
	font-family: 'MP', sans-serif;
	height: 42px;
	line-height: 45px;
	padding: 0 25px;
	vertical-align: middle;
	border: none;
	color: #ffffff;
	white-space: nowrap;
	text-decoration: none;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	text-align: center;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	z-index: 5;
}
input[type="submit"] {
	border-radius: 0;
}
.button.big,
a.button.big {
	height: 50px;
	line-height: 54px;
}
.button.button_v2:hover,
a.button.button_v2:hover,
.button.button_v3:hover,
a.button.button_v3:hover {
	background-color: #ffffff;
}
.button .icon_left {
	margin-right: 8px;
}
.button .icon_right {
	margin-left: 8px;
}
button i {
	margin-right: 8px;
}
.button_v2::before {
	display: none;
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form .jq-selectbox {
	width: 100%;
}
.wpcf7-form p {
	float: left;
	width: 100%;
}
.wpcf7-form>p>span {
	width: 100%;
}
.wpcf7-form textarea {
	height: 100px;
}
div.wpcf7-response-output {
	margin: 0;
	width: 100%;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}
.wpcf7-list-item {
	position: relative;
}
.wpcf7-list-item input[type="checkbox"],
.wpcf7-list-item input[type="radio"] {
	display: none;
}
.wpcf7-list-item .wpcf7-list-item-label {
	position: relative;
	padding-left: 28px;
	display: block;
	cursor: pointer;
}
.wpcf7-list-item .wpcf7-list-item-label::before {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	display: block;
	position: absolute;
	height: 22px;
	line-height: 22px;
	font-size: 22px;
	left: 0;
	top: 50%;
	margin-top: -11px;
	color: #cccccc;
}
.wpcf7-list-item input[type="checkbox"] + .wpcf7-list-item-label::before {
	content: "\f0c8";
}
.wpcf7-list-item input[type="radio"] + .wpcf7-list-item-label::before {
	content: "\f111";
}
.wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
	content: "\f14a";
}
.wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label::before {
	content: "\f192";
}
.wpcf7-form-control-wrap.acceptance .wpcf7-list-item {
	margin: 0;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
}
.wpcf7-form-control-wrap.acceptance .wpcf7-list-item .wpcf7-list-item-label {
	padding-left: 34px;
}

/* others */
table {
	width: 100%;
	background: none;
	border-collapse: collapse;
	border-spacing: 0px;
	text-align: left;
}
table, table tr, table th, table td {
	border: 1px solid #dddddd;
}
table th, table td {
	padding: 10px 20px;
	vertical-align: middle;
}
table thead th {
	border-color: #f6f6f6;
}
table thead th:first-child {
	border-left-color: #dddddd;
}
table thead th:last-child {
	border-right-color: #dddddd;
}
table tr {
	background-color: #ffffff;
}
table tr:nth-child(even) {
	background-color: #f6f6f6;
}
table thead tr {
	background-color: #dddddd;
}
.box_shadow_2p,
.box_shadow_2p_hover:hover {
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,0.12);
}
.box_shadow_3p,
.box_shadow_3p_hover:hover {
	box-shadow:0 3px 4px 0 rgba(0,0,0,0.14),0 3px 3px -2px rgba(0,0,0,.2),0 1px 8px 0 rgba(0,0,0,0.12);
}
.box_shadow_4p,
.box_shadow_4p_hover:hover {
	box-shadow:0 4px 5px 0 rgba(0,0,0,0.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,0.2);
}
.box_shadow_6p,
.box_shadow_6p_hover:hover {
	box-shadow:0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,0.2);
}
.box_shadow_8p,
.box_shadow_8p_hover:hover {
	box-shadow:0 8px 10px 1px rgba(0,0,0,0.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,0.2);
}
.box_shadow_16p,
.box_shadow_16p_hover:hover {
	box-shadow:0 16px 24px 2px rgba(0,0,0,0.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,0.2);
}
.box_shadow_24p,
.box_shadow_24p_hover:hover {
	box-shadow:0 9px 46px 8px rgba(0,0,0,0.14),0 11px 15px -7px rgba(0,0,0,.12),0 24px 38px 3px rgba(0,0,0,0.2);
}
.box_shadow_light {
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.br_3 {
	border-radius: 3px;
}
.br_4 {
	border-radius: 4px;
}
.br_5 {
	border-radius: 5px;
}
.br_6 {
	border-radius: 6px;
}
.br_7 {
	border-radius: 7px;
}
.br_8 {
	border-radius: 8px;
}
.br_9 {
	border-radius: 9px;
}
.br_10 {
	border-radius: 10px;
}
.br_15 {
	border-radius: 15px;
}
.white_bg {
	background-color: #ffffff !important;
}
.black_bg {
	background-color: #000000 !important;
}
.white_text,
.white_text h2,
.white_text h3,
.white_text h4 {
	color: #ffffff;
}
.image_bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.image_bg_contain {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.smooth {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.smooth_ease {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* main */
header>div,
footer>div,
section>div {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
@media all and (max-width: 1200px) {
	header>div, footer>div, section>div {max-width: 95%;}
}
section>div.fullwidth {
	max-width: 100%;
}
section>div.wide {
	max-width: 95%;
}
section>div.narrow {
	max-width: 900px;
}
section {
	padding-top: 30px;
	padding-bottom: 30px;
	overflow: hidden;
	line-height: 1.4;
}
@media all and (max-width: 1024px) {
	section>div.narrow {max-width: 95%;}
}
.pull_left {
	display: block;
	float: left;
}
.pull_right {
	display: block;
	float: right;
}
.relative {
	position: relative;
}
.centered {
	margin: 0 auto;
	display: block;
}
.overflow_a {
	overflow: auto;
}
.overflow_h {
	overflow: hidden;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.uppercase {
	text-transform: uppercase;
}
img.pull_left {
	margin: 0 15px 15px 0;
}
img.pull_right {
	margin: 0 0 15px 15px;
}
img.centered {
	margin: 30px auto;
}
.block_icon {
	padding-left: 100px;
	position: relative;
	margin-bottom: 15px;
}
.icon_wrap {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	border-radius: 30px 5px;
	border: 1px solid #ddd;
	display: inline-block;
}
.icon_wrap i {
	line-height: 70px;
	font-size: 24px;
}
.block_icon .icon_wrap {
	position: absolute;
	top: 3px;
	left: 0;
}
.numbers_item {
	border: 1px solid rgba(255,255,255,0.3);
	padding: 30px 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
@media all and (min-width: 768px) {
	.numbers_item:hover {
		border-radius: 10px 100px;
	}
}
.numbers_item .hiding {
	opacity: 0;
}
.numbers_item .visible {
	opacity: 1;
}
.numbers_item span {
	display: block;
}
.numbers_item .num_icon {
	font-size: 60px;
	margin-bottom: 30px;
}
.numbers_item .num_main {
	font-size: 60px;
	line-height: 50px;
}
.numbers_item .num_bott {
	font-weight: 600;
}
.accordion_item {
	margin-bottom: 20px;
}
.accordion_header {
	padding: 12px 55px 8px 15px;
	display: block;
	background-color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	margin: 0;
	line-height: 26px;
	cursor: pointer;
}
.accordion_header:hover,
.accordion_header.collapsed {
	color: #ffffff;
}
.accordion_header::after {
	content: '\f067';
	position: absolute;
	height: 30px;
	top: 50%;
	right: 15px;
	margin-top: -15px;
	font-family: 'Font Awesome 5 Free';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 30px;
	font-weight: 900;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.accordion_header.collapsed::after {
	content: '\f068';
}
.accordion_header:hover::after,
.accordion_header.collapsed::after {
	color: #ffffff;
}
.accordion_content {
	padding: 15px;
	background-color: #ffffff;
}
.img_wrap {
	overflow: hidden;
}
.img_wrap img {
	display: block;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.video_wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow:hidden;
}
.video_wrap iframe, 
.video_wrap object, 
.video_wrap embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; 
}
.video_img {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; 
	opacity: 1;
	z-index: 2;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	cursor: pointer;
}
.video_img i {
	font-size: 60px;
	color: #ffffff;
}
.text_wrap {
	padding: 30px 20px 20px 20px;
	background-color: rgba(0,0,0,0.7);
}
.buttons_wrap.left a {
	margin-right: 15px; 
}
.buttons_wrap.right a {
	margin-left: 15px; 
}
.buttons_wrap.center a {
	margin-right: 7px; 
	margin-left: 7px; 
}
@media screen and (max-width: 767px) {
	.buttons_wrap.left a,
	.buttons_wrap.right a {
		margin-right: 7px; 
		margin-left: 7px; 
	}
}

/* header */
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	background-color: rgba(0,0,0,0.3);
}
header > div > div {
	height: 70px;
	line-height: 54px;
	padding: 8px 0;
}
.admin-bar header {
	top: 32px;
}
.inner_page header,
.scrolled header {
	background-color: #ffffff;
	-moz-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 10px 33px rgba(0,0,0,.1);
	box-shadow: 0 10px 33px rgba(0,0,0,.1);
}
header .logo img {
	height: 54px;
	width: auto;
}
header .socials {
	margin-left: 30px;
}
header .socials a {
	margin: 0 10px;
	color: #ffffff;
}
.inner_page header .socials a,
.scrolled header .socials a {
	color: #999999;
}

/* main nav */
nav.main li {
	padding: 0 20px;
	position: relative;
}
nav.main li a {
	color: #ffffff;
	font-weight: 600;
	line-height: 54px;
}
.inner_page nav.main li a,
.scrolled nav.main li a {
	color: #999999;
}
.inner_page nav.main li a:hover,
.scrolled nav.main li a:hover {
	color: #333333;
}
.header_phone {
	border-left: 1px solid #ffffff;
	padding-left: 20px;
	margin-left: 20px;
	height: 36px;
	line-height: 36px;
	white-space: nowrap;
}
.header_phone a {
	line-height: 36px;
	font-weight: 600;
	color: #ffffff;
	white-space: nowrap;
}
.header_phone i {
	margin-right: 8px;
	color: #ffffff;
}
nav.main>ul>li>ul {
	position: absolute;
	top: 55px;
	left: -60px;
	min-width: 230px;
	background-color: #ffffff;
	padding: 10px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	border: 0;
	transform: translateY(-2em);
	z-index: -1;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	font-size: 16px;
	text-align: left;
}
nav.main>ul>li:hover>ul {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}
nav.main>ul>li>ul>li {
	line-height: 20px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px solid rgba(97, 109, 126, 0.12);
	margin: 0 25px;
	padding: 14px 5px 10px 5px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
nav.main>ul>li>ul>li:last-of-type {
	border: none;
}
nav.main>ul>li>ul>li::before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	left: 0;
	bottom: 0;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
nav.main>ul>li>ul>li:hover::before {
	width: 100%;
}
nav.main>ul>li>ul>li a {
	font-size: 16px;
	line-height: 20px;
	display: block;
}
nav.main>ul>li.menu-item-has-children>a::after {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	font-size: 16px;
	margin-left: 5px;
}

/* mobile nav */
.mobile_nav {
	display: none;
}
.btn_nav {
	height: 33px;
	background-color: transparent;
	border: none;
	display: none;
	position: relative;
	margin-left: 10px;
	z-index: 994;
}
.btn_nav span {
	display: block;
}
.btn_span {
	position: absolute;
	top: 27%;
	color: #be2e21;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 10px;
}
.btn_wrap {
	cursor: pointer;
}
.sandwich {
	width: 48px;
	height: 33px;
	top: 13px;
	border: 1px solid #bbbbbb;
	bottom: 4px;
	margin: auto;
	z-index: 999;
	padding: 5px 8px;
	cursor: pointer;
	border-radius: 4px;
}
.scrolled .sandwich {
	height: 34px;
	padding: 5px 8px;
}
.sw-topper {
	position: relative;
	top: 3px;
	width: 30px;
	height: 2px;
	background: #bbbbbb none repeat scroll 0% 0%;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
}
.sw-bottom {
	position: relative;
	width: 30px;
	height: 2px;
	top: 8px;
	background: #bbbbbb;
	border: none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	width: 30px;
	height: 2px;
	top: 13px;
	background: #bbbbbb;
	border: none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 11px;
	transform: rotate(140deg);
}
.sandwich.active .sw-bottom {
	top: 9px;
	transform: rotate(-140deg);
}
.sandwich.active .sw-footer {
	opacity: 0;
	top: 0;
	transform: rotate(180deg);
}
.btn_nav,
.sandwich {
	-webkit-transition: all 0.2s;
	-moz-transition:all 0.2s;
	-o-transition:all 0.2s;
	transition:all 0.2s;
}
.mobile_nav {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0.95);
	z-index: 993;
	list-style: none;
	width: 100%;
	height: 100%;
	text-align: left;
	padding-top: 55px;
	overflow: auto;
}
.mobile_nav li {
	display: block;
	line-height: 1.4em;
	border-top: 1px solid #222222;
}
.mobile_nav li:first-child {
	border-top: none;
}
.mobile_nav li a {
	padding: 10px 20px;
	display: block;
	color: #ffffff;
	font-size: 18px;
}
.mobile_search_li {
	padding: 10px 20px;
}
.mobile_nav li ul {
	padding-left: 20px;
}
.mobile_nav .search_input_wrap {
	margin-top: 10px;
}
.mobile_nav .search_input_wrap input[type="text"] {
	background: none;
	border: none;
	border-bottom: 3px solid #222222;
	color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	font-size: 18px;
	width: 100%;
}
.mobile_nav .search_input_wrap input[type="submit"] {
	background-image: url(img/search_loupe_white.png);
}
.mobile_nav li.menu-item-has-children {
	position: relative;
}
.mobile_nav li.menu-item-has-children::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 20px;
	width: 18px;
	height: 18px;
}

/* breadcrumbs */
.breadcrumbs {
	line-height: 30px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #999999;
	width: 100%;
}
.breadcrumbs a {
	color: #999999;
}
.breadcrumbs i {
	font-size: 10px;
}
.breadcrumbs .kb_title {
	color: #333333;
}
.breadcrumbs .kb_sep {
	margin: 0 5px;
}

/* pagination */
.pagination {
	text-align: center;
}
.pagination .page-numbers {
	display: inline-block;
	min-width: 26px;
	height: 26px;
	line-height: 26px;
	margin: 0 5px 10px 5px;
	text-align: center;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,0.12);
	font-size: 14px;
	font-weight: 700;
}
.pagination .page-numbers.dots {
	border-radius: 0;
	box-shadow: none;
}
.pagination a {
	color: #333333;
}
.pagination a:hover {
	box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,0.2);
}

/* sidebar */
.sidebar_left {
	padding-right: 30px;
}
.sidebar_right {
	padding-left: 30px;
}
.sidebar h3 {
	font-weight: 600;
}
.sidebar_widget {
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}
.sidebar_widget:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.sidebar_widget .cat-item {
	color: #999999;
	font-size: 18px;
	margin-bottom: 6px;
}
.tagcloud .tag-cloud-link {
	color: #999999;
	margin-right: 8px;
}

/* footer */
footer,
footer a {
	color: #ffffff;
}
footer a {
	text-decoration: underline;
}
footer p:last-of-type {
	margin: 0;
}
footer .socials {
	margin-bottom: 20px;
}
footer .socials a {
	font-size: 18px;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #000;
	text-decoration: none;
}
footer .socials a i {
	line-height: 36px;
	text-align: center;
}

/* section intro */
section.intro {
	color: #ffffff;
	height: 100vh;
	min-height: 750px;
	padding: 0;
}
@media all and (max-height: 750px) {
	section.intro {
		height: auto;
	}
}
section.intro h1 {
	color: #ffffff;
}
.intro_adds {
    font-size: 30px;
    color: #ffffff;
    display: block;
}

.intro_adds span {
    display: block;
    margin-top: 6px;
}

.intro_adds span span {
    display: inline;
    font-weight: 600;
    font-size: 30px;
    color: #FFD700;
    line-height: 1.3;
}

/* Курсор: inline и baseline */
.intro_adds .typed-cursor {
    color: #FFD700;
    display: inline;
    vertical-align: baseline;
}
.intro_form {
	border-bottom-width: 5px;
	border-bottom-style: solid;
}
.intro_form h2 {
	font-weight: 600;
}

/* flexible sections */
@media screen and (min-width: 1025px) {
	.image_shift_bottom {
		margin-bottom: -80px;
		-ms-flex-item-align: end;
		align-self: flex-end;
	}
	.flexible_blocks_wrap > div {
		padding: 0 20px;
	}
	.flexible_blocks_wrap > div:first-of-type {
		padding-left: 0;
	}
	.flexible_blocks_wrap > div:last-of-type {
		padding-right: 0;
	}
	.block_image {
		min-height: 455px;
	}
}
@media screen and (max-width: 1024px) {
	.flexible_blocks_wrap > div {
		margin-bottom: 30px;
	}
	.block_image {
		min-height: 200px;
	}
}
.grid_block h3 {
	font-weight: 600;
}
.grid_block .icon_wrap {
	margin-bottom: 20px;
	margin-top: 5px;
}
@media all and (min-width: 768px) {
	a.grid_block:hover .icon_wrap i {
		color: #ffffff;
	}
	a.grid_block:hover .icon_wrap {
		border-radius: 5px 30px;
	}
}
.grid_block {
	padding: 30px 30px 15px 30px;
	background-color: #ffffff;
}
.grid_block_item {
	margin: 0 0 10px 0;
}
.grid_block_item.icon_wrap {
	margin-bottom: 20px;
}
.block_text ul,
.block_accordion ul {
	margin-left: 30px;
	list-style: disc outside;
}
.block_text li,
.block_accordion li {
	margin-bottom: 15px;
}

/* pricing */
.pricing_item {
	position: relative;
	overflow: hidden;
}
.pricing_item h3 {
	font-size: 30px;
	font-weight: 700;
}
.pricing_item p.price {
	font-size: 48px;
	line-height: 48px;
	font-weight: 700;
	margin-bottom: 0;
}
.pricing_item p.price_old {
	display: inline-block;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 0;
	position: relative;
}
.pricing_item p.price_old::before {
	border-bottom: 3px solid #ff0000;
	position: absolute;
	content: "";
	width: 100%;
	height: 50%;
	transform: rotate(-12deg);
}
.pricing_item p.price_adds {
	margin-bottom: 20px;
}
.pricing_item ul.price_options li {
	text-transform: uppercase;
	letter-spacing: 0;
	border-top: 1px solid #eeeeee;
	line-height: 26px;
	padding: 10px 0 6px 0;
}
.pricing_item.featured>span {
	position: absolute;
	top: 10px;
	right: -30px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 3px 40px 0 40px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	font-weight: 600;
}
.pricing_item.sold {
	opacity: 0.5;
}
.pricing_countdown strong {
	margin-top: 23px;
	margin-right: 14px;
}
.pricing_countdown .countdown > span {
	margin: 0 10px;
	width: 60px;
}
.pricing_countdown .countdown > span span {
	padding: 12px 0 6px 0;
	border-radius: 6px;
	font-size: 36px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 5px;
	letter-spacing: 3px
}
.pricing_countdown .countdown > span small {
	font-size: 16px;
	font-weight: 600;
}

/* post */
.posts .post {
	position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.posts .post > div {
	padding-bottom: 70%;
	height: 0;
}
.posts .post > div > div {
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 100%;
	padding: 20px 60px 40px 40px;
	text-align: left;
}
.posts .post h2,
.posts .post h3 {
	font-size: 18px;
	margin: 0;
}
.posts .post h2 a,
.posts .post h3 a {
	color: #ffffff;
	font-weight: 700;
}
.posts .post span.date {
	color: #ffffff;
	text-transform: uppercase;
	display: inline-block;
	padding: 9px 15px 6px 15px;
	margin-top: 10px;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

/* index page */
.index_page h1 {
	font-size: 50px;
}
.section_title {
	font-size: 40px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 50px;
	text-transform: uppercase;
	position: relative;
}
.section_title::after {
	content: '';
	height: 2px;
	width: 60px;
	position: absolute;
	bottom: -22px;
	left: 0;
}
.section_title.center::after {
	left: 50%;
	margin-left: -30px;
}
.section_title.right::after {
	left: initial;
	right: 0;
	margin-left: 0;
}
.section_title span {
	font-weight: 400;
}
section.theme_bg_color .section_title::after {
	background-color: #ffffff;
}

/* index about */
.index_about_left {
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}
.index_about_features h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
}
.index_about_features .block_icon {
	margin-bottom: 30px;
}

/* index facts */
section.index_facts {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.index_facts .numbers_item {
	color: #ffffff;
}
section.index_facts .numbers_item i {
	color: rgba(255, 255, 255, .8);
}

/* index areas */
section.index_areas h3 {
	font-weight: 600;
}
section.index_areas .index_area p {
	font-size: 16px;
}
section.index_areas .img_wrap {
	margin-bottom: 20px;
}
@media all and (min-width: 768px) {
	section.index_areas .img_wrap:hover img {
		-ms-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
}

/* index offer */
section.index_offer {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.index_offer,
section.index_offer h2 {
	color: #ffffff;
}
.index_offer_left {
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
}

/* index team */
section.index_team {
	background-color: #eeeeee;
}
section.index_team .img_wrap {
	margin-bottom: 15px;
}
@media all and (min-width: 768px) {
	section.index_team .img_wrap:hover img {
		-ms-transform: scale(1.2) rotate(5deg);
		-moz-transform: scale(1.2) rotate(5deg);
		-webkit-transform: scale(1.2) rotate(5deg);
		-o-transform: scale(1.2) rotate(5deg);
		transform: scale(1.2) rotate(5deg);
	}
}
section.index_team .index_team_member h3 {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 0;
}
section.index_team .index_team_member p {
	font-weight: 600;
	margin-bottom: 10px;
}
section.index_team .index_team_member .socials a {
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center;
	background-color: #999999;
	color: #ffffff;
	margin: 0 8px 10px 8px;
	display: block;
}
section.index_team .index_team_member .socials a i {
	line-height: 36px;
}

/* index gallery */
@media all and (min-width: 768px) {
	section.index_gallery .img_wrap img {
		opacity: 0.8;
	}
	section.index_gallery .img_wrap:hover img {
		-ms-transform: scale(1.2) rotate(5deg);
		-moz-transform: scale(1.2) rotate(5deg);
		-webkit-transform: scale(1.2) rotate(5deg);
		-o-transform: scale(1.2) rotate(5deg);
		transform: scale(1.2) rotate(5deg);
		opacity: 1;
	}
}

/* index consultation */
section.index_consultation {
	font-size: 20px;
}
section.index_consultation,
section.index_consultation h2,
section.index_consultation a {
	color: #ffffff;
}
section.index_consultation h2 {
	font-size: 30px;
	font-weight: 600;
}
section.index_consultation p.phone {
	font-size: 40px;
	line-height: 40px;
	white-space: nowrap;
	font-weight: 700;
}

/* index price */
section.index_price {
	background-color: #eeeeee;
}

/* index reviews */
section.index_reviews {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
section.index_reviews,
section.index_reviews h2,
section.index_reviews a {
	color: #ffffff;
}
.index_review .text {
	font-size: 18px;
	font-style: italic;
	margin-bottom: 20px;
}
.index_review .author {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
}
.index_review .position {
	font-weight: 600;
}
.index_reviews_slider_controls .slick-arrow {
	border: 1px solid #ffffff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
}
.index_reviews_slider_controls .slick-arrow i {
	line-height: 38px;
}

/* index blog */
section.index_blog .first_post {
	padding: 0;
	height: auto;
}
@media all and (max-width: 767px) {
	section.index_blog .first_post {
		padding-bottom: 70%;
		height: 0;
	}
}
section.index_blog .other_posts > div:last-of-type {
	margin-bottom: 0;
}
@media screen and (min-width: 768px) {
	section.index_blog .first_post h3 {
		font-size: 30px;
	}
	section.index_blog .first_post span.date {
		padding: 17px 20px 14px 20px;
		width: 80px;
		text-align: center;
		margin-bottom: 15px;
	}
	section.index_blog span.date strong,
	section.index_blog span.date span {
		display: block;
		line-height: 1.4;
	}
	section.index_blog .first_post span.date strong {
		font-size: 30px;
		font-weight: 700;
	}
	section.index_blog .first_post span.date span {
		font-size: 18px;
	}
	section.index_blog .first_post span.date.date_m {
		display: none;
	}
}

/* index subscribe */
section.index_subscribe,
section.index_subscribe h2 {
	color: #ffffff;
}
section.index_subscribe h2 {
	margin: 0 10px 0 0;
	font-size: 30px;
	font-weight: 600;
}
section.index_subscribe p {
	margin: 0;
}
section.index_subscribe input {
	height: 60px;
	line-height: 64px;
	margin: 0;
}
section.index_subscribe input[type="text"] {
	width: 500px;
	padding: 0 15px 0 60px;
	font-size: 18px;
}
section.index_subscribe input[type="submit"] {
	background-color: #333333;
	color: #ffffff;
	font-weight: 700;
	padding: 0 50px 0 30px;
	text-align: center;
}
section.index_subscribe .email_wrap::before,
section.index_subscribe .submit_wrap::after {
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	position: absolute;
	z-index: 5;
}
section.index_subscribe .email_wrap::before {
	content: '\f2b6';
	left: 20px;
	top: 16px;
	color: #cccccc;
	font-size: 24px;
	font-weight: 600;
}
section.index_subscribe .submit_wrap::after {
	content: '\f1d8';
	right: 30px;
	top: 22px;
	color: #ffffff;
}

/* index contacts */
.index_contacts_wrap .block_icon {
	padding-left: 80px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 30px;
}
.index_contacts_wrap .block_icon .icon_wrap {
	width: 60px;
	height: 60px;
	border-radius: 5px;
	top: 0;
}
.index_contacts_wrap .block_icon .icon_wrap i {
	line-height: 60px;
}
.index_contacts_wrap h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

/* single post */
.post_adds {
	margin-bottom: 15px;
	padding: 10px 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	font-size: 14px;
	color: #555555;
	font-weight: 600;
}
.post_adds a {
	color: #555555;
}
.post_adds a.button {
	color: #ffffff;
}
.post_adds i {
	margin-right: 5px;
}
.tags a {
	padding: 5px 10px 2px 10px;
	margin: 0 5px 10px 5px;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	opacity: 0.6;
}
.tags a:hover {
	opacity: 1;
}

/* single service */
.single-service section {
	font-size: 20px;
}
.single-service section .section_subtitle {
	font-size: 24px;
	font-weight: 600;
}
.single-service section .section_subtitle.author {
	font-size: 30px;
}
.single-service .intro {
	font-size: 26px;
}
.single-service .intro h1 {
	font-size: 64px;
}
@media screen and (max-width: 1024px) {
	.single-service section {
		font-size: 18px;
	}
	.single-service section .section_subtitle {
		font-size: 20px;
	}
	.single-service section .section_subtitle.author {
		font-size: 24px;
	}
	.single-service .intro {
		font-size: 22px;
	}
	.single-service .intro h1 {
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.single-service section {
		font-size: 16px;
	}
	.single-service section .section_subtitle {
		font-size: 18px;
	}
	.single-service section .section_subtitle.author {
		font-size: 22px;
	}
	.single-service .intro {
		font-size: 18px;
	}
	.single-service .intro h1 {
		font-size: 30px;
	}
}

/* comments */
#comments {
	background-color: #f6f6f6;
	padding-bottom: 30px;
}
#comments input[type="text"],
#comments input[type="email"],
#comments input[type="submit"],
#comments textarea {
	width: 100%;
}
#comments h2 {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 50px;
}
#comments h3 {
	text-align: center;
	padding-top: 50px;
	margin-bottom: 50px;
}
.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list .children {
	padding-left: 20px;
}
.comment-list li:before {
	display: none;
}
.comment-body {
	padding-left: 65px;
}
.comment-author {
	font-size: 16px;
	position: relative;
	z-index: 2;
}
.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}
.comment-author .says {
	display: none;
}
.comment-meta {
	margin-bottom: 1.5em;
	font-size: 14px;
	font-weight: 600;
	color: #999999;
}
.comment-meta a {
	font-size: 14px;
	font-weight: 600;
	color: #999999;
}
.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}
.comment-metadata a {
	color: #767676;
}
.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}
.comment-body {
	color: #333;
	margin-bottom: 30px;
}
.comment-reply-link {
	font-weight: 600;
	position: relative;
	font-size: 18px;
}
.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}
.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}
.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	text-align: center;
	padding: 0 30px;
}
.comments-pagination {
	margin: 2em 0 3em;
}
.content #comments ul {
	list-style: none;
}
.content #comments ul.comment-list {
	padding-left: 45px;
}
#comments .comment-form {
	padding: 0 30px;
}
#comments .comment-author .fn {
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
}
#comments .children {
	margin-bottom: 50px;
}
#comments .children .comment-body {
	padding: 30px 30px 30px 90px;
	background-color: #e9e8e8;
}

/* animations */
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

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

/* modals */
.modal-open {
	overflow: hidden;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline:0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate3d(0,-25%,0);
	-o-transform: translate3d(0,-25%,0);
	transform: translate3d(0,-25%,0);
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform:translate3d(0,0,0);
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: scroll;
}
.modal-dialog {
	position: relative;
}
.modal-content {
	position: relative;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity:0;
}
.modal-backdrop.in {
	filter: alpha(opacity=90);
	opacity: .9;
}
.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}
#modal-feedback .modal-dialog,
#modal-callback .modal-dialog,
#modal-fcallback .modal-dialog,
#modal-order .modal-dialog,
#modal-questionary .modal-dialog,
#modal-payment .modal-dialog {
	background-color: #ffffff;
	padding: 40px 40px 25px 40px;
	text-align: center;
	width: 480px;
	max-width: 100%;
	margin: 50px auto 20px auto;
}
#modal-questionary .modal-dialog {
	width: 900px;
}
#modal-questionary h3 {
	margin-top: 5px;
	font-weight: 600;
}
.modal-dialog .button,
.modal-dialog a.button,
.modal-dialog input[type="submit"],
.modal-dialog .button.big,
.modal-dialog a.button.big {
	height: auto;
	line-height: 1.2;
	padding-top: 11px;
	padding-bottom: 9px;
	white-space: normal;
}
.modal-content .close {
	position: absolute;
	right: -80px;
	top: -47px;
	margin: 0;
	padding: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	text-align: center;
	line-height: 32px;
	font-size: 30px;
	color: #ffffff;
	-webkit-appearance:none;
	-o-appearance:none;
	-moz-appearance:none;
	appearance:none;
	border: none;
	background: none;
}
.modal-content .close::after {
	content: '\f00d';
}
#modal-callback .comment {
	text-align: center;
	padding: 15px 60px 0 60px;
	position: relative;
}
.order-form input.error {
	border: solid 3px #ff503f !important;
}
.modal-content h2 {
	margin-bottom: 15px;
}

/* fancybox */
body.compensate-for-scrollbar {
	overflow: hidden;
}
.fancybox-active {
	height: auto;
}
.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}
.fancybox-container {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	height: 100%;
	left: 0;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}
.fancybox-container * {
	box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}
.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s, visibility 0s linear .25s;
	visibility: hidden;
	z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s, visibility 0s;
	visibility: visible;
}
.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	text-align: center;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.fancybox-toolbar {
	right: 0;
	top: 0;
}
.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translate3d(0, 0, 0);
	z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}
.fancybox-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}
.fancybox-slide::before {
	content: '';
	display: inline-block;
	height: 100%;
	margin-right: -.25em;
	vertical-align: middle;
	width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}
.fancybox-slide--next {
	z-index: 99995;
}
.fancybox-slide--image {
	overflow: visible;
	padding: 44px 0;
}
.fancybox-slide--image::before {
	display: none;
}
.fancybox-slide--html {
	padding: 6px 6px 0 6px;
}
.fancybox-slide--iframe {
	padding: 44px 44px 0;
}
.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0 0 6px 0;
	max-width: 100%;
	overflow: auto;
	padding: 0;
	padding: 24px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	margin: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.fancybox-can-drag .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}
.fancybox-is-dragging .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
	cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}
.fancybox-spaceball {
	z-index: 1;
}
.fancybox-slide--html .fancybox-content {
	margin-bottom: 6px;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	margin: 0;
	overflow: visible;
	padding: 0;
	width: 100%;
}
.fancybox-slide--video .fancybox-content {
	background: #000;
}
.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
	background: #fff;
	height: calc(100% - 44px);
	margin-bottom: 44px;
}
.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.fancybox-iframe {
	vertical-align: top;
}
.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}
.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
.fancybox-button {
	background: rgba(30, 30, 30, 0.6);
	border: 0;
	border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	outline: none;
	padding: 10px;
	transition: color .2s;
	vertical-align: top;
	width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}
.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff;
}
.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
}
.fancybox-button svg {
	display: block;
	overflow: visible;
	position: relative;
	shape-rendering: geometricPrecision;
}
.fancybox-button svg path {
	fill: transparent;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3;
}
.fancybox-button--play svg path:nth-child(2) {
	display: none;
}
.fancybox-button--pause svg path:nth-child(1) {
	display: none;
}
.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
	fill: currentColor;
}
.fancybox-button--share svg path {
	stroke-width: 1;
}
.fancybox-navigation .fancybox-button {
	height: 38px;
	opacity: 0;
	padding: 6px;
	position: absolute;
	top: 50%;
	width: 38px;
}
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	transition: opacity .25s, visibility 0s, color .25s;
}
.fancybox-navigation .fancybox-button::after {
	content: '';
	left: -25px;
	padding: 50px;
	position: absolute;
	top: -25px;
}
.fancybox-navigation .fancybox-button--arrow_left {
	left: 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
	right: 6px;
}
.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #555;
	cursor: pointer;
	height: 44px;
	margin: 0;
	padding: 6px;
	position: absolute;
	right: 0;
	top: 0;
	width: 44px;
	z-index: 10;
}
.fancybox-close-small svg {
	fill: transparent;
	opacity: .8;
	stroke: currentColor;
	stroke-width: 1.5;
	transition: stroke .1s;
}
.fancybox-close-small:focus {
	outline: none;
}
.fancybox-close-small:hover svg {
	opacity: 1;
}
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
	color: #ccc;
	padding: 5px;
	right: -12px;
	top: -44px;
}
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
	background: transparent;
	color: #fff;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none;
}
.fancybox-caption {
	bottom: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 25px 44px 25px 44px;
	right: 0;
}
.fancybox-caption::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
	background-repeat: repeat-x;
	background-size: contain;
	bottom: 0;
	content: '';
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}
.fancybox-caption::after {
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	content: '';
	display: block;
	left: 44px;
	position: absolute;
	right: 44px;
	top: 0;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}
.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}
.fancybox-loading {
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	border: 6px solid rgba(100, 100, 100, 0.5);
	border-radius: 100%;
	border-top-color: #fff;
	height: 60px;
	left: 50%;
	margin: -30px 0 0 -30px;
	opacity: .6;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}
.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.fancybox-share p {
	margin: 0;
	padding: 0;
}
.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}
.fancybox-share__button:hover {
	text-decoration: none;
}
.fancybox-share__button--fb {
	background: #3b5998;
}
.fancybox-share__button--fb:hover {
	background: #344e86;
}
.fancybox-share__button--pt {
	background: #bd081d;
}
.fancybox-share__button--pt:hover {
	background: #aa0719;
}
.fancybox-share__button--tw {
	background: #1da1f2;
}
.fancybox-share__button--tw:hover {
	background: #0d95e8;
}
.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}
.fancybox-share__button svg path {
	fill: #fff;
}
.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}
.fancybox-thumbs {
	background: #fff;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	width: 212px;
	z-index: 99995;
}
.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}
.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}
.fancybox-thumbs > ul {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.fancybox-thumbs-x > ul {
	overflow: hidden;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px;
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}
.fancybox-thumbs > ul > li {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}
.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fancybox-thumbs > ul > li::before {
	border: 4px solid #4ea7f9;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 99991;
}
.fancybox-thumbs .fancybox-thumbs-active::before {
	opacity: 1;
}
@media all and (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px;
	}
	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}
	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px);
	}
}

/* yandex share */
.ya_share_wrap {
	margin-bottom: 20px;
}
.ya_share_wrap,
.content .ya_share_wrap h2 {
	text-align: center;
}
.content .ya_share_wrap h2 {
	margin-bottom: 5px;
}

/* map */
.container__map {
	height: 600px;
	min-height: 600px;
}
.map-container {
	height: 600px !important;
	overflow: hidden;
	position: relative;
	min-height: 600px;
}
.map-container ul {
	list-style: none;
}
.map-canvas {
	height: 600px;
	min-height: 600px;
}
.map-label-template {
	display: none;
}
.map-label {
	background: #ffffff;
	padding: 40px 45px;
	width: 460px;
	text-align: left;
	color: #333333;
}
.map-label a {
	color: #1c52f8;
}
.map-label a:hover {
	color: #FB4F53;
}
.map-label ul {
	padding: 0;
	margin: 0;
}
.map-label li {
	font-size: 18px;
	line-height: 24px;
	padding-left: 34px;
	position: relative;
	margin-bottom: 8px;
}
.map-label li i {
	width: 24px;
	text-align: center;
	position: absolute;
	top: 2px;
	left: 0;
}
.map-label:after {
	content: '';
	border: solid;
	border-width: 42px 35px 0 0;
	border-color: #fff transparent;
	border-color: #fff rgba(255,255,255,0);
	position: absolute;
	top: 100%;
	left: 0;
}
.map-label h2 {
	margin: 0 0 15px 0;
	font-size: 22px;
	font-weight: 700;
	color: #333333;
}
.map-label img {
	width: auto;
	height: auto;
	margin-bottom: 5px;
}
.map-nav {
	position: absolute;
	top: 100px;
	right: 0;
	text-transform: uppercase;
}
.map-nav-item {
	padding: 18px 24px;
	min-width: 150px;
	margin: 8px 0 8px 8px;
	background: #f0f0f0;
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s;
	text-align: left;
}
.map-nav-item > span {
	font-size: 16px;
	color: #333333;
}
.map-nav-item:hover, .map-nav-item.activated {
	margin-left: -25px;
	background: #ffffff;
}
.map-nav-item:hover > span, .map-nav-item.activated > span {
	border-color: transparent;
	color: #ffffff;
	font-weight: 600;
}

/* jq form styler */
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}
/* select theme */
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 42px;
	padding: 0 53px 0 10px;
	border: 1px solid #dddddd;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-selectbox.focused .jq-selectbox__select {
	border-color: #666666;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	line-height: 42px;
}
.jq-selectbox .placeholder {
	color: #888888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 100%;
	border-left: 1px solid #dddddd;
}
.jq-selectbox.focused .jq-selectbox__trigger {
	border-left-color: #666666;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 17px;
	right: 15px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox__dropdown {
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #666666;
	background: #ffffff;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	color: #ffffff;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}

@media screen and (max-width: 767px) {
	.map-container {display: none;}
	.map_m.hidden {display: block !important;}
	.event_location_m {
		margin-bottom: 20px;
	}
	.event_location_m:last-of-type {
		margin-bottom: 0;
	}
	.event_location_m li {
		font-size: 18px;
		line-height: 24px;
		padding-left: 34px;
		position: relative;
		margin-bottom: 8px;
	}
	.event_location_m li i {
		width: 24px;
		text-align: center;
		position: absolute;
		top: 2px;
		left: 0;
	}
}

/* forms */
.inline_callback_form {
	margin-bottom: 15px;
	padding: 15px 15px 0 15px;
	border: 1px solid #dddddd;
}
.inline_callback_form p {
	font-weight: 700;
	font-size: 16px;
	text-align: center;
}
.inline_callback_form .wpcf7-response-output {
	margin-bottom: 15px;
}

/* responsive */
@media all and (min-width: 1921px) {
	section>div {max-width: 1824px;}
}
@media all and (max-width: 1300px) {
	section>div.wide {max-width: 95%;}
	section.intro {height: auto; min-height: 0; padding-top: 70px;}
}
@media all and (min-width: 1025px) {
	.mobile_nav {display: none !important;}
}
@media all and (max-width: 1024px) {
	section>div.narrow {max-width: 95%;}
	header {position: absolute;}
	.admin-bar header {top: 0;}
	.btn_nav {position: absolute; top: 18px; right: 26px; display: block;}
	header nav {display: none;}
	body.mobile_menu_opened {height: 100%; overflow: hidden;}
	.header_phone {margin: 0 75px 0 0; padding: 0; border: none;}
	section.intro {text-align: center;}
	.intro_adds > span {display: block; margin-top: 20px;}
	.hidden_t {display: none !important;}
}
@media all and (max-width: 960px) {
	html.admin-bar {margin-top: 0 !important;}
	html #wpadminbar {display: none !important;}
	.admin-bar header {top: 0;}
}
@media all and (max-width: 767px) {
	section > div.wide, section>div.narrow {max-width: 92%;}
	.center_m {text-align: center;}
	.section_title.center_m::after {left: 50%; margin-left: -30px;}
	header .socials {display: none;}
	h1 {font-size: 30px;}
	h2 {font-size: 20px;}
	h3 {font-size: 18px;}
	div.wpcf7 .ajax-loader {bottom: -15px; right: 0;}
	.form_row {position: relative;}
	.modal-content .close {right: -33px; top: -82px;}
	.section_title {font-size: 32px;}
	.intro_adds {font-size: 24px;}
	.index_page h1 {font-size: 36px;}
	section.index_subscribe form input[type="text"], section.index_subscribe form input[type="submit"], section.index_subscribe form span {width: 100%; text-align: center;}
	section.index_subscribe input[type="text"] {padding: 0 15px;}
	section.index_subscribe input[type="submit"] {padding: 0 30px;}
	section.index_subscribe .email_wrap::before, section.index_subscribe .submit_wrap::after {display: none;}
	section.index_subscribe .flex > div {width: 100%;}
	.hidden_m {display: none !important;}
	.button, a.button, input[type="submit"], .button.big, a.button.big {height: auto; line-height: 1.2; padding-top: 11px; padding-bottom: 9px; white-space: normal;}
}
@media all and (max-width: 480px) {
	.header_phone {display: none;}
}
/* Apple-like Form Styling */

.md-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 20px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

.md-form label {
  font-weight: 500;
  color: #1d1d1f;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.md-input,
.md-textarea,
.md-form select {
  font-size: 16px;
  padding: 12px 16px;
  border: 1px solid #d2d2d7;
  border-radius: 12px;
  background-color: #f9f9f9;
  transition: all 0.2s ease-in-out;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  color: #000;
  width: 100%;
}

.md-input:focus,
.md-textarea:focus,
.md-form select:focus {
  outline: none;
  border-color: #0071e3;
  box-shadow: 0 0 0 3px rgba(0, 113, 227, 0.2);
  background-color: #fff;
}

.md-textarea {
  resize: vertical;
  min-height: 100px;
}

.md-submit-btn {
  background-color: #0071e3;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 24px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.md-submit-btn:hover {
  background-color: #005bb5;
}

.md-submit-btn:active {
  background-color: #004999;
}

.md-form .wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4d4d4d;
}