.good_button{
	width: 32px;
	height: 32px;
	background: url(/images/ic_inf_good.svg) no-repeat;
	cursor: pointer;
	border: none;
}
.bad_button{
	width: 32px;
	height: 32px;
	background: url(/images/ic_inf_bad.svg) no-repeat;
	cursor: pointer;
	border: none;
}
.return_button{
	width: 20px;
	height: 18px;
	background: url(/img/back.png) no-repeat;
	cursor: pointer;
	border: none;
}

@media only screen and (max-width: 540px) {
	.rating {
		display: none;
	}
}

.rating-0- {
	display: none;
}

.warning_button{
	margin-top: 3px;
	width: 28px;
	height: 28px;
	background: url(/images/warning.svg) no-repeat;
	cursor: pointer;
	border: none;
}
.green_button{
	width: 18px;
	height: 18px;
	background: url(/img/up_green.png) no-repeat;
	cursor: pointer;
}
.red_button{
	width: 18px;
	height: 18px;
	background: url(/img/down_red.png) no-repeat;
	cursor: pointer;
}

.w-checkbox {
	display: block;
	margin-bottom: 5px;
	padding-left: 20px;
}

.w-checkbox::before {
	content: " ";
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
}

.w-checkbox::after {
	content: " ";
	display: table;
	-ms-grid-column-span: 1;
	grid-column-end: 2;
	-ms-grid-column: 1;
	grid-column-start: 1;
	-ms-grid-row-span: 1;
	grid-row-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	clear: both;
}

.w-checkbox-input {
	float: left;
	margin-bottom: 0px;
	margin-left: -20px;
	margin-right: 0px;
	margin-top: 4px;
	line-height: normal;
}

.w-checkbox-input--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
	background-color: #3898ec;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
	background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	width: 12px;
	height: 12px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
	box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-color: #3898ec;
	border-bottom-color: #3898ec;
	border-left-color: #3898ec;
	border-right-color: #3898ec;
}

.nav03_left {
	padding-right: 25px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.nav03_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 25px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav03_container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav03_logo_image {
	position: static;
	left: 0%;
	top: 0%;
	right: auto;
	bottom: 0%;
	max-width: 240px;
}

.main_nav {
	position: -webkit-sticky;
	position: sticky;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: auto;
	z-index: 100;
	display: block;
	width: 100%;
}

.def_button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 50px;
	padding: 10px 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #225ca6;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	text-decoration: none;
}

.def_button:hover {
	background-color: #337ddb;
	color: #fff;
}

.def_button.mrgn {
	margin-bottom: 100px;
}

.def_button.logout {
	background-color: #ad3333;
}

.nav03_logo.w--current {
	padding-left: 0px;
}

.nav03_link {
	padding: 10px 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #707c85;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.nav03_link:hover {
	border-bottom-color: #225ca6;
	color: #225ca6;
}

.nav03_link.w--current {
	color: #337ddb;
}

.nav03_link.mbn {
	display: none;
}

.nav03 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 120px;
	padding-right: 5%;
	padding-left: 5%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
}

.nav03_links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
}

