figure {
	margin: 0;
}
.article__title {
	margin-bottom: 1.5rem;
}
.text-center {
	text-align: center;
}

.com-content-category-blog__children {
	display: none;
}

.header-decoration {
	position: relative;
	margin: 15px auto;
}
.header-decoration .h2,
.header-decoration h2,
.header-decoration h3 {
	text-align: center;
  display: table;
  margin: 0 auto;
  padding: 0 15px;
  background: #000;
  position: relative;
  font-size: 1.2rem;
  z-index: 10;
  text-transform: uppercase;
  color: #edd49b;
}
.header-decoration:after {
	content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right,rgba(0,1,17,0.5) 0,#edd49bbf 25%,rgba(255,255,255,1) 50%,#edd49bbf 75%,rgba(0,1,17,0.5) 100%);
}
.currency:after {
	display: inline-block;
	content: "$";
}
.content p > a {
	display: inline;
}
.content p > a:hover {
	color: var(--link-hover-color);
}
.page__header {
	margin: 0 0 1.5rem 0;
}
.page__header.center {
	text-align: center;
}
.page__header h1 {
	font-weight: 400;
	font-size: 1.7rem;
}
.breadcrumb {
	align-items: center;
}
.mod-breadcrumbs__wrapper {
	margin-bottom: 1rem;
}
.mod-breadcrumbs__wrapper li {
	position: relative;
	font-size: 14px;
	color: var(--color-1);
}
.mod-breadcrumbs__wrapper li > a {
	font-size: 14px;
	color: var(--color-1);
}
.mod-breadcrumbs__wrapper li > a:hover {
	color: var(--link-hover-color);
}
.mod-breadcrumbs__wrapper li.active {
	color: var(--color-2);
}
.mod-breadcrumbs__wrapper li:not(:last-child) {
	margin-right: 5px;
  padding-right: 15px;
}
.mod-breadcrumbs__wrapper li:not(:last-child):after {
	position: absolute;
	top: 55%;
	right: 0;
	transform: translateY(-50%);
	font-family: icon;
	content: '\f324';
	font-size: 8px;
}

.module__articles.content ul,
.module__articles.content ol
.main-page ul,
.main-page ol {
	margin: 20px 0;
}
.module__articles.content ul > li,
.main-page ul > li,
.main-page ol > li,
.module__articles.content ol > li {
	position: relative;
	line-height: 130%;
	padding: 5px 0 5px 14px;
	color: #fff;
}
.module__articles.content ul > li:after,
.main-page ul > li:after {
	position: absolute;
	top: 12px;
	left: 0;
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #fff;
}

.main-page ol > li,
.module__articles.content ol > li {
	counter-increment: list-counter;
	padding: 10px 0 10px 33px;
}
.main-page ol > li:before,
.module__articles.content ol > li:before {
	display: inline-block;
  content: counter(list-counter);
  position: absolute;
  top: 8px;
  left: 0;
  width: 22px;
  height: 22px;
  background: var(--color-2);
  color: #fff;
  border-radius: 50%;
  align-content: center;
  text-align: center;
  font-size: 11px;
  line-height: 100%;
  font-weight: 500;
  z-index: 4;
}
.main-page blockquote,
.module__articles.content blockquote {
	position: relative;
	padding: 20px 40px;
	margin: 24px 0;
	font-style: italic;
	font-weight: 500;
	max-width: 720px;
}
.main-page blockquote:before,
.main-page blockquote:after,
.module__articles.content blockquote:before,
.module__articles.content blockquote:after {
	position: absolute;
	font-family: icon;
	font-size: 24px;
	line-height: 100%;
	color: var(--color-1);
	z-index: 4;
}
.main-page blockquote:before,
.module__articles.content blockquote:before {
	top: 0;
	left: 0;
	content: "\f10d";
}
.main-page blockquote:after,
.module__articles.content blockquote:after {
	bottom: 0;
	right: 15px;
	content: "\f10e";
}
.main-page a {
	display: inline;
}
.main-page a:hover {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-style: dotted;
	color: var(--link-hover-color);
}
.main-page .col-12 .item-image {
	padding: 20px 0;
}
.main-page p {
	margin: 10px 0;
}
.main-page h2 {
	font-weight: 400;
	margin: 10px 0;
	text-align: center;
}

