/* reset */
/* main variables */
body {
	margin: 0;
	padding: 0;
	font-family: "Open Sans", sans-serif;
	/*background: #edf0f6; */
	height: 100%;
	color: #505050;
	font-weight: 400;
	line-height: 1.7;
	position: relative;
	font-size: 17px !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*MAIN*/
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, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-width: 0;
	padding: 0;
	margin: 0;
}

/*html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }*/

input, textarea {
	color: #333;
	font-family: "Open Sans", sans-serif;
	outline: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-appearance: none;
}

input[type="button"], input[type="submit"], button {
	cursor: pointer;
}

td {
	margin: 0;
	padding: 0;
}

form {
	padding: 0;
	margin: 0;
}

a {
	color: #3ab944;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

a:hover {
	color: #6abafc;
}

.noLink {
	pointer-events: none;
}

a, span, div, button {
	outline: none !important;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

input[type=submit], input[type=button], button {
	-webkit-appearance: none;
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after, .wrapper:after, .row:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	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);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	position: relative;
	height: 100%;
	min-height: 1px;
	display: none;
}

[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-arrow {
	position: absolute;
	border: none;
	-webkit-box-shadow: 0 1px 9px 0 rgba(0, 14, 32, 0.14);
	box-shadow: 0 1px 9px 0 rgba(0, 14, 32, 0.14);
	padding: 0;
	top: -22px;
	width: 74px;
	z-index: 30;
	cursor: pointer;
	height: 74px;
	font-size: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: white;
}

.slick-arrow:after {
	content: '';
	width: 10px;
	height: 17px;
	margin: 0 18px 0 0;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/arr.png?ver1.0) no-repeat center;
}

.slick-prev {
	left: -36px;
}

.slick-prev:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0 0 0 18px;
}

.slick-next {
	right: -36px;
}

.spec .slick-dots,
.post .slick-dots {
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0;
	margin-top: 20px;
}

.spec .slick-dots li,
.post .slick-dots li {
	list-style: none;
	display: inline-block;
	list-style: none;
	padding: 2px 6px;
}

.spec .slick-dots li button,
.post .slick-dots li button {
	border: none;
	display: block;
	padding: 0;
	font-size: 0;
	width: 6px;
	height: 6px;
	background: #cdd1dc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.post .slick-dots li[aria-hidden="false"] button {
	background: #505050;
}

.slick-dots li button:hover {
	background: #a2a6b9;
}


/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
/*
.header { width: 100%; text-align: center; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-order: 1; position: fixed;
    left: 0; right: 0; z-index: 50; top: 0; width: 100%;
    padding-top: 5px;
    background-color: white;
    height: 60px;
    border-bottom: 1px solid #dcdcdc;
}

.header_logo { display: block; margin: 0 auto 0; width: 223px; font-size: 0; float: left; position: relative; z-index: 5; }


.nav {
    text-align: left;
    float: right;
}

.nav > ul > li {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 0 0 0 15px;
    height: 61px;
}

.nav > ul > li > a,
.nav > ul > li > span {
    color: #141313;
    letter-spacing: 0.4px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
}

.nav > ul > li ul {
    display: none;
    background: #fff;
    position: absolute;
    top: 100%;
    min-width: 100%;
    white-space: nowrap;
    left: 0;
    padding: 15px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13);
    box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13);
}

.nav > ul > li ul li {
    padding: 0 0 3px;
    letter-spacing: 0.4px;
    font-size: 17px;
    list-style: none;
    position: relative;
}

.nav > ul > li ul li a {
    color: #141313;
}

.nav > ul > li ul li a:hover {
    color: #e437fc;
}


.nav > ul li.parent {
    padding-right: 15px;
    cursor: pointer;
}

.nav > ul li.parent:before {
    content: '';
    position: absolute;
    top: 23px;
    border: 5px solid transparent;
    border-top: 5px solid #141313;
    right: 0;
    left: auto;
}



*/


@keyframes topBar_open {
	0% {
		transform: translateY(0px) rotate(0deg);
		width: 40px;
	}
	10% {
		transform: translateY(-8px) rotate(0deg);
		width: 40px;
	}
	50% {
		transform: translateY(25px) rotate(45deg);
		width: 56px;
	}
	75% {
		transform: translateY(12px) rotate(45deg);
		width: 56px;
	}
	100% {
		transform: translateY(17px) rotate(45deg);
		width: 56px;
	}
}

@keyframes bottomBar_open {
	0% {
		transform: translateY(0px) rotate(0deg);
		width: 40px;
	}
	10% {
		transform: translateY(-8px) rotate(0deg);
		width: 40px;
	}
	60% {
		transform: translateY(0px) rotate(-45deg);
		width: 56px;
	}
	75% {
		transform: translateY(-10px) rotate(-45deg);
		width: 56px;
	}
	100% {
		transform: translateY(-8px) rotate(-45deg);
		width: 56px;
	}
}

@keyframes menuLabel_open {
	0% {
		transform: translateY(0px);
		opacity: 1;
	}
	25% {
		transform: translateY(-18px);
	}
	45% {
		transform: translateY(44px);
		opacity: 1;
	}
	48% {
		transform: translateY(50px);
		opacity: 0;
	}
	100% {
		transform: translateY(30px);
		opacity: 0;
	}
}

@keyframes topBar_close {
	0% {
		transform: translateY(17px) rotate(45deg);
		width: 56px;
	}
	35% {
		transform: translateY(-8px) rotate(-4deg);
		width: 40px;
	}
	53% {
		transform: translateY(10px) rotate(3deg);
		width: 40px;
	}
	70% {
		transform: translateY(-6px) rotate(0deg);
		width: 40px;
	}
	100% {
		transform: translateY(-2px) rotate(0deg);
		width: 40px;
	}
}

@keyframes bottomBar_close {
	0% {
		transform: translateY(-8px) rotate(-45deg);
		width: 56px;
	}
	35% {
		transform: translateY(-18px) rotate(6deg);
		width: 40px;
	}
	53% {
		transform: translateY(0px) rotate(-3deg);
		width: 40px;
	}
	68% {
		transform: translateY(-7px) rotate(0deg);
		width: 40px;
	}
	100% {
		transform: translateY(0px) rotate(0deg);
		width: 40px;
	}
}

@keyframes menuLabel_close {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}
	5% {
		transform: translateY(25px);
		opacity: 1;
	}
	25% {
		transform: translateY(-30px);
		opacity: 1;
	}
	37% {
		transform: translateY(-22px);
		opacity: 1;
	}
	45% {
		transform: translateY(-22px);
		opacity: 1;
	}
	58% {
		transform: translateY(8px) rotate(-10deg);
		opacity: 1;
	}
	83% {
		transform: translateY(-6px) rotate(0deg);
		opacity: 1;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.header {
	position: relative;
	z-index: 10;
}

.header .header_logo img {
	padding-top: 5px;
}

.header .wrapper {
	text-align: left;
}

.header #mobile-menu-btn {
	display: block;
	position: absolute;
	text-align: right;
	width: 40px;
	height: 40px;
	top: 10px;
	right: 20px;
}

.header #mobile-menu-btn:before, .header #mobile-menu-btn:after {
	content: "";
	width: 40px;
	height: 6px;
	background-color: #505050;
	display: block;
	position: absolute;
	border-radius: 20px;
}

.header #mobile-menu-btn:before {
	transform-origin: left center;
}

.header #mobile-menu-btn:after {
	right: 0;
	top: 25px;
	margin-top: -13px;
	transform-origin: right center;
}

.header #mobile-menu-btn .text {
	color: #505050;
	font-family: "Candal", sans-serif;
	display: block;
	position: absolute;
	bottom: 0;
	font-size: 12px;
	letter-spacing: 1.3px;
}

.header #mobile-menu-btn:hover {
	cursor: pointer;
}

.header #mobile-menu-btn.open {
	margin-top: -25px;
}

.header #mobile-menu-btn.open:before {
	animation: topBar_open 1s ease-in-out;
	animation-fill-mode: forwards;
}

.header #mobile-menu-btn.open:after {
	animation: bottomBar_open 1s ease-in-out;
	animation-fill-mode: forwards;
	margin-top: 0;
}

.header #mobile-menu-btn.open .text {
	animation: menuLabel_open 1s ease-in;
	animation-fill-mode: forwards;
}

.header #mobile-menu-btn.close:before {
	animation: topBar_close 1s ease-in-out;
	animation-fill-mode: forwards;
	margin-top: 2px;
}

.header #mobile-menu-btn.close:after {
	animation: bottomBar_close 1s ease-in-out;
	animation-fill-mode: forwards;
	margin-top: -13px;
}

.header #mobile-menu-btn.close .text {
	animation: menuLabel_close 1s ease-in;
	animation-fill-mode: forwards;
}

