/*
Theme Name: FASTHPI
Theme URI: https://moonshotagency.co.uk
Author: ApusTheme
Author URI: https://moonshotagency.co.uk
Description: FastHPI is clean theme, it's used Apus Framework.
Version: 1.1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: boxcar

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
    min-width: 360px;
    max-width: 100%;
    overflow-x: hidden;
}
img{
    max-width: 100%;
    height:auto;
 }
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    clear: both;
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    clear: right;
    margin: 5px 0 32px 2em;
}
.wp-block-image .alignright{
    margin-left: 2em;
}
.alignleft {
    float: left;
    margin: 5px 2em 32px 0;
}
.wp-block-image .alignleft{
    margin-right: 2em;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}
.gallery-caption {
    box-sizing: border-box;
}
.bypostauthor{
    box-sizing: border-box;
}
.wp-block-pullquote{
    border:none;
}
.wp-block-archives.aligncenter, .wp-block-categories.aligncenter, .wp-block-latest-posts.aligncenter {
    text-align: center;
}
.wp-block-cover{
    margin-bottom: 28px;
}
.wp-block-embed{
    margin-bottom: 30px;
}
.product-block.grid .product-image{
    width: 100%;
}
.product-block.grid .product-image img{
    width: 100%;
}
.bread-title{
    word-break: break-word;
    word-wrap: break-word;
}
.advane-search-wrapper-fields {
    display: none;
}

.wp-block-cover.has-background-dim .wp-block-cover-text{
    color: #fff;
}
.wp-block-button {
    margin-top: 15px;
    margin-bottom: 15px;
}
.logo-theme img{
    max-width: 150px;
}

/* fix */
p{
    margin-bottom: 20px;
}
.main-page.full-default {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.cmb-th span.required {
    color: red;
}
@media(max-width: 767px){
    .widget-listing-search-form.horizontal .form-group-location{
        flex-wrap: wrap;
    }
    .widget-listing-search-form.horizontal .form-group-location > div ~ div{
        margin-top: 15px;
    }
}
.contact-form-agent .agent-content .email {
    word-wrap: break-word;
}
.select2-container--open.select2-container{
    z-index: 999990;
}

.search-form-wapper {
	display: inline-block;
	width: 100%;
	font-family: 'Poppins', sans-serif;
}
.search-form-wapper strong{
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  color: #333;
}
.search-form-wapper strong i{
  color: #20ad50;
  font-size: 25px;
  margin-right: 10px;
}
.search-form-wapper .search-input{
    margin-bottom: 20px;
    position: relative;
	width: 100%;
	display: inline-block;
}
.search-form-wapper .search-botton-wapper{
	width: 100%;
}
.search-form-wapper .search-input .regnum-flag {
    width: 40px;
    padding: 27px 8px;
    background-color: #1457AE;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 14px;
    text-align: center;
    height: 117px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.search-form-wapper .search-input input{
  width: 100%;
  height: 123px;
  border-width: 3px;
  border-radius: 7px;
  border-color: #010103;
  background-color: transparent;
  font-size: 64px !important;
  font-family: "Ubuntu", Sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  box-shadow: 0 0 15px 0 rgba(56,179,90,0);
  transition: box-shadow ease-in-out .3s;
  text-align: center;
}
.search-form-wapper .regnum input::placeholder {
  color: #AFADA4;
  opacity: 1;
  text-align: center;
}
.search-form-wapper .regnum input{
	padding-left: 90px;
    padding-right: 60px;
	margin-right: 5px;
}

.search-form-wapper .regnum  input:hover,
.search-form-wapper .regnum  input:focus {
    box-shadow: 0 0 15px 0 rgba(56,179,90,1);
}

.search-form-wapper .mileage span {
	float: right;
	font-size: 10px;
	color: black;
}
.search-form-wapper .search-botton-wapper{
	display: flex;
	justify-content: space-between;
	padding-right: 20px;
	margin-top: 20px;
	align-items: center;
}
.search-form-wapper .search-botton-wapper p{
	color: #343a40;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
}
.search-input-price {
    color: #010103;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
}
@keyframes vibrate {
	0%, 100% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
}

.search-form-wapper .search-input #vehicle_reg{
  background-color: #38B35A;
  border: 0;
  color: white;
  font-weight: bold;
  padding: 10px 40px;
  border-radius: 6px;
  width: 100%;
  font-size: 28px;
  font-family: "Poppins", Sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  transition: background-color ease-in-out .3s;
  animation: vibrate 2s ease-in-out infinite;
}
.search-form-wapper .search-input #vehicle_reg:hover {
    background-color: #010103;
}

.search-form-wapper .search-botton-wapper input{
  background-color: #1eac4e;
  float: right;
  color: white;
  font-weight: bold;
  padding: 10px 40px;
  border: 0;
  border-radius: 5px;
}

.search-form-wapper.search-form-wapper--small .search-input .regnum-flag {
    width: 23px;
    padding: 6px 2px;
    height: 54px;
}
.search-form-wapper.search-form-wapper--small .search-input {
    margin-bottom: 0;
}
.search-form-wapper.search-form-wapper--small .search-input input{
  width: 100%;
  height: 60px;
  font-size: 32px !important;
}

@media (max-width: 1359px) {
    .search-form-wapper .search-input{
        margin-bottom: 12px;
    }

    .search-form-wapper .regnum input {
        padding-left: 50px;
        padding-right: 35px;
    }

    .search-form-wapper .search-input input {
        height: 63px;
        font-size: 28px !important;
        border-width: 2px;
    }

    .search-form-wapper .search-input .regnum-flag {
        padding: 13px 3px;
        top: 2px;
        left: 2px;
        width: 18px;
        height: 59px;
        font-size: 9px;
        line-height: 12px;
    }

    .search-form-wapper .search-input #vehicle_reg {
        padding: 13px;
        font-size: 16px;
        line-height: 1.5;
    }

    .search-input-price {
        font-size: 16px;
    }

    .search-form-wapper.search-form-wapper--small .search-input .regnum-flag {
        padding: 4px 2px;
        height: 44px;
    }
    .search-form-wapper.search-form-wapper--small .search-input input{
        width: 100%;
        height: 48px;
        font-size: 26px !important;
    }
}

@media (max-width: 1024px) {
    .header-reg .search-form-wapper .search-input input {
        height: 48px;
        font-size: 24px !important;
    }

    .header-reg .search-form-wapper .search-input .regnum-flag {
        padding: 8px 3px;
        top: 2px;
        left: 2px;
        width: 18px;
        height: 44px;
        font-size: 8px;
        line-height: 12px;
    }
}

@media (max-width: 767px) {
    .search-form-wapper .regnum input {
        padding-left: 40px;
        padding-right: 25px;
    }

    .header-reg .search-form-wapper .regnum input {
        padding-left: 20px;
        padding-right: 9px;
    }

    .search-form-wapper .search-input input {
        height: 78px;
        font-size: 40px !important;
    }

    .header-reg .search-form-wapper .search-input input {
        height: 36px;
        font-size: 18px !important;
    }

    .search-form-wapper .search-input .regnum-flag {
        padding: 16px 4px;
        width: 23px;
        height: 74px;
        font-size: 11px;
        line-height: 16px;
    }

    .header-reg .search-form-wapper .search-input .regnum-flag {
        padding: 6px 2px;
        width: 12px;
        height: 32px;
        font-size: 6px;
        line-height: 7px;
    }

    .search-input-price {
        font-size: 16px;
    }

    .search-form-wapper .search-input #vehicle_reg {
        padding: 12px;
        font-size: 18px;
    }
}

.package-wapper-main .package-top-wapper{
    margin: 80px 0 40px;
    font-family: "Poppins", sans-serif;
}

.package-wapper-main .package-top-wapper .top-content h2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 32px;
  line-height: 1.5;
}

.package-wapper-main .package-top-wapper .top-content h2 img {
    display: inline;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
}

.package-wapper-main .package-top-wapper .top-content h2 strong{
  color: #00a94e;
}
.package-wapper-main .package-top-wapper .top-content.bad-news h2 strong{
    color: red;
}
.package-wapper-main .package-top-wapper .top-content p{
    font-size: 20px;
    line-height: 1.5;
}

