@media (min-width: 1201px) {
    .amp {
        max-width: 1240px;
    }
}

@media (min-width: 993px) {
    .amp {
        max-width: 1240px;
    }
}

@media (min-width: 922px) {
    .amp {
        max-width: 1240px;
    }
}

@media (min-width: 922px) {
    .amp {
        max-width: 1240px;
    }

    .amp__container {
        display: grid;
        grid-template-columns: 1fr 3fr;
        gap: 30px;
        margin: 5em 0 2em 0;
    }
}

.amp {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 2em auto 5em auto;
}

.amp__arc-mod, div#tab-air_modifications .amp__arc-mod{
    color: #FF0915;
    margin: 0 0 0 0;
    font-size: 13px;
}

.woocommerce-js h2.amp__arc-h2,
.amp__arc-h2,
.woocommerce-js a.amp__arc-link-post,
.amp__arc-link-post {
    font-weight: 700;
    font-size: 18px;
    margin: 5px 0;
    line-height: normal;
    color: #000;
    display: inline-block;
    border-bottom: 1px solid #eee;
    transition: 0.3s all;
}
.woocommerce-js h2.amp__arc-h2:hover,
.amp__arc-h2:hover,
.woocommerce-js a.amp__arc-link-post:hover,
.amp__arc-link-post:hover {
    color: #009087;
    border-bottom: 1px solid #009087;
}

.amp__arc-naim {
    margin: 0;
}

.amp__arc-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    line-height: 19px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px rgba(61, 61, 61, 0.1);
    border-radius: 10px;
    margin: 0 0 30px 0;
    padding: 15px 30px;
    transition: 0.3s all;
}

.amp__arc-item:hover {
    box-shadow: 0px 0 15px rgba(61, 61, 61, 0.2);

}

.amp__arc-title {
    color: #000;
    width: 30%;
}

.amp__arc-info {
    color: #000;
    width: 30%;
    padding: 0 0 0 15px;
}

.amp__arc-price {
    color: #000;
    width: 24%;
    text-align: center;
}

.amp__arc-btn {
    width: 125px;
}

.amp__arc-price {
    font-size: 24px;
    font-weight: 700;
    color: #009087;
}

.amp__arc-srok {
    font-weight: 700;
}

.amp__add-to-cart, .amp__add-to-cart:focus {
    background: #A00411;
    color: #fff;
    padding: 10px 27px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0.7em;
    position: relative;
    border: 2px solid #A00411;
    white-space: nowrap;
}

.amp__add-to-cart.load, .amp__add-to-cart.load:hover {
    padding: 10px 44px 10px 17px;
    background: #fff;
    color: #009087;
    border: 2px solid #009087;
}

.amp__add-to-cart:hover{
    background: #000;
    color: #fff;
    border: 2px solid #000;
}

.amp__add-to-cart:before {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/owen-energo/assets/img/loading.gif);
    width: 0;
    height: 0;
    background-size: 0 0;
    right: 25px;
    opacity: 0;
}

.amp__add-to-cart.load:before {
    content: '';
    position: absolute;
    background: url(/wp-content/themes/owen-energo/assets/img/loading.gif);
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    right: 13px;
    opacity: 1;
}

.amp__info {
    background: #E5F4F3;
    padding: 10px 20px;
    color: #000;
    border-radius: 10px;
    font-size: 13px;
    margin: 0 0 20px 0;
}

.amp__title {
    position: relative;
}

.amp__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(-50vw + 50%);
    width: 100vw;
    height: 1px;
    background-color: #f2f5f7;
    margin: 0 0 -25px 0;
}

/*
   * Стили поиска
 */
.amp__search-form {
    position: relative;
}

.amp__search-submit {
    position: absolute;
    right: 0;
}

.woocommerce-js input.amp__search-field, .woocommerce-js input.amp__search-field[type=search] {
    border: 1px solid #C7C7C7;
    border-radius: 10px;
}

