@charset "UTF-8";
@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Bold.ttf') format('ttf'),
	url('../fonts/Montserrat-Bold.woff') format('woff');
	font-weight: 700;
}

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.ttf') format('ttf'),
	url('../fonts/Montserrat-Regular.woff') format('woff');
	font-weight: 400;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style-type: none;
	font-family: inherit;
	background: transparent
}

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

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #f0f0f0;
}

body::-webkit-scrollbar-thumb {
  background-color: #293757;
  border-radius: 20px;
}

input[type=text],
input[type=submit],
textarea {
	-webkit-appearance: none
}

input,
select,
textarea {
	font: inherit;
	outline: 0
}

ol,
ul {
	list-style: none
}

p {
	padding: 0 0 12px;
	line-height: 150%;
	font-size: 16px;
}

a {
	color: #333;
	text-decoration: none;
}

.d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.fd-column {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.fd-row-reverse {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse
}

.fd-column-reverse {
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse
}

.ai-center {
	align-items: center;
}

.jc-center {
	justify-content: center;
}

.pc-end {
	place-content: flex-end;
}

.jc-space-between {
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	justify-content:space-between;
}

.ta-center {
	text-align: center;
}

.v-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

button {
	cursor: pointer;
}

.btn {
	cursor: pointer;
	display: flex;
	padding: 12px 20px;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	background: #293757;
	color: #FFF;
	font-weight: 700;
}

.btn:hover {
	background: #3F548F;
}

.link {
	color: #293757;
	font-weight: 700;
}

.link:hover {
	color: #3F548F;
}

.link:focus,
.link:active {
	color: #131A2C;
}

.btn:focus,
.btn:active {
	background: #131A2C;
}

input:not([type="checkbox"]) {
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	height: 41px;
	padding: 10px;
}

textarea {
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	max-height: 150px;
	min-height: 80px;
	resize: vertical;
	width: 100%;
	padding: 10px;
	color: #000;
}

body {
	background: #FFF;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

.container {
	width: 1218px;
	margin: 0 auto;
	height: inherit
}

header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
	height: 70px;
	border-bottom: 1px solid rgb(0 0 0 / 7%);
	-webkit-box-shadow: 0px -21px 42px rgb(0 0 0 / 23%);
	-moz-box-shadow: 0px -21px 42px rgb(0 0 0 / 23%);
	box-shadow: 0px -21px 42px rgb(0 0 0 / 23%);
}

.headerWrap {
	gap: 56px;
	height: inherit;
}

.logo {
	line-height: 0;
}

.mainNav ul {
	margin-bottom: 4px;
	gap: 24px;
}

.mainNav a {
	font-size: 14px;
	font-weight: 700;
}

.accountActions {
	margin-left: auto;
}

ul.subNav {
	display: none;
	position: absolute;
	background: #fff;
	top: 45px;
	left: -44px;
	width: 140px;
	-webkit-box-shadow: 0px -21px 42px rgb(0 0 0 / 23%);
	-moz-box-shadow: 0px -21px 42px rgb(0 0 0 / 23%);
	box-shadow: 2px 6px 11px rgb(0 0 0 / 23%);
	border-radius: 0 0 8px 8px;
	z-index: 999;
}

ul.subNav li {
	margin-bottom: 18px;
}

ul.subNav li:first-of-type a {
	padding-top: 13px;
}
ul.subNav li a {
	padding: 0 40px 0;
	display: block;
}

/* Home page */

.homePage {
	padding-top: 47px;
}

.section1Wrap {
	padding-bottom: 80px;
}

.section1Wrap,
.firstSection-bottom {
	gap: 30px;
}

section.FirstScreen h1 {
	font-size: 40px;
	line-height: 140%;
}

section.FirstScreen .alternate {
	font-size: 40px;
	font-weight: bold;
}

.subH1 {
	color: #4F4F4F;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}

.subTitle {
	color: #000;
	font-weight: 700;
	line-height: 140%;
	font-size: 20px;
}
.section1Left {
	height: 877px;
}
.section1Left a {
	width: 198px;
	margin: 24px 0 40px;
}

.sInfo span {
	display: block;
	margin-bottom: 16px;
	line-height: 140%;
}

.sInfo span:first-of-type {
	margin-top: 16px;
}

.sInfo b {
	margin-right: 10px;
}
.section1Right img {
	height: 100%;
    object-fit: cover;
}
.section1Right img,
.tizerTrailer img {
	border-radius: 8px;
}

.firstSecrion-descr {
	position: relative;
	overflow: hidden;
}

.firstSection-bottom {
	align-items: center;
	padding-bottom: 100px;
}

.firstSecrion-descr h2 {
	margin-bottom: 16px;
}

.content {
	max-height: 200px;
	overflow: hidden;
}

.readMore {
	display: block;
	margin-top: 10px;
	color: #000000;
	padding: 5px 0;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	line-height: 140%;
}

.readMore::after {
	content: "";
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 56px;
	background: linear-gradient(to bottom, rgb(255 255 255 / 59%), rgb(255 255 255));
	pointer-events: none;
}

.expanded {
	max-height: none;
}

.expanded ~ .readMore::after {
	display: none;
}

.tizerTrailer {
	position: relative;
}
.tizerTrailer a:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 9;
}
.tizerTrailer:after {
	content: "";
	background: url('../images/playTrailer.svg');
	position: absolute;
	width: 66px;
	height: 66px;
	inset: calc(50% - 33px);
	cursor: pointer;
	transition: transform .2s;
}

.tizerTrailer:hover:after {
	transform: scale(1.2);
}

span.caption {
	display: block;
	color: #4f4f4f;
	font-size: 14px;
	font-weight: 400;
	margin-top: 5px;
}

section.TopSeries,
section.MainNews {
	background: #F7FAFE;
	padding: 100px 0;
}

.TopSeries h2,
.MainSeasons h2,
.MainNews h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 140%;
}

