/*General*/
h1 {
    
font-family: Inter;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 150%;
	text-transform:uppercase;
}

h2 {
    font-size: 27px;
    font-weight: 500;
    line-height: 120%;
    z-index: 1;
	text-transform:uppercase;
}

h3 {
        font-size: 18px;
    font-weight: 500;
    line-height: 120%;
    z-index: 1;
	 
}
a.btn {
    border-radius: 5px;
    transition:0.5s;
    padding: 15px 30px;
    display: inline-block;
    text-decoration: none;
}

 .inside-article {
    padding: 60px 45px !important;
    background-color: #2B2B2B !important;
    color: white;
}
.blue-text{
	color:#0038FF;
}
.blue-background{
	background-color: #EB3323;
	color:white;
}
.bottom-border {
    border-bottom: 1px solid red;
    padding-bottom: 20px;
}
.blue-background:hover{
	color:#0038FF;
	background-color:white;
}
.orange-background{  
	background-color:#EB3323;
	color: white;
}
.orange-background:hover {
       background-color: #8d1a11;
    color: white;
}
.white-background{
	background-color:white;
	color:#0038FF;
}
.nav-btn-block a.btn.white-background{
	background-color:white;
	color:#0038FF;
}
.white-background:hover{
	color:white;
	background-color:#0038FF;
}
.nav-btn-block a.btn.white-background:hover{
	color:white;
	background-color:#0038FF;
}
.nav-btn-block {
    display: flex;
    gap: 10px;
    margin-left: auto;
    width: 100%;
    justify-content: space-between;
}

.nav-btn-block a.btn {
    padding: 10px 20px;
	font-size: 14px;
}
.mobile-hidden{
	display:flex;
}
.desktop-hidden{
	display:none;
}
 
.inside-article a.btn {
    display: block;
    margin: 15px auto;
    text-align: center;
   
    width: fit-content;
}
.inside-article img {
    display: block;
    margin: 35px auto;
}
/* End General*/
/*Hero*/
body{
	    background-image: url(/wp-content/uploads/2024/07/bg_img-1024x585.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
}
.separate-containers .site-main {
    margin: 0px;
}
.footer .wp-block-group.has-background.is-layout-flex.wp-block-group-is-layout-flex {
    padding: 10px 40px;
}

.footer a.btn.orange-background.slot-js {
    margin-left: 25%;
}
.header-wrap {
     
}
.hero-logo-text {
    font-family: Inter;
    font-size: 120px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: white;
}

.hero-content p {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 600;
    line-height: 140%; /* 22.4px */
    letter-spacing: 3.36px;
    text-transform: uppercase;
}


.hero-content {
    padding: 220px 0px;
}
.inside-header.grid-container {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(4px);
    padding: 0 10px;
    
}

header#masthead {
    padding-top: 15px;
}
.main-navigation .main-nav ul li a {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
   
}
.main-navigation .main-nav ul li a {
        padding-left: 15px;
    padding-right: 25px;
    line-height: 45px;
}
.nav-float-right #site-navigation {
    margin-left: 50px;
}
li.slot-js.menu-item.arrow a {
    position: relative;
}

li.slot-js.menu-item.arrow a:after {
    content: "";
    display: block;
    padding: 0 0px;
    transform: rotate(45deg);
    border: 1px solid;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 8px;
    top: 18px;
    line-height: 10px;
    border-color: #ff000000 white white #ffffff00;
}
li.slot-js.menu-item.live a:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    top: 18px;
    background: green;
    margin: 0px 8px 0px 0;
}
li.slot-js.menu-item.star a:before {
    content: "✰";
    display: block;
    padding: 0 0px;
    
    position: absolute;
    left: 0;
    top: 0;
	margin: 0px 8px 0px 0;
}
li.slot-js.menu-item.slot a:before {
    content: "❤";
    display: block;
    padding: 0 0px;
    position: absolute;
    left: 0;
    top: 0;
	margin: 0px 8px 0px 0;
}
.main-navigation .main-nav>ul {
    
    gap: 10px;
}
/*End Hero*/
/*Copyright*/
.copy-content {
    position: relative;
    
}

.site-logo {}

.copy-content .site-logo {
    position: absolute;
}

.copy-content p {
    margin-bottom: 0;
    text-align: center;
}
section.footer {
   
    color: white;
}
/*End Copyright*/
.main-navigation .inside-navigation.grid-container {
    flex-direction: column;
    width: 100% !important;
    max-width: 100% !important;
	margin-left:15px;
}
 .nav-float-right #site-navigation {
    margin-left: 0px;
    width: 100%;
}
.main-navigation .inside-navigation {
    display: flex;
    align-items: unset;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inside-header {
   padding: 0px 10px 5px;
    margin: 0;
}
header#masthead {
    padding-top: 0;
	background:#2B2B2B;
}
.main-navigation .main-nav ul li a:hover {
    background: #eb3323!important;
    color: white!important;
}
div#primary-menu {
    background-image: linear-gradient(45deg, #8d1a11 70%, transparent);
	    border-radius: 3px;
}
.top-button-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

a.button-top.slot-js {
    padding: 5px 10px;
    background: #8080808c;
    color: white;
    border-radius: 5px;
    transition: 0.5s;
}
a.button-top.green.slot-js {
    background: #03b903;
}
a.button-top.green.slot-js:hover,
a.button-top.slot-js:hover {background: #eb3323;}

ul.wp-block-list {margin: 0 0 25px 0;}
 ul.wp-block-list li {
    list-style-type: none; /* Прячем исходные маркеры */
     position:relative;
   }
ul.wp-block-list li::before {
  /* position: absolute; */
  content: ""; /* Сам маркер */
  background:red;
  width: 6px;
  height: 6px;
  line-height: 5px;
  margin-right: 10px; /* Расстояние от маркера до текста */
  display: inline-block;
  border-radius: 50%;
  }
@media screen and (max-width: 1285px) {
	    .header-wrap {
        padding: 0 20px;
        background: #2b2b2b;
    }
    .mobile-hidden{
	display:none;
}
.desktop-hidden{
	display:flex;
}
}
@media screen and (max-width: 1150px) {
   
}

@media (max-width: 990px) {
}

@media (max-width: 768px) {
	h1,h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    z-index: 1;
	text-transform:uppercase;
}
	.inside-article a.btn {
   
    width: 100%;
}
	 .inside-article {
    padding: 40px 10px !important;
    background-color: #2B2B2B !important;
    color: white;
}
	.copy-content .site-logo {
    position: relative;
}

.copy-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
	 
	.inside-article ul {
    margin: 20px;
} 
	
   .hero-logo-text {
     
    font-size: 60px;
    
}
	.hero-content p {
    
		font-size: 14px;
	}
}

@media (max-width: 740px) {

}

@media (max-width: 690px) {
   
}

@media (max-width: 520px) {
   
}

@media (max-width: 400px) {
   
}