.h05_button {
	width: 60px;
	height: 60px;
	padding-right: 20px;
	padding-left: 20px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background-color: #cc0000;
	background-image: url("../images/ic_search.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.h05_button:hover {
	background-color: #337ddb;
}

.h05_text {
	display: block;
	max-width: 880px;
	margin-right: auto;
	margin-bottom: 65px;
	margin-left: auto;
	color: #fff;
	font-weight: 300;
	text-align: center;
}

.h05_input {
	height: 60px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #abb4bc;
	background-color: #fff;
	font-size: 18px;
	line-height: 26px;
}

.h05_input.pdd {
	margin-bottom: 20px;
}

.h05_h1 {
	margin-top: 0px;
	margin-bottom: 35px;
	font-family: Oswald, sans-serif;
	color: #fff;
	font-size: 50px;
	line-height: 58px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
}

.h05 {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 650px;
	padding: 80px 5%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #225ca6;
	background-image: url("../images/back.svg");
	background-position: 50% 0%;
	background-size: auto;
	background-repeat: no-repeat;
}

.h05n {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 200px;
	padding: 20px 5% 0px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #225ca6;
}

.h05.insd {
	min-height: 300px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.h05_form_base {
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 25px;
	border-style: solid;
	border-width: 1px;
	border-color: #2962aa;
	background-color: rgba(47, 51, 58, 0.1);
}

.h05_form_base.insd {
	max-width: none;
	margin-bottom: 10px;
}

.h05_form_block {
	margin-bottom: 0px;
}

.h05_form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.h05_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#ads_block_top {
	text-align: center;
}

.fe07_card_wrap_ads {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 55px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.fe07_card_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 55px auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.fe07_card_wrap.hrz {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fe07_title_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fe07_title_wrap.insd {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fe07_title_wrap.acc {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fe07_title_wrap.insd_cmnt {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fe07_h2 {
	margin-top: 0px;
	font-family: Oswald, sans-serif;
	color: #2f333a;
	font-size: 50px;
	line-height: 58px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
}

.fe07_cmnt_neg {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 6px solid #cf7c7c;
	background-color: #fff;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #cf7c7c;
}

.fe07_cmnt_neg.acc_n {
	border-top: 1px solid #dce3ee;
	border-right: 1px solid #dce3ee;
	border-bottom: 1px solid #dce3ee;
}

.fe07_container {
	display: block;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fe07_container.insd {
	padding-top: 0px;
}

.fe07 {
	display: block;
	min-height: 500px;
	padding: 80px 5%;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.body {
	background-color: #eff3f9;
	font-family: Mont, sans-serif;
	color: #2f333a;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
}

.ic_login {
	width: 28px;
	height: 28px;
	margin-right: 4px;
}

.adv_wrapper {
	width: 100%;
	min-height: 360px;
	margin-bottom: 55px;
	border-style: solid;
	border-width: 1px;
	border-color: #dce3ee;
	background-color: #fff;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.tabs_menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.tab_link {
	width: 33.3%;
	padding: 10px;
	border-left: 1px solid #abb4bc;
	background-color: rgba(255, 255, 255, 0.8);
	color: #2f333a;
}

.tab_link.w--current {
	background-color: #337ddb;
	color: #fff;
}

.tab_link.frstchl {
	border-left-style: none;
}

.tabs_txt {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.h05_select {
	height: 60px;
	max-width: 220px;
	margin-right: 4px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
	background-image: url("../images/ic_select_arr.svg");
	background-position: 100% 50%;
	background-size: auto;
	background-repeat: no-repeat;
	font-size: 18px;
	line-height: 26px;
}

.h05_select:focus {
	border-color: #5d3eff;
}

.f07 {
	position: relative;
	padding: 40px 5%;
	background-color: #2f333a;
}

.f07_container {
	display: block;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer_link {
	display: block;
	padding: 10px 14px;
	opacity: 0.6;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #abb4bc;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: underline;
}

.footer_link:hover {
	opacity: 1;
}

.footer_link.w--current {
	opacity: 0.2;
}

.footer_links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.f07_bottom_wrap {
	padding-top: 15px;
	padding-bottom: 15px;
}

.f07_top_wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid rgba(100, 107, 115, 0.3);
}

.f07_link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 4px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0.6;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #939da5;
	font-size: 14px;
	line-height: 18px;
	text-decoration: underline;
}

.f07_link:hover {
	color: #337ddb;
}

.f07_logo {
	max-width: 200px;
}

.ic_instagram {
	width: 32px;
	height: 32px;
}

.cmnt_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.cmnt_top_left {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 70px;
	padding: 10px 15px 10px 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.ic_cmnt {
	width: 36px;
	height: 40px;
	margin-right: 10px;
}

.divider_v {
	width: 1px;
	height: 90%;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #dce3ee;
}

.cmnt_site_lnk {
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #225ca6;
	text-decoration: none;
}

.cmnt_site_lnk:hover {
	color: #337ddb;
}

.cmnt_top_right {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 70px;
	padding: 10px 30px 10px 15px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Oswald, sans-serif;
	color: #7a9dca;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.ic_user_cmnt {
	width: 32px;
	height: 32px;
	margin-right: 4px;
}

.link-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #7a9dca;
	text-decoration: none;
}

.link-block:hover {
	color: #337ddb;
}

.cmnt_content {
	width: 100%;
	padding: 40px 30px 20px;
}

.cmnt_content.insd {
	padding-bottom: 40px;
}

.cmnt_txt {
	color: #2f333a;
}

.cmnt_txt_link {
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #225ca6;
}

.cmnt_txt_link:hover {
	color: #337ddb;
}

.cmnt_bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 4px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.divider_h {
	width: 900%;
	height: 1px;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #dce3ee;
}

.fe07_cmnt_neit {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 6px solid #abb4bc;
	background-color: #fff;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #939da5;
}

.fe07_cmnt_neit.acc_n {
	border-top: 1px solid #dce3ee;
	border-right: 1px solid #dce3ee;
	border-bottom: 1px solid #dce3ee;
}

.fe07_cmnt_pos {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 6px solid #7bcb88;
	background-color: #fff;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #7bcb88;
}

.fe07_cmnt_pos.acc_n {
	border-top: 1px solid #dce3ee;
	border-right: 1px solid #dce3ee;
	border-bottom: 1px solid #dce3ee;
}

.uprc {
	text-transform: uppercase;
}

.uprc.green {
	color: #7bcb88;
	font-weight: 500;
}

.uprc.blc {
	color: #2f333a;
}

.uprc.rate {
	margin-left: 10px;
	padding: 6px 10px;
	background-color: #2f333a;
	color: #fff;
	font-weight: 300;
}

.uprc.rate.green {
	background-color: #7bcb88;
}

.uprc.rate.red {
	background-color: #cf7c7c;
}

.uprc.rate.orange {
	background-color: #cdcd00;
}

.uprc.rate.blue {
	background-color: #104e8b;
}

.uprc.rate.grey {
	background-color: #939da5;
}

.h1sml {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #225ca6;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.ic_site_rate {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 96px;
	height: 96px;
	min-width: 96px;
	margin-right: 20px;
	margin-bottom: 10px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-color: #dce3ee;
	background-color: #fff;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.ic_site_rate.green {
	border-color: #fff;
	background-color: #7bcb88;
}

.ic_site_rate.red {
	border-color: #fff;
	background-color: #cf7c7c;
}

.ic_site_rate.orange {
	border-color: #fff;
	background-color: #cdcd00;
}

.ic_site_rate.blue {
	border-color: #fff;
	background-color: #104e8b;
}

.ic_site_rate.grey {
	border-color: #fff;
	background-color: #939da5;
}

.fe07_inf {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #2f333a;
}

.fe07_inf.pdd {
	margin-bottom: 0px;
}

.fe07_inf.rgs {
	width: 50%;
	margin-bottom: 0px;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.inf_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 40px 30px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.inf_content.vrt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.inf_content.rgst {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.inf_content.fthd {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.inf_content.mnd {
	display: block;
}

.fe18_h1 {
	margin-top: 0px;
	font-family: Oswald, sans-serif;
	color: #2f333a;
	font-size: 50px;
	line-height: 58px;
	font-weight: 200;
	text-align: left;
	text-transform: uppercase;
}

.fe18_h1_new {
	margin-top: 0px;
	font-family: Oswald, sans-serif;
	color: #2f333a;
	font-size: 30px;
	line-height: 36px;
	font-weight: 200;
	text-align: left;
	text-transform: uppercase;
}

.scrn_img {
	overflow: hidden;
	width: 280px;
	height: 190px;
	margin-right: 30px;
	border-style: solid;
	border-width: 1px;
	border-color: #dce3ee;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.flx_vr_lf {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flx_hz_cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flx_hz_cnt.pdd {
	padding-left: 30px;
}

.flx_hz_cnt.pdd_tp {
	margin-bottom: 10px;
	padding-left: 26px;
}

.def_txt_lnk {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #337ddb;
}

.def_txt_lnk:hover {
	color: #225ca6;
}

.def_txt_lnk.mn {
	font-weight: 600;
}

.inf_txt {
	margin-right: 10px;
	color: #2f333a;
}

.inf_txt.mn {
	font-weight: 600;
}

.inf_txt.grn {
	color: #28a83d;
	font-weight: 600;
}

.inf_txt.rdn {
	color: #be2828;
	font-weight: 600;
}

.grey {
	color: #abb4bc;
	font-weight: 600;
}

.ic_inf {
	width: 32px;
	height: 32px;
	margin-right: 5px;
}

.inf_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
}

.flx_vr_lf_50 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.flx_hz_fll {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.h2sml {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #225ca6;
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
}

.h3sml {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2f333a;
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
}

.all_fdb_cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.fm_cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.frm {
	width: 100%;
	margin-bottom: 0px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.rdo {
	width: 26px;
	height: 26px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-width: 2px;
	border-color: #abb4bc;
	border-radius: 0%;
}

.rdo.w--redirected-checked {
	border-color: #7bcb88;
	background-color: #7bcb88;
	background-image: url("../images/ic_radio.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.rdo.w--redirected-focus {
	box-shadow: none;
}

.rdo_cn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rdo_txt {
	margin-right: 10px;
	margin-bottom: 0px;
	color: #2f333a;
	line-height: 22px;
	font-weight: 400;
}

.rdo_rd {
	width: 26px;
	height: 26px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-width: 2px;
	border-color: #abb4bc;
	border-radius: 0%;
}

.rdo_rd.w--redirected-checked {
	border-color: #cf7c7c;
	background-color: #cf7c7c;
	background-image: url("../images/ic_radio.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.rdo_rd.w--redirected-focus {
	box-shadow: none;
}

.cnt_33 {
	width: 33.333333333333336%;
	margin-bottom: 15px;
}

.rdo_btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rdo_ps {
	width: 26px;
	height: 26px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-width: 2px;
	border-color: #7bcb88;
	border-radius: 0%;
}

.rdo_ps.w--redirected-checked {
	border-color: #7bcb88;
	background-color: #7bcb88;
	background-image: url("../images/ic_radio.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.rdo_ps.w--redirected-focus {
	box-shadow: none;
}

.rdo_nt {
	width: 26px;
	height: 26px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-width: 2px;
	border-color: #abb4bc;
	border-radius: 0%;
}

.rdo_nt.w--redirected-checked {
	border-color: #939da5;
	background-color: #939da5;
	background-image: url("../images/ic_radio.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.rdo_nt.w--redirected-focus {
	box-shadow: none;
}

.rdo_ng {
	width: 26px;
	height: 26px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-width: 2px;
	border-color: #cf7c7c;
	border-radius: 0%;
}

.rdo_ng.w--redirected-checked {
	border-color: #cf7c7c;
	background-color: #cf7c7c;
	background-image: url("../images/ic_radio.svg");
	background-position: 50% 50%;
	background-size: auto;
	background-repeat: no-repeat;
}

.rdo_ng.w--redirected-focus {
	box-shadow: none;
}

.inf_strk {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.textarea {
	min-height: 200px;
	padding: 12px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #abb4bc;
	font-size: 18px;
}

.cmnt_top_left_cmn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 70px;
	padding: 10px 15px 10px 30px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Oswald, sans-serif;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.inf_strk_login {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 15px;
	padding-right: 30px;
	padding-left: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.btt_cnt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cmnt_txt_frm {
	color: #2f333a;
	font-size: 14px;
	line-height: 22px;
}

.blck {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ip_sts {
	float: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.rate_in_ic {
	position: absolute;
	left: auto;
	top: 0%;
	right: 0%;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 32px;
	height: 32px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
	background-color: #2f333a;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: 600;
}

.login {
	margin-bottom: 30px;
}

.login_wrapper {
	display: block;
	width: 400px;
}

.ic_input {
	width: 32px;
	height: 32px;
	color: #abb4bc;
}

.recover_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.input_ic {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 60px;
	height: 60px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-style: solid none solid solid;
	border-width: 1px;
	border-color: #abb4bc;
}

.input_ic.fll {
	max-height: 140px;
	min-height: 140px;
	padding-top: 12px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.link_gr {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #abb4bc;
	font-size: 16px;
}

.link_gr:hover {
	color: #225ca6;
}

.form_login_wr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.txt_12_85_md {
	color: #2f333a;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	text-align: center;
}

.txt_12_85_md.rcvr {
	margin-top: 10px;
	margin-bottom: 30px;
	padding-right: 24px;
	padding-left: 24px;
	color: #2f333a;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.input_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 0px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.input_wrapper.ava {
	padding-bottom: 30px;
}

.divid_h {
	width: 100%;
	height: 1px;
	background-color: #dce3ee;
}

.placeholder-container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.placeholder-container.user {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.placeholder-container.avat_bt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.login_wrapper_in {
	display: none;
}

.login_wrapper_in.active {
	position: static;
	display: block;
}

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

.flx_hr.cntr {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.log_inp {
	height: 60px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #abb4bc;
	background-color: #fff;
	font-size: 18px;
	line-height: 26px;
}

.h2sml_lg {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #225ca6;
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	text-align: center;
}

.pp_link {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #337ddb;
}

.pp_link:hover {
	color: #225ca6;
}

.capt {
	width: 120px;
	height: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: #abb4bc;
}

.cmntrate_bl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	padding: 10px 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cmntrt {
	color: #939da5;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}

.crtd {
	font-weight: 600;
}

.cmntrt_wrp {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.ic_rt_abuse {
	width: 28px;
	height: 28px;
	margin-left: 10px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #cf7c7c;
	text-decoration: none;
	cursor: pointer;
}

.ic_rt_abuse:hover {
	color: #c23333;
}

.ic_rt_plus {
	width: 28px;
	height: 28px;
	margin-left: 8px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #939da5;
	text-decoration: none;
	cursor: pointer;
}

.ic_rt_plus:hover {
	color: #7bcb88;
}

.ic_rt_minus {
	width: 28px;
	height: 28px;
	margin-left: 8px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #939da5;
	text-decoration: none;
	cursor: pointer;
}

.ic_rt_minus:hover {
	color: #cf7c7c;
}

.sts_blc {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.sts_blc.mrg {
	margin-right: 20px;
}

.inf_strk_hr {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #2f333a;
}

.inf_strk_hr.smpd {
	margin-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	text-decoration: none;
}

.plc {
	margin-right: 20px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Oswald, sans-serif;
	font-size: 26px;
	font-weight: 300;
}

.prg {
	margin-bottom: 20px;
	color: #2f333a;
}

.prg.smb {
	font-weight: 600;
}

.hd3 {
	color: #2f333a;
}

.hd3.strtd {
	margin-top: 0px;
}

.contact {
	margin-bottom: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.txt_inp {
	max-height: 140px;
	min-height: 140px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding-right: 20px;
	padding-left: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #abb4bc;
	background-color: #fff;
	font-size: 18px;
	line-height: 26px;
}

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

.avatar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-style: solid;
	border-width: 1px;
	border-color: #abb4bc;
}

.username {
	margin-bottom: 15px;
	color: #2f333a;
	font-size: 22px;
	line-height: 30px;
}

.def_txt_sm {
	color: #939da5;
	font-size: 14px;
	line-height: 22px;
	font-weight: 600;
}

.embd {
	margin-bottom: 5px;
}

.tab_men {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 40px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.tab_def {
	width: 50%;
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #eff3f9;
	color: #939da5;
	text-align: center;
}

.tab_def.w--current {
	background-color: #225ca6;
	color: #fff;
}

@media screen and (max-width: 991px) {
	.nav03_left {
		padding-right: 15px;
	}

	.nav03_right {
		padding-left: 15px;
	}

	.nav03_container {
		min-height: 100px;
	}

	.nav03_logo_image {
		max-width: 200px;
	}

	.nav03_menu_button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 50px;
		height: 50px;
		margin-left: 10px;
		padding: 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #eff3f9;
		color: #939da5;
	}

	.nav03_menu_button.w--open {
		background-color: #7a9dca;
		color: #fff;
	}

	.def_button.tpmn {
		height: 50px;
	}

	.def_button.logout {
		height: 50px;
	}

	.nav03_link {
		width: 100%;
		min-height: 45px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.nav03_link.mbn {
		display: block;
	}

	.nav03 {
		min-height: 100px;
	}

	.nav03_links {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 20px;
		border-top: 1px solid #dce3ee;
		background-color: #fff;
		box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.15);
	}

	.h05 {
		background-position: 50% 0%;
	}

	.fe07_card_wrap {
		position: relative;
		z-index: 5;
	}

	.ic_mb_menu {
		width: 50px;
		height: 50px;
	}

	.footer_links {
		display: -ms-grid;
		display: grid;
		grid-auto-columns: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto;
	}

	.cmnt_top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.cmnt_top_left {
		width: 100%;
		padding-right: 30px;
		border-bottom: 1px solid #dce3ee;
	}

	.cmnt_top_right {
		width: 100%;
		padding-left: 30px;
	}

	.fe07_inf.rgs {
		width: auto;
	}

	.inf_top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.cmnt_top_left_cmn {
		width: 100%;
		padding-right: 30px;
		border-bottom: 1px solid #dce3ee;
	}

	.sts_blc.mrg {
		margin-bottom: 10px;
	}

	.inf_strk_hr {
		margin-bottom: 40px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.inf_strk_hr.smpd {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media screen and (max-width: 767px) {
	.h05_text {
		text-align: left;
	}

	.h05_input {
		font-size: 16px;
		line-height: 24px;
	}

	.h05_h1 {
		font-size: 38px;
		line-height: 46px;
	}

	.h05 {
		background-position: 60% 0%;
	}

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

	.fe07_h2 {
		font-size: 38px;
		line-height: 46px;
	}

	.fe07_cmnt_neg {
		width: 100%;
		margin-bottom: 35px;
	}

	.body {
		font-size: 16px;
		line-height: 24px;
		overflow-x: hidden;
	}

	.tabs_txt {
		font-size: 14px;
		line-height: 22px;
	}

	.h05_select {
		max-width: 160px;
		font-size: 16px;
		line-height: 24px;
	}

	.f07 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer_links {
		display: -ms-grid;
		display: grid;
		margin-right: 0px;
		grid-auto-columns: 1fr;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.f07_bottom_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.cmnt_top_left {
		font-size: 18px;
		line-height: 24px;
	}

	.cmnt_top_right {
		font-size: 18px;
		line-height: 26px;
	}

	.fe07_cmnt_neit {
		width: 100%;
		margin-bottom: 35px;
	}

	.fe07_cmnt_pos {
		width: 100%;
		margin-bottom: 35px;
	}

	.fe07_inf {
		width: 100%;
		margin-bottom: 35px;
	}

	.inf_content.smbd {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.inf_content.rgst {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.inf_content.fthd {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.fe18_h1 {
		font-size: 30px;
		line-height: 36px;
	}

	.fe18_h1_new {
		font-size: 30px;
		line-height: 36px;
	}

	.scrn_img {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.flx_vr_lf_50 {
		width: 100%;
		margin-bottom: 20px;
	}

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

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

	.cmnt_top_left_cmn {
		font-size: 18px;
		line-height: 24px;
	}

	.log_inp {
		font-size: 16px;
		line-height: 24px;
	}

	.plc {
		margin-right: 10px;
		margin-left: 4px;
	}

	.txt_inp {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 479px) {
	.nav03_left {
		padding-right: 10px;
	}

	.nav03_right {
		padding-left: 10px;
	}

	.nav03_logo_image {
		max-width: 140px;
	}

	.def_button.tpmn {
		width: 50px;
		padding: 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.nav03 {
		min-height: 100px;
	}

	.h05_input {
		margin-right: 0px;
	}

	.h05 {
		background-position: 60% 0%;
	}

	.h05_h1 {
		font-size: 21px;
		line-height: 24px;
	}

	.fe18_h1 {
		font-size: 21px;
		line-height: 24px;
		text-align: center;
	}

	.fe18_h1_new {
		font-size: 21px;
		line-height: 24px;
		text-align: center;
	}

	.h05_form.cnd {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.fe07_title_wrap.insd {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fe07_title_wrap.acc {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fe07_title_wrap.insd_cmnt {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fe07.lgr {
		padding-top: 0px;
		padding-bottom: 5px;
	}

	.ic_login {
		margin-right: 0px;
	}

	.tab_link {
		padding-right: 4px;
		padding-left: 4px;
	}

	.h05_select {
		max-width: none;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.footer_link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		font-size: 14px;
		line-height: 22px;
	}

	.footer_links {
		grid-auto-columns: 1fr;
	}

	.f07_top_wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.f07_logo {
		margin-bottom: 30px;
	}

	.cmnt_top_left {
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.cmnt_top_right {
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.login_txt_mn {
		display: none;
	}

	.uprc.blc {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.uprc.rate.green {
		margin-left: 0px;
	}

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

	.ic_site_rate.green {
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.ic_site_rate.red {
		margin-bottom: 10px;
	}

	.ic_site_rate.grey {
		margin-bottom: 10px;
	}

	.fe18_h1.lft {
		text-align: left;
	}

	.fe18_h1_new.lft {
		text-align: left;
	}

	.scrn_img {
		width: auto;
		height: auto;
	}

	.flx_hz_cnt {
		margin-bottom: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.flx_hz_cnt.pdd {
		padding-left: 0px;
	}

	.flx_hz_cnt.pdd_tp {
		padding-left: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.inf_strk {
		padding-right: 0px;
		padding-left: 0px;
	}

	.cmnt_top_left_cmn {
		padding-top: 15px;
		padding-bottom: 15px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.inf_strk_login {
		padding-right: 0px;
		padding-left: 0px;
	}

	.ip_sts {
		margin-bottom: 10px;
	}

	.login_wrapper {
		width: auto;
	}

	.input_wrapper.ava {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.placeholder-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.placeholder-container.user {
		margin-bottom: 20px;
	}

	.placeholder-container.avat_bt {
		margin-bottom: 60px;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.log_inp {
		margin-right: 0px;
	}

	.capt {
		margin-right: 0px;
	}

	.cmntrate_bl {
		padding-right: 20px;
		padding-left: 20px;
	}

	.sts_blc {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.sts_blc.mrg {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.inf_strk_hr {
		padding-right: 0px;
		padding-left: 0px;
	}

	.inf_strk_hr.smpd {
		margin-bottom: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.txt_inp {
		margin-right: 0px;
	}

	.avatar {
		margin-bottom: 20px;
	}

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

	.tab_def {
		width: 100%;
	}
}

#pagination {
	text-align: center;
	margin: 10px;
	margin-top: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#pagination li {
	display: inline;
	margin: 2px 5px;
	padding: 5px 5px;
	border: 0px;
}

#pagination li.active {
	background-color: #3b5998;
	color: #fff;
}

@font-face {
	font-family: "Mont";
	src: url("../fonts/Mont-Regular.woff2") format("woff2"),
	url("../fonts/Mont-Regular.eot") format("embedded-opentype"),
	url("../fonts/Mont-Regular.woff") format("woff"),
	url("../fonts/Mont-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Mont";
	src: url("../fonts/Mont-Light.woff2") format("woff2"),
	url("../fonts/Mont-Light.eot") format("embedded-opentype"),
	url("../fonts/Mont-Light.woff") format("woff"),
	url("../fonts/Mont-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Mont";
	src: url("../fonts/Mont-SemiBold.woff2") format("woff2"),
	url("../fonts/Mont-SemiBold.eot") format("embedded-opentype"),
	url("../fonts/Mont-SemiBold.woff") format("woff"),
	url("../fonts/Mont-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

body {
	--nav-height: 120px;
	padding-top: var(--nav-height);
}

.main_nav {
	width: 100%;
	height: var(--nav-height);
	position: fixed;
	top: 0;
	left: 0;
	background: #ffffff;
	display: flex;
	align-items: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: transform 0.2s;
}

.nav--hidden {
	transform: translateY(calc(-1 * var(--nav-height)));
	box-shadow: none;
}

@media screen and (max-width: 991px) {
	body {
		--nav-height: 100px;
		padding-top: var(--nav-height);
	}
}
