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;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	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;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  width: 100%;
  background: url(../images/bg-top.jpg) center top no-repeat, url(../images/bg-bottom.jpg) center bottom no-repeat;
  background-color: #050201;
  font-family: MyriadPro-Regular;
  font-size: 14px;
  color: #fff;
  min-height: 100vh;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #8d7962;
  text-decoration: none;
}

h1, h2,h3{
  background: linear-gradient(#fff, #d48578);
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent; 
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 18px;
}
h3 {
  font-size: 16px;
  color: #ffac5b;
  font-family: Albertus-Bold;
  text-shadow: 0px 0px 21px rgb(255 77 48 / 0.18);
}
table {
  width: 100%;
}
table td {
  border-collapse: collapse;
  padding: 4px;
  border: 1px solid #482c22;
  text-align: center;
}

table tr:nth-child(odd) {
  background-color: #100c0c;
}
caption {
  margin-bottom: 15px;
}

/**/
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: -25px;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  background-color: rgb(1 0 2 / 0.5);
}

.container:hover input ~ .checkmark {
  background-color: #363b0a;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  position: relative;
  left: 1px;
  width: 20px;
  height: 20px;
  background: url(../images/ok_ok.png) center top no-repeat;
  opacity: 1 !important;
}
/**/

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-thumb {
  background-color: #141514;
}
::-webkit-scrollbar-track {
  border-width: 0;
}
textarea {
  color: #241a18;
  position: relative;
}

:focus {
 outline:none;
}

::-webkit-input-placeholder {
  color: #696975;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}
.flex-c {
  display: flex;
  align-items: center;
}
.flex-s {
  display: flex;
  justify-content: space-between;
}
.flex-s-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-c-c {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topPanel-wrapper {
  width: 1200px; 
  margin: 0 auto;
  height: 71px;
}

.topPanel {
  position: fixed;
  height: 71px;
  top: 0;
  width: 100%;
  transition: 0.3s;
  z-index: 99;
  background-color: rgba(255, 242, 223, 0);
}

.topPanel.topPanel-top {
  background-color: rgb(4 4 6 / 0.95);
}

.topPanel-right{
   width: 858px; 
}
.topPanel-left{
  width: 290px;
}
.logo-mini{
  padding-top: 9px;
}
.logo-mini a:hover{
  -webkit-filter: brightness(140%); 
  filter: brightness(140%); 
}
.lang-block {
  position: relative;
  height: 26px;
  border-left: 1px solid#725037;
  border-right: 1px solid#725037;
  padding-left: 30px;
  padding-right: 40px;
  padding-top: 3px;
  font-size: 16px;
  font-family: MyriadPro-Regular;
}
.lang-block:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 9px;
  height: 8px;
  width: 12px;
  background: url(../images/lang-block.png) top no-repeat;
  opacity: 0.2;
  transition: all 0.3s ease; 
}
.lang-block:hover:after {
  opacity: 1;
  transition: all 0.3s ease; 
}

.lang-block a:hover {
  color: #ff4d55;
}

.lang-block img {
  position: relative;
  left: -8px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin-bottom: -2px;
  transition: all 0.3s ease;
  background-size: 16px
}
.main-item {
  position: relative;
  color: #fff;
  z-index: 9;
}
.hidden-block {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #040406;
  min-width: 180px;
  z-index: 2;
  left: -10px;
  top: 49px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  padding: 10px 0px;
}
.hidden-block a {
  display: flex;
  align-items: center;
  padding: 8px 40px;
  color: #fff;
}
.hidden-block a:hover {
  background: #0d0e15;
}
.hidden-block:after {
  border: 10px solid transparent;
  border-bottom-color: #040406;
  position: absolute;
  left: 34px;
  top: -20px;
  content: '';
}

.main-item:focus ~ .hidden-block,
.main-item:active ~ .hidden-block {
  visibility: visible;
  opacity: 1;
}

/*menu*/
.menu {
  display: flex;
  padding-left: 17px;
}
.menu span {
  margin-right: 30px;
}
.menu li a {
  color: #fff;
  text-transform: uppercase;
  padding: 0px 17px;
  display: block;
  line-height: 50px;
  font-size: 12px;
  font-family: Albertus-Bold;
  position: relative;
}
.menu li a:hover {
  color: #ff4d55;
}

.menu .active a {
  color: #ff4d55;
}
.dropdown-menu-1{
  position: relative;
}
.dropdown-menu-1:after {
  content: "";
  background: url(../images/lang-block.png) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: -4px;
  opacity: 0.2;
  transition: all 0.3s ease; 
}

.dropdown-menu-1:hover:after {
  opacity: 1;
  transition: all 0.3s ease; 
}

.main-item-download {
  color: #fff;
  z-index: 9;
  padding-left: 25px;
}

.hidden-block-download {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #040406;
  min-width: 190px;
  z-index: 2;
  left: -7px;
  top: 61px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}

.hidden-block-download li a{
  padding-left: 50px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  font-family: MyriadPro-Regular;
}
.hidden-block-download a:hover {
  background: #0d0e15;

}
.hidden-block-download a:after{
  content: "";
  position: absolute;
  left: 35px;
  top: 18px;
  width: 8px;
  height: 12px;
  background: url(../images/lang-block-1.png) no-repeat;
  opacity: 0.2;
  transition: all 0.3s ease; 
}
.hidden-block-download a:hover:after{
  opacity: 1;
  transition: all 0.3s ease; 
}
.hidden-block-download:after {
  border: 10px solid transparent;
  border-bottom-color: #040406;
  position: absolute;
  left: 34px;
  top: -20px;
  content: "";
}

.main-item-download:focus ~ .hidden-block-download,
.main-item-download:active ~ .hidden-block-download {
  visibility: visible;
  opacity: 1;
}
.mediafire{
  position: relative;
  left: 25px;
}
.mediafire:after{
  content: "";
  position: absolute;
  height: 14px;
  width: 18px;
  left: -7px;
  top: 18px;
  background: url(../images/mediafire.png) no-repeat;
}
/*end menu*/
button, .button {
 -webkit-transition: all 0.3s ease; 
 transition: all 0.3s ease; 
 cursor: pointer; 
 background-image: url(../images/button.jpg); 
 background-repeat: no-repeat; 
 background-size: cover; 
 padding: 13px 32px; 
 border: none; 
 color: #fff; 
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); 
 position: relative; 
 z-index: 1; 
 text-align: center; 
 text-transform: uppercase; 
 font-family: Albertus-Bold;
 font-size: 11px; 
 -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
 box-shadow: 0px 8px 40px 0px rgb(255 0 54 / 0.6);
}

