*{
	margin: 0;
	padding: 0;
	box-sizing: border-box !important;
	-webkit-tap-highlight-color: transparent;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 21px;
}
html,
body{
	/* overflow-x: hidden; */
}
html{
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: 400;
}
@-moz-document url-prefix(){
    h1, h2, h3, h4, h5, h6{
        font-weight: lighter !important;
    }
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0){ @media {
    h1, h2, h3, h4, h5, h6{
        font-weight: lighter !important;
    }
}}
body{
	max-width: 1920px;
	margin: 0 auto;
}
.container{
	max-width: 1110px;
	padding: 0 45px;
	margin: 0 auto;
}

img{
   display: block;
}

ul,
li {
	margin: 20px;
}

.logo-a {
	display: block;
}

h1{
	font-weight: 700;
	font-size: 22px;
	line-height: 23px;
	text-transform: capitalize;
}
h2{
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	text-transform: capitalize;
	margin-top: 10px;
}

/* BOSS */
.boss_image img{
	width: 100%;
}
.boss_logo{
	margin-top: -275px;
	display: block;
}
.boss_text{
	margin: 105px 0 60px;
}
.boss_text .boss_h3{
	margin-top: 60px;
}
.boss_h3{
	display: flex;
	align-items: center;
}
.boss_h3 h3{
	white-space: nowrap;
}
.boss_h3 div{
	width: 100%;
	height: 1px;
	background: #FF6262;
	margin-left: 20px;
}
.boss_text .boss_h3:first-child{
	margin-top: 0;
}
.boss_text > div{
	margin-top: 25px;
}
.boss_text div p{
	margin-top: 10px;
}
.boss_links{
	border: 1px solid #FF6262;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	padding: 25px 30px;
	margin-top: 60px;

}
.boss_links a{
	padding: 5px 0;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	transition: .2s ease-out;
	display: block;
	text-decoration: none;
	outline: none;
	border: none;
}
.boss_links a:hover{
	color: #5A5A84;
}


/* FOOTER */
.footer_boss{
	margin-top: 60px;
}
.foot_boss{
	display: flex;
	justify-content: space-between;
}
.foot_boss div{
	display: flex;
}
.foot_boss div a{
	font-size: 16px;
	line-height: 19px;
	color: #000;
}
.foot_boss div a:last-child{
	margin-left: 45px;
}
.foot_boss p{
	font-size: 16px;
	line-height: 19px;
	color: #000;
}
.foot_image img{
	width: 100%;
}


/* LAYOUT */
@media screen and (max-width: 1280px){
	.boss_logo{
		margin-top: -130px;
	}
	.foot_image{
		margin-top: 50px;
	}
}
@media screen and (max-width: 992px){
	.boss_logo{
		width: 180px;
		margin-top: -65px;
	}
	.boss_logo img{
		width: 100%;
	}
	.boss_text{
		margin: 60px 0;
	}
}
@media screen and (max-width: 768px){
	*{
		font-size: 14px;
		line-height: 16px;
	}
	h3{
		font-size: 16px;
		line-height: 19px;
	}
	.boss_links{
		margin-top: 60px;
	}
	.boss_links a{
		font-size: 14px;
		line-height: 16px;
	}
	.foot_boss{
		flex-direction: column;
	}
	.foot_boss div{
		justify-content: space-between;
	}
	.foot_boss p{
		order: 1;
		font-size: 14px;
		line-height: 16px;
		margin-top: 10px;
	}
	.foot_boss div a{
		font-size: 14px;
		line-height: 16px;
	}
}
@media screen and (max-width: 576px){
	.container{
		padding: 0 15px;
	}
	.boss_logo{
		width: 90px;
		margin-top: -30px;
	}
	.boss_links{
		padding: 5px 10px;
		margin-top: 30px;
	}
	.boss_text{
		margin: 30px 0;
	}
	.boss_text .boss_h3{
		margin-top: 30px;
	}
	.boss_text > div{
		margin-top: 12px;
	}
	.footer_boss{
		margin-top: 30px;
	}
	.foot_image{
		margin-top: 20px;
	}
}
