:root {
  --container: 1250px;
  --akz_font:akzReg;
  --akz2_font:akz;
  --akz_medium:akzReg;
  --akz_light:akzLight;
  --h1:SpectralSC-ExtraBold;
  --h2:SpectralSC-Bold;
  --menu:akzLight;
  --list1:#6f5097;
  --list2:#6f5097;
  --list3:#6f5097;
}


@font-face {
  font-family: 'akz';
  src: url('AkzProMd.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'akzReg';
  src: url('AkzProRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'akzLight';
  src: url('AkzProLight.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: 'akzSuper';
  src: url('AkzProBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}





@font-face {
  font-family: 'Spectral-Bold';
  src: url('Spectral-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Spectral-Italic';
  src: url('Spectral-Italic.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Spectral-Medium';
  src: url('Spectral-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'Spectral-Regular';
  src: url('Spectral-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


@font-face {
  font-family: 'SpectralSC-Bold';
  src: url('SpectralSC-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
  font-family: 'SpectralSC-ExtraBold';
  src: url('SpectralSC-ExtraBold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: transparent; 
}
body {
    padding: 0;
    margin: 0;
	font-family:Spectral-Regular;
	background-color:#fff;
	color:#333;
}

html{
	
	font-size:18px;
	
}

b,strong{
	font-family:akz
}

i,em{
	font-family:Spectral-Italic
}

h1,h2,h3,h4,b{
	
	font-weight:normal;
	
}


h1{
	
	margin: 0 0 25px;
    padding: 0;
    font-family: SpectralSC-ExtraBold;
    font-size: 36px;
	line-height:41px
}

h2{
	
	margin:0 0 23px;
	padding:0;
	font-family: akz;
    font-size:22px;
	
}

a{
	
	color:#333;
	
}

p{
	
	font-size:18px;
	line-height:23px;
	 font-family: akzReg;
	 margin:0;
	 padding: 0 0 20px;
}

.pb40{
	
	padding-bottom:40px;
	
}

.container_wraper {
	width:100%;
	max-width:var(--container);
	margin:0 auto 20px;
	padding:20px;
}

.container_wraper2 {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto 20px;
    padding:20px 20px;
	min-height:90px;
}

header.container_wraper {
	padding:40px 20px 0 20px;
}

.top_menu{
	font-family: akzReg;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.top_txt{
	font-family: SpectralSC-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    max-width: 463px;
	    margin-right: 15px;
}

.top_logo{
	
	width:95px;
	height:95px;
	background-image: url(/assets/static/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
	margin-right:20px
}


.top_menu a{
	
	    font-size: 18px;
    color: #fff;
	text-decoration: none;
	
}

.head_flex{
	display:flex;
	align-items:center;
}

.head_flex .head_flex_text {
    margin-left: 30px;
    font-family: SpectralSC-Bold;
    font-size: 22px;
    line-height: 29px;
    max-width: 510px;
    color: #7a62a0;
}

.head_flex_logo{
	width:120px;
	height:120px;
	background-image:url(/assets/static/images/logo.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center
}

.container {
    height: 100svh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transform-style: preserve-3d;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -webkit-perspective: 500px;
}

.logo {
    max-width: 300px;
    max-height: 300px;
    width: 100%;
    height: 100%;
    background-image: url(/static/images/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    animation:  dott 15s infinite linear;
}

.container_header{
	
	width:100%;
	height:400px;
	position:relative;
	background-image:url(/assets/static/images/header.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	overflow:hidden;
	margin-bottom:20px
}

.container_header .wing{
	position:absolute;
	left:50%;
	top:-70px;
	transform:translateX(-50%);
	width:550px;
	opacity:1;
	z-index:2
}


.container_header .light{
	position: absolute;
    left: 49%;
    top: 1px;
    background-image: url(/assets/static/images/light.png);
    transform: translateX(-50%);
    width: 100%;
    max-width: 708px;
    height: 450px;
    z-index: 1;
    background-size: contain;
	opacity: .5;
}

.container_header .circle{
	position: absolute;
    left: 50%;
    top:85px;
    background-image: url(/assets/static/images/circle7.png?100);
    transform: translateX(-50%);
    width: 100%;
    max-width:266px;
    height:376px;
    z-index: 3;
    background-size: contain;
}

.container_header .wing video{
	width:100%;
	filter: blur(1px);
}

.container_header .zoom_container{
	position:relative;
	width:100%;
	height:100%;
	transform: scale(.3);
	animation: scales 10s forwards linear;
	z-index:10
}

.container_head, footer{
	background-image:linear-gradient(#47306b, #7a62a0);
}
footer{
	padding:10px;
}
.top{
	display:flex;
    align-items: center;
    justify-content: space-between;	
	    margin: 0 auto;
}


.soc{
	
	display:flex;
    align-items: center;

	
}


.container_head .soc a{
	display:block;
    position: relative;
    height: 40px;
    width: 40px;
	  background-position: center center;
    cursor: pointer;
    border-radius: 50%;
    opacity: .6;
    border: 2px solid #fff;
	transition:all .3s;
	
}

.container_head .soc a:hover{
	
	opacity:1;
}


.container_head .telegram{
    background-image: url(/assets/static/images/telegram2.svg);
    background-repeat: no-repeat;
    background-size: 62%;
}

.container_head .vk{
	
    background-image: url(/assets/static/images/vk.svg);
    background-repeat: no-repeat;
     background-size:72%;
	 margin-left:15px;
}



.container_head .service .user {
	display: block;
    position: relative;
    height: 33px;
    width: 33px;
    background-image: url(/assets/static/images/user.svg);
    background-size:67%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
	border-radius:50%;
	border:1px solid #fff;
}

.container_head .service .search {
display: block;
    position: relative;
    height: 33px;
    width: 33px;
    background-image: url(/assets/static/images/search6.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    cursor: pointer;
    margin-right: 20px;
	
}

.container_head .service {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.title_rub{
	display:flex;
	justify-content: space-between;
	padding:50px 0 0;
	align-items: center;
}

.title_rub div:nth-child(1){
	
	font-family:akzSuper;
	font-size:30px;
}
.title_rub div:nth-child(2){
	
	font-family:akz;
	font-size:18px;
}

.container_wraper_content{
	
	max-width:var(--container);
	margin:0 auto;
	padding: 20px;
}

footer{
	
	margin-top:40px
	
} 

footer .bottom{
	
	color:#fff;
	margin-bottom:0;
	text-align:center;
	font-size: 18px;
    line-height: 22px;
	
}

footer .bottom span{
	
	display:block;
	padding-bottom:10px;
	font-family:akzReg
	
}



@keyframes dott {
    0% {
        transform: rotateY(360deg);
    }

    100% {
        transform: rotateY(0);
    }
}


@keyframes scales {
    0% {
        transform: scale(.3);
    }

    100% {
        transform: scale(.9);
    }
}

@media only screen and (max-width: 750px) {
.top_txt {
    font-size: 18px;
    line-height: 23px;
}
.top_logo{
	
	display:none;
	
}
}


@media only screen and (max-width: 600px) {

.head_flex {
    display: block;
}

.head_flex_logo{
	width: 120px;
    height: 120px;
	margin:0 auto;
	
}

.container_wraper {
  
    padding: 10px;
}

 .container_wraper2{
	   margin: 0 auto;
	 
	 
 }

.head_flex .head_flex_text{
	
margin-left:0;
margin-top:20px;
text-align:center;
	max-width: 100%;
	font-size:16px;
}

p {
    font-size: 17px;
}

h1 {
    font-size: 26px;
	line-height: 31px;
	margin:0;
}
h2 {
    font-size: 20px;
	line-height: 25px;
}

	.title_rub {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 20px;
}

.container_wraper_content {
  
    padding: 15px;
}


}

@media only screen and (max-width: 500px) {
	


.top {
	display:block;
}
.top_txt {
   text-align:center;
   font-size: 18px;
    line-height: 22px;
}

.container_head .service {
	margin-top:20px;
    justify-content: space-around;
}

}