﻿.container-grid{
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1244px 1fr;
    grid-template-rows: 156px 817px 107px;
    -ms-grid-columns: 1fr 1244px 1fr;
    -ms-grid-rows: 156px 817px 107px;
    background: url(../images/bg2.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
}

.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: 19px;
}

.main-grid{
    grid-area: 2/2/3/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

.main-wrap{
    position: relative;
}

.main-title{
    font-size: 48px;
	font-weight: bold;
	letter-spacing: 2px;
    line-height: 65px;
	color: #3a3f5a;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -25px;
}

.fc-bg{
    margin-left: -15px;
    margin-top: -18px;
    width: 1296px;
	height: 873px;
    background: url(../images/fc-bg.png) no-repeat;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
    position: relative;
}

.fc-bg>a{
    width: 264px;
	height: 235px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fc-bg>a:hover{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-10px);
       -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px);
}

.fc-bg>a:nth-child(1){
    position: absolute;
    left: 48px;
    top: 46px;
}

.fc-bg>a:nth-child(1) .icon{
    margin-top: 40px;
}

.fc-bg>a:nth-child(1) .fc-title{
    margin-top: 31px;
    font-size: 23px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(231, 146, 192, 0.77);
}

.fc-bg>a:nth-child(2){
    position: absolute;
    left: 48px;
    top: 310px;
}

.fc-bg>a:nth-child(2) .icon{
    margin-top: 48px;
}

.fc-bg>a:nth-child(2) .fc-title{
    margin-top: 38px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(51, 206, 126, 0.77);
}

.fc-bg>a:nth-child(3){
    position: absolute;
    left: 48px;
    top: 575px;
}

.fc-bg>a:nth-child(3) .icon{
    margin-top: 47px;
}

.fc-bg>a:nth-child(3) .fc-title{
    margin-top: 39px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(16, 176, 235, 0.77);
}

.fc-bg>a:nth-child(4){
    position: absolute;
    left: 274px;
    top: 179px;
}

.fc-bg>a:nth-child(4) .icon{
    margin-top: 43px;
}

.fc-bg>a:nth-child(4) .fc-title{
    margin-top: 32px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(75, 193, 190, 0.77);
}

.fc-bg>a:nth-child(5){
    position: absolute;
    left: 274px;
    top: 442px;
}

.fc-bg>a:nth-child(5) .icon{
    margin-top: 47px;
}

.fc-bg>a:nth-child(5) .fc-title{
    margin-top: 39px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(0, 106, 254, 0.77);
}

.fc-bg>a:nth-child(6){
    position: absolute;
    left: 504px;
    top: 310px;
}

.fc-bg>a:nth-child(6) .icon{
    margin-top: 41px;
}

.fc-bg>a:nth-child(6) .fc-title{
    margin-top: 30px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(23, 25, 187, 0.77);
}

.fc-bg>a:nth-child(7){
    position: absolute;
    right: 298px;
    top: 179px;
}

.fc-bg>a:nth-child(7) .icon{
    margin-top: 41px;
}

.fc-bg>a:nth-child(7) .fc-title{
    margin-top: 32px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(116, 117, 179, 0.77);
}

.fc-bg>a:nth-child(8){
    position: absolute;
    right: 298px;
    top: 442px;
}

.fc-bg>a:nth-child(8) .icon{
    margin-top: 41px;
}

.fc-bg>a:nth-child(8) .fc-title{
    margin-top: 31px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(58, 7, 108, 0.77);
}

.fc-bg>a:nth-child(9){
    position: absolute;
    right: 73px;
    top: 46px;
}

.fc-bg>a:nth-child(9) .icon{
    margin-top: 57px;
}

.fc-bg>a:nth-child(9) .fc-title{
    margin-top: 53px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(125, 152, 240, 0.77);
}

.fc-bg>a:nth-child(10){
    position: absolute;
    right: 73px;
    top: 310px;
}

.fc-bg>a:nth-child(10) .icon{
    margin-top: 39px;
}

.fc-bg>a:nth-child(10) .fc-title{
    margin-top: 29px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(226, 193, 117, 0.77);
}

.fc-bg>a:nth-child(11){
    position: absolute;
    right: 73px;
    top: 575px;
}

.fc-bg>a:nth-child(11) .icon{
    margin-top: 42px;
}

.fc-bg>a:nth-child(11) .fc-title{
    margin-top: 35px;
    font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #ffffff;
	text-shadow: 0px 2px 6px 
		rgba(254, 67, 76, 0.77);
}

.footer{
    grid-area: 3/2/4/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
}

.footer p{
    text-align: center;
    font-size: 16px;
	letter-spacing: 1px;
	color: #3a3f5a;
}