@font-face {
    font-family: 'Rimma_sans';
    src: url('./fonts/rimma-sans/Rimma_sans-Bold.woff2') format('woff2'),
        url('./fonts/rimma-sans/Rimma_sans-Bold.woff') format('woff'),
        url('./fonts/rimma-sans/Rimma_sans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


#mobilemenu, #mobilemenu .dropdown {
	background: #230cf2;
	color: #fff;
}

#mobilemenu .social-icons {
	display: none;
}

#mobilemenu .menu {
	padding: 0;
	border-bottom: 1px solid #230cf2;
}

#mobilemenu .menu ul>li {
	border-bottom: 1px solid #0078b3;
}

#mobilemenu .menu ul>li a{
	color: #fff;
}

#mobilemenu .menu>ul>li>a {
    background: #230cf2;
	color: #fff;
}

#mobilemenu .menu.middle>ul>li>a {
	background: #1e09d4;
}
#mobilemenu .expanded>.dropdown .menu_title,
#mobilemenu .menu ul>li.menu_title a{
	color: #230cf2;
}

#mobilemenu li svg path,
#mobilemenu .expanded>.dropdown .menu_back a svg path {
    fill: #fff;
}

#mobilemenu .expanded>.dropdown .menu_back a:hover svg path {
    fill: #fff;
}

#mobilemenu .contacts a,
#mobilemenu .contacts .email, #mobilemenu .contacts .address{
	color:#fff;
}

#mobilemenu .contacts {
    color: #fff;
}

#mobilemenu .contacts svg path {
    fill: #fff;
}

.menu-row.with-color .wrap_icon .personal-link {
	padding: 0px 16px 0px;
}

.menu-row.with-color .wrap_icon .email-link .svg {
	min-width:16px;
	min-height:17px;
	top:17px;
}

.is-mobile {
	display: none;
}

.anketa-carousel-wrap {
	padding: 62px 0 40px 0;
}

.anketa-carousel .owl-nav.disabled{
	height:0;
	margin:0;
}

.anketa-carousel .owl-stage {
	display: flex;
}

.anketa-carousel .owl-stage-outer {
	margin:0;
	padding:0;
}

.anketa-carousel a {
	color: #555;
	font-size: 15px;
	line-height:24px;
	display: block;
	height: 100%;
}

.anketa-carousel-item {
	border:1px solid #e0e0e0;
	border-radius: 6px;
	height: 100%;
	background: #fff;
	overflow: hidden;
}

.anketa-carousel-imgwrp {
    position: relative;
    padding-top: 246px;
}

.anketa-carousel-img {
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.anketa-carousel-name {
	padding: 14px 10px 0px 10px;
	height: 83px;
}

.anketa-carousel-def {
	padding: 0 10px;
	font-size:13px;
	text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
	height: 20px;
	color: #230cf2;
}

.anketa-carousel-age {
	padding: 0px 10px 10px 10px;
}

.anketa-add-button.btn {
	display: flex;
    align-items: center;
	justify-content: center;
	background:#c6f705 url('../images/svg/Plus.svg') 50% 50% no-repeat;
	height: calc(100% - 35px);
	border-radius: 6px;
	background-size: 33px;
	padding: 63px 0 0 0;
	color: #230cf2;
}

.anketa-add-wrap {
	height: 100%;
    padding: 0;
}

.anketa-carousel .owl-nav button.owl-next:after, .owl-carousel .owl-nav button.owl-prev:after {
    display: inline-block;
    position: absolute;
    content: '\f105';
    text-align: center;
    height: 40px;
    width: 40px;
    font-family: "FontAwesome";
    padding: 7px;
    font-weight: 400;
    font-size: 24px;
    background: #c6f705;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    right: -24%;
    opacity: 0.8;
    top: 42%;
	color: #230cf2;

}

.anketa-carousel .owl-nav button.owl-prev:after {
    content: '\f104';
    left: -25px;
}

.anketa-carousel .owl-nav button.owl-next:hover:after, .owl-carousel .owl-nav button.owl-prev:hover:after {
    opacity: 1;
}

.anketa h3{
	margin: 0 0 16px; 
}

.anketa h4{
	margin:35px 0 20px 0; 
}

.form.anketa {
	padding: 16px;
}

.fg2 input,  .fg2 select{
	height: 49px;
}

.grey-border {
	border:1px solid #f2f2f2;
	padding: 22px;
}

.edit-progress {
	position:relative;
	background:#230cf2;
	color: #ffffff;
	margin: 12px -8px 12px -8px;
	font-size: 16px;
    padding: 3px 16px;
	position: sticky;
    top: 60px;
    z-index: 20;
}

.edit-progress-line {
	position:absolute;
	background: #005884;
	right: 70%;
    left: 0;
    z-index: -1;
    top: 0px;
    bottom: 0px;
	transition: width .4s ease;
}

.edit-progress-label {
	font-size:12px;
}

.blueline {
	border:none;
	height: 2px;
	background:#230cf2;
	margin: 32px 0;
}

.btn {
	border-radius:10px;
}

.btn-tab, .btn-blue, .btn-white{
	font-size:16px;
	padding:13px 30px;
	border:1px solid #230cf2;
	background:#ffffff;
	display: inline-block;
	margin-right: 0;
	border-radius:0;
}

.btn-tab.active{
	color:#ffffff;
	background:#230cf2;
}

.btn-blue{
	color:#ffffff;
	background:#230cf2;
	border-radius:10px;
}

.btn-blue:hover, .btn-blue:not(.btn-favorites):focus{
	color:#ffffff;
	background:#5f4dfa;
	border-color:#5f4dfa;
}

.btn-white {
	color:#230cf2;
	background:#ffffff;
	border-radius:10px;
}

.btn-grad {
	color:#ffffff;
	background: linear-gradient(90deg, rgba(255,94,174,1) 0%, rgba(0,214,249,1) 100%);
	border-radius:10px;
}

.btn.btn-green {
	background-color: #c6f705;
    border-color: #c6f705;
    color: #222 !important;
}

.btn.btn-green:hover {
	background-color: #b4df09;
    border-color: #b4df09;
}

.w50{
	width:50%;
}

.w100{
	width:100%;
}

.form textarea {
    overflow: hidden;
    padding-top: 10px;
}
textarea.form-control {
    height: auto;
	overflow: auto;
}
.form-control {
	border: 1px solid #dfdfdf;
}

.form-control:focus {
	border-color: #dfdfdf;
}

.add-foto-btn {
	height:220px;
	display: flex;
    align-items: center;
    justify-content: center;
	background-size: 33px;
    text-align: center;
	cursor:pointer;
	font-size: 14px;
    line-height: 1.3;
	background: #e9e9e9;
	flex-wrap: wrap;
}

.spin {
	animation: spin 1s linear infinite;
	display: inline-block;
}

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.fa-succ {
	font-size: 34px;
	color: #00b800;
	margin: 0 8px;
}

.fa-err {
	font-size: 34px;
	color: red;
	margin: 0 8px;
}

.plus-icon {
	display: inline-block;
	height:34px;
	width:34px;
	background: url('../images/svg/Plus-black.svg') no-repeat;
}

.jqmWindow {
	box-shadow: 0 0 27px 0 rgb(0 0 0 / 10%);
}

.files-drop-zone {
	position:relative;
}

.files-drop-select{
	position: relative;
}

.files-drop-image{
	position:absolute;
	height:100%;
	width:100%;
	background-size:cover;
	background-position: center;
}

.files-drop-del{
	position: absolute;
	top:5px;
	right:5px;
	height: 21px;
	width: 21px;
	border-radius: 13px;
	background: #c4c4c4;
	cursor:pointer;
	color: #ffffff;
}

.files-drop-del:before{
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f00d ";
    font-size: 16px;
	padding: 2px 4px;
    display: block;
}

.files-drop-del:hover{
	background: #ffffff;
	color: #c4c4c4;
}

input.input-drop-zone {
    display: none;
}

.area-drop-zone.hover {
	background-color: #b8b8b8;
}

.files-drop-zone:hover .add-foto-btn {
	background: #ddd;
}

.dop-img-list {
	display: inline-block;
	float: left;
}

.dop-img-item {
	display: inline-block;
	position: relative;
    margin-right: 16px;
	height: 80px;
	width: 80px;
    background-size: cover;
    background-position: center;
}

.dop-img-item .fa-times-circle {
	position: absolute;
	top: 3px;
	right: 3px;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}

.dop-img-item .fa-times-circle:hover {
	color: #ff4747;
}

.dop-img-input {
	display: none !important;
}

.dop-img-addbtn {
	display: inline-block;
	height: 80px;
	width: 80px;
	background: #e9e9e9;
	text-align: center;
	cursor: pointer;
    padding-top: 28px;
    margin-right: 16px;
}

.dop-img-addbtn:hover {
	background: #ddd;
}

.dop-img-addbtn .plus-icon {
	height: 22px;
    width: 22px;
}

.dop-img-label {
	display: inline-block;
	color: #555;
	width: 220px;
	width: 145px;
    font-size: 12px;
}

/*
.promo-item {
	position:relative;
	border:1px solid #230cf2;
	padding: 30px 36px 36px 36px;
	text-align: center;
}

.promo-item-icon img {
	height:64px;
	width:64px;
	margin-bottom:5px;
}

.promo-item-title {
	font-size:21px;
	margin-bottom:16px;
}

.promo-item-text {
	height:72px;
}

.promo-item-link {
	display: inline-block;
	font-size:16px;
	margin:6px 0 20px 0;
}

.promo-item-btn button {
	min-width: 220px;
}

.promo-item-sel {
	position:absolute;
	top:0;
	left:0;
	bottom:100%;
	right:0;
	background:rgba(255,255,255,70%);
	overflow:hidden;
	cursor:pointer;
}

.active .promo-item-sel {
	bottom:0;
}

.promo-item-sel .fa-succ{
	display:block;
	position:absolute;
	top: calc(50% - 23px);
    left: calc(50% - 23px);
	font-size: 46px;
}

.promo-items .promo-item {
	margin-bottom: 15px;
}

.promo-items .col-md-4:last-child .promo-item {
	margin-bottom: 0;
}
*/

#area-drop-zone3 {
	height:170px;
}

.item-row {
	position:relative;
	padding:20px 25px 20px 20px;
	font-size: 18px;
	-webkit-box-shadow: 1px 1px 34px -5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 34px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 34px -5px rgba(0, 0, 0, 0.1);
	margin: 25px 5px;
	cursor: pointer;
	transition: box-shadow .2s;
}

