html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html,body,div,input,textarea,a,span,ul,li,i {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

html {
    min-height: 100%
}

html,body {
    position: relative;
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

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

html,html a {
    -webkit-font-smoothing: antialiased
}

body,select,input,textarea,button {
    font-size: 14px;
    line-height: 1.5;
    color: var(--color_white);
    outline: none
}

body,select,button {
    font-family: var(--font_fam_sec)
}

input,textarea {
    font-family: var(--font_fam_prim)
}

a {
    outline: none;
    color: var(--color_a);
    text-decoration: none;
    transition-duration: 0.3s
}

a:hover {
    text-decoration: underline
}

a img {
    border: 0 none
}

a>img {
    vertical-align: bottom
}

b,strong {
    font-weight: bold
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5 {
    line-height: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility
}

h1,.h1 {
    font-size: 20px
}

h2,.h2 {
    font-size: 18px
}

h3,.h3 {
    font-size: 17px
}

h4,.h4 {
    font-size: 16px
}

h5,.h5 {
    font-size: 15px
}

:root {
    --logo_width: 140px;
    --header_height: 60px;
    --header_zindex: 999999;
    --font_fam_prim: Verdana;
    --font_fam_sec: Arial;
    --font_size_small: 11px;
    --color_logo: #FF646D;
    --color_white: rgba(255, 255, 255, 0.8);
    --color_a: #3394e6;
    --color_h: #3394e6;
    --color_1: #343a40;
    --color_1_tr: rgba(52, 58, 64, 0.6);
    --color_1_g: linear-gradient(to left, rgba(52, 58, 64, 1), rgba(52, 58, 64, 0));
    --color_2: #14191F;
    --color_2_tr: rgba(20, 25, 31, 0.6);
    --color_2_g: linear-gradient(75deg, rgb(44, 49, 54, 1) 0%, rgb(44, 49, 54, .3) 25%, rgb(44, 49, 54, 0) 100%);
    --color_3: #2C3136;
    --color_4: #2F3439;
    --color_5: #434b52;
    --color_6: #ced4da;
    --color_7: #6D7986;
    --color_8: #6c757d;
    --color_9: #adb5bd;
    --rate_gray: #aaa;
    --rate_green: #3bb33b;
    --black: #000;
    --white: #fff;
    --red: #FF646D;
    --green: #12B886;
    --scrollbarWidth: 4px;
    --scrollbarBg: rgba(0, 0, 0, 0.2);
    --scrollbarThumb: rgba(0, 0, 0, 0.3);
    --scrollbarThumbHover: rgba(0, 0, 0, 0.5);
    --scrollbarThumbRadius: 3px;
    --ico_search: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='%236D7986' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9 18a9 9 0 117.255-3.673L19.5 18.5l-1 1-4.173-3.245A8.96 8.96 0 019 18zm0-2A7 7 0 109 2a7 7 0 000 14z' /%3E%3C/svg%3E");
    --ico_close: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%236D7986' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M12 14.12l-9.44 9.44a1.5 1.5 0 01-2.12-2.12L9.88 12 .44 2.56A1.5 1.5 0 012.56.44L12 9.88 21.44.44a1.5 1.5 0 012.12 2.12L14.12 12l9.44 9.44a1.5 1.5 0 01-2.12 2.12L12 14.12z'/%3E%3C/svg%3E");
    --ico_close_white: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%23FFF' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M12 14.12l-9.44 9.44a1.5 1.5 0 01-2.12-2.12L9.88 12 .44 2.56A1.5 1.5 0 012.56.44L12 9.88 21.44.44a1.5 1.5 0 012.12 2.12L14.12 12l9.44 9.44a1.5 1.5 0 01-2.12 2.12L12 14.12z'/%3E%3C/svg%3E");
    --ico_arrow_up: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%236D7986' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m22.6134,17.572144c0.298686,-0.298725 0.298686,-0.784035 -0.01869,-1.082721l-10.061547,-10.061587c-0.149362,-0.149323 -0.354795,-0.223965 -0.54138,-0.223965c-0.205393,0 -0.392018,0.074642 -0.541341,0.223965l-10.061587,10.061587c-0.298646,0.298686 -0.298646,0.784035 0,1.082721c0.298686,0.298646 0.784035,0.298646 1.082721,0l9.538897,-9.538936l9.520207,9.538936c0.298686,0.298646 0.784035,0.298646 1.082721,0l0,0z' /%3E%3C/svg%3E");
    --ico_arrow_down: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%236D7986' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='translate(24, 24) rotate(180)' d='m22.6134,17.572144c0.298686,-0.298725 0.298686,-0.784035 -0.01869,-1.082721l-10.061547,-10.061587c-0.149362,-0.149323 -0.354795,-0.223965 -0.54138,-0.223965c-0.205393,0 -0.392018,0.074642 -0.541341,0.223965l-10.061587,10.061587c-0.298646,0.298686 -0.298646,0.784035 0,1.082721c0.298686,0.298646 0.784035,0.298646 1.082721,0l9.538897,-9.538936l9.520207,9.538936c0.298686,0.298646 0.784035,0.298646 1.082721,0l0,0z' /%3E%3C/svg%3E");
    --ico_check: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%236D7986' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.437393,12.818105c-0.166352,-0.163662 -0.249527,-0.409033 -0.249527,-0.57266s0.083176,-0.409033 0.249527,-0.57266l1.16439,-1.14532c0.332668,-0.327254 0.831687,-0.327254 1.16439,0l0.083176,0.081814l4.574351,4.82665c0.166352,0.163627 0.415844,0.163627 0.582195,0l11.144815,-11.37135l0.083176,0l0,0c0.332668,-0.327219 0.831687,-0.327219 1.164355,0l1.16439,1.14532c0.332668,0.327254 0.332668,0.8181 0,1.14532l0,0l-13.307244,13.580176c-0.166352,0.163627 -0.332703,0.245441 -0.582195,0.245441s-0.415844,-0.081814 -0.582195,-0.245441l-6.487288,-6.871884l-0.166316,-0.245406l0,0z' /%3E%3C/svg%3E");
    --ico_reply: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%236D7986' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath transform='translate(24, 24) rotate(180)' d='m7.277134,7.749421l0,-2.83372l-6.612013,6.612013l6.612013,6.612013l0,-2.83372l-3.778293,-3.778293l3.778293,-3.778293zm5.66744,0.944573l0,-3.778293l-6.612013,6.612013l6.612013,6.612013l0,-3.87275c4.722866,0 8.028873,1.511317 10.390306,4.817324c-0.944573,-4.722866 -3.778293,-9.445733 -10.390306,-10.390306z' /%3E%3C/svg%3E");
    --ico_edit: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='%236D7986' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m14.734951,4.757904l4.566815,4.44416l-11.559869,11.249502l-4.564226,-4.44416l11.55728,-11.249502zm8.032144,-1.07183l-2.036624,-1.981943c-0.787085,-0.765953 -2.065148,-0.765953 -2.854907,0l-1.950882,1.898503l4.566815,4.444202l2.275597,-2.2145c0.610465,-0.594116 0.610465,-1.552187 0,-2.146261zm-21.97933,18.567956c-0.08311,0.363996 0.254594,0.690154 0.628675,0.601634l5.088949,-1.200748l-4.564226,-4.44416l-1.153398,5.043275z' /%3E%3C/svg%3E");
    --ico_delete: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 448 512' fill='%236D7986' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M135.2 17.7L128 32H32C14.3 32 0 46.3 0 64S14.3 96 32 96H416c17.7 0 32-14.3 32-32s-14.3-32-32-32H320l-7.2-14.3C307.4 6.8 296.3 0 284.2 0H163.8c-12.1 0-23.2 6.8-28.6 17.7zM416 128H32L53.2 467c1.6 25.3 22.6 45 47.9 45H346.9c25.3 0 46.3-19.7 47.9-45L416 128z' /%3E%3C/svg%3E");
    --ico-img-pre-1: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='%23343a40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.505 16.907c-0.532 0 0.109 0.265 0.801 0.375 0.188-0.136 0.36-0.297 0.521-0.443-0.432 0.099-0.88 0.12-1.323 0.068zM21.36 16.197c0.307-0.437 0.536-0.916 0.624-1.411-0.077 0.359-0.265 0.667-0.437 0.973-1 0.625-0.093-0.359 0-0.744-1.068 1.344-0.145 0.796-0.187 1.181zM22.401 13.469c0.068-0.964-0.188-0.667-0.265-0.297 0.093 0.057 0.171 0.667 0.265 0.297zM16.505 0.412c0.265 0.057 0.599 0.093 0.563 0.161 0.307-0.068 0.369-0.136-0.573-0.161zM17.068 0.573l-0.204 0.041 0.188-0.016v-0.025zM25.896 13.828c0.025 0.855-0.271 1.265-0.511 2l-0.464 0.24c-0.375 0.719 0.037 0.463-0.228 1.036-0.589 0.521-1.787 1.631-2.163 1.735-0.265 0 0.188-0.333 0.256-0.453-0.787 0.536-0.641 0.803-1.828 1.136l-0.037-0.084c-2.963 1.391-7.067-1.359-7-5.12-0.041 0.229-0.093 0.177-0.161 0.271-0.167-1.957 0.896-3.817 2.667-4.667 1.631-0.823 3.6-0.567 4.975 0.641-0.865-1.125-2.213-1.765-3.631-1.735-1.573 0.011-3.036 1.011-3.531 2.093-0.803 0.505-0.891 1.959-1.24 2.215-0.479 3.463 0.88 4.957 3.172 6.719 0.359 0.249 0.109 0.281 0.161 0.463-0.781-0.369-1.473-0.896-2.041-1.547 0.307 0.443 0.629 0.88 1.068 1.213-0.735-0.239-1.693-1.729-1.975-1.796 1.24 2.213 5.041 3.891 7.016 3.067-1.052 0.073-2.104-0.052-3.109-0.375-0.437-0.213-1.027-0.683-0.932-0.76 2.629 1.104 5.651 0.677 7.869-1.12 0.583-0.469 1.24-1.255 1.421-1.265-0.265 0.427 0.057 0.213-0.156 0.583 0.584-0.957-0.265-0.396 0.609-1.651l0.323 0.437c-0.12-0.797 0.985-1.755 0.88-3.011 0.256-0.4 0.267 0.401 0 1.292 0.387-0.984 0.105-1.131 0.199-1.948 0.109 0.271 0.24 0.563 0.307 0.844-0.239-0.932 0.267-1.599 0.376-2.136-0.12-0.067-0.376 0.401-0.428-0.708 0-0.489 0.136-0.265 0.188-0.369-0.109-0.068-0.349-0.428-0.511-1.147 0.109-0.176 0.297 0.439 0.459 0.453-0.109-0.563-0.271-1-0.271-1.443-0.453-0.905-0.156 0.136-0.532-0.401-0.453-1.452 0.401-0.333 0.453-0.984 0.719 1.027 1.12 2.615 1.308 3.281-0.136-0.801-0.376-1.599-0.657-2.349 0.215 0.095-0.343-1.651 0.281-0.495-0.828-2.495-2.572-4.583-4.88-5.848 0.24 0.224 0.563 0.515 0.443 0.557-1-0.6-0.828-0.641-0.973-0.891-0.813-0.333-0.871 0.025-1.417 0-1.547-0.829-1.839-0.735-3.249-1.272l0.068 0.308c-1.032-0.333-1.204 0.135-2.308 0-0.068-0.052 0.36-0.188 0.703-0.24-0.984 0.136-0.932-0.187-1.905 0.041 0.229-0.171 0.479-0.28 0.735-0.427-0.797 0.052-1.923 0.469-1.573 0.093-1.317 0.6-3.651 1.428-4.959 2.652l-0.041-0.292c-0.599 0.719-2.615 2.145-2.771 3.079l-0.177 0.041c-0.308 0.531-0.505 1.135-0.76 1.683-0.396 0.692-0.6 0.265-0.532 0.369-0.801 1.631-1.197 3-1.547 4.135 0.24 0.36 0 2.199 0.093 3.677-0.4 7.281 5.12 14.365 11.147 16 0.896 0.308 2.197 0.308 3.323 0.333-1.323-0.369-1.495-0.197-2.776-0.651-0.932-0.427-1.136-0.932-1.787-1.505l0.265 0.464c-1.292-0.453-0.76-0.557-1.812-0.891l0.281-0.36c-0.417-0.041-1.109-0.708-1.297-1.083l-0.453 0.015c-0.547-0.667-0.839-1.161-0.812-1.547l-0.145 0.267c-0.172-0.281-2.027-2.532-1.068-2.011-0.172-0.161-0.412-0.271-0.667-0.735l0.187-0.229c-0.463-0.583-0.853-1.359-0.828-1.599 0.271 0.317 0.428 0.401 0.604 0.443-1.176-2.896-1.239-0.161-2.135-2.937l0.197-0.027c-0.129-0.213-0.239-0.453-0.344-0.677l0.079-0.801c-0.839-0.984-0.24-4.136-0.12-5.865 0.095-0.724 0.708-1.468 1.172-2.64l-0.276-0.052c0.532-0.948 3.12-3.828 4.317-3.683 0.573-0.735-0.119 0-0.239-0.187 1.281-1.319 1.681-0.933 2.531-1.172 0.937-0.537-0.797 0.213-0.359-0.204 1.604-0.396 1.135-0.932 3.228-1.129 0.215 0.129-0.52 0.187-0.692 0.343 1.333-0.651 4.197-0.489 6.079 0.365 2.171 1.025 4.613 4.011 4.708 6.839l0.104 0.025c-0.052 1.136 0.177 2.428-0.224 3.615l0.265-0.563zM12.719 17.64l-0.068 0.376c0.349 0.463 0.631 0.968 1.068 1.344-0.317-0.625-0.557-0.881-1-1.735zM13.547 17.599c-0.187-0.197-0.292-0.453-0.411-0.692 0.104 0.427 0.343 0.801 0.572 1.172l-0.161-0.48zM28.136 14.427l-0.095 0.199c-0.135 1.015-0.453 2.015-0.921 2.948 0.531-0.975 0.864-2.052 1-3.147zM16.599 0.161c0.36-0.135 0.88-0.068 1.265-0.161-0.489 0.041-0.984 0.068-1.463 0.136l0.197 0.025zM4.016 6.855c0.088 0.76-0.579 1.067 0.145 0.557 0.401-0.881-0.145-0.24-0.135-0.557zM3.172 10.401c0.161-0.521 0.203-0.828 0.265-1.12-0.464 0.583-0.224 0.703-0.265 1.104z'/%3E%3C/svg%3E%0A");
    --ico-img-pre-2: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' fill='%23212529' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.505 16.907c-0.532 0 0.109 0.265 0.801 0.375 0.188-0.136 0.36-0.297 0.521-0.443-0.432 0.099-0.88 0.12-1.323 0.068zM21.36 16.197c0.307-0.437 0.536-0.916 0.624-1.411-0.077 0.359-0.265 0.667-0.437 0.973-1 0.625-0.093-0.359 0-0.744-1.068 1.344-0.145 0.796-0.187 1.181zM22.401 13.469c0.068-0.964-0.188-0.667-0.265-0.297 0.093 0.057 0.171 0.667 0.265 0.297zM16.505 0.412c0.265 0.057 0.599 0.093 0.563 0.161 0.307-0.068 0.369-0.136-0.573-0.161zM17.068 0.573l-0.204 0.041 0.188-0.016v-0.025zM25.896 13.828c0.025 0.855-0.271 1.265-0.511 2l-0.464 0.24c-0.375 0.719 0.037 0.463-0.228 1.036-0.589 0.521-1.787 1.631-2.163 1.735-0.265 0 0.188-0.333 0.256-0.453-0.787 0.536-0.641 0.803-1.828 1.136l-0.037-0.084c-2.963 1.391-7.067-1.359-7-5.12-0.041 0.229-0.093 0.177-0.161 0.271-0.167-1.957 0.896-3.817 2.667-4.667 1.631-0.823 3.6-0.567 4.975 0.641-0.865-1.125-2.213-1.765-3.631-1.735-1.573 0.011-3.036 1.011-3.531 2.093-0.803 0.505-0.891 1.959-1.24 2.215-0.479 3.463 0.88 4.957 3.172 6.719 0.359 0.249 0.109 0.281 0.161 0.463-0.781-0.369-1.473-0.896-2.041-1.547 0.307 0.443 0.629 0.88 1.068 1.213-0.735-0.239-1.693-1.729-1.975-1.796 1.24 2.213 5.041 3.891 7.016 3.067-1.052 0.073-2.104-0.052-3.109-0.375-0.437-0.213-1.027-0.683-0.932-0.76 2.629 1.104 5.651 0.677 7.869-1.12 0.583-0.469 1.24-1.255 1.421-1.265-0.265 0.427 0.057 0.213-0.156 0.583 0.584-0.957-0.265-0.396 0.609-1.651l0.323 0.437c-0.12-0.797 0.985-1.755 0.88-3.011 0.256-0.4 0.267 0.401 0 1.292 0.387-0.984 0.105-1.131 0.199-1.948 0.109 0.271 0.24 0.563 0.307 0.844-0.239-0.932 0.267-1.599 0.376-2.136-0.12-0.067-0.376 0.401-0.428-0.708 0-0.489 0.136-0.265 0.188-0.369-0.109-0.068-0.349-0.428-0.511-1.147 0.109-0.176 0.297 0.439 0.459 0.453-0.109-0.563-0.271-1-0.271-1.443-0.453-0.905-0.156 0.136-0.532-0.401-0.453-1.452 0.401-0.333 0.453-0.984 0.719 1.027 1.12 2.615 1.308 3.281-0.136-0.801-0.376-1.599-0.657-2.349 0.215 0.095-0.343-1.651 0.281-0.495-0.828-2.495-2.572-4.583-4.88-5.848 0.24 0.224 0.563 0.515 0.443 0.557-1-0.6-0.828-0.641-0.973-0.891-0.813-0.333-0.871 0.025-1.417 0-1.547-0.829-1.839-0.735-3.249-1.272l0.068 0.308c-1.032-0.333-1.204 0.135-2.308 0-0.068-0.052 0.36-0.188 0.703-0.24-0.984 0.136-0.932-0.187-1.905 0.041 0.229-0.171 0.479-0.28 0.735-0.427-0.797 0.052-1.923 0.469-1.573 0.093-1.317 0.6-3.651 1.428-4.959 2.652l-0.041-0.292c-0.599 0.719-2.615 2.145-2.771 3.079l-0.177 0.041c-0.308 0.531-0.505 1.135-0.76 1.683-0.396 0.692-0.6 0.265-0.532 0.369-0.801 1.631-1.197 3-1.547 4.135 0.24 0.36 0 2.199 0.093 3.677-0.4 7.281 5.12 14.365 11.147 16 0.896 0.308 2.197 0.308 3.323 0.333-1.323-0.369-1.495-0.197-2.776-0.651-0.932-0.427-1.136-0.932-1.787-1.505l0.265 0.464c-1.292-0.453-0.76-0.557-1.812-0.891l0.281-0.36c-0.417-0.041-1.109-0.708-1.297-1.083l-0.453 0.015c-0.547-0.667-0.839-1.161-0.812-1.547l-0.145 0.267c-0.172-0.281-2.027-2.532-1.068-2.011-0.172-0.161-0.412-0.271-0.667-0.735l0.187-0.229c-0.463-0.583-0.853-1.359-0.828-1.599 0.271 0.317 0.428 0.401 0.604 0.443-1.176-2.896-1.239-0.161-2.135-2.937l0.197-0.027c-0.129-0.213-0.239-0.453-0.344-0.677l0.079-0.801c-0.839-0.984-0.24-4.136-0.12-5.865 0.095-0.724 0.708-1.468 1.172-2.64l-0.276-0.052c0.532-0.948 3.12-3.828 4.317-3.683 0.573-0.735-0.119 0-0.239-0.187 1.281-1.319 1.681-0.933 2.531-1.172 0.937-0.537-0.797 0.213-0.359-0.204 1.604-0.396 1.135-0.932 3.228-1.129 0.215 0.129-0.52 0.187-0.692 0.343 1.333-0.651 4.197-0.489 6.079 0.365 2.171 1.025 4.613 4.011 4.708 6.839l0.104 0.025c-0.052 1.136 0.177 2.428-0.224 3.615l0.265-0.563zM12.719 17.64l-0.068 0.376c0.349 0.463 0.631 0.968 1.068 1.344-0.317-0.625-0.557-0.881-1-1.735zM13.547 17.599c-0.187-0.197-0.292-0.453-0.411-0.692 0.104 0.427 0.343 0.801 0.572 1.172l-0.161-0.48zM28.136 14.427l-0.095 0.199c-0.135 1.015-0.453 2.015-0.921 2.948 0.531-0.975 0.864-2.052 1-3.147zM16.599 0.161c0.36-0.135 0.88-0.068 1.265-0.161-0.489 0.041-0.984 0.068-1.463 0.136l0.197 0.025zM4.016 6.855c0.088 0.76-0.579 1.067 0.145 0.557 0.401-0.881-0.145-0.24-0.135-0.557zM3.172 10.401c0.161-0.521 0.203-0.828 0.265-1.12-0.464 0.583-0.224 0.703-0.265 1.104z'/%3E%3C/svg%3E%0A");
    --ico-arrow-left-1: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%238899a4' stroke-width='2' stroke-linecap='round' stroke-linejoin='arcs'%3E%3Cpath d='M15 18l-6-6 6-6'%3E%3C/path%3E%3C/svg%3E");
    --ico-arrow-right-1: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24' fill='none' stroke='%238899a4' stroke-width='2' stroke-linecap='round' stroke-linejoin='arcs'%3E%3Cpath d='M9 18l6-6-6-6'%3E%3C/path%3E%3C/svg%3E")
}

@media (max-width: 991px) {
    :root {
        --font_size_small:12px
    }
}

::-webkit-input-placeholder {
    color: var(--color_8)
}

::-moz-placeholder {
    color: var(--color_8)
}

:-moz-placeholder {
    color: var(--color_8)
}

:-ms-input-placeholder {
    color: var(--color_8)
}

.fb054c,.ac154c,.fx,.ico,.cc254c a,.cc254c span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

button {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0
}

.ac154c {
    height: 32px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--color_white);
    line-height: 1;
    transition-duration: 0.3s;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.ac154c .ico {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%
}

.fc354c .ac154c:hover,.fc354c .ac154c:active,.fc354c .active .ac154c {
    background-color: var(--color_2);
    text-decoration: none
}

.fc354c .ac154c:active .ico,.fc354c .active .ac154c .ico {
    background-color: var(--color_1)
}

.ce454c .ac154c:hover,.ce454c .ac154c:active,.ce454c .active .ac154c {
    background-color: var(--color_1);
    text-decoration: none
}

.ce454c .ac154c:active .ico,.ce454c .active .ac154c .ico {
    background-color: var(--color_2)
}

.active .ac154c .ico,.ac154c:active .ico,.ac154c:hover .ico {
    fill: var(--color_logo)
}

.active .ac154c .ico,.ac154c:active .ico {
    -webkit-transform: scale(.85);
    transform: scale(.85)
}

.ico {
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    fill: var(--color_9);
    transition-duration: 0.15s
}

.ico svg {
    width: 100%;
    height: 100%;
    transition-duration: 0.15s
}

#dle-content,#dle-content:before,#dle-content:after,.ab554c:after,.ab554c:before {
    display: block;
    width: 100%;
    content: " ";
    clear: both
}

.dc654c,.ad754c {
    position: relative
}

.dc654c {
    z-index: var(--header_zindex);
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    background-color: var(--color_1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .3)
}

.ec854c,.af954c {
    align-items: center
}

.ec854c:nth-child(1) {
    width: var(--logo_width)
}

.ec854c:nth-child(2) {
    flex: 1 0
}

.ec854c:nth-child(3) {
    display: none
}

.be1054c a {
    font-family: var(--font_fam_sec);
    font-size: 21px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    align-items: center
}

.be1054c a span:nth-child(1) {
    color: var(--color_logo)
}

.ef1154c {
    transition-duration: .3s;
    align-items: center
}

.ef1154c li {
    font-size: 12px;
    margin: 0 5px
}

.ef1154c li a {
    align-items: center
}

.ef1154c li .fav svg {
    height: 46%
}

.ef1154c li .rnd svg {
    height: 55%
}

.af954c {
    position: absolute;
    right: 0;
    height: inherit;
    transition-duration: .15s
}

.search-turk {
    position: relative;
    width: 100%
}

.search-turk input {
    display: block;
    height: 34px;
    width: 100%;
    font-size: 13px;
    padding-left: 45px;
    border: none;
    transition-duration: 0.15s;
    background-color: var(--color_2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0;
}

.ee1354c .af954c input,.af954c:hover input {
    -webkit-box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, .35);
    -moz-box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, .35);
    box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, .35)
}