@media only screen and (min-width: 1000px) {
	.header #mobile-menu-btn {
		display: none;
	}
}

/*--------------   Header Menu   --------------*/
.header .nav #menu-header {
	position: absolute;
	background: #fff;
	right: 10px;
	top: 46px;
	box-shadow: 0 8px 21px rgba(160, 183, 190, 0.28);
	border-radius: 4px;
	padding: 5px 10px 5px 5px;
	overflow: auto;
	max-height: 80vh;
	visibility: initial;
	opacity: 1;
}

.header .nav ul {
	display: none;
}

.header .nav ul.open {
	display: block;
}

.header .nav ul.dropdown-menu {
	padding: 10px 0 15px 10px;
	border-top: 1px solid;
}

.header .nav ul li {
	list-style: none;
	margin-bottom: 10px;
	padding: 0 20px 3px 15px;
	letter-spacing: 0.4px;
	font-size: 17px;
	position: relative;
	text-align: left;
}

.header .nav ul li a, .header .nav ul li span {
	color: #3E454E;
	letter-spacing: 0.4px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 16px;
	line-height: 35px;
	margin: 0;
	width: 100%;
}

.header .nav ul li a:hover, .header .nav ul li span:hover {
	color: #EF4644;
}

.header .nav ul li.parent {
	cursor: pointer;
}

.header .nav ul li.parent:before {
	content: "";
	position: absolute;
	top: 16px;
	border: 4px solid transparent;
	border-top: 4px solid #3E454E;
	right: 0;
	left: auto;
}

.header .nav ul li.parent:before.active {
	-moz-transform: rotate(90deg);
	/* Для Firefox */
	-ms-transform: rotate(90deg);
	/* Для IE */
	-webkit-transform: rotate(90deg);
	/* Для Safari, Chrome, iOS */
	-o-transform: rotate(90deg);
	/* Для Opera */
	transform: rotate(90deg);
}

@media only screen and (min-width: 600px) {
	.header .wrapper {
		text-align: center;
	}
}

@media only screen and (min-width: 1000px) {
	.header .header_logo img {
		max-width: 180px;
	}

	.header .nav {
		float: initial;
		text-align: center;
	}

	.header .nav #menu-header {
		display: block;
		position: initial;
		background: initial;
		box-shadow: none;
		max-height: initial;
		overflow: initial;
	}

	.header .nav #menu-header > li {
		list-style: none;
		position: relative;
		display: inline-block;
		height: 61px;
	}

	.header .nav #menu-header > li:focus > ul, .header .nav #menu-header > li:hover > ul {
		transform: rotateX(0deg);
		visibility: visible;
		opacity: 1;
		padding: 0;
	}

	.header .nav #menu-header > li:focus > ul > li:focus > ul, .header .nav #menu-header > li:focus > ul > li:hover > ul, .header .nav #menu-header > li:hover > ul > li:focus > ul, .header .nav #menu-header > li:hover > ul > li:hover > ul {
		transform: translateX(-100%);
		transition: 0.1s linear;
		visibility: visible;
		opacity: 1;
	}

	.header .nav #menu-header > li:focus > ul > li:focus > ul > li, .header .nav #menu-header > li:focus > ul > li:hover > ul > li, .header .nav #menu-header > li:hover > ul > li:focus > ul > li, .header .nav #menu-header > li:hover > ul > li:hover > ul > li {
		text-align: right;
	}

	.header .nav #menu-header > li > ul {
		transform: rotateX(-90deg);
		transform-origin: 0% 0%;
		transition: 0.3s linear;
	}

	.header .nav ul {
		visibility: hidden;
		opacity: 0;
		background: #fff;
		position: absolute;
		top: 86%;
		white-space: nowrap;
		right: -5px;
		padding: 0;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-webkit-box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13);
		box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13);
		display: block;
	}

	.header .nav ul.dropdown-menu {
		border-top: 0;
		overflow: auto;
		max-height: 80vh;
	}

	.header .nav ul li {
		margin-bottom: 5px;
	}

	.header .nav ul li.parent.parent_2 > ul > li {
		padding: 0 15px 3px 30px;
	}

	.header .nav ul li.parent.parent_3:before {
		transform: rotate(90deg);
		left: 10px;
		top: 13px;
		right: auto;
	}

	.header .nav ul li.parent.parent_3 > ul {
		left: 1px;
		top: -6px;
		padding: 4px;
		display: table;
	}

	.header .nav ul li.parent.parent_3 > ul > li {
		margin-bottom: 0;
		padding: 0 10px;
	}
}


@media only screen and (min-width: 1200px) {
	.header .wrapper {
		text-align: left;
	}

	.header .nav {
		float: right;
		text-align: left;
	}
}


.footer {
	text-align: left;
	width: 100%;
	min-width: 320px;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
	color: #505050;
	position: relative;
	z-index: 2;
	background: #ebebf5;
	font-size: 16px;
}

.footer .btn {
	-webkit-box-shadow: 0 4px 7.36px 0.64px rgba(94, 14, 119, 0.24);
	box-shadow: 0 4px 7.36px 0.64px rgba(94, 14, 119, 0.24);
}


.footer_bot {
	padding: 15px 0 18px;
	background: #3a3d5b;
}

.footer_copy {
	text-align: center;
	font-size: 15px;
	color: #fefefd;
	opacity: 0.5;
}

.footer .wrapper {
	max-width: 1177px;
}

.footer_top {
	padding: 40px 0;
}

.footer_cont {
	margin: 10px;
	width: calc(60% - 20px);
	text-align: left;
	float: left;
}

.footer_cont .footer_col {
	float: left;
	width: 33%;
	padding-right: 10px;
}

.foter_right h4,
.footer_cont .footer_col h4 {
	font-size: 26px;
	padding: 10px 0;
}

.foter_right h4 {
	margin-left: 25px;
}

.footer_list li {
	list-style: none;
	padding: 10px 0;
	letter-spacing: 0;
}

.footer_list li a {
	color: #505050;
}

.footer_list li a:hover {
	color: #3ab944;
}

.foter_right {
	margin: 10px;
	width: calc(40% - 20px);
	float: left;
}

.foter_right .footer_subsc {
	position: relative;
	margin-top: 4px;
	width: 100%;
}

.foter_right .footer_subsc form p {
	width: 100%;
}

.foter_right .footer_subsc form p span.wpcf7-form-control-wrap {
	float: left;
}

.foter_right .footer_subsc form p span.wpcf7-form-control-wrap:first-child {
	width: calc(75% - 15px);
}

.foter_right .footer_subsc form p .t-inp {
	height: 55px;
	padding: 0 0 0 25px;
	float: left;
	width: 100%;
	color: #505050;
	background: #d4d1dc;
}

.foter_right .footer_subsc form p .t-inp::placeholder {
	color: #505050;
}

.foter_right .footer_subsc form p .btn {
	height: 55px;
	font-size: 16px;
	line-height: 31px;
	float: left;
	margin: 0 0 0 25px;
	width: calc(25% - 10px);
	/*background: #505050;*/
	/*box-shadow: none;*/
}

@media screen and (max-width: 960px) {
	.footer_cont,
	.foter_right {
		width: 100%;
		clear: both;
	}
}

@media screen and (max-width: 620px) {
	.footer_cont .footer_col {
		text-align: center;
		float: none;
		width: 100%;
	}
}

@media screen and (max-width: 449px) {
	.footer_cont {
		display: block;
		text-align: center;
		padding-top: 165px;
	}

	.foter_right {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		left: 0;
	}

	.foter_right h4 {
		font-size: 20px;
		padding: 0;
		text-align: center;
	}

	.foter_right .footer_subsc form p {
		padding: 0 10px;
	}

	.foter_right .footer_subsc form p span.wpcf7-form-control-wrap:first-child,
	.foter_right .footer_subsc form p .btn {
		width: 100%;
		margin: 0;
		padding: 10px 0;
		display: block;
	}

}


