@import url('https://fonts.googleapis.com/css?family=Lato|Merriweather|Oswald|Roboto&display=swap');
*{

	box-sizing: border-box;
}

body{
	font-size: 18px;
	line-height: 24px;
	background-image: url(../images/1.jpg);
	height:auto;

}
.top{
  background-color: #000000;
  background:rgba(0,0,0,0.6);
  min-height: 35px;
}
header{
  background:rgba(0,0,0,0.5);
  width:100%;
}
header a{
  text-transform: uppercase;
  font-weight: 800;
  text-decoration:none;
  color:#fff;
}
a {
    display: inline-block;
    
    line-height: 1;
    text-decoration:none;
    cursor: pointer;
}
a:after {
    background-color: #FBBD08;
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
header a:hover:after,
header a:focus:after {
    width: 100%;
}
header a:hover{
  color:#ddd;
}
nav{
	
}
.container{
	margin: 0 auto;
	max-width: 1170px;
}
	@media(max-width: 1200px){

	.container{

		max-width:970px;
	}
}
	@media(max-width: 992px){

	.container{

		max-width:750px;
	}
}
	@media(max-width: 767px){

	.container{

		max-width:none;
	}
}
.header__inner {
	display: flex;
	justify-content: flex-end;
}
.block__one{
	
	color:#FFFFFF;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
	margin-top: 50px;

}
.menu__list {
	display: flex;
}
.menu__list li {
	margin: 10px 20px;
	padding: 5px 0;
}
.menu__list a{
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 2px;
	font-family: 'HelveticaNeueCyr', sans-serif;
}
.block__one h3{
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;	
	padding-bottom: 6px;
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 15px;
}
.text{
	width: 600px;
	margin: 0 auto;
	line-height: 16px;
}
.text:nth-child(7){

	margin-bottom: 100px;
}
.block__one span{
	border-bottom: 2px solid #F4D436 ;
}
.school, .soder{
	list-style-type:none;
}

.button-custom {

border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
margin: 25px 5px 5px 0px;
margin: 5px;
}

.btn-custom-one {
background-color: transparent;
color: #fff;
border: 2px solid rgb(251, 189, 8);
}

.btn-custom-one:hover {
background-color: rgb(251, 189, 8);
text-decoration: none;
color: #fff;
}

.btn-custom-two {
color: #fff;
background-color: rgb(244,212,54);
border: 2px solid rgb(244,212,54);
margin-bottom: 3px;
}

.btn-custom-two:hover {
border: 2px solid rgb(244,212,54);
text-decoration: none;
color: #fff;
background-color: transparent;
}

.block__one h4{
	
	font-family: "Oswald";
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
}

.button{
	display: flex;
	justify-content: center;
	padding-top: 30px;
	margin-bottom: 100px;
}
.recommend {
    list-style: none;
}
 li {
    position: relative;
}
.recommend li:after {
    content: '\2714';
    position: absolute;
    top: -3px;
    left: -15px;
    color:#F4D436;
}
text:nth-child(1){
	margin-top: 20px;
}
.soder li {
    position: relative;
}
.soder li:after {
    content: '\2714';
    position: absolute;
    top: -3px;
    left: -15px;
    color:#F4D436;
}