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

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background-color: transparent;
}

a:active,a:hover {
	outline: 0;
}

.myBtn, .girlBtn {
	border-radius: 4px;
	height: 37px;
	font-size: 16px;
	cursor: pointer;
	color: #E84541 !important;
	border: 1px solid #E84541;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto;
	text-transform: uppercase;
	text-decoration: none !important;
}

.girlBtn {
	width: auto;
	padding: 0 12px;
	text-transform: unset;
	margin: 0;
}

.myBtn.load.hide {
	display: none;
}

.mbtn {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 37px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	height: 37px;
}

.mbtn-primary {
	background-color: #61A375;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

h1 {
	margin: .67em 0;
	font-size: 26px;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

button,input,optgroup,select,textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

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

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver;
}

textarea {
	overflow: auto;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,th {
	padding: 0;
}

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

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: verdana;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

input,button,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:hover,a:focus {
	color: #23527c;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}

h1,.h1,h2,.h2,h3,.h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small {
	font-size: 65%;
}

h4,.h4,h5,.h5,h6,.h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small {
	font-size: 75%;
}

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

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

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

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

h5,.h5 {
	font-size: 14px;
}

h6,.h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

small,.small {
	font-size: 85%;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ul,ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,ol ul,ul ol,ol ol {
	margin-bottom: 0;
}

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

@media (min-width:768px) {

	.container {
		width: 730px;
		margin: 0 auto;
	}
}

@media (min-width:992px) {

	.container {
		width: 975px;
	}
}

@media (min-width:1200px) {

	.container {
		width: 1020px;
	}
}

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

.row {
	margin-right: -15px;
	margin-left: -15px;
}

table {
	background-color: transparent;
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

th {
	text-align: left;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
}

.form-control {
	display: block;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

textarea.form-control {
	height: auto;
}

.btn {
	width: 100%;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,.btn:focus,.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.btn-primary {
	color: #fff;
	background-color: #61A375;
}

.dropToggle {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	position: relative;
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open > .dropToggle.btn-primary {
	color: #fff;
	text-decoration: underline;
}

.btn-primary:active,.btn-primary.active,.open > .dropToggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block {
	margin-top: 5px;
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
	visibility: hidden;
}

.collapse.in {
	display: block;
	visibility: visible;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height,visibility;
	-o-transition-property: height,visibility;
	transition-property: height,visibility;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	position: relative;
}

.dropToggle:focus {
	outline: 0;
}

.dropMenu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #E84540;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropMenu.pRight {
	right: 0;
	left: auto;
}

.dropMenu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #E84540;
}

.dropMenu > li > a {
	display: block;
	clear: both;
	font-weight: 400;
	padding: 10px 15px;
	line-height: 1.42857143;
	color: #fff;
	white-space: nowrap;
}

.dropMenu > li > a:hover,.dropMenu > li > a:focus {
	color: #fff;
	text-decoration: underline;
}

.dropMenu > .active > a,.dropMenu > .active > a:hover,.dropMenu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}

.dropMenu > .disabled > a,.dropMenu > .disabled > a:hover,.dropMenu > .disabled > a:focus {
	color: #777;
}

.dropMenu > .disabled > a:hover,.dropMenu > .disabled > a:focus {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropMenu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropMenu-right {
	right: 0;
	left: auto;
}

.dropMenu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pRight > .dropMenu {
	right: 0;
	left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],[data-toggle="buttons"] > .btn input[type="checkbox"],[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
}

.nav > li > a:hover,.nav > li > a:focus {
	text-decoration: none;
}

.nav > li.disabled > a {
	color: #777;
}

.nav > li.disabled > a:hover,.nav > li.disabled > a:focus {
	color: #fff;
	text-decoration: underline;
	cursor: not-allowed;
	background-color: transparent;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.navCols > li {
	float: left;
}

.navCols > li > a {
	border-radius: 4px;
}

.navCols > li + li {
	margin-left: 2px;
}

.navCols > li.active > a,.navCols > li.active > a:hover,.navCols > li.active > a:focus {
	color: #fff;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.tab-content > .tab-pane {
	display: none;
	visibility: hidden;
}

.tab-content > .active {
	display: block;
	visibility: visible;
}

.nav-tabs .dropMenu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent;
}

@media (min-width:868px) {

	.navbar {
		border-radius: 4px;
	}
}

@media (min-width:868px) {

	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width:868px) {

	.navbar-collapse {
		width: auto;
		border-top: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block;
		height: auto;
		padding-bottom: 0;
		overflow: visible;
		visibility: visible;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar._fixed .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar._fixed .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
	max-height: 340px;
}

@media (max-device-width:480px) and (orientation:landscape) {

	.navbar._fixed .navbar-collapse,.navbar-fixed-bottom .navbar-collapse {
		max-height: 200px;
	}
}

.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width:768px) {

	.container > .navbar-header,.container-fluid > .navbar-header,.container > .navbar-collapse,.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width:768px) {

	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar._fixed,.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width:768px) {

	.navbar._fixed,.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar._fixed {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 0;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:hover,.navbar-brand:focus {
	text-decoration: none;
}

.navbar-brand > img {
	display: block;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle:focus {
	outline: 0;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media (max-width:867px) {

	.navbar-nav .open .dropMenu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.navbar-nav .open .dropMenu > li > a,.navbar-nav .open .dropMenu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropMenu > li > a {
		line-height: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.navbar-nav .open .dropMenu > li > a:hover,.navbar-nav .open .dropMenu > li > a:focus {
		background-color: #000;
	}
}

@media (min-width:868px) {

	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-form {
	padding: 10px 15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
	margin: 8px -15px;
}

@media (min-width:868px) {

	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control {
		width: auto;
	}

	.navbar-form .input-group > .form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio,.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .radio label,.navbar-form .checkbox label {
		padding-left: 0;
	}

	.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media (max-width:967px) {

	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media (min-width:868px) {

	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropMenu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropMenu {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media (min-width:868px) {

	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media (min-width:868px) {

	.navbar-left {
		float: left;
	}

	.navbar-right {
		float: right;
		margin-right: -15px;
	}

	.navbar-right ~ .navbar-right {
		margin-right: 0;
	}
}

.navbarVerse {
	background-color: rgba(232, 69, 64, 1);
	transition: all .5s ease-out 0.1s;
}

.navbarVerse .navbar-brand {
	color: #9d9d9d;
}

.navbarVerse .navbar-brand:hover,.navbarVerse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbarVerse .navbar-text {
	color: #9d9d9d;
}

.navbarVerse .navbar-nav > li > a {
	color: #fff;
}

.navbarVerse .navbar-nav > li > a:hover,.navbarVerse .navbar-nav > li > a:focus {
	text-decoration: underline;
	background-color: #fff;
	background-color: transparent;
}

.navbarVerse .navbar-nav > .active > a,.navbarVerse .navbar-nav > .active > a:hover,.navbarVerse .navbar-nav > .active > a:focus {
	text-decoration: underline;
}

.navbarVerse .navbar-nav > .disabled > a,.navbarVerse .navbar-nav > .disabled > a:hover,.navbarVerse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
	text-decoration: underline;
}

.navbarVerse .navbar-toggle:hover,.navbarVerse .navbar-toggle:focus {
	text-decoration: underline;
}

.navbarVerse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbarVerse .navbar-nav > .open > a,.navbarVerse .navbar-nav > .open > a:hover,.navbarVerse .navbar-nav > .open > a:focus {
	color: #fff;
}

@media (max-width:867px) {

	.navbarVerse .navbar-nav .open .dropMenu > .dropdown-header {
		border: 1px solid #FFF;
	}

	.navbarVerse .navbar-nav .open .dropMenu .divider {
		border: 1px solid #FFF;
	}

	.navbarVerse .navbar-nav .open .dropMenu > li > a {
		color: #fff;
	}

	.navbarVerse .navbar-nav .open .dropMenu > li > a:hover,.navbarVerse .navbar-nav .open .dropMenu > li > a:focus {
		color: #fff;
		background-color: transparent;
		text-decoration: underline;
	}

	.navbarVerse .navbar-nav .open .dropMenu > .active > a,.navbarVerse .navbar-nav .open .dropMenu > .active > a:hover,.navbarVerse .navbar-nav .open .dropMenu > .active > a:focus {
		color: #fff;
	}

	.navbarVerse .navbar-nav .open .dropMenu > .disabled > a,.navbarVerse .navbar-nav .open .dropMenu > .disabled > a:hover,.navbarVerse .navbar-nav .open .dropMenu > .disabled > a:focus {
		color: #fff;
		background-color: transparent;
	}
}

.navbarVerse .navbar-link {
	color: #9d9d9d;
}

.navbarVerse .navbar-link:hover {
	color: #fff;
}

.navbarVerse .btn-link {
	color: #9d9d9d;
}

.navbarVerse .btn-link:hover,.navbarVerse .btn-link:focus {
	color: #fff;
}

.navbarVerse .btn-link[disabled]:hover,fieldset[disabled] .navbarVerse .btn-link:hover,.navbarVerse .btn-link[disabled]:focus,fieldset[disabled] .navbarVerse .btn-link:focus {
	color: #444;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

a.label:hover,a.label:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	background-color: #777;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}

a.badge:hover,a.badge:focus {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.navCols > li > a > .badge {
	margin-left: 3px;
}

.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical > .btn-group:before,.btn-group-vertical > .btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after {
	display: table;
	content: " ";
}

.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical > .btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after {
	clear: both;
}

.footer a {
	color: #00a6e2;
	transition: all 0.4s;
}

.footer a:hover {
	color: #00a6e2;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pRight {
	float: right;
}

.pLeft {
	float: left;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none;
	visibility: hidden;
}

.affix {
	position: fixed;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.strike {
	color: gray;
	text-decoration: line-through;
}

.uslugi a {
	color: #000;
}

.cardPage {
	position: relative;
}

.blog-preview:after {
	display: table;
	clear: both;
	content: "";
}

.blog-img {
	width: 45%;
	float: left;
	margin: 0 10px 10px 0;
}

.blog-img img {
	width: 100%;
}

.cardImg a {
	display: block;
	height: 100%;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.cardParams:after {
	content: "";
	display: table;
	clear: both;
}

.cardParams .w50 p, .cardService p {
	margin: 0;
}

#drawermenu ul {
	list-style: none;
	padding: 0;
}

#drawermenu li {
	padding: 6px 16px;
}

#drawermenu .category {
	padding-left: 16px;
}

#drawermenu h4 {
	font-weight: 700;
	font-size: 13px;
	padding: 0;
	border: 0;
	background-color: #fff;
	width: 100%;
	line-height: 40px;
	margin: 0;
}

#imgLoad {
	width: 100%;
	text-align: center;
	padding: 5px;
	background: url(/files/loader.gif) no-repeat center;
	display: none;
	height: 19px;
}

.chat-delete {
	border: none;
	background: #407be7;
	height: 25px;
	position: absolute;
	width: 25px;
	right: 0px;
	top: 12px;
	line-height: 22px;
	border-radius: 5px;
}

.chat-photo {
	width: 35px;
	border-radius: 50%;
	float: left;
}

.chat-status-bar {
	backgorund: #fff;
}

.message-reply .chat-client {
	background: #19191b;
	color: #e5e4e9;
	padding: 0 0 10px 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
}

#chat-list li {
	padding: 0 8px;
	color: #fff;
	white-space: nowrap;
	position: relative;
}

#chat-list-holder {
	display: none;
}

#chat-list-holder .dropToggle {
	color: #fff;
	font-size: 28px;
	text-align: center;
}

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

h2 {
	font-size: 22px;
}

.add_to_favorites:hover, .add_to_favorites:focus {
	color: #eee;
}

.add_to_favorites {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 30px;
	color: #eee;
	font-size: 30px;
}

.badges {
	position: absolute;
	right: 0;
	top: 0px;
	text-align: right;
	width: 75px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.badges .top15 {
	font-size: x-small;
	color: white;
	background: #009933;
	border-radius: 3px;
	padding: 5px;
	width: 75px;
	text-align: center;
}

.badges .free {
	font-size: x-small;
	color: white;
	background: #756BFF;
	border-radius: 3px;
	padding: 5px;
	width: 75px;
	text-align: center;
}

.badges .real {
	font-size: x-small;
	color: white;
	background: #e84541;
	border-radius: 3px;
	padding: 5px;
	width: 75px;
	text-align: center;
}

.chat-list {
	padding: 2px 0 0;
	background: #fff;
}

.chat-list li {
	position: relative;
	line-height: 32px;
	padding: 0 6px;
	color: #337ab7;
}

.message-counter {
	position: absolute;
	background: #006fb4;
	display: block;
	color: #fff;
	border-radius: 50%;
	height: 16px;
	width: 16px;
	line-height: 16px;
	top: 11px;
	right: 6px;
	text-align: center;
	font-size: 9px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.message-reply .chat-close {
	right: 0;
	height: 35px;
	width: 35px;
	line-height: 0px;
	background: #00a6e2;
	color: #fff;
}

.message-reply .name {
	position: absolute;
	top: -25px;
	left: 5px;
	padding: 6px 12px;
	background: #fff;
}

.message-reply .log:after {
	content: "";
	display: table;
	clear: both;
}

.message-reply .log p {
	margin: 0;
}

.message-reply .log .message .photo {
	float: left;
}

.message-reply .log .client-message:after, .message-reply .log .girl-message:after {
	content: "";
	display: table;
	clear: both;
}

.message-reply .log .client-message {
	padding: 8px;
	background: #2b343b;
	margin: 0 0 15px 50px;
	border-radius: 5px;
	text-align: right;
	color: #cfd0d4;
}

.message-reply .log .girl-message {
	padding: 8px;
	background: #1e2225;
	margin: 0 10px 15px 40px;
	border-radius: 5px;
	color: #cfd0d4;
}

.message-reply .log {
	max-height: 180px;
	overflow-y: scroll;
	width: 100%;
}

.topBtnsWrapper {
	height: 57px;
	padding: 0;
}

.topBtnsFixed {
	position: fixed;
	z-index: 12;
	top: 50px;
}

.topBtns a {
	display: block;
	color: #ea433a;
	text-align: center;
	text-decoration: none;
	max-width: 165px;
	border: 1px #ea433a solid;
	border-radius: 5px;
	line-height: 35px;
}

.topBtns {
	display: flex;
	padding: 10px 15px;
	justify-content: space-between;
	background: #fff;
	margin: 0 auto;
	max-width: 1020px;
	gap: 12px;
}

.filterSelect {
	flex: 1;
}

.messages {
	position: fixed;
	top: 0;
	width: 100%;
	color: #fff;
	z-index: 999999;
}

.messages .message {
	position: relative;
	padding: 6px;
	background: #000000;
	opacity: 0.9;
	margin-bottom: 15px;
	z-index: 999999;
	height: 50px;
}

.messages .message .close {
	display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	top: 10px;
	right: 10px;
}

.messages .message .photo {
	width: 50px;
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}

.messages .message .text {
	display: table-cell;
	vertical-align: top;
	color: #fff;
}

.messages .message a {
	color: #e84541;
}

.messages .message p {
	font-size: 12px;
	text-align: justify;
}

.messages .message a {
	font-weight: bold;
}

.messages .message img {
	width: 100%;
	height: auto;
}

#message textarea, .chat-form textarea {
	width: 100%;
	height: 100px;
}

.save {
	position: fixed;
	top: 30px;
	right: 30px;
	padding: 10px;
	line-height: 30px;
	background-color: #40C781;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	display: none;
	z-index: 99999;
}

.message_row {
	margin-bottom: 15px;
}

.message_row .date {
	width: 111px;
	display: table-cell;
}

.message_row .text {
	padding-left: 15px;
	display: table-cell;
}

.message {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}

.messages .message-reply-button {
	position: absolute;
	right: 15px;
	top: 0;
	font-size: 24px;
	color: #00d8ff;
	background: none;
	padding: 0;
	border: 0;
	height: 50px;
	width: 50px;
	line-height: 10px;
	text-align: center;
}

.messages .message-reply-button span {
	font-size: 10px;
}

.message-reply {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	background: #19191b;
	padding: 10px;
	margin: 0 auto;
	max-width: 920px;
	min-height: 60px;
	z-index: 9999999999;
}

.message-reply textarea {
	border: 1px #000 solid;
	width: calc(100% - 62px);
	border-radius: 5px;
	background: #2c2c34;
	color: #f4f3f9;
	height: 100%;
	display: block;
	float: left;
	padding: 5px;
}

.message-reply button {
	width: 56px;
	background: #00a6e2;
	float: right;
	border: none;
	color: #fff;
	font-size: 27px;
	height: 100%;
	border-radius: 5px;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 16px;
}

.footer:after {
	display: table;
	clear: both;
	content: "";
}

html,body {
	height: 100%;
}

.trust_profile {
	position: relative;
	top: 400px;
	float: right;
	height: 30px;
	z-index: 3;
	left: -43px;
}

input[type=submit] {
	border: none;
}

.open {
	background-color: #C93532;
	width: 50px;
	height: 50px;
}

#main-wrapper {
	min-height: calc(100% - 435px);
}

#main-wrapper:after {
	content: '';
	display: table;
	clear: both;
}

.gamburger1 {
	border: none;
	padding-right: 15px;
	padding-left: 15px;
}

.gamburger2 {
	width: 30px;
	margin-left: 4px;
}

.main .navbar._fixed {
	height: 50px;
}

.head100 {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 15px;
}

h1.title {
	color: #e84541;
	margin-bottom: 0px;
	margin-top: 5px;
}

.slides .roi1 img {
	position: relative;
}

.slides .roi1 {
	position: relative;
	z-index: 1;
}

.w50 {
	width: 50%;
}

.uslugi h2.title {
	color: #e84541;
}

.commment {
	display: table;
	width: 100%;
}

.commment h2.title {
	color: #e84541;
}

.scrollbar-dynamic {
	padding-top: 5px;
}

.kz1 {
	margin-top: 1px;
}

.cross-section_phone {
	color: #fff;
	background: #ccc;
	font-size: 14px;
}

.cross-section_phone p {
	padding: 10px;
}

.kz2 {
	display: table;
	width: 100%;
}

.kz2 h2.title {
	color: #e84541;
}

.kz3 {
	margin: 0 auto;
}

a.kz4 {
	color: #E84541;
	border: 1px solid #E84541;
	border-radius: 5px;
	width: 100%;
	padding-left: 5px;
}

.cardInfo .cardParams {
	border: none;
	height: auto;
}

.cardInfo.cardParams {
	border: none;
	height: auto;
}

.footer {
	background-color: #404A4C;
	padding: 0;
}

.footer .footerWave {
	width: 100%;
	background-image: url(/files/footer.jpg);
	background-repeat: repeat-x;
	height: 5px;
}

.footer .main .content {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer .main .mainMenu .copy {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
}

.footer .main .mainMenu .block .btn_join {
	width: 100%;
	float: left;
	margin-top: 5px;
	text-align: center;
	line-height: 50px;
	margin-bottom: 10px;
}

.footer .main .mainMenu .block .btn_my {
	width: 49%;
	margin-top: 14px;
	margin-bottom: 10px;
	float: right;
	text-align: center;
}

.footer .main .mainMenu .block .btn_full {
	width: 49%;
	margin-top: 14px;
	margin-bottom: 10px;
	margin-right: 2px;
	float: left;
	text-align: center;
}

.footer .main .mainMenu .block {
	display: table;
	width: 100%;
}

.footer .main .mainMenu .block .content {
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10px;
}

.headWrapper {
	margin: 0 auto;
	line-height: 50px;
}

.logotype {
	width: 130px;
	margin: 0 auto;
}

.logotype svg {
	width: 100%;
}

.time {
	padding-top: 2px;
}

label.error {
	color: red;
	font-weight: bold;
	display: block;
}

.turn_arrow {
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

h1 {
	font-size: 24px;
}

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

h2.title {
	font-size: 22px;
}

img {
	border: none;
	max-width: 100%;
}

.cardInfo {
	float: left;
	position: relative;
	width: 100%;
	max-width: 320px;
}

.alert_icon {
	width: 10%;
	padding-top: 5px;
	text-align: center;
	float: left;
	padding-bottom: 5px;
}

.alert_icon img {
	min-width: 60px;
}

.css_girl_onduty_cm, .css_girl_onduty, .girl_offduty {
	display: none;
}

.comment_update {
	width: 930px;
}

.block1 {
	width: 48%;
	float: left;
}

.css_tooltip {
	font-size: x-small;
	color: grey;
}

.footer {
	width: 100%;
	margin-top: 40px;
}

.adv img {
	width: 617px;
}

.cardDesc {
	float: right;
	width: 290px;
	font-style: italic;
}

.commentsWrapper {
	max-height: 200px;
	overflow-y: scroll;
	padding-bottom: 10px;
	overflow-x: hidden;
}

.css_comment_item {
	width: 451px;
	word-wrap: break-word;
	border: 1px solid #D3D3D3;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
	margin: 0 auto 10px;
	padding: 10px;
}

header {
	width: 100%;
	height: 50px;
}

.css_pink {
	color: #e84541;
}

.anketa_desc {
	display: table;
}

.cardItem {
	height: 232px;
	width: 100%;
	position: relative;
}

.css_anketa_title {
	font-size: 20px;
	color: #e84541;
	margin-top: 15px;
	margin-bottom: 15px;
}

.cardItem .cardPhoto {
	width: 150px;
	float: left;
	position: relative;
	height: 195px;
}

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

a.cardName, .cardName {
	font-size: 23px;
	color: #e84541;
}

a.cardName {
	text-decoration: underline;
	display: block;
	margin: -8px 0 8px 0;
	white-space: nowrap;
}

.cardParams {
	font-size: 17px;
	line-height: 23px;
	margin: 0 auto;
}

.cardParams span {
	color: #e84541;
}

.cardPhone {
	font-size: 30px;
	color: #337ab7;
	display: block;
	margin: -4px 0 8px 0;
}

.cardItem .cardPhoto {
	width: 150px;
	float: left;
}

.cardService_l, .cardService_r {
	width: 50%;
	float: left;
}

.top15 {
	font-size: x-small;
	color: white;
	background: #009933;
	border-radius: 3px;
	padding: 5px;
}

sup.real {
	font-size: x-small;
	color: white;
	background: #e84541;
	border-radius: 3px;
	padding: 5px;
	margin-left: 3px;
}

sup.archive {
	font-size: x-small;
	color: white;
	background: #363b3d;
	border-radius: 3px;
	padding: 5px;
	margin-left: 3px;
}

.real {
	font-size: x-small;
	color: white;
	background: #e84541;
	border-radius: 3px;
	padding: 5px;
}

#profile {
	width: 100%;
}

#profile .block {
	display: table;
	width: 100%;
}

#profile .block .title {
	width: 100%;
	font-weight: bold;
}

#profile .submit {
	height: 50px;
	line-height: 50px;
	width: 100%;
}

#profile .block div {
	width: 100%;
}

#profile .block .profile_title {
	float: left;
	height: 54px;
	line-height: 54px;
	width: 40%;
}

.footer .main #mainMenu {
	display: table;
	width: 90%;
}

.menu {
	float: left;
	height: 40px;
	line-height: 40px;
	padding-right: 25px;
	margin-bottom: 10px;
	font-size: 15px;
}

.menu a {
	color: #000;
	display: block;
	width: 100%;
}

.menu a:hover {
	text-decoration: underline;
	color: #E84541;
}

@media screen and (max-width:1024px) {
	.topBtns{
		overflow-x: scroll;
	}
	.filter select{
		min-width: 240px;
		width: 240px;
	}
	#container, .footer .main {
		height: inherit;
		width: 100%;
		margin: 0 auto;
	}

	.footer .main {
		height: inherit;
		width: 90%;
		margin: 0 auto;
	}

	.comment_update, .css_comment {
		width: 800px;
	}

	.headWrapper {
		margin: 0 auto;
		max-width: 100%;
		line-height: 50px;
	}
}

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

	.comment_update, .css_comment {
		width: 600px;
	}

	#container, .footer .main {
		height: inherit;
		width: 100%;
		margin: 0 auto;
	}

	.footer .main {
		height: inherit;
		width: 90%;
		margin: 0 auto;
	}

	.menu {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #D6D7D9;
		font-size: 16px;
	}

	.menu:last-child {
		border-bottom: none;
	}

	#container {
		height: inherit;
		width: 100%;
		margin: 0 auto;
	}

	.cardDesc {
		float: right;
		width: 210px;
		font-style: italic;
	}

	.headWrapper {
		margin: 0 auto;
		max-width: 100%;
		line-height: 50px;
	}
}

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

	.cardDesc {
		display: none;
	}

	.headWrapper {
		margin: 0 auto;
		max-width: 100%;
		line-height: 50px;
		padding: 0;
	}
}

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

	#container, .footer .main {
		height: inherit;
		width: 100%;
		margin: 0 auto;
	}

	.block1 {
		width: 100%;
		float: none;
	}

	.payment_name {
		display: none;
	}

	.adv img {
		width: 517px;
	}

	.comment_update, #comment .css_comment {
		width: 450px;
	}

	.restore {
		width: 400px;
	}

	#container {
		width: 100%;
		margin: 0 auto;
	}

	.menu {
		float: none;
		display: block;
		margin: 0 auto;
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px solid #D6D7D9;
	}

	.adv img {
		width: 307px;
	}

	.cardItem .cardPhoto {
		width: 160px;
		float: left;
	}

	.alert_icon {
		width: 10%;
		padding-top: 12px;
		text-align: center;
		float: left;
		padding-bottom: 12px;
	}

	.dropMenu._scrolled {
		overflow-y: scroll;
		max-height: 600px;
	}
}

