﻿@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');
@charset "windows-1251";
* {
   margin: 0;
   padding: 0;
   outline: none;
}

html, body {
	
}

body {
	background-attachment: fixed;
	background-size: 100%;
	font-family: 'Roboto', sans-serif; 
}

.menu {
	color: #e2dced;
}

.one {
	margin-top: 23%;
	color: #1574BC;
    font-family: "Poppins", Sans-serif;
	font-size: 8vw;
	text-align: left;
    font-weight: 900;
    letter-spacing: 1.4px;
	text-decoration: none;

}

.two {
	color: #F39511;
    font-family: "Poppins", Sans-serif;
	font-size: 8vw;
	text-align: left;
    font-weight: 900;
    letter-spacing: 1.4px;
	margin-bottom: 8%;
	text-decoration: none;
}


.link{
    color: #08468c;
    padding-top: 10pt;
    padding-bottom: 0px;
	text-decoration: none;
	font-family: "Ramabhadra", Sans-serif;
	font-size: 18px;
    font-weight: 800;
	display: inline;
	width: auto;
}

.link2{
	color: #08468c;
    padding-bottom: 0px;
	text-decoration: none;
	display: inline;
	width: auto;
}

.title{
    color: #08468c;
	margin-top: 2rem;
}

.ground {
    padding-bottom: 1.5rem;	
}

.ground-t {
	background: #e3e3e3;
    padding-bottom: 1.5rem;	
}

p{
    margin-bottom: 0.5rem;	
}

.main-logo {
    width: 100%;
    max-width: 800px;
    margin-top: 30px;
    margin-bottom: 30px;	
}


.logo {
	background-image: url(img/v9.jpg);
    background-position: center calc(100% + 50px);
	min-height: 500px;
	background-size: cover;
	position: relative;
}


.logo::before {
  content: '';
  position: absolute;
  inset: 0;
  background-color: rgb(255 255 255 / 1%);
  z-index: 0;
}

.logo > * {
  position: relative;
  z-index: 1;
  padding: 20px;
}