.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1200px 1fr;
    grid-template-rows: 219px 73px minmax(627px,1fr) 161px;
    -ms-grid-columns: 1fr 1200px 1fr;
    -ms-grid-rows: 219px 73px minmax(627px,1fr) 161px;
    background: url(../images/bg2.png) no-repeat top;
}

.header-grid{
    grid-area: 1/2/2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}

.logo{
    margin-top: 30px;
}

.title{
    margin-top: 41px;
    text-align: center;
}

.main-grid{
    grid-area: 2/2/4/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    position: relative;
}

.main-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.main-left{
    margin-top: 73px;
    width: 255px;
	min-height: 627px;
	background-color: rgba(255, 255, 255, 0.88);
	-webkit-box-shadow: 0px 2px 13px 0px 
		rgba(26, 25, 25, 0.16);
	        box-shadow: 0px 2px 13px 0px 
		rgba(26, 25, 25, 0.16);
	border-radius: 10px;
}

.slide-one{
    margin-top: 14px;
}

.slide-one li{
    margin-bottom: 2px;
}

.slide-one li:last-child{
    margin-bottom: 0;
}

.slide-one li a{
    position: relative;
    display: block;
    padding: 0 15px;
    line-height: 40px;
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #101010;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.slide-one li a::after{
    display: none;
    content: "";
    position: absolute;
    width: 6px;
	height: 40px;
	background-image: -webkit-gradient(linear, 
		left bottom, left top, 
		from(#a40e16), 
		to(#e06060));
	background-image: -webkit-linear-gradient(bottom, 
		#a40e16 0%, 
		#e06060 100%);
	background-image: -moz-linear-gradient(bottom, 
		#a40e16 0%, 
		#e06060 100%);
	background-image: -o-linear-gradient(bottom, 
		#a40e16 0%, 
		#e06060 100%);
	background-image: linear-gradient(0deg, 
		#a40e16 0%, 
		#e06060 100%);
	border-radius: 3px;
    left: 0;
    top: 0;
}

.slide-one li.slide-hover a{
    background-color: #ffeeee;
}

.slide-one li.slide-hover a::after{
    display: block;
}

.slide-one li:hover a{
    background-color: #ffeeee;
}

.slide-one li:hover a::after{
    display: block;
}

.return-wrap{
    width: 120px;
	height: 36px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 2px 13px 0px 
		rgba(26, 25, 25, 0.16);
	        box-shadow: 0px 2px 13px 0px 
		rgba(26, 25, 25, 0.16);
	border-radius: 10px;
	border: solid 1px #e34e3a;
    position: absolute;
    right: 0;
    top: 23px;
}

.return-wrap a{
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.return-wrap a img{
    margin-left: 28px;
    margin-right: 6px;
}

.return-wrap a span{
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #e34d3a;
}

.return-wrap:hover{
    background-color: #ab1c20;
	-webkit-box-shadow: 0px 2px 13px 0px 
		rgba(26, 25, 25, 0.16);
	        box-shadow: 0px 2px 13px 0px 
		rgba(26, 25, 25, 0.16);
}

.return-wrap:hover a img{
    content: url(../images/return-m-h.png);
}

.return-wrap:hover a span{
    color: #ffffff;
}

.title-name{
    text-align: center;
    max-width: 805px;
    line-height: 55px;
	background-color: #ab1c20;
	border-radius: 10px;
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ffffff;
}

.main-right{
    margin-top: 18px;
    width: 935px;
	min-height: 627px;
	background-color: rgba(255, 255, 255, 0.88);
	-webkit-box-shadow: 0px 2px 13px 0px 
		rgba(26, 25, 25, 0.16);
	        box-shadow: 0px 2px 13px 0px 
		rgba(26, 25, 25, 0.16);
	border-radius: 10px;
}

.content{
    padding: 15px !important;
}

.footer{
    grid-area: 4/2/5/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
}

.footer p{
    margin-top: 58px;
    text-align: center;
    font-size: 12px;
	letter-spacing: 1px;
	color: #191919;
}