.moveTop {
	margin-top: -35px;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	font-size: 0;
	line-height: 70px;
	background-image: -webkit-linear-gradient(-90deg, #fe9385 1%, #febf85 100%);
	background-image: -ms-linear-gradient(-90deg, #fe9385 1%, #febf85 100%);
	-webkit-box-shadow: 0 1px 9px 0 rgba(0, 14, 32, 0.14);
	box-shadow: 0 1px 9px 0 rgba(0, 14, 32, 0.14);
	position: fixed;
	right: 30px;
	bottom: -100px;
	z-index: 20;
}

.moveTop:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 14px;
	background: url(../img/up.png) no-repeat center;
}

@media (min-width: 300px) {
	.thrv_wrapper.tve-tqb-page-type {
		margin-bottom: 0 !important;
	}

}

/* */
@media screen and (max-width: 767px) {
	.footer_cont h4 {
		font-size: 18px;
		line-height: 26px;
	}
}

.main-wrapper {
	padding: 0 0 0 0;
	min-width: 320px;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
}

.wrapper {
	min-width: 320px;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	width: 100%;
}

/* titles */
p {
	padding: 0 0 12px 0;
}

h1, .h1 {
	font-size: 30px;
	line-height: 1.17;
	color: inherit;
	padding: 10px 0 16px 0;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

.h1 {
	font-weight: 600;
	padding: 10px 0 10px 0;
	letter-spacing: -1.35px;
	line-height: 1.2;
	margin-bottom: 7px;
}

h2 {
	font-size: 25px;
	line-height: 1.4;
	color: #4f5376;
	padding: 5px 0 14px 0;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
}

.h2 {
	text-align: center;
	margin: 0 -30px;
}

.h2 h2, .h2 h1 {
	font-size: 30px;
}

.h2 h2:before, .h2 h2:after, .h2 h1:before, .h2 h1:after {
	width: 47px;
	height: 1px;
	background: #68bdfc;
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -4px 13px 0;
}

.h2 h1 {
	padding: 0;
}

.h2 .h1 {
	font-size: 30px;
	font-weight: bold;
	padding: 0;
}

h3, .h3 {
	font-size: 22px;
	line-height: 1.3;
	color: #4f5376;
	padding: 2px 0 17px 0;
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
}

.h3 {
	position: relative;
	padding-top: 0;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 15px;
}

.h3:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 1px;
	background: #fff;
	height: 16px;
}

.h3 h3 {
	padding: 0;
}

h4, .h4 {
	font-size: 20px;
	line-height: 1.3;
	color: inherit;
	padding: 0 0 15px 0;
	position: relative;
	font-weight: bold;
}

/* text position */
.text-left {
	text-align: left !important;
}

.text-center {
	text-align: center !important;
}

.text-right {
	text-align: right !important;
}

.nowrap {
	white-space: nowrap !important;
}

/* loader */
.loaded .main-wrapper {
	visibility: hidden;
}

.icon-load {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	background-color: #edf0f6;
	z-index: 200;
}

.icon-load:after {
	content: '';
	background: url(../img/loader.gif?ver1.0) no-repeat left top;
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
}

.loaded .icon-load {
	display: block;
}

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/

.content {
	min-width: 320px;
	text-align: left;
	width: 100%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	-webkit-order: 2;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-grow: 1;
	padding-top: 60px;
}

body.hid {
	overflow: hidden;
}

.m-hid {
	display: none;
}

/* */
form:after {
	content: '';
	display: block;
	clear: both;
}

.btn {
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
	border: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 18px;
	height: 50px;
	line-height: 30px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	background: #3ab944;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: -webkit-linear-gradient(top left, #1a99ffc9 4%, #e53aff 46%, #e53aff 50%);
	/*-webkit-linear-gradient(top, #4bc65e 0%, #26b190 50%, #79a9fc 51%, #e338fc 100%);*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4bc65e), color-stop(50%, #26b190), color-stop(51%, #79a9fc), to(#e338fc));
	background: -o-linear-gradient(bottom right, #1a99ffc9 4%, #e53aff 46%, #e53aff 50%);
	/*-o-linear-gradient(top, #4bc65e 0%, #26b190 50%, #79a9fc 51%, #e338fc 100%);*/
	background: linear-gradient(to bottom right, #1a99ffc9 4%, #e53aff 46%, #e53aff 50%);
	/*linear-gradient(to bottom right, #4bc65e 0%, #26b190 50%, #79a9fc 51%, #e338fc 100%);*/

	-webkit-background-size: 200% 200%;
	background-size: 200% 200%;
}

.btn:hover {
	color: #fff;
	background-position: 75% 100%;
}

.btns {
	text-align: center;
}

.btns .btn {
	width: 264px;
}

.form_row {
	margin-bottom: 15px;
}

.form_row:after {
	content: '';
	display: block;
	clear: both;
}

.t-inp, textarea {
	position: relative;
	padding: 10px 10px 10px 18px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	width: 100%;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	height: 50px;
	border: none;
	background: rgba(58, 61, 91, 0.5);
	font-size: 15px;
	color: #fff;
	line-height: 30px;
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

textarea {
	height: 91px;
	resize: none;
}

input::-webkit-input-placeholder {
	color: #fff;
}

input:-moz-placeholder {
	color: #fff;
}

input::-moz-placeholder {
	color: #fff;
}

input:-ms-input-placeholder {
	color: #fff;
}

.cover-inp {
	position: relative;
}

.cover-inp textarea.t-inp {
	resize: none;
	height: 65px;
}

.cover-inp label {
	position: absolute;
	overflow: hidden;
	white-space: nowrap;
	right: 0;
	letter-spacing: 0.7px;
	left: 0;
	top: 14px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.cover-inp:after {
	content: '';
	background: #fff;
	height: 1px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	z-index: 2;
}

.cover-inp .t-inp:focus + label, .filled label {
	font-size: 9px;
	top: -1px;
	opacity: 0.4;
}

.filled:after {
	width: 100%;
}

/*---------------------------------------*/


.section-top2 {
	background-image: url(../img/banner2_mob.jpg?ver1.0);
}

.section-top2:after {
	background-image: url(../img/strip2.png?ver1.0);
}

.section-top2 .btn {
	background: #3ab944;
	text-shadow: 0 2px 6px rgba(190, 35, 113, 0.79);
	background: -webkit-linear-gradient(top, #febe85 0%, #fe9385 50%, #79a9fc 51%, #e338fc 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#febe85), color-stop(50%, #fe9385), color-stop(51%, #79a9fc), to(#e338fc));
	background: -o-linear-gradient(top, #febe85 0%, #fe9385 50%, #79a9fc 51%, #e338fc 100%);
	background: linear-gradient(to bottom, #febe85 0%, #fe9385 50%, #79a9fc 51%, #e338fc 100%);
	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
}

.section-top2 .btn:hover {
	background-position: 0 100%;
}


/*
================================================================================
|                                     SLIDER                                   |
================================================================================
*/


.section-spec {
	position: relative;
	z-index: 2;
	padding: 5px 0 15px;
}

.section-spec .wrapper {
	padding: 0;
}


.section-top-wrapper {
	width: calc(50% - 35px);
	position: absolute;
	left: 20px;
	top: 20px;
	color: #505050;
	z-index: 6;
}

.section-top-wrapper.section-top-wrapper-static {
	position: initial;
	margin-left: 20px;
	width: 100%;
}

.section-top-wrapper.section-top-wrapper-static .h1 {
	margin-bottom: 7px;
}

.section-top-wrapper .btn {
	font-size: 17px;
	z-index: 10;
	-webkit-box-shadow: 0 4px 7.36px 0.64px rgba(94, 14, 119, 0.24);
	box-shadow: 0 4px 7.36px 0.64px rgba(94, 14, 119, 0.24);
	width: 215px;
}

.section-top-wrapper .h1 {
	font-size: 36px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.9px;
}


.spec {
	margin-bottom: 0;
	padding-left: 8px;
	width: calc(100% + 8px);
}

.spec:after {
	content: '';
	display: block;
	clear: both;
}

.spec .spec_item {
	width: calc(33% - 16px);
	float: left;

	border-radius: 10px;
	border: 1px solid #bfbfbf;
	margin: 8px;
	position: relative;
}


.spec .spec_item.spec_item_0 {
	width: calc(100% - 16px);
}


.spec .spec_item.spec_item_1 {
	width: calc(30% - 16px);
}

.spec .spec_item.spec_item_2 {
	width: calc(20% - 16px);
}

.spec .spec_item.spec_item_3 {

	width: calc(20% - 16px);
}

.spec .spec_item.spec_item_4 {
	width: calc(50% - 16px);
}

.spec .spec_item.spec_item_5 {
	width: calc(30% - 16px);
}

.spec .spec_item.spec_item_first {
	margin-left: 50%;
}


.spec .spec_item.spec_item_2.spec_item_right {
	width: calc(20% - 8px);
}

.spec .spec_item.spec_item_4.spec_item_right {
	width: calc(50% - 8px);
}

.spec .spec_item .spec_item_ava {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-left: 0;
	margin-right: 2px;

	width: 100%;
	height: 250px;
}

.spec .spec_item .spec_item_ava img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius: 10px 10px 0 0;
}

.spec .spec_item .spec_item_ava .stars_val {
	color: #505050;
	position: absolute;
	padding: 10px 14px;
	background: white;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	top: 20px;
	left: 20px;
}

.spec .spec_item .spec_item_cont {
	overflow: hidden;
	padding: 10px 0 15px 20px;
}

.spec .spec_item .spec_item_cont .spec_item_name a,
.spec .spec_item .spec_item_cont .spec_item_name {
	font-size: 26px;
	color: #505050;
}

.spec .spec_item .spec_item_cont .vote-block {
	position: relative;
	vertical-align: text-top;
	display: inline-block;
	width: 100px;
	line-height: 1;
}

.spec .spec_item .spec_item_cont .stars_sm {
	position: relative;
	font-size: 10px;
	color: #505050;
	line-height: 1;
	display: inline-block;
	vertical-align: text-top;
	margin-top: 2px;
}


@media screen and (max-width: 1190px) {
}

@media screen and (max-width: 960px) {
	.content {
		/*padding-top: 50px;*/
	}

	.section-top-wrapper {
		width: 100%;
		margin: 0;
		padding: 0;
		position: initial;
		text-align: center;
	}

	.spec .spec_item.spec_item_2.spec_item_right,
	.spec .spec_item.spec_item_4.spec_item_right,
	.spec .spec_item.spec_item_1,
	.spec .spec_item.spec_item_2,
	.spec .spec_item.spec_item_3,
	.spec .spec_item.spec_item_4,
	.spec .spec_item.spec_item_5 {
		width: calc(33% - 16px);
		margin: 8px;
	}

	.spec .spec_item.spec_item_first {
		margin-left: 8px;
	}

	.spec .spec_item {
		width: calc(50% - 16px);
	}
}

@media screen and (max-width: 767px) {
	.spec {
		padding-left: 0;
		width: 100%;
	}
}

@media screen and (max-width: 560px) {
	.spec .spec_item {
		width: calc(100% - 16px);
	}

}

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

	.spec .spec_item {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}


.section-cols {
	padding: 5px 0 30px;
}

.exist-static-block .section-cols .wrapper {
	z-index: 0;
}

.exist-static-block .section-cols .wrapper > .head-review,
.exist-static-block .section-cols .wrapper > .center {
	margin-right: 424px;
}

#top_page {
	position: relative;
}

.section-banner-static {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.banner-static_absolute {
	position: absolute;
	top: 0;
	right: 0;
}

.banner-static_intermediate {
	width: 414px;
}

.banner-static {
	position: initial;
	top: 70px;
	width: 414px;
}

.banner-static .banner-static__item {
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	clear: both;
	width: 100%;
	height: 120px;
	font-size: 14px;
	color: #505050;
	margin-bottom: 16px;
	background-color: #fff;
}

.banner-static .banner-static__item .stat_item_ava {
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px #edf0f6 solid;
	background-color: #f3f3f7;
	width: 90px;
	height: 90px;
	margin: 15px;
	float: left;
}

.banner-static .banner-static__item .stat_item_cont {
	float: left;
	width: 150px;
	padding-left: 15px;
}

.banner-static .banner-static__item .stat_item_cont .stars {
	margin-top: 10px;
}

.banner-static .banner-static__item .stat_item_cont .stars_sm {
	font-size: 10px;
	color: #9193a6;
	margin-top: 10px;
}

.banner-static .banner-static__item .stat_item_cont .vote-block {
	float: left;
	margin-top: 4px;
}

.banner-static .banner-static__item .stat_item_cont .stars_val {
	font-weight: bold;
	font-size: 14px;
	color: #ffbb00;
	float: right;
	margin: 0;
	padding: 0;
}

.banner-static .banner-static__item .stat_item_btn {
	float: right;
	width: 140px;
	text-align: center;
}

.banner-static .banner-static__item .revs_link {
	font-size: 14px;
	color: #505050;
	margin-top: 18px;
}

.banner-static .banner-static__item .stat_item_btn .btn {
	height: 36px;
	font-size: 14px;
	padding: 0 20px;
	margin-top: 15px;
	z-index: 10;
	-webkit-box-shadow: 0 4px 7.36px 0.64px rgba(94, 14, 119, 0.24);
	box-shadow: 0 4px 7.36px 0.64px rgba(94, 14, 119, 0.24);
}

@media screen and (max-width: 1023px) {
	#top_page {
		position: initial;
	}

	.section-banner-static {
		position: initial;
		top: auto;
		right: auto;
		width: initial;
	}


	.section-spec .wrapper {
		width: calc(100% - 34px);
		margin: 0 17px;
		padding-right: 17px;
	}

	.exist-static-block .section-cols .wrapper > .head-review,
	.exist-static-block .section-cols .wrapper > .center,
	.exist-static-block .section-cols .wrapper > * {
		margin-right: 0;
	}

	.section-banner-static .banner-static_absolute {
		position: initial;
	}

	.section-banner-static .banner-static_absolute .banner-static_intermediate {
		width: 100%;;
	}

	.section-banner-static .banner-static_absolute .banner-static {
		position: initial;
		width: 100%;
		text-align: center;
	}

	.banner-static .banner-static__item {
		width: 420px;
		position: relative;
		display: inline-block;
	}

}

@media screen and (max-width: 767px) {
	.section-spec .wrapper {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}

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

	.banner-static .banner-static__item {
		width: 100%;
	}

	.banner-static .banner-static__item .stat_item_ava {
		width: 64px;
		height: 64px;
	}

	.banner-static .banner-static__item .stat_item_cont {
		width: calc(100% - 110px);
		float: right;
		margin-right: 15px;
	}

	.banner-static .banner-static__item .stat_item_cont .revs_link {
		margin-top: 8px;
	}

	.banner-static .banner-static__item .stat_item_cont .stars {
		width: 120px !important;
		float: none;
		margin: 4px auto 0;
	}

	.banner-static .banner-static__item .stat_item_cont .stars_sm {
		display: none;
	}

	.banner-static .banner-static__item .stat_item_btn {
		float: none;
		width: 100%;
		position: initial;
	}

	.banner-static .banner-static__item .stat_item_btn .revs_link {
		position: absolute;
		bottom: 9px;
		left: 25px;
		margin-top: 0;
	}

	.banner-static .banner-static__item .stat_item_btn .btn {
		position: inherit;
		margin-top: 8px;
	}

}

.post_find_block {
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	text-align: center;
	padding: 144px 0;
}

.post_find_block .post_find_block__text {
	margin-bottom: 68px;
	color: #505050;
	font-size: 36px;
	font-weight: 900;
	line-height: 1.2;
}

.post_find_block .post_find_block__btn {
	padding: 16px 22px;
	background: #009fff;
	border-radius: 3px;
	color: #fff;
	font-size: 16px;
}

article.post img.fullwidth {
	border-radius: 10px;
}


article .hide_block_article {
	display: none;
}

.section-cols article .read_more_text {
	text-align: center;
	font-weight: 700;
	cursor: pointer;
}

.section-cols article .read_more_text > span {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	font-size: 24px;
	margin: -6px 0 0 13px;
}

.many_images {
	margin: 15px 0;
}

.post .many_images ul.slick-dots li:before {
	content: none;
}


.many_images .many_images__item {
	height: 200px;
}

.many_images .many_images__item img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.many_images .many_images__item1,
.many_images .many_images__item2,
.many_images .many_images__item3 {
	width: 100%;
	height: 100%;
}

.many_images .many_images__item1 {
	padding-left: 0;
	padding-right: 8px;
}

.many_images .many_images__item2 {
	padding-left: 8px;
	padding-right: 8px;
}

.many_images .many_images__item3 {
	padding-left: 8px;
	padding-right: 0;
}

@media screen and (max-width: 1024px) {
	.many_images .many_images__item1,
	.many_images .many_images__item2,
	.many_images .many_images__item3 {
		padding-left: 8px;
		padding-right: 8px;
	}
}


.post .fullwidth {
	display: block;
	margin: 10px 0 13px;
	width: 100%;
}

.post blockquote {
	position: relative;
	display: block;
	font-weight: bold;
	font-size: 21px;
	padding-left: 27px;
	line-height: 34px;
	padding-top: 7px;
	padding-bottom: 3px;
	margin-bottom: 28px;
}

.post blockquote:before {
	content: '';
	width: 4px;
	background: #68bdfc;
	position: absolute;
	left: 0;
	top: 14px;
	bottom: 5px;
}

.post ol {
	margin-bottom: 12px;
}

.post ol li {
	margin-bottom: 7px;
	line-height: 1.5;
}

.post ul {
	margin-bottom: 12px;
}

.post ul li {
	position: relative;
	padding-left: 22px;
	list-style: none;
	margin-bottom: 7px;
	line-height: 1.5;
}

.post ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #e296bf;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}

.post b {
	font-weight: 600;
}

.post strong {
	font-weight: bold;
}

.post img + p {
	padding-top: 11px;
}

.post p a {
	border-bottom: 1px solid #3ab944;
}

.post2 p {
	padding: 0 0 15px 0;
}

.post_date {
	font-size: 15px;
	font-weight: 600;
	opacity: 0.5;
	letter-spacing: 0.25px;
	margin-bottom: 16px;
}

.section-brides {
	background: #ebebf5;
	margin-top: 9px;
	padding: 25px 0 35px;
	position: relative;
	overflow: hidden;
	z-index: 3;
}

.section-brides .h1 {
	text-align: center;
	letter-spacing: 1px;
	font-size: 36px;
	font-weight: 900;
	margin: 0 0 40px 0;
	padding: 0;
}

.section-brides .brides {
	text-align: center;
	margin: 0 0 40px;
}

.brides_item {
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
	margin: 10px 8px;
	width: 260px;
}

.brides_item a {
	display: block;
	position: relative;
}

.brides_item_img {
	position: relative;
	overflow: hidden;
	height: 200px;
}

.brides_item_img img {
	border-radius: 10px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.brides_item_title {
	color: #505050;
	font-size: 16px;
	overflow: hidden;
	font-weight: 600;
	white-space: nowrap;
	line-height: 32px;
	margin-top: 16px;
}

.section-reviews {
	background: #edf0f6;
	padding: 30px 0;
}

.revs {
	margin: 0 -15px;
	position: relative;
	padding-bottom: 20px;
}

.revs_item {
	padding: 8px 18.5px 37px;
}

.revs_item_ava {
	margin: 0 auto -53px;
	width: 106px;
	height: 106px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	padding: 3px;
	background-color: #e341fc;
	background: -webkit-linear-gradient(top, #e341fc 0%, #69bcfc 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#e341fc), to(#69bcfc));
	background: -o-linear-gradient(top, #e341fc 0%, #69bcfc 100%);
	background: linear-gradient(to bottom, #e341fc 0%, #69bcfc 100%);
}

.revs_item_img {
	width: 100px;
	height: 100px;
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.revs_item_cont {
	position: relative;
	z-index: 0;
	padding: 57px 29px 20px;
	line-height: 1.37;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	background-color: white;
	-webkit-box-shadow: 0 6px 29px 0 rgba(118, 166, 239, 0.29);
	box-shadow: 0 6px 29px 0 rgba(118, 166, 239, 0.29);
}

.revs_item_name {
	font-size: 25px;
	font-weight: bold;
	color: #56597b;
	text-align: center;
	letter-spacing: -0.9px;
}

.revs_item_cat {
	font-size: 19px;
	letter-spacing: 0.3px;
	color: #3ab944;
	text-align: center;
}

.revs_item_cat:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	margin: -2px 5px 0 0;
	background: #68bdfc;
	width: 13px;
}

.revs_item_txt {
	overflow: hidden;
	color: #262e4e;
	margin-top: 7px;
	letter-spacing: -0.23px;
	line-height: 1.85;
	height: 155px;
}

.section-video {
	background: #4f5376;
	color: #fff;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.vid {
	position: relative;
	overflow: hidden;
	max-height: 485px;
	text-align: center;
	color: #fff;
}

.vid:before {
	content: '';
	display: block;
	padding-bottom: 65.704%;
}

.vid.open .vid_wrap {
	opacity: 1;
}

.vid.open .vid_cover {
	opacity: 0;
	visibility: hidden;
}

.vid_cover {
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	background: url(../img/video_back.png) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	cursor: pointer;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vid_cover:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #4f5376;
	opacity: 0.6;
	z-index: 0;
}

.vid_cover:hover .vid_play {
	opacity: 1;
}

.vid_title {
	position: absolute;
	z-index: 2;
	margin-bottom: 26px;
	line-height: 1.2;
	font-size: 25px;
	font-weight: bold;
	width: 60%;
	left: 20%;
	bottom: 50%;
	text-align: center;
	text-shadow: 0 5px 9.62px rgba(0, 0, 0, 0.18);
}

.vid_play {
	position: absolute;
	z-index: 1;
	background: url(../img/btn_play.png) no-repeat center;
	opacity: 0.5;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin: -11px 0 0 -43px;
}

.vid_wrap {
	-webkit-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	transition: all 0.6s linear;
	opacity: 0;
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.vid_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section-recent {
	padding: 8px 0 51px;
}

.posts {
	margin-bottom: 36px;
}

.posts:after {
	content: '';
	display: block;
	clear: both;
}

.posts_item {
	overflow: hidden;
	position: relative;
	margin: 20px auto 30px;
	width: 369px;
	background-color: white;
	-webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.posts_item_img {
	overflow: hidden;
	position: relative;
}

.posts_item_img:before {
	content: '';
	display: block;
	padding-bottom: 67.754%;
}

.posts_item_img:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	z-index: 1;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.posts_item_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

.posts_item_title {
	overflow: hidden;
	font-size: 20px;
	font-weight: bold;
	color: #4f5376;
	margin: 16px 20px 18px 23px;
	height: 58px;
	line-height: 29px;
}

.posts_item_title a {
	color: #4f5376;
}

.posts_item_bot {
	margin: 0 17px 24px 23px;
	line-height: 1.2;
}

.posts_item_bot:after {
	content: '';
	display: block;
	clear: both;
}

.posts_item_date {
	font-size: 14px;
	float: right;
	opacity: 0.3;
	color: #000;
	line-height: 24px;
}

.posts_item_cat {
	font-size: 19px;
	overflow: hidden;
	letter-spacing: 0.3px;
}

.posts_item_cat a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 1px;
	margin: -2px 5px 0 0;
	background: #68bdfc;
	width: 13px;
}

.posts_item_cat a:hover {
	color: #68bdfc;
}

/* */
.section-bread {
	padding: 0 15px 0 17px;
}

.pageNav {
	float: right;
}

.pageNav a {
	display: inline-block;
	color: #4f5376;
	margin-left: 7px;
	padding: 0 13px;
	font-size: 16px;
	vertical-align: top;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-color: white;
	-webkit-box-shadow: 0 1px 9px 0 rgba(0, 14, 32, 0.14);
	box-shadow: 0 1px 9px 0 rgba(0, 14, 32, 0.14);
	min-width: 41px;
	height: 41px;
	line-height: 41px;
	text-align: center;
}

.pageNav .pageNav_next {
	padding: 0 18px;
}

.pageNav_prev:before, .pageNav_next:after {
	margin: -2px 0 0 5px;
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #4f5376;
	border-left: 1px solid #4f5376;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pageNav_next:after {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin: -2px -4px 0 3px;
}

.breadcrumbs {
	padding: 9px 0;
	line-height: 25px;
	font-size: 16px;
}

.breadcrumbs a, .breadcrumbs span {
	display: inline-block;
}

.breadcrumbs .beet {
	margin: 0 5px;
}

.post_share {
	position: relative;
	padding: 26px 0 34px 0;
	text-align: center;
	margin-top: 19px;
}

.post_share:before, .post_share:after {
	content: '';
	position: absolute;
	background: #dde0e9;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
}

.post_share:after {
	top: auto;
	bottom: 0;
}

.post_share_title {
	font-weight: bold;
	font-size: 22px;
	color: #4f5376;
	margin-bottom: 18px;
}

.post_share_link {
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 11px;
	display: inline-block;
	color: #fff;
	height: 53px;
	width: 53px;
	line-height: 53px;
	overflow: hidden;
	background: #ddd;
}

.post_share_icon {
	float: left;
	height: 53px;
	width: 53px;
	font-size: 0;
	-webkit-border-radius: 27px;
	border-radius: 27px;
}

.post_share_txt {
	display: none;
}

.post_share_link1 {
	background: #49649c;
}

.post_share_link1 .post_share_icon {
	background: #49649c;
}

.post_share_link2 {
	background: #cd3f2f;
}

.post_share_link2 .post_share_icon {
	background: #cd3f2f;
}

.post_share_link3 {
	background: #53a5e5;
}

.post_share_link3 .post_share_icon {
	background: #53a5e5;
}

.pagenavi {
	text-align: center;
	margin: 46px 0 9px;
}

.pagenavi a, .pagenavi span {
	display: inline-block;
	padding: 0 16px;
	min-width: 47px;
	height: 47px;
	line-height: 47px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-weight: 600;
	color: #888ba1;
}

.pagenavi span.current {
	color: #fff;
	background: #68bdfc;
}

.pagenavi_bg {
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	background-color: white;
	-webkit-border-radius: 29px;
	border-radius: 29px;
	-webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
}

.girls {
	margin: 12px -1px 40px;
}

.girls_item {
	padding: 12px 18px;
	margin: 0 auto 20px;
	position: relative;
	overflow: hidden;
	-webkit-border-radius: 0 5px 48px 5px;
	border-radius: 0 5px 48px 5px;
	background-color: white;
	-webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
}

.girls_item:hover .fav {
	opacity: 1;
}

.girls_item_name {
	font-size: 33px;
	color: #4f5376;
	font-weight: bold;
	line-height: 1.4;
	overflow: hidden;
	white-space: nowrap;
	height: 46px;
	margin: 5px 0 10px 14px;
}

.girls_item_name a {
	color: #4f5376;
}

.girls_item_ava {
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
	border: 2px #edf0f6 solid;
	border-radius: 50%;
	background-color: #f3f3f7;
	width: 116px;
	height: 116px;
	margin-right: 22px;
}

.girls_item_ava img {
	width: 100%;
}

.girls_item_cont {
	overflow: hidden;
}

.girls_item_rate div {
	display: inline-block;
	vertical-align: middle;
}

.stars_val {
	font-weight: bold;
	font-size: 20px;
	color: #feae85;
	margin-right: 11px;
	margin-top: 3px;
}

.stars_sm {
	font-size: 15px;
	color: #9193a6;
	line-height: 1.2;
}

.girls_item_txt {
	font-size: 14px;
	letter-spacing: -0.3px;
	margin-top: 4px;
	line-height: 1.6;
}

.girls_item_txt p {
	padding: 0;
}

.girls_item_bot {
	text-align: center;
	clear: both;
	padding-top: 22px;
	padding-bottom: 8px;
}

.girls_item_bot:after {
	content: '';
	display: block;
	clear: both;
}

.girls_item_bot .btn {
	width: 163px;
	font-size: 16px;
	height: 45px;
	-webkit-border-radius: 23px;
	border-radius: 23px;
	line-height: 25px;
	float: left;
}

.girls_item_bot .revs_link {
	overflow: hidden;
	padding-top: 9px;
}

.card {
	position: relative;
	padding: 20px 11px 22px;
	margin: 4px -4px 19px;
	-webkit-border-radius: 0 5px 110px 5px;
	border-radius: 0 5px 110px 5px;
	background-color: white;
	-webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
}

.card_cols {
	padding-bottom: 9px;
}

.card_name {
	font-size: 25px;
	color: #4f5376;
	font-weight: bold;
	line-height: 1.4;
	overflow: hidden;
	white-space: nowrap;
	height: 35px;
	margin: -1px 0 6px 8px;
}

.card_name a {
	color: #4f5376;
}

.card_ava {
	overflow: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	float: left;
	border: 5px #edf0f6 solid;
	border-radius: 50%;
	background-color: #f3f3f7;
	width: 156px;
	min-width: 156px;
	height: 156px;
	margin-right: 14px;
}

.card_ava img {
	width: 100%;
}

.card_cont {
	overflow: hidden;
}

.card_rate {
	margin: 0 0 20px 10px;
}

.card_rate div {
	display: inline-block;
	vertical-align: middle;
}

.card_rate .stars {
	margin-right: 13px;
	line-height: 0;
}

.card_btn {
	overflow: hidden;
}

.card_btn .btn {
	width: 186px;
	height: 47px;
	line-height: 27px;
	font-size: 16px;
}

.card_inf {
	padding: 0 9px;
}

.card_inf ul {
	font-size: 15px;
	margin: 0 0 25px 2px;
	max-width: 88%;
}

.card_inf ul li {
	position: relative;
	padding-left: 22px;
	list-style: none;
	margin-bottom: 0;
	line-height: 2;
}

.card_inf ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #68bdfc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}

.post_prices h4 {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: -0.3px;
	padding: 2px 0 6px;
}

.post_prices blockquote {
	background: #fff;
	font-size: 17px;
	padding-left: 32px;
	line-height: 37px;
	padding-top: 7px;
	padding-bottom: 10px;
	min-width: 250px;
	padding-right: 25px;
	display: inline-block;
	font-weight: 400;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
}

.post_prices blockquote:before {
	top: 0;
	bottom: 0;
}

.post-review .date-update:first-child {
	margin-bottom: 14px;
}

.date-update {
	font-weight: 600;
	opacity: 0.5;
	font-size: 15px;
}

/* */
div.vote-wrap {
	overflow: hidden;
}

div.vote-block {
	position: relative;
	vertical-align: top;
}

div.vote-hover { /*float: left; */
	cursor: pointer;
	margin-right: 13px;
}

div.vote-stars {
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-active {
	position: absolute;
	left: 0;
	top: 0;
}

div.vote-result {
	font-size: 15px;
	color: #9193a6;
	margin-right: 13px;
	line-height: 1.2;
}

div.vote-success {
	font-size: 15px;
	color: #9193a6;
}

/*---------------------------------------*/
@media screen and (max-width: 1023px) {
	.post {
		padding: 0 17px;
	}
}

@media screen and (max-width: 767px) {
	.section-top {
		text-align: center;
	}

	.section-top:before {
		/*background: #4f5376;*/
		content: '';
		position: absolute;
		z-index: 0;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		opacity: 0.6;
		color: #505050;
	}

	.section-top .btn {
		height: 45px;
		line-height: 25px;
	}

	.post {
		margin: 0 -15px;
		padding: 0;
	}

	.post > * {
		margin-left: 32px;
		margin-right: 30px;
	}

	.post2 > * {
		margin-right: 32px;
	}

	.post2 h1 {
		margin-left: 30px;
		margin-right: 30px;
	}

	.post2 h3 {
		padding: 4px 0 18px 0;
	}

	.post2 blockquote {
		padding-left: 25px;
		letter-spacing: -0.4px;
		margin-bottom: 24px;
	}

	.post3 > * {
		margin-right: 15px;
		margin-left: 15px;
	}

	.post3 h1 {
		padding: 0 0 18px 0;
		letter-spacing: -0.7px;
	}

	.post3 h2 {
		letter-spacing: -0.6px;
		padding: 3px 0 14px;
	}

	.post3 p {
		padding-bottom: 15px;
	}

	.post-review > * {
		margin-right: 19px;
	}

	.post-review h1 {
		padding: 10px 0 11px 0;
	}

	.post-review h2 {
		padding: 11px 0 21px 0;
	}

	.post-review h3 {
		padding: 6px 0 18px 0;
	}

	.post-review h4 {
		padding: 0 0 17px 0;
		letter-spacing: -0.3px;
	}

	.post-review .post-btn {
		margin-right: 32px;
		margin-top: 19px;
		margin-bottom: 25px;
	}

	.card_cols:after {
		content: '';
		display: block;
		clear: both;
	}

	.card_rate .stars_sm {
		display: block;
	}

	.card_inf_item {
		border-top: 1px solid #e6e9f0;
		padding-top: 20px;
	}
}

@media screen and (min-width: 628px) {
	.section-brides:before {
		left: -452px;
	}

	.girls_item_txt {
		font-size: 16px;
		letter-spacing: 0;
	}
}

@media screen and (max-width: 627px) {
	.h2 h1 {
		text-align: left;
		display: block;
		padding: 0 28px 0 43px;
		letter-spacing: -0.6px;
	}

	.h2 h1:before, .h2 h1:after {
		display: none;
	}

	.h2 .h1 {
		text-align: left;
		padding: 0 28px 12px 42px;
		letter-spacing: 0;
	}

	.post-review .btn {
		width: 100%;
	}
}

@media screen and (max-width: 413px) {
	body {
		font-size: 16px !important;
	}

	.wrapper {
		padding: 0 10px;
	}

	h1, .h1 {
		font-size: 24px;
	}

	.h2 h2, .h2 h1 {
		font-size: 23px;
	}

	.h2 h2:before, .h2 h2:after, .h2 h1:before, .h2 h1:after {
		width: 26px;
		margin: -4px 10px 0;
	}

	.h2 .h1 {
		font-size: 23px;
	}

	.post {
		margin: 0 -10px;
	}

	.post > * {
		margin-left: 10px;
		margin-right: 10px;
	}

	.post blockquote {
		line-height: 30px;
		font-size: 19px;
		padding-left: 18px;
	}

	.revs_item_cont {
		padding: 57px 20px 20px;
	}

	.revs_item_txt {
		height: 170px;
	}

	.vid_title {
		width: 70%;
		left: 15%;
	}

	.posts_item {
		margin: 20px auto 20px;
		width: 300px;
	}

	.posts_item_title {
		font-size: 18px;
		margin: 16px 20px 18px 20px;
	}

	.footer {
		font-size: 12px;
	}

	.footer_cont h4 {
		font-size: 16px;
		line-height: 20px;
	}

	h4, .h4 {
		font-size: 18px;
	}

	.footer_copy {
		font-size: 13px;
	}

	.section-bread {
		padding: 0 0 0 0;
	}

	.girls_item {
		text-align: center;
	}

	.girls_item_name {
		font-size: 30px;
		text-align: center;
		margin: 5px 0 10px 0;
	}

	.girls_item_ava {
		float: none;
		margin: 0 auto;
	}

	.girls_item_bot .btn {
		width: 140px;
	}

	.card {
		padding: 20px 11px 22px;
		margin: 4px 0 19px;
	}

	.card_ava {
		float: none;
		margin: 0 auto;
	}

	.card_cols {
		text-align: center;
	}

	.card_name {
		margin: 10px 0 6px;
	}

	.card_inf {
		padding: 0 5px;
	}
}

/*# sourceMappingURL=style.css.map */


.head-review {
	width: 100%;
	border-radius: 10px;
	border: 1px solid #bfbfbf;
	margin: 0;
	padding: 0;
	position: relative;
}

.head-review:after {
	content: '';
	display: block;
	clear: both;
}


.head-review .head-review_item_ava {
	position: inherit;

	width: 100%;
	height: 420px;
	overflow: hidden;
}

.head-review .head-review_item_ava .head-review_img_absolute {
	position: absolute;
	width: 100%;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius: 10px 10px 0 0;
}

.head-review .head-review_item_ava .head-review_img_absolute img {
	width: 744px;
	min-height: 420px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-radius: 10px 10px 0 0;
	object-fit: cover;
}

.head-review .head-review_item_ava .head-review_img_absolute .slick-arrow {
	top: 173px;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 40px;
	width: 40px;
	color: black;
	font-size: 32px;
	line-height: 0;
	padding-bottom: 6px;
}

.head-review .head-review_item_ava .head-review_img_absolute .slick-arrow:after {
	content: initial;
}

.head-review .head-review_item_ava .head-review_img_absolute .slick-arrow.slick-next {
	right: 40px;
}

.head-review .head-review_item_ava .head-review_img_absolute .slick-arrow.slick-prev {
	left: 40px;
}


.head-review .stars_val {
	color: #fcd166;
	position: absolute;
	padding: 10px 14px;
	background: white;
	border-radius: 50%;
	border: 1px solid #eaeaea;
	top: 20px;
	left: 20px;
}

.head-review .head-review_item_cont {
	overflow: hidden;
	padding: 17px 40px 35px;
	position: inherit;
}

.head-review .head-review_item_cont .head-review_item_name a,
.head-review .head-review_item_cont .head-review_item_name {
	font-size: 26px;
	color: #505050;
	font-weight: 700;
}

.head-review .head-review_item_cont .vote-block {
	position: relative;
	vertical-align: text-top;
	display: inline-block;
	width: 100px;
	line-height: 1;
}

.head-review .head-review_item_cont .stars_sm {
	position: relative;
	font-size: 10px;
	color: #505050;
	line-height: 1;
	display: inline-block;
	vertical-align: text-top;
	margin-top: 2px;
}

.head-review .head-review_item_cont .head-review_item_btn {
	position: absolute;
	right: 40px;
	top: 29px;
}

.head-review .head-review_item_cont .head-review_item_btn a {
	width: 180px;
	height: 55px;
	-webkit-box-shadow: 7px 8px 28px 5px rgba(94, 14, 119, 0.24);
	box-shadow: 7px 8px 28px 5px rgba(94, 14, 119, 0.24);
}


.section_static_review {
	position: absolute;
	top: 5px;
	right: 0;
	width: 100%;
}

.section_static_review .static_review {
	position: absolute;
	top: 0;
	right: 10px;
	width: 414px;
	margin-right: 0;
}

.section_static_review .card_inf_item {
	width: 100%;
	margin-bottom: 16px;
	border: 1px solid #bfbfbf;
	border-radius: 10px;
	padding: 10px;
	min-height: 260px;
}


.section_static_review .card_inf_item .card_inf_title {
	font-size: 25px;
	color: #4f5376;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 13px 0 20px;
}

.section_static_review .card_inf_item ul li {
	position: relative;
	padding-left: 60px;
	list-style: none;
	margin-bottom: 15px;
	line-height: 18px;
	font-size: 14px;
}

.section_static_review .card_inf_item ul li:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #68bdfc;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 36px;
	top: 5px;
}

.section_static_review .card_inf_item2 ul li:before {
	background: #e296bf;
}


.section_static_review .post_find_block .post_find_block__text {
	font-size: 26px;
}


@media screen and (max-width: 1023px) {
	.head-review .head-review_item_ava .head-review_img_absolute img {
		width: 650px;
	}
}

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


	.section-head-review .head-review {
		margin: 0 17px;
		width: calc(100% - 34px);
	}

	.head-review .head-review_item_ava .head-review_img_absolute img {
		width: 960px;
	}

	.section_static_review {
		position: initial;
	}

	.section_static_review .static_review {
		position: initial;
		width: 100%;
		padding: 0 17px;
	}

	.section_static_review .card_inf_item {
		min-height: auto;
	}

	.section_static_review .post_find_block {
		display: none;
	}
}


@media screen and (max-width: 960px) {
	.head-review {
		width: calc(100% - 16px);
	}


	.head-review .head-review_item_ava .head-review_img_absolute img {
		width: 900px;
	}
}


@media screen and (max-width: 767px) {
	.section-head-review .wrapper,
	.section_static_review .wrapper {
		padding: 0 15px;
		margin: 0;
	}

	.section-head-review .head-review {
		width: 100%;
		margin: 0;
	}

	.section_static_review .static_review {
		width: 100%;
		padding: 0;
	}

	.section_static_review .card_inf_item ul li {
		padding-left: 33px;
	}

	.section_static_review .card_inf_item ul li:before {
		left: 10px;
	}

	.head-review .head-review_item_ava .head-review_img_absolute img {
		width: 740px;
	}
}


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

	.head-review .head-review_item_ava .head-review_img_absolute img {
		width: 590px;
	}

	.head-review .head-review_item_cont {
		padding-bottom: 25px;
	}

	.head-review .head-review_item_cont .head-review_item_btn {
		position: initial;
		text-align: center;
		margin-top: 24px;
	}

	.head-review .head-review_item_ava .head-review_img_absolute .slick-arrow {
		height: 30px;
		width: 30px;
	}

	.head-review .head-review_item_ava .head-review_img_absolute .slick-arrow.slick-next {
		right: 20px;
	}

	.head-review .head-review_item_ava .head-review_img_absolute .slick-arrow.slick-prev {
		left: 20px;
	}


	.moveTop {
		width: 45px;
		height: 45px;
		line-height: 45px;
	}
}

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

	.section-head-review .wrapper {
		padding: 0;
	}

	.head-review .head-review_item_ava .head-review_img_absolute {
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-radius: 0;
	}

	.head-review .head-review_item_ava .head-review_img_absolute img {
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-radius: 0;
	}

	.section-head-review .wrapper .head-review {
		border-radius: 0;
		border: none;
	}

	.section-head-review .wrapper .head-review .head-review_item_cont {
		border: 1px solid #bfbfbf;
	}

	.head-review .head-review_item_ava .head-review_img_absolute img {
		width: 450px;
	}
}

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

	.head-review .head-review_item_ava .head-review_img_absolute img {
		width: 350px;
	}

	.head-review .head-review_item_cont {
		padding: 10px;
	}
}

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

	.head-review {
		width: 100%;
		padding: 0;
		margin: 0;
	}
}


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


	/*
	.header { -webkit-box-shadow: none; box-shadow: none; }
	.header .wrapper:before { content: ''; position: absolute; z-index: 1; left: 0; right: 0; top: -13px; height: 74px; -webkit-box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13); box-shadow: -3.214px 3.83px 7.36px 0.64px rgba(0, 0, 0, 0.13); }

	.nav {
		-webkit-transition: right 0.3s linear;
		-o-transition: right 0.3s linear;
		transition: right 0.3s linear;
		z-index: 0;
		position: fixed;
		right: -280px;
		top: 74px;
		background: #fff;
		bottom: 0;
		overflow: auto;
		width: 254px;
		padding: 3px 25px 0 12px;
		-webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.05);
	}

	.nav.open {
		right: 0;
	}

	.nav > ul > li {
		padding: 12px 0 12px 23px;
	}

	.nav > ul > li + li {
		border-top: 1px solid #edf0f6;
	}
	*/
	.overlay {
		position: fixed;
		top: 74px;
		left: 0;
		bottom: 0;
		z-index: 10;
		right: 0;
		background: #000;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}

	.hid .overlay {
		visibility: visible;
		opacity: 0.5;
	}
}

@media screen and (max-width: 767px) {
	.header {
		height: auto;
		position: initial;
		text-align: center;
	}

	.header .wrapper {
		z-index: 5;
	}

	.content {
		padding-top: 0;
	}
}

@media screen and (max-width: 600px) {
	.header .header_logo {
		width: 100%;
	}

	.header .nav {
		width: 100%;
		float: initial;
		display: block;
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	.nav > ul > li {
		padding: 0 5px;
		height: auto;
	}

	.nav > ul li.parent {
		padding-right: 20px;
		padding-left: 20px;
	}

	.nav > ul > li ul {
		background: #fff;
		min-width: 100%;
		padding: 0;
		margin: 0 0 15px;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		position: initial;
	}

	.nav > ul > li ul li {
		padding: 0;
		margin-bottom: 3px;
		letter-spacing: 0.4px;
		font-size: 17px;
		list-style: none;
		position: relative;
		border-bottom: 1px solid #505050;
	}

}

/*  */
@media screen and (max-width: 768px) {
	.tqb-shortcode-wrapper {
		min-height: inherit;
	}

	.tqb-shortcode-old-content, .tqb-shortcode-new-content {
		min-height: inherit;
	}

	.tqb-template-style-0 .tqb-splash-template-1 {
		margin-bottom: 0 !important;
	}
}


#cookies-pp.cookies-pp {
	background-image: -webkit-linear-gradient(-90deg, #85d7fe 1%, #85e7fe 100%);
	background-image: -ms-linear-gradient(-90deg, #85d7fe 1%, #85e7fe 100%);
	-webkit-box-shadow: 0 1px 9px 0 rgba(0, 14, 32, 0.14);
	box-shadow: 0 1px 9px 0 rgba(0, 14, 32, 0.14);

	font-family: "Lato", "PT Sans", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1rem;
	color: #505050;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 19;
	transform: translateY(200px);
	-webkit-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-moz-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-ms-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-o-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	text-decoration: none;
	display: block;
	padding: 10px 4px;
}
#cookies-pp.cookies-pp--show {
	-webkit-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-moz-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-ms-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-o-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	transform: translateY(0);
}
#cookies-pp.cookies-pp--hide {
	-webkit-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-moz-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-ms-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	-o-transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	transition: all 400ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
	transform: translateY(200px);
}
#cookies-pp.cookies-pp .cook-box {
	display: flex;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
}
#cookies-pp.cookies-pp .cook-box .text {
	width: 100%;
	text-align: center;
	margin: 7px 0;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	color: #505050;
	font-weight: 300;
}
#cookies-pp.cookies-pp .cook-box .text a {
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	color: #505050;
}
#cookies-pp.cookies-pp .cook-box .cook-button {
	font-family: "Open Sans", sans-serif;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	display: inline-block;
	border: none;
	position: relative;
	z-index: 1;
	overflow: hidden;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-size: 18px;
	height: 50px;
	line-height: 30px;
	padding: 10px 20px;
	color: #fff;
	font-weight: 600;
	background: #3ab944;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	background: -webkit-linear-gradient(top left, #1a99ffc9 4%, #e53aff 46%, #e53aff 50%);
	background: -webkit-gradient(linear, left top, left bottom, from(#4bc65e), color-stop(50%, #26b190), color-stop(51%, #79a9fc), to(#e338fc));
	background: -o-linear-gradient(bottom right, #1a99ffc9 4%, #e53aff 46%, #e53aff 50%);
	background: linear-gradient(to bottom right, #1a99ffc9 4%, #e53aff 46%, #e53aff 50%);
	-webkit-background-size: 200% 200%;
	background-size: 200% 200%;
}
#cookies-pp.cookies-pp .cook-box .cook-button:hover {
	color: #fff;
	background-position: 75% 100%;
}
@media screen and (min-width: 978px) {
	#cookies-pp.cookies-pp {
		padding: 0;
	}
	#cookies-pp.cookies-pp .cook-box {
		flex-direction: initial;
		justify-content: center;
		align-items: center;
		width: initial;
		margin: initial;
	}
	#cookies-pp.cookies-pp .cook-box .text {
		width: auto;
		text-align: initial;
	}
	#cookies-pp.cookies-pp .cook-box .cook-button {
		width: auto;
		margin: 8px 0 8px 100px;
	}
}

