a {
	color: inherit;
}

.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;
    background-image: url(/img/fon.png);
font-family: 'Inter', sans-serif;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong{
	font-size: inherit;
	color:#fff;
	margin-bottom: 15px;
	font-size:26px !important;
}


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;
	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 !important;
	font-size: 20px !important;
}

.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;
    }
    
    .main-left,p,li,.slot div{
        font-size:14px;
    }
    
    .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;
}

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

.main-right-div1{
    font-size:20px;
        margin-bottom: 20px;
}
	
	.main-right-div2 div{
	    font-size:13px;
	}
	
	.main-but .href:first-child,
	.main-but .href:last-child{
    width: 45%;
        font-size: 13px;
    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;
	}
}

@media screen and (max-width: 1000px) {
    
   .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: 35px!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: 5vw;
}
	.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;
	
		font-style: normal;

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

		margin-top: 0px;
		font-size: 23px;
	}
	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;
}
	.main {
		padding: 30px 0px;
		font-size: 16px;
		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;
	}
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;
    text-align: center;
}

	.fot2 {
		padding-left: 0px;
		font-size: 14px;
		line-height: 1.4;
		padding: 30px 0px;
	}
	
	#menu-main-menu-1 {
		justify-content:space-between !important;
	}
	
	#menu-main-menu-1 li:nth-child(4) {
		margin:5px auto !important;
	}
	
	#menu-main-menu-1 li {
		margin: 5px 0;
	}
	
	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;
	}
	
	h1, h2, h3, h4, h5, h6, strong{
	    font-size:20px;
	}
	
	.fot2 a {
    margin-left: 15px;
    font-size: 15px;
    margin-bottom: 5px;
}
	.slots{
	    margin-bottom:30px;
	}
	.button{
	    margin-top:0px;
	}
	
	body {
    margin: 0px;
    background-color: #0F1318;
    background-image: url(/img/fon.png);
  
    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;
	}
}