a {
	color: inherit;
}

/*  */
.dropdown {
    position: relative;
    display: inline-block !important;
    color: white;
    top: 50%;
    transform: translateY(-10%);
}
.dropbtn {
    padding-left: 25px;
    width: 40px;
    white-space: nowrap;
}
.dropbtn._br {
    background: url(../img/br.png) no-repeat left center;
}
.dropbtn._en {
    background: url(../img/en.png) no-repeat left center;
}
.dropbtn {
    cursor: pointer;
}
.dropdown-content {
    display: none !important;
    position: absolute;
    width: auto;
    left: -5px;
    padding: 0px 5px;
    background-color: #2E425A;
}
.dropdown-content a {
    color: black;
    padding: 5px 2px 4px 25px;
    text-decoration: none;
    display: block;
    color: white;
}
.dropdown:hover .dropdown-content {
    display: block !important;
}
.dropdown-content a._en {
    background: url(../img/en.png) no-repeat left center;
    white-space: nowrap;
}
.dropdown-content a._br {
    background: url(../img/br.png) no-repeat left center;
    white-space: nowrap;
}
.men3, .men4 {
    min-width: 173px;
    padding: 0 10px; 
}
.vul2 a:nth-child(1),
.sponsors a:nth-child(1) {
    display: none !important;
}
#menu-main-menu-br-1 {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
#menu-main-menu-br-1 li {
    width: auto;
}
@media screen and (max-width: 768px) {
    
    
    .main-but .href:first-child{
        display:none!important;
    }
    
  header  .dropdown {
    position: absolute;
    bottom: 27px;
 
    left: 250%;

    top: auto;
    transform: none;
    z-index:100;
}
    
    
    .menn {
        display: none !important;
    }
    header .dropdown {
        margin-right: 0 !important;
    }
    .pinok5 {
        margin: 0 !important;
    } 
    header .container {
        position: relative;
    }
    .dropdown-content {
        display: flex !important;
        background: linear-gradient(90deg, #1167D8 0%, #5395E9 100%);
        border-radius: 5px;
        left: 0;
        padding: 0 10px;
    }
    .dropdown-content a {
        margin: 0;
        font-size: 15px;
    }
    .dropdown:hover .dropdown-content {
        display: flex !important;
    }
    .dropbtn {
       display: none;
    }
    .head-edit {
        position: relative;
    }
    .dropdown {
        position: absolute;
        bottom: 5px;
        left: 0;
        top: auto;
        transform: none;
    }
}
/*  */

em{
    font-style:normal!important;
}

.space-units-3-archive-item-img-wrap{
    background:transparent!important;
}

.main-but .href:first-child {
	width: 45%;
	height: 57px;
	border-radius: 5px;
	border: 2px solid #1167D8;
	background: transpsarent;
	display: flex;
	font-size: 18px;
	transition: .3s;
	align-items: center;
	color: #fff;
	justify-content: center;
}

.main-but .href:last-child {
	width: 50%;
	height: 61px;
	border-radius: 5px;
	transition: .3s;
background: linear-gradient(90deg, #1167D8 0%, #5395E9 100%);
border-radius: 5px;
	display: flex;
	font-size: 18px;
	align-items: center;
	color: #fff;
	justify-content: center;
}

.main-but .href:hover {
	transform: scale(1.05);
	background: linear-gradient(90deg, #1167D8 0%, #5395E9 100%);
}

.main-but {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 360px;
	margin-bottom: 30px;
	top: 10px;
	margin-top: -200px;
}

body {
    margin: 0px;
    background-color: #0F1318 !important;

font-family: 'Inter', sans-serif;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

h1{
 	font-size:30px!important;   
}

h1,
h2,
h3,
h4,
h5,
h6,
strong{
	font-size: inherit;
	color:#fff;
	margin-bottom: 15px;
	font-size:26px;
}


header {

	background-size: cover;
	font-size: 36px;

	font-style: italic;
	line-height: 1.2;
	color: #fff;
}

p,li{
    font-size:16px;
}

.slots {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

.slot {
	width: 32%;
	text-align: center;
	border-radius: 5px;
	height: 200px;
	display: flex;
	align-items: flex-end;
	flex-wrap: nowrap;
	background-size: cover!important;
	background-position: center!important;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.slot:hover:before {
    content: ' ';
    border-radius: 5px;
    filter: drop-shadow(0px 10px 34px rgba(255, 58, 26, 0.42));
    background-color: #111;
    background-image: url(/img/krug.png);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .95;
    background-repeat: no-repeat;
    background-size: 100px auto;
    background-position: center;
}

.main .slot img {
	margin: 0px;
}

.slot div {
	color: #fff;
background: #121921;
	font-size: 16px;
	width: 100%;
	padding: 15px 0px;
}

header .main-right-div,
.mob {
	display: none;
}

footer {
	height: 120px;
background: #121921;
	color: #b1b1b1;
	display: flex;
/* 	padding: 20px 0px 10px !important; */
	flex-direction: column;
}

header img.logo{
    width:200px;
}

.fot2 {
    width: 90%;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.fot1 {
    display: flex;
    align-items: center;
    width: 10%;
}

.fot2{
    width:90%;
}


.fot2 a{
    margin-left:15px;
    font-size:15px;
}

.fot2 a:hover{
    color:#fff;
}

.fot2-up{
    width:100%;
    margin-top:25px;
    font-size:12px;
}

header .cont {
	flex-direction: column;
	align-items: baseline;
	padding: 60px 0px;
}

header img {
	width: auto;

}

.cont {
	width: 1300px;
	margin: auto;
	display: flex;
	
}

.main {
	padding: 50px 0px;
	font-size: 18px;
	line-height: 1.5;
}

a {
	text-decoration: none;
}

.mobi{
    display:none;
}

.main img {
	margin: 30px 0px;
}

.button {
	width: 225px;
	height: 60px;
background: linear-gradient(90deg, #1167D8 0%, #5395E9 100%);
border-radius: 5px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto;
	transition:.3s;
}

.button:hover{
    transform:scale(1.03);
}

h1 {

	margin-top: 40px;
	font-size: 36px;
}

.zagolovok {

	margin-top: 20px;
	font-size: 28px;
}

.main-left {
	width: 930px;
	color: #818993;
	font-size: 16px;
	margin-right: 20px;
}

.promo {
	margin: 30px 0px;
}

.promo1 {
    width: 250px;
    height: 50px;

	margin-bottom: 10px;
	border-radius: 5px;
	background-color: transprarent;
	border-radius: 5px;
    border: 2px solid #1167D8;
    color:#fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
	padding:10px;
}

.promo1:hover{
    background:#1167D8;
    cursor:pointer;
}


.promo1 div:nth-child(1) {
    border: 1px dashed #818993;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px;
    width: 60%;
    text-align: center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}



li {
	margin-bottom: 5px;
}

.ab {
	border-radius: 10px;
	background: url(fon-ab.png) no-repeat;
	position: relative;
	padding: 27px;
	background-size: cover;
	margin-top: 50px;
	margin-bottom: 40px;
	margin-left: 40px;
}

strong {
	display: block;
	margin-top: 40px;
	font-size: 20px;
}

.main-right {
    width: 350px;
    margin-top: 50px;
}

.main-right-div {
	border-radius: 5px;
background: #121921;
	padding: 30px;
	  padding-left: 0px;
	  padding-right:0px;
	color: #292929;
	font-size: 18px;
	width: 100%;
	    padding-bottom: 5px;
}

.main-right-div0 {
	top: 10px;
	position: sticky;
	position: -webkit-sticky;
}

.main-right-div1 {
    line-height: 1;
    font-size: 26px;
    color: #111;
    padding-left: 30px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #fff;
}

.main-right-div2 {
	margin: 10px 0px;
}

.main-right-div2  a{
    	padding: 10px 0px;
    	font-size: 18px;
    	display:block;
}

.main-right-div2 div {

	color: #b1b1b1;
	font-size: 15px;
	cursor: pointer;
	padding-left: 30px;
	background-position: bottom
}
.main-right-div2 div:hover,.main-right-div2 a:hover div {
    color:#fff;
}
.main-right-div2 a:hover {


	background-position: left;
	color: #fff;
background: linear-gradient(90deg, #1167D8 0%, #5395E9 100%);
}

img {
	max-width: 100%;
}

@media screen and (max-width: 1350px) and (min-width: 1000px) {
    
    
    h1{
        font-size:30px !important;
    }
    
    .main-left,p,li,.slot div{
        font-size:14px !important;
    }
    
    .slots{
        margin-bottom:30px;
    }
    
    .main-left {
    width: 850px;
    }
    
	.main-right {
		width: 300px;
	}
	
	h1, h2, h3, h4, h5, h6, strong {
    font-size: inherit;
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px !important;
}
	
	.menu__title {
		font-size:20px !important;
	}

.fot2 a{
    font-size:12px !important;
    margin-left:10px;
}
footer{
    height:80px;
}

.main-right-div1{
    font-size:20px !important;
        margin-bottom: 20px;
}
	
	.main-right-div2 div{
	    font-size:13px !important;
	}
	
	.main-but .href:first-child,
	.main-but .href:last-child{
    width: 45%;
        font-size: 13px !important;
    height: 47px;
	}
	.main-but.mob {
		display: none;
	}
	.main-but {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 300px;
	}
	.slot {
		height: 160px;
	}
	.cont {
		width: 1000px;
		margin: auto;
		display: flex;
	}
	header {
		font-size: 30px !important;
	}
}

@media screen and (max-width: 1000px) {
    
    .space-units-3-archive-item.box-33:nth-child(3){
        display:none;
    }
    
    #menu-main-menu-1,
    #menu-main-menu-br-1{
            justify-content: space-around!important;
    }
    
   .fot2  #menu-main-menu-1   a{
        margin-left:0!important;
    }
    
    .fot2  #menu-main-menu-br-1   a{
        margin-left:0!important;
    }
    
   .promo1 {
    width: 100%;
    box-sizing: border-box;
    height:60px;
}

.promo1 div:nth-child(1) {
    height: 35px;
    width: 70%;
}

    .mobi{
        display:flex;
    }
    
    .mob.open,.mob.close{
        width:30px
    }
    
    
    
	#s2 br {
		display: none;
	}
	.footer img {
		display: none;
	}
	.main-but .href {
	    height: 31px!important;
		font-size: 3vw!important;
	}
.main-but.mob {
    display: flex;
    position: relative;
    z-index: 0;
    right: 0px;
    top: 0px;
    margin-top: 0px;
    width: 50vw;
    margin-left: 3vw;
}
	.slot {
		width: 48%;
		text-align: center;
		border-radius: 5px;
		height: 160px;
	}
	.cont {
		width: 90vw;
		margin: auto;
		display: flex;
		margin-bottom: 1px;
	}
	.main-right {
		display: none;
	}
	.main-left {
		width: auto;
		margin-right: 0px;
	}
	header {
		height: auto;

		background-size: cover;
		font-size: 5vw !important;
	
		font-style: normal;

		line-height: 1.5;
		color: #fff;
	}
	h1 br {
		display: none;
	}

	header img {
		width: auto;
		margin-bottom: 0px;
	}
	
	.main-but{
	    margin-bottom:0px;
	}
header .cont {
    flex-direction: row;
    align-items: baseline;
    padding: 30px 0px;
    flex-wrap: nowrap;
}

.main-but .href{
    font-size:12px !important;
}
	.main {
		padding: 30px 0px;
		font-size: 16px !important;
		line-height: 1.5;
	}
	.ab {
		border-radius: 10px;
		background: url(fon-ab.png) no-repeat;
		position: relative;
		padding: 17px;
		background-size: cover;
		margin-top: 50px;
		margin-bottom: 40px;
		margin-left: 0px;
	}
	.space-header-2-nav {
	display: none;
}
	
footer .cont {
    flex-direction: column;
}

.fot1 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: auto;
    justify-content: center;
}


.fot2 {
    width: 100%;
    display: flex;
}

.fot2-down{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.fot1 img{
    width:30%;
    margin-top:10px;
    }
    
    .fot2-up {
    width: 100%;
    margin-top: 15px;
    font-size: 10px !important;
    text-align: center;
}

	.fot2 {
		padding-left: 0px;
		font-size: 14px !important;
		line-height: 1.4;
		padding: 30px 0px;
	}
	footer {
		height: auto;
	}
	body,
	html {
		position: relative;
		overflow-x: hidden;
		height: 100%;
	}
	header .main-right-div {
		position: absolute;
		right: 0px;
		top: 0px;
		margin-top: 0px;
		width: 100vw;
		display: block;
		transition: .3s;
		box-sizing: border-box;
		transform: translateX(-150%);
	}
	.main-right-div2 {
		margin: 10px 0px;
		font-style: normal;
		text-transform: none;
		
	}
	header .main-right-div.acriv {
		transform: translateX(0%);
		height: 3000px;
		background-repeat: no-repeat;
		z-index: 2;
	background: #0F1318;
	}
	
	
	.main-right-div2 a:nth-child(2n){
	    background: #121921;
	}
	
.mob {
    display: block;
    position: absolute;
    z-index: 3;
    right: 5vw;
    top: 38px;
}

header img.logo {
    width: 20vw;
}
	p, li,.main-left{
	    font-size:14px !important;
	}
	
	h1, h2, h3, h4, h5, h6, strong{
	    font-size:20px !important;
	}
	
		h1 {

		margin-top: 0px;
		font-size: 23px!important;
	}
	
	strong {

	margin-top: 20px!important;
	}
	.fot2 a {
    margin-left: 15px;
    font-size: 15px !important;
    margin-bottom: 5px;
}
	.slots{
	    margin-bottom:30px;
	}
	.button{
	    margin-top:0px;
	}
	
	body {
    margin: 0px;
    background-color: #0F1318;

  
    background-repeat: no-repeat;
    background-size: 1500px auto;
    background-position: center top;
}
	
	.close {
		display: none;
	}
}

body,
html {
	-webkit-overflow-scrolling: touch;
}

@media not all and (max-width:1000px) {
	body,
	html {
		height: auto;
	}
}


/* new style */

.space-units-3-archive-item-button2 {
	display:none !important;
}

.space-sidebar-section {
	top:70px;
}

.space-page-section-error {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom:3em;
}

.space-page-section-error-img {
	width:45%;
	text-align: right;
}

.space-page-section-error-text {
	width:45%;
}

.space-page-section-error-text p {
	width: 80%;
	font-size: 2em;
	line-height: 1.5em;
	color: #fff;
}

.space-page-section-error-back {
	text-align:center;
	
}

.space-page-section-error-link {
	font-size: 1.5em;
	background: #121921;
    color: #b1b1b1;
	padding: 1em 2.5em;
	border-radius: 16px;

}

.space-page-section-error-link:hover {
	color:#fff;
	background: linear-gradient(90deg, #1167D8 0%, #5395E9 100%);
}

.error-section {
	margin-bottom: 5em;
}

@media screen and (max-width: 1000px) {
	.space-page-section-error {
		flex-direction: column;
	}
	
	.space-page-section-error-img {
	width:90%;
	text-align: center;
}

.space-page-section-error-text {
	width:90%;
	text-align: center;
}
	
	.space-page-section-error-text p {
	width: 100%;
}
	.space-page-section-error-link {
		font-size: 1em;
	}
	
	.error-section {
		margin-bottom: 2.5em;
	}
	
}

.post__image {
  float: left; 
  margin-right:20px;
}

@media screen and (max-width:768px) {
   .post__image {
  float: none; 
 
} 
.post__image img {
    width:100%;
}
}

.fot2-up img {
width:30px;
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.fot2-up img:hover {
-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.fot2-up {
    display: flex;
    align-items: center;
    justify-content: end;
}
.telegram {
margin-right:15px;
}

.img-micro {
    float:left;
    margin-right:20px;
    max-width:200px;
}

.img-micro img {
    width:100%;
    border-radius:15px;
}
@media screen and (max-width:768px) {
    .img-micro {
        max-width:150px;
    }
}



#step1, #step2, #step3,
#step4, #step5, #step6, #step7,
#step8, #step9 {
margin-top:10px !important;
margin-bottom:10px !important;
}
#step1 strong, #step2 strong,
#step3 strong, #step4 strong, 
#step5 strong, #step6 strong,
#step7 strong, #step8 strong,
#step9 strong {
margin-top:10px !important;
margin-bottom:10px !important;
}

.img-big {
	width:65%;
	margin:20px auto;
	text-align:center;
}

.img-big img {
	width:100%;
}
@media screen and (max-width: 600px) {
	.img-big  {
		width:100%;
	}
}

.main__table {
	overflow-x:auto;
}