.package-main-wapper .package-item {
  position: relative;
  border: 1px solid #010103;
  border-top: none;
  border-radius: 0 0 15px 15px;
  padding: 36px 44px 32px;
  flex: 1 1 auto;
}
.package-main-wapper .package-item .package-label {
    position: absolute;
    top: 16px;
    right: 16px;
    padding: 4px 12px;
    color: white;
    background-color: #38B35A;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.package-main-wapper .full-check {
  margin-top: 0;
  border-width: 2px;
}
.package-main-wapper .heading-wapper {
    background-color: #010103;
    padding: 15px 25px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    color: white;
    text-align: center;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.package-main-wapper .heading-wapper.green-wapper {
    background-color: #38B35A;
}
.package-main-wapper .heading-wapper p {
  margin-bottom: 0;
}
.package-main-wapper .package-item .package-item-button{
  width: 100%;
  display: block;
  text-align: center;
  background-color: #38B35A;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 1.5;
  color: white;
  margin: 20px 0 12px;
  font-weight: bold;
  transition: background-color ease-in-out .3s;
}
.package-main-wapper .package-item .package-item-button:hover {
    background-color: #010103;
}
.package-main-wapper .package-item .product-price {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}
.package-main-wapper .package-item .after-product-content{
  text-align: center;
  margin-top: 4px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.package-main-wapper .package-item .after-product-content::before,
.package-main-wapper .package-item .after-product-content::after {
    content: '⭐'
}
.package-main-wapper .package-item .product-description ul {
  padding: 0;
  padding-left: 36px;
  list-style: none;
}
.package-main-wapper .package-item .product-description ul li{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-transform: capitalize;
  display: flex;
  align-content: center;
  align-items: center;
}
.package-main-wapper .package-item .product-description ul li::before {
    font-family: 'Font Awesome 5 free';
    content: '\f058';
    margin:0 12px 0 -36px;
    color: #00a94e;
    font-weight: 900;
    font-size: 20px;
}
.package-main-wapper .basic-check .product-description ul li.not-included:before {
  content: '\f057';
  color: red;
}
.package-main-wapper .full-check .product-description ul{
    margin-bottom: 4rem;
}
.package-main-wapper .basic-check .product-description ul{
    margin-bottom: 4rem;
}
.package-main-wapper .get-my-bundle .product-list .product-item{
  margin-bottom: 10px;
}
.package-main-wapper .get-my-bundle .product-list .product-item label{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 20px;
  border: 2px dotted #00a94e;
  border-radius: 10px;
  font-size: 18px;
}
.package-main-wapper .get-my-bundle .product-list .product-item label input[type=radio] {
    display: none;
}
.package-main-wapper .get-my-bundle .product-list .product-item label::after {
  font-family: 'Font Awesome 5 free';
  content: '\f111';
  color: #00a94e;
  margin-right: 10px;
  font-size: 28px;
}
.package-main-wapper .get-my-bundle .product-list .product-item label.checked::after {
  content: '\f058';
  font-weight: 900;
}
.package-main-wapper .bottom-text {
    margin: 40px 0 0;
    color: #010103;
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.package-main-wapper .bottom-text strong {
    font-weight: 700;
}

.package-main-wapper .bottom-text .small {
    margin-top: 12px;
    color: rgba(1, 1, 3, .7);
    font-size: 20px;
}

.elementor-widget-shortcode .package-main-wapper > .container {
    padding: 0 !important;
}

.basic-package .package-item .product-description h3{
  text-align: center;
  font-size: 35px;
}
.basic-package .package-item .product-description h3 strong{
  color: red;
}
.basic-package .package-item .button-wapper{
    margin-bottom: 20px;
}
.basic-package .package-item .button-wapper .add-to-cart form .yescontinue{
  width: 100%;
  display: block;
  text-align: center;
  background-color: #00a94e;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 24px;
  color: white;
  margin: 30px 0px;
  font-weight: bold;
  line-height: 27px;
}
.basic-package .package-item .button-wapper .add-to-cart form .nocontinue{
  width: 65%;
  display: block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 18px;
  margin: 0 auto;
  font-weight: bold;
  border: 1px solid gray;
  line-height: 27px;
}
.basic-package .package-item .bootom-footer {
  text-align: center;
}
.basic-package  .basic-check {
    margin-top: 0px;
}
.back-button-wrapper .back-button {
  margin-top: 40px;
  color: #010103;
  border: 2px solid currentColor;
  padding: 14px 34px;
  border-radius: 8px;
  background-color: white;
  font-weight: bold;
  display: block;
  width: 132px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}
.back-button-wrapper .back-button:hover {
    color: #38B35A;
}

#vehiclenumber {
  margin-left: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
#vehiclenumber::after {
  font-family: 'Font Awesome 5 free';
  content: '\f058';
  color: #00a94e;
  font-weight: 900;
  font-size: 21px;
  position: absolute;
  top: -7px;
  right: -7px;
  background-color: white;
  border-radius: 50px;
  line-height: 20px;
}

#vehiclenumber.bad-news::after {
    content: '\f057';
    color: red;
}
#vehiclenumber .regnum-flag {
    width: 40px;
    padding: 27px 8px;
    background-color: #1457AE;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 14px;
    text-align: center;
    height: 117px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#vehiclenumber input{
  padding-left: 90px;
  padding-right: 60px;
  margin-right: 0;
  width: 100%;
  height: 123px;
  border: 3px solid black;
  border-radius: 7px;
  color: black;
  background: transparent;
  font-size: 64px !important;
  font-family: "Ubuntu", Sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
}

.vehicle-number-link {
    margin-top: 8px;
    margin-left: auto;
    display: block;
    width: max-content;
    max-width: 100%;
    color: black;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
}

.vehicle-package-link {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #010103;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    margin: 20px 0 12px;
    font-weight: bold;
    transition: background-color ease-in-out .3s;
}

.vehicle-package-link:hover {
    background-color: #494949;
    color: white;
}

.vehicle-number-link:hover {
    color: #38B35A;
}

.caution-wrapper .caution-heading{
  border: 2px solid black;
  background-color: #f07a26;
  padding: 10px 20px;
}
.caution-wrapper .caution-heading p {
  margin-bottom: 0;
  font-size: 25px;
  color: white;
  font-weight: bold;
}
.caution-wrapper .caution-details{
  border: 2px solid black;
  padding: 10px 20px;
  border-top: 0px;
}
.caution-wrapper .caution-details p {
  margin-bottom: 0;
  font-size: 18px;
}
.vehicle-info-wrapper .vehicle-info-heading h2{
  margin-bottom: 0;
}
.vehicle-info-wrapper .vehicle-details p{
  margin-bottom: 0;
  font-size: 17px;
}
.bad-news {
    padding-top: 0;
}

.package-main-wapper .row {
    margin-left: -10px;
    margin-right: -10px;
    gap: 40px 0;
}

.package-main-wapper .row .col,
.package-main-wapper .row [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.package-wrapper {
    width: 427px;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.checkout-form {
    padding: 80px 0;
}

.order-summary__content {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
}

.order-summary__title {
    margin: 0;
    color: #010103;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.order-summary__details {
    gap: 16px;
    width: 100%;
    line-height: 1;
}

.order-summary__details-item {
    display: flex;
    gap: 12px;
    width: 100%;
}

.order-summary__details-item-name {
    flex: 0 0 auto;
    color: #010103;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.order-summary__details-item-line {
    flex: 1 0 auto;
    border-bottom: 1px dashed #38B35A;
}

.order-summary__details-item-value {
    flex: 0 0 auto;
    color: #010103;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

#customer_details .woocommerce-billing-fields__field-wrapper .form-row:has(.input-hidden),
#customer_details .woocommerce-billing-fields__field-wrapper .form-row:last-child {
    margin: 0;
}

#customer_details .stripe-gateway-checkout-email-field {
    margin: 0;
    display: flex;
    flex-direction: column;
}

#customer_details .stripe-gateway-checkout-email-field::before {
    order: 0;
}

#customer_details .stripe-gateway-checkout-email-field label {
    margin-top: 4px;
    color: #010103;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    order: 2;
    transition: color ease-in-out .3s;
}

#customer_details .stripe-gateway-checkout-email-field .woocommerce-input-wrapper {
    order: 1;
}

#customer_details .stripe-gateway-checkout-email-field #billing_email {
    padding: 9px 22px;
    width: 100%;
    height: auto;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #010103;
    background-color: #F9F6F6;
    color: rgba(1, 1, 3, 0.6);
    transition: color ease-in-out .3s, border-color ease-in-out .3s;
}

#customer_details .stripe-gateway-checkout-email-field::after {
    order: 3;
}

#customer_details .stripe-gateway-checkout-email-field.woocommerce-invalid-required-field #billing_email {
    border-color: #EB382D;
    color: #EB382D;
}

#customer_details .stripe-gateway-checkout-email-field.woocommerce-invalid-required-field #billing_email::placeholder {    
    color: #EB382D;
}

#customer_details .stripe-gateway-checkout-email-field.woocommerce-invalid-required-field label {    
    color: #EB382D;
}

#customer_details .required {
    color: #EB382D !important;
}

#ppc-button-ppcp-gateway {
    margin-top: 1.5em;
}

.order-summary__email {
    width: 100%;
}

.order-summary__email-field {
    padding: 12px 24px;
    width: 100%;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #010103;
    color: rgba(1, 1, 3, 0.6);
}

.order-summary__email-note {
    margin-top: 4px;
    color: #010103;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.order-summary__email-note .asterick {
    color: #EB382D;
}

.order-summary__total {
    width: 100%;
    padding: 22px 32px;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #010103;
    background-color: #EAEDED;
}

.order-summary__action-buttons {
    gap: 20px;
    width: 100%;
}

.order-summary__action-buttons--desktop {
    display: block;
}

.order-summary__action-buttons--mobile {
    display: none;
}

.order-summary__action-buttons .back-button {
    width: 119px;
    color: #010103;
    border: 2px solid currentColor;
    padding: 14px 34px;
    border-radius: 8px;
    background-color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: normal;
}