.amp__search-submit, .amp__search-submit:hover, .amp__search-submit:focus {
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

img.amp__search-load, svg.amp__search-icon {
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s all;
}

.amp__search-submit svg.amp__search-icon {
    width: 20px;
    opacity: 1;
}

.amp__search-submit img.amp__search-load {
    width: 0;
    opacity: 0;
}

.amp__search-submit.load svg.amp__search-icon {
    width: 0;
    opacity: 0;
}

.amp__search-submit.load img.amp__search-load {
    width: 20px;
    opacity: 1;
}

.amp__search-form {
    position: relative;
    margin: 0 0 20px 0;
}


input.amp__search-field {
    font-size: 13px;
}

/* Стили для плейсхолдера */
input.amp__search-field::placeholder {
    font-size: 13px;
}

.amp__search-submit:hover svg.amp__search-icon path {
    fill: #A00411;
}

/*
   * Мини корзина
 */
.amp__mini-cart {
    font-size: 13px;
    line-height: 19px;
    background: #FFFFFF;
    box-shadow: 0 5px 10px rgba(61, 61, 61, 0.1);
    border-radius: 10px;
    margin: 0 0 30px 0;
    padding: 15px 30px;
}

.amp__mini-cart a.remove {
    position: absolute;
    right: 0;
}

.amp__mini-cart img.wp-post-image, .amp__mini-cart img.attachment-woocommerce_thumbnail {
    top: 40px !important;
    border: 1px solid #ccc !important;
    border-radius: 0;
}

.amp__mini-cart .ast-product-name {
    border-bottom: 1px solid #ccc;
    display: inline;
    font-size: 14px;
    color: #000;
}

.amp__mini-cart dd {
    margin: 0;
}

.amp__mini-cart dl.variation {
    font-size: 11px;
    margin: 15px 0 8px 0;
}

.amp__mini-cart dd p {
    width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.amp__mini-cart dl.variation {
    font-size: 11px;
    border-left: 2px solid #009087 !important;
    margin: 10px 0 10px 0 !important;
}

.amp__mini-cart .ast-mini-cart-price-wrap {
    margin: 5px 0 0 0;
    color: #009087;
    font-weight: 700;
}

.amp__mini-cart .quantity .minus, .amp__mini-cart .quantity .plus {
    border: 1px solid #ccc !important;
}

.amp__mini-cart input.input-text.qty.text {
    border-color: #ccc !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.amp__mini-cart h3 {
    font-size: 18px;
    text-align: center;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px dashed #ccc;
    color: #000;
    font-weight: 700;
}

.amp__mini-cart ul.product_list_widget li {
    padding: 0.6em 0 0.6em 5em;
    border-bottom: 1px dashed #ccc;
    margin: 0;
}

.amp__mini-cart p.woocommerce-mini-cart__total.total {
    font-size: 18px;
    text-align: center;
    margin: 15px 0 15px 0;
    padding: 15px 0 15px 0;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
    color: #000;
}

.amp__mini-cart a.button.wc-forward {
    width: 100%;
    text-align: center;
    background-color: transparent;
    border-style: solid;
    border-width: 1px;
    border-color: var(--ast-global-color-0);
    color: var(--ast-global-color-0);
}

.amp__mini-cart a.button.checkout.wc-forward {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: var(--ast-global-color-5);
    border-color: var(--ast-global-color-0);
    background-color: var(--ast-global-color-0);
    margin: 15px 0 0 0;
}
.amp__mini-cart.load{
    cursor: progress;
    pointer-events: none;
}

.amp__mini-cart.load h3 {
    background-color: #d9d9d9;
    border-radius: 4px;
    animation: pulse 1.5s infinite ease-in-out;
    border: 0;
    color: transparent;
    cursor: progress;
    pointer-events: none;
}

.amp__mini-cart.load p.woocommerce-mini-cart__empty-message, .amp__mini-cart.load .quantity.buttons_added, .amp__mini-cart.load input.input-text.qty.text,
.amp__mini-cart.load .quantity .minus, .amp__mini-cart.load .quantity .plus, .amp__mini-cart.load a.button.wc-forward, .amp__mini-cart.load p.woocommerce-mini-cart__total.total, .amp__mini-cart.load .ast-mini-cart-price-wrap, .amp__mini-cart.load .ast-product-name, .amp__mini-cart.load a.remove, .amp__mini-cart.load a.remove:before, .amp__mini-cart.load dl dd, .amp__mini-cart.load dl dt {
    background-color: #d9d9d9;
    border-radius: 4px;
    animation: pulse 1.5s infinite ease-in-out;
    border: 0 !important;
    color: transparent;
    cursor: progress;
    pointer-events: none;
}

.amp__mini-cart.load dl.variation {
    font-size: 11px;
    border-left: 2px solid #e9e9e9 !important;
    margin: 10px 0 10px 0 !important;
    cursor: progress;
    pointer-events: none;
}

.amp__mini-cart.load img.wp-post-image {
    background-color: #d9d9d9;
    border-radius: 4px;
    animation: pulse 1.5s infinite ease-in-out;
    cursor: progress;
    pointer-events: none;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

/*
 * Сингл
 */
.amp__single {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}

.amp__sin-right {
    padding: 30px 0;
}

.amp__sku--left-price span {
    color: #3A3A3A;
    font-weight: 400;
    font-size: 16px;
}

.amp__sku--left-price, .amp__sku--left-price > span.woocommerce-Price-amount.amount, .amp__sku--left-price > span.woocommerce-Price-amount.amount span.woocommerce-Price-currencySymbol {
    color: #009087;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.amp__sku--left-meta > div > div {
    width: 50%
}

.amp__sku--left-meta > div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    color: #54686f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 11px;
    margin: 10px 0 20px
}

.amp__sku--left-meta > div.amp__sku--left-title-bt {
    border-bottom: 1px solid #cee0e9;
    border-top: 1px solid #cee0e9;
    color: #54686f;
    display: inline-block;
    font-size: 17px;
    line-height: normal;
    margin: 20px 0;
    padding: 20px 0;
    width: 100%
}

.amp__sku--left-meta > div > div span {
    white-space: nowrap
}

.amp__sku--left-meta > div > div:first-child, .amp__sku--left-meta > div > div:nth-child(2) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.amp__sku--left-meta > div > div:first-child:after {
    border-bottom: 1px dotted;
    content: "";
    display: inline-block;
    width: 100%
}

.amp__sku--left-meta > div > div:nth-child(2) {
    color: #000
}

@media (max-width: 768px) {

    .amp__sku--left-meta > div {
        font-size: 14px
    }
}

@media (max-width: 1300px) {
    .amp__sku--left-meta div,
    .amp__sku--left-meta
    {
        font-size: 13px;
    }
}

@media (max-width: 470px) {

    .amp__sku--left-meta > div > div:first-child:after {
        border-bottom: 0;
        content: ":";
    }
    .amp__sku--left-meta > div > div span.srok-MK-right {
        white-space: normal;
    }
    .amp__sku--left-meta > div {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        margin: 0px 0px 15px 0;
        border-bottom: 1px solid #ccc;
        padding: 0 0px 15px 0;
    }
    .amp__sku--left-meta > div:last-child {
        border-bottom:0;
    }
    .amp__sku--left-meta > div > div:first-child:after {
        border-bottom: 0;
        content: ":";
        display: inline-block;
        width: auto;
    }
    .amp__sku--left-meta > div > div:first-child, .amp__sku--left-meta > div > div:nth-child(2) {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 5px 0 0;

    }
    .amp__sku--left-meta > div > div {
        width: auto;
    }
    .amp__sku--left-meta > div {
        justify-content: flex-start;
    }
}

.amp__right-ba-2 {
    position: relative
}

.amp__right-ba-2 {
    background: -o-linear-gradient(bottom, rgba(0, 144, 135, .2), rgba(0, 144, 135, .2)), #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 144, 135, .2)), to(rgba(0, 144, 135, .2))), #fff;
    background: linear-gradient(0deg, rgba(0, 144, 135, .2), rgba(0, 144, 135, .2)), #fff;
    border-radius: 2em;
    -webkit-filter: drop-shadow(0 5px 20px rgba(68, 86, 92, .2));
    filter: drop-shadow(0 5px 20px rgba(68, 86, 92, .2));
    overflow: hidden;
    padding: 30px;
    position: relative
}

.amp__right-ba-2-ic {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 5
}

.amp__right-ba-2-head {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    margin: 0 0 10px
}

.amp__right-ba-2-text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    max-width: 361px
}

.amp__right-ba-2-btn {
    background: #009087;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    margin: 20px 0 0;
    padding: 15px 35px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.amp__right-ba-2-btn:hover {
    background: #54686f;
    color: #fff
}

@media (max-width: 768px) {

    .amp__right-ba-2-btn, .amp__right-ba-2-text {
        position: relative;
        z-index: 10
    }

    .amp__right-ba-2-ic {
        bottom: 0;
        opacity: .4;
        position: absolute;
        right: 0;
        z-index: 5
    }
}

@media (max-width: 1300px) {
    .amp__right-ba-2-text,
    a.amp__right-ba-2-btn
    {
        font-size: 13px;
    }

    .amp__right-ba-2-head
    {
        font-size: 16px;
    }

}


@media (max-width: 1144px) {
    img.amp__right-ba-2-ic {
        display: none;
    }
}

@media (max-width: 992px) {
    img.amp__right-ba-2-ic {
        display: block;
    }

}
@media (max-width: 470px) {

    img.amp__right-ba-2-ic {
        display: none;
    }
    .amp__right-ba-2 div {
        text-align: center;
    }
    .amp__right-ba-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

}

.amp__right-meta {
    font-weight: 400;
    margin: 20px 0 20px
}

.single-product-extras ul {
    padding: 0;
    margin: 0 0 1.5em 0;
    list-style: none;
}

.single-product-extras ul li {
    line-height: 1.8em;
    list-style: none;
}

.amp__right-meta, .amp__right-trigger {
    color: #3D3D3D;
    font-size: 16px;
    font-style: normal;
    line-height: 19px
}
.amp__sin-right p, .amp__sin-left p {
    margin: 0 0 20px 0;
}
.amp__right-meta > div {
    margin: 0 0 10px
}

.amp__right-btn {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 20px 0;
}

.amp__btn_style_add {
    background: #009087;
    color: #fff
}

.amp__btn_style_add, .amp__btn_style_vopros,
.woocommerce-js .amp__btn_style_add, .woocommerce-js .amp__btn_style_vopro{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    line-height: 19px;
    padding: 15px 25px;
    text-align: center;
    width: 100%
}

.amp__btn_style_vopros {
    background: #ebf2f7;
    color: #000
}

.amp__btn_style_add:focus,
.amp__btn_style_add:hover,
.amp__btn_style_vopros:focus,
.amp__btn_style_vopros:hover {
    background: #a5e2ff;
    color: #3A3A3A
}

p.amp__arc-single-mod {
    color: #FF0915;
    margin: 0 0 20px 0;
}
h1.amp__arc-single-h1 {
    line-height: unset;
    margin: 0 0 20px 0;
    font-size: 24px;
    font-weight: 700;
}

footer .menu {
    width: auto !important;
    font-family: 'Roboto Condensed', sans-serif !important;
}
footer .menu:hover {
    box-shadow: unset !important;
}

.amp__single-left p, h2.amp__arc-single-h2 {
    font-size: 16px;
    margin: 0 0 20px 0;
    color: #3A3A3A;
}

p.amp__arc-single-mod {
    color: #FF0915;
}

.amp__arc-single-desc {
    font-size: 22px;
    margin: 0 0 15px 0;
}

.amp__single-arc-sku {
    font-size: 14px;
    margin: 0 0 20px 0;
}

h2.amp__arc-single-h2 {
    font-weight: 700;
}
p.amp__arc-single-opis-desc {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}
.amp__arc-single-opis p {
    font-size: 16px;
    line-height: 21px;
}

.amp__sku--left-meta-title {
    font-weight: 700;
}

fieldset.single-product-payments.payments-color-scheme-inherit ul {
    margin: 0;
    list-style: none;
}
fieldset.single-product-payments.payments-color-scheme-inherit {
    margin: 0 0 20px 0;text-align: center;
}

fieldset legend {
    padding: 0 0.5em;
    font-weight: 700;
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 0;
}

.payment-custom-img {
    max-width: 345px;
}


div#tab-air_modifications a {
    text-decoration: none;
}

@media(max-width: 1024px){
    .amp__arc-price {
        font-size: 20px;
    }

    .amp__btn_style_add, .amp__btn_style_vopros, .woocommerce-js .amp__btn_style_add, .woocommerce-js .amp__btn_style_vopro {
        font-size: 14px;
        font-weight: 400;
        gap: 5px;
        justify-content: center;
        line-height: 19px;
        padding: 15px 10px;
        text-align: center;
        width: 100%;
    }
    .amp__arc-single-opis p {
        font-size: 13px;
        line-height: 15px;
    }
    img.amp__right-ba-2-ic {
        display: block;
        max-width: 152px;
    }
}

@media(max-width: 860px){
    .payment-custom-img {
        max-width: 260px;
    }
    fieldset legend {
        font-size: 13px;
    }
    .amp__right-btn {
        gap: 10px;
        grid-template-columns: 1fr;
    }
    .amp__right-meta, .amp__right-trigger {
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .amp__single {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
@media(max-width: 650px){
    .amp__arc-price {
        font-size: 20px;
    }
    .amp__arc-item {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .amp__arc-title {
        width: 47%;
    }
    .amp__arc-info {
        width: 50%;
    }
    .amp__arc-price, .amp__arc-btn {
        display: block;
        position: relative;
        border-top: 1px solid #ccc;
        width: 100%;
        padding: 15px 0 0 0;
        margin: 15px 0 0 0;
        text-align: center;
    }
    a.amp__add-to-cart {
        position: relative;
        display: block;
        font-weight: 400;
        margin: 5px 0 10px 0;
    }
    .woocommerce-js h2.amp__arc-h2, .amp__arc-h2, .woocommerce-js a.amp__arc-link-post, .amp__arc-link-post {
        font-size: 14px;
    }
    .amp__arc-mod, div#tab-air_modifications .amp__arc-mod, p.amp__arc-naim,
    .amp__arc-sku, .amp__arc-garan, .amp__arc-krat, .amp__arc-group,.amp__arc-srok{
        font-size: 12px;
    }


}