.com-content-category-blog__navigation {
	text-align: center;
	margin: 40px 0;
}
.com-content-category-blog__navigation p {
	color: var(--color-2);
}
.pagination__wrapper .pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.pagination__wrapper .pagination li.active a,
.pagination__wrapper .pagination li:hover a {
	color: var(--color-6);
}

.webkit__clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Header START */
.top-contacts {
	position: absolute;
	top: 5px;
	right: 0;
	padding: 5px 15px;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	background: var(--color-3);
	text-align: right;
}
.top-contacts .icon {
	width: 27px;
	height: 27px;
	margin-right: 5px;
}
.top-contacts li:first-child a {
	font-size: 22px;
}
.top-contacts li .worktime,
.top-contacts li a.email {
	font-size: 14px;
	display: block;
	color: var(--color-2);
}
.top-contacts li:not(:first-child) {
	margin-top: .5rem;
}
.top-contacts li a:hover {
	color: #fff;
}
#header {
	position: relative;
	margin-bottom: 1.5rem;
	width: 100%;
	transition: all 0.2s ease-in-out;
	z-index: 98;
}
#header.sticky {
	position: fixed;
	top: 0;
	background: rgba(0,0,0,.85);
}
#header .logo {
	display: block;
	max-width: 397px;
	margin: 0 auto;
	padding: .7rem 0;
	transition: all 0.7s ease-in-out;
}
#header.sticky .logo {
	max-width: 290px;
}

.navigation ul > li:not(:last-child) {
	margin-right: 13px;
}
.navigation ul > li > a {
	padding: 0 .5rem;
	font-size: 16px;
}
.navigation ul > li > a:hover,
.navigation ul > li.active > a {
	color: var(--link-hover-color);
}

#header .bg-line {
	transition: all 0.2s ease-in-out;
}
#header.sticky .bg-line {
	margin: 0.4rem 0;
}
#header.sticky .bg-line:last-child {
	margin-bottom: 0;
}
.bg-line,
.main-page hr {
	display: block;
	border: 0;
	height: 1px;
	width: 100%;
	background: linear-gradient(to right,rgba(0,1,17,0.5) 0,#edd49bbf 25%,rgba(255,255,255,1) 50%,#edd49bbf 75%,rgba(0,1,17,0.5) 100%);
	margin: 1rem 0;
}
.mobile-menu {
	display: none;
}

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

#header .bg-line {
	display: none;
}
.mobile-menu {
	display: block;
}
.navigation {
	display: none;
}

