article, aside, figure, footer, header, hgroup, nav, section{display:block;}
*{margin:0;padding:0;font-family: 'Arial',Arial,sans-serif;}
html, body{position:relative;overflow-x:hidden;}
p{line-height:1.8;margin-bottom:15px;}
ul, ul li{margin-bottom:15px; list-style-position:inside;}
img{max-width:100%;}
* {
  outline: 0 !important;
  font-weight: 400;
    font-size: 18px;
}
a{transition:0.7s;}
button:active, button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
@media (min-width: 1200px){
#main .container, #main .container-lg, #main .container-md, #main .container-sm, #main .container-xl {
    max-width: 1320px;
}
}
body{
	    background: url(img/promo.webp) no-repeat;
    background-attachment: fixed;
    background-size: 100%;
}
header{
	background:#fff;
	padding: 15px 0;
}
#main h1{
	font-size:20px;
}
.right{
	text-align:right;
}
#main header a{
	color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    background: #e90c04;
    padding: 10px;
    border-radius: 8px;
}
.promo{
	padding: 180px 0 140px 0;
    position: relative;
}
.promo .row{
	position:relative;
	z-index:2;
}
.layer{
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 57 154 / 70%);
    top: 0;
    left: 0;
	z-index:1;
}
.slogan h2{
	color: white;
    font-size: 45px;
    font-weight: 600;
}
.slogan h2 span{
	color: #fbfbfb;
    font-size: 45px;
    font-weight: 600;
    display: inline-block;
    background: #e90c04;
    margin: 20px 0;
    padding: 5px 20px;
}
.promo form{
	display: block;
    margin: 0 auto;
    width: 90%;
    background: white;
    padding: 5%;
    max-width: 450px;
}
.t_inp{
	display: block;
    width: 100%;
    max-width: 450px;
    margin: 15px auto;
    padding: 10px;
    border: 1px solid #b3b3e6;
}
.t_sub{
	display: block;
    margin: 10px auto;
    border: none;
    background: #00399a;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 14px;
    width: 100%;
}
.agree input{
	vertical-align: middle;
}
.agree span{
	font-size: 13px;
}
.about{
	background: #fff;
    padding: 100px 0;
}
.about p{font-size:18px;}
.center{
	text-align:center;
}
.about h2{margin-bottom: 30px;}
.about img{
	    display: block;
    margin: 20px auto 20px auto;
    border-radius: 50%;
    border: 2px solid #bcc8dc;
}
h1 img{margin-right:10px;}
.cont_block{
	position:relative;
	padding:90px 0;
	color:white;
}
.cont_block p{font-size:18px;}
.cont_block .row{position:relative;z-index:2;}
#main .cont_block a{
	color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    background: #e90c04;
    padding: 10px;
    border-radius: 8px;
    margin: 30px 0;
    display: inline-block;
}
footer{padding:30px 0;background:#fff;}
footer p{margin-bottom:0;}
header{
    position: fixed;
    width: 100%;
    z-index: 3;
    top: 0;
    left: 0;
}

@media (max-width: 768px){
   h1 img {
    margin-right: 10px;
    width: 46px;
}
#main h1 {
    font-size: 16px;
}
body {
    background: url(img/promo.webp) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
#main header{text-align:center;}
.right {
    text-align: center;
}    
.slogan{text-align: center;}
.slogan h2 {
    color: white;
    font-size: 33px;
    font-weight: 600;
}
}