button:hover, .button:hover { 
  -webkit-filter: brightness(120%); 
  filter: brightness(120%); 
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  min-height: 718px;
  position: relative;
}
.header-top{
  position: relative;
  z-index: 10;
}
.logo{
  position: relative;
  top: 402px;
  left: 464px;
}
.logo a:hover{
  -webkit-filter: brightness(130%); 
  filter: brightness(130%); 
}
.server-1{
  position: relative;
  top: 300px;
  left: 60px;
  height: 54px;
  padding-top: 12px;
  padding-left: 58px;
  background: url(../images/icon-server-1.png) no-repeat;
  line-height: 35px;
  font-size: 16px;
}

.server-2{
  position: relative;
  top: 300px;
  left: -70px;
  height: 54px;
  padding-top: 12px;
  padding-left: 58px;
  background: url(../images/icon-server-2.png) no-repeat;
  line-height: 35px;
  font-size: 16px;
}
.server-3{
  position: relative;
  top: 300px;
  left: 60px;
  height: 54px;
  padding-top: 12px;
  padding-left: 58px;
  background: url(../images/icon-server-3.png) no-repeat;
  line-height: 35px;
  font-size: 16px;
}
.server-text a{
  color: #d3ff3b;
}
.server-text a:hover{
  color: #f00;
}
.server-4{
  position: relative;
  top: 300px;
  left: -70px;
  height: 54px;
  padding-top: 12px;
  padding-left: 58px;
  background: url(../images/icon-server-4.png) no-repeat;
  line-height: 35px;
  font-size: 16px;
}
.server-text{
  color: #7d7f86;
}
.server-text span{
  color: #d3ff3b;
}

.content{
  position: relative;
}
.block-content:after{
  content: "";
  position: absolute;
  width: 1247px;
  height: 76px;
  top: -34px;
  left: -23px;
  background: url(../images/top-border-content.png) no-repeat;
  z-index: 10;
}
/*block right*/
.link-download{
  height: 160px;
  width: 400px;
  background: url(../images/link-discord.jpg) no-repeat;
  transition: all 0.3s ease; 
}
.link-download a{
  color: #f3d279;
  font-family: Albertus-Bold;
  font-size: 36px;
  text-shadow: 0px 1px 0px rgb(0 0 0 / 1);
}
.link-download:hover{
  cursor: pointer;
  -webkit-filter: brightness(130%); 
  filter: brightness(130%);
  transition: all 0.3s ease;  
}
.block-left{
  position: relative;
  z-index: 9;
  background-color: #150b09;
  border-bottom: 4px solid#050201
}