.search-turk:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: "";
    opacity: .5;
    width: 45px;
    background-image: var(--ico_search);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 18px center
}

.ab1454c {
    cursor: pointer;
    right: 0
}

.ab1454c,.ab1454c span {
    position: absolute;
    content: "";
    width: 54px;
    height: 34px;
    transition-duration: 0.15s;
    background-repeat: no-repeat;
    background-position: center
}

.ab1454c .open {
    background-image: var(--ico_search);
    background-size: 18px
}

.ab1454c .close {
    background-image: var(--ico_close);
    background-size: 12px
}

.ab1454c .close,.ee1354c .ab1454c .open {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.ee1354c .ab1454c .close {
    -webkit-transform: scale(1);
    transform: scale(1)
}

@media (min-width: 480px) {
    .ad754c {
        height:var(--header_height)
    }

    .ec854c {
        position: relative
    }

    .ef1154c,.af954c {
        width: 50%
    }

    .ef1154c {
        justify-content: center
    }

    .ee1354c .ef1154c {
        opacity: 0;
        -webkit-transform: translateX(150px);
        -moz-transform: translateX(150px);
        -ms-transform: translateX(150px);
        -o-transform: translateX(150px);
        transform: translateX(150px)
    }

    .ee1354c .af954c {
        width: 100%
    }

    .ab1454c span {
        opacity: .5
    }

    .ab1454c:hover span {
        opacity: 1
    }

    .ab1454c,.ab1454c .open {
        opacity: 0;
        visibility: hidden
    }

    .ee1354c .ab1454c {
        opacity: 1;
        visibility: visible
    }
}

@media (max-width: 479px) {
    .ad754c {
        height:54px
    }

    .ec854c:nth-child(2) {
        padding-right: 54px;
        justify-content: flex-end
    }

    .ee1354c .be1054c {
        opacity: 0
    }

    .af954c {
        width: 100%;
        visibility: hidden;
        opacity: 0
    }

    .ee1354c .af954c {
        visibility: visible;
        opacity: 1
    }

    .ab1454c,.ab1454c span {
        top: 0;
        height: 54px
    }
}

.df1554c,.df1554c .bb1654c,.df1554c .cc1754c,.df1554c .aa1854c {
    border-radius: 3px
}

.de1954c,.de1954c .bb1654c {
    border-radius: 0
}

.df1554c {
    position: relative;
    background: var(--color_2);
    color: var(--color_1);
    font-size: 12px;
    background-image: var(--ico-img-pre-1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36%
}

.df1554c .bb1654c {
    position: absolute;
    height: 100%;
    width: 100%
}

.ff2054c {
    -webkit-box-shadow: -2px 2px 1px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: -2px 2px 1px 0px rgba(0, 0, 0, 0.7);
    box-shadow: -2px 2px 1px 0px rgba(0, 0, 0, 0.7)
}

.df1554c .cc1754c {
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 1;
    padding: 2px 7px;
    font-size: var(--font_size_small);
    color: var(--white);
    background-color: var(--rate_gray)
}

.af2154c {
    background-color: var(--rate_green) !important
}

.df1554c .aa1854c {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    padding: 2px 7px;
    font-size: 10px;
    font-weight: bold;
    color: var(--white);
    background: rgba(0, 0, 0, 0.8);
    text-transform: uppercase
}

.fa2254c,.cf2354c {
    display: block;
    position: absolute;
    height: 35px;
    width: 35px;
    bottom: 0;
    right: 0;
    z-index: 5;
    background-image: var(--ico_edit);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px;
    opacity: 0.25;
    cursor: pointer;
    transition-duration: 0.3s
}

.fa2254c:hover,.cf2354c:hover {
    opacity: 1;
    background-color: var(--white)
}

.ce2454c {
    width: 100%
}

.ea2554c .ce2454c,.fd2654c .ce2454c,.bf2754c .ce2454c,.fd2854c .ce2454c {
    padding: 0 10px 20px
}

@media (min-width: 992px) {
    .fd2854c .ce2454c {
        width:20%
    }

    .bf2754c .ce2454c {
        width: 25%
    }

    .fd2654c .ce2454c {
        width: 33.3333%
    }

    .ea2554c .ce2454c {
        width: 50%
    }
}

@media (min-width: 600px) and (max-width:991px) {
    .fd2854c .ce2454c,.bf2754c .ce2454c,.fd2654c .ce2454c {
        width:25%
    }
}

@media (min-width: 480px) and (max-width:599px) {
    .fd2854c .ce2454c,.bf2754c .ce2454c,.fd2654c .ce2454c {
        width:33.3333%
    }
}

@media (max-width: 479px) {
    .fd2854c .ce2454c,.bf2754c .ce2454c,.fd2654c .ce2454c {
        width:50%
    }
}

.dc2954c .dc3054c:after,.dc2954c .dc3054c:before,.dc2954c .df1554c:after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    content: ""
}

.ec3154c {
    position: relative
}

.ec3154c .ce2454c,.dc2954c .ce2454c {
    cursor: pointer
}

.ec3154c .ce2454c {
    padding: 10px;
    font-family: var(--font_fam_prim);
    transition-duration: 0.15s
}

.ec3154c .ce2454c:hover {
    background-color: var(--color_3)
}

.ec3154c .df3254c,.ec3154c .df3254c .fb054c {
    position: relative;
    align-items: center
}

.ec3154c .df1554c {
    width: 80px;
    height: 120px
}

.ec3154c .dc3054c {
    flex: 1 0;
    padding: 0 10px;
    color: var(--color_white);
    text-decoration: none
}

.ec3154c .dc3054c > span {
    display: block
}

.ec3154c .dc3054c > span:nth-child(1) {
    font-size: 13px
}

.ec3154c .dc3054c > span:nth-child(2) {
    font-size: var(--font_size_small);
    color: var(--color_8)
}

.ec3154c .eb3354c {
    margin-top: 8px
}

.ec3154c .eb3354c li {
    margin-top: 5px
}

.ec3154c .eb3354c,.ec3154c .eb3354c a {
    font-size: var(--font_size_small);
    color: var(--color_6)
}

.ec3154c .eb3354c span {
    color: var(--color_9)
}

.dc2954c {
    padding: 0 10px
}

.dc2954c .ce2454c {
    float: left;
    flex: 0 0 auto
}

.dc2954c .ce2454c .df3254c {
    position: relative;
    -webkit-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, 0.7)
}