.item-row:hover,
.item-row:focus {
	box-shadow: 1px 1px 34px -5px rgb(0 0 0 / 35%);
}

.item-row-doubleside {
	display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.item-row-title {
	font-size: 20px;
	color: #230cf2;
}

.item-row-title:hover,
.item-row-title:focus {
	color: #230cf2;
}

.item-row-label {
	font-weight:600;
}

.item-row-cat {
	font-size:16px;
	margin-bottom: 14px;
}

.item-row-tags {
	margin-bottom: 14px;
	display: none;
}

.item-row-tags .item-row-label {
	display:none;
}

.item-row-info {
	margin-bottom: 16px;
}

.item-row-info .item-row-label{
	margin-bottom: 14px;
}

.item-row-link {
	text-align: right;
}

.item-row-link .btn{
	font-size: 14px;
    padding: 7px 28px;
}

.item-row-imgwrap {
	padding: 0px 10px 0 0;
	position: relative;
}

.row-items {
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
}

.item-col {
	margin-top: 20px;
}

.item-col-border {
	border:1px solid #ccc;
	border-top:none;
	padding:20px 20px 36px 20px;
	height: calc(100% - 156px);
	position: relative;
}

.item-col-imgwrap {
	overflow: hidden;
    position: relative;
    padding-top: 156px;
	border: 1px solid #ccc;
    border-bottom: none;
}

.item-col-img {
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.item-row-img, .item-col-img {
	width:100%;
}

.item-row-city {
	text-transform: uppercase;
	color: #230cf2;
}

.item-row-accept {
	white-space: nowrap;
}

.item-row-budget span {
	color: #230cf2;
}

.item-row-hlight {
	border: 3px solid #ffac02;
}

.item-col-title {
	font-weight: 600;
	font-size: 16px;
}

.item-col-text {
	font-size: 14px;
	margin-bottom: 12px;
	overflow: hidden;
}

.item-col-cat {
	font-size: 12px;
	text-transform:uppercase;
	color:#230cf2;
	margin-bottom: 12px;
}

.item-col-date {
	font-size: 14px;
	bottom: 16px;
    position: absolute;
}

.item-col-date .fa-calendar {
	color:#230cf2;
}

.item-col-hlight .item-col-imgwrap {
	border: 2px solid #ffac02;
    border-bottom: none;
}

.item-col-hlight .item-col-border {
	border: 2px solid #ffac02;
    border-top: none;
}

.rounded .item-row {
	background: #fff;
	border-radius: 20px;
	cursor: pointer;
}

.rounded .item-row-img {
	border-radius: 18px;
}

.rounded .item-row-title {
	color: #555;
	font-size: 18px;
	display: block;
	margin-bottom: 9px;
}

.rounded .item-row-info {
	font-size: 13px;
    line-height: 1.2;
	margin-bottom: 0;
}

.rounded .item-row-cat {
	display: inline-block;
	font-size: 12px;
	background: #f8eba1;
	border-radius: 14px;
    padding: 1px 16px;
}

.rounded .item-row-contacts {
	font-size: 14px;
    margin-bottom: 8px;
	display: flex;
}

.rounded .item-row-contacts .fa {
	font-size: 16px;
	margin-right: 6px;
}

.rounded .item-row-stat {
	padding-top: 48px;
	font-size: 14px;
	height: 100%;
    border-left: 1px solid #dbdbdb;
}

.rounded .item-row-stat .fa{
	margin-right: 6px;
}

.rounded .item-row-stat div {
	margin: 5px 0 5px 32px;
}

.rounded .item-row-flex {
	display: flex;
}

.quick-link-container {
	margin-top: 24px;
	margin-bottom: -20px;
}

.quick-link {
	display: block;
	background: #fff;
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
	padding: 10px 0;
	border-radius: 14px;
	color: #555;
	margin-bottom: 16px;
	border: 1px solid #bbb;
}

.quick-link .fa {
	margin-right: 6px;
}

.quick-link:hover{
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.3);
}

.quick-link.active {
	border: 1px solid #230cf2;
}



.list-type2 {
	line-height: 1.3;
}

.list-type2 .item-col {
	margin-bottom: 68px;
}

.list-type2 .item-col-imgwrap {
	padding-top: 226px;
}

.list-type2 .item-col-border {
	padding: 12px 16px 8px 16px;
}

.list-type2 .item-col-cat {
	text-transform: unset;
	color: #777;
	margin-bottom: 7px;
}

.list-type2 .item-col-title {
	display: block;
	margin-bottom: 7px;
	padding-right: 9px;
}

.list-type2 .item-col-text {
	
}

.list-type2 .item-col-budget {
	font-weight: 600;
	margin-bottom: 6px;
}

.list-type2 .item-col-accept {
	font-size: 12px;
	color: #777;
}

.list-type2 .item-col-bottom {
	bottom: 16px;
    position: absolute;
}

.list-type2 .btn-favorites {
	position: absolute;
	right: 8px;
    top: 6px;
    padding: 4px;
}

.list-type2 .btn-favorites.active .fa-heart-o,
.list-type2 .btn-favorites:hover .fa-heart-o,
.card .btn-favresume:hover .fa-heart-o,
.card .btn-favresume.active .fa-heart-o {
    color: #df0000;
}

.card .btn-favresume .fa-heart-o:before {
	content: "\f004";
}

.list-type2 .btn-favorites.active .fa-heart-o:before,
.list-type2 .btn-favorites:hover .fa-heart-o:before {
    content: "\f004";
}

.list-type2 .item-col-mark-wrap {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

.list-type2 .item-col-mark-wrap div {
	color: #fff;
    padding: 4px 6px;
    display: inline-block;
    border-radius: 4px;
    margin: 6px 6px 0 0;
    text-transform: uppercase;
    font-size: 11px;
	line-height: 1;
}

.list-type2 .item-col-mark-wrap .mark1 {
	background: #ffca29;
}

.list-type2 .item-col-mark-wrap .mark2 {
	background: #ff2929;
}

.list-type2 .item-col-mark-wrap .mark3 {
	background: #2ed100;
}

.list-simple .item-col-imgwrap {
	height: 75px;
    width: 96px;
	padding-top: 0;
	position: absolute;
}

.list-simple .item-col-border {
	padding: 0 0 0 106px;
	border: none;
    line-height: 1.2;
}

.list-simple .item-col {
	margin-top: 16px;
	width: 100%;
}

.list-simple .item-col-title {
	font-size: 14px;
}
.list-simple .item-col-bottom {
	font-size: 11px;
    margin-top: 4px;
}

.srvc-in-castings .item {
	position: relative;
    padding-left: 55px;
    line-height: 1.3;
    font-size: 13px;
    margin-bottom: 8px;
}

.srvc-in-castings .item b {
	display: block;
    font-size: 14px;
    margin-bottom: 3px;
}

.srvc-in-castings h3 {
	margin: 20px 0 16px;
}

.srvc-in-castings .item img {
	position: absolute;
	top:0;
	left:0;
	transform: scale(0.8);
}

.srvc-in-castings .btn {
	width: 100%;
	margin-top: 18px;
}

.links-block {
	
}

.casting-row {
	border: 1px solid #230cf2;
	margin-bottom: 22px;
	display: flex;
}

.casting-row-title {
	font-weight:600;
	font-size: 16px;
	padding-top: 14px;
}

.casting-row-title2 {
	font-weight:600;
	font-size: 13px;
	padding-top: 14px;
}

.casting-row .item-col-imgwrap {
	border:none;
	border-right: 1px solid #230cf2;
	padding-top: 190px;
}

.casting-row-accept {
	color: #230cf2;
	line-height: 2;
}

.casting-row-views {
	font-size: 13px;
}

.casting-row-btn .btn {
	font-size: 13px;
	padding: 8px 14px;
	margin: 8px 0;
}

.casting-row-actions {
	border-left: 1px solid #230cf2;
}

.filter-wrap {
	padding:16px;
}

.filter-wrap h4 {
	display: inline-block;
	margin-right: 8px;
	cursor: pointer;
	margin-top: 0;
}

.filter-slide-up:before {
	font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d7";
    font-size: 25px;
    color: #230cf2;
	display: inline-block;
    margin-top: -10px;
	cursor: pointer;
}

.filter-wrap.open .filter-slide-up:before {
	content: "\f0d8";
}

.filter-wrap .filter-collapsed {
	max-height:0;
	overflow: hidden;
	transition: max-height 0.25s ease;
}
	
.filter-wrap.open .filter-collapsed {
	max-height: 300px;
}

.filter-v2 {
	padding: 16px 32px 0 32px;
}

.filter-v2 .filter-bg {
	background:#230cf2;
	margin-bottom: 8px;
	border-radius: 6px;
	overflow: hidden;
}

.filter-v2 .combo-arrow {
	margin-top: 4px;
}

.filter-v2 .filter-collapsed {
	margin-bottom: 16px;
}

.filter-v2 .combo-arrow:before {
	content: "\f107";
    font-size: 28px;
}

.filter-v2 .textbox {
	border: 2px solid #230cf2;
	border-radius: 6px;
    padding: 5px;
}

.filter-v2 .textbox .textbox-prompt, .filter-v2 .textbox .textbox-text {
	font-size: 16px;
}

.filter-v2 .col-md-4,  .filter-v2 .col-md-2{
	padding: 0;
}

.filter-v2 .form-group.fg2 {
	margin: 0;
	margin-right: -2px;
}

.filter-v2 .search-btn {
	padding: 8px;
	margin: 0;
	border-radius: 6px;
}

.filter-v2 .checkbox-inline input[type="checkbox"] {
	margin-left: -23px;
    height: 16px;
    width: 16px;
}

.filter-v2 .checkbox-inline {
	font-size: 14px;
	color: #565656;
	margin-right: 14px;
}

.filter-v2 .filter-collapsed{
	max-height:unset;
}

.filter-v2 .filter-collapse-btn {
	display:none;
}


.dop-photo {
	margin: 10px -3px;
    overflow: hidden;
    width: calc(100% + 3px);
}

.dop-photo .files-drop-zone {
	display: block;
    float: left;
	display: inline-block;
	width:33.33%;
	padding: 0px 3px;
	overflow: hidden;
}

.dop-photo .add-foto-btn {
	height:60px;
}

.dop-photo .plus-icon {
	height: 26px;
    width: 26px;
	margin-top: 6px;
}

.dop-photo .files-drop-del {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 16px;
    width: 16px;
}

.dop-photo .files-drop-del:before {
	font-size: 12px;
}

.dop-photo .files-drop-select {
	width: calc(100% + 3px);
}

.detail-pretitle {
	font-size: 18px;
	color:#230cf2;
}

.detail-pretitle--2 {
	font-size: 14px;
}

.detail-title {
	margin: 18px 0;
	font-size: 24px;
	color: #4d4d4d;
}

.detail-prop-label {
	font-size: 18px;
	color:#230cf2;
	font-weight:600;
}

.detail-prop-val {
	font-size: 18px;
	margin-bottom: 20px;
}

.detail-prop-val .fa-calendar {
	color:#230cf2;
	line-height:36px;
}

.detaile-btns {
	text-align:center;
	margin: 0px 40px 10px 40px;
}

.detaile-btns .btn {
	width:100%;
	padding: 13px 0;
}

.detail-stat-item {
	display: inline-block;
	padding: 0px 5px;
}

.detail-stat-value {
	display: inline-block;
	font-size: 32px;
	padding-right: 4px;
}

.detail-stat-label {
	font-size: 10px;
	line-height: 1.1;
	display: inline-block;
}

.casting-detail-area {
	padding: 22px 22px 45px 22px;
    background: #fff;
    box-shadow: 0 0 27px 0 rgb(0 0 0 / 10%);
	margin-bottom: 22px;
	position: relative;
}

.casting-detail-area .subject-card__image-wrapper, .tenant-detail .subject-card__image-wrapper {
	padding-top: 0;
	border-radius: 10px;
}

.casting-detail-nav {
	font-size: 18px;
	margin: 0 22px 22px 22px;
}

.casting-detail .item-row{
	margin: 15px -60px;
    box-shadow: none;
}

.social-icons-small li {

}

.social-icons-small li a {
	padding: 0 !important;
	height: 35px;
	width: 35px;
}

.social-icons-small .small_title {
	font-size:12px;
	text-transform:uppercase;
	text-align: center;
}

.social-icons-small ul {
	padding:0;
}

.social-icons-small .ya-share2__container_size_l .ya-share2__badge .ya-share2__icon {
    height: 35px !important;
    width: 35px !important;
    background-size: 27px 27px !important;
}

.info-card {
	text-align: center;
}

.info-card-title {
	display: inline-block;
	font-size: 14px;
	margin-bottom:14px;
}

.info-card-imgwrp {
	overflow: hidden;
    position: relative;
    padding-top: 64px;
	width: 64px;
	margin: 0 auto;
	margin-bottom:14px;
}

.info-card-img {
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border-radius:32px;
}

.info-card-name {
	text-transform:uppercase;
	color:#230cf2;
}

.logo_and_menu-row .phone-block .inner-table-block {
	padding-left: 29px;
}

.logo-row .slogan{
	margin-left: 4%;
}

.header-balance {
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-bottom: 2px solid #ccc;
	white-space: nowrap;
}

.header-accaunt {
	display: block;
	white-space: nowrap;
	color: #fff;
}

.acc-gold {
	color: #fff;
	font-weight: 600;
}

.acc-gold:after {
	content:'';
	display: inline-block;
	height: 20px;
	width: 20px;
	background: transparent url('../images/svg/crown.svg') no-repeat;
    background-position: center;
	margin-bottom: -3px;
    margin-left: 4px;
}

.acc-base {
	color: #fff;
	font-weight: 600;
}

.acc-base:after {
	content:'';
	display: inline-block;
	height: 20px;
	width: 20px;
	background: transparent url('../images/crown.svg') no-repeat;
    background-position: center;
	margin-bottom: -3px;
    margin-left: 4px;
}

.round-blue-border {
	border: 1px solid #230cf2;
	border-radius: 10px;
	padding: 10px 20px;
}

#mobileheader .header-accaunt {
	color: #ffffff;
	font-size: 11px;
    line-height: 1;
}

.form-balance {
	font-size: 15px;
	color:#000;
	background: #f4f4f4;
	padding: 20px 24px;
	margin: 16px 0;
}

.form-balance-inputs {
	text-align:right;
}

.form-balance input {
	display: inline-block;
	width: 150px;
	height: 48px;
	margin: 11px 0 0 0;
}

.form-balance .btn {
	display: inline-block;
    width: 31%;
    margin: 11px 9px 0 0;
    padding: 11px 15px;
    font-size: 14px;
}

.form-balance .btn.double-width {
	width: 41%;
}

.balance-table {
	
}

.balance-table-row {
	display: flex;
	width: 100%;
	border: 1px solid #230cf2;
	padding: 6px 14px;
	margin-bottom: 5px;
}

.balance-table-dt {
	display:inline-block;
	width: 20%;
	border-right: 1px solid #230cf2;
}

.balance-table-txt {
	display:inline-block;
	width: 60%;
	padding: 0 14px;
	border-right: 1px solid #230cf2;
}

.balance-table-sum {
	display:inline-block;
	width: 19%;
	padding-left: 14px;
	color: #ff0000;
}

.balance-table-check {
	width: 17px;
	margin-right: 4px;
}

.balance-table-group {
	display: flex;
	padding: 6px 14px;
	position: relative;
	flex-wrap: wrap;
}

.balance-table-group .upper-all {
	position: absolute;
	right:0;
	top:0;
}

.balance-table-group .check-all {
	padding: 4px 20px 0 0;
}

.balance-table-group .check-all label {
	display:none;
	top: -3px;
    margin-left: 4px;
    position: relative;
}

.balance-table-group .pages-all label {
	top: -3px;
    margin-left: 4px;
    position: relative;
}



.balance-table-group .action-all {
	padding-right: 20px;
}

.balance-table-group .button-all {
	padding-right: 20px;
}

.balance-table-group .button-all .btn-sm {
	padding: 6px 15px 5px;
}

.balance-table-group .form-check-input{
	height: 16px;
    width: 16px;
}


.balance-table-check .form-control {
	height: 17px;
}

.balance-table-group.inactive .upper-all{
	bottom:0;
	left:0;
}

.balance-table-group.inactive div {
	opacity: 0.3;
}

.balance-table-group.inactive .check-all {
	opacity: 1;
	z-index:+1;
}

.balance-table-sum.plus {
	color: #008000;
}

.balance-table-sum.--normal {
	color: #555;
}

.balance-table-row__2col .balance-table-txt {
	width: 79%;
	border: none;
}

.balance-table-sum select{
	width: 100%;
}

.balance-table.--type2 .balance-table-txt {
	width: 45%;
}

.balance-table.--type2 .balance-table-sum {
	width: 34%;
}

.services-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background:#f7f7f7;
	border:1px solid #f7f7f7;
	font-size: 16px;
    font-weight: 600;
	padding: 15px 20px;
	cursor: pointer;
	margin-bottom: 15px;
}

