@font-face {
	font-family:Gilroy-Light;
	src: url(../fonts/Gilroy-Light.otf);
}

@font-face {
	font-family:Gilroy-ExtraBold;
	src: url(../fonts/Gilroy-ExtraBold.otf);
}

body{
	font-family:Gilroy-Light;
	line-height:1.4;
	color:#10151e;
}

*{
	margin:0;
	padding:0;
}

img{
	max-width:100%;
	height:auto;
}

.wrap{
	overflow:hidden;
}

.container{
	margin:auto;
	padding:0 15px;
}

.logo{
	max-width:300px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.title{
	font-family:Gilroy-ExtraBold;
	font-size:40px;
	margin-bottom:5px;
}

.title-error{
	color:red;
}

.text-align-center{
	text-align:center;
}

.rating{
	margin-top:30px;
	overflow:hidden;
}

.rating__link{
	display:inline-block;
	background:#f2b3aa;
	color:#fc353c;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-family:Gilroy-ExtraBold;
	font-size:16px;
	text-decoration:none;
	margin-right:10px;
	margin-bottom:5px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px dashed transparent;
}

.rating__link:last-child{
	margin-right:0;
}

.rating__link--yellow{
	background:#fed44c;
	color:#e86d00;
}

.rating__link--green{
	background:#93c97b;
	color:#237001;
}

.rating__link--active,
.rating__link:hover{
	background:#10151e;
	color:#fff;
}

form{
	margin-top:30px;
}

textarea{
	width:500px;
	height:150px;
	padding:15px;
	margin:auto;
	display:block;
	border:1px solid #ccc;
	font-family:Gilroy-Light;
	line-height:1.4;
	color:#10151e;
}

.btn1{
	background-color: #ed1c24;
	border-radius:30px;
	color:#fff;
	font-family:Gilroy-ExtraBold;
	font-size:14px;
	letter-spacing:2.55px;
	text-align: center;
	padding:15px 40px;
	border:none;
	margin-top:15px;
	margin-right:30px;
	outline:0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration:none;
	cursor:pointer;
}

.btn2{
	background-color: #9c9c9c;
	border-radius:30px;
	color:#fff;
	font-family:Gilroy-ExtraBold;
	font-size:14px;
	letter-spacing:2.55px;
	text-align: center;
	padding:15px 40px;
	border:none;
	margin-top:15px;
	outline:0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration:none;
	cursor:pointer;
}

.btn1:hover,
.btn2:hover{
	background:#10151e;
}

.error-form{
	margin-top:15px;
}

.error-form__title{
	margin-bottom:5px;
	font-family:Gilroy-ExtraBold;
	font-size:20px;
	color:#ed1c24;
}

.error-form__msg{
	color:#ed1c24;
}