.dc2954c .df1554c {
    padding-bottom: 150%
}

.dc2954c .df1554c:after {
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    transition-duration: 0.3s;
    opacity: 0
}

.dc2954c .ce2454c:hover .df1554c:after {
    opacity: 1
}

.dc2954c .dc3054c {
    position: relative;
    flex-direction: column;
    justify-content: center;
    height: 70px;
    padding: 0 15px;
    text-decoration: none;
    background-color: var(--color_1)
}

.dc2954c .dc3054c span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: var(--font_fam_prim)
}

.dc2954c .dc3054c span:nth-child(1) {
    font-size: 13px;
    color: var(--color_white)
}

.dc2954c .dc3054c span:nth-child(2) {
    font-size: var(--font_size_small);
    color: var(--color_8)
}

.dc2954c .dc3054c:before {
    right: 0;
    width: 15px;
    background: var(--color_1)
}

.dc2954c .dc3054c:after {
    right: 15px;
    width: 15px;
    background-image: var(--color_1_g)
}

.srcOVER {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 399;
    overflow: hidden
}

.favBG {
    transition-duration: 0.3s;
    visibility: hidden;
    opacity: 0
}

.favBG.is_open {
    visibility: visible;
    opacity: 1
}

.favBG .ec3154c {
    display: none
}

.favBG .ec3154c.is_open {
    display: block
}

.fs_items {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: calc(var(--header_zindex) - 3);
    background-color: rgba(0, 0, 0, 0.5)
}

.fs_items .ec3154c {
    background-color: var(--color_1);
    padding: 30px 0;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.7);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.7)
}

.fs_items .ce2454c {
    padding-left: 20px;
    padding-right: 20px
}

.fs_items .df1554c {
    width: 32px;
    height: 48px
}

.fs_items .fa3454c {
    display: none;
    opacity: 0
}

.fs_items .favINIT .fa3454c {
    display: block
}

@media (min-width: 992px) {
    .fs_items .ce2454c:hover .fa3454c {
        opacity:1
    }
}

@media (max-width: 991px) {
    .fs_items .fa3454c {
        opacity:1
    }
}

.fs_items .ce2454c .fa3454c .ico svg {
    height: 30%
}

.result_title {
    font-size: 13px;
    font-family: var(--font_fam_prim);
    margin-top: -30px;
    padding: 20px;
    padding-bottom: 10px;
    color: var(--color_9)
}

.result_no {
    padding: 50px 20px;
    text-align: center
}