.TopSeriesWrap {
	gap: 22px;
	margin-top: 24px;
}

.topItem {
	width: 394px;
}

.topItem img {
	border-radius: 8px;
}

.topItem img:hover {
	opacity: 0.9;
}

.topItem i,
.mainArticle i,
.newsArticle i {
	display: block;
	font-size: 16px;
	font-style: normal;
	color: #4F4F4F;
	padding-top: 24px;
	line-height: 150%;
}

.topItem a:last-of-type,
.mainArticle a:last-of-type,
.newsArticle a:last-of-type,
.actor a:last-of-type,
.postMeta a:last-of-type {
	font-size: 16px;
	font-weight: 700;
	width: fit-content;
	position: relative;
}

.topItem h3,
.mainArticle h3 {
	padding: 8px 0;
	line-height: 140%;
}

.topItem a:last-of-type:after,
.mainArticle a:last-of-type:after,
.newsArticle a:last-of-type:after,
.actor a:last-of-type:after,
.postMeta a:last-of-type:after {
	content: "";
	background: url('../images/chevron.svg');
	width: 6px;
	height: 11px;
	position: absolute;
	right: -12px;
	top: 5px;
}

section.MainSeasons {
	padding: 100px 0;
}

.MainSeasonsWrap {
	gap: 30px;
	flex-wrap: wrap;
}

.MainSeasons h2,
.MainNews h2 {
	margin:0 0 40px 0;
}

.seasonItem {
	width: 282px;
}

.seasonItem a {
	line-height: 0;
}

.seasonPic {
	width: 282px;
	height: 350px;
	border-radius: 8px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.seasonItem a:hover .seasonPic:after,
.mainArticle a:hover .newsPic:after,
.newsArticle a:hover .newsPic:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20));
	border-radius: 8px;
}

.seasonItem span {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	margin-top: 16px;
}

.seasonItem a:hover span,
.mainNav a:hover,
.accountActions a:hover,
.subNav a:hover {
	color: #293757;
}

.MainNewsWrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	gap: 30px;
}

.mainArticle:first-of-type {
	grid-column-start: 1;
	grid-column-end: 3;
}

.newsPic {
	height: 390px;
	background-repeat: no-repeat;
	border-radius: 8px;
	background-size: cover;
	background-position: top;
	position: relative;
}

