/* ========================================================================== */
#controller_wrap{
	margin-bottom:30px;
	font-size:24px;
	line-height:40px;
}
#controller_wrap > h1{
	font-size:36px;
	font-weight:700;
	color:#272727;
	padding-left:15px;
	margin-bottom:50px;
}
#controller_wrap .widget,
#controller_wrap .widget:last-child{
	margin-bottom:50px;
}
#actions-menu > .actions-menu{
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	float:right;
	margin-bottom:30px;
	z-index:20;
	position:relative;
	line-height:24px;
}
#actions-menu > .actions-menu > li{
	padding:0 10px;
	position:relative;
	display:none;
}
#actions-menu > .actions-menu > li:first-child{
	display:block;
}
#actions-menu > .actions-menu > li > a{
	transition:all .2s linear;
	display:block;
}
#actions-menu > .actions-menu #actions-drop-down{
	margin-left:15px;
	width:30px;
	padding:4px 0px;
	cursor:pointer;
	display:block;
}
#actions-menu > .actions-menu #actions-drop-down::before{
	transition:all .2s linear;
	content:'';
	display:inline-block;
	width:20px;
	height:20px;
	vertical-align:middle;
	margin-top:5px;
	border-right:2px solid #ff6267;
	border-bottom:2px solid #ff6267;
	transform:rotate(45deg);
}
#actions-menu > .actions-menu #actions-drop-down.show::before{
	transform:rotate(45deg) scale(-1, -1);
	margin-top:15px;
}
#actions-menu > .actions-menu #actions-drop-down > ul{
	position:absolute;
	top:-1000px;
	list-style:none;
	display:block;
	padding:5px 15px;
	margin:0;
	font-size:18px;
	line-height:24px;
	background:#fff;
	box-shadow:0 0 24px 11px rgba(126,165,224,.22);
	border-radius:5px;
	width:260px;
	right:0;
	opacity:0;
	transition:opacity .2s linear;
}
#actions-menu > .actions-menu #actions-drop-down.show > ul{
	top:100%;
	opacity:1;
}
#actions-menu > .actions-menu #actions-drop-down.show > ul li{
	padding:8px 0;
	border-bottom:1px solid #eee;
	text-align:center;
}
#actions-menu > .actions-menu #actions-drop-down.show > ul li:last-child{
	border-bottom:0;
}
h1 + .content_datasets {
    margin-top:-15px;
}

.content_datasets ul {
    margin-left:-1px;
}

.content_datasets ul li {
    font-size:14px;
    height:20px;
    line-height:20px;
    padding:0;
    border-radius: 0;
    background:none;
}

.content_datasets ul li a { color:#959595; }
.content_datasets ul li a:hover { text-decoration:underline; }

.content_datasets ul .active {
    background:none;
    color:#3f3f3f;
    padding:0;
}
.category_description{
	color:#959595;
	margin-bottom:30px;
}
.category-card{
	width:100%;
	color:#fff;
	position:relative;
	margin-bottom:35px;
	background-position:50% 0 !important;
	background-size:cover !important;
}
.category-card::before{
	content:'';
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index:0;
	background:linear-gradient(105deg, rgba(0,0,0,.5) 0%, rgba(0,0,0,.3) 60%,rgba(0,0,0,0) 70%);
}
.category-card .container{
	height:600px;	
	padding:20px 0;
	position:relative;
}
.category-card .container > *{
	z-index:1;
	position:relative;
}
.category-card #breadcrumbs{
	margin-bottom:55px;
	padding-left:15px;
}
.category-card #breadcrumbs ul{
	color:rgba(255,255,255,.7);
}
.category-card #breadcrumbs ul a{
	color:inherit;
}
.category-info{
	padding:35px;
	border-top:2px solid rgba(255,255,255,.39);
	max-width:650px;
	z-index:1;
}
.category-card h1{
	font-size:36px;
	line-height:40px;
	margin-bottom:20px;
	color:inherit;
}
.category-card  p,
.category-card  .text{
	font-size:24px;
	line-height:30px;
	margin:15px 0;
}
.category-card .buttons{
	margin-top:30px;
	display:flex;
	align-items:start;
}


/* ========================================================================== */

.content_categories + .filter-panel {
    margin-top: -21px;
}
.content_categories {
    padding:10px 0;
	margin-top: 0;
	margin-bottom:20px;
}

article div.content_categories:last-child {
	margin:0;
}

.content_categories ul,
.content_categories li { margin:0; padding:0; }
.content_categories ul{
	margin:0 -15px;
	display:flex;
	flex-wrap:wrap;
	list-style:none;
}
.content_categories li {
    font-size:18px;
    margin:0 15px 25px;
}
.content_categories li a{
	display:block;
	padding:2px 15px;
	border-radius:8px;
	color:#6e6695;
	background-color:#f3f3ff;
	transition:all .2s linear;
}
.content_categories li a:hover{
	text-decoration:none;
	color:#fff;
	background-color:#ff6267;
}
.content_categories .cover_preset_micro li.set_cover_preset, .widget_content_tree .cover_preset_micro li.set_cover_preset {
    padding-left: 40px;
}
.widget_content_tree .cover_preset_micro li.set_cover_preset {
    line-height: 32px;
    background-position: left top;
    margin: 0 0 10px;
}
.cover_preset_normal, .cover_preset_big, .cover_preset_small {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px -5px -5px -15px !important;
}
.cover_preset_normal > li, .cover_preset_big > li, .cover_preset_small > li {
    background: none;
    padding: 0;
    position: relative;
    height: 140px;
    flex-grow: 1;
    flex-basis: 30%;
    margin: 5px 0 5px 10px;
    background-color: #ecf0f1;
}
.cover_preset_small > li {
    height: 64px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 64px;
    padding: 0 0 0 80px;
    box-sizing: border-box;
    background-image: url("../images/folder64.png");
}
.widget_content_tree .cover_preset_normal > li {
    flex-basis: 40%;
}
.cover_preset_big > li {
    height: 320px;
    flex-basis: 40%;
}
.widget_content_tree .cover_preset_big > li {
    height: 320px;
    flex-basis: 100%;
}
.cover_preset_normal > li.set_cover_preset, .cover_preset_big > li.set_cover_preset {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cover_preset_normal > li > a > span, .cover_preset_big > li > a > span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 152, 219, 0.73);
    color: #FFF;
    padding: 0 10px;
}
.cover_preset_normal > li > a, .cover_preset_big > li > a {
    display: block;
    text-decoration: none;
    height: 100%;
}
.content_categories.categories_small li {
    font-size:14px;
    height: 24px;
    line-height: 24px;
}
.cats_bar ul {
    margin: 0 0 10px;
    list-style: none;
}
.cats_bar ul > li {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/icons/folder.png") no-repeat left center;
    margin-right: 10px;
}

/* ========================================================================== */