.services-row.active {
	border:1px solid #230cf2;
}

.services-side {
	display: flex;
	align-items: center;
}

.services-row-radio {
	width: 0;
    opacity: 0;
}

.services-row-img {
	margin-right: 15px;
    white-space: nowrap;
    min-width: 100px;
}

.services-row-img img {
	width: 44px;
}

.services-row-label {
	display: block;
	font-size:14px;
	font-weight: 400;
	color:#808080;
	line-height: 1.3;
}

.services-row-prc {
	font-weight: 500;
	width: 110px;
    text-align: center;
}

.services-row-actprc {
	width: 110px;
    text-align: center;
}

.services-row-oldprc {
	font-weight: 400;
	white-space: nowrap;
	text-decoration: line-through;
    font-size: 12px;
	line-height: 1;
}

.services-row-newprc {
	font-weight: 500;
	white-space: nowrap;
}

.services-row-count {
	display: inline-block;
}

.services-row-coulab {
	display: inline-block;
}


.services-row-btn .btn-blue {
	font-size: 13px;
    padding: 6px 20px;
	margin: 0;
}

.services-infolabel {
	margin-bottom: 20px;
}

.services-list {
	margin-bottom: 10px;
}

.services-infolabel .marker:after {
	content: '';
    width: 8px;
    height: 8px;
    background: #230cf2;
    border-radius: 50%;
    display: inline-block;
}

.services-order {
	border: 1px solid #230cf2;
	margin-top: 25px;
}

.services-order-h {
	background: #230cf2;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding: 5px;
	border-right: 1px solid #230cf2;
}

.services-order-name {
	width:80%;
	display: inline-block;
	border-right: 1px solid #230cf2;
	min-height: 146px;
}

.services-order-prc {
	display: inline-block;
	width:20%;
	float: right;
	text-align: center;
}

.services-order-label {
	margin: 15px 25px 10px 25px;
    font-size: 18px;
    font-weight: 600;
}

.services-order-def {
	margin: 0 25px 15px 25px;
}

.services-order-sum {
	font-size: 25px;
    margin: 31px 0 10px 0;
}

.services-order-oldsum {
	font-size: 16px;
    text-decoration: line-through;
	margin: 22px 0 -28px 0;
}

.services-order-canc {
	font-size: 12px;
}

.services-itog {
	font-size: 18px;
    margin: 20px 0;
	font-weight: 600;
}

.services-inlink {
	padding: 5px 18px;
	margin: 0 -5px 20px -5px;
	background-color: #fff;
	background-size: 130px;
    background-repeat: no-repeat;
    background-position: 0 100%;
	box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.45);
	-webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.45);
	-moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.45);
}

.services-inlink-h {
	font-weight: 600;
	font-size: 17px;
	margin: 13px 0 5px 0;
}

.services-inlink-txt {
	line-height: 1.3;
	font-size: 14px;
	margin: 0 0 10px 0;
	min-height: 55px;
}

.services-inlink .btn-white {
	font-size: 14px;
    padding: 8px 25px;
}

.services-inlink--1 {
	height: 350px;
	background-size: 240px;
}

.services-inlink--2 {
	height: 165px;
}

.services-inlink--3 {
	height: 165px;
}

.services-inlink--4 {
	height: 165px;
	background-size: 214px;
    background-position: 100% 100%;
}

.services-inlink--5 {
	background-size: 116px;
	padding-left: 100px;
}

.services-inlink--6 {
	background-size: 162px;
	padding-left: 100px;
}



.services-tile {
	border: 1px solid #230cf2;
	padding: 20px 24px 65px 24px;
	line-height: 1.3;
	margin: 0 0 30px 0;
}

.services-tile.action:before {
	content: 'АКЦИЯ';
	position: absolute;
    display: block;
    top: 18px;
    right: 30px;
    background: #ff5555;
    padding: 5px 24px;
    border-radius: 13px;
    color: #fff;
    font-size: 14px;
}

