
h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align: center;
	padding-top: 50px;
    }

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-align: center;
	padding-top: 70px;
    }

.container {
	width: 1170px;
	margin: 0 auto;
    }

.btn-group {
	/* display: flex;
	justify-content: space-evenly;*/
	margin:0 auto;
	text-align:center;
    }

.btn-group button {	
	/* группа кнопок */
	background: rgba(218, 239, 248, 0.65);
	box-shadow: 0px 6px 10px rgba(78, 171, 172, 0.7);
	border-radius: 30px;
	width: 250px;
	height: 87px;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	display: inline;
	margin: 40px;
	cursor:pointer;
    }

.btn-group a {
	text-decoration:none;
	cursor:pointer;
    }

.btn-group1 {
	/* display: flex;
	justify-content: center;*/
	margin: 0 auto;
	text-align:center;
    }

.btn-group1 button {
	/* группа кнопок */
	background: rgba(218, 239, 248, 0.65);
	box-shadow: 0px 6px 10px rgba(78, 171, 172, 0.7);
	border-radius: 30px;
	width: 90px;
	height: 50px;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	display: inline;
	margin: 2px;
	cursor:pointer;
    }

.btn-group1 a {
	text-decoration:none;
	cursor:pointer;
    }

.footer  {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	padding-top: 70px;
	text-align: center;
	margin: 25px 2px;
	}