.order-summary__action-buttons .back-button:hover {
    color: #38B35A;
}

.order-summary__button-proceed {
    flex: 1 0 auto;
    display: block;
    text-align: center;
    background-color: #38B35A;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 18px;
    line-height: normal;
    color: white;
    font-weight: bold;
    transition: background-color ease-in-out .3s;
}

.order-summary__button-proceed:hover {
    background-color: #00a94e;
}

.details-review {
    border-radius: 20px;
    background: #FFF;
    border: none;
    box-shadow: 0px 0px 16px 0px rgba(1, 1, 3, 0.25);
    font-family: Poppins, sans-serif;
}

.details-review #place_order {
    background-color: #089F32;
    border: none;
}

.details-review #place_order:hover {
    background-color: #00a94e;
}

.details-review .cart_item {
    color: #38B35A;
}

.check-section__content {
    padding: 80px 0;
}

.check-section__top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.check-section__title {
    margin: 0;
    color: #010103;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.check-section__title .text-green {
    color: #38B35A;
}

.check-section__desc-wrapper {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    align-items: center;
}

.check-section__desc {
    margin: 0;
    color: #010103;
    font-family: Poppins, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.check-section__desc-icon {
    line-height: 0;
}

.check-section .regnum-preview {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    margin-right: 0;
	width: 550px;
    height: 123px;
    border: 3px solid black;
    border-radius: 7px;
    text-align: center;
}

.check-section .regnum-preview::before {
    position: absolute;
    content: '';
    display: block;
    top: -14px;
    right: -14px;
    width: 28px;
    height: 28px;
    background-image: url('./images/icon-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.check-section .regnum-preview .regnum-preview__flag {
    width: 40px;
    padding: 27px 8px;
    background-color: #1457AE;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    text-align: center;
    height: 117px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.check-section .regnum-preview .regnum-preview__number {
    padding: 26.5px 60px;
    width: 100%;
    font-size: 64px !important;
    font-family: "Ubuntu", Sans-serif;
    font-weight: 600;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
}

.check-section__main {
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-top: 40px;
}

.check-section .plan-card {
    flex: 0 0 427px;
    padding: 44px;
    border-radius: 16px;
    border: 1px solid #010103;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.check-section .plan-card__note {
    color: #010103;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.check-section .plan-card__note .text-red {
    color: #EB382D;
}

.plan-card__full-plan,
.plan-card__basic-plan {    
    width: 100%;
    display: block;
    text-align: center;
    border: none;
    padding: 12px 10px;
    border-radius: 12px !important;
    font-size: 18px !important;
    line-height: normal !important;
    color: white;
    font-weight: bold !important;
    transition: background-color ease-in-out .3s;
}

.plan-card__full-plan {
    margin-top: 40px !important;
    border: 3px solid #00781A !important;
    background-color: #38B35A !important;
}

.plan-card__full-plan:hover {
    background-color: #00781A !important;
    color: white;
}

.plan-card__basic-plan {
    margin-top: 20px;
    background-color: #EB382D;
}

.plan-card__basic-plan:hover {    
    background-color: #850700;
    color: white;
}

.check-section__upgrade-benefits {
    flex: 1 0 auto;
}

.check-section__upgrade-text {
    width: 100%;
    padding: 17px 32px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
    text-align: center;
    background-color: #cb2a29;
}

.check-section__image-wrapper {
    margin: 0 auto;
    margin-top: 40px;
    max-width: calc(427 / 813 * 100%);
}

.check-section__image-wrapper img {
    width: 100%;
    object-fit: contain;
    max-width: 430px;
}


.check-section__upgrade-description {
    margin: 0 auto;
    margin-top: 32px;
    width: 100%;
    max-width: 535px;
    color: #010103;
    font-family: Poppins, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.check-section__upgrade-description > * {
    margin-bottom: 20px;
}

.check-section__upgrade-description > *:last-child {
    margin-bottom: 0;
}

.check-section__upgrade-description ul {
    margin: 0;
    padding: 0;
    list-style: none;
    columns: 2;
}

.check-section__upgrade-description li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 8px;
}

.check-section__upgrade-description li::before {
    position: absolute;
    content: '';
    display: block;
    top: 3px;
    left: 0;
    width: 24px;
    height: 24px;
    background-image: url('./images/icon-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.check-section__action-mobile {
    display: none;
}

.check-section__back-button {
    margin-top: 40px;
    width: 132px;
    color: #010103;
    border: 2px solid currentColor;
    padding: 14px 34px;
    border-radius: 8px;
    background-color: white;
    font-weight: bold;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: normal;
}

.check-section__back-button:hover {
    color: #38B35A;
}

@media (max-width: 1359px) {
    #vehiclenumber .regnum-flag {
        padding: 13px 3px;
        top: 2px;
        left: 2px;
        width: 18px;
        height: 59px;
        font-size: 9px;
        line-height: 12px;
    }

    #vehiclenumber input{
        padding-left: 50px;
        padding-right: 35px;
        height: 63px;
        font-size: 28px !important;
        border-width: 2px;
    }

    .check-section .regnum-preview {
        padding-left: 18px;
        border-width: 2px;
        height: 63px;
        width: 400px;
    }

    .check-section .regnum-preview .regnum-preview__flag {
        padding: 13px 3px;
        width: 18px;
        height: 59px;
        font-size: 9px;
        line-height: 12px;
    }

    .check-section .regnum-preview .regnum-preview__number {
        padding: 15px 35px;
        font-size: 28px !important;
    }
}

@media (max-width: 1199px) {
    .package-wapper-main .package-top-wapper {
        margin: 60px 0 30px;
    }

    .package-wapper-main .package-top-wapper .top-content h2 {
        font-size: 28px;
    }

    .package-wapper-main .package-top-wapper .top-content p {
        font-size: 18px;
    }

    #vehiclenumber {
        width: 100%;
    }

    .vehicle-number-link {
        font-size: 18px;
    }

    .back-button-wrapper .back-button {
        margin-top: 32px;
        font-size: 16px;
        width: 128px;
    }

    .package-main-wapper .bottom-text {
        margin: 30px 0 0;
        font-size: 20px;
    }

    .package-main-wapper .bottom-text .small {
        margin-top: 10px;
        font-size: 16px;
    }

    .package-wrapper {
        width: 100%;
    }

    .checkout-form {
        padding: 32px 0 40px;
    }

    .order-summary__content {
        gap: 20px;
        max-width: none;
    }
    
    .order-summary__title {
        font-size: 20px;
    }
    
    .order-summary__details-item-name {
        font-size: 14px;
    }
    
    .order-summary__details-item-value {
        font-size: 14px;
    }
    
    .order-summary__email-note {
        font-size: 14px;
    }
    
    .order-summary__total {
        padding: 25px 20px;
        font-size: 20px;
    }
    
    .order-summary__action-buttons {
        gap: 16px;
    }
    
    .order-summary__action-buttons .back-button {
        font-size: 14px;
    }
    
    .order-summary__button-proceed {
        font-size: 14px;
    }

    .check-section__content {
        padding: 34px 0 28px;
    }
    
    .check-section__title {
        font-size: 20px;
    }
    
    .check-section__desc-wrapper {
        margin-top: 4px;
    }
    
    .check-section__desc {
        font-size: 14px;
    }

    .check-section__desc-icon {
        margin-top: -3px;
    }
    
    .check-section__main {
        gap: 50px;
        margin-top: 24px;
    }
    
    .check-section .plan-card {
        flex: 0 0 224px;
        padding: 20px;
    }
    
    .check-section .plan-card__note {
        font-size: 20px;
    }
    
    .plan-card__full-plan,
    .plan-card__basic-plan {
        padding: 8px 10px;
        font-size: 14px !important;
    }
    
    .plan-card__full-plan {
        margin-top: 28px !important;
    }
    
    .plan-card__basic-plan {
        margin-top: 12px;
    }
    
    .check-section__upgrade-text {
        padding: 11px 20px;
        font-size: 16px;
    }
    
    .check-section__image-wrapper {
        margin-top: 20px;
        max-width: calc(284 / 430 * 100%);
    }
    
    
    .check-section__upgrade-description {
        margin-top: 20px;
        font-size: 16px;
    }
    
    .check-section__upgrade-description > * {
        margin-bottom: 12px;
    }
    
    .check-section__upgrade-description > *:last-child {
        margin-bottom: 0;
    }
    
    .check-section__upgrade-description li {
        padding-left: 28px;
    }
    
    .check-section__upgrade-description li::before {
        top: 5px;
        width: 16px;
        height: 16px;
    }
    
    .check-section__back-button {
        margin-top: 28px;
        width: 120px;
        font-size: 14px;
    }

    #customer_details .stripe-gateway-checkout-email-field label {
        font-size: 14px;
    }

    #customer_details .stripe-gateway-checkout-email-field #billing_email {
        padding: 11px 22px;
        font-size: 18px;
        line-height: 1.5;
    }
}

