@media (min-width:1000px) and (max-width:9000000px){
.slider-for .slick-slide{overflow:hidden;}
.slider-for .zoom-wrap{position:relative;width:100%;height:100%;overflow:hidden;}
.slider-for .zoom-wrap img{width:100%;display:block;}
.slider-for .zoom-wrap{background-repeat:no-repeat;background-size:200%;cursor:zoom-in;}
.slider-for .zoom-wrap:hover img{opacity:0;}
}

.g-recaptcha {
    width: 100%;
    floaT: left;
    position: relative;
    margin: 0px 0px 10px 0px;
}

.dajavshna-03 {
    width: 100%;
    floaT: left;
    position: relative;
    margin: 0px 0px 10px 0px;
}

.zari-ajax-04 textarea::placeholder { color: #cbcbcb; }

.zari-ajax-04 input::placeholder{ color: #cbcbcb !important; }

	textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
	textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus,
	input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
	input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
	input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
	input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
	input[type="color"]:focus, .uneditable-input:focus {
		border-color: #646464 !important;
	}




.dajavshna-5 input{
	text-indent: 0px !important;
}

#submit:hover {
	-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;
    background: #e7b14d;
}

#submit {
	-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    float: left;
    padding: 0px 30px;
    margin: 0px 0px 25px 0px;
    font-size: 16px;
    cursor: pointer;
    font-family: font-0;
    letter-spacing: 0.3px;
    line-height: 52px;
    height: 52px;
    text-align: center;
    border-radius: 5px;
    background: #F8C86F;
    overflow: hidden;
    color: #000;
    position: relative;
    z-index: 1;
    border: 0px solid #eee;
}


.z-eror-1 {
    background: #e5c5a0 !important;
    color: #30241b;
    padding: 16px 20px;
    margin-bottom: 11px;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: font-1;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
}


.dajavshna-3 {
    width: 100%;
    floaT: left;
    position: relative;
    margin: 0px 0px 10px 0px;
}

.z-eror-3 input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0px;
    height: 45px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #E1E6F3;
    font-size: 15px;
    font-weight: 100;
    text-indent: 17px;
    line-height: 45px;
    font-family: font-1;
    color: #747980;
    floaT: left;
}

.zari-ajax-2 h4 {
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    font-size: 17px;
    font-family: font-1;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color:#fff;
}

.zari-ajax-4 {
    border: none;
    color: #222;
    font-family: font-1;
    font-size: 16px;
    padding: 25px 25px;
    border: none;
    text-align: left;
}

.zari-ajax-1 {
    border: none;
    background: #232628;
    border-bottom: 1px #3a3a3a solid !important;
    color: #222;
    font-family: font-1;
    font-size: 16px;
    padding: 25px 30px 23px 30px;
    border: none;
    text-align: left;
}

.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0/60%);
    backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-indeX: 999;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 95%;
    max-width: 500px;
    margin: 5em auto;
    overflow: hidden;
    border-radius: 10px;
    background: #222;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 3px;
    right: 17px;
    width: 30px;
    height: 69px;
}

.cd-popup-container .cd-popup-close::before,.cd-popup-container .cd-popup-close::after {
    content: "";
    position: absolute;
    top: 30px;
    width: 14px;
    height: 2px;
    opacity: 0.6;
    background-color: #fff;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.slider-nav .slick-slide{margin:0px 3px 0px 0px;}

.slider-nav .slick-slide img {
	overflow:hidden;
	border-radius: 10px;
   position:relative;
}

.slider-sl-1 a::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 10px;
    width: 65px;
    height: 65px;
    padding: 0px 0px;
    background: url(../img/si.svg) center no-repeat;
}

.slider-nav .slick-slide img{ transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out; opacity: 60%;}
.slider-nav .slick-current img { transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out; opacity: 100%;}