.content_item_parent_title{
    margin:0;
    font-weight: normal;
}
.content_item_parent_title a { color:#BDC3C7; }
.content_item_parent_title a:hover { color:#d35400; }

.f_photos > .value {
    clear:both;
    overflow: hidden;
}
.content_item .field{
    margin-bottom:25px;
    color:#1d1d1d;
    box-sizing: border-box;
}
.content_item .field.left_field{
    float: left;
    margin-right: 15px;
}
.content_item .field.right_field{
    float: right;
    margin-left: 15px;
}
.content_item .field.auto_field{
    overflow: visible;
}
.content_item .field.none_field{
    float: none;
    clear: both;
}
.private_field_hint {
    color: #95a5a6;
}
.content_item .field .title_left,
.content_item .field .title_top,
.content_list .field .title_left,
.content_list .field .title_top{ color:#6e6695; }

.content_item .field .title_left,
.content_list .field .title_left{ float:left; margin-right: 10px; }

.content_item .field .title_top,
.content_list .field .title_top{ margin-bottom:5px; }

.ft_listbitmask > .value > ul {
    margin: 0;
    overflow: hidden;
}
.ft_listbitmask > .value > ul > li {
    margin: 0 0 0 20px;
    padding: 0;
}
.ft_listbitmask > .value > ul.multiple_tags_list {
    margin-bottom: -5px;
}
.ft_listbitmask > .value > ul.multiple_tags_list li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 4px 8px;
    color: #68809B;
    background: #F4F8FD;
    border: solid 1px #B8D6FB;
    border-radius: 4px;
}
.ft_listbitmask > .value > ul.multiple_tags_list li > a {
    text-decoration: none;
    color: inherit;
    display: block;
    margin: -4px -8px;
    padding: inherit;
}
.ft_listbitmask > .value > ul.multiple_tags_list li > a:hover {
    background: #deebfb;
}
/* ========================================================================== */

.content_item .fields_group:first-child .group_title {
    margin-top: 0;
}

.content_item .fields_group {
    overflow: hidden;
    clear: both;
}
.content_item .fields_group .field {
    margin: 0 0 5px 0;
}
.content_item .fields_group + .field {
    padding: 15px 0 0;
}

/* ========================================================================== */

.content_item .ft_text {
    clear:both;
}
.content_item .ft_text .value,
.content_item .ft_html .value {}
.content_item .ft_html .value table, .redactor-editor table {
    border-collapse: collapse;
}
.content_item .ft_html .value table th,
.content_item .ft_html .value table td,
.redactor-editor table td,
.redactor-editor table th {
    padding: 10px;
    border:solid 1px #CCC;
}

.ft_html a.read-more {
    display: block;
    margin:5px 0;
}

.ft_file .value .size {
    margin-left:5px;
    font-size:12px;
    color:#999;
}

.ft_date .value .time {
    padding-left:16px;
    background:url("../images/icons/clock-small.svg") no-repeat left center;
}

.ft_color .color-block, .content_item_props .value .color-block {
	display:inline-block;
	width:32px;
	height:16px;
	border:solid 1px #000;
}

/* ========================================================================== */

.content_item_props {
    padding:10px;
    margin-bottom:15px;
    background: #F4F8FD;
    border: solid 1px #B8D6FB;
    color:#34495E;
}

.content_item_props table {
    border-collapse: collapse;
    width:100%;
}

.content_item_props table tr td{
    padding:4px 0;
    border-bottom: solid 1px #B3C2C9;
}

.content_item_props table tr:last-child td{
    border-bottom:none;
}

.content_item_props table tr:hover td.title,
.content_item_props table tr:hover td.value{
    color:#c0392b;
}

.content_item_props table .heading{
    font-weight: bold;
    text-align: center;
}

.content_item_props table .title{
    padding-right: 10px;
    width:50%;
    color:#68809B;
}

.content_item_props table .value{
    color:#7f8c8d;
    padding-left: 10px;
    text-align: right;
}

/* ========================================================================== */
#trash_content_pills { margin-bottom: 30px; }
.content_list_item {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom:15px;
	color:#1d1d1d;
}
.content_list_item:last-child, .content_list_item:last-child > div:last-child {
    margin-bottom: 0;
}

.content_list_item .photo{
    float:left;
    margin-right: 10px;
}

.content_list_item .field { margin-bottom: 6px; }
.content_list_item .ft_caption { margin-bottom:10px;  }
.content_list_item .ft_caption .value { font-size:21px; color:#2c3e50; margin: 0; }
.content_list_item .ft_caption a { color:inherit; text-decoration: none; }
.content_list_item .ft_caption a:hover { text-decoration: underline; }
.content_list_item .ft_caption a.parent_title { color:#7f8c8d; }
.content_list_item .ft_caption a.parent_title:hover { color:#d35400; }
.content_list_item .ft_caption h1 { font-size:16px; font-weight: bold; margin:0; padding:2px 0; }
.content_list_item .f_date_pub {
    color:#999; font-size:11px;
    padding-top:1px;
    padding-right: 10px;
    float:right;
    margin-top: -20px;
}

.content_item .ft_html p:last-child,
.content_list_item .ft_html p:last-child { margin-bottom: 0; }

.content_list_item .ft_user a { color:#BDC3C7; }
.content_list_item .ft_user a:hover { color:#d35400; }

.content_item .ft_listmultiple ul,
.content_list_item .ft_listmultiple ul {
	clear:both;
}
.content_item .ft_listmultiple ul li,
.content_list_item .ft_listmultiple ul li {
}

.content_item .tags_bar,
.content_list_item .tags_bar {
    margin:10px 0;
    overflow: hidden;
    font-size: 12px;
    padding-left:20px;
    background:url("../images/icons/tag.png") no-repeat left center;
    line-height: 16px;
    clear: both;
}

.content_item .tags_bar a ,
.content_list_item .tags_bar a {
    color:#7f8c8d;
}

.content_item .tags_bar a:hover ,
.content_list_item .tags_bar a:hover {
    color:#d35400;
}

.content_item .info_bar,
.content_list_item .info_bar {
    margin:5px 0;
    overflow: hidden;
    font-size: 11px;
    color:#95a5a6;
    clear: both;
    line-height: 24px;
}

.content_item .info_bar .bar_item,
.content_list_item .info_bar .bar_item {
    float:left;
    padding: 3px 10px;
}

.content_item .info_bar .bar_item a,
.content_list_item .info_bar .bar_item a {
    color:#7f8c8d;
}

.content_item .info_bar .bar_item a:hover,
.content_list_item .info_bar .bar_item a:hover {
    color:#d35400;
}

.content_item .info_bar .bi_rating,
.content_list_item .info_bar .bi_rating{
    background:#ecf0f1;
}

.content_list_item .info_bar .bi_count{
    font-weight: bold;
}

.content_list_item .info_bar .bi_user, .content_item .info_bar .bi_user, .content_list .info_bar .bi_user {
    padding-left:25px;
    background: url("../images/icons/user-small.svg") no-repeat 5px center;
}

.content_item .info_bar .bi_hits,
.content_list_item .info_bar .bi_hits,
.content_list .info_bar .bi_hits{
    padding-left:22px;
    background: url("../images/icons/eye-small.png") no-repeat 5px center;
}

.content_list_item .info_bar .bi_comments {
    padding-left:25px;
    background: url("../images/icons/comment-small.png") no-repeat 5px center;
}

.content_item .info_bar .bi_folder,
.content_list_item .info_bar .bi_folder{
    padding-left:25px;
    background: url("../images/icons/folder-small.png")  no-repeat 5px center;
}

.content_list_item .info_bar .bi_not_approved,
.content_item .info_bar .bi_not_approved{
    color:#c0392b;
}

.content_list_item .info_bar .bi_not_pub,
.content_item .info_bar .bi_not_pub{
    color:#d35400;
}
.bar_item.bi_not_approved.is_edit_item {
    color: #e67e22;
    font-weight: bold;
}
/* ========================================================================== */

.content_list_rss_icon, .content_list_styles { float:right; }

.content_list_rss_icon a, .inline_rss_icon {
    width:16px;
    height:16px;
    display: block;
    overflow:hidden;
    text-indent: 20px;
    background:url("../images/icons/rss.png") no-repeat left center;
}
.inline_rss_icon {
    display: inline-block;
}
#comments_widget .content_list_rss_icon {
    height: 30px;
    margin: 0 0 0 10px;
}
#comments_widget .content_list_rss_icon a {
    height:100%;
    background-position: center center;
}
.content_list_styles .style_switch {
    display: inline-block;
    height: 32px;
    min-width: 32px;
    background-image: url("../images/icons32/list_switch.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 4px 0 34px;
    line-height: 32px;
    text-decoration: none;
    color: #839aa4;
}
.content_list_styles .style_switch.without_title {
    min-width: 0;
    padding: 0 0 0 33px;
}
.content_list_styles .style_switch:hover, .content_list_styles .style_switch.active {
    background-color: #ecf0f1;
}
.content_list_styles .style_switch.featured {
    background-position: left -96px;
}
.content_list_styles .style_switch.tiles {
    background-position: left -64px;
}
.content_list_styles .style_switch.table {
    background-position: left -32px;
}
/* ========================================================================== */

.content_list {
    box-sizing: border-box;
    display:block;
    width: 100%;
    clear: both;
}

.content_list .is_vip { background: #ffffd3; }
.content_list .is_vip a,
.content_list .is_vip .title_left,
.content_list .is_vip .title_top { color:#59492a; }

.content_list.featured .first{
    padding:15px;
    background:#ecf0f1;
}
.content_list.featured .first .ft_caption a{
    font-size:24px;
}
.content_list.featured .first .fields {
    float:left;
    width:48%;
}
.content_list.featured .first .photo {
    float:right;
    width:48%;
    margin:0;
}
.content_list.featured .first > .photo img, .content_list_item > .photo img {
    width:100%;
    display: block;
}
.content_list.featured .first .f_title{
}
.content_list .info_bar{
    display: inline-block;
}
.content_list.featured .first .info_bar .bar_item:first-child{
    padding-left:0;
}
.content_list.tiled.albums_list {
    margin-bottom: -20px;
}
/* ========================================================================== */

.content_list.table table { width:100%; border-collapse: collapse; }

.content_list.table table th { text-align:left; background:#ecf0f1; color:#34495e; }

.content_list.table table th,
.content_list.table table td{ padding: 10px; }

.content_list.table table td{ border-bottom: solid 1px #ecf0f1; }
.content_list.table table tbody tr:last-child td{ border-bottom: none; }

.content_list.table table tr.is_vip td { background: #ffffd3; }
.content_list.table table tr.is_vip td a { color:#352c19; }
.content_list.table table tr.is_vip td a:hover { color:#F60; }

.content_list.table table td.photo {
    width: 64px;
}

.content_list.table table td.photo a {
    display:block;
    width: 64px; height:64px;
    background:url("../images/nophoto.png") no-repeat center;
}

.content_list.table table td.ft_number {
    width:100px;
}
.content_list.table table td.ft_caption h2 {
    font-size: 16px;
    margin: 0;
}

/* ========================================================================== */

.content_list.tiled { margin: 0 auto; }

.content_list.tiled .clear { clear:both; }

.content_list.tiled .tile { width:33.33333%; float:left; margin-bottom:20px; padding-right: 10px; box-sizing: border-box; clear: none; }
.content_list.tiled .tile:nth-child(3) { padding-right: 0; }

.content_list.tiled .tile .photo {
    display: block;
    width:100%;
    height:140px;
    overflow:hidden;
    margin-bottom: 10px;
    position:relative;
    background-color: #bdc3c7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
}
.content_list.tiled .tile .photo .note{
    position: absolute;
    padding:3px 6px;
    background:rgba(0,0,0,0.75);
    color:#FFF;
    font-size:12px;
    left:0;
    bottom:0;
    z-index: 1;
}
.content_list.tiled .tile .photo a > img {
    display: none;
}
.content_list.tiled .tile .photo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content_list.tiled .tile .photo .note span { color:#f1c40f; }

.content_list.tiled .tile .ft_caption, .content_list.tiled .tile .ft_caption h2  {
    font-size: 16px; margin: 0;
}
.content_list.tiled .tile .ft_caption .value { color: #2c3e50; font-weight: bold; }
.content_list.tiled .tile .ft_caption a { color: inherit; text-decoration: none; }
.content_list.tiled .tile .ft_caption a:hover { text-decoration: underline; }
.content_list.tiled .tile .ft_caption a.parent_title{ font-size:14px; font-weight: normal; color:#7f8c8d; }

.content_list.tiled .tile .field { margin-bottom: 10px; }

.content_list.tiled .info_bar { font-size: 12px; color: #7f8c8d; opacity: 0; transition: all 0.5s ease; }
.content_list.tiled .tile:hover .info_bar { opacity: 1; }
.content_list.tiled .info_bar .bar_item { float:left; margin-right: 5px; height:18px; line-height: 18px; }
.content_list.tiled .info_bar .bar_item:last-child { margin-right: 0; }
.content_list.tiled .info_bar .bi_comments{
    padding-left:25px;
    background: url("../images/icons/comment-small.png") no-repeat 5px center;
}

.content_list.tiled .info_bar .bi_not_approved{
    color:#BF0000;
}

.content_list.tiled .tags_bar {
    margin:10px 0;
    overflow: hidden;
    font-size: 12px;
    padding-left:20px;
    background:url("../images/icons/tag.png") no-repeat left center;
    height:18px;
    line-height:18px;
}

.content_list.tiled .tags_bar a {
    color:#BDC3C7;
}

.content_list.tiled .tags_bar a:hover {
    color:#d35400;
}
.content_list.tiled .info_bar .bi_date_pub{
    padding-left:25px;
    background: url("../images/icons/calendar-small.svg") no-repeat 5px center;
}
/* ========================================================================== */

.content_item { position: relative; }

.content_item .ft_image {
    max-width: 100%;
}
.content_item .ft_image img, .ft_html img {
    display: block;
    margin:0;
	max-width:100%;
}
.ft_images img {
    display: block;
    margin: 0;
    width: 100%;
}
figure.image {
    display: inline-block;
    margin: 0;
    position: relative;
}
figure.align-left {
	float: left;
}
figure.align-right {
	float: right;
}
figure.image.align-center{display:table;margin-left:auto;margin-right:auto}
figure.image img {
    margin: 0;
}
figure.image figcaption {
    opacity: .75;
    background: #333;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
}
.content_item .ft_images {
    margin: 0 0 5px;
}
.content_item .ft_images::after{
	content:'';
	clear:both;
	display:block;
}
.first_type_images, .second_type_images {
    margin: 0 10px 10px 0;
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 40%;
}
.second_type_images {
    max-width: 100%;
}
.hover_image {
    position: relative; display: inline-block;
}
.first_type_images:after,.second_type_images:after,.hover_image:after {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDk3LjkzOCw0MzAuMDYzbC0xMTItMTEyYy0wLjMxMy0wLjMxMy0wLjYzNy0wLjYwNy0wLjk1NS0wLjkwOUM0MDQuNjM2LDI4NS40MDMsNDE2LDI0OC4wMDYsNDE2LDIwOCAgIEM0MTYsOTMuMzEzLDMyMi42OTUsMCwyMDgsMFMwLDkzLjMxMywwLDIwOHM5My4zMDUsMjA4LDIwOCwyMDhjNDAuMDA3LDAsNzcuNDA0LTExLjM2NCwxMDkuMTU0LTMxLjAxOCAgIGMwLjMwMiwwLjMxOSwwLjU5NiwwLjY0MywwLjkwOSwwLjk1NWwxMTIsMTEyQzQzOS40Myw1MDcuMzEzLDQ1MS43MTksNTEyLDQ2NCw1MTJjMTIuMjgxLDAsMjQuNTctNC42ODgsMzMuOTM4LTE0LjA2MyAgIEM1MTYuNjg4LDQ3OS4yMDMsNTE2LjY4OCw0NDguNzk3LDQ5Ny45MzgsNDMwLjA2M3ogTTY0LDIwOGMwLTc5LjQwNiw2NC42MDItMTQ0LDE0NC0xNDRzMTQ0LDY0LjU5NCwxNDQsMTQ0ICAgYzAsNzkuNDA2LTY0LjYwMiwxNDQtMTQ0LDE0NFM2NCwyODcuNDA2LDY0LDIwOHoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0yNzIsMTc2aC0zMnYtMzJjMC0xNy42NzItMTQuMzI4LTMyLTMyLTMycy0zMiwxNC4zMjgtMzIsMzJ2MzJoLTMyYy0xNy42NzIsMC0zMiwxNC4zMjgtMzIsMzJzMTQuMzI4LDMyLDMyLDMyaDMydjMyICAgYzAsMTcuNjcyLDE0LjMyOCwzMiwzMiwzMnMzMi0xNC4zMjgsMzItMzJ2LTMyaDMyYzE3LjY3MiwwLDMyLTE0LjMyOCwzMi0zMlMyODkuNjcyLDE3NiwyNzIsMTc2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center center;
}
.first_type_images:hover:after,.second_type_images:hover:after,.hover_image:hover:after {
    opacity: 0.4;
}
.first_type_images:not(:first-child) {
  margin-bottom: 10px;
}
/* ========================================================================== */

.content_moderation_notice{
    color:#666666;
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    float:right;
    margin-top:-26px;
}

.content_moderator_info{
    font-size:12px;
    color:#666;
    font-style: italic;
}

/* ========================================================================== */

#content_bind_form {
	padding:15px;
}
#content_bind_form #item-find-field {
    width:35%;
    float: left;
}
#content_bind_form #item-find-input {
    width:65%;
    float: left;
    border-left: none;
	border-radius:0;
 }
#content_bind_form .find {
    overflow:hidden;
	margin:0;
	padding:8px;
}
#content_bind_form .filter-tabs {
	margin-top: 10px;
}
#content_bind_form .filter-tabs ul {
	margin-bottom: 10px;
}
#content_bind_form .filter-tabs li {
	font-size:12px;
	padding: 4px 6px;
	height:24px;
	line-height:16px;
	margin-right: 2px;
}
#content_bind_form .result-pane {
	height:180px;
	border: solid 1px #ECECEC;
	padding:2px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
#content_bind_form .spinner {
    display: none;
}
#content_bind_form .spinner.show {
    display: block;
}
#content_bind_form .spinner.show + .result-pane {
    -webkit-filter:blur(1px);
    -moz-filter:blur(1px);
    -ms-filter:blur(1px);
    -o-filter:blur(1px);
    filter:blur(1px);
}
#content_bind_form .result-pane ul,
#content_bind_form .result-pane ul li {
	list-style: none;
	margin:0; padding:0;
}
#content_bind_form .result-pane ul li {
	padding:10px;
	border-bottom: solid 1px #EFEFEF;
	position:relative;
}
#content_bind_form .result-pane ul li:last-child {
	border-bottom: none;
}
#content_bind_form .result-pane ul li .title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
#content_bind_form .result-pane ul li .details,
#content_bind_form .result-pane ul li .details a {
	font-size:11px;
	color:#888;
}
#content_bind_form .result-pane ul li .details a:hover {
	color:#444;
}
#content_bind_form .result-pane ul li .details .user {
	margin-right:4px;
	background: url(../images/icons/user-small.svg) no-repeat left center;
	padding-left:18px;
	display:inline-block;
	height:16px;
	line-height:16px;
}
#content_bind_form .result-pane ul li .add {
	position: absolute;
	right:10px;
	top:10px;
}
#content_bind_form .buttons {
	margin-top:10px;
	visibility: hidden;
}
/* ========================================================================== */

