﻿/*!
Глобальные
 */
h2 {
	margin-top: 100px; /*h2 всегда заголовок блока*/
}


/*!
------------
Шапка
------------
*/

.header {
	color: white;
	text-align: center;
	height: 600px;
	background-position: center center;
}

.header h1{
	font-family: 'Montserrat', sans-serif;
	padding: 0px 20px 40px 20px;
	font-size: 140%;
	height: 180px;
	margin-bottom: 100px;
}

.header h4{
	font-size:160%;
	padding: 60px 10px 30px 0px;
	color: silver;	
}

/*.header h5{
	font-size:120%;
	padding: 30px 10px 30px 10px;
	color: silver;
}*/	


/*!
---------
Меню
----------
*/

.menu-text {
	color: silver;
}

/*
---------
Блок "для кого"
----------
*/

.icon {
  margin-top: 15px;
  margin-left: 15px;
  width: 100px;
  height: 100px;
  display: inline-block;
  text-align: center;
  line-height: 100px;
  background-color: #f7f7f7;
  border-radius: 50%;
}

.icon img {
    width: 72px;
    height: 72px;
}

/*!
---------
Как
----------
*/

.step {
	margin-top:-42px;
}

/*!
---------
Цены
----------
*/

.opobprices {
	height: 50px;
}

.opobprices h5{
	margin-top: 12px;
}


.diplom-zap {           /*Форма запроса имени через надписи на дипломе*/
	background-image: url(../img/diplom-forma.png);
	background-position:  right top;
	background-repeat: no-repeat;
	height: 280px;
	width: 400px;
}