@media (max-width: 991px) {
    .package-wapper-main .package-top-wapper {
        margin: 32px 0 28px;
    }

    .package-wapper-main .package-top-wapper .top-content h2 {
        margin-bottom: 4px;
        font-size: 20px;
    }

    .package-wapper-main .package-top-wapper .top-content p {
        font-size: 14px;
    }

    #vehiclenumber {
        width: 100%;
    }

    .vehicle-number-link {
        margin-top: 4px;
        font-size: 18px;
    }

    .vehicle-package-link {
        margin: 20px 0 8px;
        font-size: 14px;
    }

    .back-button-wrapper .back-button {
        margin-top: 28px;
        font-size: 14px;
        width: 120px;
    }

    .back-button-wrapper .back-button {
        margin-top: 28px;
        font-size: 14px;
    }

    .package-wapper-main .package-top-wapper .top-content h2 {
        font-size: 20px;
        line-height: 1.5;
    }

    .package-main-wapper .bottom-text {
        margin: 28px 0 0;
        font-size: 16px;
    }

    .package-main-wapper .bottom-text .small {
        margin-top: 8px;
        font-size: 14px;
    }

    .package-main-wapper .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .package-main-wapper .row .col,
    .package-main-wapper .row [class*="col-"] {
        padding-right: 8px;
        padding-left: 8px;
    }

    .package-main-wapper .heading-wapper {
        padding: 18px 20px;
        font-size: 16px;
    }

    .package-main-wapper .package-item {
        padding: 28px 30px;
    }

    .package-main-wapper .package-item .package-label {
        font-size: 14px;
    }

    .package-main-wapper .package-item .product-description ul {
        padding-left: 24px;
    }

    .package-main-wapper .package-item .product-description ul li {
        font-size: 16px;
    }

    .package-main-wapper .package-item .product-description ul li::before {
        margin: 0 8px 0 -24px;
        font-size: 16px;
    }

    .package-main-wapper .package-item .package-item-button {
        margin: 20px 0 8px;
        font-size: 14px;
    }

    .package-main-wapper .package-item .product-price {
        font-size: 16px;
    }

    .check-section .regnum-preview {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .package-wapper-main .package-top-wapper {
        margin: 20px 0;
    }

    .package-wapper-main .package-top-wapper .top-content h2 {
        font-size: 16px;
    }

    .package-wapper-main .package-top-wapper .top-content h2 img {
        width: 16px;
        height: 16px;
    }

    .package-wapper-main .package-top-wapper .top-content p {
        margin-bottom: 12px;
        font-size: 12px;
    }

    .vehicle-number-back {
        margin-top: 20px;
        width: 100%;
    }

    #vehiclenumber {
        width: 100%;
    }

    #vehiclenumber .regnum-flag {
        padding: 16px 4px;
        width: 23px;
        height: 74px;
        font-size: 11px;
        line-height: 16px;
    }

    #vehiclenumber input{
        height: 78px;
        font-size: 40px !important;
        padding-left: 60px;
        padding-right: 45px;
    }

    .vehicle-number-link {
        margin-top: 12px;
        margin-right: auto;
        font-size: 20px;
    }

    .vehicle-package-link {
        margin: 20px 0 12px;
        font-size: 18px;
    }

    .back-button-wrapper .back-button {
        margin-top: 40px;
        font-size: 18px;
        width: 100%;
    }

    .package-main-wapper .heading-wapper {
        padding: 15px 20px;
        font-size: 20px;
    }

    .package-main-wapper .package-item {
        padding: 20px 30px;
    }

    .package-main-wapper .package-item .package-label {
        font-size: 12px;
    }

    .package-main-wapper .package-item .product-description ul {
        padding-left: 36px;
    }

    .package-main-wapper .package-item .product-description ul li {
        font-size: 20px;
    }

    .package-main-wapper .package-item .product-description ul li::before {
        margin: 0 12px 0 -36px;
        font-size: 20px;
    }

    .package-main-wapper .package-item .package-item-button {
        margin: 20px 0 12px;
        font-size: 18px;
    }

    .package-main-wapper .package-item .product-price {
        font-size: 20px;
    }

    .checkout-form {
        padding: 20px 0 32px;
    }

    .order-summary__content {
        /*padding: 20px 0 32px;*/
        width: 100%;
    }
    
    .order-summary__title {
        font-size: 16px;
    }
    
    .order-summary__email-field {
        font-size: 14px;
    }
    
    .order-summary__email-note {
        font-size: 12px;
    }
    
    .order-summary__total {
        padding: 20px;
    }
    
    .order-summary__action-buttons {
        gap: 12px;
    }    

    .order-summary__action-buttons--desktop {
        display: none;
    }

    .order-summary__action-buttons--mobile {
        display: block;
        margin-top: 40px;
    }
    
    .order-summary__action-buttons .back-button {
        flex: 0 0 calc(132 / 355 * 100%);
        width: 132px;
        font-size: 18px;
    }
    
    .order-summary__button-proceed {
        flex: 0 0 calc(211 / 355 * 100%);
        font-size: 18px;
    }

    .check-section__content {
        padding: 20px 0 28px;
    }

    .check-section__top {
        display: flex;
        flex-direction: column;
        gap: 22px;
    }
    
    .check-section__title {
        font-size: 16px;
    }
    
    .check-section__desc-wrapper {
        margin-top: 4px;
    }
    
    .check-section__desc {
        font-size: 12px;
    }
    
    .check-section .regnum-preview {
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        height: 78px;
        padding-left: 23px;
    }
    
    .check-section .regnum-preview::before {
        top: -12px;
        right: -12px;
        width: 24px;
        height: 24px;
    }
    
    .check-section .regnum-preview .regnum-preview__number {
        padding: 20px 45px;
        font-size: 40px!important;
    }

    .check-section .regnum-preview .regnum-preview__flag {
        padding: 16px 4px;
        width: 23px;
        height: 74px;
        font-size: 11px;
        line-height: 16px;
    }
    
    .check-section__main {
        flex-direction: column-reverse;
        gap: 20px;
        margin-top: 24px;
    }
    
    .check-section .plan-card {
        flex: 0 0 100%;
        padding: 20px;
    }
    
    .check-section .plan-card__note {
        font-size: 32px;
    }
    
    .plan-card__full-plan,
    .plan-card__basic-plan {
        padding: 12px 10px;
        font-size: 18px !important;
    }
    
    .plan-card__full-plan {
        margin-top: 32px !important;
    }
    
    .plan-card__basic-plan {
        margin-top: 20px;
    }
    
    .check-section__image-wrapper {
        margin-top: 20px;
        max-width: 100%;
        text-align: center;
    }

    .check-section__image-wrapper img {
        max-width: 250px;
    }

    .check-section__upgrade-description ul {
        columns: 1;
    }

    .check-section__action-mobile {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        max-width: 291px;
    }

    .check-section__back-button {
        margin-top: 20px;
        width: 100%;
        font-size: 18px;
    }

    #customer_details .stripe-gateway-checkout-email-field label {
        font-size: 12px;
    }

    #customer_details .stripe-gateway-checkout-email-field #billing_email {
        font-size: 14px;
        line-height: 1.5;
    }
}

.woocommerce-checkout .breadcrumb-page {
    display: none !important;
}

.woocommerce-checkout .e-con-inner {
    padding: 0 !important;
}

.section-blog,
.section-article {
    padding: 84px 20px 100px;
    color: #010103;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
}

.section-blog__container,
.section-article__container {
    margin: 0 auto;
    max-width: 1320px;
}

.section-blog__title {
    margin: 0 0 32px;
    font-family: inherit;
    font-weight: bold;
    font-size: 32px;
    line-height: inherit;
    text-align: center;
}

.section-article__title {
    margin: 0 0 32px;
    font-family: inherit;
    font-weight: bold;
    font-size: 44px;
    line-height: 1.2;
}

.section-blog__nav {
    margin: 0 auto;
    width: max-content;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: flex-start;
}

.section-blog__nav-item {
    position: relative;
    padding: 3px 11px;
    flex: 0 0 auto;
    max-width: 100%;
    color: rgba(1, 1, 3, .6);
    background-color: transparent;
    border: 1px solid rgba(1, 1, 3, .6);
    box-shadow: none;
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    transition: background-color ease-in-out .3s, color ease-in-out .3s, border-color ease-in-out .3s;
}

.section-blog__nav-item.active {
    color: #fff;
    background-color: rgba(56, 179, 90, 1);
    border: 1px solid rgba(56, 179, 90, 1);
}

.section-blog__nav-item:hover,
.section-blog__nav-item.active:hover {
    color: rgba(56, 179, 90, 1);
    background-color: transparent;
    border: 1px solid rgba(56, 179, 90, 1);
}


.section-blog__content,
.section-blog__pagination-wrapper {
    margin-top: 32px;
}

.section-blog__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.section-blog__grid .post-card {
    flex: 0 0 100%;
    max-width: calc(33% - 20px * 2 / 3);
}

.post-card {
    display: block;
    color: inherit;
    text-decoration: none;
}

.post-card,
.post-card__media,
.post-card__image {
    position: relative;
}

.post-card__image {
    display: block;
    overflow: hidden;
    line-height: 0;
}