.services-tile-h {
	font-weight: 600;
	font-size: 22px;
	margin: 0 0 10px 0;
}

.services-tile-h b{
	color: #230cf2;
}

.services-tile.action .services-tile-h {
	margin: 0 88px 10px 0;
}

.services-tile-label {
	margin:0 0 10px 0;
}

.services-tile-label span {
	color: #230cf2;
	text-decoration: underline;
}

.services-tile-contacts {
	border: 1px solid #230cf2;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1.2;
    padding: 7px 18px 7px 60px;
	margin:0 0 15px 0;
	background: #fff url('../images/mail-icon.png') no-repeat 16px;
}

.services-tile-info {
	font-size: 11px;
	padding:12px 10px 0 10px;
	border: 1px solid #dfdfdf;
}

.services-tile-info div{
	padding: 0px 0 12px 36px;
	background: transparent url('../images/rcheck-icon.png') no-repeat 0px 4px;
	background-size: 20px;
	
}


.services-tile-ginfo {
	background: #f4f4f4;
    padding: 12px 12px 7px 12px;
    font-size: 11px;
    margin: 0 0 24px 0;
}

.services-tile-ginfo .ginfo0 {
	background: #f4f4f4 url('../images/ginfo0.png') no-repeat 0 0;
	padding: 0 0 6px 44px;
}
.services-tile-ginfo .ginfo1 {
	background: #f4f4f4 url('../images/ginfo1.png') no-repeat 0 0;
	padding: 0 0 6px 44px;
}
.services-tile-ginfo .ginfo2 {
	background: #f4f4f4 url('../images/ginfo2.png') no-repeat 0 0;
	padding: 0 0 6px 44px;
}

.services-tile-paylabel {
	font-size: 11px;
    color: #999;
	margin:0 0 15px 0;
}

.services-tile-select {
	margin: 15px 0 25px 0;
}

.services-tile-selectwrp {
	margin-bottom: 10px;
}

.services-tile-select .textbox,  .services-tile-selectwrp .textbox{
	border-top: 1px solid #dfdfdf;
}

.services-tile-select .combo-arrow {
	margin-top: 2px;
}

.services-tile-selectwrp .combo-arrow {
	margin-top: 6px;
}

.services-tile-selectwrp .textbox .textbox-text {
	height:36px;
}

.services-tile-prc {
	display:inline-block;
	position: absolute;
    bottom: 50px;
}

.services-tile-prc label {
	display:block;
	margin: 0;
	font-weight: 400;
}

.services-tile-prc .prc {
	display: inline-block;
	font-weight:600;
	font-size: 22px;
}

.services-tile-prc .oldprc {
	display: inline-block;
	font-size: 16px;
	text-decoration: line-through;
	margin: 0 0 0 5px;
}

.services-tile-btn {
	display:inline-block;
	width: 45%;
    position: absolute;
    bottom: 50px;
    right: 36px;
}

.services-tile-btn .btn {
	width: 100%;
    border-radius: 20px;
    padding: 8px;
    margin: 0;
}

.services-tile-super {
	text-transform: uppercase;
	font-size: 19px;
	margin: 17px 0 60px 0;
	padding: 0 0 0 55px;
}

.services-tile-super:before {
	content:'';
	display: block;
    position: absolute;
    margin: 2px 0 0 -55px;
	width:44px;
	height:44px;
	background: #ff5555 url('../images/crown-icon.png') no-repeat center;
	background-size: 80%;
	border-radius: 10px;
}

.services-tile-super b {
	display: block;
	color: #fff;
}

.services-tile--gold {
	background: #230cf2 url('../images/crown-big.png') no-repeat 0% 100%;
	color: #fff;
	background-size: 44%;
    border: none;
}

.services-tile--gold label, .services-tile--blue label {
	color: #fff;
	font-size: 14px;
}

.services-tile--gold .services-tile-h {
	font-weight:400;
}

.services-tile--gold b {
	color:#fff;
}

.services-tile--gold .services-tile-prc {
	right: 45px;
    bottom: 100px;
}

.services-tile--gold .services-tile-btn {
	display:block;
	width: 100%;
	text-align: right;
	clear: both;
}

.services-tile--gold .services-tile-btn .btn {
	background: #ff5555;
	width: 171px
}

.services-tile--gold .services-tile-label {
	font-size: 14px;
}

.services-tile--blue {
	background: #230cf2;
	color: #fff;
}

.services-tile--blue .services-tile-btn .btn {
	background: #ff5555;
}

.services-tile--blue .services-tile-info {
	border: 1px solid #fff;
}

.services-tile-countwrp {
	background: #fff;
	position: relative;
	padding: 4px 38px;
	margin: 0 0 10px 0;
}

.services-tile-countwrp .value {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #555;
	font-weight: 500;
	border: none;
}


.services-tile-countwrp .plus, .services-tile-countwrp .minus {
	position: absolute;
	display: block;
    top: 5px;
    left: 11px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #230cf2;
    color: #fff;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    border: none;
	font-weight: 200;
	padding: 0;
	margin: 0;
}

.services-tile-countwrp .plus:hover, .services-tile-countwrp .minus:hover {
	background:#00a3f5;
}

.services-tile-countwrp .minus {
	left: unset;
	right: 11px;
}

.li-tile {
	padding: 15px 15px 15px 75px;
	box-shadow: 0px 0px 14px -3px rgb(0 0 0 / 35%);
    -webkit-box-shadow: 0px 0px 14px -3px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.35);
	margin: 0 0 30px 0;
	min-height: 185px;
}

.li-tile-h {
	font-size: 20px;
	margin: 0 0 5px 0;
}

.li-tile-t {
	line-height: 1.3;
}

.li-tile.li-tile-gold-1 {
	background: #fff url('../images/unlim-icon.png') no-repeat 15px 15px;
	background-size: 48px;
}
.li-tile.li-tile-gold-2 {
	background: #fff url('../images/crownb-icon.png') no-repeat 15px 15px;
	background-size: 48px;
}
.li-tile.li-tile-gold-3 {
	background: #fff url('../images/give-icon.png') no-repeat 15px 15px;
	background-size: 48px;
}
.li-tile.li-tile-gold-4 {
	background: #fff url('../images/up-icon.png') no-repeat 15px 15px;
	background-size: 48px;
}


.pay-selector {
	margin-bottom: 20px;
	background: #f4f4f4;
	padding: 20px;
}

.pay-selector h4{
	margin: 0px 0 25px;
}

.pay-selector-item {
	border: 2px solid #999;
	display: inline-block;
	cursor: pointer;
	margin: 20px 10px 20px 0;
	border-radius: 10px;
	background: #fff;
	position: relative;
	width: 200px;
	height: 109px;
}

.pay-selector-item.--long-row {
	margin-top: 27px;
}

.pay-selector-item.active {
	border: 2px solid #230cf2;
	box-shadow: 2px 2px 5px #ccc;
}

.pay-selector-item.disabled {
	cursor:default;
	filter: grayscale(1);
	opacity: .5;
	cursor: not-allowed;
}

.pay-selector-label {
	position: absolute;
	top: -27px;
	text-transform: uppercase;
	font-size: 12px !important;
	color: #999;
	width: 100%;
    padding: 0 !important;
    text-align: center;
	line-height: 1.3;
}

.pay-selector-item.--long-row .pay-selector-label {
	top: -34px;
}

.pay-selector-img {
	border-radius: 10px;
	width: 100%;
}

.pay-selector-onbalance {
	position: absolute;
	bottom: 5px;
	width: 100%;
	text-align: center;
	bottom: 12px;
	font-size: 12px;
}

.card.card-hlight {
	border: 3px solid #ffac02;
}

.card.card-hlight .card__image-wrap:before,
.item-row-hlight .item-row-imgwrap:before {
	content:'';
	display:block;
	position: absolute;
	height:34px;
	width:34px;
	right: 3px;
    bottom: 3px;
    z-index: 10;
    border-radius: 20px;
	background:#230cf2 url('../images/svg/crownw.svg') no-repeat;
	background-size: 70%;
    background-position: center;
}

.card .btn-favresume {
	position: absolute;
	top: 1px;
	right: 4px;
	padding: 4px;
	cursor: pointer;
}

.item-row-hlight .item-row-imgwrap:before {
	right: 14px;
	bottom: unset;
	top: 4px;
}

.subject-card__text--gold:before,
.casting-detail-area--gold:before,
.subject-card__image--gold:before {
	content:'';
	display:block;
	position: absolute;
	height:60px;
	width:60px;
	left: -48px;
    top: -7px;
    z-index: 10;
    border-radius: 30px;
	background:#230cf2 url('../images/svg/crownw.svg') no-repeat;
	background-size: 70%;
    background-position: center;
}

.subject-card__image--gold:before {
	right: -11px;
    left: unset;
    top: -15px;
}

.casting-detail-area--gold:before {
	top: 15px;
}

.bx-pagination-container ul li:before {
	background: none;
}

.bx-pagination-container ul li {
	padding-left: 8px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #fff;
    border-color: #dfdfdf;
}

.textbox-label-readonly, .textbox-readonly .validatebox-text {
	cursor: not-allowed;
}

.btn.btn-primary {
	background-color: #230cf2;
    border-color: #230cf2;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
	background-color: #009ceb;
    border-color: #009ceb;
}

.auth_wrapp .form-wr .prompt input#USER_AGREE {
	opacity: 0;
    visibility: hidden;
    width: 1px;
    height: 1px;
	float: left;
}

.filter-quick-links {
	display: block;
    columns: 4;
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

.filter-quick-links li {
	margin-bottom: 0;
}

.filter-quick-links li a.active{
	color:#222;
}

.filter-quick-links li:before {
	display: none;
}

.filter-tabs {
	
}

.filter-tabs .btn {
	font-size: 14px;
    padding: 7px 18px;
    border: 1px solid #ebebeb;
	background: #ebebeb;
	color: #676767;
}

.filter-tabs .btn.active {
    border: 1px solid #230cf2;
	background: #230cf2;
	color: #fff;
}

.filter-tabs .recomend-link {
	display: inline-block;
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 6px;
    position: absolute;
}

.tizers-block3 {
	margin-bottom: 24px;
}

.tizers-block3 .item {
	position: relative;
	display: block;
	padding: 10px 16px;
    border-radius: 8px;
    height: 98px;
    line-height: 1.3;
	color: #222;
}

.tizers-block3 .item:hover {
	box-shadow: 1px 1px 15px 0px rgb(0 0 0 / 15%);
}

.tizers-block3 .item:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 14px;
	border-radius: 50%;
	border:1px solid #fff;
	background: #ff6163;
	top: -5px;
    right: -5px;
}