.result_no_pad {
    font-size: 12px;
    color: var(--color_8);
    padding-top: 10px;
    padding-bottom: 0
}

.result_more {
    display: block;
    cursor: pointer;
    padding: 23px 15px;
    margin-bottom: -30px;
    font-size: 14px;
    text-align: center;
    color: var(--color_9);
    text-decoration: none;
    transition-duration: 0.3s
}

.result_more:hover {
    text-decoration: underline
}

@media (min-width: 600px) {
    .fs_items .ce2454c,.result_title {
        padding-left:calc(var(--logo_width) + 20px)
    }
}

@media (min-width: 480px) {
    .fs_items {
        top:60px
    }
}

@media (max-width: 479px) {
    .fs_items {
        top:54px
    }
}

@media (min-width: 1200px) {
    .ba3554c {
        padding-top:200px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .ba3554c {
        padding-top:188px
    }
}

@media (min-width: 730px) and (max-width:991px) {
    .ba3554c {
        padding-top:144px
    }
}

@media (min-width: 460px) and (max-width:729px) {
    .ba3554c {
        padding-top:20%
    }
}

@media (max-width: 459px) {
    .ba3554c {
        padding-top:30%
    }
}

html {
    background: radial-gradient(#222, #000);
    background-attachment: fixed
}

.bb3654c {
    margin: 0 auto;
    overflow: hidden;
    background-color: var(--color_1);
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1)
}

.bb3654c,.bc3754c {
    position: relative;
    min-width: 360px
}

.ae3854c {
    position: relative
}

.bc3754c {
    flex: 1 0
}

@media (min-width: 1200px) {
    .bb3654c {
        width:1050px
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .bb3654c {
        width:960px
    }
}

@media (min-width: 992px) {
    .bc3754c {
        -webkit-box-shadow:-1px 0px 2px 0px rgba(0, 0, 0, .75);
        -moz-box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, .75);
        box-shadow: -1px 0px 2px 0px rgba(0, 0, 0, .75)
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .bb3654c {
        width:735px
    }
}

@media (max-width: 767px) {
    .bb3654c {
        width:100%
    }
}

.fc354c,.ce454c {
    position: relative;
    overflow: hidden
}

.ce454c {
    flex: 1 0
}

@media (min-width: 992px) {
    .fc354c {
        width:70%;
        border-right: 4px solid var(--color_2)
    }

    .ce454c {
        background-color: var(--color_2)
    }
}

@media (min-width: 992px) {
    .af3954c .fc354c {
        width:85%
    }

    .ae4054c .fc354c {
        width: 66%
    }
}

@media (max-width: 991px) {
    .ee4154c {
        flex-direction:column
    }
}

.fd4254c {
    padding: 0 20px
}

.ce4354c {
    padding: 20px;
    font-family: var(--font_fam_prim)
}

.ce4354c .df1554c {
    cursor: pointer;
    width: 80px;
    height: 120px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1)
}

.ce4354c .dc3054c {
    flex: 1 0;
    padding: 0 20px
}

.ce4354c .bd4454c {
    line-height: 1.8
}

.ce4354c .bd4454c span {
    display: block
}

.ce4354c .bd4454c span:nth-child(1) {
    font-size: 20px;
    line-height: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility
}

.ce4354c .bd4454c span:nth-child(2) {
    color: var(--color_8);
    font-size: 12px;
    padding-top: 4px
}

.ce4354c .eb3354c {
    margin-top: 10px;
    line-height: 1.6
}

.ce4354c .eb3354c li {
    margin-top: 5px;
    color: var(--color_9);
    font-size: 12px
}

.ce4354c .eb3354c a,.ce4354c .eb3354c span {
    cursor: pointer;
    color: var(--color_6)
}

.ce4354c .eb3354c a:hover,.ce4354c .eb3354c span:hover {
    text-decoration: underline
}

.ce4354c .db4554c {
    position: relative;
    width: 90px;
    padding-left: 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.ce4354c .db4554c:after {
    position: absolute;
    top: 40%;
    left: 0;
    height: 20%;
    content: "";
    border-left: 1px solid var(--color_3)
}

.ce4354c .db4554c span:nth-child(1),.ce4354c .db4554c span:nth-child(3),.ce4354c .db4554c span:nth-child(4) {
    font-size: var(--font_size_small);
    color: var(--color_8)
}

.ce4354c .db4554c span:nth-child(2) {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: -0.5px
}

.ce4354c .db4554c span:nth-child(3),.ce4354c .db4554c span:nth-child(4) {
    display: contents
}

@media (min-width: 480px) {
    .ce4354c .df1554c .cc1754c {
        display:none
    }
}

@media (max-width: 479px) {
    .ce4354c .db4554c {
        display:none
    }
}

.fb4654c .h1 {
    position: relative;
    display: block;
    font-family: var(--font_fam_prim);
    font-size: 20px;
    font-weight: normal;
    color: var(--color_9);
    background-color: var(--color_3);
    line-height: 1.5;
    padding: 10px 20px;
    margin-bottom: 15px
}

@media (min-width: 480px) {
    .fb4654c .h1 {
        padding:5px 20px;
        background: var(--color_2_g)
    }
}

.fb4654c h2 {
    position: relative;
    display: block;
    font-family: var(--font_fam_prim);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    color: var(--color_8);
    background: var(--color_2_g);
    text-align: center;
    line-height: 1.5;
    padding: 5px 20px
}

.fb4654c .bb4754c {
    padding: 20px;
    font-size: 16px;
    background: none
}

.aa4854c {
    font-size: 14px;
    color: var(--color_9)
}

.aa4854c a {
    color: var(--color_9);
    text-decoration: underline
}

.fe4954c {
    font-size: 12px;
    color: var(--color_8)
}

.fa5054c {
    font-family: var(--font_fam_prim);
    padding: 0 20px;
    margin-bottom: 20px
}

.fe5154c {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.cc5254c {
    display: block;
    margin-top: -15px;
    margin-bottom: 20px;
    padding: 0 20px
}

.cc5254c a {
    cursor: pointer;
    color: var(--color_8)
}

.ba5354c {
    align-items: center;
    font-family: var(--font_fam_prim);
    font-size: 13px;
    color: var(--color_9);
    padding: 5px 20px;
    margin-bottom: 20px;
    background: var(--color_2_g)
}

.ba5354c span {
    text-align: center;
    background-color: var(--color_2);
    padding: 5px 20px;
    margin: 0 15px 0 -20px;
    border-radius: 0 30px 30px 0
}

.ba5354c a {
    margin: 0 5px;
    color: var(--color_9);
    text-decoration: underline
}

.ea5454c {
    display: block;
    font-size: 12px;
    color: var(--color_8);
    font-family: var(--font_fam_prim);
    padding: 0 20px 20px
}

.ab5554c {
    align-items: center;
    padding: 7px 15px;
    font-family: var(--font_fam_prim);
    font-size: 13px;
    background-color: var(--black);
    border-bottom: 1px solid #1e1e1e
}

.ab5554c span {
    display: flex;
    align-items: center;
    height: 26px;
    width: 26px;
    font-size: 17px;
    padding-bottom: 4px;
    margin-right: 5px
}

.df5654c {
    font-family: var(--font_fam_prim);
    padding: 10px 20px 5px 20px;
    font-size: 0;
    border-top: 1px solid var(--color_3)
}

.df5654c a,.df5654c span {
    float: left;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    color: var(--color_9);
    background-color: var(--color_3);
    transition-duration: .3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border-radius: 30px
}

.df5654c a:hover,.df5654c span:hover {
    color: var(--color_white);
    background-color: var(--color_2)
}

.ab5754c {
    margin-top: -1px;
    background-color: var(--color_1)
}

.ab5754c .ce2454c {
    padding: 0 10px 20px
}

@media (max-width: 480px) {
    .ab5754c .ce2454c {
        width:50%
    }
}

@media (min-width: 481px) {
    .ab5754c .ce2454c {
        width:33.3333%
    }
}

@media (min-width: 769px) {
    .ab5754c .ce2454c {
        width:25%
    }
}

.owl-stage-outer, .owl-stage {
    display: flex
}

.owl-nav, .owl-dots {
    display: none
}

.owl-item .ce2454c {
    width: 100%
}

.da5854c {
    font-family: var(--font_fam_prim);
    padding: 7px 30px;
    background: var(--color_2_g);
    overflow: hidden
}

.da5854c li {
    width: 50%;
    align-items: center
}

.da5854c li:nth-child(1) {
    justify-content: end;
    padding-right: 20px;
    border-right: 1px solid var(--color_5);
    text-align: right
}

.da5854c li:nth-child(2) {
    padding-left: 20px
}

.da5854c a {
    align-items: center;
    font-size: 14px;
    color: var(--color_9)
}

.da5854c li:nth-child(1) i {
    background-image: var(--ico-arrow-left-1);
    background-position: left
}

.da5854c li:nth-child(2) i {
    background-image: var(--ico-arrow-right-1);
    background-position: right
}

.da5854c li i {
    display: inline;
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-repeat: no-repeat;
    background-size: 23px
}

.ac5954c {
    flex-wrap: wrap;
    font-family: var(--font_fam_prim);
    padding: 10px 15px 5px 20px;
    font-size: 0;
    border-top: 1px solid var(--color_3)
}

.ac5954c a,.ac5954c span {
    padding: 5px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    text-align: center;
    color: var(--color_9);
    background-color: var(--color_3);
    transition-duration: .3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border-radius: 30px
}

.ac5954c a:hover,.ac5954c .active {
    color: var(--color_white);
    background-color: var(--color_2)
}

.ac5954c a,.ac5954c span {
    padding: 5px 14px
}

.bf6054c {
    flex-wrap: nowrap;
    font-family: var(--font_fam_prim);
    border-top: 1px solid #1e1e1e;
    padding: 10px 15px 5px 20px;
    font-size: 0;
    background-color: #000;
    overflow-x: scroll;
    scroll-behavior: smooth;
    --scrollbar-foreground: rgba(255, 255, 255, 0.5);
    --scrollbar-background: rgba(0, 0, 0, 0.2);
    --scrollbar-size: 5px;
    --red: rgb(255, 100, 109);
    scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background)
}

.bf6054c::-webkit-scrollbar {
    width: var(--scrollbar-size);
    height: var(--scrollbar-size)
}

.bf6054c::-webkit-scrollbar-thumb {
    background: var(--scrollbar-foreground);
    border-radius: 5px
}

.bf6054c::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background-color: var(--red)
}

.bf6054c::-webkit-scrollbar-track {
    background: var(--scrollbar-background)
}

.bf6054c a,.bf6054c span {
    position: relative;
    padding: 5px;
    min-width: 95px;
    margin-right: 5px;
    font-size: 12px;
    text-align: center;
    color: var(--color_white);
    background-color: #2d2d2d;
    transition-duration: .3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer
}

.bf6054c a:hover,.bf6054c .active {
    background-color: #5d5d5d
}

.cb6154c {
    flex-wrap: wrap;
    font-family: var(--font_fam_prim);
    border-top: 1px solid #1e1e1e;
    padding: 10px 15px 5px 20px;
    font-size: 0;
    background-color: #000;
    overflow: hidden
}

.cb6154c a,.cb6154c span {
    position: relative;
    padding: 5px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    text-align: center;
    color: var(--color_white);
    background-color: #2d2d2d;
    transition-duration: .3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer
}

.cb6154c a:hover,.cb6154c .active {
    background-color: #5d5d5d
}

@media (min-width: 768px) {
    .ac5954c a,.ac5954c span,.cb6154c a,.cb6154c span {
        width:calc(1/7*100% - 5px)
    }
}

@media (min-width: 576px) and (max-width:767px) {
    .ac5954c a,.ac5954c span,.cb6154c a,.cb6154c span {
        width:calc(1/6*100% - 5px)
    }
}

@media (min-width: 480px) and (max-width:575px) {
    .ac5954c a,.ac5954c span,.cb6154c a,.cb6154c span {
        width:calc(1/5*100% - 5px)
    }
}

@media (max-width: 479px) {
    .ac5954c a,.ac5954c span,.cb6154c a,.cb6154c span {
        width:calc(1/3*100% - 5px)
    }
}

.ce6254c {
    font-family: var(--font_fam_prim);
    background-color: #000;
    padding: 10px 0;
    border-top: 1px solid #1e1e1e
}

@media (min-width: 580px) {
    .ce6254c .fd6354c {
        flex-grow:1;
        padding-left: 0;
        justify-content: left
    }

    .ce6254c .fd6354c span {
        display: block
    }

    .ce6254c .fd6354c span:nth-child(1) {
        color: var(--color_9);
        font-size: var(--font_size_small)
    }

    .ce6254c .fd6354c span:nth-child(2) {
        font-size: var(--font_size_small);
        color: var(--color_8)
    }

    .ce6254c .bb6454c {
        border-right: 1px solid #1e1e1e
    }
}

@media (max-width: 579px) {
    .ce6254c li {
        flex-grow:1;
        flex-basis: 0;
        max-width: 40%
    }

    .ce6254c .fd6354c {
        display: none
    }

    .ce6254c .bb6454c {
        order: 1
    }

    .ce6254c .fc6554c {
        justify-content: left
    }

    .ce6254c .dc6654c {
        order: 2;
        justify-content: center;
        max-width: 20%
    }

    .ce6254c .ac6754c {
        order: 3;
        justify-content: right;
        max-width: 80%
    }
}

.ce6254c li {
    padding: 0 20px;
    align-items: center
}

.ce6254c .dc6654c {
    padding: 0 0 0 5px
}

.ce6254c .dc6654c .ico {
    width: 50px;
    height: 32px
}

.ce6254c .dc6654c .ico svg {
    width: 60%;
    height: 60%
}

.ce6254c .dc6654c .ico:hover svg {
    fill: var(--red)
}

.ce6254c .bb6454c a,.ce6254c .ac6754c a {
    height: 32px;
    white-space: nowrap;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--color_9);
    border: 2px solid #2f2f2f;
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    transition-duration: 0.3s;
    border-radius: 30px
}

