#info {
    background-color: #f8f9fd;
    padding-top: 60px;
    padding-bottom: 60px;
}
#info .title {
    font-weight: 600;
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 55px;
}

#info .items {
    max-width: 795px;
    margin: 0 auto;
}

#info .items .b p {
    font-family: "SF Compact Rounded", sans-serif;
    font-size: 26px;
    color: #687a9b;
}

#info .items p {
    color: #646362;
    font-family: "SF Compact Rounded", sans-serif;
    font-size: 18px;
    text-align: center;
}

#info.about .items p{
    text-align: left;
}

#info .wrapper-items {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 100px;
    max-width: 795px;
}

#info .item {
    float: left;
    margin-right: 150px;
}

#info .item .l1 {
    font-family: 'SF Compact Display', sans-serif;
    font-weight: bold;
    font-size: 32px;
}

#info .item .l2 {
    font-size: 17px;
}

#video {
    background-color: #2c2d34;
    padding: 50px 0;
}

#video .wrapper-video {
    max-width: 920px;
    margin: 0 auto;
}

#history {
    padding: 50px 0;
}

#history .title {
    font-weight: 600;
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 55px;
}

#history .wrapper-content {
    max-width: 795px;
    margin: 0 auto;
}

#history .text {
    margin-top: 30px;
}

#history .text p {
    color: #646362;
    font-family: "SF Compact Rounded", sans-serif;
    font-size: 18px;
}

#history .left {
    width: 30px;
    height: 50px;
    background-image: url(../img/icons/left.png);
    background-repeat: no-repeat;
    position: absolute;
    left: -60px;
    top: 44%;
}

#history .right {
    width: 30px;
    height: 50px;
    background-image: url(../img/icons/right.png);
    background-repeat: no-repeat;
    position: absolute;
    right: -60px;
    top: 44%;
}

#history .owl-dots {
    margin-top: 10px;
    text-align: center;
    display: none;
}

#history .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #2c2d34;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

#history .owl-dots .owl-dot.active {
    background-color: #ce4f46;
}

#history .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

#partners {
    padding-bottom: 60px;
    padding-top: 60px;
}

#partners ul {
    max-width: 1080px;
    margin: 0 auto;
}

#sert {
    padding-top: 50px;
    padding-bottom: 100px;
}

#sert .title {
    font-weight: 600;
    color: #000;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 55px;
}

#sert .wrapper-content a {
    margin-right: 35px;
    margin-bottom: 35px;
    display: inline-block;
    cursor: zoom-in;
}

#sert .wrapper-content a:last-child {
    margin-right: 0;
}

.keb {
    width: 150px;
    margin-right: 335px;
}

.abb {
    width: 145px;
    margin-right: 262px;
}

.dan {
    width: 180px;
}

.bat {
    width: 170px;
    position: relative;
    left: -34px;
    margin-right: 170px;
}

.leg {
    width: 185px;
    margin-right: 145px;
}

.sch {
    width: 165px;
    margin-right: 114px;
}

.rit {
    width: 100px;
}

.kle {
    width: 220px;
    margin-right: 255px;
}

.sim {
    width: 180px;
    margin-right: 217px;
}

.eat {
    width: 180px;
}

.r1 {
    margin-bottom: 80px;
}

.r2 {
    margin-top: 80px;
}

.list ul li {
    color: #646362;
    position: relative;
    font-weight: 200;
    font-size: 16px;
    list-style: none;
    max-width: 880px;
    display: block;
}

.list {
    padding-left: 30px;
}

.list li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #646362;
    left: -15px;
    top: 12px;
}

#partners ul li {
    display: inline-block;
}

@media only screen and (max-width: 1199px){
    .keb {
        width: 150px;
        margin-right: 235px;
    }

    .abb {
        margin-right: 223px;
    }

    .bat {
        margin-right: 51px;
    }

    .leg {
        margin-right: 126px;
    }

    .kle {
        margin-right: 165px;
    }

    .sim {
        margin-right: 169px;
    }
}

@media only screen and (max-width: 991px){
    #partners ul {
        max-width: 555px;
    }

    #info .item {
        margin-right: 110px;
    }

    #history .owl-dots {
        display: block;
    }

    .abb {
        margin-right: 0;
    }

    .bat {
        left: 0;
        margin-right: 0;
    }

    .dan {
        margin-right: 201px;
    }

    .sch {
        margin-right: 0px;
    }

    .leg {
        margin-right: 180px;
    }

    .kle {
        margin-right: 0;
    }

    .rit {
        margin-right: 230px;
    }

    #sert .wrapper-content a {
        display: block;
        margin-right: 0;
        margin-bottom: 35px;
    }
}

@media only screen and (max-width: 767px){

    #info.about {
        padding-bottom: 25px;
    }

    #info .item {
        margin: auto;
        float: initial;
        text-align: center;
        margin-bottom: 40px;
    }

    #info .wrapper-items {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 610px){
    .keb, .abb, .dan, .bat, .leg, .sch, .rit, .kle, .sim, .eat {
        margin: 0;
    }

    #partners ul li {
        display: block;
        text-align: center;
        margin-bottom: 80px;
    }
}