/*
Theme Name: np
Version: 1.0.0
*/

.title-thank {
    padding-right: 40px;
    font-size: 19px;
}

header .iconContainer .location {
    max-width: 170px;
}

.instructors .items .img img {
    object-position: top;
}

.instructor .container .left img {
    width: 100%;
}

.products-home .item .img {
    min-height: 100px;
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
    line-height: 1;
}

.objects- {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

@media (max-width: 1200px) {

    .objects- {

        grid-template-columns: 1fr 1fr 1fr;

    }
}

@media (max-width: 991px) {

    .objects- {

        grid-template-columns: 1fr 1fr;

    }
}

@media (max-width: 767px) {

    .objects- {

        grid-template-columns: 1fr;

    }
}

@media (min-width: 767px) {
    .work .form .input {
        max-width: 300px;
    }
}

.wpcf7-spinner {
    display: none !important;
}

.wpcf7 form.sent .wpcf7-response-output, .wpcf7-response-output {
    text-align: center;
    margin-top: 10px !important;
}

.callback-home-1 .left {
    margin-right: 20px;
}

.input input {
    width: 100%;
}

.callback-home .btn-black {
    background: #0b80b6;
    margin-bottom: 10px;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.menu-header ul ul {
    z-index: 15;
}

.wpcf7-not-valid-tip {
    font-size: 14px !important;
    margin-top: -5px;
    margin-bottom: 10px;
}

@media (min-width: 1400px) {
    .work .form {
        justify-content: flex-end;
    }
}

.slider-welcom img {
    width: 100%;
}


.page-banquet .slider-welcom {
    margin-bottom: 130px;
}

@media (max-width: 1200px) {
    .page-banquet .slider-welcom {
        margin-bottom: 56px;
    }
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.cart-price {
    text-decoration: none;
}


#zone.callback .modal-dialog {
    max-width: 1200px;
}

#zone.callback .modal-body {
    padding: 0;
}

.products-home .row h3 {
    font-size: 32px;
}

.slick-arrow.slick-next {
    right: 5px;
}

.slick-arrow.slick-prev {
    left: 5px;
}

.slick-arrow svg {
    width: 10px;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0;
    -webkit-background-size: 15px;
    background-size: 15px;
}

.product .right h3 {
    font-size: 32px;
}

.reviews .reviews-slider .slick-slide {
    margin: 10px;
}

@media (max-width: 991px) {
    .reviews .reviews-slider {
        padding-left: 30px;
        padding-right: 30px;
    }

    .reviews .reviews-slider .slick-slide {
        max-width: 100%;
    }

    .reviews h2.title {
        padding-left: 15px;
        padding-right: 15px;
    }


    .reviews {
        overflow: hidden;
    }

    .reviews .container {
        max-width: 100%;
        padding-right: 0;
    }

}

.company .logos {
    padding-left: 30px;
    padding-right: 30px;
}

.company .logos .slick-slide {
    margin: 10px;
}

@media (max-width: 767px) {

    .products-home .items {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    h2.title {
        font-size: 28px;
    }

    .about {
        -webkit-background-size: 100%;
        background-size: 100%;
        padding-bottom: 35px;
        padding-top: 45px;
        background-repeat: repeat;
    }

    .about .flex ul {
        list-style: none;
        padding-left: 0;
    }


    .about .advantage ul li {
        margin: 5px;
    }

    .about .advantage ul {
        justify-content: center;
        font-size: 16px;
    }

    .about {
        text-align: center;
    }

    .text-content {
        font-size: 18px;
    }

    .product .right {
        font-size: 18px;
    }

    .product .flex .left {
        margin-bottom: 20px;
    }

    .text-content {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .reviews .reviews-slider .item .head .avatar {
        flex-shrink: 0;
    }

    .reviews .reviews-slider .item .head .name {
        font-size: 17px;
    }

    .reviews .reviews-slider .item .head .stars i {
        width: 20px;
        height: 20px;
        -webkit-background-size: contain;
        background-size: contain;
    }
}


.what.about .sub {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 100px;
}

.products .title {
    min-height: 63px;
}

.products .title a {
    color: #ffffff;
    text-decoration: none;
}

.products .title span {
    display: block;
    font-weight: 500;
    font-size: 16px;
}

.what.about {
    background: url('./assets/img/whatabout.jpg') left 50px no-repeat, #fff;
}

.what.about h2 {
    margin-bottom: 5px;
}

.what.about ul li:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 8px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #000000;
}

video {
    max-width: 100%;
    height: auto;
}

.what.about ul li {
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    color: #000;
    margin-bottom: 12px;
}

.what.about ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.products.front {
    background: url('./assets/img/bgcourse.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}


.dropdown-line {
    flex-grow: 0;
    margin-right: 30px;
}