.tizers-block3 .item .pic {
	position: absolute;
    height: 100%;
    width: 98px;
    top: 0;
    right: 10px;
	background-size: cover;
}

.tizers-block3 .item.wimg {
	padding-right: 100px;
}

.tizers-block3 .color-1 {
	background: #e4f5fd;
}
.tizers-block3 .color-2 {
	background: #fff5e3;
}
.tizers-block3 .color-3 {
	background: #e4ffd6;
}
.tizers-block3 .color-4 {
	background: #f4edff;
}

.interests-chks .checkbox-inline {
	font-size: 14px;
	color: #555;
}

.interests-chks .checkbox-inline input[type="checkbox"] {
	margin-left: -25px;
    height: 15px;
    width: 15px;
}

#interes-change {
	display: none;
}

.message-list-row {
	display: block;
	position: relative;
	padding: 18px 18px;
	border-bottom: 1px solid #e8e8e8;
	
}

.message-list-row:hover {
	background: #ecf6ff
}

.message-list-title {
	font-size: 18px;
	color: #222;
	padding-right: 170px;
}

.unread .message-list-title {
	font-weight: 600;
}

.message-list-txt {
	color: #222;
}

.message-list-dt {
	position: absolute;
	top: 18px;
	right: 18px;
	color: #222;
}

.message-wrap {
	margin-bottom: 28px;
}

#email-link-mob {
	position: relative;
}

#email-link-h.unread i:before, #email-link-f.unread i:before, #email-link-mob.unread:before {
	content:'';
	display: block;
	height: 8px;
	width: 8px;
	border-radius: 50%;
	background: #ff9600;
	position: absolute;
    right: -3px;
    bottom: -2px;
}

#email-link-f.unread i:before {
	margin-top: 14px;
    margin-left: 19px;
    right: unset;
    bottom: unset;
}

#email-link-mob.unread:before {
	right: 3px;
    bottom: 5px;
}

#email-link-m i {
	display: inline-block;
	background: #ff9600;
	color: #fff;
	font-style: normal;
    font-weight: 600;
    padding: 1px 5px;
    position: absolute;
    right: 15px;
	border-radius: 2px;
}

.spec-price {
	position: relative;
	color: #fff;
	width: 100%;
	background-color: rgb(0,159,198);
	background-color: linear-gradient(90deg, rgba(0,159,198,1) 0%, rgba(0,85,173,1) 100%);
	padding: 18px 32px;
	margin-top: 6px;
	background-image: url('../images/spec-price-bg.png');
	background-repeat: no-repeat;
    background-position: 51% 100%;
}

.spec-price.in-page {
	background: none;
	position: static;
	padding: 18px 32px;
	display: inline-block;
    width: auto;
}

.spec-price a {
	color: #fff;
	text-decoration: underline;
}

.spec-price a.btn {
	text-decoration: none;
	border:2px solid #fde800;
	padding: 8px 18px;
	margin: 0;
}

.spec-price-detail {
	position: absolute;
    right: 34px;
    bottom: 13px;
}

.spec-price-timer {
	display: flex;
	justify-content: center;
	padding: 10px;
	background: rgb(78,165,236);
	background: linear-gradient(90deg, rgba(78,165,236,1) 0%, rgba(122,84,229,1) 100%);
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.36);
	-moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.36);
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.36);
	position: absolute;
    font-size: 48px;
    font-weight: 500;
	right: 32px;
    top: 24px;
}

.in-page .spec-price-timer {
	position: static;
}

.spec-price-titem {
	width: 88px;
    text-align: center;
	position: relative;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.44);
}

.in-page .spec-price-titem {
	line-height: 1.3;
}

.spec-price-timer label {
	display:block;
	font-size: 15px;
	text-shadow:none;
	color: #fff;
}

.spec-price .spec-price-titem:before {
	content:':';
	position: absolute;
	right: -8px;
	opacity: 1;
	transition: opacity 0.2s ease-out;
}

.spec-price-timer.tick .spec-price-titem:before {
	opacity: 0.2;
}

.spec-price .spec-price-titem:last-child:before {
	content:'';
}

.spec-price-title {
	font-size: 28px;
    font-weight: 500;
	margin-bottom: 8px;
	max-width: 370px;
}

.spec-price-info {
	font-size: 18px;
    max-width: 400px;
    font-weight: 300;
	margin-bottom: 10px;
}

.spec-price-string {
	position: absolute;
	right: 0;
	top: 12px;
	color: #222;
	background: #fde800;
	font-weight: 600;
    font-style: italic;
	padding: 4px 22px 3px 3px;
    height: 26px;
	opacity: 0.8;
}

.spec-price-string:before {
	content: ''; 
    position: absolute;
    left: -26px;
	top: 0;
	border: 13px solid transparent;
	border-right: 13px solid #fde800;
	border-bottom: 13px solid #fde800;
}

.spec-price-ul {
	margin: 24px 0 24px 0;
}

.spec-price-li {
	border:2px solid #230cf2;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	line-height: 1.2;
	margin-bottom: 8px
}

.spec-price-li:hover {
	-webkit-box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 15%);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 5px 2px rgb(0 0 0 / 15%);
}

.spec-price-li .radio {
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
}

.spec-price-li-name {
	display: flex;
    width: 33%;
    align-items: center;
	padding-left: 9%;
	font-size: 17px;
}

.spec-price-li-price {
	width:33%;
	background:#f3f3f3;
	font-size: 22px;
    font-weight: 500;
    color: #230cf2;
	padding: 8px 0 8px;
}

.spec-price-li-price i {
	font-size: 13px;
	font-style: normal;
}

.spec-price-li-price .old-prc {
	font-size: 15px;
	color: #555;
	text-decoration: line-through;
	font-weight: 400;
	margin-bottom: 3px;
}

.spec-price-li-price label {
	display: block;
	font-size: 13px;
	color: #555;
	font-weight: 500;
	margin: 0;
}

.spec-price-li-save {
	display: flex;
    width: 33%;
    align-items: center;
	justify-content: center;
	font-size: 17px;
}

.bnimg-container {
	width:100%;
}

.bnimg-container a {
	width: 100%;
}

.bnimg-container a img{
	width: 100%;
}

.bnimg-horizontal .owl-stage-outer{
	padding:0;
	margin:0;
}

.bnimg-vertical {
    height: auto;
	overflow:hidden;	
}

.bnimg-vertical div {
	padding-bottom: 36px;
}

.promo-field {
	position: relative;
	margin-top: 24px;
	max-width: 320px;
}

.promo-label {
	position: absolute;
	font-size: 18px;
    color: #230cf2;
	left: calc(100% + 16px);
    top: 9px;
    white-space: nowrap;
}

.promo-field .fa-spinner {
	position: absolute;
    top: 18px;
    right: 12px;
	display: none;
}

.promo-field .valid {
	color: #27ab00;
}

.promo-field .novalid {
	color: #ff0000;
}

.statistic-block {
	background: #e6e6e6;
	border-radius: 10px;
	padding: 12px 16px;
    margin: 7px 16px 24px 16px;
	color: #333;
	display: flex;
	overflow: hidden;
}

.statistic-block-close {
	display: none;
	position: absolute;
	top: 6px;
    right: 22px;
    color: #230cf2;
    border: 2px solid #230cf2;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    line-height: 1;
    padding: 1px 3px;
}

.statistic-left {
	display: inline-block;
	width: 270px;
	border-right: 1px solid #fff;
	height: 90px;
}

.statistic-center {
	width: calc(100% - 420px);
	display: flex;
	justify-content: space-around;
}

.statistic-right {
	display: inline-block;
	width: 200px;
	border-left: 1px solid #fff;
	text-align: center;
	padding-left: 14px;
}

.statistic-name {
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 6px;
}

.statistic-spec {
	color:#230cf2;
	font-size: 12px;
	line-height: 1.2;
}

.statistic-acc {
	font-size: 12px;
}

.statistic-ava {
	display: inline-block;
    float: left;
    margin-right: 16px;
	border-radius: 8px;
}

.statistic-main {
	display:inline;
	min-height: 90px;
}

.statistic-ava img {
	height: 90px;
	width: 90px;
    max-width: 100%;
    object-fit: cover;
	border-radius: 7px;
}

.statistic-col {
	line-height: 1.2;
	padding-left: 17px;
    padding-right: 3px;
}

.statistic-col .num {
	color:#230cf2;
	font-weight: 500;
	font-size: 23px;
	margin: 3px 0 2px 0;
}

.statistic-col .slabel {
	text-transform: uppercase;
    font-size: 12px;
	margin-bottom: 2px;
	margin-bottom: 8px;
	font-weight: 500;
}

.statistic-col .link, .statistic-right .link {
	font-size: 13px;
	display: block;
}

.statistic-right .btn-blue {
	font-size: 14px;
    padding: 8px 14px;
    margin-top: 12px;
}

.statistic-in-list-btn {
	display: none;
	margin: 0;
    width: 100%;
	border: none;
	background: #e6e6e6;
	color: #555;
}

.statistic-side {
    margin: 0 -16px;
}

.statistic-side .statistic-block {
	display: block;
}

.statistic-side .statistic-left,
.statistic-side .statistic-center,
.statistic-side .statistic-right {
	display: block;
	width: 100%;
	border: none;
}

.statistic-side .statistic-left {
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
    height: auto;
}

.statistic-side .statistic-right {
    border-top: 1px solid #fff;
	padding-top: 8px;
}

.statistic-side .statistic-ava img {
	height: 80px;
    width: 80px;
}

.statistic-side .slabel br {
	display: none;
}

.statistic-side .statistic-col {
    padding: 8px 0;
}

.statistic-side .statistic-main {
	padding: 0 0 0 96px;
	display: block;
}

.statistic-in-list .statistic-block { 
	margin: 0;
}

.statistic-in-list .statistic-center {
    width: calc(100% - 480px);
}

.jobseekers-right-side {
	margin-left: -20px;
	overflow: hidden;
}

.jobseekers-right-plug {
	height: 114px;
}

.top-talant {
	background: #230cf2;
	border-radius: 5px;
	padding: 8px 10px;
	margin-bottom: 18px;
	margin-top: 30px;
}

.top-talant-header {
	text-align: center;
	font-size: 1.5rem;
}