.sruliadis-slaideir-1 .slick-next, .sruliadis-slaideir-1 .slick-prev{
	top: 47% !important;
	opacity: 0%;
	transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.sruliadis-slaideir-1:hover .slick-next, .sruliadis-slaideir-1:hover .slick-prev{
	opacity: 100%;
	transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}


.full-s-1 .slick-next, .full-s-1 .slick-prev{
	background:rgb(0 0 0 / 60%);
	transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}


.full-s-1 .speedbar-1, .full-s-1  .speedbar-7{
	line-height: 50px;
	height: 50px;
}

.full-s-1 .zoms-s-1{
	margin: 0px 0px 0px 0px !important;
}

.full-s-1 .speedbar-1{
	display: none;
}

.shida-f-12:hover{
   background:#383838;
   transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}

.shida-f-10 {
	width: 204px;
	floaT: right;
	position:relative;
	display: inline-block;
}


.shida-f-11 {
	color:#b9b9b9;
	font-family: font-0;
	height: 50px;
	line-height: 50px;
   floaT: left;
   position:relative;
}

.shida-f-12{
   margin-left: 10px !important;
   width: 50px;
   height: 50px;
   line-height: 53px;
   floaT: right;
   position:relative;
   color:#000;
   background:#282828;
   margin: 0px 0px 0px 0px;
   border-radius: 5px;
   text-align: center;
   transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;
}


.shida-f-9 {
	    cursor: pointer;
	 -webkit-font-feature-settings: 'case'on; font-feature-settings: 'case'on;
	line-height: 50px;
   width: 160px;
   height: 50px;
   floaT: left;
   position:relative;
   color:#000;
   background:#E9BC69;
   margin: 0px 0px 0px 0px;
   border-radius: 5px;
   text-align: center;
}



.shida-f-8 {
   margin: 0px 10px;
}

.shida-f-7 {
	border-radius: 10px;
   width: calc(100% - 2px);
   floaT: left;
   position:relative;
   color:#fff;
   border: 1px #383838 solid;
   padding: 10px 0px;
   margin: 0px 0px 0px 0px;
}



.shida-f-6 li span{
	color:#F8C86F !important;
}

.shida-f-6 li {
   width: 100%;
   floaT: left;
   position:relative;
   color:#fff;
   margin-bottom: 2px;
    -webkit-font-feature-settings: 'case'on; font-feature-settings: 'case'on;
}


.shida-f-6 {
   width: 100%;
   floaT: left;
   position:relative;
   color:#fff;
   border-top: 1px #222 solid;
   padding: 25px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}



.slider-sl-1 {
	overflow:hidden;
	border-radius: 10px;
   width: 100%;
   floaT: left;
   position:relative;
   color:#fff;
}

.shida-f-5 p b{
	font-family: font-2;
	color:#fff;
}

.shida-f-5 p{
	font-size: 15px;
	font-family: font-0;
   width: 100%;
   floaT: left;
   position:relative;
   color:#BCBCBC;
   line-height: 25px;
   margin: 0px 0px 25px 0px;
}


.shida-f-5{
	font-size: 15px;
   width: 100%;
   floaT: left;
   position:relative;
   color:#fff;
   margin: 0px 0px 25px 0px;
}


.shida-f-4 h1{
	font-size: 25px;
   width: 100%;
   floaT: right;
   position:relative;
   color:#fff;
   margin: 0px 0px 22px 0px;
   padding: 0px 0px 20px 0px;
   border-bottom: 1px #333 solid;
}


.shida-f-4{
   width: 52%;
   floaT: right;
   position:relative;
   color:#fff;
}


.slider-sl-2 img{
	height: 120px;
	border-radius: 0px;
}

.shida-f-2{
   width: 45%;
   floaT: left;
   position:relative;
}

.slider-sl-2{
   width: 100%;
   floaT: left;
   position:relative;
   margin-top: 20px;
}



.slider-sl-2 button, .slider-sl-1 .slick-dots{
   display: none !important;
}


.shida-f-1{
   width: 100%;
   floaT: left;
   position:relative;
}


.slider-nav .slick-slide{padding:0 10px;}
.slider-nav .slick-list{margin:0 -10px;}





#message::placeholder { color:#fff; }


.ui-form input::placeholder{ color: #fff !important; }

	textarea { margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
	textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus,
	input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
	input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
	input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
	input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
	input[type="color"]:focus, .uneditable-input:focus {
		border-color: #646464 !important;
	}

.wide, .bb-editor textarea, .ui-dialog textarea, select#category, .timezoneselect, .quick-edit-text {
    width: 100% !important;
}

#searchuser, #searchinput {
    width: 100% !important;
    margin-bottom: 2px;
}

/* roboti */
.form_submit .c-captcha {
    float: right;
}

.c-captcha {
    position: relative;
}

.c-captcha:after {
    clear: both;
    display: block;
    content: "";
}

.c-captcha > a {
    float: left;
    margin-right: 5px;
}

.c-captcha img {
    position: relative;
    display: block;
    width: 130px;
    height: 46px;
    z-index: 1;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.c-captcha > input {
    float: left;
    width: 142px;
}

/*  */
.dle-captcha {
    position: relative;
}

.dle-captcha:after {
    clear: both;
    display: block;
    content: "";
}

.dle-captcha > a {
    float: left;
    margin-right: 5px;
}

.dle-captcha img {
    position: relative;
    display: block;
    width: 130px;
    height: 46px;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.dle-captcha > input {
    float: left;
    width: 130px;
}

/* --- button --- */
.btn, .bbcodes, .btn-border {
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 56px;
    font-family: font-3;
    font-weight: 100 !important;
    border-radius: 5px;
    line-height: 40px;
    font-size: 18px;
    outline: none;
    background-color: #FFC312;
    color: #0D101A;
    border: 0 none;
    padding: 7px 30px;
    text-decoration: none !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}

.btn > .icon {
    fill: #fff;
}

.btn-white > .icon {
    fill: #7E4809;
}

.btn-white {
    background-color: #fff;
    color: #7E4809;
}

.btn-white:hover > .icon {
    fill: #fff;
}

.btn-white:hover {
    background-color: #7E4809;
    color: #fff;
}

.btn:hover, .bbcodes:hover, .ui-button:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #F8C86F;
    color: #000;
}

.btn, .bbcodes, .ui-button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.form-group.combo > .combo_field:last-child {
    padding-left: 10px;
}

.form-group.combo > .combo_field:first-child {
    padding-right: 10px;
}

.form-group.combo:after {
    clear: both;
    display: table;
    content: "";
}

.form-group.combo > .combo_field {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul.ui-form {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ui-form > li {
    margin-bottom: 25px;
}

ul.ui-form > li:last-child {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 25px;
}

.form-group > label {
    color: #fff;
    display: block;
    margin-bottom: .4em;
}

.imp:after {
    content: "*";
    margin: 0 0 0 10px;
    color: #e85319;
}

.form_submit {
    width: 100%;
    margin: 25px 0px 0% 0%;
}

.form-sep {
    border-top: 1px solid #efefef;
}


.sms-co-11 {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sms-co-11:hover {
    color: #F8C86F;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sms-co-13 .tip-5 svg {
    top: 0.4px;
    position: relative;
}

.sms-co-13 .tip-4 svg {
    top: 2px;
    position: relative;
}

.sms-co-13 .tip-2 svg {
    top: 0.5px;
    position: relative;
}

body .sms-co-13 * {
    -webkit-transition: all .0s;
    -moz-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s !important;
}

.sms-co-13 .custom-tooltip:hover::after {
    bottom: -50px;
    font-size: 14px;
    padding: 8px 16px;
}

.sms-co-13 .custom-tooltip:hover::before {
    display: none;
}

.sms-co-13 .custom-tooltip.tip-5::after, .sms-co-13 .tip-5 a:hover {
    background: #0057ff;
    color: #fff;
}

.sms-co-13 .tip-5 a:hover {
    border: 0px #0057ff solid;
    -webkit-transition: all .0s;
    -moz-transition: all .0s;
    -o-transition: all .0s;
    transition: all .0s;
}

.sms-co-13 .custom-tooltip.tip-4::after, .sms-co-13 .tip-4 a:hover {
    background: #ea4c89;
    color: #fff;
}

.sms-co-13 .tip-4 a:hover {
    border: 0px #ea4c89 solid;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sms-co-13 .custom-tooltip.tip-3::after, .sms-co-13 .tip-3 a:hover {
    background: #ff0050;
    color: #fff;
}

.sms-co-13 .tip-3 a:hover {
    border: 0px #ff0050 solid;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sms-co-13 .custom-tooltip.tip-2::after, .sms-co-13 .tip-2 a:hover {
    background: #833ab4;
    background: linear-gradient( to right, #833ab4,#fd1d1d,#fcb045 );
    color: #fff;
}

.sms-co-13 .tip-2 a:hover {
    border: 0px #833ab4 solid;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sms-co-13 .custom-tooltip.tip-1::after, .sms-co-13 .tip-1 a:hover {
    background: #1877F2 !important;
    color: #fff;
}

.sms-co-13 .tip-1 a:hover {
    border: 0px #1877F2 solid;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.sms-co-13 a {
    width: 45px;
    height: 45px;
    border: 0px #23293A solid;
    background: #333436;
    display: inline-block;
    line-height: 45px;
    border-radius: 100px;
    text-align: center;
}

.sms-co-13 li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.sms-co-11 {
    width: 100%;
    floaT: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color: #bfbfbf;
    font-family: font-1;
    font-size: 15px;
}

.sms-co-10 {
    width: 100%;
    floaT: left;
    position: relative;
    margin: 0px 0px 0px 0px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color: #f7f7f7;
    font-family: font-1;
    font-size: 16px;
}

.sms-co-9 {
    width: calc(100% - 82px) !important;
    floaT: right;
    position: relative;
    margin: 10px 0px 0px 0px;
}

.sms-icon-2.sms-co-7 {
    background: #F8C86F url(../img/c-ic-2.svg) center no-repeat;
}


.sms-co-7 {
    width: 65px;
    height: 65px;
    background: #F8C86F url(../img/c-ic-1s.svg) center no-repeat;
    background-size: 24px;
    margin: 0px 10px 0px 0px;
    floaT: left;
    border-radius: 100px;
    position: relative;
    font-size: 15px;
    color: #676B6F;
    z-index: 1;
}

.sms-co-6 {
    width: 100%;
    floaT: left;
    position: relative;
    margin: 0px 0px 25px 0px;
}

.sms-co-12 {
    border-top: 1px #323232 solid;
    width: 100%;
    floaT: left;
    position: relative;
    margin: 10px 0px 20px 0px;
    padding: 30px 0px 15px 0px;
}

.sms-co-5 {
    width: 100%;
    floaT: left;
    position: relative;
    margin: 25px 0px 25px 0px;
    padding-bottom: 22px;
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color: #ffffff;
    font-weight: 100;
    font-family: font-1;
    font-size: 20px;
    border-bottom: 1px #323232 solid;
}

.story .title {
    -webkit-font-feature-settings: 'case'on;
    font-feature-settings: 'case'on;
    color: #ffffff;
    font-weight: 100;
    font-family: font-1;
    margin: -4px 0 1.1em 0;
    font-size: 20px;
}

.sms-co-4, .sms-co-13 {
    margin: 0px 38px;
}

.sms-co-2 {
    width: 66%;
    floaT: right;
    border-radius: 10px;
    position: relative;
    background: #1e1e1e;
}

.sms-co-3 {
    width: 32%;
    floaT: left;
    border-radius: 10px;
    position: relative;
    background: #1e1e1e;
}
.box_in, .box_in a {
   color:#fff;
   font-family: font-1;
   line-height: 25px;
}
.box_in {
    padding: 4% 4%;
}

.box {
	 background: #1e1e1e;
    width: 100%;
    floaT: left;
    margin-bottom: 40px;
    position: relative;
    overflow:hidden;
    border-radius: 10px;
}

.sms-co-1 {
    width: 100%;
    floaT: left;
    position: relative;
    margin: 0px 0px 5% 0px;
}


.hed-33 .hed-34 {
    -webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;
}


.hed-33:hover .hed-34 {
    -webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;
    background: #3f7cfb;
}

.hed-33:hover .hed-35 {
    -webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;
    color: #ffffff;
}

.hed-33 .hed-35 {
    -webkit-transition:all .3s;-moz-transition:all .3s;-o-transition:all .3s;transition:all .3s;
}
.hed-35 {
    margin: 0px 0px 0px 0px;
    floaT: left;
    position: relative;
    font-size: 15px;
    font-family: font-2;
    color: #dbdbdb;
}

    .hed-33 {
    	top: 0px;
    	right: 0px;
    	color:#fff;
        margin-top: 0px;
        floaT: right;
        position: absolute;
    }

    .hed-34 {
    width: 36px;
    height: 36px;
    background: #2f68df;
    border-radius: 100px;
    line-height: 44px;
    text-align: center;
    margin: 16px 10px 0px 0px;
    floaT: left;
    position: relative;
    font-size: 15px;
    font-family: font-3;
}


.d-tormeti-z-2 a::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 40px;
    width: 65px;
    height: 65px;
    padding: 0px 0px;
    background: url(../images/si.svg) center no-repeat;
    background-size: 65px;
    color: rgb(255 255 255 / 0%);
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
    transition: transform 0.3s ease;
    pointer-events: none;
}

.d-tormeti-z-2 a:hover img {
    transform: scale(1.15);
}


.d-tormeti-z-2 a {
    border-radius: 10px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    break-inside: avoid;
    overflow: hidden;
}


.d-tormeti-z-2 a {
    display: block;
    margin-bottom: 20px;
    break-inside: avoid;
}

.d-tormeti-z-2 a img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

/* Overlay */
.d-tormeti-z-2 a::after {
	z-index:111;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    font-size: 40px;
    width: 65px;
    height: 65px;
    padding: 0px 0px;
    background: url(../img/siz.svg) center no-repeat;
    background-size: 65px;
    color: rgb(255 255 255 / 0%);
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
    transition: transform 0.3s ease;
    pointer-events: none;
}

.d-tormeti-z-2 a:hover img {
    transform: scale(1.15);
}

.d-tormeti-z-2 a:hover::after {
    transform: translate(-50%, -50%) scale(1);
}

.d-tormeti-z-2 {
	margin-bottom: 5%;
    column-count: 3;
    column-gap: 20px;
}


.about-ht-2 .slick-prev, .about-ht-2 .slick-next{ display: none !important; }
.about-ht-3 .header-5{ margin-top: 0px; }
.about-ht-3 .header-4{color:#ffffff;width:100%;float:left;position:relative;margin:0px 0px 0px 0px;}

.about-ht-2 img{
	height: 390px;
}


.about-ht-3{
	width: 50%;
	floaT: left;
	position:relative;
	margin: 0px 0px 0px 0px;
}


.about-ht-2{
	width: 45%;
	floaT: right;
	position:relative;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
	border-radius: 10px;
}


.about-ht-1{
	width: 100%;
	floaT: left;
	position:relative;
	margin: 30px 0px 60px 0px;
}



.pagi-load{
	width: 100%;
	floaT: left;
	position:relative;
	margin: 2% 0px 4% 0px;
}
#pagi-load span{ display: none;}
#pagi-load a span{ display: block; }
#pagi-load span{ float: left;  }
.pagi-load{  text-align: center; font-size:0px;}
.bottom-nav{width:100%;margin: 0px 0px 0px 0px;}
.pagi-load a:hover{ color:#000; transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;background: #F8C86F;}
.pagi-load a:hover .fa-refresh{transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;}
.pagi-load a{border-radius: 100px;font-feature-settings: 'case' on;transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;padding:0px 35px;display:inline-block;height:50px;line-height:50px;font-size:16px;letter-spacing: 0.1px;cursor:pointer;color:#ffffff;background: #383838;text-align:center;font-family: 'font-1';}


.no-menu .header-no-menu-2{background:rgb(0 0 0 / 70%);backdrop-filter:blur(1px);}


.header-no-menu-3 img{
	width: 100%;
}

.header-no-menu-3{
	cursor: pointer;
	floaT: left;
	width: 100%;
	height: 120px;
	overflow:hidden;
	background: url(../img/bg-2.png) center no-repeat;
	background-size: 100%;
	position:fixed;
	top: 0px;
	right: 10px;
	z-index:0;
	color:rgb(255 255 255 / 0%);
}



.bbs-2 .pro-news-1 {
	width:30.6%;
    margin: 0px 14px 35px 14px;
    overflow:hidden;
    float: left;
    position:relative;
}

.center-size-3{
	float: left;
	position:relative;
	margin-left: 14px !important;
}

.zoms-s-2{
	width: 104%;
	float: left;
	position:relative;
	overflow:hidden;
	margin-left: -14px;
}


.zoms-s-1{
	margin: 40px 0px 0px 0px !important;
}


.speedbar-3, speedbar-3 a{
	color:#ffffff;
}

.speedbar-6{
	cursor: pointer;
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #727272;
	position:relative;
	margin: 0px 15px -1px 15px;
}



.speedbar-3 a{
	display: none;
}


.speedbar-5 a{
	color: #c3c2c2;
}


.speedbar-4{
	cursor: pointer;
	floaT: left;
	width: 30px;
	height: 70px;
	background: url(../img/iconn.svg) center no-repeat;
	background-size: 25px;
	position:relative;
	margin-right: 10px;
}


.speedbar-7{
	width: 100%;
	floaT: left;
}

.speedbar-1, .speedbar-7{
	line-height: 70px;
	height: 70px;
	overflow:hidden;
}

.speedbar-1{
	width: 100%;
	floaT: left;
	position:fixed;
	margin-top: 120px;
	-webkit-font-feature-settings: 'case'on;
	font-feature-settings: 'case'on;
	font-family: font-0;
	font-size: 16px;
	background: #181818;
	z-index: 11;
}



/*---  AJAX ---*/
#loading-layer { background: #000; padding: 20px; text-align: center; color: #fff; border-radius: 2px }


/*---edit---*/
#dropmenudiv { padding: 10px 0; min-width: 140px; width: auto !important; opacity: 1 !important; display: none; font-size: .9em;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1); background-clip: padding-box;
	}
	#dropmenudiv { background-color: #fff; }
	#dropmenudiv a { text-decoration: none !important; color: inherit; display: block; padding: 3px 20px; border: 0 none; white-space: nowrap; color: inherit; }
	#dropmenudiv a:hover { background-color: #eeeeef; }


/*--- jQuery UI---*/
.ui-front { z-index: 1000; }
.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: 2px;
		box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);
		border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);
		background-color: #f7f7f7;
		background-clip: padding-box;
		outline: none;
	}
	.ui-dialog-titlebar { padding: 20px 20px; position: relative; }
	.ui-dialog-title { float: left; font-weight: bold; font-size: 1.15em; }
	.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: inherit !important;
		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: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYBAMAAAASWSDLAAAAG1BMVEUAAAA1NTU1NTU1NTU1NTU1NTU1NTU1NTU1NTW7eCkWAAAACHRSTlMA8DiyCsELwNb3saQAAABlSURBVBjTY2AxYoACZQcG10YFCJtJooTBokMIwlHsaAZioBRYAigKJoAAJAghoRIQCiYEoSEiUCmIBFQKLAGTAkvApCASCA6GMoQBGEYjLEV1DopDUbyA4jlUb6ciAiSMgQ0pqAB4linXHtbaoQAAAABJRU5ErkJggg==);
		-webkit-background-size: 12px auto; background-size: 12px auto;
		opacity: .5;
	}
	.ui-button {
		float: right;
		border: 0 none;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		height: 36px;
		border-radius: 18px;
		line-height: 22px;
		outline: none;
		background-color: #3394e6;
		color: #fff;
		border: 0 none;
		padding: 7px 22px;
		text-decoration: none !important;
		box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
		-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
		-webkit-transition: all ease .1s; transition: all ease .1s;
	}
	.ui-dialog-titlebar-close:hover .ui-icon { opacity: 1; }
	.ui-icon, .ui-button-icon-only { overflow: hidden; text-indent: -9999px; }
	.ui-dialog label { color: #575757; }
	.ui-dialog-content { padding: 20px; border: 1px solid #fff; overflow: auto; position: relative; zoom: 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: 20px; text-align: center; }
	.ui-dialog .ui-resizable-se { bottom: 3px; height: 14px; right: 3px; width: 14px; }
	.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;}

/* ---  --- */
.ui-autocomplete { position: absolute; cursor: default; }
* html .ui-autocomplete { width: 1px } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style:none;
	padding: 2px; margin: 0;
	float: left;
	background: #fff 50% bottom repeat-x;
	border: 1px solid #dedede;
	color: #353535;
	}
	.ui-menu .ui-menu { margin-top: -3px; }
	.ui-menu .ui-menu-item { margin:0; padding: 0; zoom: 1; float: left; clear: left; width: 100%; }
	.ui-menu .ui-menu-item a { text-decoration:none; display:block; padding:.2em .4em; line-height:1.5; zoom:1; }
	.ui-menu .ui-menu-item a.ui-state-hover,
	.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; border: 1px solid #a7a7a7; color: #4e4e4e; font-weight: bold; }

/*--- [code]---*/
pre code { display: block; padding: 0.5em; background: #f9fafa; border: 1px solid #dce7e7; overflow:auto; white-space: pre; }
	pre .comment, pre .template_comment, pre .diff .header, pre .doctype, pre .lisp .string, pre .javadoc { padding: 0; margin: 0; border:none; box-shadow: none; background-color: inherit; color: #93a1a1; font-style: italic; }
	pre .keyword, pre .css .rule .keyword, pre .winutils, pre .javascript .title, pre .method, pre .addition, pre .css .tag, pre .lisp .title { color: #859900; }
	pre .number, pre .command, pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula, pre .regexp, pre .hexcolor { color: #2aa198; }
	pre .title, pre .localvars, pre .function .title, pre .chunk, pre .decorator,
	pre .builtin, pre .built_in, pre .lisp .title, pre .identifier, pre .title .keymethods, pre .id { color: #268bd2; }
	pre .tag .title, pre .rules .property, pre .django .tag .keyword { font-weight: bold;font-size: 1.08em !important;  }
	pre .attribute, pre .variable, pre .instancevar, pre .lisp .body, pre .smalltalk .number, pre .constant, pre .class .title,
	pre .parent, pre .haskell .label { color: #b58900; }
	pre .preprocessor, pre .pi, pre .shebang, pre .symbol,
	pre .diff .change, pre .special, pre .keymethods, pre .attr_selector, pre .important, pre .subst, pre .cdata { color: #cb4b16; }
	pre .deletion { color: #dc322f; }
	pre .tex .formula { background: #eee8d5; }
	pre .comment:hover {background-color: inherit;box-shadow: none;}


/* ---  --- */
select, textarea, input[type="text"], input[type="password"], input[type="file"],
input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"],
input[type="color"] {
	display: inline-block;
	width: 100%;
	height: 46px;
	font-family: font-1;
	font-size: 15px;
	line-height: 22px;
	padding: 10px 15px;
	vertical-align: middle;
	border-radius: 6px;
	background: #242424;
	color: #fff;
	font-family: font-0;
	border: 1px solid #3c3c3c;
	-webkit-transition: border 0.2s linear 0s;
	transition: border 0.2s linear 0s;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	textarea {color:#fff; margin: 0; overflow: auto; vertical-align: top; resize: vertical; }
	textarea:focus, select:focus, input[type="text"]:focus, input[type="password"]:focus,
	input[type="file"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus,
	input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus,
	input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus,
	input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus,
	input[type="color"]:focus, .uneditable-input:focus {
		border-color: #3394e6;
	}
	input[type="radio"], input[type="checkbox"] { line-height: normal; margin: -2px 6px 0 0; vertical-align: middle; }
	input[type="file"], input[type="image"],
	input[type="submit"], input[type="reset"],
	input[type="button"], input[type="radio"],
	input[type="checkbox"] { width: auto; }
	input[type="search"] {
		-webkit-appearance: textfield;
		-webkit-box-sizing: content-box;
		-moz-box-sizing: content-box;
		box-sizing: content-box;
	}
	input[type="search"]::-webkit-search-cancel-button,
	input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
	select[multiple], select[size], textarea { height: auto; }
	input::-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { opacity: 0.6; }

	input:focus { outline: none; }
	input[type="file"], input[type="image"] { padding: 0; border-width: 0; background-color: transparent; }
	.wide, .bb-editor textarea, .ui-dialog textarea, select#category, .timezoneselect, .quick-edit-text { width: 100% !important; }
	#searchuser, #searchinput { width: 100% !important; margin-bottom: 10px; }

	/* roboti */
	.form_submit .c-captcha { float: right; }
	.c-captcha { position: relative; }
	.c-captcha:after { clear: both; display: block; content: ""; }
	.c-captcha > a { float: left; margin-right: 5px; }
	.c-captcha img {
		border-radius: 5px;
		position: relative;
		display: block;
		width: 130px; height: 46px;
		z-index: 1;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.c-captcha > input { float: left; width: 150px; text-align: center; }

	/*  */
	.dle-captcha { position: relative; }
	.dle-captcha:after { clear: both; display: block; content: ""; }
	.dle-captcha > a { float: left; margin-right: 5px; }
	.dle-captcha img {
		position: relative;
		display: block;
		width: 130px; height: 46px;
		-webkit-transition: all ease .2s; transition: all ease .2s;
	}
	.dle-captcha > input { float: left; width: 130px; }

/* --- button --- */
.btn, .bbcodes, .btn-border {
	border: 0 none;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	height: 36px;
	font-size: 16px;
	font-weight: 100 !important;
	font-family: font-1;
	border-radius: 5px;
	line-height: 22px;
	outline: none;
	background-color: #F8C86F;
	color: #000;
	border: 0 none;
	padding: 7px 22px;
	text-decoration: none !important;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	-webkit-transition: all ease .1s; transition: all ease .1s;
}
	.btn > .icon { fill: #fff; }
	.btn-white > .icon { fill: #cb041a; }
	.btn-white { background-color: #fff; color: #cb041a; }
		.btn-white:hover > .icon { fill: #fff; }
		.btn-white:hover { background-color: #cb041a; color: #000; }
	.btn:hover, .bbcodes:hover, .ui-button:hover {background-color: #fdc45c;}

	.btn-big { -webkit-font-feature-settings: 'case'on; font-feature-settings: 'case'on; height: 46px; padding: 12px 27px; border-radius: 5px; }

	.btn-border {
		color: #cb041a;
		border: 2px solid #cb041a;
		line-height: 22px;
		padding: 5px 20px;
		background-color: transparent !important;
		overflow: hidden;
		box-shadow: inset 0 0 0 0 transparent; -webkit-box-shadow: inset 0 0 0 0 transparent;
	}
	.btn-border:hover {
		box-shadow: inset 0 0 0 2px rgba(51,148,230,0.2); -webkit-box-shadow: inset 0 0 0 2px rgba(51,148,230,0.2);
	}

/*------*/
table.xfields {
	width: 100%;
}
.xfields textarea, .xprofile textarea {
    width: 100%;
    height: 186px;
    margin-top: 5px;
}
.xfields input[type="text"] {
	width: 100%;
}

.xfieldsdescr {
	width: 200px;
}
.xfields .bb-pane + textarea {
    margin-top: 0px;
}
.xfieldsnote {
	color: #838383;
    font-size: .9em;
}

.xfields_table td {
    vertical-align: top;
}
.xfieldsrow {
	padding-top:5px;
	clear: both;
}
.xfieldscolleft {
	float: left;
	width: 30%;
	padding-top: 14px;
}
.xfieldscolright {
	float: left;
	width: 70%;
}
.file-box {
	width: 95%;
	max-width: 437px;
	border:1px solid #B3B3B3;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	background-color: #F5F5F5;
	padding: 10px;
	margin-top: 10px;
}

.xfieldimagegallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.xfieldimagegallery li {
	list-style: none;
	margin: 0;
	padding: 0;  
}

.xfieldimagegallery li img {
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.xfieldimagegallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:inline-block;
    margin-top:5px;
    margin-bottom:5px;
	cursor:pointer;
}
.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;
	max-width: 437px;
    background:#FF9797; text-align:center; 
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}

.qq-upload-drop-area-active {background:#FF7171;}

.uploadedfile {
	display: inline-block;
    width: 115px;
    height: 160px;
    margin: 10px 5px 5px 5px;
    border:1px solid #B3B3B3;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    text-align: center;
    background:#ffffff;

}

.uploadedfile .uploadimage {
    margin-top: 5px;
    width: 115px;
    height: 90px;
	display: flex;
    align-items: center;
    justify-content: center;
    cursor: move;
    cursor: -webkit-grabbing;
}

.sortable-ghost {
	opacity: 0.4;
}
.uploadedfile .info {
    text-align: left;
    white-space: nowrap;
    margin: 0px 5px 0px 5px;
    overflow: hidden;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor:not-allowed;
    pointer-events:none;
    opacity:0.65;
    filter:alpha(opacity=65);
    -webkit-box-shadow:none;
    box-shadow:none;
}

/*------*/
.native-emoji {
    font-size: 1.3em;
    font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'NotoColorEmoji', 'Segoe UI Symbol', 'Android Emoji', 'EmojiSymbols';
}