/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 8, 2020, 2:28:30 PM
    Author     : frontend
*/


/*

> 0        ''      NO NAME

> 576px    SM    Small Devices

> 768px    MD    Medium Devices

> 992      LG    Large Devices

> 1200     XL    Extra Large

> 1400     XXL   Extra Extra Large

*/

@media (min-width: 576px) {


}

@media (min-width: 768px) {
    .phone-icon-wrapper {
        margin-right: 15px;
    }

    .fast-links li a {
        font-size: 25px;
        font-weight: bold;
        padding: 6.5px 10px;
    }

    /*.fast-links li:first-of-type{*/
    /*    padding: 1px 20px;*/
    /*    font-size: 14px;*/
    /*}*/
    .about-items-wrapper {
        margin: 70px 0;
    }

    .about-item {
        flex: 0 0 calc(100% / 3 - 10px);
        width: calc(100% / 3 - 10px);
    }

    .about-item-image {
        margin-bottom: 0;
    }

    .about-item-icon01,
    .about-item-icon02,
    .about-item-icon03 {
        position: absolute;
        top: -40px;
        left: 31%;
    }

    .call-to-action-item {
        flex: 0 0 50%;
        width: 50%;
    }

    .call-to-action-image img {
        width: 405px;
        height: 185px;
    }

    .news-icon01 {
        left: -40px;
    }

    .news-icon02 {
        left: -43px;
    }

    .news-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news-item-image {
        flex: 0 0 calc(100% / 2 - 20px);
        width: calc(100% / 2 - 20px);
        margin-right: 15px;
    }

    .theory-call-item {
        align-items: center;
    }

    .theory-call-img {
        flex: 0 0 50%;
        width: 50%;
    }

    .contact-data {
        width: 250px;
        max-width: 100%;
    }

    .news-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .news-list-item {
        flex: 0 0 calc(100% / 2 - 30px);
        width: calc(100% / 2 - 30px);
    }

    .news-list-title a {
        font-size: 17px;
    }

    .video-item {
        flex: 0 0 calc(100% / 2 - 30px);
        width: calc(100% / 2 - 30px);
        margin-bottom: 20px;
    }

    .teachers-items-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .teacher-item {
        flex: 0 0 calc(100% / 3 - 15px);
        width: calc(100% / 3 - 15px);
    }

    .teacher-single-image {
        flex: 0 0 50%;
        width: 50%;
    }

    .teacher-single-title {
        font-size: 16px;
    }

    .teacher-single-desc {
        font-size: 14px;
    }

    .teacher-single-phone-icon {
        background-size: 10px 20px;
        height: 36px;
        width: 36px;
    }

    .about-category-info {
        padding: 20px 35px;
    }

    .category-item {
        flex: 0 0 calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px);
    }

    .category-item-image img {
        width: 212px;
        height: 184px;
    }

    .price-list-wrapper {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .price-item {
        flex: 0 0 calc(100% / 2 - 25px);
        width: calc(100% / 2 - 25px);
    }

    .triangle01 {
        margin-left: 133px;
    }

    .tabulator .theory-call-img {
        width: 100%
    }

    .tabs section ol {
        padding-top: 10px;
    }

    .images-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gallery-item {
        flex: 0 0 45%;
        width: 45%;
        margin-right: 25px;
    }
}