.post-card__image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
    transition: border-color ease-in-out .3s, background-color ease-in-out .3s;
}

.post-card:hover .post-card__image::after {
    border: 3px solid rgba(56, 179, 90, 1);
    background-color: rgba(0, 0, 0, 0);
}

.post-card__image img {
    width: 100%;
    aspect-ratio: 427 / 360;
    object-fit: cover;
    border-radius: 8px;
}

.post-card__tags {
    position: absolute;
    z-index: 3;
    top: 12px;
    left: 12px;
    right: 12px;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.post-card__tag {
    position: relative;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 4px 12px;
    color: #fff;
    background-color: rgba(56, 179, 90, 1);
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
}

.post-card__header {
    display: flex;
    gap: 16px;
}

.post-card__content {
    padding: 12px;
}

.post-card__title {
    margin: 0;
    flex: 1 1 auto;
    font-size: 20px;
    font-weight: 700;
    transition: color ease-in-out .3s;
}

.post-card__date {
    flex: 0 0 auto;
    font-size: 14px;
    transition: color ease-in-out .3s;
}

.post-card:hover .post-card__title,
.post-card:hover .post-card__date {
    color: rgba(56, 179, 90, 1);
}

.post-card__excerpt {
    margin-top: 12px;
    color: rgba(1, 1, 3, .6);
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    max-height: 9.6em;
}

.section-blog__message {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.section-blog__pagination-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
    display: flex;
    gap: 12px;
    align-items: center;
    width: max-content;
    max-width: 100%;
    height: 28px;
    color: rgba(1, 1, 3, .6);
    font-weight: 500;
    font-size: 16px;
}

.section-blog__pagination {
    display: flex;
    gap: 12px;
    align-items: center;
    flex: 0 0 auto;
    max-width: 100%;
}

.section-blog__pagination > * {
    flex: 0 0 auto;
    max-width: 100%;
}

.section-blog__pagination-wrapper a {
    color: inherit;
}

.section-blog__pagination-wrapper .active {
    color: rgba(1, 1, 3, 1);
}

.section-blog__pagination-wrapper a:hover {
    color: rgba(56, 179, 90, 1);
}

.recent-posts-widget__button,
.section-blog__pagination-button {
    position: absolute;
    top: 4px;
    left: 0;
    padding: 2px;
    display: block;
    width: 20px;
    height: 20px;
    color: #fff !important;
    border: 1px solid rgba(56, 179, 90, 1);
    background-color: rgba(56, 179, 90, 1);
    border-radius: 20px;
    line-height: 0;
    text-align: center;
    transition: color ease-in-out .3s, background-color ease-in-out .3s;
}

.recent-posts-widget__button.swiper-button-disabled,
.section-blog__pagination-button[aria-disabled] {
    pointer-events: none;
    background-color: rgba(1, 1, 3, .6);
    border-color: transparent;
}

.recent-posts-widget__button:hover,
.section-blog__pagination-button:hover {
    background-color: #fff;
    color: rgba(56, 179, 90, 1) !important;
    border-color: rgba(56, 179, 90, 1);
}

.recent-posts-widget__button svg,
.section-blog__pagination-button svg {
    transform: rotate(-45deg) translateX(-1px);
}

.recent-posts-widget__button-next,
.section-blog__pagination-button-next {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.section-article__thumbnail {
    margin-bottom: 40px;
    line-height: 0;
}

.section-article__thumbnail img {
    aspect-ratio: 1320 / 648;
    object-fit: cover;
    border-radius: 8px;
}

.section-article__info {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.section-article__info .list-categories {
    flex: 0 1 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}

.section-article__info .list-categories .categories-name {
    position: relative;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 4px 12px;
    color: #fff;
    background-color: rgba(56, 179, 90, 1);
    border-radius: 20px;
    font-weight: 600;
    font-size: 16px;
}

.section-article__info .date {
    margin-top: 4px;
    flex: 0 0 auto;
    max-width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.section-article__content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 10px;
    justify-content: space-between;
}

.section-article__content {
    flex: 0 0 100%;
    max-width: calc(66.8% - 10px);
}

.section-article__sidebar {
    padding: 0;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: calc(33.1% - 10px);

}

.section-article__content-wrapper .section-article__sidebar .sidebar {
    position: relative !important;
    right: 0 !important;
    z-index: 0 !important;
    transform: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    overflow: visible !important;
}

.section-article .section-article__sidebar .widget {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

.section-article .section-article__sidebar .widget_apus_elementor_template {
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 0 16px 0 rgba(1, 1, 3, 0.25);
}

.section-article .section-article__sidebar .widget-title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.section-article .section-article__sidebar .widget + .widget {
    margin-top: 40px;
}

.section-article .section-article__sidebar .elementor-element .elementor-widget-image img {
    width: 212px !important;
}

.recent-posts-widget__header {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.recent-posts-widget .recent-posts-widget__title {
    margin: 0;
    flex: 1 1 auto;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.recent-posts-widget__navigation {
    position: relative;
    flex: 0 0 auto;
    display: none;
    width: 52px;
    height: 28px;
}

.checkout-results-page {
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1320px;
    color: #010103;
    font-family: "Poppins", sans-serif;
    line-height: 1.5;
}

.checkout-results-page .vehicle-number-wapper {
    margin-bottom: 28px;
}

.checkout-results-page .vehicle-number-wapper #vehiclenumber {
    margin-left: 0;
}

.checkout-results-page .top-content h1 {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 32px;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.5;
    color: inherit;
}

.checkout-results-page .top-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    color: inherit;
}

.checkout-results-page .caution-wrapper .caution-heading {
    display: flex;
    gap: 8px;
    color: white;
    border-color: #010103;
    background-color: #EB382D;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
}

.svg-icon {
    display: inline-block;
    line-height: 0;
}

.svg-icon svg {
    pointer-events: none;
    width: 100%;
    height: auto;
}

.checkout-results-page .caution-wrapper .caution-heading .svg-icon {
    flex: 0 0 100%;
    max-width: 40px;
    align-self: flex-start;
}

.checkout-results-page .caution-wrapper .caution-heading .text {
    flex: 1 1 auto;
    align-self: center;
}

.checkout-results-page .caution-wrapper .caution-details {
    padding: 12px 20px 18px;
    border-color: #010103;
}

.checkout-results-page .caution-wrapper .caution-details p {
    font-size: 20px;
    font-weight: 600;
}

.checkout-results-page .caution-wrapper,
.checkout-results-page .vehicle-info-wrapper {
    margin-top: 28px;
}

.checkout-results-page .vehicle-info-wrapper .vehicle-info-heading {
    margin-bottom: 20px;
}

.checkout-results-page .vehicle-info-wrapper .vehicle-info-heading h2 {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 600;
}

.checkout-results-page .vehicle-info-wrapper .vehicle-info-heading p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.checkout-results-page .vehicle-info-wrapper .vehicle-details {
    margin-bottom: 20px;
}

.checkout-results-page .vehicle-info-wrapper .vehicle-details p {
    margin-bottom: 8px;
    font-size: 16px;
}

b, strong {
    font-weight: bold;
}

.checkout-results-page .vehicle-info-wrapper .vehicle-details p:last-child {
    margin-bottom: 0;
}

.checkout-results-page .vehicle-action-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
}

.checkout-results-page .vehicle-action-buttons > * {
    flex: 0 0 auto;
    max-width: 50%;
}

.btn.btn--default {
    padding: 15px 35px 15px 35px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    border: 1px solid;
    border-radius: 6px;
    box-shadow: none;
    cursor: pointer;
    transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
}

.btn.btn--green {
    color: white;
    border-color: #38B35A;
    background-color: #38B35A;
}

.btn.btn--green:hover {
    color: white;
    border-color: #010103;
    background-color: #010103;
}

.btn.btn--bordered {
    color: currentColor;
    border-color: currentColor;
}

.btn.btn--bordered:hover {
    color: #38B35A;
}

.checkout-results-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    align-items: flex-start;
    justify-content: space-between;
}

.checkout-results-content {
    flex: 0 0 100%;
    max-width: 762px;
}

.another-vehicle-wrapper {
    margin-top: 28px;
    flex: 0 0 100%;
    padding: 40px 44px;
    max-width: 426px;
    background-color: #EAEDED;
}

.another-vehicle-title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}

.another-vehicle-field {
    width: 100%;
    padding: 16px 10px;
    color: #010103;
    border-radius: 6px;
    border: 1px solid #010103;
    background-color: #FFDD6D;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    transition: color ease-in-out .3s, background-color ease-in-out .3s, border-color ease-in-out .3s;
}

.another-vehicle-field::placeholder {
    color: #010103;
    text-align: center;
}

.another-vehicle-field:hover,
.another-vehicle-field:focus {
    background-color: white;
    border-color: #38B35A;
}

.btn.another-vehicle-btn {
    margin-top: 20px;
    padding: 14px;
    width: 100%;
    font-size: 20px;
}

.btn.daisabled {
    pointer-events: none;
}

.separate-line {
    display: block;
    margin: 40px 0;
    border: none;
    height: 1px;
    background-color: currentColor;
}

.section-vehicle-data {
    position: relative;
}

.section-vehicle-data-title {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 762px;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
}

.vehicle-data-list {
    max-width: 762px;
}

.vehicle-data-list-item {
    position: relative;
}

.vehicle-data-list-item + .vehicle-data-list-item {
    margin-top: 32px;
}

.vehicle-data-list-item + .vehicle-data-list-item:has(.vehicle-data-list-item-body:only-child) {
    margin-top: 12px;
}

.vehicle-data-list-item-header {
    display: flex;
    align-items: center;
}

.vehicle-data-list-item-header .svg-icon {
    flex: 0 0 auto;
    max-width: 28px;
    line-height: 0;
}

.vehicle-data-list-item-header .text {
    padding-left: 12px;
    flex: 1 1 auto;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
}

.vehicle-data-list-item-body {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

.vehicle-data-list-item-body:only-child {
    margin-top: 0;
}

.vehicle-data-list-item-body > * {
    margin-top: 0;
    margin-bottom: 12px;
}

.vehicle-data-list-item-body > *:last-child {
    margin-bottom: 0!important;
}

.vehicle-data-list-item-body img {
    display: block;
}

.vehicle-data-list-item-body table {
    margin-top: -2px;
    margin-bottom: -2px;
    width: 100%;
    max-width: 100%;
    border: none;
}

.vehicle-data-list-item-body table th,
.vehicle-data-list-item-body table td {
    font-weight: 400;
    text-align: left;
    vertical-align: baseline;
    border: none;
    padding: 2px 0;
}

.vehicle-data-list-item-body table th {
    padding-right: 8px;
    width: 335px;
}

.section-partners {
    position: relative;
}

.section-partners .section-partners-title {
    margin-top: 0;
    margin-bottom: 32px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #020101;
    text-align: center;
}

.section-partners-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.section-partners-block {
    position: relative;
    flex: 0 0 100%;
    max-width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 77px 86px;
    border-radius: 16px;
    box-shadow: 0 0 16px 0 rgba(1, 1, 3, 0.25);
    text-align: center;
    gap: 20px;
}

.section-partners-block > * {
    flex: 0 0 auto;
    max-width: 100%;
}

.section-partners-block .section-partners-block__title {
    margin: 0;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.5;
}

.section-partners-block__image {
    margin: auto;
    width: 100%;
    max-width: 320px;
}

.section-partners-block__footer {
    width: 100%;
}

.btn.section-partners-block__button {
    width: 100%;
    max-width: 320px;
    color: white;
    animation: vibrate 2s ease-in-out infinite;
}

.section-partners-block__label {
    margin-top: 4px;
    color: #959595;
    font-size: 16px;
    font-weight: 600;
}

.section-partners-block:nth-child(1) .colored {
    color: #F64856;
}

.section-partners-block:nth-child(1) .btn--default {
    border-color: #F64856;
    background-color: #F64856;
}

.section-partners-block:nth-child(1) .btn--default:hover {
    border-color: #38B35A;
    background-color: #38B35A;
}

.section-partners-block:nth-child(2) .colored {
    color: #DF4917;
}

.section-partners-block:nth-child(2) .btn--default {
    border-color: #DF4917;
    background-color: #DF4917;
}

.section-partners-block:nth-child(2) .btn--default:hover {
    border-color: #38B35A;
    background-color: #38B35A;
}

.vehicles-chart {
    position: relative;
    width: 100%;
}

.vehicles-chart__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vehicles-chart__row + .vehicles-chart__row {
    margin-top: 5px;
}

.vehicles-chart__cell {
    flex: 0 0 auto;
    max-width: 50%;
}

.vehicles-chart__label {
    position: relative;
    padding: 6px 10px 6px 14px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    height: 52px;
    font-size: 16px;
    line-height: 1;
    color: #0DA654;
    background-color: currentColor;
    text-shadow: 0 0 2px #010103;
}

.vehicles-chart__label::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    left: 100%;
    margin-left: -0.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 0 26px 48px;
    border-color: transparent transparent transparent currentColor;
}

.vehicles-chart__label .line {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.vehicles-chart__label .line .category {
    flex: 0 0 14px;
    text-align: center;
}

.vehicles-chart__label--a {
    width: 126px;
}

.vehicles-chart__label--bc {
    width: 146px;
    color: #3DB34A;
}

.vehicles-chart__label--de {
    width: 166px;
    color: #90C43F;
}

.vehicles-chart__label--fg {
    width: 186px;
    color: #FCEC35;
}

.vehicles-chart__label--hi {
    width: 206px;
    color: #FFB442;
}

.vehicles-chart__label--jk {
    width: 226px;
    color: #E87234;
}

.vehicles-chart__label--lm {
    width: 246px;
    color: #EF2123;
}

.vehicles-chart__value {
    position: relative;
    padding: 6px 30px 6px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    width: 256px;
    height: 52px;
    font-size: 16px;
    line-height: 1;
    color: #010103;
    background-color: currentColor;
}

.vehicles-chart__value .line {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    color: white;
}

.vehicles-chart__value::before {
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    right: 100%;
    margin-right: -0.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 48px 26px 0;
    border-color: transparent currentColor transparent transparent;
}

.checkout-results-page .vehicle-number-wrapper {
    max-width: 556px;
}

.header-reg .search-form-wapper .search-input{
    margin-bottom: 0 !important;
}

.header-reg .search-form-wapper .search-input + .search-input {
    display: none !important;
}

@media (min-width: 1024px) {
    .section-article .section-article__sidebar .elementor-element > .elementor-widget-container:has(.elementor-heading-title) {
        margin-bottom: 20px !important;
    }

    .section-article .section-article__sidebar .elementor-element > .elementor-widget-container:has(.elementor-inline-items) {
        margin-top: 20px !important;
    }

    .section-article .section-article__sidebar .elementor-element .elementor-icon-list-item > .elementor-icon-list-text {
        font-size: 16px !important;
    }

    .section-article .section-article__sidebar .elementor-element .elementor-heading-title {
        padding: 0 10px;
        font-size: 32px !important;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .recent-posts-widget__slider .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        transform: none !important;
        gap: 20px;
        height: initial;
    }

    .recent-posts-widget__slider .swiper-slide {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 1360px) {
    .section-article .section-article__sidebar .search-form-wapper .search-input{
        margin-bottom: 12px;
    }

    .header-reg .search-form-wapper .search-input{
        margin-bottom: 0 !important;
    }

    .header-reg .search-form-wapper .regnum input,
    .section-article .section-article__sidebar .search-form-wapper .regnum input {
        padding-left: 50px;
        padding-right: 35px;
    }

    .header-reg .search-form-wapper .search-input input,
    .section-article .section-article__sidebar .search-form-wapper .search-input input {
        height: 63px;
        font-size: 28px !important;
        border-width: 2px;
    }

    .header-reg .search-form-wapper .search-input .regnum-flag,
    .section-article .section-article__sidebar .search-form-wapper .search-input .regnum-flag {
        padding: 13px 3px;
        top: 2px;
        left: 2px;
        width: 18px;
        height: 59px;
        font-size: 9px;
        line-height: 12px;
    }

    .section-article .section-article__sidebar .search-form-wapper .search-input #vehicle_reg {
        padding: 13px;
        font-size: 16px;
        line-height: 1.5;
    }

    .section-article .section-article__sidebar .search-input-price {
        font-size: 16px;
    }

    .section-article .section-article__sidebar .search-form-wapper.search-form-wapper--small .search-input .regnum-flag {
        padding: 4px 2px;
        height: 44px;
    }
    .section-article .section-article__sidebar .search-form-wapper.search-form-wapper--small .search-input input{
        width: 100%;
        height: 48px;
        font-size: 26px !important;
    }

    .section-article .section-article__sidebar .elementor-element .elementor-icon-list-item > .elementor-icon-list-text {
        font-size: 18px !important;
    }
}

@media (max-width: 1359px) {
    .section-blog__container,
    .section-article__container {
        max-width: 1170px;
    }

    .section-article__title {
        margin-bottom: 28px;
        font-size: 32px;
    }

    .recent-posts-widget .recent-posts-widget__title {
        font-size: 24px;
    }

    .checkout-results-page {
        max-width: 1170px;
    }

    .section-vehicle-data-title,
    .vehicle-data-list,
    .checkout-results-content {
        max-width: 58%;
    }

    .another-vehicle-wrapper {
        max-width: 38%;
    }

    .another-vehicle-wrapper {
        padding: 30px 32px;
    }

    .another-vehicle-title {
        margin-bottom: 30px;
    }

    .vehicle-data-list-item-body table th {
        width: 50%;
    }

    .section-partners-block {
        padding: 60px 70px;
    }
}

@media (max-width: 1199px) {
    .section-blog,
    .section-article {
        padding: 60px 20px 80px;
    }

    .section-blog__container,
    .section-article__container {
        max-width: 930px;
    }

    .section-blog__title {
        margin-bottom: 28px;
        font-size: 28px;
    }

    .section-article__title {
        margin-bottom: 20px;
        font-size: 28px;
    }

    .section-blog__content,
    .section-blog__pagination-wrapper {
        margin-top: 28px;
    }

    .section-blog__grid {
        gap: 16px;
    }

    .section-blog__grid .post-card {
        max-width: calc(33% - 16px * 2 / 3);
    }

    .post-card__image img {
        aspect-ratio: 344 / 290;
    }

    .post-card__content {
        padding: 12px 0;
    }

    .post-card__title {
        font-size: 16px;
    }

    .post-card__excerpt {
        font-size: 14px;
    }

    .section-article__thumbnail {
        margin-bottom: 30px;
    }

    .section-article__content,
    .section-article__sidebar {
        max-width: 100%;
    }

    .section-article .section-article__sidebar .widget_apus_elementor_template > * {
        margin: 0 auto;
        max-width: 550px;
    }

    .section-article .section-article__sidebar .widget-title {
        padding-right: 70px;
        font-size: 20px;
    }

    .recent-posts-widget .recent-posts-widget__title {
        font-size: 20px;
        line-height: 1.4;
    }

    .recent-posts-widget__navigation {
        display: block;
    }

    .checkout-results-page {
        padding-top: 60px;
        max-width: 930px;
    }

    .checkout-results-page .top-content h1 {
        margin-bottom: 28px;
        font-size: 28px;
    }

    .checkout-results-page .top-content h2 {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .checkout-results-page .vehicle-number-wapper {
        max-width: 370px;
    }

    .checkout-results-page .caution-wrapper .caution-heading {
        font-size: 20px;
    }

    .checkout-results-page .caution-wrapper .caution-details {
        padding: 10px 20px 12px;
    }

    .checkout-results-page .caution-wrapper .caution-details p {
        font-size: 16px;
    }

    .checkout-results-page .vehicle-info-wrapper .vehicle-info-heading h2 {
        font-size: 20px;
    }

    .another-vehicle-field {
        font-size: 18px;
    }

    .btn.btn--default {
        font-size: 16px;
    }

    .checkout-results-content {
        max-width: 57.4%;
    }

    .another-vehicle-wrapper {
        max-width: 32%;
    }

    .another-vehicle-wrapper {
        padding: 20px;
    }

    .another-vehicle-title {
        margin-bottom: 28px;
        font-size: 20px;
    }

    .section-vehicle-data-title,
    .vehicle-data-list {
        max-width: 584px;
    }

    .section-vehicle-data-title {
        font-size: 28px;
    }

    .vehicle-data-list-item + .vehicle-data-list-item {
        margin-top: 28px;
    }

    .vehicle-data-list-item-header .svg-icon {
        max-width: 24px;
    }

    .vehicle-data-list-item-header .text {
        font-size: 20px;
    }

    .section-partners-container {
        gap: 24px;
    }

    .section-partners .section-partners-title {
        margin-bottom: 28px;
        font-size: 28px;
    }

    .section-partners-block {
        padding: 50px;
    }

    .section-partners-block .section-partners-block__title {
        font-size: 28px;
    }

    .separate-line {
        margin: 36px 0;
    }

    .vehicles-chart__label {
        padding: 3px 6px 3px 12px;
        gap: 3px;
        height: 40px;
        font-size: 14px;
    }

    .vehicles-chart__label::before {
        border-width: 20px 0 20px 35px;
    }

    .vehicles-chart__label--a {
        width: 96px;
    }

    .vehicles-chart__label--bc {
        width: 116px;
    }

    .vehicles-chart__label--de {
        width: 136px;
    }

    .vehicles-chart__label--fg {
        width: 156px;
    }

    .vehicles-chart__label--hi {
        width: 176px;
    }

    .vehicles-chart__label--jk {
        width: 196px;
    }

    .vehicles-chart__label--lm {
        width: 216px;
    }

    .vehicles-chart__value {
        padding: 3px 10px 3px 25px;
        width: 198px;
        height: 40px;
        font-size: 14px;
    }

    .vehicles-chart__value::before {
        border-width: 20px 35px 20px 0;
    }
}

@media (max-width: 1024px) {
    .section-article .section-article__sidebar .widget_apus_elementor_template > * {
        margin: 0 auto;
        max-width: 304px;
    }
}

@media (max-width: 991px) {
    .section-blog,
    .section-article {
        padding: 40px 20px 60px;
    }

    .section-blog__container,
    .section-article__container {
        max-width: 704px;
    }

    .section-blog__title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .section-blog__content,
    .section-blog__pagination-wrapper {
        margin-top: 20px;
    }

    .section-blog__message {
        font-size: 14px;
    }

    .section-blog__nav-item {
        font-size: 14px;
    }

    .section-blog__grid .post-card {
        max-width: calc(50% - 16px);
    }

    .section-article__thumbnail {
        margin-bottom: 20px;
    }

    .section-article__info {
        margin-bottom: 12px;
    }

    .section-article__info .list-categories .categories-name {
        font-size: 14px;
    }

    .section-article__info .date {
        font-size: 14px;
    }

    .section-article__thumbnail img {
        aspect-ratio: 704 / 346;
    }

    .checkout-results-page {
        padding-top: 32px;
        max-width: 704px;
    }

    .checkout-results-page .top-content h1 {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .checkout-results-page .top-content h2 {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .checkout-results-page .vehicle-info-wrapper .vehicle-info-heading p {
        font-size: 12px;
    }

    .checkout-results-page .vehicle-number-wapper {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .vehicle-info-wrapper .vehicle-details p {
        font-size: 14px;
    }

    .checkout-results-page .caution-wrapper .caution-heading {
        padding: 9px 12px;
        font-size: 16px;
    }

    .checkout-results-page .caution-wrapper .caution-details {
        padding: 6px 12px 10px;
    }

    .checkout-results-page .caution-wrapper .caution-details p {
        font-size: 14px;
    }

    .checkout-results-page .vehicle-info-wrapper .vehicle-info-heading h2 {
        font-size: 16px;
    }

    .checkout-results-page .vehicle-action-buttons {
        gap: 12px;
    }

    .btn.btn--default {
        padding: 14px 36px;
        font-size: 14px;
    }

    .checkout-results-content {
        max-width: 57.4%;
    }

    .another-vehicle-wrapper {
        max-width: 32%;
    }

    .another-vehicle-title {
        margin-bottom: 28px;
        margin-left: -6px;
        margin-right: -6px;
        font-size: 16px;
    }

    .another-vehicle-field {
        padding: 14px;
        font-size: 16px;
    }

    .section-vehicle-data-title {
        margin-bottom: 16px;
        font-size: 20px;
    }

    .vehicle-data-list-item-body {
        margin-top: 8px;
        font-size: 14px;
    }

    .vehicle-data-list-item + .vehicle-data-list-item:has(.vehicle-data-list-item-body:only-child),
    .vehicle-data-list-item-body > * {
        margin-bottom: 8px;
    }

    .vehicle-data-list-item-header .svg-icon {
        max-width: 18px;
    }

    .vehicle-data-list-item + .vehicle-data-list-item {
        margin-top: 20px;
    }

    .vehicle-data-list-item-header .text {
        font-size: 16px;
    }

    .section-partners-container {
        gap: 16px;
    }

    .section-partners .section-partners-title {
        margin-bottom: 20px;
        font-size: 20px;
    }

    .section-partners-block {
        padding: 30px 34px;
        gap: 12px;
    }

    .section-partners-block .section-partners-block__title {
        font-size: 20px;
    }

    .section-partners-block__image,
    .section-partners-block__logo {
        max-width: 264px;
    }

    .section-partners-block__label {
        max-width: 264px;
        font-size: 14px;
    }

    .separate-line {
        margin: 28px 0;
    }

    .checkout-results-page .vehicle-number-wrapper {
        max-width: 57.4%;
    }
}

@media (max-width: 767px) {
    .section-blog,
    .section-article {
        padding: 24px 10px 40px;
    }

    .section-blog__container,
    .section-article__container {
        max-width: 546px;
    }

    .section-blog__title {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .section-article__title {
        margin-bottom: 12px;
    }

    .section-blog__grid .post-card {
        max-width: 100%;
    }

    .section-article__thumbnail {
        margin-bottom: 12px;
    }

    .section-article__thumbnail img {
        aspect-ratio: 355 / 174;
    }

    .section-article__info {
        margin-bottom: 8px;
    }

    .section-article__content-wrapper {
        gap: 40px 10px;
    }

    .section-article .section-article__sidebar .widget_apus_elementor_template > * {
        max-width: 100%;
    }

    .section-article .section-article__sidebar .widget + .widget {
        margin-top: 28px;
    }

    .section-article .section-article__sidebar .elementor-element .elementor-icon-list-item > .elementor-icon-list-text {
        font-size: 14px !important;
    }

    .checkout-results-page {
        padding-top: 20px;
        max-width: 546px;
    }

    .woocommerce-checkout .e-con.e-flex {
        padding: 0 10px;
    }

    .checkout-results-page .top-content h1 {
        font-size: 16px;
    }

    .checkout-results-page .top-content h2 {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .checkout-results-page .vehicle-number-wapper {
        max-width: 100%;
        margin-bottom: 16px;
    }

    .checkout-results-page .caution-wrapper,
    .checkout-results-page .vehicle-info-wrapper {
        margin-top: 20px;
    }

    .checkout-results-page .vehicle-info-wrapper .vehicle-details {
        margin-bottom: 16px;
    }

    .checkout-results-page .vehicle-action-buttons {
        gap: 10px;
    }

    .btn.btn--default {
        padding: 14px 4px;
        font-size: 18px;
    }

    .checkout-results-page .vehicle-action-buttons .btn {
        width: calc(50% - 5px);
    }

    .checkout-results-content {
        max-width: 100%;
    }

    .another-vehicle-wrapper {
        margin-top: 0;
        padding: 32px 28px;
        max-width: 100%;
    }

    .another-vehicle-title {
        margin-bottom: 28px;
        margin-left: 0;
        margin-right: 0;
        font-size: 24px;
    }

    .another-vehicle-field {
        font-size: 18px;
    }

    .section-vehicle-data-title {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .vehicle-data-list-item-body {
        font-size: 12px;
    }

    .section-partners-block {
        padding: 43px 45px;
        max-width: 100%;
    }

    .separate-line {
        margin: 20px 0;
    }

    .vehicles-chart__label {
        padding: 1px 4px 1px 9px;
        gap: 0;
        height: 30px;
        font-size: 12px;
    }

    .vehicles-chart__label::before {
        border-width: 15px 0 15px 23px;
    }

    .vehicles-chart__label--a {
        width: 60px;
    }

    .vehicles-chart__label--bc {
        width: 70px;
    }

    .vehicles-chart__label--de {
        width: 80px;
    }

    .vehicles-chart__label--fg {
        width: 90px;
    }

    .vehicles-chart__label--hi {
        width: 100px;
    }

    .vehicles-chart__label--jk {
        width: 110px;
    }

    .vehicles-chart__label--lm {
        width: 120px;
    }

    .vehicles-chart__value {
        padding: 1px 6px 1px 14px;
        width: 120px;
        height: 30px;
        font-size: 12px;
    }

    .vehicles-chart__value::before {
        border-width: 15px 23px 15px 0;
    }

    .checkout-results-page .vehicle-number-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 374px) {
    .checkout-results-page .vehicle-action-buttons .btn {
        width: 100%;
        flex: 0 0 100%;
    }

    .checkout-results-page .vehicle-action-buttons > * {
        max-width: 100%;
    }

    .another-vehicle-wrapper {
        padding: 32px 24px;
    }
}

.widget-testimonials.style2 .slick-carousel {
    margin-left: -10px;
    margin-right: -10px;
}

.slick-track {
    display: flex;
}

.widget-testimonials.style2 .slick-slide {
    padding-left: 10px;
    padding-right: 10px;
    height: auto !important;
    float: none !important;
}

.widget-testimonials.style2 .testimonials-item2 {
    height: 100%;
}

.widget-testimonials.style2 .testimonials-item2 .wrapper-star {
    margin-top: 32px;
    margin-bottom: 0;
}

.widget-testimonials.style2 .testimonials-item2 .name-client {
    margin: 0 0 0 12px;
}

.widget-testimonials.style2 .star.star2 .inner {
    width: 110px;
    font-size: 15px;
}

.widget-testimonials.style2 .star.star2 .w-percent {
    color: #F7871B;
}

@media (max-width: 1024px) {
    .widget-testimonials.style2 .slick-carousel {
        margin-left: -8px;
        margin-right: -8px;
    }

    .widget-testimonials.style2 .slick-slide {
        padding-left: 8px;
        padding-right: 8px;
        height: auto !important;
        float: none !important;
    }

    .widget-testimonials.style2 .testimonials-item2 .wrapper-star {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .widget-testimonials.style2 .testimonials-item2 .name-client {
        margin: 0 0 0 8px;
    }
}

#wc-stripe-payment-request-button-separator {
    display: none !important;
}

#place_order {
    margin-top: 1.5em;
}

@media (max-width: 500px) {
    .hero-vc-list.elementor-widget-icon-list .elementor-widget-container .elementor-inline-items {
        display: block !important;
        column-count: 2;
    }
}

.woocommerce-checkout .woocommerce-info {
    margin-bottom: 0 !important;
}

.add-fix-top {
    right: 15px !important;
}

.add-fix-top,
.add-fix-top:hover {
    background-color: #EB382D !important;
    transition: opacity ease-in-out .3s;
}

.add-fix-top:hover {
    opacity: .7!important;
}

.elementor-toggle-item {
    margin-bottom: -16px !important;
    border-radius: 16px;
    overflow: hidden;
}

@media (max-width: 736) {
    .elementor-toggle-item {
        margin-bottom: -12px !important;
    }
}

.contact-us-form-custom-styles .wpcf7-form .wpcf7-form-control {
    padding: 12px 24px;
    width: 100%;
    height: 52px;
    border-radius: 8px;
    border: 1px solid #010103;
    opacity: 0.6;
    background: #F9F9F9;
    color: #010103;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.contact-us-form-custom-styles .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
    height: 160px;
}

.contact-us-form-custom-styles .wpcf7-form .wpcf7-form-control.wpcf7-submit {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #38B35A;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    margin: 20px 0 12px;
    font-weight: bold;
    opacity: 1;
    transition: background-color ease-in-out .3s;
}

.contact-us-form-custom-styles .wpcf7-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #010103;
}

@media (max-width: 736) {
    .contact-us-form-custom-styles .wpcf7-form .wpcf7-form-control,
    .contact-us-form-custom-styles .wpcf7-form .wpcf7-form-control.wpcf7-submit {
        font-size: 14px;
    }
}

.faq-show-more-button {
    margin: 0 auto;
    margin-top: 48px;
    width: 100%;
    max-width: 344px;
    display: block;
    text-align: center;
    background-color: #38B35A;
    border: none;
    padding: 12px;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.5;
    color: white;
    font-weight: bold;
    opacity: 1;
    transition: background-color ease-in-out .3s;
}

.faq-show-more-button:hover {
    background-color: #010103;
}

@media (max-width: 1024px) {
    .faq-show-more-button {
        margin-top: 32px;
    }
}

@media (max-width: 736px) {
    .faq-show-more-button {
        margin-top: 24px;
    }
}

#modal-pdf-viewer .modal-xl {
    width: calc(100% - 120px);
    max-width: 1320px;
    min-height: calc(100% - 75px);
    margin: 45px auto 30px;
}

#modal-pdf-viewer .modal-content {
    position: relative;
}

#modal-pdf-viewer .modal-close {
    position: absolute;
    padding: 17px;
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid white;
    background-color: rgba(1, 1, 3, 0.9);
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
}

#modal-pdf-viewer .modal-close:hover {
    opacity: 0.7;
}

#modal-pdf-viewer .modal-close img {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#modal-pdf-viewer .modal-body {
    padding: 40px;
    z-index: 1;
}

#modal-pdf-viewer .modal-content-wrapper {
    position: relative;
}

#modal-pdf-viewer .check-media {
    display: none;
    line-height: 0;
}

