.header-topbar-0 {
    float: left;
    padding: 15px 20px 15px 0;
}

.list-progress__item > i::before {
    font-size: 50px;
}

.custom_class1 .letter__inner {
    width: auto;
}

.custom_class1 .letter.bg-inner {
    padding-bottom: 0;
    padding-top: 0;
}

.custom_class1 .wpcf7-form-control.wpcf7-submit {
    background-color: #fff;
    color: #dc2d13;
}
.form-contact {
    margin-top: 20px;
}
.order-price {
    padding-bottom: 20px;
    font-size: 30px;
    text-align: center;
}
.icon.fa.fa-phone, .icon.fa.fa-envelope {
    margin-left: 33px;
    margin-right: 20px;
}

.tp-caption.Autozone-text, .Autozone-text, .ui-title-inner, .main-block__label, .link-img__title, .ui-title-block.ui-title-block_mod-a.text-center, .list-progress__name,
.list-services__title, .list-type__link{
    font-family: inherit !important;
}

.main-block__label, .header-social-link a i {
    font-size: 28px;
    letter-spacing: 5px;
}
.main-block__title strong {
    font-size: 33px;
}

.top-bar li {
    font-size: 15px;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-size: 18px;
}
.ui-title-inner {
    font-size: 19px;
}
.fz16 {
    font-size:18px;

}
.fz16 .wpb_wrapper>p {
    display: none;
}
.list-mark {
    padding-top: 0;
}

.main_form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
    display: none;
}
.main_form section {
    width: 700px;
    left: calc(50% - 350px);
}

/************ MAIN BANNER START **************/

.main-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1001;
}

.main-banner__wrap {
    width: 100%;
    max-width: 760px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main-banner__content {
  position: relative;
  padding: 10px 40px 40px 40px;
}

.main-banner__close_cursore {
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.main-banner__close_cursore:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 20px;
    border-radius: 10px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    transition: background 0.4s ease-in;
}

.main-banner__close_cursore:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 20px;
    border-radius: 10px;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    transition: background 0.4s ease-in;
}


.main-banner_title {
    font-size: 68px;
    font-weight: 400;
    letter-spacing: 1.23px;
    color: #ffdf05;
}

.main-banner_subtitle {
    font-size: 46px;
    font-weight: 300;
    color: #ffdf05;
    letter-spacing: 1.23px;
}

.main-banner__list_title {
    color: #ffffff;
    font-size: 21px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.38px;
    position: relative;
    margin: 30px 0 40px 0;
    padding-left: 50px;
}

.main-banner__list_title::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 6px;
    border-radius: 3px;
    background-color: #ffdf05;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.main-banner__list_wrap {
    padding-left: 30px;
}

.main-banner__list_item {
    color: #ababab;
    list-style-type: none;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 14px;
    letter-spacing: 0.37px;
    position: relative;
}

.main-banner__list_item::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ffdf05;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
}

.main-banner__list_subtitle {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.13px;
}

.main-banner__form {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}

form.main-banner__form input:focus {
    outline: none;
}
.main-banner__form .main-banner__form_input[type='email']::placeholder {
    color: #939393;
    font-size: 19px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0.35px;
}

.main-banner__form .main-banner__form_btn[type='submit']::placeholder {
    color: #000000 !important;
    font-size: 19px;
    font-weight: 400;
    line-height: 33.15px;
    letter-spacing: 0.35px;
}

form.main-banner__form input[type='email'] {
    width: 100%;
    height: 56px;
    border-radius: 28px;
    background-color: #ffffff;
    text-align: center;
    margin-right: 30px;
    font-size: 16px;
}

form.main-banner__form input[type='submit'] {
    width: 100%;
    height: 56px;
    border-radius: 28px;
    background-color: #ffdf05;
    box-shadow: none;
    color: #000;
}

