/*

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 : 01.11.2021, 17:11:29
    Author     : Admin


.arrow {
    border: solid #fff;
    height: 3px !important;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 6px;
}

.container {
     max-width: 1820px; 
     padding: 0 15px; 
     margin: 0 auto; 
}

.slider__top {
    position: relative;
    margin-top: 11px;
    max-width: 1573px;
    margin: 11px auto;
    overflow: hidden;
}

.slider__top .slick-list {
    overflow: hidden;
}

.slider__top .slick-arrow {
    top: 0;
    width: 50px;
    height: 100%;
    position: absolute;
    z-index: 5;
    font-size: 0;
    background-color: #fff;
}

.slider__top .slick-arrow::after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    border: solid #212121;
    height: 3px !important;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 5px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 6px;
}

.slider__top .slick-next {
    -webkit-box-shadow: -5px -20px 25px 30px #fff;
    box-shadow: -5px -20px 25px 30px #fff;
    right: 0;
}

.slider__top .slick-next::after {
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    transform: rotate(-45deg) translate(-50%, -50%);
}

.slider__top .slick-prev {
    left: 0;
    -webkit-box-shadow: 5px -20px 25px 30px #fff;
    box-shadow: 5px -20px 25px 30px #fff;
}

.slider__top .slick-prev::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slider__top .slick-track {
    padding: 30px 0;
}

.slider__top-item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 360px;
    width: auto !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 2px solid #FDC705;
    border-radius: 100px;
    padding: 16px 45px;
    margin: 0 16px;
    transition: all 0.5s;
}

.slider__top-item.slick-current {
    background-color: #FDC705;
    -webkit-box-shadow: 0px 15px 30px rgba(253, 199, 5, 0.6);
    box-shadow: 0px 15px 30px rgba(253, 199, 5, 0.6);
    transition: all 0.5s;
}
.slider__top-item:hover {
    background-color: #FDC705;
    -webkit-box-shadow: 0px 15px 30px rgba(253, 199, 5, 0.6);
    box-shadow: 0px 15px 30px rgba(253, 199, 5, 0.6);
}

.slider__top-text {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    line-height: 20px;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-arrow {
    font-size: 0;
}

.slider__bottom {
    margin-top: 50px;
    width: 100%;
    padding: 0;
     padding-left: 50px; 
}

.slider__bottom .slick-list {
     overflow: hidden; 
}

.slider__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.slider__bottom-info {
    padding-top: 50px;
    margin-right: 15px;
    width: 621px;
    padding: 74px 66px;
    -webkit-box-shadow: 0px 20px 140px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 20px 140px rgba(0, 0, 0, 0.07);
    height: fit-content;
    border-radius: 30px;
    margin-top: -14px;
}
.slider__bottom_wrap-info{
    flex: 0 0 43%;
    display: flex;
    justify-content: flex-end;
    width: 43%;
}

.slider__bottom-info-box {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #FDC705;
    padding-bottom: 10px;
}

.slider__bottom-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider__bottom-info-item:not(:first-child) {
    margin-top: 32px;
     height: 40px; 
}
.slider__bottom-info-item.title {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 110%;
    padding-top: 15px;
}
.slider__bottom-info-img {
    margin-right: 33px;
    height: 32px;
    width: 32px;
}

.slider__bottom-info-title {
    font-weight: 300;
}

.slider__bottom-info-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
     font-weight: 400; 
    font-size: 18px;
    margin-left: 25px;
    align-items: flex-end;
}

.slider__bottom-info-price .text {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 18px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.slider__bottom-info-price .text-28 {
    display: block;
    text-align: right;
    font-weight: 400;
    font-size: 28px;
    text-align: right;
}

.slider__bottom-info-price .number {
    display: block;
    text-align: right;
    font-size: 36px;
     font-weight: 400; 
    margin-right: 8px;
}

.slider__bottom-picture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex: 0 0 50%;
    align-self: flex-start;
    width: 50%
}

.slider__bottom-name-car {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 25px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    font-weight: 700;
    font-size: 44px;
    line-height: 48px;
    margin-bottom: 40px;
    max-width: 711px;
    margin-left: 108px;
}

.slider__bottom-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}

.slider__bottom-img img {
    -webkit-filter: brightness(102%);
    filter: brightness(102%);
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    top: 0;
    left: 0;
}

@media (min-width: 280px) {
    .slider__bottom-info-box {
        padding-bottom: calc((0.015625 * 100vw) + 0.625px);
    }

    .slider__bottom-info-title {
        font-size: calc((0.01875 * 100vw) + 4.75px);
    }

    .slider__bottom-info-title {
        line-height: calc((0.021875 * 100vw) + 5.875px);
    }

    .slider__bottom-info-price .text {
        font-size: calc((0.0071428571 * 100vw) + 8px);
    }

    .slider__bottom-info-price .text-28 {
        font-size: calc((0.0125 * 100vw) + 10.5px);
    }

    .slider__bottom-info-price .number {
        font-size: calc((0.0160714286 * 100vw) + 13.5px);
    }

    .slider__bottom-name-car {
        font-size: calc((0.0476190476 * 100vw) + 10.6666666667px);
    }

    .slider__bottom-name-car {
        line-height: calc((0.06875 * 100vw) + 6.75px);
    }
}

@media (min-width: 600px) {
    .slider__bottom-info-box {
        padding-bottom: 3px;
    }

    .slider__bottom-info-title {
        font-size: 16px;
    }

    .slider__bottom-info-title {
        line-height: 19px;
    }

    .slider__bottom-name-car {
        line-height: 48px;
    }
}

@media (min-width: 700px) {
    .slider__bottom-name-car {
        font-size: 44px;
    }
}

@media (min-width: 1400px) {
    .slider__bottom-info-price .text {
        font-size: 18px;
        line-height: 1;
    }

    .slider__bottom-info-price .text-28 {
        font-size: 28px;
    }

    .slider__bottom-info-price .number {
        font-size: 27px;
        line-height: 1;
         font-size: 28px; 
         line-height: 34px; 
    }
}

@media (max-width: 1100px) {
    .slider__bottom {
        padding-left: 0;
    }

    .slider__bottom-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
    }

    .slider__bottom-info {
        padding-top: 0;
        margin-right: 0;
        width: 100%;
        margin: 0 auto;
        margin-right: 50px;
    }

    .slider__bottom-name-car {
        text-align: left;
        margin-right: auto;
        padding-left: 15px;
    }

    .slider__bottom-picture {
        margin-top: 50px;
    }
}

@media (max-width: 650px) {
    .slider__top .slick-arrow {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.6);
    }
}

@media (max-width: 570px) {
    .slider__bottom {
        padding-left: 0px;
    }

    .slider__bottom-info {
        padding-right: 15px;
        padding: 25px 15px;
    }

    .slider__bottom-name-car {
        padding: 0 15px;
    }

    .slider__bottom-picture {
        margin-top: 20px;
    }
}

@media (max-width: 490px) {
    .slider__top-item {
        padding: 11px 9px !important;
    }

    .slider__top .slick-arrow {
        width: 30px;
        background-color: rgba(255, 255, 255, 0.3);
    }

    .slider__top .slick-arrow::after {
        padding: 3px;
        border-width: 0 2px 2px 0;
    }
}

@media (max-width: 650px) and (min-width: 280px) {
    .slider__top-item {
        max-width: calc((0.4054054054 * 100vw) + 116.4864864865px);
    }

    .slider__top-item {
        padding-right: calc((0.0810810811 * 100vw) + -7.7027027027px);
    }

    .slider__top-item {
        padding-left: calc((0.0810810811 * 100vw) + -7.7027027027px);
    }
}

@media (max-width: 650px) and (min-width: 650px) {
    .slider__top-item {
        max-width: 380px;
    }

    .slider__top-item {
        padding-right: 45px;
    }

    .slider__top-item {
        padding-left: 45px;
    }
}


@media (max-width:1800px){
    .page-contact .contact-form {
        right: -9%;
    }
}
@media  (max-width:1700px){
    .page-contact .map-contact-wrap {
        left: -119px;
        right: -40%;
    }
    .page-contact .contact-form {
        max-width: 500px;
        right: -6%;
    }
    .styler {
        top: -50%;
    }
}
@media (max-width:1600px){
    .page-contact .map-contact-wrap {
        left: -56px;
        right: -34%;
    }
    .page-contact .adress:after {
        display: none;
    }

    .page-contact .adress {
        margin-right: 50px;
    }
    .page-contact .contact-form {
        max-width: 438px;
        right: -32px;
    }

    .page-contact .title-page span.bg-title {
        font-size: 200px;
        left: 0;
    }

    .page-contact:before {
        left: -600px;
        top: -900px;
    }
    .for-klients .item {
        max-width: 490px;
        width: 100%;
        position: relative;
        left: inherit;
        top: inherit;
    }

    .for-klients .items {
        max-width: 1536px;
        width: 100%;
    }

    .for-klients .centre.item {
        max-width: 490px;
        width: 100%;
        position: relative;
        left: inherit;
        top: inherit;
    } 
    .news-section .news_item {
         flex: 0 0 33.3333%; 
        display: flex;
        flex-wrap: wrap;
        width: calc(33.333% - 10px);
        margin-left: 5px;
        margin-right: 5px;
        box-sizing: border-box;
    }

    .news-section .news_img img {
        max-width: 100%;
    }
    .section-zakazat .layar_1 {
        width: 450px;
        height: 450px;
    }
    .two-stiler {
    right: -1342px;
    z-index: -1;
}
}
@media (max-width:1500px){

    .slider__bottom-item {
        padding: 0 15px;
    }
    .section-zakazat .layar_1 {
        width: 425px;
        height: 425px;
    }

    .section-zakazat .item.item-write .item-body a {
        width: 120px;
        height: 120px;
        background-size: cover;
    }

    .section-zakazat .item.item-write .item-body a:hover {
        border-radius: 35px;
    }
    .order_truck:after {
        right: 7%;
        top: 52%;
    }

    .order_truck::before {
        right: -111px;
        top: -699px;
    }
}
@media (max-width:1440px){
    .page-contact .contact-form {
        max-width: 438px;
        right: -32px;
    }

    .page-contact .title-page span.bg-title {
        font-size: 168px;
        left: 0;
        top: 59px;
    }

    .page-contact:before {
        left: -910px;
        top: -900px;
    }
    .work-first.work-dispatcher:before {
        width: 1000px;
        height: 1700px;
    }
    .work-first.work-driver .left h1 {
        max-width: inherit;
    }

    .work-first.work-driver .rigth img {
        max-width: 100%;
    }

    .work-first.work-driver .rigth {
        margin-right: 0;
        max-width: 580px;
    }
    .section-zakazat.black-circle .item-body p.adress {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .section-zakazat.black-circle .item-body p.phone {
        font-size: 17px;
        margin-bottom: 0;
    }
    .section-zakazat.black-circle .item-body p.phone a{
        font-size: 17px;
        margin-bottom: 0;
    }

    .section-zakazat.black-circle .item.zvonok3 .item-body {
        margin-top: 67px;
    }

    .section-zakazat.black-circle .item.zvonok3 .item-body a {
        font-size: 30px;
    }
    .section-zakazat.black-circle .item-head p.title {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .work-first .left h1 {
        margin-top: 0;
        font-size: 60px;
        margin-bottom: 25px;
    }

    .work-first .left .slag {
        margin-bottom: 25px;
    }

    .work-first .left .slag p {
        font-size: 30px;
    }

    .work-first.work-curier .rigth img {
        margin-left: -100px;
        margin-top: 0;
        position: relative;
        max-width: 100%;
    }
    .accordion-container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .slider__bottom-info {
        margin-right: 0;
        width: 100%;
        padding: 50px;
    }

    .advantage-blocks .advantage-item {
        padding: 100px 15px 90px;
    }

    .clarion .styler {
        left: -1300px;
    }
    .first-slide .wrap {
        max-width: 1200px;
        margin-top: 130px;
    }

    .first-slide .left .title-marker {
        font-size: 60px;
        margin-top: 16px;
    }

    .first-slide .left p.action {
        font-size: 22px;
    }

    .first-slide .download-application {
        margin-top: 44px;
    }

    .first-slide .download-application p {
        font-size: 32px;
    }

    .first-slide .rigth img {
        max-height: 500px;
        margin-right: 23%;
    }

    .first-slide .left {
        padding-left: 10%;
    }

    .styler {
        top: -116%;
        right: -993px;
    }

    .stiki-header a.custom-logo-link img {
        max-width: 75px;
    }

    .styki-head .stiki-header {
        padding: 5px 0;
    }
    .title-marker {
        font-size: 60px;
        margin-bottom: 17px;
    }

    .title-marker:before {
        width: 110px;
        height: 27px;
        top: 35px;
    }

    .slider__bottom-name-car {
        font-size: 38px !important;
        margin-left: 20px;
        margin-bottom: 0;
    }
    .curier_dostavka .title-marker:before {left: 40px;}
    h2 {
        font-size: 60px;
    }

    .section-zakazat .layar_1 {
        width: 350px;
        height: 350px;
    }

    .section-zakazat .item-head p {
        font-size: 21px;
    }

    .section-zakazat .item-head {
        padding-top: 22px;
    }

    .section-zakazat .item.item-download .item-body a  img {
        max-width: 133px;
    }

    .section-zakazat .item.item-zvonok .item-body a {
        font-size: 91px;
    }
    .section-zakazat .item.item-zvonok.zvonok2 .item-body a {
    font-size: 25px;
}

    .section-zakazat .item.item-write .item-body a {
        width: 70px;
        height: 70px;
        background-size: contain;
    }
    .navigation-bottom ul.menu {
        padding-left: 5%;
        padding-right: 10%;
    }
    .section-zakazat.black-circle.corporate .item.zvonok3 .item-body {
    margin-top: 35px;
}

.section-zakazat.black-circle.corporate .item.item-adress a.mail {
    margin-top: 32px;
}
}
@media (max-width:1366px){

    .page-contact .adress .item {
        max-width: 300px;
    }
    .work-first.work-driver .rigth {
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .work-first.work-driver .left h1 {
        max-width: 471px;
    }
    .work-first.work-driver .left {
        width: 60%;
    }
    .work-first {
        display: flex;
    }
    .work-first .left h1 {
        font-size: 50px;
        margin-top: 0 !important;
    }

    .work-first .left .slag p {
        font-size: 25px;
        line-height: 130%;
    }


    .work-first.work-curier .rigth img {
        max-width: 550px;
        margin-left: -50px;
    }

    .work.conditions.black_square:after {
        width: 250px;
        height: 250px;
        right: -125px;
    }
}
@media (max-width:1300px){
    .main-navigation ul.menu {
        margin-right: 0;
    }

    .custom-header .navigation-top {
        flex: 0;
    }

    nav.lang-navigation {
        margin-right: 0;
    }

    .wrap {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .footer-logo {
        flex: 0 0;
    }
}
@media (max-width:1250px){
    .order_truck:after {
        width: 250px;
        background-size: contain;
        right: 2%;
    }

    .order_truck::before {
        right: -24%;
    }
}
@media (max-width:1200px){
    .page-contact .adress {
        margin-right: 0;
    }
    .page-contact .title-page span.bg-title {
        font-size: 140px;
    }
    .work-first.work-driver:before {
        right: -117px;
    }
    .our_partners .partners-img {
        width: 200px;
        height: 200px;
        padding: 5px;
    }

    .our_partners .partners-img img {
        max-width: 100%;
    }

    .our_partners .title-block {
        justify-content: center;
    }
    .gruzovoe {
        background-size: cover;
        background-position: center;
    }
    .custom-header .custom-logo-link img {
        max-width: 80px;
        height: inherit;
    }

    a.online-order-btn2 {
        margin-left: 0;
        padding: 12px 20.5px;
    }

    .main-navigation ul.menu li.menu-item {
        padding: 8px 9.3px 18px 8.3px;
    }

    .first-slide .wrap {
        margin-top: 99px;
    }

    .first-slide .download-application {
        margin-top: 90px;
    }

    .first-slide .rigth img {
        max-width: 500px;
    }

    .styler {
        top: -135%;
        right: -1081px;
    }

    .tarif-section {
        padding-top: 0;
    }
    .first-slide .download-application a img {
        max-width: 180px;
    }
    .advantage-blocks .advantage-item img {
        max-width: 150px;
        margin-bottom: 45px;
    }

    .advantage-blocks .advantage-item p {
        font-size: 25px;
    }

    .advantage-blocks .advantage-item {
        padding: 100px 27px 90px;
    }
    .site-footer {
        padding-top: 80px;
    }

    .footer-logo img.custom-logo {
        max-width: 150px;
        margin-top: 23px;
    }

    .navigation-bottom ul.menu {
        padding-right: 0;
        max-width: 450px;
    }

    .navigation-bottom ul.menu li.menu-item a {
        font-size: 20px;
    }

    .navigation-bottom ul.menu li.menu-item {
        padding-bottom: 9px !important;
    }

    .navigation-bottom ul.menu > li.menu-item:hover::before {
        display: none;
    }
    .shipping_avto {
        background-size: cover;
    }
}

@media (max-width:1100px){
    .page-contact .contact-form {
        right: -15px;
        padding-left: 25px;
        padding-right: 25px;
        max-width: 319px;
    }

    .page-contact .contact-form p.title-form {
        font-size: 25px;
    }

    .form-footer input.wpcf7-submit {
        padding: 15px 40px;
    }

    .contact-info .info-item-body.vizov .coll strong {
        font-size: 28px;
    }

    .contact-info .info-item-body.vizov .write strong {
        font-size: 28px;
    }

    .contact-info .info-item-body.vizov .download-application img {
        width: 120px;
    }

    .contact-info .info-item-title {
        font-size: 20px;
    }

    .contact-info .phone-block p {
        font-size: 28px;
    }

    .page-contact .adress .item p.title {
        font-size: 28px;
    }

    .page-contact .adress .item p {
        font-size: 16px;
    }

    .page-contact .map-contact {
        height: 450px;
    }

    .page-contact .adress {
        margin-top: 0;
    }

    .page-contact {
        padding-top: 20px;
    }

    .contact-info .contact-info-item {
        margin-bottom: 100px;
    }
    .order_truck:after {
        width: 150px;
        background-size: contain;
        right: 2%;
    }

    .order_truck::before {
        right: -35%;
    }
    a.online-order-btn2 {
        width: 40px;
        height: 40px;
        text-indent: -999px;
        box-sizing: border-box;
        overflow: hidden;
        padding: 0;
        background-image: url('../img/mdi-phone.png');
        background-repeat: no-repeat;
        background-position: center;
    }
    .slider__bottom-picture {
        overflow: hidden;
        box-sizing: border-box;
    }

    .slider__bottom-img {
        box-sizing: border-box;
        overflow: hidden;
    }

    .slider__bottom-img img {
        max-width: 100%;
        width: 100%;
    }

    .slider__bottom-name-car {
        display: inline-block;
        flex: 0 0 auto;
    }
    .slider__bottom-info {
        padding: 35px;
    }

    .slider__bottom-info-item:not(:first-child) {
        margin-top: 15px;
    }
    .styler {
        right: -1100px;
    }
    .first-slide .rigth img {
        width: 100%;
        margin-top: 5%;
    }

    .first-slide .left {
        width: 60%;
    }

    .first-slide .rigth {
        width: 40%;
    }

    .slider__bottom_wrap-info {
        width: 45%;
        flex: 0 0 45%;
    }

    .slider__bottom-name-car {
        margin-left: 0;
    }

    .slider__bottom-info-img {
        margin-right: 15px;
    }
    .for-klients .item {
        height: 700px;
    }

    .for-klients .centre.item {
        height: 740px;
    }
}
@media (max-width:1024px){

    .work-first.work-dispatcher .rigth {
        margin-top: 0;
         padding-left: 0; 
        margin-right: 0;
    }

    .work-first.work-dispatcher .rigth img {
        max-width: 180px;
    }

    .work.vacansies {
        padding-top: 150px;
    }

    .work.vacansies h2 {
        font-size: 50px;
    }

    .work.vacansies .text-block p {
        font-size: 18px;
    }

    .conditions-title h3 {
        font-size: 35px;
        max-width: 350px;
    }

    .conditions-title {
        padding-left: 5%;
    }

    .work.conditions.black_square:after {
        width: 100px;
        height: 100px;
        right: -50px;
        border-radius: 15px;
    }
}
@media (max-width:992px){
    .advertising-cars .corporate-argument .title-marker-span {
    font-size: 50px;
}

.advertising-cars .corporate-argument {
    padding-top: 60px;
}

.black-bg p.yellow-color {
    font-size: 50px;
}

.advertising-car {
    padding-top: 60px;
}
    .corporate-argument .left {
    width: 100%;
}

.corporate-argument .right {
    width: 100%;
}
    .profitable-cooperation .wrap .left {
    flex: 0 0 100%;
    justify-content: center;
    display: flex;
}

.profitable-cooperation .wrap .right {
    flex: 0 0 100%;
    display: flex;
}
    .page-contact .adress .item {
        margin-bottom: 48px;
    }

    .page-contact .adress {
        padding-bottom: 45px;
    }
    .page-contact main {flex: 0 0 100%;width: 100%;}

    .page-contact .adress {
        justify-content: center;
        margin-right: -15px;
    }


    .page-contact .map-contact-wrap {
        left: -15px;
        right: -15px;
        border: none;
        border-radius: 0;
    }

    .page-contact #map-contact-page {
        border-radius: 0;
    }

    .page-contact .contact-form {
        max-width: inherit;
        left: 0;
        right: 0;
        margin-left: -15px;
        margin-right: -15px;
        padding: 64px 15px 64px 31px;
        width: 132%;
    }
    .page-contact .contact-form-wrap {
        max-width: 500px;
        margin: auto;
    }
    .page-contact .contact-form:before {
        display: none;
    }

    .page-contact .contact-form:after {
        top: 0;
        left: 15px;
    }


    .work-first.work-dispatcher .rigth {
        width: 100%;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }

    .work-first.work-dispatcher:before {
        background: url(../img/dispatcher-styler-mob.png);
        width: 656px;
        height: 905px;
        top: inherit;
    }
    .work-first.work-driver .left {
        width: 100%;
    }

    .work-first.work-driver .rigth {
        width: 100%;
        margin: auto;
    }
    .work-first .left {
        width: 100%;
    }

    .work-first.work-curier .rigth {
        width: 100%;
    }


    .gruzovoe .gruzovoe_text .left {
        width: 100%;
    }

    .gruzovoe .gruzovoe_text .right {
        width: 100%;
    }

    .advantage-cargo ul {
        columns: 2;
    }
    .order_truck .order_truck_text ul {
        columns: 1;
    }
    .shipping_avto .shipping_avto_text .left {
        width: 100%;
    }

    .shipping_avto .shipping_avto_text .right {
        width: 100%;
    }
    .express-delivery .left {
        width: 100%;
    }
    .express-delivery .left img {
        max-width: 100%;
    }

    .express-delivery .right {
        width: 100%;
        text-align: center;
    }

    .express-delivery .wrap {
        flex-direction: column;
    }

    .express-delivery .right h2.title-marker {
        display: inline-block;
        text-align: center;
    }

    .express-delivery .right .text {
        text-align: initial;
    }

    .dop-uslugi .title-marker {
        display: b;
    }



    .title-wrap .post-title {
        font-size: 50px;
        text-align: center;
    }
    .advantage-blocks .advantage-item img {
        max-width: 96px;
        margin-bottom: 45px;
    }

    .advantage-blocks .advantage-item p {
        font-size: 18px;
    }

    .advantage-blocks .advantage-item {
        padding: 100px 27px 90px;
    }
    .custom-header .navigation-top {
        display: none;
    }

    .custom-header nav.lang-navigation {
        display: none;
    }

    .custom-header a.open-menu {
        display: block;
    }

    .custom-header .site-branding {
        flex: 1 1;
    }

    .custom-header a.online-order-btn2 {
        margin-right: 30px;
    }

    .custom-header ul.city-select {
        margin-right: 30px;
    }
    header.site-header {
        padding: 9px 0;
    }

    .custom-header .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom-logo-link img {
        max-width: 60px;
    }

    ul.city-select li {
        font-size: 15px;
         padding-bottom: 6px; 
    }

    .custom-header ul.city-select {
        margin-right: 8px;
    }
    .first-slide .rigth img {
        width: 100%;
        margin-top: 5%;
        margin-right: 0;
    }

    .first-slide .left {
        width: 60%;
        padding-left: 15px;
    }

    .first-slide .rigth {
        width: 40%;
    }
    .first-slide .left .title-marker {
        font-size: 56px;
    }

    .first-slide .left .title-marker:before {
        width: 80px;
        height: 25px;
        top: 30px;
    }

    .styler {
        right: -1222px;
        top: -125%;
    }
    h2 {
        font-size: 50px;
    }

    .title-marker:before {
        width: 80px;
        height: 25px;
        top: 30px;
    }

    .why-choose .why-choose-block > div {
        width: 100%;
    }
    .why-choose-block > div:nth-child(2){
        padding-left: 0;
    }

    .clarion .wrap > div {
        width: 100%;
    }

    .clarion h2 {
        max-width: inherit;
    }

    .clarion .black-btn {
        display: inline-block;
        margin-bottom: 35px;
    }
    .stiki-header a.custom-logo-link img {
        max-width: 46px;
    }

    .styki-head .stiki-header {
        padding: 0;
    }

    .styki-head .custom-header ul.city-select {
        margin-bottom: 3px;
    }

    .styki-head .custom-header .site-branding {
        display: flex;
        align-items: center;
        align-content: center;
    }
    .navigation-bottom {flex: 1 1 70%;padding-left: 10%;margin-bottom: 45px;}
    .head-mob-menu ul.lang-menu a {
        color: white;
    }
}
@media (max-width:800px){
    .for-klients .item {
        width: 100%;
        height: inherit;
        max-width: inherit;
        margin-bottom: 25px;
    }

    .for-klients .centre.item {
        width: 100%;
        height: inherit;
        max-width: inherit;
        margin-bottom: 25px;
    }

    .for-klients .items {
        height: inherit;
        flex-direction: column;
    }
}
@media (max-width:768px){
    .advertising-cars .corporate-argument .title-marker-span {
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    margin-top: 0;
}

.advertising-cars .corporate-argument {
    padding-top: 53px;
}

.advertising-cars .corporate-argument .right {
    padding-top: 0;
    padding-right: 0;
}

.advertising-cars .advantage-blocks .advantage-item {
    padding: 44px 20px 17px;
}

.black-bg p.yellow-color {
    font-size: 36px;
    line-height: 110%;
}

.advertising-car .title-marker-span span:before {
    width: 64px;
    height: 16px;
    border-radius: 2px;
    bottom: 5px;
}

.advertising-car .title-marker-span {
    max-width: 193px;
    margin: 0 auto 28px;
}

.advertising-car .text-block {
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
}

.advertising-car .img-block {
    margin-top: 95px;
}

.advertising-cars-variant {
    padding-top: 124px;
}

.cars-variant-item .item .img img {
    width: 192px;
}

.cars-variant-item .item h3 {
    font-size: 24px;
    line-height: 110%;
    margin-top: 21px;
    margin-bottom: 17px;
}

.cars-variant-item .item .text {
    font-size: 14px;
    line-height: 170%;
}

.cars-variant-item .item {
    margin-bottom: 43px;
}

.advertising-cars-variant {
    padding-bottom: 0;
}

.work.conditions.advertising_project {
    padding-top: 0;
    margin-bottom: 0;
}

.work.conditions.advertising_project .conditions-text ul li:before {
    width: 24px;
    height: 26px;
}

.work.conditions.advertising_project .conditions-text ul li {
    font-size: 14px;
    line-height: 170%;
    padding-left: 32px;
    margin-bottom: 12px;
}
    .corporate-argument {
    padding-top: 30px;
    padding-bottom: 30px;
}

.corporate-argument .title-marker-span {
    font-size: 36px;
}

.corporate-argument .right {
    padding: 0;
}

.corporate-argument .right p {
    font-size: 20px;
    margin-bottom: 25px;
}

.corporate-argument .right p strong {
    font-size: 30px;
}

.corporate-security {
    padding-top: 29px;
}

.corporate-uslugi:before {
    left: -379px;
}

.corporate-uslugi .title-marker-span span:before {
    width: 70px;
    height: 25px;
}

.trip_details .left {
    width: 100%;
    padding-top: 0;
}

.trip_details .rigth {
    width: 100%;
}

.trip_details .title-marker-span span:before {
    width: 70px;
    height: 30px;
}
    .profitable-cooperation .title-marker-after {
    font-size: 35px;
    margin-bottom: 20px;
}

.profitable-cooperation .wrap .left .text span.big-text {
    font-size: 22px;
}

.profitable-cooperation .wrap .left .text {
    padding-left: 0;
}
    .page-contact .title-page h1 {
        font-size: 50px;
    }

    .page-contact .title-marker:before {
        top: 26px;
    }

    .page-contact .title-page span.bg-title {
        font-size: 100px;
    }
    .dispatcher-map .wrap {
        padding: 0 !important;
    }

    .dispatcher-map .map-wrap {
        border: none;
        border-radius: 0 !important;
    }

    #map_dispetcher {
        border-radius: 0;
        height: 220px;
    }

    .dispatcher-map {
        margin-bottom: 0;
    }
    .bonus .bonus-text h2 {
        margin-bottom: 35px;
    }

    .bonus .bonus-text {
        font-size: 14px;
        line-height: 170%;
    }

    .bonus .bonus-text .smoll-text p {
        font-size: 12px;
        line-height: 170%;
        margin-bottom: 10px;
    }

    .bonus .bonus-img {
        padding-top: 5px !important;
    }

    .pt-min.section-zakazat {
        padding-top: 0;
    }
    .bonus .wrap > div {
        width: 100%;
    }

    .bonus-img {
        order: 2;
    }

    .bonus-text {
        order: 1;
    }

    .bonus .bonus-img img {
        max-width: 320px;
        width: 100%;
    }

    .bonus {
        padding-top: 0;
    }

    .bonus .wrap {}

    .bonus .bonus-text.rigth {
        padding-left: 0;
    }

    .bonus .bonus-text {
        padding-top: 0 !important;
    }
	Autoservice
	.autoservice .autoservice-text h2 {
        margin-bottom: 35px;
    }

    .autoservice .autoservice-text {
        font-size: 14px;
        line-height: 170%;
    }

    .autoservice .autoservice-text .smoll-text p {
        font-size: 12px;
        line-height: 170%;
        margin-bottom: 10px;
    }

    .autoservice .autoservice-img {
        padding-top: 5px !important;
    }

    .autoservice .wrap > div {
        width: 100%;
    }

    .autoservice-img {
        order: 2;
    }

    .autoservice-text {
        order: 1;
    }

    .autoservice .autoservice-img img {
        max-width: 320px;
        width: 100%;
    }

    .autoservice {
        padding-top: 0;
    }

    .autoservice .wrap {}

    .autoservice .autoservice-text.rigth {
        padding-left: 0;
    }

    .autoservice .autoservice-text {
        padding-top: 0 !important;
    }
	End Autoservice
    .work-first.work-driver:before {
        width: 320px;
        height: 904px;
        background: url(../img/work-first-driwer-mob.png);
        right: 0;
        top: inherit;
        bottom: 0;
    }
    .our_partners .wrap {
        flex-direction: column;
    }

    .our_partners .title-block h3 {
        max-width: inherit;
        font-size: 24px;
    }

    .our_partners .partners-img {
        width: 100%;
        height: 290px;
    }
    .work.vacansies .text-block .left {
        width: 100%;
    }

    .work.vacansies .text-block .rigth {
        width: 100%;
    }

    .work.vacansies {
        padding-top: 80px;
        padding-bottom: 80px;
        background-size: cover;
    }

    .work.conditions.lines:before {}

    .conditions-bloks:before {
        display: none;
    }

    .conditions-item {
        padding-top: 80px;
        margin-bottom: 0;
    }

    .conditions-title {
        padding-left: 0;
        width: 100%;
    }

    .conditions-title h3 {
        max-width: inherit;
    }

    .conditions-text {
        width: 100%;
    }

    .program-mobile .left {
        width: 100%;
        padding-left: 0;
    }

    .program-mobile .rigth {
        width: 100%;
        margin-top: 40px;
    }

    .program-mobile .wrap {
        flex-wrap: wrap;
    }

    .program-mobile .rigth img {
        max-width: 100%;
    }
    .work-first.work-curier:before {
        width: 232px;
        height: 658px;
        background: url(../img/curier_slide_stiler-mob.png);
        top: inherit;
        right: 0;
        bottom: 0;
    }
    .gruzovoe-uslugi .gruzovoe-uslugi-items .uslugi-item {
        width: 50%;
    }

    .gruzovoe-uslugi .gruzovoe-uslugi-items .devaider {
        display: none;
    }
    .shipping_avto .shipping_avto_text {
        font-size: 14px;
        line-height: 170%;
    }

    .shipping_avto {
        margin-top: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .shipping_avto .shipping_avto_text p {
        margin-bottom: 25px;
    }

    .order_truck .order_truck_text ul {
        columns: inherit;
    }

    .order_truck .order_truck_text > p {
        font-size: 20px;
        line-height: 24px;
    }

    .order_truck .order_truck_text ul li {
        font-size: 14px;
        line-height: 170%;
    }

    .order_truck:after {
        position: relative;
        width: 124px;
        height: 250px;
        background-size: contain;
        right: inherit;
        top: inherit;
        margin: 50px auto;
    }

    .order_truck::before {
        width: 350px;
        background-size: contain;
         bottom: -117px; 
        top: 26%;
        right: 0;
    }
    .panel-body {
        padding: 0px 15px 15px;
    }
    .dop-uslugi {
        padding-top: 0;
    }
    .title-wrap .post-title {
        font-size: 36px;
        line-height: 110%;
    }
    .express-delivery .right .text {
         text-align: initial; 
        font-size: 14px;
        line-height: 170%;
    }
    .accordion-item .title {
        font-size: 20px;
        line-height: 110%;
    }

    .accordion:after {
        font-size: 18px;
        line-height: 20px;
        width: 50px;
        height: 50px;
    }

    .accordion {
        padding: 14px 74px 14px 16px;
        min-height: 83px;
    }


    .navigation-bottom {
        padding-left: 15px;
    }
    .advantage-blocks{
        width: 100%;
        display: block;
        position: relative;
        overflow: hidden;
    }
    .advantage-blocks .advantage-item {
        width: 191px !important;

    }
    .advantage .wrap {
        padding: 0 !important;
    }
    .first-slide .left {
        width: 100%;
    }

    .first-slide .left .title-marker {
        font-size: 36px;
        max-width: 259px;
    }

    .first-slide .left .title-marker:before {
        width: 64px;
        height: 16px;
        top: 19px;
    }

    .first-slide .left p.action {
        font-size: 16px;
    }

    .styler {
        top: 53%;
        width: 518.07px;
        height: 518.07px;
        right: -380px;
        padding: 87px 0 0 10px;
    }

    .first-slide .left {
        padding-left: 0;
    }

    .first-slide .download-application p {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 9px;
    }

    .first-slide .download-application {
        margin-top: 41px;
    }

    .first-slide .download-application a img {
        max-width: 138px;
        margin-right: 0;
    }

    .first-slide .download-application a {
        margin-right: 8px;
    }

    .first-slide .download-application a:last-child {
        margin-right: 0;
    }

    .first-slide .rigth {
        width: 100%;
            display: flex;
    justify-content: center;
    }

    .first-slide .rigth img {
        margin-top: 1px;
        width: 100%;
        margin-top: 43px;
    }

    .first-slide {
        max-height: inherit;
    }

    h2 {
        font-size: 36px;
    }

    .title-marker {
        font-size: 36px;
    }

    .tarif-section {
        padding-top: 32px;
    }

    .title-marker:before {
        width: 64px;
        height: 16px;
        top: 18px;
    }

    .slider__top-text {
        font-weight: bold;
        font-size: 12px;
        line-height: 15px;
    }

    .slider__top .slick-track {
        padding: 0;
    }

    .slider__bottom_wrap-info {
        width: 100%;
        flex: auto;
    }

    .slider__bottom {
        margin-top: 0;
    }

    .slider__bottom-info-img img {
        width: 20px;
    }

    .slider__bottom-info {
        padding: 23px 14px;
    }

    .slider__bottom-info-img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .slider__bottom-info-price .number {
        font-size: 18px;
        line-height: 22px;
    }

    .slider__bottom-info-item:not(:first-child) {
        margin-top: 6px;
    }

    .slider__bottom-picture {
        width: 100%;
        flex: 0 0 100%;
    }

    .slider__bottom-name-car {
        font-size: 24px !important;
    }

    .why-choose .why-choose-block p {
        font-weight: normal;
        font-size: 14px;
        line-height: 170%;
    }

    .why-choose {
        background-size: 83%;
        background-size: contain;
        padding-bottom: 41%;
        background-position-y: 99%;
        padding-top: 36px;
        background-image: url('../img/why-choose_bg_mobile.png');
    }
.grecaptcha-badge {
    display: none !important;
}
.wow {
    visibility: visible !important;
}
.paralax-stiler {
    display: none;
}
.site-footer {
    background-image: none;
}
.first-slide {
    
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ffffff),color-stop(51.85%,rgba(255,255,255,0)),to(#ffffff)),url('../img/city_bg_mobile.jpg');
    background-image: linear-gradient(180deg,#ffffff 0%,rgba(255,255,255,0) 51.85%,#ffffff 100%),url('../img/city_bg_mobile.jpg');
    background-repeat: no-repeat;
 background-position-y: -47%;
    background-size: cover;
}
    .clarion {
        background-position-y: 26%;
        background-size: 96%;
        background-position-x: center;
        background-image: url('../img/clarion_bg_mobile.png');
    }

    .clarion .wrap .rigth {
        padding: 0;
        font-size: 14px;
        line-height: 170%;
    }

    .clarion .icon-block {
        font-weight: bold;
        font-size: 14px;
        line-height: 120%;
        max-width: 137px;
        padding-right: 0;
    }

    .news-section .news_item {
        width: 100%;
        margin: 0;
        margin-bottom: 45px;
    }

    .news-section .news_exept h4 {
        font-weight: bold;
        font-size: 24px;
        line-height: 130%;
        margin-top: 22px;
    }

    .section-zakazat h3 {
        font-size: 24px;
        line-height: 110%;
    }

    .section-zakazat .layar_1 {
        margin: 0;
        width: 290px;
        height: 290px;
        padding: 9px;
    }

    .section-zakazat .layar_2 {
        padding: 9px;
    }

    .section-zakazat .layar_3 {
        padding: 9px;
    }

    .section-zakazat .item.item-download .item-body {
        margin-top: 28px;
    }

    .section-zakazat .item.item-zvonok .item-body a {
        margin-top: 17px;
    }

    .section-zakazat .item.item-write .item-body {
        margin-top: 30px;
    }

    .advantage {
        padding-top: 30px;
        padding-bottom: 0;
    }

    .advantage-blocks .advantage-item {
        padding: 76px 20px 90px;
    }

    .clarion h2 {
        margin-bottom: 19px;
    }

    .clarion .black-btn {
        padding: 13px 30px;
        font-size: 14px;
    }

    .clarion .wrap .left {
        padding-left: 0;
        padding-right: 5px;
    }

    .for-klients {
        padding-top: 0;
        padding-bottom: 91px;
    }

    .for-klients .item {
        padding-top: 31px;
        padding-bottom: 40px;
    }

    .for-klients .item img {
        width: 96px;
    }

    .for-klients .item-head h4 {
        font-size: 24px;
    }

    .for-klients .item-body p {
        font-size: 14px;
        line-height: 150%;
    }

    .for-klients .centre.item{
        padding-top: 43px;
        padding-bottom: 40px;
    }

    .news-section .title-marker {
        text-align: center;
        margin-bottom: 38px;
    }

    .news-section {
        padding-top: 31px;
        padding-bottom: 10px;
    }

    .news-section .news_exept p {
        font-size: 14px;
        line-height: 150%;
    }

    .section-zakazat {
        padding-top: 56px;
        padding-bottom: 78px;
    }

    .slider__bottom-item {
        display: block;
    }

    .news-section .news-container {
        justify-content: center;
        align-items: center;
    }
}
@media (max-width:600px){
    .contact-info .info-item-title {
        padding-right: 15px;
    }

    .contact-info .info-item-body {
        width: 50%;
    }

    .contact-info .phone-block p {
        font-size: 20px;
    }

    .contact-info .info-item-body.vizov .write strong {
        font-size: 20px;
    }

    .contact-info .info-item-body.vizov .coll strong {
        font-size: 20px;
    }

    .contact-info .contact-info-item {
        margin-bottom: 40px;
    }

    .contact-info .info-item-title {
        font-size: 18px;
    }
    .form-body .left {
        width: 100%;
    }

    .form-body .rigth {
        width: 100%;
    }
    .gruzovoe-uslugi .gruzovoe-uslugi-items .uslugi-item {
        width: 50%;
    }

    .gruzovoe-uslugi .gruzovoe-uslugi-items .devaider {
        display: none;
    }

    .gruzovoe-uslugi .gruzovoe-uslugi-items .uslugi-item {
        width: 100%;
        border-left: none;
        font-weight: normal;
        font-size: 16px;
        line-height: 130%;
        border-bottom: 2px solid #efefef;
        margin-bottom: 0;
        padding: 32px;
    }

    .gruzovoe-uslugi .gruzovoe-uslugi-items .uslugi-item img {
        width: 96px;
        height: 96px;
        margin-bottom: 16px;
    }

    .gruzovoe-uslugi .gruzovoe-uslugi-items .uslugi-item p {
        margin-bottom: 0;
    }

    .gruzovoe-uslugi .uslugi-item:nth-child(3), .gruzovoe-uslugi .uslugi-item:nth-child(7) {
        border-right: none;
    }

    .gruzovoe-uslugi {
        padding-bottom: 0;
    }

    .gruzovoe-uslugi .gruzovoe-uslugi-items .uslugi-item:last-child {
        border-bottom: none;
    }

    .advantage-cargo ul {
        columns: 1;
    }

    .advantage-cargo ul li {
        font-size: 14px;
        line-height: 170%;
    }
    .navigation-bottom {
        padding-left: 15px;
    }

    .navigation-bottom ul.menu {
        columns: inherit;
        max-width: inherit;
        padding: 0;
        text-align: center;
    }

    .site-footer .wrap {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .site-footer ul.lang-menu {
        margin: 0;
    }

    footer nav.lang-navigation {
        margin: 0;
    }

    .navigation-bottom {
        padding-left: 0;
        margin-bottom: 15px;
    }

    .footer-dopmenu.lang {
        margin-right: 0;
    }

    .link-zakazat {
        align-content: center;
        align-items: center;
    }
}
@media (max-width:450px){
    .corporate-argument {
    padding-top: 30px;
    padding-bottom: 18px;
}

.corporate-argument .title-marker-span {
    font-size: 36px;
}

.corporate-argument .right {
    padding: 0;
}

.corporate-argument .right p {
    font-size: 20px;
    margin-bottom: 25px;
}

.corporate-argument .right p strong {
    font-size: 30px;
}

.corporate-security {
    padding-top: 0px;
}

.corporate-uslugi:before {
    left: -379px;
}

.corporate-uslugi .title-marker-span span:before {
    width: 64px;
    height: 16px;
}

.trip_details .left {
    width: 100%;
    padding-top: 0;
}

.trip_details .rigth {
    width: 100%;
    padding-top: 40px;
}

.trip_details .title-marker-span span:before {
    width: 64px;
    height: 16px;
}

.corporate-argument .title-marker-span {
    font-size: 20px;
    line-height: 110%;
    margin-bottom: 33px;
}

.corporate-argument .title-marker-span span:before {
    width: 64px;
    height: 16px;
    border-radius: 2px;
}

.corporate-argument .left {
    padding-left: 0;
}

.corporate-argument .right p {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
}

.corporate-argument .right p strong {
    font-size: 18px;
    line-height: 130%;
}

.corporate-security .conditions-bloks {
    padding-top: 25px;
}

.corporate-security .conditions-title h3 {
    margin-bottom: 36px;
}

.corporate-uslugi .corporate-uslugi-tarifs {
    padding: 24px 16px;
}

.corporate-uslugi .tarifs-item .tarifs-title {
    font-size: 10px;
    line-height: 12px;
}

.corporate-uslugi .tarifs-item .tarifs-price span.number {
    font-size: 18px;
    line-height: 22px;
}

.corporate-uslugi .tarifs-item .tarifs-price span.text {
    font-size: 10px;
    margin-left: 1px;
}

.corporate-uslugi .tarifs-item {
    min-height: inherit;
    margin-bottom: 10px;
}

.corporate-uslugi span.info {
    font-size: 10px;
    line-height: 12px;
    margin-top: 15px;
}

.corporate-uslugi {
    padding-bottom: 40px;
}

.trip_details {
    padding-top: 26px;
}

.trip_details .title-marker-span {
    margin-bottom: 26px;
}

.trip_details .trip_details-text {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 32px;
}

.trip_details .download-application a img {
    max-width: 140px;
     display: block; 
}

.trip_details .download-application a {
    margin-right: 3px;
}

.trip_details:before {
    width: 300px;
    height: 700px;
    top: inherit;
    bottom: -114px;
    background-size: contain;
    background-repeat: no-repeat;
    right: -56px;
}
    .profitable-cooperation .title-marker-after {
    font-size: 20px;
    line-height: 110%;
    margin-top: 64px;
}

.profitable-cooperation .title-marker-after:after {
    width: 64px;
    height: 16px;
    bottom: -30px;
}

.profitable-cooperation .wrap .left .text span.big-text {
    font-size: 18px;
    line-height: 130%;
}

.profitable-cooperation .wrap .left .text {
    padding-top: 42px;
}

.profitable-cooperation .wrap .left .text {
    font-size: 14px;
    line-height: 150%;
}

.profitable-cooperation {
    margin-bottom: 71px;
}

.fleet-owners-info .fleet-owners-info-text {
    font-size: 14px;
    line-height: 170%;
}

.fleet-owners-info .title-marker-span {
    margin-bottom: 25px;
     font-size: 34px; 
    letter-spacing: -1px;
}

.fleet-owners-info {
    margin-bottom: 62px;
}

.fleet-owners-info.text-center.gray-bg {
    padding: 38px 0 50px;
    margin-bottom: 75px;
}

.two-stiler {
    display: none;
}

.work.conditions.lines:before {
    display: none;
}

.fleet-owners .work.conditions.lines .conditions-bloks {
    margin-top: -90px;
}
    .contact-info .info-item-title {
    padding-right: 15px;
}

.contact-info .info-item-body {
    flex: 0 0 100%;
}

.contact-info .phone-block p {
     font-size: 20px; 
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
}

.contact-info .info-item-body.vizov .write strong {
    font-size: 20px;
}

.contact-info .info-item-body.vizov .coll strong {
    font-size: 24px;
}

.contact-info .contact-info-item {
    margin-bottom: 40px;
}

.contact-info .info-item-title {
    font-size: 18px;
}

.page-contact .title-page h1 {
    font-size: 36px;
    line-height: 110%;
    margin-top: 0;
    margin-bottom: 12px;
}

.page-contact .title-page span.bg-title {
    font-size: 71px;
    line-height: 110%;
    top: 8px;
}

.contact-info .info-item-title {
    flex: 0 0 100%;
    margin-bottom: 43px;
    font-size: 18px;
    line-height: 22px;
}

.contact-info .info-item-body {}

.contact-info .info-item-body.vizov .phone-block {
    margin-left: -4px;
}

.contact-info .info-item-title:before {
    bottom: -14px;
    left: -156px;
}

.contact-info .info-item-body.vizov .coll a::before {
    width: 56px;
    height: 56px;
    background-size: 98%;
}

.contact-info .info-item-body.vizov .coll a {
    padding-left: 76px;
}

.contact-info .info-item-body.vizov .coll span {
    font-size: 10px;
    line-height: 12px;
    padding-top: 7px;
}

.contact-info .info-item-body.vizov .coll a:after {
    left: 24px;
}

.contact-info .info-item-body.vizov .coll {
    margin-bottom: 46px;
}
.contact-info .info-item-body.vizov .write a::before {
    width: 56px;
    height: 56px;
    background-size: 98%;
    top: 8px;
}

.contact-info .info-item-body.vizov .write a {
    padding-left: 76px;
}

.contact-info .info-item-body.vizov .write span {
    font-size: 10px;
    line-height: 12px;
    padding-top: 7px;
}



.contact-info .info-item-body.vizov .write {
    margin-bottom: 52px;
}

.contact-info .info-item-body.vizov .download-application {
    padding-left: 76px;
}

.contact-info .info-item-body.vizov .download-application:before {
    width: 56px;
    height: 56px;
    background-size: 98%;
}

.contact-info .info-item-body.vizov .download-application:after {
    left: 24px;
}

.contact-info .info-item-body.vizov .write strong {
    font-size: 24px;
}

.contact-info .info-item-body.vizov .write a {
}

.write a:after {
    background-size: 66%;
    background-repeat: no-repeat;
}

.contact-info .info-item-body.vizov .download-application p.smoll {
    font-size: 10px;
    margin-bottom: 3px;
}

.contact-info .info-item-body.vizov .download-application img {
    width: 106px;
}

.contact-info .contact-info-item {
    margin-bottom: 60px;
}

.contact-info .phone-block p.ptmin.smoll {
    margin-top: -17px;
    font-size: 14px;
    line-height: 17px;
}

.page-contact .adress .item p.title {
    font-size: 24px;
    line-height: 110%;
    padding-left: 31px;
    margin-bottom: 16px;
}

.page-contact .adress {
    padding-top: 60px;
    padding-bottom: 17px;
}

.page-contact .adress .item p.title:before {
    width: 15px;
    height: 22px;
    background-size: contain;
}

.page-contact .adress .item {
    margin-bottom: 44px;
}

.page-contact .adress .item p {
    font-size: 14px;
}

.page-contact .adress .item a.for-map {
    font-size: 12px;
    line-height: 14px;
}

.page-contact .map-contact {
    height: 220px;
}
    .work.vacansies.logist-dispatcher {
        margin-top: 0;
        padding-bottom: 38px;
    }
    .work-first.work-dispatcher:before {
        right: -235px;
        bottom: -291px;
    }

    .work-first.work-dispatcher .rigth img {
        max-width: 140px;
    }

    .work.vacansies.taxi-dispatcher {
        padding-bottom: 38px;
    }
    .work-first.work-driver .left h1 {
        max-width: 208px;
    }

    .work-first.work-driver:before {
        right: -106px;
        bottom: -163px;
    }

    .work-first.work-driver .rigth {
        margin-top: 26px;
    }

    .work-first.work-driver {
        margin-bottom: 102px;
    }

    .form-head p strong {
        font-size: 22px;
        line-height: 27px;
    }

    .form-head p {
        font-size: 14px;
        line-height: 130%;
    }

    .form-body input, .form-body select {
        font-size: 14px !important;
        line-height: 17px !important;
        padding: 11px 20px !important;
    }

    .form-footer input.wpcf7-submit {
        font-size: 14px;
        line-height: 17px;
        padding: 16px 32px;
    }

    .pre-form {
        padding: 64px 15px;
    }

    
    .order_truck::before {
        width: 221px;
        top: 58%;
    }
    .title-marker:before {
        display: none;
    }
    .work-first .left {
        padding-left: 0;
    }

    .work-first .left h1 {
        font-size: 36px;
        margin-top: 20px;
    }

    .work-first .left .slag p {
        font-size: 22px;
        line-height: 26px;
    }

    .work-first .left .text p {
        font-size: 14px;
    }

    .work-first.work-curier .rigth img {max-width: 458px;margin-left: -60%;}

    .work-first.work-curier {
        margin-bottom: 84px;
    }

    .work-first.work-curier:before {bottom: -91px;}

    .work.vacansies p.vacancy {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .work.vacansies h2 {
        font-size: 36px;
    }

    .work.vacansies {
        padding-top: 62px;
        padding-bottom: 38px;
    }

    .work.vacansies .text-block p {
        font-size: 14px;
        margin-bottom: 26px;
    }

    .conditions-item {
        padding-top: 30px;
        padding-bottom: 0;
         border-bottom: 0; 
    }

    .conditions-title h3 {
        font-size: 24px;
        line-height: 110%;
        margin-bottom: 21px;
    }

    .conditions-text {
        padding-right: 0;
    }

    .conditions-text ul li {
        font-size: 14px;
        line-height: 170%;
        padding-left: 31px;
        margin-bottom: 8px;
    }

    .conditions-text ul li:before {
        left: 0;
    }

    .conditions-bloks {
        padding-top: 35px;
    }

    .program-mobile {
        margin-top: 89px;
        padding-top: 44px;
    }

    .program-mobile .left .text ul li {
        font-size: 14px;
        line-height: 170%;
        padding-left: 31px;
        margin-bottom: 8px;
    }

    .program-mobile .left .text ul li::before {
        left: 0;
        width: 21px;
        height: 26px;
    }

    .program-mobile a.yellow_btn {
        font-size: 14px;
        padding: 11px 30px;
    }

    .program-mobile .rigth {
        padding-left: 0;
        margin-top: 32px;
    }

    .program-mobile {
        padding-bottom: 52px;
        margin-bottom: 0;
    }

    .our_partners {
        padding-top: 42px;
        padding-bottom: 20px;
    }

    .our_partners .title-block h3 {
        margin-bottom: 25px;
    }

    .section-zakazat.black-circle {
        padding: 45px 0 80px;
    }

    .section-zakazat h3 {
        max-width: 191px;
        text-align: center;
        margin-right: 0;
        margin: 0 auto 30px;
    }

    .section-zakazat.black-circle .item-head p.title {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .section-zakazat.black-circle .item-head p.location {
        font-size: 12px;
    }

    .section-zakazat.black-circle .item-body p.adress {
        font-size: 14px;
    }

    .section-zakazat.black-circle .item.zvonok3 .item-body a {
        font-size: 24px;
    }

    .section-zakazat.black-circle .item.zvonok3 .item-body {
        margin-top: 50px;
    }
}*/