#modal-pdf-viewer .check-media img {
    width: 100%;
    height: auto;
}

#modal-pdf-viewer .check-media.show {
    display: block;
}

@media (max-width: 1024px) {
    #modal-pdf-viewer .modal-xl {
        width: calc(100% - 64px);
        min-height: calc(100% - 75px);
    }
    
    #modal-pdf-viewer .modal-close {
        padding: 11px;
        top: -20px;
        right: -20px;
        width: 40px;
        height: 40px;
    }
    
    #modal-pdf-viewer .modal-body {
        padding: 32px;
    }
}

@media (max-width: 736px) {
    #modal-pdf-viewer .modal-xl {
        width: calc(100% - 20px);
        min-height: calc(100% - 75px);
    }
    
    #modal-pdf-viewer .modal-close {
        padding: 8px;
        top: -16px;
        right: -6px;
        width: 32px;
        height: 32px;
    }
    
    #modal-pdf-viewer .modal-body {
        padding: 10px;
    }
}

.section-header__nav-list {
    margin: auto;
    padding: 0;
    width: max-content;
    max-width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 32px;
}

.section-header__nav-list li {
    flex: 0 0 auto;
    max-width: 100%;
    line-height: 0;
}

.section-header__nav-list li a {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.section-header__nav-list li a:hover {
    color: #38B35A;
}

html:has(body.menu-opened),
body.menu-opened {
    overflow: hidden !important;
}

.sidebar-mobile-menu {
    height: 100dvh !important;
    min-height: 100dvh !important;
    overflow-y: auto !important;
    transform: translateX(110%);
}

body.menu-opened .header-container::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background: rgba(1, 1, 3, 0.7)
}

.menu-opened .sidebar-mobile-menu {
    transform: translateX(0);
    transition: transform ease-in-out .3s;
}

.sidebar-mobile-menu__inner > *:last-child {
    margin-top: auto;
}

.sidebar-mobile-menu .section-header__nav-list {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 32px;
}

@media (max-width: 1359px) {
    .section-header__nav-list li a {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .section-header__nav-list li a {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .sidebar-mobile-menu .section-header__nav-list {
        gap: 16px;
    }
}