@media screen and (max-width: 767px) {
    .main-banner__wrap {
        width: 100%;
    }
    .main-banner_title {
        font-size: 50px;
        text-align: center;
    }
    .main-banner_subtitle {
        font-size: 30px;
        text-align: center;
    }
    .main-banner__list_title {
        font-size: 18px;
    }
    .main-banner__list_item {
        font-size: 16px;
    }
    .main-banner__list_subtitle {
        font-size: 20px;
    }
    .main-banner__form {
        flex-direction: column;
        justify-content: center;
    }

    form.main-banner__form input[type='submit']{
        height: 46px;
    }
    form.main-banner__form input[type='email']{
        height: 46px;
    }
}

@media screen and (max-width: 480px) {

    .main-banner_title {
        font-size: 24px;
        text-align: center;
        margin-top: 30px;
    }
    .main-banner_subtitle {
        font-size: 16px;
        text-align: center;
    }
    .main-banner__list_title {
        font-size: 14px;
        margin: 20px 0;
    }
    .main-banner__list_item {
        font-size: 10px;
    }
    .main-banner__list_subtitle {
        font-size: 20px;
    }
    .main-banner__list_item {
        font-size: 13px;
    }
    .main-banner__list_subtitle {
        font-size: 14px;
    }
}

    /************ MAIN BANNER END **************/

/************ YOUTUBE BANNER START **************/

.youtube-banner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1002;
    display: none;
}

.youtube-banner__wrap {
    position: relative;
    width: 100%;
    max-width: 560px;
    position: absolute;
    top: 30%;
    transform: translateY(-70%);
    right: 30px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
}

.youtube-banner__close_cursore {
    position: absolute;
    top: 10px;
    right: 15px;
    display: inline-block;
    width: 26px;
    height: 26px;
    cursor: pointer;
}

.youtube-banner__close_cursore:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 20px;
    border-radius: 10px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    transition: background 0.4s ease-in;
}

.youtube-banner__close_cursore:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 20px;
    border-radius: 10px;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    transition: background 0.4s ease-in;
}

.youtube-banner__left-element{
    top: 10px;
    right: 15px;
    width: 100%;
    height: 100%;
    padding: 30px 25px 35px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.youtube-banner__left-element_head {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    line-height: 40px;
    margin: 0px;
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.71);
}

.youtube-banner__left-element_title {
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.71);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.youtube-banner__left-element_subtitle {
    text-shadow: 0 3px 7px rgba(0, 0, 0, 0.71);
    color: #ffd905;
    font-size: 20px;
    letter-spacing: 4px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}

.youtube-banner__left-element_subtitle:after{
    position: absolute;
    content: url(../images/youtube_arrow.png);
    right: -55px;
    top: -6px;
}

.youtube-banner__right-element {
    width: 100%;
    display: flex;
    display: flex;
    flex-direction: column;
    padding: 15px;
    align-items: center;
}

.youtube-logo {
    padding-top: 20px;
}

.youtube-banner__btn_wrap {
    margin-top: 46px;
    max-width: 300px;
    width: 100%;
    text-align: center;
}

.youtube-logo img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.youtube-banner__btn{
    max-width: 200px;
    width: 100%;
    height: 40px;
    box-shadow: 0 4px 0 #b7a002;
    border-radius: 24px;
    background-color: #ffd905 !important;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    border: none;
    cursor: pointer;
    margin-bottom: 0px;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
}

.youtube-banner__btn:hover {
    color: #000;
    text-decoration: none;
}

.youtube-banner__btn:focus {
    outline: none;
}

.youtube-banner__btn::placeholder {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 800px) {
    .youtube-banner__wrap {
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 320px;
        flex-direction: column;
    }

    .youtube-banner__close_cursore:after {
        content: "";
        position: absolute;
        height: 3px;
        width: 20px;
        border-radius: 10px;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        transition: background 0.4s ease-in;
    }

    .youtube-banner__close_cursore:before {
        content: "";
        position: absolute;
        height: 3px;
        width: 20px;
        border-radius: 10px;
        background: #fff;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) rotate(-45deg);
        transition: background 0.4s ease-in;
    }
    .youtube-banner__btn_wrap {
        margin-top: 26px;
    }
    .youtube-banner__left-element_subtitle:after {
        top: 55px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
}

}