.video_wrap iframe,
.video_frame {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.video_wrap{
    height:0;
    position:relative;
    padding-bottom:56.25%;
    overflow:hidden;
	background:#000;
}
#popup-manager .video_wrap{
	width:1000px;
}
@media all and (max-width:1199px){
	#popup-manager .video_wrap{
		width:900px;
	}
}
@media all and (max-width:991px){
	#popup-manager .video_wrap{
		width:700px;
	}
}
@media all and (max-width:767px){
	#popup-manager .video_wrap{
		width:500px;
	}
}
@media all and (max-width:575px){
	#popup-manager .video_wrap{
		width:300px;
	}
}


.content_item_props .value ul {
    margin: 0;
    list-style: none;
}
.content_item_props .value ul li {
    display: inline-block;
    padding: 0 3px 0 0;
}
.content_item_props .value ul li:after {
    content: ', ';
}
.content_item_props .value ul li:last-child:after {
    content: '';
}
.content_item_props .value ul li:last-child {
    padding-right: 0;
}
a.hashtag {
    text-decoration: none;
}
.spoiler > input + label:before {
    content: '+';
    float: left;
    font-weight: bold;
    width: 15px;
}
.spoiler > input:checked + label:before {
    content: '-';
}
.spoiler > input, .spoiler > input + label + .spoiler_body { display:none; }
.spoiler > input + label , .spoiler > .spoiler_body {
    background:#ecf0f1;
    padding:5px 10px;
    overflow:hidden;
    width:100%;
    box-sizing: border-box;
    display: block;
}
.spoiler > input + label { cursor: pointer; }
.spoiler > input:checked + label + .spoiler_body{ display: block; }
.spoiler > .spoiler_body {
    border: 2px solid #ecf0f1;
    border-top: none;
    background-color: transparent;
}
.mce-toc {
    background-color: #eff0f1;
    box-sizing: border-box;
    padding: 15px 20px;
    margin: 0 0 10px 0;
}
.mce-toc > div {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.mce-toc ul {
    list-style: none;
    margin: 0;
}
.mce-toc ul li {
    margin: 0 0 5px 0;
}
.mce-toc ul li:last-child {
    margin: 0;
}
.mce-toc ul li > a {
    text-decoration: none;
}


/* Reviews */
.review-list{
	clear:both;
}
.review-list .item{
	font-size:18px;
	line-height:24px;
	padding:20px;
	margin-bottom:50px;
	overflow:hidden;
	color:#1d1d1d;
}
.review-list .item:nth-child(odd){
	background-color:#ecf6ff;
}
.widget .review-list .item:nth-child(odd),
.home-widget .review-list .item:nth-child(odd){
	background-color:transparent;
}
.widget .review-list .item:nth-child(even),
.home-widget .review-list .item:nth-child(even){
	background-color:#fff;
}
.review-list .item > .row{
	flex-wrap:nowrap;
}
.review-list .review-image{
	flex-basis:255px;	
}
.review-list .review-author-photo{
	display:block;
	text-decoration:none;
	padding-top:20px;
	min-height:192px;
	width:225px;
	background:url('../images/review-author-bg.png') no-repeat 50% 0;
}
.review-list .review-author-photo img{
	display:block;
	width:150px;
	height:150px;
	margin:0 auto;
	border-radius:50%;
}
.review-list .review-author-photo img.no-avatar{
	border-radius:0;
	width:auto;
	height:auto;
}
.review-list .review-details{
	width:calc(100% - 255px);
}
.review-list .review-author{
	margin-bottom:15px;
}
.review-list .review-author a{
	text-decoration:none;
	font-size:24px;
	font-weight:700;
}
.review-list .review-author a:not(:hover){
	color:inherit;	
}
.review-list .review-author span{
	color:#5c5c5c;
}
.review-list .review-fields .field{
	margin-top:15px;
}
.review-list .review-fields *[class^="title"]{
	color:#ff6267;
}
.review-list .review-date{
	font-weight:700;
	font-size:16px;
}

.reviews-item{
	clear:both;
}
.reviews-item .f_used{
	line-height:normal;
	font-size:48px;
	text-transform:uppercase;
}
.reviews-item .review-author{
	display:flex;
	justify-content:space-between;
}
.reviews-item .review-author .field{
	color:#5c5c5c;	
}
.reviews-item .review-author .name{
	color:#6e6695;
}
.reviews-item .review-author .city{
	margin-left:15px;
}
.sidebar-row{
	display:flex;
	width:100%;
	margin-bottom:25px;
}
.sidebar-row .fields-col{
	width:100%;
	margin:0;
	padding-right:40px;
}
.video-wrap{
	overflow:hidden;
	position:relative;
	padding-bottom:56.25%;
	height:0;
}
.video-wrap iframe{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
.sidebar-col{
	min-width:280px;
	flex:0 0 280px;
	position:relative;
}
.sidebar-form{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	border-radius:8px;
	padding:20px;
	background-color:#fff;
	color:#1d1d1d;
	box-shadow:0 15px 25px rgba(0,0,0,.1);
	border:1px solid #d0eef9;
}
.sidebar-form > *{
	max-width:320px;
	margin:0 auto;
}
.sidebar-col .sidebar-form{
	top:15px;
	position:sticky;
}
.sidebar-form .title{
	color:#6e6695;
	font-weight:700;
	font-size:16px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
}
.sidebar-form .description{
	font-size:16px;
	line-height:22px;
	text-align:center;
	margin:15px 0;
}
.sidebar-form .input:not([type="submit"]):not([type="button"]){
	border:1px solid #d0eef9;
}
.sidebar-form .hint{
	display:none;
}
.sidebar-form .buttons{
	padding-top:10px;
}
.sidebar-form .field label{
	line-height:normal;
	margin:15px 0;
	font-size:12px;
}
.sidebar-form .full-form-text{
	display:block;
}
.sidebar-form .full-form-text ul,
.sidebar-form .full-form-text ul li{
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	font-size:16px;
	line-height:normal;
}
.sidebar-form .full-form-text ul li{
	position:relative;
	padding-left:25px;
	margin-top:15px;
}
.sidebar-form .full-form-text ul li:first-child{
	margin-top:0;
}
.sidebar-form .full-form-text ul li::before{
	content:'';
	position:absolute;
	top:1px;
	left:1px;
	display:block;
	vertical-align:middle;
	margin-right:5px;
	background-color:#f32c4d;
	width:17px;
	height:17px;
	border-radius:50%;
}

/* News */
.news-list{}
.news-list .item{
	overflow:hidden;
	margin-top:80px;
	position:relative;
	padding-bottom:56%;
	border-radius:5px;
}
.news-list .col:nth-child(-n+2) .item{
	margin-top:0;
}
.news-list .item .image{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
.news-list .item .image img{
	position:absolute;
	transform:translate(-50%,-50%);
	display:block;
	left:50%;
	top:50%;
	min-width:100%;
	min-height:100%;
	max-height:120%;
	object-fit:cover;
	will-change:transform;
	transition:all .2s linear;
}
.news-list .item .info{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#fff;
	border-radius:5px;
	background-color:rgba(0,0,0,.53);
}
.news-list .item .info .date{
	font-size:16px;
	line-height:40px;
	border-bottom:1px solid #f72d4e;
	position:absolute;
	top:40px;
	left:40px;
}
.news-list .item .info .title{
	position:absolute;
	bottom:40px;
	left:40px;
	height:150px;
}
.news-list .item .info .title *{
	font-size:30px;
	line-height:40px;	
}
.news-list .item .info .title a{
	color:#fff;
	text-decoration:none;
}	
.news-list .item .info h2 a:hover{
	color:#fff;
	animation:animate-shadow .5s forwards linear;
}	
@keyframes animate-shadow{
	0%{
		text-shadow:0 0 1px #f72d4e;
	}
	50%{
		text-shadow:0 0 5px #f72d4e;
	}
	100%{
		text-shadow:0 0 1px #f72d4e;
	}
}

/* Staff */
.staff-list{
	margin:0;
}
.staff-list .item{
	margin:30px auto;
	padding:0 10px; 
}
.staff-list .item .info h2{}
.staff-list .item .info h2 a{
	display:inline-block;
	border-bottom:1px solid;
}


.staff-item{
	margin-bottom:50px;
}
.category-card.staff .multiple_tags_list{
	display:inline-block;
	font-size:inherit;
}
.category-card.staff .multiple_tags_list a{
	color:inherit;
	text-transform:lowercase;
}
.staff-item .field.f_content{
	max-height:200px;
	overflow:hidden;
	position:relative;
}
.staff-item .field.f_content.full-text{
	max-height:none;	
}
.staff-item .field.f_content.cutted::after{
	content:'';
	height:25px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:linear-gradient(to top, #fff 0%, rgba(255,255,255,.0) 100%);
}
.staff-item .field.f_content.full-text::after{
	display:none;
}
.readmore{
	margin-bottom:50px;
}
.readmore > *{
	border-bottom:1px solid;
	cursor:pointer;
	text-decoration:none;
	color:#34378e;
	font-weight:700;
}
.readmore > *:hover{
	color:#f32c4d;
}

.owl-photo-list .photo{
	position:relative;
	overflow:hidden;
	height:300px;
}
.owl-photo-list .photo img{
	position:absolute;
	min-height:100%;
	min-width:100%;
	width:auto !important;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}


/* Our works */
.our_work_list{
	font-size:24px;
	line-height:40px;
	color:#1d1d1d;
}
.our_work_list .our_work_list_item{
	padding:30px;
}
.our_work_list .our_work_list_item:nth-child(odd){
	background-color:#ecf6ff;	
}
.our_work_list .our_work_list_item:nth-child(even) .info{
	order:1;
}
.home-widget .our_work_list .our_work_list_item:nth-child(odd),
.widget .our_work_list .our_work_list_item:nth-child(odd){
	background-color:transparent;	
}
.home-widget .our_work_list .our_work_list_item:nth-child(even),
.widget .our_work_list .our_work_list_item:nth-child(even){
	background-color:#ecf6ff;	
}
.our_work_list .ft_caption a{
	font-size:24px;
	line-height:40px;
	color:#1d1d1d;
	font-weight:700;
}
.our_work_list .ft_caption a:hover{
	text-decoration:underline;
}
.our_work_list .ft_string{
	margin-bottom:0;
}
.our_work_list .cocoen_wrap{
	max-width:500px;
}
.cocoen_wrap a.c1_img_link{
	left:15px !important;
}
.cocoen_wrap a.c2_img_link{
	right:15px !important;
}
.cocoen__drag::before{
	background:url('../images/compare.svg') no-repeat 50% 50% #fff !important;
	background-size:26px !important;
	margin-left:-15px !important;
	height:32px !important;
	width:32px !important;
	border-radius:50%;
}


	
/* Prices */
.prices-widget{
	margin-bottom:5px;
	position:relative;
}
.prices-widget .body{
	overflow:hidden;
	position:relative;
}
.prices-widget > .title{
	color:#393939 !important;
	position:relative !important;
	padding:5px 0 !important;
	text-transform:none !important;
	border-bottom:1px solid #f72d4e;
	cursor:pointer;
	user-select:none;
	margin-top:50px !important;
	margin-bottom:10px !important;
	z-index:1;
	font-size:30px !important;
	line-height:40px !important;
}
.prices-widget:first-child > .title{
	margin-top:0 !important;
}
.prices-widget > .title::before{
	content:'-';
	margin:0 20px 0 5px;
	display:inline-block;
	color:#ff6267;
}
.prices-widget.closed > .title::before{
	content:'+';
}
.prices-list{
	width:100%;
	font-size:18px;
	line-height:24px;
	opacity:1;
	transform:translateY(0);
	animation-name:showpricelist;
	animation-duration:.2s;
	animation-fill-mode:none;
}
@keyframes showpricelist{
	0%{
		opacity:0;
		transform:translateY(-500px);
	}
	100%{
		opacity:1;
		transform:translateY(0);
		display:table;	
	}
}
.prices-widget.closed .prices-list{
	opacity:0;
	display:none;
	transform:translateY(-500px);
	overflow:hidden;
	color:#393939;
}
.prices-list .item{
	position:relative;
	clear:both;
	display:flex;
	justify-content:space-between;
	min-width:100%;
	flex-wrap:nowrap;
}
.prices-list .item > div{
	padding:10px 15px 10px 0;
}
.prices-list .item > div:nth-child(even){
	min-width:150px;
	flex-basis:150px;
	padding-right:0;
}	
.prices-list .item s{
	display:block;
}
.price-free,
.price-new{
	display:inline-block;
	vertical-align:middle;
	padding:1px 5px;
	background-color:#6e6695;
	color:#fff;
	border-radius:3px;
}
.price-free{
	background-color:#56ae7c;
}
.prices-list .item:hover{
	box-shadow:inset 0 0 15px #f3f3ff;
	position:relative;
	z-index:1;
}
.prices-list .item .iforms{
	display:none;
	position:absolute;
	right:5px;
	top:50%;
	transform:translateY(-50%);
}
.prices-list .item:hover .iforms{
	display:block;
}
.prices-list .item .iforms a.btn{
	font-size:12px;
	padding:8px 15px;	
	line-height:normal;
}
.prices-list .item:hover .price{
	opacity:0;
}
.prices-list .item .title a{
	color:inherit;
	text-decoration:none;
}
.prices-list .item .title a:hover{
	color:#ff6267;
}
.prices-list-carousel .owl-stage-outer{
	padding-top:20px;
	padding-bottom:20px;
}
.prices-list-carousel .item{
	height:100%;
	border-radius:5px;
	padding:5px 20px;
	min-height:70px;
	margin:0 auto;
	box-shadow: 0 0 11px 5px rgba(126,165,224,.22);
	display:flex;
	align-items:center;
}
.prices-list-carousel .item s{
	display:block;
}
.prices-list-carousel .item .title,
.prices-list-carousel .item .price{
	font-size:18px;
	font-weight:700;
}
.prices-list-carousel .item .title{
	line-height:1.2;
	margin-right:25px;
}
.prices-list-carousel .item .price{
	white-space:nowrap;
	margin-left:auto;
}
.prices-list-carousel .item .title a{
	color:#3c3c3c;
}

/* Services list */
.category_description.services{
	color:#3c3c3c;
	font-size:18px;
	overflow:hidden;
}
.category_description.services .image{
	width:35%;
	float:left;
	overflow:hidden;
	border-radius:8px;
	margin:0 30px 10px 0;
}
.category_description.services .image img{
	display:block;
	width:100%;
}	
	
.services-list{}
.services-list > .row{
	align-items:stretch;
}
.services-list > .row > .col{
	padding:0 15px;
	margin-top:80px;
}
.services-list > .row > .col:nth-child(-n+4){
	margin-top:0;
}
.services-list .item{
	height:100%;
	border-radius:8px;
	padding:30px 25px;
	box-shadow:0 20px 15px rgba(0,0,0,.1);
	border:1px solid #d0eef9;
	color:#393939;
}
.services-list .item .image{
	width:100%;
	overflow:hidden;
	border-radius:8px 8px 0 0;
}
.services-list .item .image > *{
	height:0;
	display:block;
	padding-top:50%;
	overflow:hidden;
	position:relative;
}
.services-list .item .image svg,
.services-list .item .image img{
	position:absolute;
	display:block;
	max-width:100%;
	max-height:100%;
	top:0;
	left:50%;
	transform:translatex(-50%);
	transition:opacity .2s linear;
	will-change:opacity;
}
.services-list .item .image svg{
	height:80%;
}
.services-list .item .image:hover img{
	opacity:.8;
}
.services-list .item .info{
	padding:25px 0 0;
	font-size:18px;
	line-height:30px;
}
.services-list .item .info .title,
.services-list .item .info .title h2,
.services-list .item .info .title a{
	font-size:22px;
	line-height:34px;
}

/* Service */
.service-item{
	display:flex;
	margin-bottom:50px;
}
.service-item .image{
	min-width:35%;
	margin:0 30px 10px 0;
	overflow:hidden;
	border-radius:8px;
}
.service-item .image img{
	display:block;
	width:100%;
}
.service-item .info{
	color:#3c3c3c;
	font-size:18px;
}
.service-buttons{
	margin-top:30px;
	padding:15px;
}
.service-item-block .btn::before,
.service-buttons .btn::before{
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	background:url('../images/calendar.svg') no-repeat 50% 50%;
	vertical-align:middle;
	position:relative;
	top:-2px;
}
.service-item-block{
	display:flex;
	margin:70px 0;
	font-size:20px;
}
.service-item-block .image{
	position:relative;
	order:1;
	min-width:45%;
	position:relative;
	margin-left:30px;
	border-left:1px solid #f3f3ff;
}
.service-item-block .image img{
	position:sticky;
	display:block;
	margin:15px auto;
	top:30px;
	max-width:100%;
	border-radius:8px;
}
.service-item-block.left .image{
	order:0;
	margin-left:0;
	margin-right:30px;
	border-left:0;
	border-right:1px solid #f3f3ff;
}
.service-item-block .title{
	font-size:28px;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:50px;
}
.service-item-block .iforms{
	margin-top:50px;
}
.callme-form .iforms_tab{
	display:flex;
}
.callme-form .iforms_tab .row-in input[type="tel"]{
	border-radius:5px;
	font-size:24px;
	text-align:center;
	font-weight:400;
	padding:8px 25px 10px;
	line-height:28px;
	height:48px;
	width:280px;
}
.callme-form .iforms_tab .buttons{
	margin:0 0 0 25px;
	width:auto;
	height:48px;
}

/* Pages */
.content_item::after{
	content:'';
	clear:both;
	display:block;
}
.content_item p{
font-size: 20px;
    line-height: 32px;
}
.content_item p.title{
	font-size:30px;
	line-height: 42px;
	font-weight:700;
	margin:35px 0 35px;
}
.contacts-page p.title{
	font-size:30px;
	font-weight:700;
	margin:35px 0 0;
}
.contacts-page p.title + p{
	margin-top:0;
}
.contacts-page a{
	color:#353535;
	display:inline-block;
}
.contacts-page a:hover{
	color:#f32c4d;
}
.contacts-page a.whatsapp,
.contacts-page a.telegram{
	padding-left:40px;
	background-size:32px !important;
}
.contacts-page a.whatsapp{
	background:url('../images/whatsapp.svg') no-repeat 0 50%;
}
.contacts-page a.telegram{
	background:url('../images/telegram.svg') no-repeat 0 50%;
}

@media screen and (max-width: 1199px) {
	#controller_wrap{
		font-size:18px;
		line-height:28px;
	}
	.category-card h1,
	#controller_wrap > h1{
		font-size:30px;
		margin-bottom:20px;
		padding-left:0;
	}
	.category-card .container{
		height:450px;
	}
	.category-card,
	.category-card p,
	.category-card .text{
		font-size:18px;
	}
	#actions-menu > .actions-menu #actions-drop-down.show::before{
		margin-top:5px;
	}
	.callme-form .iforms_tab .row-in input[type="tel"]{
		width:220px;
		height:38px;
		padding:4px 15px;
		font-size:16px;
	}
	.callme-form .iforms_tab .buttons .btn{
		height:38px;	
	}
	.callme-form #f_ser_callme_5_agreement{
		margin-bottom:0;
	}
	.staff-list{
		margin:0 -15px;
	}
	.staff-list .item{
		margin-left:10px;
		margin-right:10px;
	}
	.services-list > .row{
		margin:0 -15px;
	}
	.services-list > .row > .col{
		padding:0 15px;
	}
	.services-list .item .info .title h2,
	.services-list .item .info .title h2 a{
		font-size:20px;
	}
	.services-list .item .info{
		font-size:15px;
	}
	.category_description.services{
		font-size:15px;
	}
	.content_categories{
		padding:0;
	}
	.content_categories ul{
		margin-left:0;
		margin-right:0;
	}
	.content_categories li{
		margin:0 10px 10px 0;	
	}
	.content_categories li a{
		line-height:28px;
		font-size:14px;
	}
	.content_item p.title{
		font-size:18px;
		margin-bottom:20px;
	}
	.service-item-block,
	.content_item,
	.content_item p,
	.fields,
	.our_work_list .ft_caption a{
		font-size:16px;
		line-height:24px;
	}
	.our_work_item .field{
		margin-bottom:10px;
	}
	.our_work_item .f_content{
		font-size:16px;
		line-height:24px;
	}
	.review-list .item{
		font-size:16px;
	}
	.review-list .review-author a{
		font-size:18px;
	}
	.review-list .review-date{
		font-size:12px;
	}
	.owl-photo-list .photo{
		height:280px;
	}
	.contacts-page a.whatsapp,
	.contacts-page a.telegram{
		height:40px;
		line-height:40px;
		margin-top:5px;
	}
	.reviews-item .f_used{
		font-size:30px;
	}
	.widget-categories a{
		font-size:18px;
		line-height:28px;
	}
	.news-list .item{
		margin-top:40px;
	}
	.news-list .item .info .date{
		top:15px;
		left:15px;
		font-size:14px;
		line-height:30px;
	}
	.news-list .item .info .title{
		left:15px;
		bottom:15px;
		height:120px;
	}
	.news-list .item .info .title *{
		font-size:20px;
		line-height:30px;	
	}
	.services-list > .row > .col,
	.services-list > .row > .col:nth-child(4){
		margin-top:50px;
	}
	.services-list .item .info .title,
	.services-list .item .info .title h2,
	.services-list .item .info .title a{
		font-size:18px;
		line-height:28px;
	}
	.services-list .item .info{
		font-size:14px;
		line-height:20px;
	}
	.prices-widget > .title{
		font-size:22px !important;
		line-height:30px !important;
	}
	.prices-list .item:hover .price{
		opacity:1 !important;
	}
	.prices-list .item:hover .iforms{
		display:none !important;
	}
}	
@media screen and (max-width: 991px) {
	#actions-menu > .actions-menu{
		float:none;
		justify-content:center;
	}
	.staff-list{
		margin:0;
		justify-content:space-around;
	}
	.staff-list .item{
		margin:0 auto 50px;
	}
	.category_description.services .image{
		width:50%;
	}
	.service-item{
		display:block;
	}
	.service-item .image{
		width:20%;
		float:left;
	}
	.callme-form .iforms_tab{
		justify-content:center;
	}
	.service-item-block .iforms,
	.service-buttons{
		text-align:center;
	}
	.service-item-block{
		margin:70px 0;
	}
	.review-list .item{
		margin-bottom:20px;
	}
	.review-list .item > .row{
		flex-wrap:wrap;
	}
	.review-list .review-author-photo{
		margin:0 auto 15px;
	}
	.services-list > .row > .col,
	.services-list > .row > .col:nth-child(3){
		margin-top:50px;
	}
	.sidebar-row{
		flex-wrap:wrap;
	}
	.sidebar-row .fields-col{
		min-width:100%;
		padding-right:0;
		margin-bottom:25px;
	}
	.sidebar-row .sidebar-col{
		width:100%;
		flex-basis:100%;
	}
	.sidebar-col .sidebar-form{
		position:relative;
		top:auto;
	}
	.service-item-block .image{
		border-left:0 !important;
		border-right:0 !important;
	}
	.service-item-block .title{
		font-size:24px;
		    line-height: 40px;
		line-height:34px;
		margin-bottom:30px;
	}
}
@media screen and (max-width: 800px) {
    .content_list.tiled .tile {
        width: 50%;
    }
    .content_list.tiled > .clear {
        display: none;
    }
    .content_list.tiled .tile:nth-child(3) {
        padding-right: 10px;
    }
    .content_list.tiled .tile:nth-child(2) {
        padding-right: 0;
    }
	}