@media screen and (max-width:520px) {
	.cardItem{
		display: flex;
	}
	.cardInfo{
		max-width: calc(100% - 150px);
		width: 100%;
		float: none;
	}
	.comment_update, #comment .css_comment {
		width: 320px;
	}

	.cardItem .cardPhoto {
		width: 150px;
		float: left;
	}

	.payment_name {
		display: none;
	}

	.alert_icon {
		display: none;
	}

	#container, .footer .main {
		height: inherit;
		width: 100%;
		margin: 0 auto;
	}
}

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

	.comment_update, #comment, .css_comment {
		width: 100%;
	}

	.cardInfo {
		max-width: 200px;
		overflow: hidden;
		width: 100%;
	}

	.trust_profile {
		position: relative;
		top: 100px;
		float: right;
		height: 30px;
		z-index: 3;
		left: -13px;
	}

	.alert_icon {
		display: none;
	}

	.title {
		font-size: 24px;
	}

	.footer .mainMenu {
		font-size: 12px;
	}

	.adv img {
		width: 290px;
	}

	body {
		font-size: 16px;
	}

	.navbar-brand img {
		width: 180px;
	}

	.restore {
		width: 290px;
	}

	.payment_name {
		display: none;
	}

	.navbar-brand img {
		width: 200px;
	}

	.css_anketa_title {
		font-size: 17px;
		color: #e84541;
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.cardItem {
		height: 170px;
	}

	.cardItem .cardPhoto {
		width: 120px;
		float: left;
		height: 150px;
	}

	.anketa_desc img {
		width: 75%;
	}

	.cardItem .cardPhoto img {
		width: 100px;
	}

	.cardPhone, .cardName, .cardName a {
		font-size: 17px;
	}

	.cardParams {
		font-size: 15px;
		line-height: 20px;
		float: left;
	}

	.uslugi {
		font-size: 15px;
		display: table;
		width: 100%;
	}

	.call {
		width: 70px;
	}
}

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

	.cardInfo {
		max-width: 170px;
	}

	#container {
		width: 100%;
	}

	.headWrapper {
		margin: 0;
		max-width: 100%;
		width: 100%;
		line-height: 50px;
		position: relative;
	}

	.logotype {
		width: 115px;
	}

	.dropMenu._scrolled {
		overflow: auto;
		max-height: 400px;
	}

	.pRight {
		position: absolute;
		right: 0;
	}
}

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

	body {
		font-size: 13px;
	}

	.headWrapper {
		margin: 0 auto;
		width: 90%;
		line-height: 50px;
	}

	.logotype {
		width: 110px;
		margin-top: 1px;
	}
}

