
body{
	margin: 0;
	padding: 0;
	background-color: #180c3e;
	color: antiquewhite;
	font-family: sans-serif;
}
.img-1{
    width: 1000px;
    height: 388px;
    background-color: #572ae7;
    background-image: url(/img/1.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.logo{
   width: 160px;
   height: 120px;    
	margin-right: auto;
	background-image: url('/img/2.jpg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.sss{
    padding: 50px 0px 50px 0px;
    margin-left: 30px;    
    color: goldenrod;
    font-size: 16px;
    font-weight: bold;
	 text-decoration: underline;
	 text-shadow: 0 0 5px #e50000a6, 0 0 10px #ffffff5e, 0 0 20px #00aaffe8, 0 0 40px #00aaffc7;
}
.kn {
    width: max-content;
    height: max-content;
    background-color: #ad3001;
    box-shadow: 5px 5px 8px 0px rgb(34 60 80 / 72%);
    border: 1px #362789 solid;
    padding: 15px;
    color: antiquewhite;
    font-weight: bold;
    letter-spacing: 2px;
	 text-decoration: none; transition: all 0.1s linear
}

 .kn:hover{
	  background-color: #3d01ad;
    box-shadow: 5px 5px 8px 0px rgb(34 60 80 / 72%);
    border: 1px #362789 solid;
    padding: 15px;
    color: antiquewhite;
	 transition: all 0.1s linear
}
.row{
	    display: flex;
    flex-direction: row;
}
.column{
	 display: flex;
    flex-direction: column;
}
.text{}
.text1{    color: antiquewhite;
    font-weight: bold;
    font-size: 40px;
	 margin-top: 50px;
	    margin-bottom: 20px;}
.text2{    color: antiquewhite;
    font-size: 28px;
	    margin-bottom: 64px;
		line-height: 1.3;}
.contain{	
    width: 1240px;
	 margin: 0 auto;
}
.block{
	background-color: antiquewhite;
}
.block1{
	background-color: antiquewhite;
}
.block1 img {
	    padding: 10px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
width: 400px;
    height: 235px;
    margin: 50px 0px 10px 0px;
}.block2 img {
	    padding: 10px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
width: 400px;
    height: 235px;
    margin: 50px 0px 10px 0px;
}
.block3 img {
	    padding: 10px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2) inset;
width: 400px;
    height: 235px;
    margin: 50px 0px 10px 0px;
}
.block2{
	background-color: antiquewhite;
	margin-left: 700px;
    margin-top: -300px;
}
.block3{
	background-color: antiquewhite;
	 margin-left: 130px;
    margin-top: -30px;
}
.tex1{color: black;
    font-size: 30px;
    font-weight: bold;}
.tex2{color: black;
    font-size: 25px;
    }
/* Ключевые слова */
scroll-behavior: auto;
scroll-behavior: smooth;

/* Глобальные значения */
scroll-behavior: inherit;
scroll-behavior: initial;
scroll-behavior: unset;ad