.burger {
  position: relative;
  display: block !important;  
  width: 43px;
  height: 43px;
  border-radius: 6px;
  background-color: none;
  z-index: 90;  
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 59.8%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.burger span, .burger span::before, .burger span::after {
  display: block;
  width: 22px;
  height: 3px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  transition-property: background-color, transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.burger span::before, .burger span::after {
  position: absolute;
  content: "";
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before, .burger.clicked span:after {
  background-color: #fff;
}
.burger:hover {
  cursor: pointer;
}

/*  NAV
========================================== */
.nav__burger {
  background: transparent;
  position: fixed;
  z-index: 90;
  top: 100px;
  right: 0;
  height: 100%;
  max-width: 100%;
  width: 100%;
  padding: 80px 30px 30px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.nav__burger.top-position {
  top: 72px;
}
.nav__burger.show {
  display: block;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #272727f0;
  opacity: 0;
  visibility: hidden;
}
.overlay.show {
  opacity: 1;
  z-index: 89;
  visibility: visible;
}

.mobnav .row {
  display: block;
}
.mobnav li:not(:last-child) {
  margin-bottom: 24px;
}
.mobnav li a {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}

} /* Mobile menu END */

}

/* Header END */

/* Models module START */
.models-row-4,
.models-row-5 {
	padding: 1rem 0;
	margin-bottom: .5rem;
}
.column-4,
.column-5 {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.model__item {
	position: relative;
	text-align: center;
	transition: all 0.1s ease-in-out;
	margin-bottom: 1.5em;
	z-index: 1;
}
.model__item img {
	transition: all 0.2s ease-in-out;
}
.model__item:hover img {
	filter: grayscale(10);
}
.model__item:hover {
	scale: 1.02;
}
.model__item .field-content {
	margin-bottom: 5px;
}
.model__item .field-content {
	font-size: 12px;
}
.model__item .field-content.profile-name {
	margin: 10px 0 5px 0;
	font-size: 16px;
}
.model__item .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
.model__item .details {
	position: relative;
	z-index: 5;
}
.model__item .details a:hover {
	color: var(--link-hover-color);
}

.column-4 .itembox {
	width: 100%;
	max-width: 24.4%;
}
.column-5 .itembox {
	width: 100%;
	max-width: 19.4%;
}
/* Models module END */

/* Teaser Category START */
.model__categories .item {
	position: relative;
	background: var(--color-3);
	align-items: center;
	margin-bottom: .5rem;
	transition: var(--transition);
	z-index: 1;
}
.model__categories .item:hover {
	background: var(--color-2);
}
.model__categories .item:hover img {
	filter: grayscale(10);
	scale: 1.05;
}
.model__categories .item .category-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} 
.model__categories .item .category-image {
	width: 130px;
	height: 100%;
	overflow: hidden;
}
.model__categories .item .category-image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
	transition: var(--transition);
}
.model__categories .item .content-left {
	width: 100%;
	max-width: 75.9%;
	padding: 10px;
}
.model__categories .item .content-left .category-title {
	display: block;
	font-weight: 500;
	margin-bottom: 10px;
	color: var(--color-1);
}
/* Teaser Category END */

/* Blog Teasers START */

.blog__teasers .blog__item {
	position: relative;
	margin-bottom: 30px;
	transition: var(--transition);
}
.blog__teasers .blog__item .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
.blog__teasers .blog__item .list-unstyled {
	display: none;
}
.blog__teasers .inner {
	background: var(--color-3);
	transition: var(--transition);
}
.blog__teasers .left-image {
	position: relative;
	width: 100%;
	max-width: 23%;
	z-index: 1;
}
.blog__teasers figure {
	position: relative;
	z-index: 2;
	height: 100%;
	max-height: 115px;
	margin: 0;
}
.blog__teasers figure:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	z-index: 4;
	background: linear-gradient(#0000, #000000a3);
}
.blog__teasers .item-image img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	transition: var(--transition);
	z-index: 3;
}
.blog__teasers .blog__item:hover img {
	filter: grayscale(10);
}
.blog__teasers .blog__item:hover .inner {
	background: var(--color-5);
}
.blog__teasers .category__link {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 15px 15px;
	z-index: 5;
}
.blog__teasers .category__link a {
	font-size: 12px;
}
.blog__teasers .category__link a:hover {
	color: #fff;
}
.blog__teasers .intro__content {
	width: 100%;
	max-width: 77%;
	padding: 10px;
}
.blog__teasers .list-unstyled {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.blog__teasers .list-unstyled dd:first-child {
	padding-left: 0;
}
.blog__teasers .list-unstyled dd {
	display: inline;
	padding: 0 10px;
	width: auto;
	font-size: 12px;
	align-content: center;
	color: var(--color-4);
}
.blog__teasers .list-unstyled dd .icon {
	margin-right: 4px;
	font-size: 14px;
	color: var(--color-1);
}
.blog__teasers .blog__item .mod-articles-title {
	margin-bottom: 16px;
	font-size: 14px;
}
.blog__teasers .blog__item .mod-articles-title:hover,
.blog__teasers .blog__item .readmore a:hover {
	color: var(--link-hover-color);
}
.blog__teasers .intro__txt {
	-webkit-line-clamp: 3;
}
.blog__teasers .intro__txt h1,
.blog__teasers .intro__txt h2,
.blog__teasers .intro__txt h3,
.blog__teasers .intro__txt h4 {
	display: none;
}
.blog__teasers .blog__item .readmore {
	margin-top: 10px;
}

.blog-full__page dl.list-unstyled {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5px;
	gap: 10px;
}
.blog-full__page dl.list-unstyled dd {
	font-size: 12px;
	color: var(--color-2);
}
.blog-full__page dl.list-unstyled dd .icon {
	color: var(--color-1);
	margin-right: 5px;
}

/* Blog Teasers END */

/* Footer START */

#footer {
	padding-bottom: 40px;
}
#footer .row {
	padding: 0 100px;
}
.footer__menu li > a {
	font-size: 12px;
	padding: 3px 0;
	color: var(--color-2);
}
.footer__menu li > a:hover,
.footer__contacts li > a:hover {
	color: var(--link-hover-color);
}