.soc{ 
  padding: 20px 50px 0px 50px;
  width: 400px;
  height: 107px;
  background: url(../images/bg-soc.jpg) no-repeat;
}
.soc a{
  transition: all 0.3s ease; 
}
.soc a:hover{
  margin-top:-10px;
  transition: all 0.3s ease; 
  -webkit-filter: brightness(120%); 
  filter: brightness(120%); 
}
/*statistics*/
.statistics{
  min-height: 293px;
  background: url(../images/st-bg-top.jpg) center top no-repeat, url(../images/st-bg-bottom.jpg) center bottom no-repeat;
  background-color: #140b09;
  padding: 40px;
  border-bottom: 4px solid#050201;
}
.stat-title{
  border-bottom: 1px solid#281616;
  padding-bottom: 20px;
}
.top-block {
  padding-bottom: 15px;
  padding-top: 15px;
}
.top-list-left{
  float: left;
}
.top-block .top-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.top-number{
  padding-right: 10px;
}
.top-number img{
  position: relative;
  top: 7px;
}
.top-lvl {
  color: #696975;
}

.top-name {
  position: relative;
  z-index: 10;
}

.top-list {
  position: relative;
  height: 41px;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.3s;
  color: #fff;
}

.top-list a {
  color: #fff;
  text-decoration: none;
  position: relative;
  top: 17px;
}


.top-list:hover {
  background-color: #231311;
  box-shadow: 0px 8px 10px -3px rgb(0 0 0 / 20%);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  position: relative;
  z-index: 5;
}

.top-list:hover a {
  color: #ff4d55;
  margin-left: 5px;
}

/*end statistics*/

/*download*/
.download {
  margin-bottom: 4px;
}
.loginview {
  margin-bottom: 4px;
}

.download a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 86px;
  width: 50%;
  height: 133px;
  background: radial-gradient(#531a1e, #280507);
  font-family: MyriadPro-Regular;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #420f12;
}
.loginview a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 86px;
  width: 50%;
  height: 133px;
  background: radial-gradient(#531a1e, #280507);
  font-family: MyriadPro-Regular;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #420f12;
}
.download a:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 37px;
  background: url("../images/download-icons.png") 0 center no-repeat;
  top: 46px;
  left: 35px;
}

.loginview a:after {
  content: "";
  position: absolute;
  width: 31px;
  height: 37px;
  background: url("../images/loginview-icons.png") 0 center no-repeat;
  top: 46px;
  left: 35px;
}

.download a.android:after {
  background-position: -191px center;
}
.loginview a.android:after {
  background-position: -191px center;
}
.download a span {
  display: block;
  font-size: 20px;
  color: #ff0c45;
  margin-top: 4px;
}
.loginview a span {
  display: block;
  font-size: 20px;
  color: #ff0c45;
  margin-top: 4px;
}
.download a.android span {
  text-transform: none;
}
.loginview a.android span {
  text-transform: none;
}
.download a:hover{
  -webkit-filter: brightness(130%); 
  filter: brightness(130%); 
}
.loginview a:hover{
  -webkit-filter: brightness(130%); 
  filter: brightness(130%); 
}

/*end download*/

/*ranking*/

.top-list-list-left{
  float: left;
  padding-left: 20px;
}
.top-list-list {
    height: 41px;
    display: flex;
    align-items: center;
    font-size: 14px;
    transition: 0.3s;
    color: #fff;
}
.top-list-list a {
  color: #fff;
  text-decoration: none;
  margin-left: 14px;
}
.top-list-list:hover {
  background-color: #231311;
  box-shadow: 0px 8px 10px -3px rgb(0 0 0 / 20%);
  height: 41px;
  margin: 0px -40px 0px -40px;
  padding: 0px 25px 0px 25px;
  position: relative;
  z-index: 5;
}

.top-list-list:hover a {
    color: #ff4d55;
    margin-left: 14px;
}
.top-img {
  color: #696975;
}

.news-top-title {
 display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  position: relative; 
  top: 10px;
 }

.news-top-title span { 
  margin: -18px 12px; 
  font-size: 16px; 
  color: #fff; 
  position: relative;
}

.news-top-title span:not(.active) {
 cursor: pointer; 
 color: #696975;
 position: relative;
 z-index: 10; 
}

.news-top-title span.active:after {
  content: ''; 
  position: absolute;
  right: -42px;
  top: -38px; 
  width: 143px; 
  height: 76px; 
  background: url(../images/rang-activ.png) no-repeat;
}
 
.news-top-title span:hover{
  color: #fff;
  cursor: pointer;
}

.tab-block {
    display: none;
}

.tab-block.active {
    display: block;
    animation: tab 0.6s linear;
}


@keyframes tab {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}  
/*end ranking*/
/*end block right*/

