@media (max-width:768px) {
    .order-block {
        flex-direction: column;
    }
}

h1 {
    font-size: 40px;
}

.nav-sub__back:after {
    content: 'Назад';
}
.body-prise h4 {
    font-family: '/fonts/SF UI Display';
    font-size: 35px;
    font-weight: 900;
    color: #3B3B3B !important;
    opacity: 1;
    line-height: 42px;
    letter-spacing: 0 !important;
    margin: 0.5rem 0;
}


.body-prise h4 .old-prise {
    text-align: center;
    font-family: 'SF UI Display';
    font-weight: bold;
    color: #EDEDF2;
    font-size: 80px;
    text-decoration: line-through;
    line-height: 80px;
    display: block;
}


.body-prise h4 .card-price {
    font-size: 41px;
    margin: 0;
    color: #CE4800;
    font-family: '/fonts/SF UI Display';
    font-weight: 900;
    line-height: 0.7;
    text-align: center !important;
    display: block;
}


.begin-m2 {
    color: #CE4800;
    font-size: 22px !important;
    position: absolute;
    padding-left: 10px;
    font-family: '/fonts/SFUIDisplayRegular';
    display: inline !important;
}


.begin-item h3 {
    font-size: 18px;
}


.fs-16 {
    font-size: 16px;
}


.dropdown-menu.show {
    display: block;
    z-index: 9999;
}

.priseban {
    color: #CE4800;
    font-size: 50px;
}

.begin {
	padding-top: 165px;
}

.begin h1 span > span {
    color: #CE4800;
    font-size: 22px;
    position: absolute;
    padding-left: 10px;
    font-family: '/fonts/SFUIDisplayRegular';
}

