/****************Base*styles********************/
*{
	box-sizing: border-box;
}

.title i{
	text-align: right;
	display: block;
}


html{
	overflow-x: hidden;
}

body,html{
    font-size: 16px;
    line-height: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #000;
}

a{
	cursor: pointer;
}

a:hover{
	text-decoration: none;
}

ul{
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
}

body,html,div,section{
	padding: 0;
	margin: 0;
}

button,input{
    outline: none;
}

body, input, button, label{
	font-family: 'Montserrat', sans-serif;
}

section{
    position: relative;
}


a{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

p{
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 500;
}

button{
	border:none;
}

h1,h2,h3,h4,h5,h6{
	margin: 0 0 20px 0;
}

#main{
	background-image: url(../images/main_bg.png);
	text-align: center;
	font-weight: 500;
	font-size: 72px;
	line-height: 96.69%;
	padding-bottom: 120px;
	color: #FFFFFF;
	padding-top: 55px;
}

#info{
	background-image: url(../images/bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 80px 0;
	font-size: 28px;
	line-height: 130%;
	font-weight: 500;
}

#info .container{
	width: 1000px;
	margin: 0 auto;
}

#info .title{
	font-weight: 600;
	margin: 40px 0 30px 0;
}

#teams{
	background: #894949;
	color: #fff;
	padding-top: 95px;
	padding-bottom: 120px;
	font-size: 28px;
	line-height: 140%;
}

#teams .container{
	width: 1300px;
	margin: 0 auto;
}

#teams .title{
	text-align: center;
	font-size: 48px;
	line-height: 130%;
	margin-bottom: 50px;
}

.teams{
	display: flex;
	justify-content: space-between;
}

#teams b{
	display: block;
	margin-bottom: 10px;
}