#footer .block-header {
	margin: 15px 0 10px;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: var(--color-1);
}
#footer .text-center {
	text-align: center;
}
#footer .text-right {
	text-align: right;
}
.footer__contacts li {
	margin-bottom: 5px;
}
.footer__contacts li > a,
.footer__contacts li  {
	font-size: 12px;
	color: var(--color-2);
}
.footer__contacts .icon {
	width: 17px;
	height: 17px;
	margin-right: 7px;
}
#footer .copyright {
	font-size: 12px;
	color: var(--color-2);
}

.nav__burger {
	display: none;
}

/* Footer END */

/* Model Full Page START */
	
	.model__page .main-swiper {
		max-height: 488px;
	}
    .thumbs-swiper {
        margin-top: 10px;
    }
    .thumbs-swiper .swiper-slide {
    	cursor: pointer;
    }
    .thumbs-swiper .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: bottom center;
    transition: var(--transition);
    filter: grayscale(10);
}
.thumbs-swiper .swiper-slide:hover img {
	filter: grayscale(8) opacity(0.4);
}
.thumbs-swiper .swiper-slide-thumb-active img {
	filter: grayscale(0);
}

.model__page .model__name {
	width: 100%;
	text-align: center;
}
.model__page .tags {
	gap: 10px;
	margin-top: 10px;
}
.model__page .tags li {
	position: relative;
	color: var(--color-2);
	text-transform: uppercase;
	font-size: 12px;
}
.model__page .tags li:not(:first-child) {
	padding-left: 15px;
}
.model__page .tags li:before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 6px;
	height: 6px;
	content: "";
	border-radius: 50%;
	background: var(--color-2);
}
.model__page .tags li:first-child:before {
	content: none;
}

.model-full__info {
	margin-top: 30px;
}
.box-title {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.model__page .box {
	background: var(--color-3);
}
.model__page .box:not(:last-child) {
	border-bottom: 1px dotted #333;
}
.model__page .box .col-4,
.model__page .box .col-8 {
	padding: 5px 10px;
}
.model__page .box .label {
	color: var(--color-2);
}
.model__page .contacts {
	margin-top: 2rem;
}
.model__page .contacts ul {
	background: var(--color-3);
	padding: 5px 10px;
	text-align: center;
}
.model__page .contacts ul > li {
	padding: 5px 0;
}
.model__page .contacts ul > li,
.model__page .contacts ul > li > a {
	font-size: 14px;
	color: var(--color-2);
}
.model__page .contacts ul > li.email {
	display: flex;
	justify-content: center;
}
.model__page .contacts ul > li.email a {
	color: #fff;
}
.model__page .contacts ul > li a:hover {
	color: var(--color-1);
}
.model__page .contacts ul > li .icon {
	width: 22px;
	height: 22px;
	margin-right: 5px;
}
.model__page .contacts ul > li .worktime {
	display: block;
	margin-top: 5px;
}
.model__page .contacts ul > li.email span {
	display: inline-block;
	margin-right: 5px;
}

.model__page .module__articles {
	margin-top: 20px;
}

.model__page #akengage-comments-section {
	margin: 40px 0 20px;
}