/* .product-page-left p
{
	margin: 18px 10px;
	color:#4c4c4c;
}
.product-page-left p:first-child
{
	color:#777;
	border-left:5px solid;
	border-color: #cecece !important;
	padding-left: 20px;
}

.product-page-left h2
{
	font-size: 35px !important;
	font-family: "SF UI Display" !important;
	font-weight: 800 !important;
	text-align: center;
	line-height: 32px;
	margin: 24px 10px;
}
.product-page-left ul, .product-page-left ol, .product-page-left dl
{
	margin: 0 20px !important;
	color:#777;
}
.product-page-left li
{
	margin: 3px 10px;
} */
.product-page-left h2 {
    margin-top: 0;

    font-size: 16px;
    color: #545454;
    font-weight: 500;
    cursor: pointer;
    padding: 18px;
    margin-bottom: 15px;



    transition: 0.4s;
    border-radius: 4px;
    border-left: 7px solid #CE4800;
    position: relative;
    padding-right: 40px;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.25);
}
.product-page-left h2:after {
    content:'';
    position: absolute;
    right: 1%;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 2C12.3008 2.04463 8.76575 3.53395 6.14985 6.14985C3.53395 8.76575 2.04463 12.3008 2 16C2.04463 19.6992 3.53395 23.2343 6.14985 25.8501C8.76575 28.466 12.3008 29.9554 16 30C19.6992 29.9554 23.2343 28.466 25.8501 25.8501C28.466 23.2343 29.9554 19.6992 30 16C29.9554 12.3008 28.466 8.76575 25.8501 6.14985C23.2343 3.53395 19.6992 2.04463 16 2ZM24 17H17V24H15V17H8V15H15V8H17V15H24V17Z' fill='%234387C8'/%3E%3C/svg%3E");
}
.product-page-left h2.active:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M16 2C12.3008 2.04463 8.76575 3.53395 6.14985 6.14985C3.53395 8.76575 2.04463 12.3008 2 16C2.04463 19.6992 3.53395 23.2343 6.14985 25.8501C8.76575 28.466 12.3008 29.9554 16 30C19.6992 29.9554 23.2343 28.466 25.8501 25.8501C28.466 23.2343 29.9554 19.6992 30 16C29.9554 12.3008 28.466 8.76575 25.8501 6.14985C23.2343 3.53395 19.6992 2.04463 16 2ZM24 17H17H15H8V15H15H17H24V17Z' fill='%234387C8'/%3E%3C/svg%3E");
}
.product-page-left h2.active {
    color: #CE4800;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 4px;
    border-left: 7px solid #CE4800;
    background: #E5F3FF;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */


/* Style the accordion panel. Note: hidden by default */
.product-page-left ol,
.product-page-left p,
.product-page-left ul {
    padding: 0 18px;
    margin-bottom: 0;


    color: #6C6F7F;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}
.previous-text-content {
    max-height: inherit!important;
    overflow: inherit!important;
}
.nav-sub__back:after, .second-sub__back:after {
    content: 'Назад';
}

@media (min-width: 1200px) {

    .nav-inner-wrap {
        min-height: 500px;
    }

    .header {
		position: fixed;
        transition: all 0.35s ease;
    }

    .header.fixed {
        position: fixed;
        transition: all 0.35s ease;
        -webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
        box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    }

    .header.fixed .header-top {
        display: none;
    }

    .header.fixed {
        padding-top: 5px;
        padding-bottom: 10px;
    }

    .header.fixed .wrap-menu {
        margin-top: 0 !important;
    }

    .header.fixed .wrap-menu .weekend {
        display: none;
    }
    .header.fixed .nav-wrapper{
top:90px!important;
    }
}

@media (max-width: 560px) {

    h1 {
        font-size: 24px;
    }

    .prise-banner {
        font-size: 34px;
    }

}


.nav-main__link {
    padding: 10px 15px 10px 60px !important;
}

.nav-sub__link {
    padding: 10px !important;
}

.second-sub__item a {
    padding: 10px !important;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated-1 {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.animated-2 {
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.news-section {
    background: #F8F9FA;

}

.news-section .news-item h3 {
    margin-top: 10px;
}


.news-section .news-item h3 a {
    color: #000;
    font-size: 24px;
}


.news-section .desc {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}


.news-section {
    padding: 60px 0;
}


.news-section .news-item {
    background: #fff;
    -webkit-box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    background: #fff;
}


@media (max-width: 560px) {
    .priseban {
        color: #CE4800;
        font-size: 30px !important;
        display: block !important;
    }

    span.begin-m2 {
        position: relative !important;
    }

}

@media (max-width: 480px) {
    .nav-wrapper {
        top: 145px !important;
    }
}








.form-design{
    padding: 0!important;

}


.breadcrumb-2 * {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}
.breadcrumb-2 {
    display: flex;
    flex-wrap: wrap;
    counter-reset: flag;
    margin: 20px;
}
.breadcrumb-2 a,
.breadcrumb-2 span {
    background: white;
    color: black;
    transition: all 0.5s;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    line-height: 36px;
    padding: 0 10px 0 60px;
    position: relative;
    font-size: 13px;
    font-family: Verdana, sans-serif;
    border: 2px solid #BFE2FF;
    border-right: 0;
    margin: 2px 0;
    border-radius: 8px 0 0 8px;
}
.breadcrumb-2 a:first-child {
    padding-left: 46px;
}
.breadcrumb-2 a:first-child:before {
    left: 14px;
}
.breadcrumb-2 a:hover{
    background: #BFE2FF;
}
.breadcrumb-2 a:hover:after {
    background: #BFE2FF;
}
.breadcrumb-2 a:after,
.breadcrumb-2 span:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px;
    width: 36px;
    height: 36px;
    transform: scale(0.7) rotate(45deg);
    z-index: 1;
    box-shadow: 2px -2px 0 2px #BFE2FF;
    border-radius: 0 5px 0 50px;
    background: white;
    transition: all 0.5s;
}
.breadcrumb-2 a:before,
.breadcrumb-2 span:before {
    content: counter(flag);
    counter-increment: flag;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    font-weight: bold;
    background: white;
    box-shadow: 0 0 0 1px #ccc;
}

.cashback {
    background-position: 0%;
}

.cashback-title {

    font-size: 2.0rem;
    width: 100%;
    max-width: 600px;
    text-align: start!important;

}
@media (min-width: 1024px) {
    .cashback-title {
        font-size: 3.3rem;
        width: 80%;
        max-width: 600px;
    }
}
@media (max-width: 1024px) {
    .cashback .order-block {
        flex-direction: column;
    }
}

.cashback-title > .cost-wrapper {
    background-color: #fff;
}
.cashback-title >span> .cost {

    color: #CE4800;
    padding: 13px 0;
}
.cashback-title >span> .currency {

    color: #CE4800;
    font-size: 2.5rem;
    height: 100%;
}
.cashback-subtitle {
    font-size: 1.5rem;
    margin-top: 22px;
    margin-bottom: 24px;
    text-align: start;
}
.cashback-list {
    display: flex;
    justify-content: space-between;
    gap: 37px;

}
.cashback-card {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fff;
    gap: 4px;
    width: 110px;
    max-width: 145px;
    text-align: center;
    color: #3B3B3B;
    font-size: 15px;
    line-height: 1;
    padding: 7px 16px;
    border-radius: 4px;
}

@media (min-width: 1024px) {
    .cashback-card {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: #fff;
        gap: 4px;
        width: auto;
        max-width: 145px;
        text-align: center;
        color: #3B3B3B;
        font-size: 14px;
        padding: 7px 16px;
        border-radius: 4px;
    }
    .cashback-subtitle {
        font-size: 1.5rem;
        margin-top: 22px;
        margin-bottom: 24px;
        text-align: center;
    }
}
.cashback-card img {
    width: 70px;
    height: 63px;

}

.cashback-card img:last-child {

    /* position: relative;
    left: 5px; */
}
.cashback-form-title {
    font-size: 24px;
    font-weight:500;
    text-align: center;
    margin-bottom: 10px;
}
.cashback  .order-form {
    padding: 28px;
    border-radius: 4px;

}
@media (max-width: 500px) {
    .cashback-list {
        display: flex;
        justify-content: space-between;
        gap: 4px;

    }
    .cashback-card img {
        width: 50px;
        height: 43px;
    }
    .cashback  .order-form {
        padding: 14px;
        border-radius: 4px;

    }
}
@media (max-width: 350px) {
    .cashback-list {
        flex-wrap: wrap;
    }
}
.cashback  .order-form .input-wrapper {
    width: 80%;
    margin: 0 auto;
}
.cashback-form-button {
    display:flex;
    justify-content:center;
    flex-direction:column;
    width:80%;
    margin:0 auto;
}
@media (min-width: 992px) {
    .cashback .container {
        max-width: 100%;
    }
}
.cashback .order .order-carousel {
    width: auto;
}
@media screen and (min-width: 1024px){
    .cashback .order .order-carousel {
        width: 470px;
    }
}
.cashback .order-block {
    justify-content: center;
    gap: 20px;
}
@media (min-width: 1024px) and (max-width: 1150px){
    .cashback .order-block {
        gap: 10px;
    }
    .cashback-list.cashback-list-form {
        gap: 10px;
    }
}