.top-talant .owl-stage-outer {
	margin: 0 -20px;
	padding: 0 20px;
}

.top-talant-item {
    height: 100%;
    overflow: hidden;
	color:#fff;
	margin-bottom: 65px;
}

.top-talant-imgwrp {
	position: relative;
    padding-top: 170px;
}

.top-talant-img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border-radius: 5px;
	border: 5px solid #fff;
}

.top-talant-name {
    padding: 12px 10px 4px 10px;
    max-height: 83px;
	text-align: center;
	font-size: 16px;
    font-weight: 500;
}

.top-talant-spec {
	padding: 0 10px;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 20px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.top-talant-param {
	position: relative;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}

.top-talant-param span {
	position: absolute;
	right: 0;
}

.top-talant-info {
	font-size: 11px;
    line-height: 1.3;
    margin-top: 10px;
	height: 72px;
	text-overflow: ellipsis;
    overflow: hidden;
}

.top-talant-btn {
	background: #ffb113;
    color: #fff;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 3px;
	border: none;
	border-radius: 5px;
}

.top-talant-btn:hover {
	color: #fff;
	background: #e89e0a;
}

.top-talant-carousel .owl-item {
	height: 460px;
}

.top-talant .owl-theme .owl-nav {
	height:0;
	margin-top:0;
}

.top-talant-carousel .owl-nav button.owl-prev:after,
.top-talant-carousel .owl-nav button.owl-next:after
 {
	display: inline-block;
    position: absolute;
    content: '\f104';
	font-family: "FontAwesome";
    text-align: center;
	top: -61px;
	height: 24px;
    width: 24px;
	color: #230cf2;
	border: 2px solid #230cf2;
	background: #c6f705;
	padding: 0px;
    line-height: 0.9;
	box-shadow: none;
	font-size: 22px;
	border-radius: 50%;
	opacity: 1;
	left: -10px;
	right: unset;
}

.top-talant-carousel .owl-nav button.owl-next:after {
	right: -10px;
	left: unset;
	content: '\f105';
}

.top-talant-carousel .owl-nav button.owl-prev:hover:after,
.top-talant-carousel .owl-nav button.owl-next:hover:after
{
	color: #fff;
	background:#230cf2;
}

a.scroll-to-top.ROUND_COLOR, a.scroll-to-top.RECT_COLOR {
	box-shadow: 0px 0px 3px #fff;
}

.registration-call {
	background-color:#d4e0ff;
	border-radius: 40px;
	padding: 44px 56px;
	background-image: url('/images/okr.png');
	background-repeat: no-repeat;
    background-position: 100% 0;
	margin-top: 15px;
}

.registration-call_title {
	font-weight: 500;
    font-size: 21px;
    margin-bottom: 34px;
}

.registration-call_subtitle {
	font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.registration-call_txt {
	line-height: 1.3;
	font-size: 14px;
	margin-bottom: 6px;
}

.registration-call_tablet {
	margin: 10px -10px;
}

.registration-call .btn {
	font-size: 13px;
    padding: 8px 16px;
}

.info-message {
	background:#f5f5f5;
	padding: 20px 30px;
	border-radius: 20px;
	font-size: 14px;
	color: #bcbcbc;
	margin-bottom: 12px;
}

.info-message p {
	margin-bottom: 16px;
	line-height: 1.3;
}

.forum-section {
	background: #230cf2;
	border-radius: 4px;
	color: #ffffff;
	padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
}

.forum-subsection, .forum-theme-item {
	border: 1px solid #f2f2f2;
    border-top: none;
    padding: 8px 20px;
	display: flex;
}

.forum-subsection-name, .forum-theme-title {
	width: 55%;
	font-weight: 500;
}

.forum-subsection-label, .forum-theme-label {
	font-size: 12px;
	color: #767676;
	line-height: 1.3;
}

.forum-subsection-cnt, .forum-theme-cnt {
	width:15%;
	padding: 0 10px;
	font-size: 13px;
}

.forum-create {
	width:30%;
	padding-left: 55px;
}

.forum-create-ava {
	position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: 1px solid #f2f2f2;
	margin-left: -55px;
}

.forum-create-ava div {
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.forum-create-ava img {
	width: 50px;
	height: 50px;
}

.forum-create-name {
	font-size: 14px
	
}

.forum-create-date {
	font-size: 14px;
	color: #767676;
}

.forum-theme-item {
	border: 1px solid #f2f2f2;
}

.forum-theme {
	display: flex;
	border-bottom: 2px solid #0087cb;
}

.forum-theme h1 {
	font-size: 1.6em;
    line-height: 24px;
    margin: 0px 0 16px;
}

.forum-theme-author {
	padding: 10px 10px;
    border-right: 1px solid #f2f2f2;
    min-width: 140px;
    width: 140px;
}

.forum-theme-author .forum-create-ava {
	position:static;
	margin: 4px auto;
	width: 86px;
    height: 86px;
}

.forum-theme-author .forum-create-ava img {
    width: 86px;
}

.forum-theme-name {
	color: #0087cb;
}

.forum-theme-dt, .forum-theme-views {
	font-size: 12px;
}

.forum-theme-message {
	padding: 10px 20px;
}

.forum-theme-img {
	
}

.forum-theme-img  img {
	height: 100px;
    padding: 4px;
    border: 1px solid #f2f2f2;
    margin: 8px 8px 0 0;
}

.forum-messages {
	margin-bottom: 32px
}

.forum-message {
	display: flex;
	border: 1px solid #f2f2f2;
	border-top: none;
}

.forum-message .forum-create-ava {
	position:static;
	margin: 4px auto;
	width: 60px;
    height: 60px;
}

.forum-message-author .forum-create-ava img {
    width: 60px;
}

.forum-message-author {
	padding: 10px 10px;
    border-right: 1px solid #f2f2f2;
    min-width: 140px;
	width: 140px;
}

.forum-message-name {
	color: #0087cb;
	font-size: 13px;
    text-align: center;
	line-height: 1.2;
}

.forum-message-dt {
	text-align: right;
    padding: 2px 20px;
    background: #f5f5f5;
    font-size: 12px;
}

.forum-message-text {
	padding: 8px 16px;
}

.forum-message-editor {
	border: 1px solid #f2f2f2;
}

.forum-message-btn {
	padding: 8px 24px;
	margin-top: 8px;
}

.company-list-link {
	max-width: 360px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-list-phone {
	margin-right:20px;
}

.company-detail {
	margin-top: 24px;
    margin-bottom: 24px;
}

.company-detail-area {
	background: #fff;
	border-radius: 20px;
	padding: 32px 32px 45px 32px;
}

.company-detail .subject-card__image-wrapper {
	padding-top: 0px;
	border-radius: 18px;
	overflow: hidden;
}

.company-detail .subject-slider__slide img {
	border-radius: 18px;
}

.company-detail .subject-nav-slider .owl-item {
	border-radius: 18px;
}

.company-detail .video-container {
	border-radius: 18px;
	overflow: hidden;
}

.company-detail-video .subject-card__info-data-label {
	margin-bottom: 6px;
}

.company-detail .subject-card__title {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 9px;
}

.company-detail .subject-card__info-title {
	color: #686868;
    font-size: 19px;
    margin-bottom: 14px;
    font-weight: 400;
}

.company-detail-cat {
	display: inline-block;
    font-size: 12px;
    background: #f8eba1;
    border-radius: 14px;
    padding: 1px 16px;
	margin-bottom: 14px;
}

.company-detail-contacts {
	font-size: 14px;
    margin-bottom: 8px;
}

.company-detail-contacts .fa {
    font-size: 16px;
    margin-right: 6px;
}

.company-detail .detail-prop-val {
	font-size: 16px;
}


.company-detail-flex {
	display: flex;
}

.company-detail .subject-slider__slide {
	height: 283px;
}

.company-detail .subject-nav-slider__slide {
	height: 86px;
}

.company-filter {
	margin-bottom: 32px;
}

.round-form {
	box-shadow: 1px 1px 34px -5px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 20px;
	padding: 24px 22px;
}

.round-form-title {
	margin-bottom: 12px;
    font-size: 20px;
}

.round-form .form-control{
	border-radius: 14px;
	padding: 10px 16px;
	height: 40px;
}

.round-form .textbox {
	border-radius: 14px;
	border: 1px solid #230cf2;
}

.round-form .textbox .textbox-text {
	height: 40px;
	border-radius: 14px;
}

.round-form .textbox-icon {
	border: 1px solid #230cf2;
	border-radius: 50%;
	width: 22px !important;
    height: 22px !important;
	text-align: center;
}

.round-form .combo-arrow:before {
	color: #230cf2;
	content: "\f078";
	font-size: 14px;
	top: -2px;
    position: relative;
}

.round-form .textbox-addon {
	right: 8px !important;
    top: 16px !important;
}

.round-form button {
	border-radius: 14px;
}

.company-review-title {
	color: #686868;
    font-size: 19px;
    margin-bottom: 14px;
    font-weight: 400;
}

.company-review-editor {
	margin-bottom: 14px;
}

.company-review-form {
	padding: 32px 32px 24px 32px;
}

.mark-stars {
    display: inline-flex;
    flex-direction: row-reverse;
}

.mark-stars input {
	opacity: 0;
    width: 0;
    height: 18px;
    position: relative;
    z-index: -1;
}

.mark-stars label {
    padding: 0 4px;
    cursor: pointer;
    margin-bottom: 0;
}

.mark-stars label:before {
    content: "\f006";
    display: block;
    font-family: "FontAwesome";
    color: #F2C94C;
    font-size: 22px;
}

.mark-stars input:checked~label:before {
    content: "\f005";
}

.company-review-form .mark-stars {
	margin-bottom: 14px;
}



.rewievs-carousel-item {
	display: flex;
	padding: 16px 20px;
}

.rewievs-carousel-imgwrp {
	width: 80px; 	
}

.rewievs-carousel-imgwrp img {
	height:62px;
	width: 62px !important;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #eee;
}

.rewievs-carousel .owl-stage-outer {
	margin: 20px 0;
	padding: 0;
}

.rewievs-carousel-item {
	background: #fff;
	border-radius: 20px;
}

.rewievs-carousel-name {
	font-weight: 600;
}

.rewievs-carousel-cat {
	font-size: 13px;
	color: #999;
    line-height: 1;
    margin-bottom: 6px;
}

.rewievs-carousel-txt {
	line-height: 1.2;
    font-size: 14px;
}

.lightblueline h3 {
	color: #fff;
}

.green-line {
	color: #222;
	background: #c6f705;
	padding: 24px 0;
	font-family: 'Rimma_sans';
	font-size: 28px;
}

.green-line .round {
	display:inline-block;
	width: 15px;
	height: 15px;
	margin: 3px 20px;
	border-radius: 50%;
	background: #b6e10b;
}

@media (max-width: 768px) {
	
	.text-sm-center {
		text-align:center;
	}
	
	.blueline {
		margin: 26px 0;
	}
	
	.border_block .top-form {
		padding-top: 16px;
	}
	
	.anketa-add-wrap {
		margin-top:18px;
		height:auto;
	}
		
	.anketa-add-button{
		width: 218px;
		padding: 19px 0px 19px 37px;
		margin: 0 auto;
		background-position: 20px 12px;
	}
	
	#forcompany .files-drop-zone {
		margin-bottom: 18px;
	}
	
	.anketa .but-r .btn {
		display: block;
		width: 100%;
		margin: 6px 0;
	}
	
	.anketa .but-r {
		margin-bottom: 28px;
	}
	
	.edit-progress {
		top:0;
	}
	
	#myPopup {
		width:100%;
	}
	
	#myPopup .form.popup .form-footer {
		text-align:center;
	}
	
	.item-row {
		padding:0;
		font-size: 14px;
		line-height: 1.4;
	}
	
	.item-row-imgwrap {
		margin-bottom: 10px;
		padding:0;
	}
	
	.item-row-doubleside {
		display: block;
	}
	
	.item-row-doubleside .text-right{
		text-align: left;
	}
	
	.item-row-info .item-row-label {
		margin-bottom: 0;
		margin-top: 14px;
	}
	
	.item-row-link .btn {
		margin-bottom:15px;
	}
	
	.detaile-btns {
		position: sticky;
		top: 0;
		margin: 0;
		z-index: 20;
	}
	
	.detaile-btns .btn {
		font-size: 13px;
		padding: 12px 0;
	}
	
	.detail-pretitle {
		display: none;
	}
	
	.detail-title {
		margin: 0 0 18px 0;
	}
	
	.detail-pretitle2 {
		padding-top:8px;
	}
	
	.detail-prop-label, .detail-prop-val {
		font-weight: 400;
		width: 50%;
		float: left;
	}
	
	.detail-prop-val {
		margin-bottom: 12px;
	}
	
	.detail-prop-label.full-width,  .detail-prop-val.full-width {
		width:100%;
		float:none;
	}
	
	.casting-detail-nav {
		font-size: 16px;
		text-align: center;
	}
	
	.row-items {
		display: block;
	}
	
	.item-col {
		margin: 8px -22px 0px -22px;
	}
	
	.item-col-imgwrap {
		margin: 0 15px;
	}
	
	.item-col-border {
		border-bottom: 1px solid #ccc;
		border: none;
	}
	
	.list-type2 .item-col-imgwrap {
		margin: 0;
		width: 130px;
		position: absolute;
		padding: 0;
		border: none;
		top: 0;
		bottom: 0;
	}
	
	.list-type2 .item-col-mark-wrap div {
		font-size: 10px;
	}
	
	.list-type2 .item-col-text {
		display: none;
	}
	
	.list-type2 .item-col {
		margin: 8px -8px 0px -8px;
	}
	
	.list-type2 .item-col-bottom {
		position: static;
		margin-bottom: 16px;
	}
	
	.list-type2 .item-col-border {
		padding-left: 146px;
		min-height: 130px;
		padding-top: 0;
		
	}
	
	.list-type2 .item-col-hlight .item-col-border {
		border-top: 2px solid #ffac02;
		padding-top: 12px;
	}
	
	.list-simple .item-col-border {
		padding: 0 0 0 122px;
	}
	
	.subject-card__title-wrap {
		display: block;
	}
	
	.subject-card__title-wrap .rating {
		margin: 10px 0 -10px 0;
	}
	
	.subject-card__title {
		font-size: 1.7em;
	}
	
	.casting-row {
		display: block;
	}
	
	.casting-row-actions {
		border: none;
	}
	
	.casting-row .item-col-imgwrap {
		border: none;
		margin-top: 16px;
	}
	
	.form-balance-inputs {
		text-align:center;
	}
	
	.subject-card__text--gold:before{
		right: 10px;
		top: 27px;
		left: unset;
	}
	
	.subject-card__image--gold:before {
		right: 0;
	}
	
	.casting-detail-area--gold:before{
		top: 25px;
		right: 25px;
	}
	
	.casting-detail .item-row {
		margin: 20px 0px;
	}
	
	.job-seeker-detail .border_block {
		padding: 0px;
		border: none;
	}
	
	.job-seeker-detail, .tenant-detail {
		margin: 0 -15px;
	}
	
	.form-balance .btn, .form-balance .btn.double-width {
		display: block;
		width: 100%;
	}
	
	.pay-selector {
		text-align: center;
		padding: 16px 0;
		margin: 0 -20px;
	}
	
	.pay-selector label {
		display: inline;
	}
	
	.pay-selector-label {
		color: #555;
		font-size: 11px !important;
	}
	
	.pay-selector-item {
		width: 47%;
		margin: 20px 0 20px 0;
		height: 97px;
	}
	
	.balance-table-row {
		padding: 5px 6px;
		margin-bottom: -1px;
	}
	
	.balance-table-dt {
		font-size: 12px;
	}
	
	.balance-table-txt {
		width: 54%;
	}
	
	.balance-table-row__2col .balance-table-dt {
		width: 100%;
		padding: 0 14px;
		border: none;
	}
	
	.balance-table-row__2col .balance-table-txt {
		width: 100%;
	}
	
	.balance-table-row__2col:first-child {
		display:none;
	}
	
	.balance-table.--type2 .balance-table-row {
		display:block;
		padding: 8px 12px;
		position: relative;
	}
	
	.balance-table.--type2 div, .balance-table.--type2 .balance-table-sum, .balance-table.--type2 .balance-table-txt {
		width: 100%;
	}
	
	.balance-table.--type2 .balance-table-check {
		width: 20px;
		display: inline-block;	
	}
	
	.balance-table.--type2 .balance-table-dt {
		width: auto;
		display: inline-block;
		border: none;
		position: absolute;
		right: 12px;
	}
	
	.balance-table.--type2 .balance-table-txt {
		padding: 0;
		border: none;
		padding: 3px 0;
	}
	
	.balance-table.--type2 .balance-table-sum {
		padding: 0;
	}

	.balance-table-group div {
		width: 100%;
	}
	
	.balance-table-group .check-all label {
		display: inline-block;
	}
	
	.balance-table-group .action-all {
		padding: 0 0 12px 0;
	}
	
	.services-infolabel {
		font-size: 13px;
		line-height: 1.3;
	}

	.services-row {
		padding: 8px 10px;
		margin: 0 -20px 15px -20px;
	}
	
	.services-side {
		min-height: 90px;
	}
	
	.services-row-name {
		font-size: 12px;
		line-height: 1.3;
		border-left: 1px solid #e6e6e6;
		border-right: 1px solid #e6e6e6;
		padding: 0 10px;
	}
	
	.services-row-img {
		margin-right: 3px;
		min-width: 58px;
	}
	
	.services-row-prc {
		margin-top: -20px;
		font-size: 14px;
		width: 90px;
	}
	
	.services-row-actprc {
		margin-top: -30px;
		width: 90px;
	}
	
	.services-row-newprc {
		font-size: 14px;
	}
	
	.services-row-oldprc {
		font-size: 8px;
	}
	
	.services-row-btn {
		position: absolute;
		margin-top: 42px;
		margin-left: 6px;
	}
	
	.services-row-radio {
		margin-right: -9px;
	}
	
	.services-row-label {
		line-height: 1.2;
		font-size: 9px;
	}
	
	.services-row-count {
		display: block;
		text-align: center;
		font-size: 20px;
		line-height: 1;
	}
	
	.services-row-coulab {
		display: block;
		text-align: center;
		font-size: 11px;
		color: #230cf2;
	}
	
	.services-row-btn .btn-blue {
		font-size: 12px;
		padding: 5px 15px;
	}
	
	.services-order {
		margin-top: 16px;
	}
	
	.services-itog {
		text-align: center;
		margin: 16px 0;
	}
	
	.filter-wrap h4 {
		margin-bottom: 12px;
		margin-left: -14px;
		font-size: 18px;
	}
	
	.filter-wrap h4.in-job-seeker {
		margin-top: 16px;
		margin-bottom: 16px;
		font-size: 14px;
		padding-left: 14px;
	}
	
	.filter-wrap.open .filter-collapsed,
	.filter-wrap.filter-v2.open .filter-collapsed {
		max-height: 600px;
	}
	
	.filter-wrap.filter-v2 .filter-collapsed {
		max-height:0;
		overflow: hidden;
		transition: max-height 0.25s ease;
	}
	
	.filter-v2 {
		padding-top: 0;
	}
	
	.filter-v2 .filter-collapse-btn {
		display:block;
	}
	
	.filter-slide-up {
		position: absolute;
		right: 16px;
		top: 2px;
	}
	
	.filter-slide-up.in-job-seeker {
		top: 16px;
		right: 4px;
	}
	
	.filter-v2 .checkbox-inline {
		display: block;
		font-size: 16px;
	}
	
	.filter-v2 .checkbox-inline + .checkbox-inline {
		margin-left: 0;
	}
	
	.filter-v2 .form-group.fg2 {
		margin-right: 0;
	}
	
	.services-inlink--1 {
		height: 295px;
	}
	
	.services-inlink--4 {
		height: 286px;
	}
	
	.services-inlink--5, .services-inlink--6 {
		height: 265px;
		padding-left: 18px;
	}
	
	.services-tile {
		padding-bottom: 115px;
	}
	
	.services-tile-prc {
		bottom: 75px;
	}
	
	.services-tile-btn {
		width: calc(100% - 72px);
		bottom: 25px;
	}
	
	.services-order-name {
		width: 100%;
		border: none;
	}
	
	.services-order-prc {
		width: 100%;
		float: none;
	}
	
	.services-order-oldsum {
		margin: 5px 0 -30px 0;
	}
	
	.services-order-sum {
		margin: 30px 0 4px 0;
	}
	
	.filter-quick-links {
		columns: 2;
	}
	
	.tizers-block3 .item {
		height: 59px;
	}
	
	.tizers-block3 .item .pic {
		width: 59px;
	}
	
	.tizers-block3 .item:after {
		display: none;
	}
	
	.tizers-block3 .item.wimg {
		padding-right: 90px;
	}
	
	.mob-clb {
		clear: both;
	}
	
	.is-mobile {
		display: unset;
	}
	
	.is-desktop {
		display: none;
	}
	
	.message-list-row {
		margin-bottom: 12px;
	}
	
	.message-list-title {
		padding-right: 0;
	}
	
	.message-list-dt {
		top: -3px;
		right: unset;
		font-size: 12px;
		color: #bbb;
	}
	
	.spec-price {
		background-image: none;
		padding-bottom: 72px;
		margin-left: -8px;
		width: calc(100% + 16px);
	}
	
	.spec-price.in-page {
		padding: 18px 8px;
		margin:0;
		width: 100%;
	}
	
	.spec-price-title {
		font-size: 22px;
	}
	
	.spec-price-info {
		font-size: 15px;
		margin-bottom: 16px
	}
	
	.spec-price-timer {
		position: static;
		font-size: 44px;
	}
	
	.spec-price a.btn {
		position: absolute;
		bottom: 20px;
		border-width: 1px;
		font-size: 13px;
		padding: 6px 10px;
	}
	
	.spec-price-string {
		display: none;
	}
	
	.spec-price-detail {
		right: 34px;
		bottom: 20px;
		width: 126px;
		font-size: 12px;
	}
	
	.spec-price-li-name {
		font-size: 14px;
	}
	
	.spec-price-li-save {
		font-size: 14px;
	}
	
	#mobilemenu .spec-price {
		background: #0078b3;
		margin-top: -1px;
		margin-left: -16px;
		padding: 12px 16px;
		width: calc(100% + 32px);
	}
	
	#mobilemenu .spec-price-title {
		font-size: 19px;
	}
	
	#mobilemenu .spec-price-info {
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 12px;
	}
	
	#mobilemenu .spec-price-timer {
		border-radius: 5px;
		font-size: 32px;
		padding: 14px 10px;
		margin-bottom: 58px;
	}
	
	#mobilemenu .spec-price-titem {
		width: 62px;
	}
	
	#mobilemenu .spec-price .spec-price-titem:before {
		right: -5px;
	}
	
	#mobilemenu .spec-price-timer label {
		line-height: 1;
		font-size: 11px;
		margin: 10px 0 0 0;
	}
	
	#mobilemenu .spec-price a.btn {
		bottom: 42px;
		border-radius: 5px;
		border-width: 2px;
		font-size: 13px;
		padding: 7px 12px;
	}
	
	#mobilemenu .spec-price-detail {
		position: static;
		width: 100%;
	}
    
	.promo-field {
		max-width: 100%;
		margin-top: 16px;
	}
	
	.promo-label {
		position: static;
	}
	
	.promo-field .fa-spinner { 
		top: 42px;
	}
	
	.statistic-in-list .statistic-block {
		display: none;
	}
	
	.statistic-in-list .statistic-center {
		width: 100%;
	}
	
	.statistic-in-list .statistic-block-close{
		display: block;
	}
	
	.statistic-block {
		display: block;
	}

	.statistic-left,
	.statistic-center,
	.statistic-right {
		display: block;
		width: 100%;
		border: none;
	}

	.statistic-left {
		border-bottom: 1px solid #fff;
		padding-bottom: 8px;
		height: auto;
	}

	.statistic-right {
		border-top: 1px solid #fff;
		padding-top: 8px;
		padding-left: 0;
	}

	.statistic-ava img {
		height: 80px;
		width: 80px;
	}

	.slabel br {
		display: none;
	}

	.statistic-col {
		padding: 8px 0;
	}

	.statistic-main {
		padding: 0 0 0 96px;
		display: block;
	}

	.statistic-in-list .statistic-block { 
		margin: 0;
	}
	
	.statistic-in-list-btn {
		display:inline-block;
	}
	
	.jobseekers-right-side {
		margin:0;
	}
	
	.top-talant-imgwrp {
		padding-top: 280px;
	}
	
	.top-talant-carousel .owl-item {
		height: 540px;
	}
	
	.filter-tabs .btn {
		font-size: 12px;
	}
	
	.filter-tabs .recomend-link {
		display: block;
		position: static;
	}
	
	.registration-call {
		background-image: none;
		padding: 30px 30px;
		border-radius: 30px;
	}
	
	.forum-create {
		padding-left: 0px;
		text-align: center;
	}
	
	.forum-create-ava {
		position: static;
		margin: 0 auto;
	}
	
	.forum-create-date {
		font-size: 11px;
		color: #767676;
		line-height: 1.2;
	}
	
	.forum-theme {
		display: block;
	}
	
	.forum-theme-author {
		text-align: center;
		width: auto;
	}
	
	.forum-message {
		display: block;
	}
	
	.forum-message-author {
		display: flex;
		justify-content: flex-start;
		width: auto;
	}
	
	.forum-message .forum-create-ava {
		margin: 0 10px 0 0;
		float: left;
		
	}
	
	.forum-message-name {
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	
	.forum-message-dt {
		text-align: center;
	}
	
	.forum-theme-author {
		display: flex;
	}
	
	.forum-theme-author .forum-create-ava {
		min-width: 86px;
		min-height: 86px;
	}
	
	.forum-theme-name, .forum-theme-dt, .forum-theme-views {
		display: flex;
		align-items: center;
	}

	.company-detail .subject-slider__slide img {
		height: auto;
	}
	
	.company-detail-area {
		padding: 18px;
	}
	
	.company-detail-flex {
		display: block;
	}
	
	.company-list-link {
		max-width: 100%;
	}
	
	.rounded .item-row-stat div {
		display: inline-block;
		margin: 0 16px 0 0;
	}
	
	.rounded .item-row-flex {
		display: block;
	}
	
	.rounded .item-row-stat {
		padding: 10px 0;
		height: auto;
		border: none;
	}
	
	.rounded .item-row-contacts {
		display: block;
	}
	
	.company-filter {
		margin-top: 16px;
	}
	
	.green-line {
		font-size: 16px;
		line-height: 16px;
	}
	
	.green-line .round {
		width: calc(100% - 40px);
		height: 0;
	}
	
	.banners-big .slides .title {
		white-space: normal;
		padding: 15px 0 15px 0;
		font-size: 17px;
	}
	
	.banners-big .slides .title2 { font-size: 16px;margin: 3px 0 20px 0;}
	
	.banners-big.long-banner.view_1 .slides > li {
		height: 320px;
	}
	
	.banners-big.long-banner.view_1 .slides {
		height: 320px;
	}
	
	body .banners-big .slides .shown .text .inner {
		padding: 0px 9px;
	}

}