.css_comment_main {
	width: 100%;
	border: none;
	margin-bottom: 14px;
}

.css_comment_main .css_comment_bottom {
	height: 7px;
	margin-top: -10px;
}

.css_comment_main .css_comment {
	background-color: #F8F8F6;
	display: table;
}

.css_comment_main .css_comment .css_top {
	height: 20px;
	width: 100%;
}

.css_comment_main .css_comment .css_comment_txt {
	padding: 10px 20px 20px 20px;
}

#scrollup {
	position: fixed;
	border-radius: 5px;
	right: 15px;
	z-index: 5;
	bottom: 10px;
	display: none;
	cursor: pointer;
	float: right;
	padding: 0;
}

.btn_green {
	color: #61A375;
	border: 1px solid #61A375;
	border-radius: 5px;
	font-size: 16px;
}

.btn_red {
	color: #E84541;
	border: 1px solid #E84541;
	border-radius: 5px;
	font-size: 16px;
}

.btn_red:hover {
	color: #E84541;
}

.btn_green:hover {
	color: #61A375;
}

.gamburger {
	width: 30px;
	margin-left: 4px;
}

.search {
	line-height: 50px;
	vertical-align: middle;
}

img.search {
	border: none;
	height: 22px;
	padding-right: 15px;
	padding-left: 15px;
}