/*block left*/
/*block register*/
.date {
  font-size: 18px;
  margin-top: 50px;
  color: #696975;
}
.date span {
  color: #fff;
  font-size: 30px;
}
.reg-title{
  font-size: 42px;
  color: #ffac5b;
  text-shadow: 0px 0px 21px rgb(255 77 48 / 0.4);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.reg-title-mini{
  font-size: 18px;
  color: #696975;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  top: -15px;
}

.form-check_out{
  width: 305px;
  margin-top: -10px;
  font-weight: normal;
}
.check_out{
position: relative;
z-index: 10;
}
.check_out_input{
  width: 305px;
  height: 45px;
  background-color: rgb(0 0 0 / 0.5);
  border:none;
  padding-left: 20px;
  color: #fff;
  z-index: 10;
  position: relative;
}
.check_out_input-red{
  width: 305px;
  height: 45px;
  background-color: rgb(0 0 0 / 0.2);
  border:none;
  padding-left: 20px;
  color: #fff;
  z-index: 10;
  position: relative;
}
.check_out_input:focus{
  outline: 2px solid#555565;
  color: #fff;
}
.check_out p{
  margin-top: 10px;
  margin-bottom: 16px;
}
.input-green:after{
  content: "";
  position: absolute;
  background: url(../images/ok.png) no-repeat;
  width: 45px;
  height: 45px;
  top: 24px;
  left: 260px;
  z-index: 15;
  outline: none;
}

.input-red:after{
  content: "";
  position: absolute;
  background: url(../images/error-bg.png) no-repeat;
  width: 305px;
  height: 45px;
  top: 24px;
  left: 0;
}
.input-red a{
  content: "";
  position: absolute;
  background: url(../images/error-x.png) no-repeat;
  width: 45px;
  height: 45px;
  top: 24px;
  left: 260px;
  z-index: 15;
  outline: none;
}

.input-red a:focus{
  outline: none;
}
.input-red input {
  color: #dc1f3e;
  font-weight: 600;
}

.errorGroup {
  background: url(../images/wrong-icon.png) left -1px top 2px no-repeat;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 17px 20px 17px 70px;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.4);
  line-height: 1.5;
  font-size: 13px;
  text-align: left;
  position: absolute;
  left: 100%;
  top: 10px;
  min-width: 350px;
  color: #fff;
  margin-left: 20px;
}
.errorGroup:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -7px;
}

.red-button{
 -webkit-transition: all 0.3s ease; 
 transition: all 0.3s ease; 
 cursor: pointer; 
 background-image: url(../images/green-button.jpg); 
 background-repeat: no-repeat; 
 background-size: cover; 
 padding: 20px 100px; 
 border: none; 
 text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2); 
 position: relative; 
 z-index: 1; 
 font-size: 22px;
 color: #fff; 
 text-align: center; 
 text-transform: uppercase; 
 font-family: Albertus-Bold;
 -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.2); 
  box-shadow: 0px 10px 40px 0px rgb(255 31 36 / 0.35);
 margin-top: 55px;
}

.red-button:hover { 
  -webkit-filter: brightness(120%); 
  filter: brightness(120%); 
}

.agree{
  position: relative;
  top: -32px;
  left: 350px;
  line-height: 18px;
}

.agree a{
  color: #ffac5b;
  text-decoration: underline !important;
}

.agree a:hover{
  text-decoration: none !important;
}
/*end block register*/
/*end block left*/
/*MEDIA*/

.media-top-title {
 display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex; 
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; 
  position: relative;
 }

.media-top-title span { 
  margin: -18px 12px; 
  font-size: 16px; 
  color: #fff; 
  position: relative;
}

.media-top-title span:not(.active) {
 cursor: pointer; 
 color: #696975;
 position: relative;
 z-index: 10; 
}

.media-top-title span.active:after {
  content: ''; 
  position: absolute;
  right: -26px;
  top: -38px; 
  width: 143px; 
  height: 76px; 
  background: url(../images/rang-activ.png) no-repeat;
}
 
.media-top-title span:hover{
  color: #fff;
  cursor: pointer;
}
.content-last-news{
  height: 357px;
  width: 1200px;
  background: url(../images/st-bg-top.jpg)top repeat-x,url(../images/st-bg-bottom.jpg)bottom repeat-x;
  background-color: #140b09;
  padding: 32px 40px 0px 40px;
}

.media-fon{
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}
.slick-list:before {
  content: "";
  position: absolute;
  height: 220px;
  width: 195px;
  left: 0px;
  top: 0px;
  background: linear-gradient(to right, #140b09, rgba(57, 43, 33, 0));
  z-index: 1;
}

.slick-list:after {
  content: "";
  position: absolute;
  height: 220px;
  width: 195px;
  right: 0px;
  top: 0px;
  background: linear-gradient(to left, #140b09, rgba(57, 43, 33, 0));
  z-index: 1;
}
.slick-slider-slide {
  padding: 15px;
}
.slick-slider-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s;
  transform: scale(1);
}

.slick-slider-slide a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 101%;
  box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 1);
  top: 0px;
  left: 0px;
}