@media only screen and (max-width: 1200px) and (min-width: 992px)  {
	.job-seeker-detail .statistic-block .statistic-right {
		width: 150px;
	}
	
	.job-seeker-detail .statistic-block .statistic-right .btn-blue {
		white-space: normal;
		font-size: 12px;
		width: 100px;
	}
	
	.job-seeker-detail .statistic-block .statistic-center {
		width: calc(100% - 280px);
	}
}

.similar-casting {
	transition: all .2s;
}

.similar-casting:hover {
	cursor: pointer;
	transform: translateY(-5px);
}

.similar-casting .item-col-text a:hover,
.similar-casting .item-col-text a:focus {
	color: #230cf2;
}

.footer-paysys {
	display:flex;
	float: left;
	padding-right: 160px;
}

.footer-paysys img {
	height: 48px;
	margin: 0 5px;
	filter: grayscale(50%);
}

.footer-paysys img:hover {
	filter: grayscale(0);
}

.social-icons {
	float: left;
}

.simple .body {
	background-color: #011737;
	background-image: url('/bitrix/templates/vk_v2/images/curtain.jpg');
    background-size: cover;
}

.simple-head {
	display: flex;
    align-items: center;
    justify-content: space-between;
	padding: 18px 0 24px 0;
	color: #fff;
}