button#order_calc_price_button_mobile, .only_mobile {
    display: none;
}
@media screen and (min-width: 800px) {
    .main_form section {
        width: 700px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}

@media screen and (max-width: 800px) {
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
        padding-right:0 !important;
    }
    .vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
        margin-right: 0 !important;
    }
    h2.ui-title-block {
        font-size: 33px;
    }
    img.normal-logo {
        width: 130px;
    }
    .vc_row.m0 {
        margin: 0 !important;
    }
    .main_form {
        position: absolute;
    }
    .main_form section {
        width: 100%;
        left:auto;
    }
    div.header-navibox-5, div.header-navibox-6 {
        display: none;
    }
    .only_mobile {
        display: block;
    }
    button#order_calc_price_button_mobile {
        display: block;
        position: relative;
        top: 0;
        text-align: center;
        right: 0;
        z-index: 10;
        margin: 0 auto;
        width: 180px;
        background-color: limegreen;
        border: none;
        font-size: 16px;
        border-radius: 10px;
        color: #fff;
        margin-bottom: 38px;
    }
    .form-contact > .title > .order-price {
        display: none;
    }
}
button#order_calc_price_button,
button#order_calc_price_button_about_us {
    width: 160px;
    margin-top: 20px;
    height: 55px;
    background-color: limegreen;
    border: none;
    font-size: 16px;
    border-radius: 10px;
    color: #fff;
}

button#order_calc_price_button:hover, button#order_calc_price_button_mobile:hover {
    background-color: GreenYellow;
    color: #777;
}
.header-navibox-5 {
    float: left !important;
}

.close_order_form {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 40px;
}
.close_order_form:hover {
    cursor: pointer;
    color: #ddd;
}

.reviews__img {
    float: none;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    padding: 0 30px 0 30px;
}
.reviews__img img.img-responsive {
    margin: 0 auto;
}
.reviews .decor-1 {
    margin: 20px 0 10px 157px;
}
.auto_auctions .section-title-box {
    padding-bottom: 0;
}
.about_us .section-title-box {
    padding-bottom: 30px;
}
.vc_row-padding-both {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.about_us.vc_row-padding-both {
    padding-top: 0 !important;
}
.auto_auctions.vc_row-padding-both {
    padding-bottom: 0 !important;
    padding-top: 40px !important;
}
.about_us p {
    font-weight: 500;
    font-size: 18px;
}
.about_us .ui-description {
    margin-bottom: 30px;
}
#menu-main-menu-2 a {
    font-size: 15px;
}
@media screen and (min-width:1280px) {
    .ml50 .list-mark.list-unstyled {
        margin-left: 50px;
    }
}
.about_us .ui-title-block, .about_us .ui-subtitle-block_mod-a {
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
    text-align: center;
}

.about_us .ui-subtitle-block_mod-a > p {
    font-weight: 600;
    font-size: 18px;
}

.header-navibox-6 {
    float: left !important;
    padding: 30px 0 30px 20px;
    font-size: 25px;
}

.why_we .main-block {
    margin-bottom: 80px;
}
.why_we .center-content > .decor-1 {
    margin-top: 15px;
    height:15px;
}

.list-services__title {
    height: 40px;
}

.fz16 ul.list-mark {
    padding-top: 15px;
    color: #3c3f41;
}

button {
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
}

.about_links {
    padding: 40px 0 0 70px;
}
input {
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
}
a.post-nav__link {
    font-family: Ubuntu, Helvetica, Arial, sans-serif;
}

.fz16 li {
    position: relative;
    padding-left: 30px;
}

.fz16 li > i.decor-3 {
    position: absolute;
    left: 0;
    top: 7px;
}

.auto_auctions .section-title-box, .auto_auctions .section-title-box h2 {
    color: #fff;
}

.catalog_top_text p {
    text-align: center;
    width: 100%;
    font-size: 15px !important;
    font-weight: 500;
}

.reviews__img {
    height: 170px;
    display: flex;
    align-items: center;
}

.reviews__text p, .reviews__text  {
    font-size: 14px;
    font-weight: 400;
}

.card-list__row {
    font-size: 12.5px;
}

.list-categories__item label {
    max-width: 90%;
}