h1.catTitle {
	padding: 80px 0 40px;
	font-size: 40px;
	font-weight: 700;
	line-height: 140%;
}

/* News Cat */

.newsWrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.newsArticle h2 {
	padding: 8px 0;
	font-size: 20px;
	line-height: 140%;
}

.newsArticle:first-of-type {
	grid-column-start: 1;
	grid-column-end: 5;
}

.newsArticle:nth-of-type(2),
.newsArticle:nth-of-type(7),
.newsArticle:nth-of-type(5n+7) {
	grid-column-start: 5;
	grid-column-end: 7;
}

.newsArticle:nth-of-type(3),
.newsArticle:nth-of-type(5n+3) {
	grid-column-start: 1;
	grid-column-end: 4;
}

.newsArticle:nth-of-type(4),
.newsArticle:nth-of-type(5n+4) {
	grid-column-start: 4;
	grid-column-end: 7;
}

.newsArticle:nth-of-type(5),
.newsArticle:nth-of-type(5n+5) {
	grid-column-start: 1;
	grid-column-end: 3;
}

.newsArticle:nth-of-type(6),
.newsArticle:nth-of-type(5n+6) {
	grid-column-start: 3;
	grid-column-end: 5;
}

/*Actors*/

.actorsWrap {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 64px;
}

.actor {
	width: 386px;
}

.actor img {
	border-radius: 8px;
}

.actor h2 {
	padding: 24px 0 8px;
}

.postDescription h2 {
	font-size: 20px;
	padding: 22px 0 16px;
}

/* Навигация */

#pagination {
	grid-column-start: 1;
	grid-column-end: 7;
	margin: 0 auto;
}

#pagination a {
	display: flex;
	padding: 5px 24px;
	align-items: center;
	justify-content: center;
	height: 52px;
	width: 386px;
	font-weight: 700;
	color: #333;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	transition: .2s all ease;
}

/* shortstory */
.postsWrap {
	flex-wrap: wrap;
	column-gap: 30px;
	row-gap: 64px;
}

article.seria {
	width: 386px;
}
.poster {
	line-height: 0;
	position: relative;
}
article.seria a:hover .poster:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.20), rgba(0, 0, 0, 0.20));
	border-radius: 8px;
}
article.seria img {
	border-radius: 8px;
    object-fit: cover;
}
.fullDescr .readMore::after {
    content: "";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 65px;
    background: linear-gradient(to bottom, rgb(255 255 255 / 59%), rgb(255 255 255));
    pointer-events: none;
}
li.itemGallery img {
    object-fit: cover;
    border-radius: 8px;
}
article.seria i {
	display: block;
	font-style: normal;
	font-size: 16px;
	color: #4F4F4F;
	padding-top: 24px;
}
article.seria h2 {
	font-size: 20px;
	padding: 8px 0;
}
article.seria .shortStory {
	font-size: 16px;
	line-height: 150%;
	padding-bottom: 8px;
}
.fMeta {
	margin-left: auto;
	gap: 16px;
}
.fMetaViews,
.fMetaComments {
	color: #828282;
	font-size: 14px;
}
.fMetaViews:before,
.fMetaComments:before {
	content: "";
	margin-right: 5px;
}
.fMetaViews:before {
	background: url('../images/eye.svg');
	width: 29px;
	height: 29px;
}
.fMetaComments:before {
	background: url('../images/comm.svg');
	width: 19px;
	height: 19px;
}

/* ShowFull */

.speedbar {
	font-family: 'Roboto', sans-serif;
	color: #515151;
	font-weight: 700;
	font-size: 14px;
	padding: 80px 0 40px;
}
.speedbar a {
	font-weight: 400;
}
.speedbar a:after {
	content: "—";
	margin: 0 8px;
}