.ce6254c .bb6454c a:hover,.ce6254c .ac6754c a:hover {
    background-color: #2f2f2f
}

@media (min-width: 992px) {
    .de6854c,.aa6954c {
        position:absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0
    }

    .aa6954c {
        top: var(--header_height);
        overflow-y: auto;
        scrollbar-width: var(--scrollbarWidth);
        scrollbar-color: var(--scrollbarThumb) var(--scrollbarBg)
    }

    .aa6954c::-webkit-scrollbar {
        width: var(--scrollbarWidth);
        background-color: var(--scrollbarBg)
    }

    .aa6954c::-webkit-scrollbar-thumb {
        border-radius: var(--scrollbarThumbRadius);
        background-color: var(--scrollbarThumb)
    }

    .aa6954c::-webkit-scrollbar-thumb:hover {
        background-color: var(--scrollbarThumbHover)
    }
}

@media (max-width: 991px) {
    .de6854c {
        position:relative;
        z-index: 10;
        -webkit-box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, .3);
        box-shadow: 0px -10px 35px 0px rgba(0, 0, 0, .3)
    }

    .ab7054c {
        min-height: 100vh
    }
}

.aa7154c {
    position: relative;
    height: var(--header_height);
    font-family: var(--font_fam_prim);
    font-size: 12px;
    align-items: center;
    justify-content: center;
    z-index: 50;
    backdrop-filter: blur(8px);
    background-color: var(--color_2_tr);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 1)
}

.aa7154c li {
    margin: 0 5px;
    transition-duration: .15s
}

.aa7154c li:first-child {
    margin-left: 0
}

.aa7154c li:last-child {
    margin-right: 0
}

.aa7154c li .ico svg {
    height: 16px
}

.aa7154c li .txt {
    width: 0;
    flex-shrink: 0;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    white-space: nowrap;
    transition-duration: 0.3s
}

.aa7154c li.active .txt {
    opacity: 1;
    margin-left: -8px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}

.aa6954c .ce2454c {
    border-bottom: 1px solid var(--color_4);
    -webkit-animation: itemOpacity 0.5s forwards;
    -moz-animation: itemOpacity 0.5s forwards;
    animation: itemOpacity 0.5s forwards
}

.ce7254c li:nth-child(1).active .txt {
    width: 86px
}

.ce7254c li:nth-child(2).active .txt {
    width: 83px
}

.ce7254c li:nth-child(3).active .txt {
    width: 107px
}

.ce7254c li:nth-child(4).active .txt {
    width: 107px
}

.ab7054c .ce2454c:last-child {
    border-bottom: none
}

.ab7054c .dc3054c>span:nth-child(1) {
    font-size: 15px
}

.ed7354c li:nth-child(1).active .txt {
    width: 100px
}

.ed7354c li:nth-child(2).active .txt {
    width: 100px
}

.ee7454c {
    transition-duration: .15s;
    display: none
}

.ee7454c.active {
    display: block
}

.ee7454c .ce2454c {
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: none
}

.ee7454c .ce2454c:nth-child(odd) {
    background: var(--color_2_g)
}

.ee7454c .ce2454c:hover {
    background-color: var(--color_3)
}

.ee7454c .df1554c {
    width: 32px;
    height: 48px
}

.ee7454c .dc3054c > span:nth-child(2) {
    font-size: 12px
}

.ee7454c .eb7554c {
    justify-content: center;
    z-index: 11;
    padding: 10px
}

.ee7454c .eb7554c .ac7654c {
    padding: 5px 10px;
    font-size: var(--font_size_small);
    font-family: var(--font_fam_prim);
    color: var(--color_7);
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 30px
}

.ee7454c .is_stuck {
    border-bottom: none
}

.ee7454c .is_stuck .ac7654c {
    color: var(--color_white);
    backdrop-filter: blur(8px)
}

.ac7754c {
    background-repeat: no-repeat;
    -webkit-animation: itemOpacity 2s forwards;
    -moz-animation: itemOpacity 2s forwards;
    animation: itemOpacity 2s forwards
}

.ac7754c:before,.ac7754c:after {
    position: relative;
    content: '';
    z-index: 99
}