@media screen and (max-width: 767px) {
	.category-card #breadcrumbs{
		padding-left:0;
		margin-bottom:20px;
	}
	.category-card .container{
		height:300px;
	}
	.category-info{
		padding:0;
		border-top:0;
	}
	.category-card p,
	.category-card .text{
		margin:10px 0;
	}
	.category-card,
	.category-card p,
	.category-card .text{
		font-size:16px;
	}
	.category-card .buttons{
		margin-top:20px;
	}
	.category_description.services .image{
		float:none;
		width:100%;
		margin:0 0 30px;
	}
	.service-item-block{
		flex-direction:column;
		margin:0 0 30px;
	}
	#controller_wrap > h2{
		margin-top:50px;
	}
	.service-item-block .image{
		order:0;
		margin:0 0 20px !important;
	}
	.service-item-block .image img{
		position:relative;
		transform:none;
		margin:15px auto;
		left:auto;
		top:auto;
	}
	.service-item-block .title{
		margin-bottom:20px;
	}
	.staff-list .item{
		padding:0;
	}
	.staff-item > .row > .col{
		margin-bottom:30px;
	}
	.our_work_list .our_work_list_item .info{
		order:1;
	}
	.our_work_list .our_work_list_item .image{
		order:0;
	}
	#actions-menu > .actions-menu #actions-drop-down{
		padding:0;
	}
	#actions-menu > .actions-menu #actions-drop-down::before{
		margin-top:0;
	}
	.reviews-item .f_used{
		font-size:22px;
	}
	.news-list .col:nth-child(2) .item{
		margin-top:40px;
	}
	.widget-staff-list .image .overlay{
		padding:25px;
	}
}
@media screen and (max-width: 640px) {
    .content_list.tiled .tile {
        width: 100%;
    }
    .content_list.tiled .tile:nth-child(3) {
        padding-right: 0;
    }
    .content_list.tiled .tile:nth-child(2) {
        padding-right: 0;
    }
    .content_item .field.left_field, .content_item .field.right_field {
        float: none;
        margin-right: 0;
        margin-left: 0;
        width: 100% !important;
    }
    .content_list.tiled .tile .photo {
        height:180px;
    }
}
@media screen and (max-width: 575px) {
	.category-card h1,
	#controller_wrap > h1{
		font-size:22px;
		line-height:32px;
	}
	.category-info{
		padding:0 25px;
	}
	.category-card,
	.category-card p,
	.category-card .text{
		line-height:20px;
		font-size:14px;
	}
	.category-info .btn{
		margin:0;
	}
	.category-info .btn-white{
		display:none;
	}
	.review-list .item{
		font-size:13px;
		line-height:20px;
		margin:0 -15px;
	}
	.content_categories ul{
		justify-content:center;
	}
	.service-item .image{
		float:none;
		width:auto;
		max-width:100%;
		margin:0 auto 20px;
	}
	.service-item-block .title{
		font-size:20px;
		line-height:30px;
	}
	.service-item-block .iforms{
		margin-top:30px;
	}
	.service-buttons{
		padding:0 0 10px;
		display:flex;
		margin-top:30px;
		flex-direction:column;
		justify-content:center;
	}
	.service-buttons a{
		margin:0 auto 0 !important;
		width:250px;
	}
	.service-buttons a:first-child{
		margin-bottom:20px !important;
	}
	.services-list > .row > .col:last-child{
		margin-bottom:0;
	}
	.content_categories li a{
		font-size:13px;
		line-height:24px;
	}
	.our_work_list .our_work_list_item{
		margin:0 -15px;
		width:calc(100% + 30px);
	}
	.cocoen_wrap > .ajax-modal,
	.licenses-list a,.owl-photo-list .photo a{
		width:32px;
		height:32px;
		background-size:24px;
	}
	.widget-reviews-list .item .image{
		display:none;
	}
	.widget-reviews-list .item .image + .review{
		margin-right:0;
	}
	.prices-widget > .title{
		font-size:18px !important;
		line-height:28px !important;
	}
	.prices-list .item .title{
		font-size:13px;
		line-height:20px;
	}
	.prices-list .item > div:nth-child(2n){
		min-width:120px;
		flex-basis:120px;
		text-align:right;
	}
	.services-list > .row > .col,
	.services-list > .row > .col:nth-child(2){
		margin-top:30px !important;
	}
	.callme-form .iforms_tab{
		flex-direction:column;
	}
	.callme-form .iforms_tab .row-in input[type="tel"]{
		width:100%;
	}
	.callme-form .iforms_tab .buttons{
		margin:15px 0 0;
	}
}
