.services {
    margin: 10px 0;
}
.services li {
    margin-top: 25px;
}
.services a {
    font-size: 1.6em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2px;
    width: 460px;
    height: 60px;
    box-sizing: border-box;
    padding-left: 20px;
    border: 1px solid #384b76;
    color: #384b76;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.2;
}
.services a::after {
    content:'';
    display: block;
    right: 0;
    top: 0;
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url('../img/arrow.png');
    background-position-x:100%;
    background-position-y:50%;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.services a:hover {
    background-color: #384b76;
    color: #fff;
}
.services a:hover::after {
    background-position-x:0%;
}
.advantages {
    color: #fff;
    width: 100%;
    height: 320px;
    background: url('../img/advantages.jpg') center 0 no-repeat fixed;
    background-size: cover;
}
.advantages h6 {
    text-align: center;
    padding: 20px;
    width: 140px;
    box-sizing: border-box;
}
.advantages ul {
    margin-top: 30px;
}
.advantages div {
    cursor: pointer;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    background-repeat: no-repeat;
    background-image: url('../img/advantages-icons.png');
    background-position-x: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform-origin: 50% 50%;
    transform-origin:50% 50%;
}
.advantages div:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.advantages div.tourquose {
    background-color: #1abc9c;
    background-position-y: 0;
}
.advantages div.tourquose:hover {
    background-color: #15967d;
}
.advantages div.green {
    background-color: #2ecc71;
    background-position-y: -140px;
}
.advantages div.green:hover {
    background-color: #25a35a;
}
.advantages div.blue {
    background-color: #3498db;
    background-position-y: -280px;
}
.advantages div.blue:hover {
    background-color: #2a7aaf;
}
.advantages div.yellow {
    background-color: #f1c40f;
    background-position-y: -420px;
}
.advantages div.yellow:hover {
    background-color: #c19d0c;
}
.advantages div.orange {
    background-color: #e67e22;
    background-position-y: -560px;
}
.advantages div.orange:hover {
    background-color: #b8651b;
}
.advantages div.red {
    background-color: #e74c3c;
    background-position-y: -700px;
}
.advantages div.red:hover {
    background-color: #b93d30;
}
.slider {
    margin-top: 20px;
}
.slider div {
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: url('../img/slider.png');
    background-position-y: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
    background-color: #384b76;
    border: 1px solid #384b76;
}
.slider div:hover {
    background-color: #fff;
}
.slider div.left {
    background-position-x: -50px;
}
.slider div.left:hover {
    background-position-x: 0px;
}
.slider div.right {
    background-position-x: -100px;
}
.slider div.right:hover {
    background-position-x: -150px;
}
.slider ul {
    position: relative;
    width: 1700px;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.slider li {
    margin-right: 20px;
    display: inline-block;
}
.slider a {
    opacity: 0.7;
    width: 380px;
    height: 270px;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.slider a:hover{
    opacity: 1;
}
.slider h5 {
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    bvox-sizing: border-box;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 55px;
    padding-left: 20px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
}
.slider img {
    max-width: 100%;
}
.slider section {
    width: 800px;
    overflow: hidden;
}

.table{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    height: 290px;
    background: url('../img/table.jpg') center 0;
    width: 100%;
    background-repeat: repeat-x;
}
.table div{
    width: 460px;
}
.table ul{
    padding-top: 10px;
}
.table li{
    margin-top: 10px;
}
.table a{
    display: block;
    font-size: 1.6em;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.table a:hover{
    color: #69bae7;
}