.showFull h1 {
	font-size: 40px;
	padding-bottom: 40px;
}
.plControl {
	justify-content: space-between;
	gap: 8px;
	margin-top: 5px;
}
.Ep {
	background: #131313;
	height: 64px;
}
.Ep:hover,
span.add__fav:hover {
	background: #191919;
}
.Ep:first-of-type {
	border-right: 1px solid rgb(255 255 255 / 10%);
	border-radius: 8px 0 0 8px;
}
.Ep:last-of-type {
	border-left: 1px solid rgb(255 255 255 / 10%);
	border-radius: 0 8px 8px 0;
}
.chooseEp em {
	display: inline-block;
	background: url('../images/chevron-white.svg');
	background-repeat: no-repeat;
	width: 7px;
	height: 10px;
	margin-left: 6px;
}
.chooseEp {
	border-right: 1px solid rgb(255 255 255 / 10%);
}
.chooseEp a {
	width: 610px !important;
}
.plControlWrap a {
	line-height: 56px;
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	width: 261px;
}
.add__fav,
.del__fav,
div.addFav {
	display: block;
	width: 73px;
	height: 64px;
	background: #131313;
	border-radius: 8px;
	position: relative;
	cursor: pointer;
}
.add__fav span,
.del__fav span {
	display: none;
}
.add__fav em:before,
.del__fav em:before,
div.addFav:before {
	background-repeat: no-repeat;
	content: "";
	height: 27px;
	position: absolute;
	right: 22px;
	top: 18px;
	width: 27px;
}
.add__fav em:before {
	background-image: url('../images/plusFav.svg');
}
.add__fav:hover em:before {
	background-image: url('../images/favH.svg');
}
div.addFav:before {
	background-image: url('../images/plusFav.svg');
}
.del__fav em:before {
	background-image: url('../images/delFav.svg');
}
.fullDescr {
	width: 802px;
	margin: 0 auto;
    position: relative;
}
.fullDescr h2 {
	font-size: 20px;
	padding: 40px 0 16px;
}
.fullGalleryWrap {
	background: #F6FAFE;
	margin: 100px 0 0;
}
.fullGallery {
	padding: 100px 0;
	width: 1112px;
	margin: 0 auto;
}
.fullGallery h2 {
	font-size: 40px;
	padding-bottom: 40px;
}
ul.xfieldimagegallery {
	height: 289px !important;
}
.owl-nav button {
	position: absolute;
	top: calc( 50% - 60px );
	margin: 0 !important;
	opacity: 1 !important;
}
.owl-nav [class*=owl-]:hover {
	background: none !important;
}
.owl-nav .owl-prev {
	left: -40px;
}
.owl-nav .owl-next {
	right: -40px;
}
.owl-nav button span {
	font-size: 60px;
	color: #000;
}
.postDescription,
.commentsSection {
	width: 802px;
	margin: 0 auto;
}
.showFull-news>img {
	aspect-ratio: 2/1;
	object-fit: cover;
	border-radius: 20px;
}
.showFull-news h1 {
	padding: 40px 0 24px;
	font-size: 40px;
	font-weight: 700;
}
.sharePost {
	margin-top: 52px;
}
.sharePost i {
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
}
.sharePostWrap {
	gap: 16px;
	padding: 24px 0 0 10px;
}
.sharePostWrap a {
	position: relative;
	width: 40px;
	height: 40px;
}
.sharePostWrap a:before {
	content: "";
	width: 42px;
	height: 41px;
	position: absolute;
	top: calc(27% - 20.5px);
	left: calc(27% - 20.5px);
	transition: transform .2s;
}
.sharePostWrap a:hover:before {
	transform: scale(1.1);
}
.sharePostWrap a:first-of-type:before {
	background: url('../images/vk.svg');
}
.sharePostWrap a:nth-child(2):before {
	background: url('../images/tg.svg');
}
.sharePostWrap a:nth-child(3):before {
	background: url('../images/viber.svg');
}
.sharePostWrap a:nth-child(4):before {
	background: url('../images/wp.svg');
}
.sharePostWrap a:nth-child(5):before {
	background: url('../images/skype.svg');
}
.sharePostWrap a:nth-child(6):before {
	background: url('../images/ok.svg');
}
.commentsSection {
	padding-top: 100px;
}
.commentsHeader {
	padding-bottom: 25px;
	border-bottom: 1px solid rgb(0 0 0 / 7%);
}
.commentsHeader span {
	font-size: 40px;
	font-weight: 700;
}
.commentsHeader button {
	margin-left: auto;
}
button.button {
	color: #333;
	font-weight: 700;
	padding: 16px 24px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	transition: .2s all ease;
}
button.button:hover {
	background: #333;
	color: #fff;
}
#commentForm {
	margin-top: 40px;
}
.submitComment,
.secCode {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.secCode a {
    line-height: 0
}
.secCode img {
    height: 41px;
    object-fit: cover;
    border-radius: 5px;
}
.cFormHeader input {
	margin-right: 10px;
}

/* Comments */

.Comment {
	gap: 20px;
	padding: 25px 20px;
}
.cBodyHeader {
	gap: 10px;
}
.commentBody {
	width: 100%;
}
.commentAvatar {
	width: 84px;
	height: 74px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 50%;
	border-radius: 50%;
}
.cBodyText {
	padding: 10px 0 0;
}
.cReact {
	margin-top: 16px;
}
.Level-1 {
	padding-left: 55px;
}
.hiddenText {
	display: none;
}
.title_quote {
	font-weight: 700;
	padding: 0px 0 8px;
	margin-top: 8px;
}
.title_quote, .quote {
	padding-left: 12px;
	border-left: 2px solid #293757;
}
.quote {
	max-height: 38px;
	overflow: hidden;
}
.commentsreplyname {
	margin-top: 8px;
}
.commentsreplymail {
	display: none;
}
#dlefastreplycomments textarea {
	height: 80px !important;
	margin-top: 8px;
}
.save-buttons {
	margin-top: 8px;
}
.save-buttons input {
	cursor: pointer;
	font-weight: 700;
	font-size: 13px;
}
.save-buttons input:hover {
	color: #fff;
	background: #333;
}