.df7854c:before {
    width: 80px;
    height: 120px;
    background-image: var(--ico-img-pre-1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36%;
    transition-duration: 0.1s;
    background-color: var(--color_2);
    border-radius: 2px
}

.df7854c:after {
    height: 80px;
    flex: 1;
    background-image: url('/templates/0/st/images/svg/skeleton_1.svg');
    background-repeat: no-repeat;
    background-position: left center
}

.ba7954c {
    height: 48px;
    background-image: url('/templates/0/st/images/svg/skeleton_2.svg')
}

.da8054c {
    flex-direction: column
}

.da8054c:before,.da8054c:after {
    background-color: var(--color_1)
}

.da8054c:before {
    padding-bottom: 150%;
    border-bottom: 1px solid var(--color_2);
    background-image: var(--ico-img-pre-2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36%;
    transition-duration: 0.1s
}

.da8054c:after {
    height: 70px;
    background-image: url('/templates/0/st/images/svg/skeleton_3.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain
}

.player {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin: 0;
    overflow: hidden;
    clear: both;
    background-color: var(--black)
}

.player iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.dc8154c {
    padding: 15px 0;
    font-family: var(--font_fam_prim);
    border-top: 1px solid var(--color_3);
    background: var(--color_1);
    align-items: center;
    justify-content: center
}

.dc8154c li {
    padding: 0 7px
}

.dc8154c li a,.dc8154c li i {
    font-size: 12px;
    color: var(--color_8);
    cursor: pointer
}

.dc8154c li a:hover,.dc8154c li i:hover {
    color: var(--color_white);
    text-decoration: underline
}

.ec8254c {
    position: relative;
    padding: 0 30px;
    overflow: hidden;
    background-color: var(--color_1)
}

.bc8354c {
    font-family: var(--font_fam_prim);
    font-size: 20px;
    padding: 30px 0;
    font-weight: bold
}

.bc8354c span {
    color: var(--color_8);
    font-weight: normal
}

.df8454c,.ed8554c {
    position: relative;
    width: 100%
}

.ac8654c,.eb8754c {
    justify-content: flex-end
}

.eb8754c {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 10px;
    align-items: center;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.ac8854c .eb8754c {
    position: relative;
    opacity: 1
}

.ab8954c,.cc9054c {
    background-color: var(--color_2);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 100%
}

.cc9054c {
    width: 46px;
    height: 46px
}

.dc9154c {
    position: relative;
    flex: 1 0;
    padding-left: 10px
}

.dc9154c textarea,.comments-edit-area textarea {
    display: block;
    position: relative;
    width: 100%;
    height: 46px;
    min-height: 46px;
    font-size: 16px;
    padding: 10px 50px 10px 20px;
    border: none;
    background-color: var(--color_2);
    resize: none;
    overflow: hidden;
    z-index: 2;
    border-radius: 30px
}

.comments-edit-area textarea {
    height: auto;
    border-radius: 10px;
    background-color: var(--color_3)
}

.dc9154c textarea:focus {
    -webkit-box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, .20);
    -moz-box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, .20);
    box-shadow: inset 0 -1px 2px 0 rgba(0, 0, 0, .35)
}

.dc9154c .yasend {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 46px;
    width: 46px;
    z-index: 10;
    justify-content: flex-start
}

.dc9154c .yasend:active,.dc9154c .yasend:active .ico,.dc9154c .yasend:hover {
    background-color: transparent
}

.dc9154c .yasend .ico svg {
    height: 28px;
    width: 28px
}

.ac9254c {
    margin-right: 10px
}

.ac9254c a {
    position: relative;
    float: left;
    width: 66px;
    height: 33px
}

.ac9254c a img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: auto !important
}

.ac9254c input {
    width: 100px;
    font-size: 14px;
    padding: 5px;
    border: none;
    border-bottom: 2px solid var(--color_2);
    background-color: transparent;
    resize: none;
    overflow: hidden;
    -webkit-transition: all ease .2s;
    transition: all ease .2s
}

.ac9254c input:focus {
    border-bottom: 2px solid var(--color_7)
}

.ba9354c input {
    width: 60px
}

.ab9454c,.de9554c {
    align-items: center
}

.ab9454c li {
    margin-right: 10px;
    align-items: center
}

.ab8954c {
    width: 32px;
    height: 32px
}

.ff9654c,.ff9654c a {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none
}

.df9754c,.de9554c .ac9854c a {
    font-family: var(--font_fam_prim);
    font-size: 13px;
    text-decoration: none
}

.df9754c {
    color: var(--color_8)
}

.df9954c a,.fc10054c a {
    display: block;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    opacity: 0.25;
    cursor: pointer;
    transition-duration: 0.3s;
    border-radius: 5px
}

.df9954c {
    margin-right: 3px !important
}

.df9954c a {
    background-image: var(--ico_edit)
}

.fc10054c a {
    background-image: var(--ico_delete)
}

.df9954c a:hover,.fc10054c a:hover {
    background-color: var(--color_2);
    opacity: 0.5
}

.de9554c .ac9854c a {
    color: var(--color_9)
}

.de9554c .ac9854c a:hover {
    opacity: .7
}

.ab9454c,.dc10154c {
    margin-bottom: 8px
}

.dc10154c {
    font-size: 15px;
    word-wrap: break-word;
    color: var(--color_6)
}

.dc10154c .cf10254c {
    filter: blur(3px);
    transition-duration: .1s;
    cursor: pointer
}

.de9554c li {
    margin-right: 15px
}

.dc10354c {
    padding: 10px 18px
}

.fd10454c .dc10354c {
    display: none
}

.dc10354c span {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 20px 5px 25px;
    background-image: var(--ico_reply);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 0 3px;
    transition-duration: .3s
}

.dc10354c span:hover {
    opacity: .7
}

.ed10554c {
    padding: 50px 0 80px;
    text-align: center;
    color: var(--color_7)
}

.rate_like-dislike {
    align-items: center
}

.rate_like-dislike .ac154c,.rate_like-dislike .ac154c .ico {
    height: 28px;
    width: 28px;
    border-radius: 5px
}

.rate_like-dislike .ac154c .ico svg {
    height: 16px
}

.rate_like-dislike .ratingtypeplusminus {
    padding: 0 10px
}

.rate_like-dislike .ratingplus {
    color: var(--green)
}

.rate_like-dislike .ratingminus {
    color: var(--red)
}

.ava_01 .ab8954c,.ava_31 .ab8954c {
    background-color: rgba(255, 172, 197, 0.5)
}

.ava_02 .ab8954c,.ava_32 .ab8954c {
    background-color: rgba(255, 113, 148, 0.5)
}

.ava_03 .ab8954c,.ava_33 .ab8954c {
    background-color: rgba(218, 148, 219, 0.5)
}

.ava_04 .ab8954c,.ava_34 .ab8954c {
    background-color: rgba(184, 113, 183, 0.5)
}

.ava_05 .ab8954c,.ava_35 .ab8954c {
    background-color: rgba(147, 113, 219, 0.5)
}

.ava_06 .ab8954c,.ava_36 .ab8954c {
    background-color: rgba(77, 113, 219, 0.5)
}

.ava_07 .ab8954c,.ava_37 .ab8954c {
    background-color: rgba(76, 148, 219, 0.5)
}

.ava_08 .ab8954c,.ava_38 .ab8954c {
    background-color: rgba(76, 184, 219, 0.5)
}

.ava_09 .ab8954c,.ava_39 .ab8954c {
    background-color: rgba(113, 183, 77, 0.5)
}

.ava_10 .ab8954c,.ava_40 .ab8954c {
    background-color: rgba(183, 219, 76, 0.5)
}

.ava_11 .ab8954c,.ava_41 .ab8954c {
    background-color: rgba(254, 218, 112, 0.5)
}

.ava_12 .ab8954c,.ava_42 .ab8954c {
    background-color: rgba(254, 183, 77, 0.5)
}

.ava_13 .ab8954c,.ava_43 .ab8954c {
    background-color: rgba(254, 147, 77, 0.5)
}

.ava_14 .ab8954c,.ava_44 .ab8954c {
    background-color: rgba(217, 76, 75, 0.5)
}

.ava_15 .ab8954c,.ava_45 .ab8954c {
    background-color: rgba(106, 209, 159, 0.5)
}

.ava_16 .ab8954c,.ava_46 .ab8954c {
    background-color: rgba(255, 172, 197, 0.5)
}

.ava_17 .ab8954c,.ava_47 .ab8954c {
    background-color: rgba(255, 113, 148, 0.5)
}

.ava_18 .ab8954c,.ava_48 .ab8954c {
    background-color: rgba(218, 148, 219, 0.5)
}

.ava_19 .ab8954c,.ava_49 .ab8954c {
    background-color: rgba(184, 113, 183, 0.5)
}

.ava_20 .ab8954c,.ava_50 .ab8954c {
    background-color: rgba(147, 113, 219, 0.5)
}

.ava_21 .ab8954c,.ava_51 .ab8954c {
    background-color: rgba(77, 113, 219, 0.5)
}

.ava_22 .ab8954c,.ava_52 .ab8954c {
    background-color: rgba(76, 148, 219, 0.5)
}

.ava_23 .ab8954c,.ava_53 .ab8954c {
    background-color: rgba(76, 184, 219, 0.5)
}

.ava_24 .ab8954c,.ava_54 .ab8954c {
    background-color: rgba(113, 183, 77, 0.5)
}

.ava_25 .ab8954c,.ava_55 .ab8954c {
    background-color: rgba(183, 219, 76, 0.5)
}

.ava_26 .ab8954c,.ava_56 .ab8954c {
    background-color: rgba(254, 218, 112, 0.5)
}

.ava_27 .ab8954c,.ava_57 .ab8954c {
    background-color: rgba(254, 183, 77, 0.5)
}

.ava_28 .ab8954c,.ava_58 .ab8954c {
    background-color: rgba(254, 147, 77, 0.5)
}

.ava_29 .ab8954c,.ava_59 .ab8954c {
    background-color: rgba(217, 76, 75, 0.5)
}

.ava_30 .ab8954c,.ava_60 .ab8954c {
    background-color: rgba(106, 209, 159, 0.5)
}

.ed8554c .applychanges,.ed8554c .cancelchanges {
    border: none;
    cursor: pointer;
    background-color: var(--color_2);
    color: var(--color_white);
    font-size: 11px;
    padding: 3px 15px 4px;
    border-radius: 15px;
    opacity: 0.7;
    transition-duration: 0.3s
}

.ed8554c .applychanges:hover,.ed8554c .cancelchanges:hover {
    opacity: 1
}

#dle-comments-form,.comments-tree-list {
    margin-bottom: 30px
}

.comments-tree-list .comments-tree-item {
    margin-top: 8px
}

.comments-tree-list .comments-tree-list {
    display: none;
    margin-bottom: 0;
    margin-left: 30px
}

.comments-tree-list .fd10454c .comments-tree-list {
    display: block
}

.comments-tree-list .comments-tree-list .ab8954c {
    width: 24px;
    height: 24px
}

#dlefastreplycomments {
    padding: 15px 0 30px;
    margin-left: 23px
}

.comments-tree-list .comments-tree-list #dlefastreplycomments {
    margin-left: 5px
}

.mass_comments_action {
    display: none
}

.fb10654c {
    border-bottom: 1px solid var(--color_3)
}

.dc10754c {
    position: relative;
    padding: 20px 0
}

.dc10754c .dc10854c {
    align-items: center
}

.dc10754c .dc10854c:nth-child(1) {
    flex: 1 0
}

@media (min-width: 640px) {
    .dc10754c .dc10854c:nth-child(2) {
        border-right:1px solid var(--color_3);
        justify-content: flex-end;
        padding-right: 20px
    }

    .dc10754c .dc10854c:nth-child(3) {
        padding-left: 20px
    }
}

@media (max-width: 639px) {
    .dc10754c .dc10854c:nth-child(2) {
        display:none
    }
}

@media (min-width: 480px) {
    .dc10754c .ac10954c {
        height:38px
    }

    .dc10754c .ac10954c .ico {
        margin-left: 10px
    }

    .dc10754c .bd11054c {
        font-family: var(--font_fam_prim);
        font-size: 12px;
        color: var(--color_7);
        margin-right: 10px;
        border: 2px solid var(--color_2)
    }

    .dc10754c .bd11054c:hover {
        background-color: var(--color_2)
    }

    .dc10754c .bd11054c:active .ico {
        background-color: transparent
    }

    .dc10754c .bd11054c .ico {
        width: 40px
    }

    .dc10754c .bd11054c .txt {
        padding: 0 15px 0 0;
        margin-left: -5px
    }
}

@media (max-width: 479px) {
    .dc10754c .ac10954c .ico {
        margin-left:5px
    }

    .dc10754c .ac10954c .ico svg {
        height: 26px
    }

    .dc10754c .bd11054c .txt {
        display: none
    }
}

.dc10754c .ac10954c {
    font-family: var(--font_fam_prim);
    font-size: 13px
}

.dc10754c .ac10954c .txt {
    padding: 0 15px 0 3px
}

.dc10754c .ac10954c .txt .txt_th {
    color: var(--color_7)
}

.dc10754c .ac10954c:active .ico {
    background-color: transparent
}

.dc10754c .fe11154c:hover .ico,.dc10754c .fe11154c:active .ico {
    fill: var(--green)
}

.dc10754c .be11254c:hover .ico,.dc10754c .be11254c:active .ico {
    fill: var(--red)
}

.dc10754c .bd11054c:hover .ico,.dc10754c .bd11054c:active .ico {
    fill: var(--red)
}

.dc10754c .bd11054c .ico svg {
    height: 18px
}

.dc10754c .fa3454c.ef11354c .ico,.dc10754c .de11454c.ef11354c .ico,.dc10754c .cf11554c.ef11354c .ico {
    fill: var(--red)
}

.dc10754c .fa3454c .ico svg {
    height: 14px
}

.dc10754c .de11454c .ico svg {
    height: 14px
}

.dc10754c .cf11554c .ico svg {
    height: 20px
}

.bb11654c span {
    display: block;
    font-size: var(--font_size_small);
    font-family: var(--font_fam_prim);
    text-align: right;
    color: var(--color_9)
}

.bb11654c span:nth-child(1) {
    color: var(--color_8)
}

#gritter-notice-wrapper {
    position: fixed;
    z-index: 9999
}

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    overflow: hidden
}

@media (min-width: 481px) {
    #gritter-notice-wrapper {
        top:20px;
        right: 20px;
        width: 300px
    }

    .gritter-item-wrapper {
        background: rgba(0, 0, 0, .7);
        border-radius: 3px
    }

    .gritter-title {
        text-shadow: 1px 1px 0px rgba(0, 0, 0, 1)
    }
}

@media (max-width: 480px) {
    #gritter-notice-wrapper {
        top:0px;
        right: 0px;
        width: 100%
    }

    .gritter-item-wrapper {
        background: rgba(255, 67, 71, .95)
    }

    .gritter-title {
        text-shadow: 1px 1px 0px rgba(213, 0, 5, 1)
    }
}

#gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto
}

#gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px
}

#gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px
}

.gritter-item {
    display: block;
    width: inherit;
    padding: 20px;
    font: 12px Verdana;
    line-height: 1.5;
    color: #fff
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word
}

.gritter-close {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer
}

.gritter-title {
    font: 16px Verdana;
    display: block;
    padding-bottom: 10px
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left
}

.gritter-with-image,.gritter-without-image {
    padding: 0
}

.gritter-with-image {
    width: 220px;
    float: right
}

.ed11754c {
    overflow: hidden
}

.ed11754c .df11854c {
    visibility: visible
}

.df11854c {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    background: rgba(0, 0, 0, .7);
    z-index: 99999999;
    backdrop-filter: blur(3px)
}

