.oneClick {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 100000;
    display: none;
}

.oneClick .oneClick_close {
    position: fixed;
    top: -15px;
    right: -15px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    background: #e72a2a;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    border: 3px solid #fff;
}

.oneClick .oneClick_close:hover {
    color: #e72a2a;
    background: white;
    border: 3px solid #e72a2a;
}

.oneClick .oneClick_form {
    max-width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.oneClick .oneClick_form h2 {
    text-align: center;
    font-size: 30px;
    margin: 0px 0px 10px 0px;
}

.oneClick .oneClick_form p {
    font-size: 20px;
}

.oneClick .oneClick_form table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}

.oneClick .oneClick_form table td {
    border: 1px solid #a9a9a9;
    padding: 10px;
    font-weight: 600;
}

.oneClick .oneClick_form table td img {
    max-width: 64px;
    max-height: 64px;
}

.oneClick .oneClick_form form label {
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
}

.oneClick .oneClick_form form input[type="text"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #d4d4d4;
}

.oneClick .oneClick_form form input[type="submit"],
.oneClick .oneClick_form form button {
    background: transparent;
    border: 0px;
    padding: 10px;
    color: #e72a2a;
    border: 3px solid #e72a2a;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
}

.oneClick .oneClick_form form input[type="submit"]:hover,
.oneClick .oneClick_form form button:hover {
    background: #e72a2a;
    color: #fff;
}

.oneClick .oneClick_warnings {
    color: #e72a2a;
}

.oneClick .orderSuccess {
    color: #4CAF50;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 900;
}

@media (max-width: 500px) {
    .oneClick .oneClick_close {
        top: 30px;
        right: 30px;
    }
    .oneClick .oneClick_form {
        max-width: 100%;
        width: 100%;
        height: 100%;
        padding: 30px;
    }
    .oneClick .oneClick_form h2 {
        padding: 0px 30px 0px 0px;
    }
}

.delivery-cars {
    padding: 50px 0 100px 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
}
.delivery-cars .car {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 100%;
    max-width: 175px;
    height: 175px;
    border: 1px solid #999999;
}   
.delivery-cars p {
    margin: 0;
    position: absolute;
    bottom: 4px;
    display: block;
    width: 100%;
    text-align: center;
}
.product-el__link {
    position: absolute;
    width: 100%;
    bottom: 0;
}

@media (max-width: 970px) {
    .line-nav {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

@media (max-width: 450px) {
    .delivery-cars {
        -webkit-box-pack: center;
                justify-content: center;
    }
    #transport-styler {
        width: 100%;
        height: 100%;
        color: transparent;
    }
}
.page-contacts__el .page-contacts__label {
    font-size: 40px;
}
.page-contacts__el {
    font-size: 20px;
}
.scrollup {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 5%;
    right: 2%;
    display: none;
    text-indent: -9999px;
    background: url('../img/icon_top.png') no-repeat;
    border-radius: 50%;
    z-index: 100;
}
.back{
    margin-top: 50px;
    margin-bottom: 15px;
}

/* Стрелки в слайдере на главной */
.main-slider .slick-arrow {
    position: absolute;
    width: 35px;
    height: 58px;
    content: "";
    font-size: 0;
    border: none;
    cursor: pointer;
    background: url(../img/gallery-arrow.svg) center no-repeat;
    background-size: contain;
    top: 50%;
    right: 25px;
    margin-top: -29px;
    z-index: 3
}

.main-slider .slick-arrow.slick-prev {
    left: 25px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.main-slider .slick-arrow.slick-disabled {
    opacity: .5
}

/* Лизинг в подвале */
.leasing__img {
    margin-bottom: 20px;
    display: block;
    max-width: 100%;
    max-height: 80px;
}
.leasing__text {
    font-size: 12px;
    color: #ffffff;
}
/* Лизинг в подвале */
/* Блоки на главной */
.list-services {
    justify-content: space-around;
}
.services-el:last-child {
    margin-right: 0;
}

.list-small .services-el {
    width: calc(100% / 2 - 20px);
}