.mass_comments_action {
	display: none !important;
}

/* Footer */

footer {
	height: 100px;
	border-top: 1px solid rgb(0 0 0 / 7%);
	margin-top: 100px;
}
.footerWrap {
	gap: 24px;
	height: inherit;
}
.footerWrap a {
	margin-left: auto;
}
.copyRight {
	color: #333;
	font-size: 16px;
	line-height: 150%;
}
button.toTop {
	display: none;
	align-items: center;
	gap: 5px;
	border-radius: 6px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 10px 20px;
	transition: .2s all ease;
	font-weight: 700;
    position: fixed;
    right: 30px;
    bottom: 20%;
}
button.toTop:hover,
#pagination a:hover {
	background: #333;
	color: #fff;
}
button.toTop:hover #styledTop {
	stroke:#fff;
}
.pravo {
	text-decoration: underline;
}
.pravo:hover {
	color: #293757;
}
.pravo:focus,
.pravo:active {
	color: #131A2C;
}

#dialog {
    background: white;
    max-width: 420px;
    margin: 40px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}
.small-dialog--left {
	background-image: url('../images/auth-bg.webp'), linear-gradient(200.28deg, #de5353 0%, #B92828 100%);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
    height: 230px;
}
.auth-social {
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: 16px;
	padding: 24px 50px 24px 50px;
}
.v-form__title {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 16px;
	font-weight: 500;
}
.v-form__content a {
	display: flex;
	color: #000;
	height: 48px;
	-webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 8%), inset 0 0 0 1px rgb(0 0 0 / 6%), inset 0 -1px 0 rgb(0 0 0 / 12%), inset 1px 0 0 rgb(0 0 0 / 6%), inset -1px 0 0 rgb(0 0 0 / 6%);
	box-shadow: 0 1px 2px rgb(0 0 0 / 8%), inset 0 0 0 1px rgb(0 0 0 / 6%), inset 0 -1px 0 rgb(0 0 0 / 12%), inset 1px 0 0 rgb(0 0 0 / 6%), inset -1px 0 0 rgb(0 0 0 / 6%);
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	margin-bottom: 17px;
	position: relative;
}
.v-form__content a::before {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
}
.v-form__content a:nth-child(1)::before {
	background-image: url('../images/vk-auth.svg');
	background-size: 24px;
	width: 24px;
	height: 24px;
	left: 10px;
	top: 17px;
}
.v-form__content a:nth-child(2)::before {
	background-image: url('../images/google-auth.svg');
	background-size: 24px;
	width: 24px;
	height: 24px;
	left: 10px;
	top: 12px;
}
.v-form__content a:nth-child(3)::before {
	background-image: url('../images/ok-auth.svg');
	background-size: 13px;
	width: 13px;
	height: 24px;
	left: 15px;
	top: 12px;
}