.slick-slider-slide img {
  display: block;
}

.slick-center a {
  transform: scale(1.1);
}
.slick-center a:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 101%;
  box-shadow: inset 0px 0px 100px 10px rgba(0, 0, 0, 1);
  top: 0px;
  left: 0px;
  transition: all 0.5s ease; 
}

.slick-center a:hover:after{
  box-shadow:none !important;
   transition: all 0.5s ease;
}
/*END MEDIA*/
.block-right {
  margin-left: 4px;
  border-bottom: 4px solid#050201
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  background: #251521;
}
.swiper-slide img {
  display: block;
  max-height: 250px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 24px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.35;
  width: 8px;
  height: 8px;
  margin: 0 8px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: #9f0707;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  display: block;

  width: 55px;
  height: 55px;

  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: 1;
}
.swiper-button-prev {
  left: 0px;
  background: url(../images/arrow-left-1.jpg);
}
[dir='rtl'] .swiper-button-prev {
  right: -25px;
  left: auto;
}

.swiper-button-next {
  right: 0px;
  background: url(../images/arrow-right-1.jpg);
}
[dir='rtl'] .swiper-button-next {
  right: auto;
  left: -25px;
}


.newstab-block {
    display: none;
}

.newstab-block.active {
    display: block;
    animation: tab 0.6s linear;
}


.block-news {
  min-height: 848px;
  
  margin-top: 0px;
  padding: 0 40px;
  background: url("../images/news-block-bg.jpg") center top no-repeat,
              url("../images/news-block-bottom-bg.jpg") center bottom no-repeat;
  background-color: #0b0807;
}
.block-news .top-line {
  height: 90px;
  border-bottom: 1px solid #1d1515;
  
}
.block-news .top-line .title {
  margin-bottom: 0;
  font-size: 16px;
}
.block-news .top-line span { 
  margin: -18px 12px; 
  font-size: 16px; 
  color: #fff; 
  position: relative;
}
.block-news .top-line span:not(.active) {
 cursor: pointer; 
 color: #696975;
 position: relative;
 z-index: 10; 
}
.block-news .top-line span.active:after {
  content: ''; 
  position: absolute;
  right: -35px;
  bottom: -36px; 
  width: 143px; 
  height: 76px; 
  background: url(../images/rang-activ.png) no-repeat;
}
.block-news .top-line span:last-of-type.active:after {
  right: -24px;
}
.block-news .top-line span:hover{
  color: #fff;
  cursor: pointer;
}

.news {
  margin: 40px 0;
}
.news img {
  box-shadow: 0 10px 20px 10px rgba(250, 0, 54, 0.15);
}
.news-content {
  margin-left: 38px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  height: 200px;
}
/******************page***************/
.news-content-full img{
margin-top: 10px;
margin-bottom: 25px;
}
.more-date-full{
margin-top: 30px;
}

/******************end page***************/
.title-news {
  background: none;
  -webkit-text-fill-color: initial;
  color: #ff5a63;
  font-family: MyriadPro-Regular;
  margin-bottom: 16px;
}
.info-news {
  line-height: 22px;
}
.more-date {
  margin-top: auto;
}
.more-date .date-news {
  font-size: 14px;
  color: #e8a7ab;
}
.more-date .more-btn {
  font-family: MyriadPro-Regular;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
.more-date .date-news span {
  font-size: 4px;
  color: #ff5a63;
}

.news-list a {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  border-bottom: 1px solid #171514;
  color: #fff;
  padding: 0 35px;
  font-size: 14px;
}
.news-list a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 0;
  width: 34px;
  height: 34px;
  background: url("../images/news-icon.png") center no-repeat;
  transition: 0.3s;
}
.news-list a span:not(.hyphen) {
  color: #e8a7ab;
  margin-right: 10px;
}
.news-list a span.hyphen {
  margin-right: 10px;
}
.news-list a:hover {
  background: #471013;
  margin-left: -60px;
  margin-right: -60px;
  padding: 0 110px;
}
.news-list a:hover:after {
  left: 74px;
}