/* Model Full Page END */

/* City Guide START */

.city__guide .col-6 {
	margin-bottom: 30px;
}
.city__guide .icontent {
	position: relative;
	z-index: 1;
}
.city__guide .icontent figure {
	position: relative;
	z-index: 2;
}
.city__guide .icontent figure img {
	transition: var(--transition);
}
.city__guide .icontent:hover img {
	filter: grayscale(10);
}
.city__guide .icontent .page-header {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 10px 15px;
	background: rgba(17,17,17,.8);
	font-size: 16px;
	font-weight: 700;
	color: var(--color-1);
	transition: var(--transition);
	cursor: pointer;
	z-index: 5;
}
.city__guide .icontent .page-header:hover {
	color: var(--link-hover-color);
}
.city__guide .link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.guide__row {
	margin-top: 40px;
}
.guide__row .item {
	margin: 15px 0;
}

.guide__row .item .field {
	padding: 10px 0;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	color: var(--color-4);
}
.guide__row .item .field h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}
.guide__row .item .field a {
	display: inline-block;
}
.guide__row .item .field a:hover {
	color: var(--link-hover-color);
}

/* END */


/* Casting Form START */

.casting__form {
	margin: 30px 0;
}
.casting__form span.required {
	color: red;
}
.casting__form .field__group {
	margin-bottom: 15px;
}
.casting__form .field__group label {
	display: block;
	margin-bottom: 5px;
}
.casting__form .field__group input {
	border-radius: 6px;
}
.casting__form .field__group input:focus {
	background: var(--color-4);
}
.casting__form .field__group textarea {
	background: #fff;
	border-radius: 6px;
	padding: 15px;
}
.casting__form .field__group.uploads {
	gap: 10px;
	align-items: center;
}
.casting__form .field__group .input-file {
	max-width: 50px;
	margin: 0;
}
.casting__form .field__group .content {
	font-size: 12px;
	color: #6c757d;
}
.casting__form .field__group .content span {
	display: block;
}
.casting__form .field__group.button {
	text-align: right;
}
.casting__form .field__group.button button {
	padding: 10px 25px;
	background: var(--color-1);
	margin-left: auto;
	width: auto;
	font-weight: 400;
	font-family: "Heebo";
	color: var(--body-bg);
	text-transform: uppercase;
}
.casting__form .field__group.button button:hover {
	background: var(--link-hover-color);
}

/* END */

/* Reviews START */
.testimonails {
	padding: 15px 0;
}
.review-item {
	margin-bottom: 20px;
}
.review-item .col-9 {
	padding: 0 15px 0 0;
}
.review-item .name {
	font-weight: 500;
	font-size: 14px;
	margin-bottom: .5rem;
}
.review-item .name a:hover {
	color: var(--link-hover-color);
}
.review-item .name:last-child {
	margin: 5px 0 0;
}
.review-item .image img {
	transition: var(--transition);
}
.review-item .image:hover img {
	filter: grayscale(10);
}

/* Reviews END */

/* Cookie START */

#sp-cookie-consent {
	background-color: #f7ec9b !important;
	color: var(--body-bg) !important;
}
.sp-cookie-close:hover {
	background: var(--color-3) !important;
	color: #fff !important;
}

/* END */