#pop-up-special .pop-up-special-box {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 6.9px;
	top: 273px;
	width: 99.2px;
	height: 99.2px;
	background: transparent;
	transform: translateX(900px);
	animation: up_left 650ms ease-in-out 2s forwards;
	z-index: 50;
}
#pop-up-special .pop-up-special-box::before, #pop-up-special .pop-up-special-box::after {
	transform: scale(0);
	background: linear-gradient(180deg, #fff 0%, #fff 100%);
	transition: all 500ms ease;
}
#pop-up-special .pop-up-special-box.active::before {
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: pulse 1.8s linear infinite;
	background: linear-gradient(180deg, #00D908 0%, #00B545 100%);
	z-index: -1;
	opacity: 1;
	transition: all 500ms ease;
}
#pop-up-special .pop-up-special-box.active::after {
	content: "";
	position: absolute;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: pulse 1.8s linear infinite 0.5s;
	background: linear-gradient(180deg, #00B545 0%, #00D908 100%);
	z-index: -1;
	opacity: 1;
}
#pop-up-special .pop-up-special-box.active:hover::before {
	animation: pulseHover 1.8s linear infinite 0.5s;
}
#pop-up-special .pop-up-special-box.active:hover::after {
	animation: pulseHover 1.8s linear infinite 0.5s;
}
#pop-up-special .pop-up-special-box .pop-up {
	cursor: pointer;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	background: linear-gradient(180deg, #00D908 0%, #00B545 100%);
	overflow: hidden;
}
#pop-up-special .pop-up-special-box .pop-up-img {
	display: block;
	margin: 0;
	padding: 0;
	width: 75px;
	height: 75px;
}
#pop-up-special .pop-up-special-box .pop-up-icon {
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	left: -5px;
	bottom: -9px;
	width: 45px;
	height: 45px;
	background: linear-gradient(180deg, #00D908 0%, #00B545 100%);
	border-radius: 50%;
}
#pop-up-special .pop-up-special-box .pop-up-icon__img {
	display: block;
	margin: 0 9px 14px 0;
	animation: rotateIcon 1.8s linear infinite;
}
#pop-up-special .message {
	position: absolute;
	right: 0;
	bottom: 100%;
	display: block;
	width: 288px;
	height: 200px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background: #FFFFFF;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.14);
	border-radius: 34px 34px 0 34px;
	opacity: 0;
	z-index: -1;
	transition: transform 300ms ease;
	transform: translateX(800px);
}
#pop-up-special .message.non-active {
	animation: fade_out 500ms ease forwards;
}
#pop-up-special .message.active {
	transform: translateX(0);
	transition: transform 300ms ease;
	animation: fade_in 500ms ease forwards;
}
#pop-up-special .message-close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 32px;
	height: 32px;
	cursor: pointer;
}
#pop-up-special .message-box {
	display: block;
	padding: 32px 20px;
	box-sizing: border-box;
}
#pop-up-special .message-box__text {
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #333333;
	margin-bottom: 24px;
}
#pop-up-special .message-box__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	background: linear-gradient(180deg, #00D908 0%, #00B545 100%);
	border-radius: 6px;
	font-family: "Lato", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 500ms ease;
}
#pop-up-special .message-box__link:hover {
	background: linear-gradient(180deg, #00F509 0%, #00CC4E 100%);
}
#pop-up-special .message-box__link:active {
	background: linear-gradient(180deg, #0FFF18 0%, #00E657 100%);
}

@media screen and (min-width: 1199px) {
	#pop-up-special .pop-up-special-box {
		right: 20.8px;
		top: auto;
		bottom: 206.22px;
	}
	#pop-up-special .message {
		width: 320px;
		right: 100px;
		bottom: 20%;
	}
	#pop-up-special .message-box {
		padding-left: 36px;
		padding-right: 36px;
	}
}
@keyframes up_left {
	from {
		transform: translateX(900px);
	}
	to {
		transform: translateX(0);
	}
}
@keyframes fade_in {
	from {
		opacity: 0;
		transform: translateX(800px);
	}
	3% {
		transform: translateX(0);
	}
	to {
		opacity: 1;
	}
}
@keyframes fade_out {
	from {
		opacity: 1;
		transform: translateX(0);
	}
	97% {
		opacity: 0;
		transform: translateX(0);
	}
	to {
		transform: translateX(800px);
		opacity: 1;
	}
}
@keyframes pulse {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		transform: scale(0.8);
		opacity: 0;
	}
}
@keyframes pulseHover {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	100% {
		transform: scale(0.8);
		opacity: 0;
	}
}
@keyframes rotateIcon {}