.simple-head-menu {
	width: 70%;
}

.simple-head-menu .js-dropdown {
	display:none;
}

.simple-head-logo img {
	width:170px;
}

.simple-head-menu .mega-menu table td .wrap > a {
	height: auto;
	line-height: 60px;
}

.simple-form {
	background:#d7efff;
	border-radius: 16px;
	color: #212121;
	padding: 22px 28px 42px 28px;
	font-size: 18px;
}

.simple-form .form-control {
	border-radius: 22px;
	font-size: 16px;
	padding: 6px 20px;
	height: 48px;
	background: #fff;
	border: 1px solid #dadada;
}

.simple-form .btn-green {
	border-radius: 22px;
	font-family: 'Rimma_sans', 'Roboto', Arial, sans-serif;
}

.clipped-wrap {
	background: #fff;
	color: #212121;
	font-size: 14px;
	border-radius: 14px;
	padding: 18px 18px;
}

.clipped-button {
	background: #d5d5d5;
	border-radius: 14px;
}

@media (max-width: 991px) {
	.captcha-img-form {
		margin-bottom: 30px;
	}
	
	.li-tile {
		min-height: unset;
	}
	
	.footer-paysys {
		display: block;
		padding-right: 0px;
		padding-bottom: 16px;
        max-width: 100%;
	}
}

.title-search-result.title-search-input {
	overflow-y: scroll;
	max-height: 85%;
}

@media (max-height: 890px) {
	.title-search-result.title-search-input {
		max-height: 83%;
	}
}

@media (max-height: 800px) {
	.title-search-result.title-search-input {
		max-height: 82%;
	}
}

@media (max-height: 750px) {
	.title-search-result.title-search-input {
		max-height: 81%;
	}
}

@media (max-height: 720px) {
	.title-search-result.title-search-input {
		max-height: 80%;
	}
}

@media (max-height: 650px) {
	.title-search-result.title-search-input {
		max-height: 78%;
	}
}

@media (max-height: 600px) {
	.title-search-result.title-search-input {
		max-height: 76.5%;
	}
}

@media (max-height: 550px) {
	.title-search-result.title-search-input {
		max-height: 74%;
	}
}

@media (max-height: 500px) {
	.title-search-result.title-search-input {
		max-height: 72.5%;
	}
}

@media (max-height: 465px) {
	.title-search-result.title-search-input {
		max-height: 69%;
	}
}

@media (max-height: 400px) {
	.title-search-result.title-search-input {
		max-height: 67%;
	}
}

*[id^=bx_incl] {
	display: block;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity:1;
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
	opacity:0;
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	opacity:1;
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
	opacity:0;
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
	background: #230cf2;
}