.profile_desc {
	width: 100%;
	display: table;
	margin: 0 auto;
	margin-top: 4px;
	font-style: italic;
}

.profile_desc p {
	margin: 0;
}

strike span {
	color: grey;
}

#container > * {
	padding: 0 15px;
}

.slider {
	padding: 0px;
	height: 400px;
}
.swiper-slide{
	display: flex;
	align-items: center;
	width: auto;
}
.swiper-slide img{
	width: auto;
	height: 100%;
}
#loaddiv {
	position: absolute;
	left: 50%;
	margin-left: -130px;
}

.footer .main {
	padding: 0 15px;
}

.my_wrapper {
	width: 100%;
	height: 100%;
	display: table;
}

.my_menu_index {
	text-align: center;
	margin-top: 10px;
}

.my_waves {
	width: 100%;
	display: table;
	background-image: url(/files/wave.png);
	background-position: bottom;
	height: 6px;
	background-repeat: repeat-x;
}

.my_top {
	width: 100%;
	background-color: #e6e6e6;
	display: table;
}

.my_top_name {
	text-align: center;
	font-weight: bold;
}

.my_balance_low {
	font-size: 36px;
	color: red;
}

.my_balance_ok {
	font-size: 36px;
	color: green;
}

.my_balance {
	width: 100%;
	text-align: center;
	margin: 5px 0 5px 0;
	display: table;
}