@media (min-width: 992px) {
    body {
        margin-top: 259px;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;

    }

    header.active .header-top {
        display: none;
    }

    .header-top .icon-data {
        font-size: 15px;
    }

    header.active .header-middle {
        display: none;
    }

    .header-middle .site-title {
        font-size: 35px;
        line-height: 45px;
    }

    .header-middle .site-title span {
        font-size: 45px;
    }

    .header-bottom {
        background-color: #212121;
    }

    header .navbar-nav .nav-link {
        color: #fff;
        padding-top: 1rem;
        padding-bottom: 1rem;
        transition: all ease 0.5s;
    }

    header .navbar {
        padding: 0;
    }

    header .navbar-nav {
        text-align: left;
    }

    .nav-item:first-of-type {
        margin-left: 0;
    }

    .nav-item {
        margin-left: 45px;
        transition: all linear 0.3s;
        font-size: 18px;
    }

    .nav-item .nav-link {
        border-bottom: 2px solid transparent;
        transition: all linear 0.3s;
    }

    .nav-item:hover .nav-link {
        color: #1f82ff;
        border-bottom: 2px solid #1f82ff;
    }

    .nav-item .nav-link.active {
        color: #1f82ff;
        border-bottom: 2px solid #1f82ff;
    }

    .nav-item:hover .dropdown-menu {
        display: block;
        text-align: start;
        border-radius: 0;
        flex-wrap: wrap;
    }

    .dropdown-menu {
        min-width: 15rem;
        background-color: rgba(31, 132, 255, 0.8);
        top: 95%;
        transition: all linear 0.3s;
    }

    .dropdown-menu li {
        transition: all linear 0.3s;
    }

    .dropdown-menu li:hover {
        background-color: #212121;
    }

    .dropdown-item {
        font-size: 17px;
        transition: all linear 0.3s;
        color: #fff;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        color: #fff;
        background-color: transparent;
        /*        font-size: 16px;*/

    }

    .header-bottom .header-search {
        margin: 10px 5px;
    }

    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    /*hero*/
    .hero {
        padding: 300px 0 100px;
        margin-top: -211px;
        background-size: 1980px 870px;
        background-attachment: fixed;
    }

    .about-hero,
    .contact-hero {
        background-size: 1980px 922px;
        background-attachment: fixed;
    }

    .hero-info {
        width: 843px;
        max-width: 100%;
        padding-left: 150px;
    }

    .hero-subtitle {
        font-weight: normal;
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 26px;
    }

    .hero-title {
        margin-bottom: 20px;
        font-size: 42px;
    }

    .fast-links li a {
        font-size: 30px;
        font-weight: bold;
        padding: 6.5px 35px;
    }

    .fast-links li a.active {
        color: #f7bf00;
    }

    /*.fast-links li:first-of-type {*/
    /*    padding: 1px 20px;*/
    /*    font-size: 16px;*/
    /*}*/
    /*about*/
    .about {
        padding-bottom: 0;
    }

    .about-info {
        width: 1000px;
        max-width: 100%;
        margin: 0 auto;
    }

    .about-info-subtitle {
        text-align: center;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .about-info-title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 35px;
    }

    .about-info p {
        text-align: center;
        font-size: 18px;
        line-height: 25px;
    }

    .about-info p:last-of-type {
        margin-bottom: 46px;
    }

    .about-links {
        margin: 0 195px;
    }

    .about-links a {
        padding-right: 35px;
        padding-left: 35px;
    }

    .about-item {
        flex: 0 0 calc(100% / 3 - 20px);
        width: calc(100% / 3 - 20px);
    }

    .about-item-icon01,
    .about-item-icon02,
    .about-item-icon03 {
        position: absolute;
        top: -40px;
        left: 41%;
    }

    .about-item-info {
        top: 50px;
    }

    .about-item-info .btn-success {
        transition: all linear 0.3s;
    }

    .about-item-info .btn-success:hover {
        background-color: #f4d66f;
        border-color: #f4d66f;
        margin-top: 5px;
    }

    /*call to action*/
    .call-to-action {
        padding: 0;
    }

    .call-to-action-image {
        margin-bottom: 0;
    }

    .call-to-action-image img {
        width: 983px;
        height: 446px
    }

    .call-to-action-item {
        flex: 0 0 50%;
        width: 50%;
    }

    .call-to-action-info {
        margin-left: 50px;
        padding-left: 20px;
        margin-top: 0;
    }

    .call-data {
        border-left: 5px solid #f7bf00;
        /*        margin-left: 50px;*/
        padding-left: 30px;
        padding-right: 70px;
    }

    /*    .call-to-action-links{
            margin-left: 50px;
        }*/
    .call-to-action-links {
        padding-left: 35px;
    }

    .call-to-action-item {
        position: relative;
    }

    .call-to-action-info {
        position: absolute;
        top: 140px;
        left: 50px;
    }

    .call-to-action-title {
        color: #fff;
        font-size: 30px;
        text-transform: uppercase;
    }

    .call-to-action-subtitle {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .call-to-action-desc {
        color: #fff;
        font-size: 12px;
        margin-bottom: 40px;
    }

    .call-to-action .btn-call {
        transition: all 0.3s linear;
    }

    .call-to-action .btn-call:hover {
        background-color: #f4d66f;
        border-color: #f4d66f;
    }

    .call-to-action-item:first-of-type .call-to-action-desc {
        margin-bottom: 58px;
    }

    .call-to-action .btn-call {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hover {
        display: none;
        width: 100%;
        height: 100%;
        background-color: #34b3d8;
    }

    .call-to-action-image {
        position: relative;
    }

    /*    .call-to-action-image:hover .hover{
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 80%;
        } */
    .single-teacher-cta {
        margin-bottom: 55px;
    }

    .single-teacher-cta .call-to-action-links {
        padding-left: 0 !important;
    }

    .call-data-icon01,
    .call-data-icon02 {
        margin-right: 50px;
        transition: all linear 0.3s;
    }

    .call-data-icon01:hover,
    .call-data-icon02:hover {
        transform: rotate(-15deg) scale(1.1);
    }

    .single-teacher-cta .call-to-action-info {
        top: 85px;
        left: 0px;
    }

    .single-teacher-cta .call-to-action-info {
        margin-left: 50px;
    }

    /*news*/
    .news {
        padding-bottom: 70px;
    }

    .news-intro {
        padding: 75px 0;
    }

    .news-intro-title {
        font-size: 17px;
        line-height: 22px;
    }

    .news-intro-subtitle {
        font-size: 30px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .news-list li {
        margin-right: 10px;
    }

    .news-list li a {
        line-height: 22px;
        font-size: 16px;
    }

    .news-items-wrapper {
        justify-content: space-between;
    }

    .news-item {
        flex: 0 0 calc(100% / 2 - 60px);
        width: calc(100% / 2 - 60px);
    }

    .news-icon02 {
        left: -44px;
        top: 62px;
    }

    .news-item {
        margin-right: 50px;
    }

    .news-item-image {
        margin-bottom: 0;
    }

    .news-item-image img {
        width: 335px;
        height: 241px;
    }

    .news-item .btn-call {
        padding-right: 35px;
        padding-left: 35px;
    }

    /*theory*/
    .theory {
        padding: 80px 0 150px;
    }

    .theory-title,
    .contact-title {
        margin-bottom: 50px;
        font-size: 50px;
    }

    .theory-item p {
        margin-bottom: 60px;
        font-size: 25px;
    }

    .theory-call {
        margin-bottom: 50px;
    }

    .theory-call-data {
        margin: 0 80px;
    }

    .theory-call-title {
        /*        font-size: 50px;*/
        margin-bottom: 20px;
    }

    .theory-call-data p {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .theory-call-mob .mobile-icon {
        margin-right: 20px;
    }

    .theory-call-mob .mobile {
        font-size: 45px;
        transition: all linear 0.3s;
    }

    .theory-call-mob .mobile:hover {
        color: #f7bf00;
        padding-left: 5px;
    }

    .theory-call-img img {
        width: 759px;
        height: 480px;
    }

    .licence {
        padding-bottom: 60px;
    }

    .about-us {
        padding-bottom: 0px;
    }

    /*contact*/
    .contact {
        padding: 80px 0;
    }

    .location-wrapper {
        margin-bottom: 55px;
    }

    .contact-icon {
        margin-right: 20px;
    }

    .contact-data-title a {
        font-size: 30px;
        transition: all 0.3s linear;
    }

    .contact-data-title a:hover {
        color: #f7bf00;

    }

    .contact-data-desc a {
        font-size: 20px;
        transition: all 0.3s linear;
    }

    .contact-data-desc a:hover {
        color: #f7bf00;
    }

    .contact-data {
        width: 350px;
        max-width: 100%;
    }

    .contact-form {
        margin-left: 150px;
        padding-top: 20px;
    }

    .contact-form .form-group {
        margin-bottom: 35px;
    }

    /*technical*/
    .technical .theory-call-title {
        font-size: 25px;
    }

    .technical ul li {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 20px;
    }

    /*news-list*/
    .news-list-page {
        padding: 80px 0 160px;
    }

    .news-list-item {
        flex: 0 0 calc(100% / 3 - 30px);
        width: calc(100% / 3 - 30px);
        margin-bottom: 65px;
        padding: 35px 25px;
    }

    .news-list-item .news-item-img img {
        width: 292px;
        height: 256px;
    }

    .news-list-title a {
        font-size: 20px;
    }

    /*video*/
    .video-item {
        flex: 0 0 calc(100% / 2 - 30px);
        width: calc(100% / 2 - 30px);
        margin-bottom: 50px;
    }

    .video-item iframe {
        width: 560px;
        height: 315px;
    }

    /*teachers*/
    .teacher-item {
        flex: 0 0 calc(100% / 3 - 30px);
        width: calc(100% / 3 - 30px);
        margin-bottom: 50px;
        transition: all linear 0.4s;
    }

    .teacher-item-image img {
        width: 504px;
        height: 441px;
    }

    .teacher-data {
        padding: 25px 0;
    }

    .teacher-name {
        font-size: 30px;
    }

    .teacher-phone {
        font-size: 30px;
        transition: all linear 0.2s;
    }

    .teacher-phone:hover {
        color: #f7bf00;
    }

    .car-model {
        font-size: 32px;
    }

    .teacher-item-image {
        position: relative;
        transition: all linear 0.4s;
    }

    .image-overlay {
        display: none;
        background-color: #212121;
    }

    .teacher-item-image:hover .image-overlay {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 50%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .teacher-item:hover .teacher-data {
        background-color: #34b3d8;
    }

    .teacher-single {
        background-color: #e7e8e9;
    }

    .teacher-single-section {
        padding-bottom: 50px;
    }

    .teacher-single-info {
        margin: 0 60px;
    }

    .teacher-single-title {
        font-size: 35px;
        color: #003030;
        margin-bottom: 40px;
    }

    .teacher-single-info p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .teacher-single-phone-icon {
        background-size: 20px 32px;
        height: 56px;
        width: 56px;
    }

    .teacher-single-phone {
        font-size: 25px;
        transition: all linear 0.3s;
    }

    .teacher-single-phone:hover {
        color: #f7bf00;
    }

    .teacher-single-phone-icon:hover {
        transform: rotate(-20deg) scale(1.05);
        background: #eceded url(../images/mob.png) no-repeat center center;
        border: 5px solid #f7bf00;
    }

    .single-teacher-links {
        padding: 100px 0;
    }

    /*category*/
    .category {
        padding: 118px 0 88px;
    }

    .category-title-icon {
        margin-right: 30px;
    }

    .category-title-wrapper {
        margin-bottom: 50px;
    }

    .category-title {
        letter-spacing: 1px;
        font-size: 50px;
    }

    .category-desc p {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 30px;
    }

    .about-category {
        margin-bottom: 200px;
    }

    .about-category-info {
        padding: 0;
        margin: 0 30px;
    }

    .about-category-image {
        flex: 0 0 55%;
        width: 55%;
    }

    .about-category-info h6 {
        margin-bottom: 0px;
    }

    .about-category-info ul {
        padding-left: 30px !important;
        list-style: none;
    }

    /*category list*/
    .category-item {
        margin-bottom: 90px;
        transition: all linear 0.3s;
    }

    .category-item-image {
        position: relative;
        transition: all linear 0.3s;
    }

    .category-item-image img {
        width: 504px;
        height: 438px;
    }

    .category-item:hover .image-hover {
        display: block;
        width: 100%;
        height: 100%;
        opacity: 50%;
        position: absolute;
        top: 0;
        left: 0;
        margin: auto;
    }

    .category-item:hover .image-hover h3 {
        color: rgba(255, 255, 255, 0.3);
        font-size: 200px;
        line-height: 200px;
        text-align: center;
        margin-bottom: 0;
        justify-content: center;
    }

    .category-item:hover .category-item-title {
        color: #fff;
        background-color: #35b4d9;
    }

    .single-vehicle {
        padding: 135px 0 153px;
    }

    .single-vehicle-category {
        margin-bottom: 0;
    }

    .single-page-price .about-category-info {
        padding: 0;
        margin: 0;
        width: 50%;
    }

    .single-page-price-table td:first-of-type {
        border-right: 2px solid #f7bf00;
        padding-right: 50px;
        padding-left: 25px;
    }

    .single-page-price-table td:last-of-type {
        padding-left: 25px;
    }

    .single-page-price-table {
        margin-bottom: 0;
    }

    .single-page-price-table td {
        border-bottom: 0;
        font-weight: bold;
        font-size: 25px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    /*price-list*/
    .price-list {
        padding: 200px 0;
    }

    .price-list-wrapper {
        justify-content: center;
    }

    .price-item {
        flex: 0 0 45%;
        width: 45%;
        margin-right: 38px;
        margin-bottom: 113px;
        transition: all 0.3s linear;
    }

    .price-item-title {
        font-size: 35px;
    }

    .price-item-table td {
        font-size: 20px;
        padding-left: 25px;
    }

    .triangle01 {
        margin-left: 260px;
    }

    .price-item:hover .price-item-title {
        background-color: #445c67;
        transition: all 0.3s linear;
    }

    .price-item:hover .triangle01 {
        border-top: 50px solid #445c67;
    }

    .price-item:hover .triangle02 {
        border-top: 50px solid transparent;
    }

    .price-item:hover .more-info {
        background-color: #445c67;
        color: #fff;
    }

    .more-info {
        font-size: 25px;
        transition: all 0.3s linear;
    }

    /*tabs*/
    .tabs > ul li a:hover:not(.active) {
        color: #fff;
    }

    .tabulator .theory-call-data {
        width: 75%;
        margin-left: -400px;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }

    .tabs section ol li {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .tab-link {
        font-size: 19px;
    }

    .tabs > ul li a {
        background-color: rgba(91, 198, 250, 0.7);
    }

    .tabs > ul {
        list-style-type: none;
        margin: 0;
        padding: 20px 0;
        width: 35%;
    }

    .tabs > ul li:not(:last-child) {
        margin-bottom: 2px;
    }

    /*galerija*/
    .gallery {
        padding: 254px 0 283px;
    }

    .images-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .gallery-item {
        flex: 0 0 30%;
        width: 30%;
        margin-right: 25px;
    }

    .gallery-item img {
        width: 388px;
        height: 284px;
    }

    .pagination-wrapper {
        margin-top: 35px;
    }

    .page-link {
        transition: all 0.3s linear;
    }

    .page-link:hover {
        color: #0099cb;
    }

    /*footer*/
    footer {
        padding: 80px 0 0;
        border-top: 50px solid #1f82ff;
    }

    .footer-top {
        padding-bottom: 0px;
    }

    .footer-top .icon-data {
        font-size: 18px;
    }

    .footer-top .info-data {
        padding-left: 150px;
    }

    .footer-about {
        padding-left: 75px;

    }

    .footer-about .footer-about-title {
        margin-bottom: 25px;
    }

    .footer-about p {
        width: 550px;
        max-width: 100%;
        margin-bottom: 50px;
    }
}

@media (min-width: 1200px) {


}

@media (min-width: 1400px) {


}