header {
    position: absolute;
    top: 50%;
    min-height: 180px;
    margin-top: -90px;
    z-index: 2;
    width: 100%;
}
.phones a {
    color: #fff;
}
header .menu-top-container li a {
    color: #fff;
}
.language-chooser li a {
    color: #fff;
}
.arrow-bottom {
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
}
.scroll-down-btn {
    background: url(https://motorancho.com/wp-content/uploads/down-arrow.svg) center no-repeat;
    background-size: 30px;
    display: block;
    width: 30px; 
    height: 30px;
    position: relative;
    bottom: -15px;
    animation: bounce 2s infinite; /* Анимацию bounce пропишем ниже */
}
@-webkit-keyframes bounce {
       0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
       40% {-webkit-transform: translateY(-30px);}
       60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
       0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
       40% {-moz-transform: translateY(-30px);}
       60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
       0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
       40% {-o-transform: translateY(-30px);}
       60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
       0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
       40% {transform: translateY(-30px);}
       60% {transform: translateY(-15px);}
}

.animated.bounce {
       -webkit-animation-name: bounce;
       -moz-animation-name: bounce;
       -o-animation-name: bounce;
       animation-name: bounce;
}
.page-top .scroll-link {
    z-index: 999;
    position: absolute;
    left: 50%;
    bottom: 25px;
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.title {
    font-size: 46px;
    font-weight: bold;
    margin: 70px 0;
}
.about-section {
    margin: 50px 0 180px 0;
}
.about-section .title {
    margin-bottom: 120px;
}
.about-section .item:before {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: -40px;
    text-align: center;
    color: #e4e4e4;
    top: -40px;
    position: absolute;
    font-size: 50px;
}
.about-section .item:nth-child(1):before {
    content: "1";
}
.about-section .item:nth-child(2):before {
    content: "2";
}
.about-section .item:nth-child(3):before {
    content: "3";
}
.about-section .item:nth-child(4):before {
    content: "4";
}
.edu-section {
    margin: 100px 0;
}
.edu-section .container-fluid {
    background: #f5f5f5;
}
.edu-image {
    background: url(https://motorancho.com/wp-content/uploads/edu-image.jpg) center no-repeat;
    background-size: cover;
    padding: 100px 70px 120px 70px;
    text-align: right;
    color: #fff;
}
.edu-image .title {
    margin: 40px 0;
    line-height: 50px;
}
.edu-text ul {
    padding: 50px 40px;
}
.edu-text ul li {
    padding: 10px 0;
    font-size: 17px;
}
.icon-service {
    display: block;
    width: 70px;
    height: 70px;
    margin: 30px auto 15px auto;
    background-position: center;
    background-size: 35px;
    background-color: #333;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.icon-service.icon-1 {
    background-image: url(https://motorancho.com/wp-content/uploads/bicycle-parking.svg);
}
.icon-service.icon-2 {
    background-image: url(https://motorancho.com/wp-content/uploads/enduro.svg);
}
.icon-service.icon-3 {
    background-image: url(https://motorancho.com/wp-content/uploads/bathroom.svg);
}
.icon-service.icon-4 {
    background-image: url(https://motorancho.com/wp-content/uploads/phone.svg);
}
.icon-service.icon-5 {
    background-image: url(https://motorancho.com/wp-content/uploads/helmet.svg);
}
.icon-service.icon-6 {
    background-image: url(https://motorancho.com/wp-content/uploads/cleaning.svg);
}
.icon-service.icon-7 {
    background-image: url(https://motorancho.com/wp-content/uploads/sto.svg);
}
.icon-service.icon-8 {
    background-image: url(https://motorancho.com/wp-content/uploads/truck.svg);
}
.icon-service.icon-9 {
    background-image: url(https://motorancho.com/wp-content/uploads/terrace.svg);
}
.icon-service.icon-10 {
    background-image: url(https://motorancho.com/wp-content/uploads/cafe.svg);
}
.icon-service.icon-11 {
    background-image: url(https://motorancho.com/wp-content/uploads/hotel.svg);
}
.icon-service.icon-12 {
    background-image: url(https://motorancho.com/wp-content/uploads/airport.svg);
}
.service-name {
    text-align: center;
    margin-bottom: 30px;
    min-height: 50px;
    font-size: 17px;
}
.trainer-name {
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
    margin: 110px 0 40px 0;
}
.trainer-descr {
    font-size: 17px;
    line-height: 27px;
    color: #8a8a8a;
}
.trainer-item {
    margin-bottom: 70px;
}
.trainer-item:nth-child(2n+2) {
    margin-top: 200px;
}
.telegram-section {
    background: #333;
    padding: 60px 0;
    color: #fff;
    margin: 70px 0 40px 0;
}
.telegram-section {
    background: #000 url(https://motorancho.com/wp-content/uploads/FOX01713.jpg) left no-repeat;
    padding: 80px 0;
    color: #fff;
    margin: 70px 0 40px 0;
}
.title span {
    color: #f4662f;
}
.telegram-section .title {
    margin: 0 0 50px 0;
    line-height: 50px;
}
.button {
    display: block;
    text-align: center;
    background: #f4662f;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    border: 2px solid #f4662f;
}
.button:hover {
    background: transparent;
    color: #f4662f;
}
.telegram {
    display: block;
    background: url(https://motorancho.com/wp-content/uploads/11.svg) left no-repeat;
    background-size: 34px;
    line-height: 50px;
    color: #039be5 !important;
    font-size: 20px;
    padding-left: 52px;
}
.telegram:hover {
    text-decoration: underline;
    color: #fff;
}


@media screen and (max-width: 780px) {
    .button, .telegram {
        font-size: 14px;
        line-height: 40px;
    }
    .title {
        font-size: 28px;
        margin: 30px 0;
        text-align: center;
    }
    .telegram-section .title {
        margin: 0 0 30px 0;
        line-height: 33px;
    }
    .telegram-section {
        background: #000 url(https://motorancho.com/wp-content/uploads/FOX01713.jpg) center no-repeat;
    }
    .telegram-section .title {
        text-align: center;
    }
    .telegram {
        margin: 20px auto 0 auto;
        display: table;
    }
    .service-name {
        font-size: 13px;
    }
    .trainer-name {
        font-size: 20px;
        line-height: 25px;
    }
    .trainer-descr {
        font-size: 12px;
        line-height: 17px;
        color: #8a8a8a;
    }
    .trainer-item:nth-child(2n+2) {
        margin-top: 0;
    }
    .trainer-name {
        margin: 30px 0 40px 0;
    }
    .edu-text ul li {
        font-size: 14px;
    }
    .edu-image {
        padding: 50px 20px 90px 20px;
        text-align: center;
    }
    .about-section .title {
        margin-bottom: 0;
        margin-top: 10px;
    }
    .about-section {
        margin: 50px 0 50px 0;  
    }
    .about-section .item:before {
        content: "1";
        position: relative;
        left: 0;
        top: 0;
        margin: 40px 0 20px 0;
    }
    .logotype img {
        max-width: 100%;
    }
    header {
        top: 20%;
        margin-top: 0;
    }
}