.my_menu_wrapper {
	width: 100%;
	font-size: 16px;
	display: table;
}

.cardImg {
	position: relative;
	padding-right: 20px;
}

@-webkit-keyframes fadeOut {

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.animated.bounceIn,.animated.bounceOut {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

.animated.flipOutX,.animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
}

@-webkit-keyframes bounce {

	0%,20%,53%,80%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

@keyframes bounce {

	0%,20%,53%,80%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	40%,43% {
		-webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform: translate3d(0,-30px,0);
		transform: translate3d(0,-30px,0);
	}

	70% {
		-webkit-animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		animation-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		-webkit-transform: translate3d(0,-15px,0);
		transform: translate3d(0,-15px,0);
	}

	90% {
		-webkit-transform: translate3d(0,-4px,0);
		transform: translate3d(0,-4px,0);
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
}

@-webkit-keyframes bounceIn {

	0%,20%,40%,60%,80%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

@keyframes bounceIn {

	0%,20%,40%,60%,80%,100% {
		-webkit-animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
		animation-timing-function: cubic-bezier(0.215,0.610,0.355,1.000);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3,.3,.3);
		transform: scale3d(.3,.3,.3);
	}

	20% {
		-webkit-transform: scale3d(1.1,1.1,1.1);
		transform: scale3d(1.1,1.1,1.1);
	}

	40% {
		-webkit-transform: scale3d(.9,.9,.9);
		transform: scale3d(.9,.9,.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03,1.03,1.03);
		transform: scale3d(1.03,1.03,1.03);
	}

	80% {
		-webkit-transform: scale3d(.97,.97,.97);
		transform: scale3d(.97,.97,.97);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1,1,1);
		transform: scale3d(1,1,1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

#js-click-to-call-block {
	z-index: 999;
	position: fixed;
	bottom: 15px;
	right: 17px;
	margin-left: -40px;
	width: 80px;
	height: 80px;
}

#js-click-to-call-block #js-click-to-call-block-outer {
	background-color: rgba(0,149,70,.4);
	border-color: rgba(0,149,70,.4);
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-duration: 3s;
	-moz-animation-iteration-count: infinite;
}

#js-click-to-call-block #js-click-to-call-block-inner {
	background-color: rgba(0,149,70,.8);
	border-color: rgba(0,149,70,.8);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
}

#js-click-to-call-block a {
	position: absolute;
	display: block;
	left: 24px;
	top: 26px;
	width: 32px;
	height: 32px;
	z-index: 3;
}

.rotate_photo {
	position: absolute;
	top: 20px;
	left: 5px;
}

.loading_photo img {
	position: absolute;
	left: 28%;
	top: 31%;
}

.loading_photo {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	text-align: center;
	padding-top: 30px;
}

.labels {
	position: absolute;
	bottom: 15px;
	right: 2px;
}

.tilelabel {
	background-repeat: no-repeat;
	background-size: cover;
	width: 90px;
	border-radius: 10px;
	height: 23px;
	margin-bottom: 3px;
}

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

	.slider {
		margin-left: -15px;
		margin-right: -15px;
	}

	.labels {
		position: absolute;
		bottom: 15px;
		right: 15px;
	}

	.tilelabel img {
		width: 70px;
	}

	.tilelabel {
		width: 70px;
		height: 18px;
	}
}

