*, :after, :before {
	margin: 0;
	box-sizing: border-box;
}
body {
	font-family: "Oswald", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

iframe {
  box-sizing: content-box;
}
.maintablechip {
	padding: 0!important;
} 

.model__container {
    display: flex;
    justify-content: center;    
    gap: 25px;
}

.map__container {
	padding-top: 50px;
}

.social__container {
    position: fixed;
    right: -40px;
    top: 90%;
    transform: translateY(50%);
    width: 300px;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.map__address {
	text-align: center;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.5;
    padding-bottom: 100px;
    width: 45vw;
    margin: 0 auto;
}

.model__info {
    background: #e51c36;
    -pie-background: linear-gradient(top,#e51c36,#d30a24);
    background: -moz-linear-gradient(top, #e51c36 0%, #d30a24 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e51c36), color-stop(100%, #d30a24));
    background: -webkit-linear-gradient(top, #e51c36 0%, #d30a24 100%);
    background: -o-linear-gradient(top, #e51c36 0%,#d30a24 100%);
    background: -ms-linear-gradient(top, #e51c36 0%,#d30a24 100%);
    background: linear-gradient(top, #e51c36 0%,#d30a24 100%);
    width: 25%;
    border-radius: 5px;
    padding: 20px;
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.model__info p {
    color: #fff;
	text-align: right;
	line-height: 1.7;
}

.model__images {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #fff;
}

.images__mark {
    padding: 10px 0 10px;
    width: 84.4px;
    height: 84px;
    border-right: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	transition: all .8s;
}

.images__mark:hover {
    background: #F8F8F8;
}

.model__box {
    background: #ECEAEB;
    background: -moz-linear-gradient(top, #ECEAEB 50%, #DFDFDF 100%);
    background: -webkit-linear-gradient(top, #ECEAEB 50%, #DFDFDF 100%);
    background: -o-linear-gradient(top, #ECEAEB 50%,#DFDFDF 100%);
    background: -ms-linear-gradient(top, #ECEAEB 50%,#DFDFDF 100%);
    background: linear-gradient(to bottom, #ECEAEB 50%, #DFDFDF 100%);
    border-radius: 5px 5px 0 5px;
	width: 50%;
}

.info__box {
	width: 990px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.info__box p {
	font-weight: 300;
    line-height: 2;
    font-size: 1.2rem;
}

.list__box-first {
	padding-top: 0;
}

.list__box {
	padding-top: 25px;
}

.list__box h3 {
	font-size: 1.5rem;
}

ul.skill {
	list-style: disc;
}

ul.skill li {
	padding: 10px 0;
	font-weight: 300;
	font-size: 1.2rem;
}

.info__title h2 {
	font-size: 2rem;
    border-bottom: 2px solid #002747;
    width: max-content;
    margin-bottom: 20px;
}

.title-tuning {
	padding-top: 50px;
    text-align: center;
    margin: 50px 0;
}

.title-tuning h1 {
    line-height: 1.5;
    font-size: 2.5rem;
    font-weight: 900;
    width: 50vw;
    margin: 0 auto;
}

.title-tuning span {
    color: red;
}

@media (max-width: 768px) {
	.title-tuning h1,
    .map__address	{
		width: auto;
	}
	
	.model__container {
		flex-direction: column;
	}
	
	.model__info {
		width: 100%;
	}
	
	.model__box {
		width: 100%;
	}
	
	.images__mark {
		width: 90px;
	}
	
	.info__box {
		padding: 50px 35px;
	}
	
	.map__address {
		font-size: 2.5rem;
		padding-bottom: 70px;
	}
	
	.social__container {
		right: 0;
	}
}