.da11954c {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background-image: var(--ico_close_white);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: 0.1s;
    z-index: 99;
    cursor: pointer;
    transition-duration: 0.3s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8)
}

.da11954c:hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.df11854c .bf12054c {
    margin: 0 auto;
    min-width: 360px
}

@media (min-width: 992px) {
    .df11854c .bf12054c {
        width:700px
    }
}

@media (max-width: 991px) {
    .df11854c .bf12054c {
        width:100%
    }
}

.ed11754c .bf12054c {
    animation: modalBlock .35s;
    -webkit-animation: modalBlock .35s;
    -moz-animation: modalBlock .35s;
    opacity: 1
}

.quick_trailer {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 50px 150px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 50px 150px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 50px 150px 0px rgba(0, 0, 0, 1)
}

.quick_bigPoster {
    background-image: var(--ico-img-pre-1);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20%
}

.quick_bigPoster img {
    display: block;
    margin: 0 auto;
    max-width: 65%;
    height: auto;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1)
}

.abuse_page_opacity {
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1), rgba(0, 0, 0, .5))
}

.abuse_page {
    display: block;
    padding: 20px;
    color: #fff;
    text-shadow: 0px 0px 150px rgba(255, 255, 255, 1)
}

.abuse_page .abuse_text {
    text-align: center;
    padding: 20px 0
}

.abuse_page .abuse_text span {
    display: block
}

.abuse_page .abuse_text span:nth-child(1) {
    font-size: 14px
}

.abuse_page .abuse_text span:nth-child(2) {
    font-size: 40px;
    font-weight: bold
}

@media (max-width: 767px) {
    .abuse_page .abuse_text span:nth-child(1) {
        font-size:4vw
    }

    .abuse_page .abuse_text span:nth-child(2) {
        font-size: 7vw;
        font-weight: bold
    }
}

.qtip {
    position: absolute;
    left: -28000px;
    top: -28000px;
    display: none;
    max-width: 340px;
    transition-duration: 0.3s;
    margin-top: -22px
}

.qtip:after {
    position: absolute;
    left: -20px;
    top: 28px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    border-right: 10px solid #fff;
    content: ""
}

.qtip-content {
    position: relative;
    font: normal 13px Arial;
    padding: 50px;
    background: #fff;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, .5);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, .5);
    overflow: hidden
}

.quick_qtip {
    position: relative;
    background: #fff;
    padding: 30px 20px 0;
    margin: -50px
}

.quick_qtip .cat {
    position: absolute;
    right: 0;
    top: 0;
    font: normal 10px Arial;
    color: #fff;
    background: #222;
    padding: 5px 7px;
    border-radius: 0 0 0 3px
}

.quick_qtip a {
    color: #1e8aab
}

.quick_qtip .title {
    font: bold 16px Arial;
    text-decoration: underline
}

.quick_qtip .title:hover {
    text-decoration: none
}

.quick_qtip .alt_name {
    font: normal 12px Arial;
    padding: 3px 0;
    color: #999
}

.quick_qtip .rating {
    margin-top: -2px;
    padding: 17px 0
}

.quick_qtip .rating span {
    margin-right: 15px;
    font: bold 13px Arial;
    color: #000
}

.quick_qtip .rating b {
    padding: 0 5px;
    color: #1e8aab
}

.quick_qtip .rating i {
    font: normal 11px Arial;
    color: #999
}

.quick_qtip .description {
    font: normal 12px Arial;
    margin-bottom: 15px;
    color: #444;
    line-height: 1.5
}

.quick_qtip .bottom {
    margin: 0 -20px;
    background: #eee;
    padding: 30px 20px 20px
}

.quick_qtip .bb {
    font: normal 12px Arial;
    padding: 0 0 10px;
    color: #000;
    line-height: 1.5
}

.quick_qtip .bb i {
    font: bold 12px Arial;
    padding-right: 5px
}

.quick_qtip .bb a:hover {
    text-decoration: underline
}

.tipsy {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 11px;
    position: absolute;
    padding: 5px;
    z-index: 9999999
}

.tipsy-inner {
    background-color: #000;
    color: #FFF;
    max-width: 200px;
    padding: 5px 8px 4px 8px;
    text-align: center
}

.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tipsy-arrow {
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    border: 5px dashed #000
}

.tipsy-arrow-n {
    border-bottom-color: #000
}

.tipsy-arrow-s {
    border-top-color: #000
}

.tipsy-arrow-e {
    border-left-color: #000
}

.tipsy-arrow-w {
    border-right-color: #000
}

.tipsy-n .tipsy-arrow {
    top: 0px;
    left: 50%;
    margin-left: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-s .tipsy-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-sw .tipsy-arrow {
    bottom: 0;
    left: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-se .tipsy-arrow {
    bottom: 0;
    right: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent
}

.tipsy-e .tipsy-arrow {
    right: 0;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.tipsy-w .tipsy-arrow {
    left: 0;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.ui-front {
    z-index: 1000;
    color: #000
}

.ui-widget-overlay {
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.ui-helper-clearfix {
    display: inline-block
}

* html .ui-helper-clearfix {
    height: 1%
}

.ui-helper-clearfix {
    display: block
}

.ui-dialog {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 370px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    background-clip: padding-box;
    outline: none
}

.ui-dialog-titlebar {
    padding: 10px 20px;
    position: relative;
    backdrop-filter: blur(8px);
    background-color: var(--color_2_tr)
}

.ui-dialog-title {
    float: left;
    font-size: 1.15em;
    color: var(--color_white);
    text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 1)
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px !important;
    height: 23px !important;
    width: 32px;
    border: 0 none !important;
    background-color: transparent;
    box-shadow: none !important;
    padding: 0px !important
}

.ui-dialog-titlebar-close .ui-icon {
    display: block;
    margin: 10px auto 0 auto;
    width: 12px;
    height: 12px;
    background-image: var(--ico_close);
    background-size: 12px
}

.ui-button {
    float: right;
    padding: 3px 17px;
    font-size: 12px;
    border-radius: 15px;
    cursor: pointer;
    transition: 0.3s;
    background-color: var(--color_2);
    opacity: 0.75
}

.ui-button:hover {
    opacity: 1
}

.ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 1
}

.ui-icon,.ui-button-icon-only {
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent
}

.ui-dialog label {
    color: #575757
}

.ui-dialog-content {
    font-family: var(--ff_2);
    padding: 20px;
    overflow: auto;
    position: relative;
    zoom:1;color: var(--color_white);
    background-color: var(--color_1)
}

.loginbox.ui-dialog,.loginbox .ui-dialog-content {
    overflow: visible !important
}

.ui-dialog-content h2 {
    display: inline;
    font-size: 1em;
    font-weight: bold
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 10px;
    text-align: center;
    border-top: 1px solid var(--color_3);
    background-color: var(--color_1)
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-state-error {
    background: #fef1ec 50% 50% repeat-x !important;
    border: 1px solid #cd0a0a;
    color: #cd0a0a
}

.ui-button {
    margin: 0 3px
}

.ui-helper-hidden-accessible {
    display: none
}

.xsort-area {
    position: relative;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: 20px;
    padding: 7px 20px 0;
    font-size: 13px;
    background-color: var(--color_3);
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none
}

.xsort-area:before,.xsort-area:after {
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background-color: var(--color_1);
    --top: 20px;
    --bottom: 50px
}

.xsort-area:before {
    height: var(--top);
    top: calc(var(--top) * -1)
}

.xsort-area:after {
    height: var(--bottom);
    bottom: calc(var(--bottom) * -1)
}

.xsort-div {
    position: relative;
    margin: 0 7px 7px 0;
    -webkit-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, .6);
    box-shadow: 0px 20px 35px 0px rgba(0, 0, 0, .6)
}

.xsort-selected {
    position: relative;
    padding: 5px 50px 5px 15px;
    color: var(--color_9);
    background-color: var(--color_1);
    z-index: 2;
    cursor: pointer;
    overflow: hidden;
    transition-duration: .3s;
    border-radius: 3px
}

.xsort-div:hover .xsort-selected,.xsort-div.active .xsort-selected,.xsort-div.xsort-active .xsort-selected {
    color: var(--color_white);
    background-color: var(--color_5)
}

.xsort-selected:before,.xsort-selected:after {
    position: absolute;
    top: 7px;
    bottom: 7px;
    content: ""
}

.xsort-selected:before {
    right: 30px;
    border-left: 1px solid var(--color_3)
}

.xsort-selected:after {
    right: 0;
    width: 30px;
    background-image: var(--ico_arrow_down);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transition-duration: 0.1s
}

.xsort-div.active .xsort-selected:after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg)
}

.xsort-ul {
    position: absolute;
    top: 150%;
    left: 0;
    background: var(--color_1);
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    transition-duration: .15s;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, .7);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, .7)
}

.xsort-div.active .xsort-ul {
    top: 130%;
    opacity: 1;
    visibility: visible
}

.xsort-ul li {
    position: relative;
    cursor: pointer;
    padding: 5px 20px;
    padding-right: 40px;
    white-space: nowrap
}

.xsort-ul li.current {
    color: var(--color_8);
    background: var(--color_2)
}

.xsort-ul li:hover {
    color: #000;
    background: #ffeba0
}

.xsort-ul li.current:after,.xsort-ul li.xdesc:after,.xsort-ul li.xasc:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    content: "";
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
    transition-duration: 0.1s
}

.xsort-ul li.current:after {
    background-image: var(--ico_check)
}

.xsort-ul li.xdesc:after {
    background-image: var(--ico_arrow_down)
}

.xsort-ul li.xasc:after {
    background-image: var(--ico_arrow_up)
}

.xsort-admin-area {
    padding: 0 0 0 210px
}

.xsort-admin-area:after {
    content: "";
    display: block;
    clear: both
}

.xsort-admin-area ul {
    list-style: none;
    margin: 0 0 0 -210px;
    padding: 0;
    float: left;
    width: 200px;
    border-right: 1px solid var(--color_3)
}

.xsort-admin-area ul li {
    display: block;
    color: var(--color_white);
    cursor: pointer;
    padding: 1px 0
}

.xsort-admin-area ul li.current,.xsort-admin-area ul li:hover {
    color: var(--red)
}

.xsort-admin-area p {
    margin: 0;
    padding: 7px 0 0
}

.xsort-admin-area code {
    max-height: 400px;
    overflow: auto
}

.xsort-div-filler,.xsort-div-clearall {
    height: 29px;
    width: 29px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .6;
    transition-duration: .3s
}

.xsort-div-filler:hover,.xsort-div-clearall:hover {
    opacity: 1
}

.xsort-div-filler {
    background-image: var(--ico_search);
    background-size: 15px
}

.xsort-div-clearall {
    background-image: var(--ico_close);
    background-size: 13px
}

.rDate {
    -webkit-box-shadow: 0px -27px 35px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px -27px 35px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -27px 35px 0px rgba(0, 0, 0, 0.2)
}

.rDate .title {
    display: block;
    padding: 15px 20px;
    font-family: var(--font_fam_prim);
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid var(--color_3)
}

.rDate table {
    width: 100%;
    font-family: var(--font_fam_prim);
    color: var(--color_9)
}

.rDate table tr:nth-child(odd) {
    background: var(--color_2_g)
}