.tilelabel img {
	width: 90px;
}

#telegram {
	font-size: 16px;
	cursor: pointer;
	color: #0071b2;
	border: 1px solid #0071b2;
	border-radius: 5px;
	margin: 15px;
	width: auto;
}

#telegram div {
	position: absolute;
	left: 50%;
	margin-left: -130px;
}

.visited {
	background: #d3d3d3;
	color: #fff;
	padding: 0 5px;
	font-size: 12px;
	margin-top: 2px;
	width: 100px;
	border-radius: 2px;
	text-align: center;
}

.cardName:after {
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

.dash-block {
	margin-bottom: 15px;
}

.dash-block-content {
	float: left;
	width: 100%;
}

.g-recaptcha {
	display: inline-block;
}

.push {
	text-align: center;
}

.dash-block:after {
	content: '';
	display: table;
	clear: both;
}

.timer {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

.error {
	font-weight: bold;
	font-size: 18px;
	color: red;
}

.chat-counter {
	position: absolute;
	background: #006fb4;
	display: block;
	color: #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	line-height: 20px;
	top: 5px;
	right: 5px;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.viewed-counter {
	position: absolute;
	background: #006fb4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	line-height: 20px;
	top: 4px;
	right: 0;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.owl-carousel,.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}

.owl-carousel {
	height: 400px;
	display: none;
	width: auto;
	z-index: 1;
	overflow: hidden;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}

.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled {
	display: none;
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {

	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity .4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3,1.3);
	transform: scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.owl-carousel .owl-item img, .owl-carousel .owl-stage {
	height: 400px;
}

.owl-item img {
	display: block;
	margin: auto;
}

#js-click-to-call-block a {
	background-image: url(/files/icons/call.png);
}

.tilelabel.call {
	background-image: url(/files/icons/call.svg);
}

.tilelabel.free {
	background-image: url(/files/icons/free.svg);
}

.tilelabel.trust {
	background-image: url(/files/icons/trust.svg);
}

.filter select {
	background: #eee;
	text-align: center;
	height: 40px;
	padding: 0 0 0 12px;
}

.filter #age-filter {
	margin-right: 0;
}

.filter #price-filter, .filter #bra-filter, .filter #service-filter {
	margin-left: 10px;
}

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

	.filter select {
		max-width: 130px;
		min-width: 130px;
	}

	.filter #price-filter, .filter #bra-filter, .filter #service-filter {
		margin-left: 10px;
	}

	.filter #age-filter {
		margin-right: 0;
	}
}

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

	.filter select {
		max-width: 130px;
		min-width: 130px;
	}
}