.pagination {
  justify-content: center;
  padding: 67px 0;
}
.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #050201;
  color: #9b9090;
  margin-right: 25px;
  cursor: pointer;
  transition: 0.3s;
  float: left;
}
.pagination li:last-of-type {
  margin-right: 0;
}
.pagination li.active,
.pagination li:hover {
  background: #781b37;
  color: #f9f7f7;
  box-shadow: 0 5px 20px 0 rgba(250, 0, 54, 0.3);
}
.pagination li.next,
.pagination li.prev {
  background: radial-gradient(#4a0909 , #050201 75%);
  opacity: 0.7;
}
.pagination li.next:hover,
.pagination li.prev:hover {
  opacity: 1;
}
.pagination li.next:before,
.pagination li.prev:before {
  content: "";
  width: 14px;
  height: 15px;
  background: url("../images/pagination-next.png") center no-repeat;
  transition: 0.3s;
}
.pagination li.prev:before {
  transform: rotate(180deg);
}

/*footer*/


/*To top*/

.toTop-fon{
    display: flex;
    justify-content: center;
    height: 61px;
    background: url(../images/fon-totop.png) no-repeat;
    justify-content: center;
    align-items: center;
    margin-top: 33px;
}

.toTop {
  background: url(../images/fon-circle.png) no-repeat;
  width: 56px;
  height: 56px;
  cursor: pointer;
  display: flex;
  opacity: 0.6;
  transition: 0.3s;
}

.toTop:hover {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  opacity: 1;
  transition: 0.3s;
}

/* to top end*/


.footer-top{
  margin-top: 50px;
  padding-bottom: 24px;
  border-bottom: 1px solid#1c1e23;
}
.copirite{
  font-size: 3px;
  font-weight: bold;
  letter-spacing: 0px;
  color: #8a1b1b;
}
.copirite span{
  color: #d86262;
}
.menu-f{
  position: relative;
  left: 17px;
}
.footer-bootom{
  padding-top: 46px;
  padding-bottom: 30px;
}
.footer-bootom-left{
  width: 140px;
}
.footer-bootom-left a{
  opacity: 0.5;
  transition: all 0.3s ease;
}
.footer-bootom-left a:hover{
  opacity: 1;
  transition: all 0.3s ease;
}
.logo-footer img{
  position: relative;
  top: -10px;
}
.footer-bootom-right{
  width: 380px;
}
.footer-bootom-right a{
  opacity: 0.5;
  transition: all 0.3s ease;
}
.footer-bootom-right a:hover{
  opacity: 1;
  transition: all 0.3s ease;
}

.footer-bootom-center{
  width: 455px;
  color: #696975;
  letter-spacing: 1px;
  line-height: 18px;
  font-size: 13px;
}
/*end footer*/

/*modal windovs*/

.modal_div {
  width: 450px;
  min-height: 400px;
  background: url(../images/modal-bg-top.jpg) top no-repeat,url(../images/modal-bg-bottom.jpg) bottom no-repeat;
  background-color: #150b09;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -80px;
  margin-left: -212px;
  display: none;
  opacity: 0;
  z-index: 199;
}

.check_out-content{
  position: relative;
  z-index: 10;
}
.modal_div .modal_close {
  width: 44px;
  height: 44px;
  background: url(../images/close-xxx.png) no-repeat;
  position: absolute;
  top: 7px;
  right: -55px;
  cursor: pointer;
  display: block;
}
.modal_div .modal_close:hover {
  -webkit-filter: brightness(140%); 
  filter: brightness(140%); 
}
#overlay {
  z-index: 190;
  position: fixed;
  background-color: rgb(9 4 15 / 0.85);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
}

.agree-re{
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  line-height: 18px;
  left: 25px;
}

.agree-re a{
  color: #ffac5b;
  text-decoration: underline !important;
}

.agree-re a:hover{
  text-decoration: none !important;
}
.red-button-bottom{
  margin-bottom: 75px;
}

.modat-top-title{
  margin-bottom: 55px;
}

