@font-face {
    font-family: 'CenturyGothic';
    src: url('../fonts/CenturyGothic.ttf') format('truetype'),
         url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'CenturyGothic-Bold';
    src: url('../fonts/CenturyGothic-Bold.ttf') format('truetype'),
         url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Regular.ttf') format('truetype'),
         url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'PlayfairDisplay-Bold';
    src: url('../fonts/PlayfairDisplay-Bold.ttf') format('truetype'),
         url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

*,*:before,*:after{
    padding: 0;
    margin: 0;
    border: 0;
    box-sizing: border-box;
}

html,body {
    font-family: CenturyGothic, sans-serif!important;
    overflow-x: hidden;
}

body {
    background: #0B1D26;
    background-color: #0B1D26;
}


section {
    position: relative;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    overflow:hidden
}

.header {
    position: fixed;
    width: 100%;
    z-index: 10;

}

.icon-phone {
    background: url('../img/call.webp') 0 0 /100% no-repeat;
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.icon-phone:hover {
    background: url('../img/call.png') 0 0 /100% no-repeat;
}

.header-bg {
    background-color: #0B1D26;
    background: #0B1D26;
    border-bottom: 1px solid #ffffff;
}



.top-section {
    height: 100vh;
    position: relative;
}

.header-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0085em;
    color: #ffffff;
    padding: 4px 0px;
}

.logo {
    font-size: 20px;
    font-weight: bold;
    font-family: PlayfairDisplay-Bold, sans-serif;
}

@media (max-width:425px) {
    .header-body {
        justify-content: space-between;
    }
}

.logo img {
    width: 100%;
}

.contacts-block {
    display: flex;
    justify-content: flex-end;
    padding: 10px 15px;
}

@media (max-width: 1200px) {
    .contacts-block {
        padding-right: 15px;
        padding-left: 0px;
    }
}

.phone a {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.0085em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.phone a:hover {
    color: #FBD784;
    text-decoration: none;
    transition: 0.2s;
    cursor: pointer;
}

.phone-mobile {
    display: none;
}


@media (max-width: 1200px) {
    .phone-mobile {
        display: none;
        background-image: url(https://paramotor.by/img/phone-mob-w.webp);
        width: 16px;
        height: 16px;
    }
    
    .phone-mobile:hover {
        background-image: url(https://paramotor.by/img/phone-mob-c.webp);
        transition: 0.2s;
    }
    
    .mobile-phone-link {
        margin-right: 27px;
        display: none;
        justify-content: center;
        align-items: center;


    }
}

.nav-menu ul {
    display: flex;
    list-style-type: none;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    padding: 0px 0px;
}


.nav-menu a {
    color:#ffffff;
    text-decoration: none;
}

.nav-menu a:hover {
    color: #FBD784;
}


section.banner {
    height: 100vh;
    position: relative;
    z-index: 0;
    color: #ffffff;
}


.banner .background-banner {
    width: 100%;
    position: absolute;
    z-index: 2;
    height: 160vh;
}

.arrow-h1 {
    display: flex;
    height: 30px;
    align-items: flex-end;
}

.arrow-h1 img {
    width: auto;
    position: unset;
    height: auto;
    margin-bottom: 3px;
    margin-left: 10px;
}

.banner-h1 {
    z-index: 3;
    display: grid;
    overflow: hidden;
    justify-content: center;
    margin-top: 15%;
}

.banner-body {
    position: relative;
    z-index: 2;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

hr.hr {
    border: none;
    background-color: #FBD784;
    color: #FBD784;
    height: 2px;
    width: 72px;
    margin-right: 32px;
}

.top-h1 {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FBD784;
}

.banner h1 {
    font-weight: bold;
    letter-spacing: 0.02em;
    font-size: 68px;
    line-height: 69px;
    margin-bottom: 30px;
    font-family: PlayfairDisplay-Bold, sans-serif;
}

.bottom-h1 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 40px;
}

.social-icons {
    position: relative;
}

.social {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 30px auto;
}

.inst {
    background-image: url(../img/inst.webp);
}

.inst:hover {
    background-image: url(../img/instc.webp);
    transition: 0.2s;
}

.fb {
    background-image: url(../img/fb.webp);
}

.fb:hover {
    background-image: url(../img/fbc.webp);
    transition: 0.2s;
}

.tiktok {
    background-image: url(../img/tik-tok.webp);
}

.tiktok:hover {
    background-image: url(../img/tik-tokc.webp);
    transition: 0.2s;
}

.youtube {
    background-image: url(../img/youtube1.webp);
    background-size: cover;
}

.youtube:hover {
    background-image: url(../img/youtube2.webp);
    transition: 0.2s;
}

.telegram {
    background-image: url(../img/telegram.webp);
}

.telegram:hover {
    background-image: url(../img/telegramc.webp);
    transition: 0.2s;
}

.banner-right {
    position: absolute;
    right: 0;
    top: 30%;
    margin-right: 15px;
}

.container {
    position: relative;
}

section.about-me {
    padding-top: 400px;
    padding-bottom: 130px;
    color: #ffffff;
}

.about-me .container {
    display: flex;
}

.number {
    font-weight: bold;
    font-size: 240px;
    line-height: 240px;
    color: #FFFFFF;
    opacity: 0.1;
    position: absolute;
    z-index: 3;
}

.text-block {
    padding: 140px 150px 0px 50px;
}

h2 {
    font-weight: bold;
    font-size: 58px;
    line-height: 60px;
    color: #FBD784;
    margin-bottom: 50px;
    font-family: PlayfairDisplay-Bold, sans-serif;
}

.text-block {
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;
    color: #ffffff;
}

.second-paragraph {
    margin-top: 50px;
}

.image-block {
    position: relative;
}

.image-block img {
    position: absolute;
    width: 100%;
}

.img-about-first {
    z-index: 3;
    left: -15%;
}

.img-about-second {
    bottom: 0%;
    right: 0%;
}

section.faq {
    padding-bottom: 130px;
}

.faq h2 {
    text-align: right;
    margin-bottom: 70px;
    margin-top: 140px;
}

.faq .number {
    width: 100%;
    text-align: center;
}

.slider {
    position: relative;
}

.slick-track {
    display: flex;
    height: 670px;
}

.slick-list {
    overflow:hidden;
    padding-top: 110px;
}

.slick-arrow {
    position: absolute;
    z-index: 4;
    bottom: 80px;
    font-size: 0;
    width: 50px;
    height: 35px;
}

.slick-arrow.slick-prev {
    left: 100px;
    background: url('../img/arrowl.webp') 0 0 / 100% no-repeat;
}
/*
.slick-arrow.slick-prev:hover {
    left: 0;
    background: url('../img/arrowl.webp') 0 0 / 100% no-repeat;
} */

.slick-arrow.slick-next {
    right: 100px;
    background: url('../img/arrowr.webp') 0 0 / 100% no-repeat;
}
/*
.slick-arrow.slick-next:hover {
    left: 50px;
    background: url('../img/Line4.webp') 0 0 / 100% no-repeat;
} */

.text-arrow {
    position: absolute;
    bottom: -35px;
    left: 0px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

@media (max-width: 1200px) {
    .text-arrow {
        bottom: 60px;
    }
}


.slick-dots {
    display: flex;
    list-style-type: none;
    position: absolute;
    top: 0;
    justify-content: space-between;
    width: 100%;
}

.slick-dots button {
    background-color: inherit;
    color: #858E92;
    font-weight: bold;
    font-size: 18px;
}

.slick-dots button:hover {
    background-color: inherit;
    color: #FBD784;
}

.slick-dots li {
    padding: 0px 37px 35px 37px;
    border-bottom: 2px solid #ffffff;
}

.slick-dots li:hover {
    border-bottom: 2px solid #FBD784;
}
.slick-dots li.slick-active {
    border-bottom: 2px solid #FBD784;
}

.slick-dots li.slick-active button {
    color: #FBD784;
}

.slider-item {
    display: flex;
}

.slider-item img {
    width: 100%;

}

.second-paragraph ol {
    margin-top: 30px;
    padding-inline-start: 20px;
}

.second-paragraph a {
    color: #FBD784;
    font-size: 20px;
}
.second-paragraph a:hover {
    color: #ffffff;
}

.slider-text {
    color: #ffffff;
/* padding: 65px 0px 0px 100px; */
    font-size: 18px;
}

.slider-text h2 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    font-family: PlayfairDisplay-Bold, sans-serif;
    color: #ffffff;
    text-align: left;
    margin-bottom: 35px;
}

.up-imgs, .down-imgs {
    display: flex;
}

.training-img img {
    width: 100%;
    padding-top: 110px;
}

.training .text-block {
    padding: 140px 70px 0px 50px;
}

.training h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 34px;
    font-family: PlayfairDisplay-Bold, sans-serif;
}

section.competitions {
    padding-top: 150px;
}

.video-block {
    padding: 120px 0px 0px 0px;
}

.block-competitions h2 {
    margin-top: 140px;
}

.block-competitions.text-block {
    padding: 0px 0px 0px 120px;
}

.block-competitions .number {
    margin-left: -50px;
}

.copyright {
    font-size: 14px;
    line-height: 24px;
    font-feature-settings: 'liga' off;
    color: #ffffff;
}


.footer {
    padding: 130px 0px 50px 0px;
}

@media (max-width: 1024px) {
    .footer {
        padding: 50px 0px 50px 0px;
    }
}

.footer .container {
    display: flex;
    align-items: center;
}

.footer-logo {
    display: flex;
    justify-content: center;
}

.footer .social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-size: cover;
}

.footer .social-icons a {
    margin-left: 16px;
}

.inst-f {
    background-image: url(../img/footerinst.webp);
}

.inst-f:hover {
    background-image: url(../img/footerinstc.webp);
}

.fb-f {
    background-image: url(../img/footerfb.webp);
}

.fb-f:hover {
    background-image: url(../img/footerfbc.webp);
}

.tiktok-f {
    background-image: url(../img/footertik.webp);
}

.tiktok-f:hover {
    background-image: url(../img/footertikc.webp);
}

.youtube-f {
    background-image: url(../img/youtube3.webp);
    background-size: cover;
}

.youtube-f:hover {
    background-image: url(../img/youtube4.webp);
    background-size: cover;
}

.telegram-f {
    background-image: url(../img/footertelegram.webp);
}

.telegram-f:hover {
    background-image: url(../img/footertelegramc.webp);
}




@media (max-width: 1200px) {
    .slick-dots li {
        padding: 0px 3.15% 20px 3.15%;
    }
    .about-me .image-block img {
        width: 400px;
        height: 400px;
    }
    .img-about-second {
        bottom: 5%;
        right: 3%;
    }
    .img-about-first {
        z-index: 3;
        left: 10%;
    }
    .text-block {
        padding: 120px 0px 0px 20px;
    }
    .training .text-block {
        padding: 120px 10px 0px 20px;
    }
    h2 {
        font-size: 48px;
    }
    .image-block img {
        width: 95%;
    }
    section.about-me {
        padding-top: 300px;
    }
    .slick-arrow {
        bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .slick-arrow {
        bottom: -50px;
    }
}

iframe {
    padding-bottom: 10px;
}

@media (max-width: 1024px) {

    .competitions .container {
        display: grid;
    }
    .video-block {
        order:2;
    }
    .block-competitions.text-block {
        padding: 0px 0px 0px 50px;
    }
    .col-sm-12 {
        width: 100%
    }
    .nav-menu {
        margin-left: 15px;
    }
    .nav-links li {
        padding-right: 15px;
    }

    .image-block img {
        width: 65%;
    }
    .image-block {
        text-align: center;
    }
    section.competitions {
        padding-top: 50px;
    }
    .image-block img {
        position: relative;
    }
    .about-me .container {
        display: block;
    }
    .about-me .image-block {
        text-align: left;
        padding-top: 50px;
        display: flex;
        justify-content: space-around;
    }
    .about-me .image-block img {
        width: 300px;
        height: 300px;
    }
    .img-about-first {
        left: 0%;
    }
    section.about-me {
        padding-bottom: 50px;
    }
    .training-img img {
        padding-top: 50px;
    }
    .img-about-second {
        right: 0%;
    }
    section.faq {
        padding-bottom: 0px;
    }
    section.about-me {
        padding-top: 200px;
    }
    
}

@media (max-width: 992px) {
    .slick-arrow {
        bottom: 180px;
    }
    .text-arrow {
        bottom: 180px;
    }

}


@media (max-width: 769px) {
    .banner-h1 {
        margin-top: 0%;
    }
    .slick-dots li {
        padding: 0px 3.15% 20px 3.15%;
    }
    .slick-dots button {
        font-size: 14px;
    }
    .banner h1 {
        font-size: 48px;
        line-height: 49px;
        margin-top: 0px;
    }
    .top-h1 {
        font-size: 10px;
    }
    hr.hr {
        width: 32px;
        margin-right: 12px;
    }
    .bottom-h1 {
        font-size: 12px;
        line-height: 20px;
    }
    .arrow-h1 {
        font-size: 14px;
    }
    .banner .background-banner {
        height: 105vh;
    }

    section.about-me {
        padding-top: 30px;
    }
    .nav-menu {
        display: none;
    }
    .banner-right {
        top: 24%;
    }
}

@media (max-width: 660px) {
    .slick-dots li {
        padding: 0px 3.05% 20px 3.05%;
    }
    .banner-right {
        top: 30%;
    }
    .banner h1 {
        font-size: 28px;
        line-height: 29px;
        margin-top: 0px;
    }
    .bottom-h1 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 20px;
    }
}


.about-me-mobile-img {
    display: none;
}
.slider-mobile-img {
    display: none;
}

.slider-text {
    padding-right: 0px;
    padding-left: 0px;
}

.slider-img {
    padding-left: 0px;
}


@media (max-width: 580px) {
    .slick-dots li {
        padding: 0px 2.6% 20px 2.6%;
    }
    .block-competitions .training-mobile-img {
        display: block;
    }

    .text-arrow {
        bottom: -35px;
    }

    h2 {
        font-size: 40px;
    }

    .slider-text h2.h2-slider {
        font-weight: bold;
        font-size: 26px;
        height: 50px;
        margin-top: 0px;
    }

    .slick-list {
        padding-top: 50px;
    }
    
    .banner .background-banner {
        height: 90vh;
    }
    .text-block {
        padding: 120px 0px 0px 0px;
    }
    .banner-h1 {
        margin-top: -30%;
    }
    section.about-me {
        padding-top: 0px;
        margin-top: -130px;
    }
    .banner-body .social {
        margin: 20px auto;
    }
    .about-me .image-block {
        display: none;
    }
    .about-me .image-block img {
        width: 400px;
        height: 400px;
    }
    .img-about-first {
        margin-bottom: 10px;
    }
    .footer .container {
        display: grid; 
    }
    .footer {
        padding: 50px 0px 50px 0px;
    }   
    .footer .social-icons {
        justify-content: center;
    }
    .copyright {
        text-align: center;
        order: 3;
    }
    .social {
        margin: 10px auto;
    }
    .footer .social-icons a {
        margin: 0px 8px;
    }
    .block-competitions.text-block {
        padding: 0px 0px 0px 00px;
    }
    .competitions .container {
        display: grid;
    }
    .video-block {
        padding: 40px 0px 0px 0px;
        order: 2;
    }
    .training-img {
        display: none;
    }

    .training .first-paragraph img {
        width: 100%;
        display: block;
    }
    
    .training .second-paragraph img {
        display: block;
    }
    .slick-track {
        display: flex;
        height: auto;
    }
    .slick-arrow {
        bottom: -40px;
    }
    section.faq {
        padding-bottom: 20px;
    }
    .second-paragraph {
        margin-top: 0px;
    }

    .block-competitions .number {
        margin-left: -10px;
    }

    .training .text-block {
        padding: 120px 0px 0px 0px;
    }

    .about-me-mobile-img {
        display: block;
        width: 100%;
    }
    .slider-img {
        display: none;
    }
    .slider-mobile-img {
        display: block;
        width: 100%;
    }
}



.training-mobile-img {
    width: 100%;
    display: none;
}

@media (max-width: 520px) {
    .slick-dots li {
        padding: 0px 2.4% 20px 2.4%;
    }
}

@media (max-width: 480px) {
    .slick-dots li {
        padding: 0px 2.3% 20px 2.3%;
    }
    .banner-h1 {
        width: 80%;
    }
}

@media (max-width: 420px) {
    .slick-dots li {
        padding: 0px 2.55% 20px 2.55%;
    }
    .slick-arrow.slick-prev {
        left: 50px;
    }
    .slick-arrow.slick-next {
        right: 50px;
    }
    .contacts-block {
        padding-right: 15px;
    }
    .top-h1 {
        width: 80%;
        line-height: 15px;
    }
    .text-block {
        padding: 60px 0px 0px 0px;
    }

    h2 {
        font-size: 38px;
        line-height: 30px;
    }
    .slick-dots li {
        padding: 0px 2.25% 20px 2.25%;
    }

}

.footer-logo {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: #FFFFFF;
}

.training-mobile-img img {
    display: none;
}


@media (max-width: 400px) {
    .slick-dots li {
        padding: 0px 2.15% 20px 2.15%;
    }
}

@media (max-width: 375px) {
    .text-block {
        padding: 140px 0px 0px 0px;
    }
    .slick-dots li {
        padding: 0px 2.05% 20px 2.05%;
    }
    .phone a {
        font-size: 14px;
    }
    .slick-arrow.slick-prev {
        left: 50px;
    }
    .slick-arrow.slick-next {
        right: 50px;
    }
    .slick-arrow {
        bottom: -30px;
    }
    .text-arrow {
        bottom: -25px;
    }    
}

@media (max-width: 360px) {
    .slick-dots li {
        padding: 0px 1.95% 20px 1.85%;
    }
}

@media (max-width: 321px) {
    .slick-dots li {
        padding: 0px 1.75% 20px 1.75%;
    }
    .slick-arrow.slick-prev {
        left: 30px;
    }
    .slick-arrow.slick-next {
        right: 30px;
    }
    
}


.block-competitions .second-paragraph {
    padding-top: 30px;
}