/* Dialog Gragable */
 
.ui-dialog {
background: #fff;
    color: #777;
    max-width: 550px !important;
    width: 550px !important;
    max-height: 300px !important;
    padding: 20px;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 0 5px rgb(255 255 255 / 30%);
    box-shadow: 0 0 0 5px rgb(122 122 122 / 30%);
    cursor: move;
    z-index: 999;
}
 
.ui-dialog-titlebar {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 14px;
	margin-bottom: 10px;
}
 
span.ui-dialog-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
}
 
button.ui-dialog-titlebar-close,
a.ui-dialog-titlebar-close {
	display: block;
	background: url('/templates/The_Witcher/images/close_1.svg') no-repeat !important;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	font-size: 0;
	padding: 0;
}
 
#dlecomplaint,
#dlepopup{
	box-sizing: border-box;
	max-height: 311px !important;
	font-size: 13px;
}
 
textarea#dle-promt-text {
	background: #f9f9f9;
	border: 1px solid #e3e3e3;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
 
input#dle-promt-mail {
	margin-top: 10px;
}
 
.ui-dialog-buttonset {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
 
.ui-dialog-buttonset button {
	text-align: center;
	padding: 0 20px;
	height: 35px;
	line-height: 35px;
	border-radius: 3px;
	cursor: pointer;
    background-color: #287cc2;
    border: 1px solid #287cc2;
	color: #f3f0f0;
	font-size: 14px;
	font-weight: bold;
}
 
.ui-dialog-buttonset button:hover {
	background-color: #3198EC;
	border-color: #3198EC;
}
 
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 20;
	transition: .3s all;
	opacity: 0.9;
}

/*MAGNIFIC*/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 



	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out; 
	-moz-transition: opacity 0.3s ease-out; 
	-o-transition: opacity 0.3s ease-out; 
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.mfp-bg{top:0;left:0;width:100%;height:100%;z-index:1042;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:1043;position:fixed;outline:none !important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none !important}.mfp-preloader{color:#CCC;position:absolute;top:50%;width:auto;text-align:center;margin-top:-0.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#CCC}.mfp-preloader a:hover{color:#FFF}.mfp-s-ready .mfp-preloader{display:none}.mfp-s-error .mfp-content{display:none}button.mfp-close,button.mfp-arrow{overflow:visible;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;box-shadow:none;touch-action:manipulation}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;padding:0 0 18px 10px;color:#FFF;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:hover,.mfp-close:focus{opacity:1}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#fff}.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{color:#FFF;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#CCC;font-size:12px;line-height:18px;white-space:nowrap}.mfp-arrow{position:absolute;opacity:.65;margin:0;top:50%;margin-top:-55px;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:hover,.mfp-arrow:focus{opacity:1}.mfp-arrow:before,.mfp-arrow:after{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:medium inset transparent}.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left:after{border-right:17px solid #FFF;margin-left:31px}.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right:after{border-left:17px solid #FFF;margin-left:39px}.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;box-sizing:border-box;padding:40px 0 40px;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,0.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,0.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0 0;transform-origin:0 0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}
.telegram-button {
            display: inline-flex;
            align-items: center;
            background-color: #0088cc;
            color: #ffffff;
            font-size: 16px;
            font-weight: bold;
            padding: 10px 20px;
            border-radius: 5px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }

        .telegram-button:hover {
            background-color: #006699;
        }

        .telegram-icon {
            width: 20px;
            height: 20px;
            margin-right: 10px;
        }