.modat-top-title span { 
  width: 225px;
  height: 60px;
  position: relative;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modat-top-title span:not(.active) {
  cursor: pointer;
  display: flex; 
  background-color: rgb(0 0 0 / 0.4);
  width: 225px;
  height: 60px;
  color: #696975;
  position: relative;
  z-index: 10; 
}
 
.modat-top-title span:hover{
  background-color: rgb(0 0 0 / 0.6);
  width: 225px;
  height: 60px;
  cursor: pointer;
}

.form-check_modal{
  padding-left: 73px;
  padding-right: 73px;
  margin-top: -10px;
  font-weight: normal;
}
.form-check_modal {
  display: none;
}

.form-check_modal.active {
  display: block;
  animation: tab 0.6s linear;
}
.forgot{
  height: 70px;
  padding-top: 28px;
  background: url(../images/lost-pass.png) no-repeat;
  padding-left: 70px;
  position: relative;
  left: -10px;
}
.forgot a{
  color: #ffac5b;
  text-decoration:underline;
}
.forgot a:hover{
  text-decoration:none;
}

/*log-in after authorization*/
.icon-log-in{
  margin-left: 35px;
}
.icon-log-in img{
  border-radius: 50%;
  width: 32px;
  height: 32px;
  background-size: 32px;
}

.log-in{
  position: relative;
}
.log-in-menu-1:after {
  content: "";
  background: url(../images/lang-block.png) no-repeat;
  width: 12px;
  height: 8px;
  position: absolute;
  right: 42px;
  top: 50%;
  margin-top: -4px;
  opacity: 0.2;
  transition: all 0.3s ease; 
}

.log-in-menu-1:hover:after {
  opacity: 1;
  transition: all 0.3s ease; 
}

.main-item-log-in {
  color: #fff;
  z-index: 9;
}

.log-in-menu-1 ul {
  visibility: visible;
  opacity: 1;
  position: absolute;
  background: #040406;
  min-width: 250px;
  z-index: 2;
  left: -115px;
  top: 54px;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0px 10px 25px 0px rgb(0 0 0 / 0.6); 
}

.hidden-block-log-in a{
  padding-left: 50px;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  font-family: MyriadPro-Regular;
}
.hidden-block-log-in a:hover {
  background: #0d0e15;

}
.hidden-block-log-in li a:after{
  content: "";
  position: absolute;
  left: 35px;
  top: 12px;
  width: 8px;
  height: 12px;
  background: url(../images/lang-block-1.png) no-repeat;
  opacity: 0.2;
  transition: all 0.3s ease; 
}
.hidden-block-log-in li a:hover:after{
  opacity: 1;
  transition: all 0.3s ease; 
}

.hidden-block-log-in:after {
  border: 10px solid transparent;
  border-bottom-color: #040406;
  position: absolute;
  right: 110px;
  top: -20px;
  content: "";
}

.main-item-log-in:focus ~ .hidden-block-log-in,
.main-item-log-in:active ~ .hidden-block-log-in {
  visibility: visible;
  opacity: 1;
}
.hidden-block-log-in a:after{
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  width: 16px;
  height: 15px;
  background: url(../images/log-out.png) no-repeat;
  opacity: 0.3;
  transition: all 0.3s ease; 
}
.log-out{
 padding: 10px 0px;
 border-top: 1px solid#1c1e23;
}
.hidden-block-log-in img{
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-size: 48px;
}
.icon-login-big{
  padding: 30px 30px 20px 30px;
  border-bottom: 1px solid#1c1e23;
}
.icon-login-big span{
  color: #696975;
  font-size: 11px;
}
.icon-text{
  font-size: 16px;
}
.icon-login-big p{
  position: relative;
  left: -20px;
}
.hidden-block-log-in a:hover:after{
  opacity: 1;
  transition: all 0.3s ease; 
}

.menulog-in li a {
  color: #fff;
  display: block;
  line-height: 36px;
  font-size: 12px;
  position: relative;
}
.menulog-in li a:hover {
  color: #ff0c45;
}

.menulog-in .active a {
  color: #ffac5b;
}
/*endlog-in after authorization*/

.point {
  background: url(../images/point.png) center no-repeat;
  width: 465px;
  height: 163px;
  animation-name: point;
  animation-duration: 14s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes point {
  20% {
    transform: scale(0.3);
  }
  30% {
    transform: scale(0.5);
  }
  40% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  80% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(0.5);
  }
}

.point-1{
  position: absolute;
  left: -5px;
  bottom: 120px;
}
.point-2{
  position: absolute;
  left: 170px;
  bottom: 130px;
}
.point-3{
  position: absolute;
  left: 180px;
  bottom: 140px;
}
.point-4{
  position: absolute;
  left: 160px;
  bottom: 160px;
}
.point-5{
  position: absolute;
  left: 180px;
  bottom: 150px;
}
.point-6{
  position: absolute;
  left: 335px;
  bottom: 110px;
}


/******animations*****/


.leaves-left-1 {
  background: url(../images/leaves-left-1.png) no-repeat;
  width: 120px;
  height: 133px;
  position: absolute;
  left: -50px;
  top: -300px;
  animation: leaves-left-1 12s infinite linear;
}
@keyframes leaves-left-1 {
  0% {
    top: -300px;
  }
  90% {opacity: 1;}
  100% {
    top: 750px;
    transform: rotate(-200deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-left-2 {
  background: url(../images/leaves-left-2.png) no-repeat;
  width: 160px;
  height: 72px;
  position: absolute;
  left: -50px;
  top: -200px;
  animation: leaves-left-2 12s infinite linear;
  animation-delay: 6s;
}
@keyframes leaves-left-2 {
  0% {
    top: -200px;
  }
  90% {opacity: 1;}
  100% {
    top: 750px;
    opacity: 1;
    transform: rotate(-150deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-left-3 {
  background: url(../images/leaves-left-3.png) no-repeat;
  width: 120px;
  height: 88px;
  position: absolute;
  left: -50px;
  top: -200px;
  animation: leaves-left-3 12s infinite linear;
  animation-delay: 9s;
}
@keyframes leaves-left-3 {
  0% {
    top: -200px;
  }
  90% {opacity: 1;}
  100% {
    top: 750px;
    transform: rotate(-250deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-left-4 {
  background: url(../images/leaves-left-4.png) no-repeat;
  width: 120px;
  height: 106px;
  position: absolute;
  left: -50px;
  top: -300px;
  animation: leaves-left-4 12s infinite linear;
  animation-delay: 3s;
}
@keyframes leaves-left-4 {
  0% {
    top: -250px;
  }
  90% {opacity: 1;}
  100% {
    top: 750px;
    transform: rotate(-150deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-left-5 {
  background: url(../images/leaves-left-5.png) no-repeat;
  width: 170px;
  height: 108px;
  position: absolute;
  left: -50px;
  top: -300px;
  animation: leaves-left-5 12s infinite linear;
  animation-delay: 7s;
}
@keyframes leaves-left-5 {
  0% {
    top: -250px;
  }
  90% {opacity: 1;}
  100% {
    top: 750px;
    transform: rotate(-250deg);
    left: -250px;
    opacity: 0;
  }
}
.leaves-right-1 {
  background: url(../images/leaves-right-1.png) no-repeat;
  width: 200px;
  height: 115px;
  position: absolute;
  right: 20px;
  top: -250px;
  animation: leaves-right-1 12s infinite linear;
  animation-delay: 1s;
}
@keyframes leaves-right-1 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(-200deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(-200deg);
    right: -250px;
    opacity: 0;
  }
}
.leaves-right-2 {
  background: url(../images/leaves-right-2.png) no-repeat;
  width: 140px;
  height: 55px;
  position: absolute;
  right: 20px;
  top: -250px;
  animation: leaves-right-2 12s infinite linear;
  animation-delay: 3s;
}
@keyframes leaves-right-2 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(-100deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(-120deg);
    right: -250px;
    opacity: 0;
  }
}
.leaves-right-3 {
  background: url(../images/leaves-right-3.png) no-repeat;
  width: 160px;
  height: 74px;
  position: absolute;
  right: 10px;
  top: -250px;
  animation: leaves-right-3 12s infinite linear;
  animation-delay: 6s;
}
@keyframes leaves-right-3 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(150deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(170deg);
    right: -250px;
    opacity: 0;
  }
}
.leaves-right-4 {
  background: url(../images/leaves-right-4.png) no-repeat;
  width: 59px;
  height: 110px;
  position: absolute;
  right: 20px;
  top: -250px;
  animation: leaves-right-4 12s infinite linear;
  animation-delay: 9s;
}
@keyframes leaves-right-4 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(150deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(170deg);
    right: -250px;
    opacity: 0;
  }
}
.leaves-right-5 {
  background: url(../images/leaves-right-5.png) no-repeat;
  width: 110px;
  height: 65px;
  position: absolute;
  right: 15px;
  top: -250px;
  animation: leaves-right-5 12s infinite linear;
  animation-delay: 2s;
}
@keyframes leaves-right-5 {
  0% {
    top: -250px;
  }
  90% {
    transform: rotate(150deg);
    opacity: 1;
  }
  100% {
    top: 850px;
    transform: rotate(170deg);
    right: -250px;
    opacity: 0;
  }
}
/*******end animations*******/

.highlight-highlight{
  position: absolute;
  left: -300px;
  bottom: -15px;
}

.highlight {
  width: 133px;
  height: 133px;
  position: absolute;
  left: 645px;
  bottom: 129px;
  animation: highlight 10s infinite linear;
  opacity: 0;
  transform: scale(0);
}
.highlight .highlight-3 {
  width: 133px;
  height: 133px;
  background: url(../images/highlight-3.png) no-repeat;
  position: absolute;
  transform: rotate(0deg);
  animation: highlight-3 10s infinite linear;
}
.highlight .highlight-4 {
  width: 133px;
  height: 133px;
  background: url(../images/highlight-4.png) center no-repeat;
  position: absolute;
  transform: rotate(0deg);
  animation: highlight-4 10s infinite linear;
}
@keyframes highlight-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes highlight-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes highlight {
  0% {
    left: 545px;
    bottom: 129px;
    opacity: 0;
    transform: scale(0);
  }
  20% {
    left: 465px;
    bottom: 99px;
    opacity: 1;
    transform: scale(1);
  }
  80% {
    left: 465px;
    bottom: 99px;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    left: 465px;
    bottom: 99px;
    opacity: 0;
    transform: scale(0);
  }
}