.rDate table tr:hover {
    background-color: var(--color_4)
}

.rDate table td {
    width: 25%;
    font-size: var(--font_size_small);
    padding: 5px 10px;
    vertical-align: middle
}

.rDate table .next {
    background: var(--color_2) !important;
    border: 1px solid var(--color_7)
}

.rDate table td.t1 {
    width: 10%;
    text-align: center
}

.rDate table td.t2 {
    width: 50%;
    padding-left: 0
}

.rDate table td.t2 span {
    display: block
}

.rDate table td.t2 span:nth-child(2) {
    color: var(--color_8)
}

.rDate table td.t3 {
    width: 30%;
    padding-right: 0;
    white-space: nowrap;
    text-align: right;
    color: var(--color_8)
}

.rDate table td.t4 {
    width: 20%;
    text-align: center
}

.fd12154c {
    position: relative;
    font-family: var(--font_fam_prim);
    padding: 30px 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--color_3)
}

.fd12154c h1,.fd12154c h2,.fd12154c .h1 {
    display: block;
    font-weight: normal
}

.fd12154c h1:first-letter,.fd12154c h2:first-letter,.fd12154c .h1:first-letter {
    text-transform: uppercase
}

.fd12154c .da12254c {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: var(--color_8)
}

.dc2954c .cc254c {
    margin: 0 -10px
}

.dle-comments-navigation {
    margin: 0 -20px
}

.dle-comments-navigation .cc254c {
    padding-top: 0
}

.cc254c {
    position: relative;
    padding: 25px 20px 30px;
    clear: both;
    background-color: var(--color_1);
    z-index: 10;
    flex-wrap: wrap
}

.cc254c a,.cc254c span {
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-right: 5px;
    padding: 0 7px;
    font-size: 13px;
    border-radius: 2px;
    text-decoration: none
}

.cc254c span:first-child,.cc254c span:last-child {
    display: none
}

.cc254c a {
    color: var(--color_8);
    transition: all .3s ease
}

.cc254c a:hover {
    background: var(--color_2)
}

.cc254c span {
    background: var(--color_2)
}

.cc254c .nav_ext {
    background: none;
    color: var(--color_8);
    font-weight: bold
}

.cc254c .fc12354c {
    font-size: 21px;
    line-height: 0;
    margin-top: -2px;
    color: var(--color_8)
}

.speedbar {
    position: relative;
    padding: 20px;
    font-family: var(--font_fam_prim);
    background-color: var(--color_1);
    font-size: 13px;
    color: var(--color_8);
    clear: both;
    z-index: 10;
    flex-wrap: wrap
}

.speedbar a {
    color: var(--color_9)
}

.info_error {
    padding: 30% 20px;
    text-align: center
}

#loading-layer {
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 99999999999999 !important
}

.pre-loader {
    width: 45px;
    height: 30px
}

.pre-loader > li {
    background-color: #fff;
    height: 100%;
    width: 5px;
    margin: 0 2px;
    float: left;
    -webkit-animation: heightChange 1s infinite ease-in-out;
    animation: heightChange 1s infinite ease-in-out
}

.pre-loader li:nth-child(2) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s
}

.pre-loader li:nth-child(3) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s
}

.pre-loader li:nth-child(4) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s
}

.pre-loader li:nth-child(5) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s
}

#dc12454c {
    position: fixed;
    left: 0;
    bottom: 0;
    opacity: 0
}

.dd12554c .ee12654c,.ad12754c {
    display: none !important;
    visibility: hidden !important
}

.ee12654c {
    background: var(--color_3)
}

.cd12854c {
    display: block;
    background: var(--color_3);
    margin: 0;
    overflow: hidden;
    clear: both;
    padding-bottom: 45%
}

.cd12854c * {
    display: block;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    max-width: 100% !important
}

@keyframes itemOpacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes itemOpacity {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes modalBlock {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }

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

@-webkit-keyframes modalBlock {
    0% {
        -webkit-transform: scale(1.1);
        opacity: 0
    }

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

@keyframes heightChange {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0);
        transform: scaleY(1.0)
    }
}

@-webkit-keyframes heightChange {
    0%,40%,100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

.db12954c {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 9999;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    backdrop-filter: blur(8px);
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.3359 3.22136L3.87333 8.70889C3.56801 8.81066 3.55033 9.23586 3.84614 9.36263L9.89655 11.9557C9.96078 11.9832 10.0347 11.9752 10.0916 11.9346L16.0235 7.69749C16.2073 7.56618 16.4338 7.79266 16.3025 7.97648L12.0654 13.9084C12.0248 13.9653 12.0168 14.0392 12.0443 14.1034L14.6374 20.1539C14.7641 20.4497 15.1893 20.432 15.2911 20.1267L20.7786 3.66408C20.8698 3.39046 20.6095 3.13015 20.3359 3.22136Z' fill='%23fff'/%3E%3C/svg%3E");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 6px 9px;
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 1)
}

.db13054c {
    position: fixed;
    left: 7px;
    top: 30%;
    z-index: 9999
}

.db13054c i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    margin-bottom: 7px;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    background-image: url(/templates/0/st/images/svg/social_ico.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    border-radius: 30px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.db13054c .ff13154c {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.db13054c .sf_vk {
    background-color: #48729e;
    background-position: center -90px;
    -webkit-box-shadow: 0 -2px #2f4e6d inset;
    box-shadow: 0 -2px #2f4e6d inset
}

.db13054c .sf_fb {
    background-color: #3b5998;
    background-position: center 0;
    -webkit-box-shadow: 0 -2px #233a69 inset;
    box-shadow: 0 -2px #233a69 inset
}

.db13054c .sf_tw {
    background-color: #00aced;
    background-position: center -60px;
    -webkit-box-shadow: 0 -2px #0a7aa3 inset;
    box-shadow: 0 -2px #0a7aa3 inset
}

.db13054c .sf_gp {
    background-color: #dc4e41;
    background-position: center -120px;
    -webkit-box-shadow: 0 -2px #aa352a inset;
    box-shadow: 0 -2px #aa352a inset
}

.db13054c .sf_ok {
    background-color: #eb722e;
    background-position: center -180px;
    -webkit-box-shadow: 0 -2px #c05b24 inset;
    box-shadow: 0 -2px #c05b24 inset
}

.db13054c .sf_tg {
    background-color: #0088cc;
    background-position: center -150px;
    -webkit-box-shadow: 0 -2px #0a6491 inset;
    box-shadow: 0 -2px #0a6491 inset
}

.db13054c i:hover {
    cursor: pointer;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.db13054c .sf_vk:hover {
    background-color: #3e6389
}

.db13054c .sf_fb:hover {
    background-color: #344e86
}

.db13054c .sf_tw:hover {
    background-color: #009dd8
}

.db13054c .sf_gp:hover {
    background-color: #c4463a
}

.db13054c .sf_ok:hover {
    background-color: #d8682a
}

.db13054c .sf_tg:hover {
    background-color: #0c82bd
}


.ac590bf {
    flex-wrap: wrap;
    font-family: var(--font_fam_prim);
    padding: 10px 15px 5px 20px;
    font-size: 0;
    border-top: 1px solid var(--color_3);
}
    .ac590bf a, .ac590bf span {
    padding: 5px 14px;
}
.ac590bf a, .ac590bf span {
    padding: 5px;
    margin: 0 5px 5px 0;
    font-size: 12px;
    text-align: center;
    color: var(--color_9);
    background-color: var(--color_3);
    transition-duration: .3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    border-radius: 30px;
}
    .ac590bf a:hover, .ac590bf .active {
    color: var(--color_white);
    background-color: var(--color_2);
}
    
.fb00bf, .ac10bf, .fx, .ico, .cc20bf a, .cc20bf span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.ce620bf {
    font-family: var(--font_fam_prim);
    background-color: #000;
    padding: 10px 0;
    border-top: 1px solid #1e1e1e;
}
.ce620bf li {
    padding: 0 20px;
    align-items: center;
}
.ce620bf .dc660bf {
    padding: 0 0 0 5px;
}
.ce620bf .dc660bf .ico {
    width: 50px;
    height: 32px;
}
    .ce620bf .bb640bf a, .ce620bf .ac670bf a {
    height: 32px;
    white-space: nowrap;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: var(--color_9);
    border: 2px solid #2f2f2f;
    text-decoration: none;
    padding: 10px;
    font-size: 12px;
    line-height: 1;
    transition-duration: 0.3s;
    border-radius: 30px;
}
    
    .bf600bf {
    flex-wrap: nowrap;
    font-family: var(--font_fam_prim);
    border-top: 1px solid #1e1e1e;
    padding: 10px 15px 5px 20px;
    font-size: 0;
    background-color: #000;
    overflow-x: scroll;
    scroll-behavior: smooth;
    --scrollbar-foreground: rgba(255, 255, 255, 0.5);
    --scrollbar-background: rgba(0, 0, 0, 0.2);
    --scrollbar-size: 5px;
    --red: rgb(255, 100, 109);
    scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);
}
    .bf600bf a, .bf600bf span {
    position: relative;
    padding: 5px;
    min-width: 95px;
    margin-right: 5px;
    font-size: 12px;
    text-align: center;
    color: var(--color_white);
    background-color: #2d2d2d;
    transition-duration: .3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}
    .bf600bf a, .bf600bf span {
    position: relative;
    padding: 5px;
    min-width: 95px;
    margin-right: 5px;
    font-size: 12px;
    text-align: center;
    color: var(--color_white);
    background-color: #2d2d2d;
    transition-duration: .3s;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}
    .bf600bf a:hover, .bf600bf .active {
    background-color: #5d5d5d;
}
    .ce620bf .bb640bf a:hover, .ce620bf .ac670bf a:hover {
    background-color: #2f2f2f;
}
    
    @media (min-width: 580px) {
            .ac590bf a, .ac590bf span, .cb610bf a, .cb610bf span {
        width: calc(1 / 7* 100% - 5px);
    }
    .ce620bf .fd630bf span {
        display: block;
    }
            .ce620bf .fd630bf span:nth-child(1) {
        color: var(--color_9);
        font-size: var(--font_size_small);
    }
        .ce620bf .fd630bf span:nth-child(2) {
        font-size: var(--font_size_small);
        color: var(--color_8);
    }
            .ce620bf .fd630bf {
        flex-grow: 1;
        padding-left: 0;
        justify-content: left;
    }
        .ce620bf .bb640bf {
        border-right: 1px solid #1e1e1e;
    }
}

    .turk-rating a {
        display: flex;
        height: 32px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        color: var(--color_white);
        line-height: 1;
        transition-duration: 0.3s;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        height: 38px;
        font-family: var(--font_fam_prim);
        font-size: 13px;
    }

    .turk-rating a:hover, .turk-rating a:active {
        background-color: var(--color_2);
        text-decoration: none;
    }
    .turk-rating a:nth-child(1):hover, 
    .turk-rating a:nth-child(1):active {
        color: #12B886; /* Зеленый цвет */
    }

    .turk-rating a:nth-child(2):hover, 
    .turk-rating a:nth-child(2):active {
        color: #FF0000; /* Красный цвет */
    }

    .turk-rating a .ico {
        margin-left: 10px;
    }
    .turk-rating a .ico svg {
        height: 20px;
        width: 20px;
    }
    .turk-rating a .txt {
        padding: 0 15px 0 3px;
    }