:root {
    --bigpic-container-width: 650px;
    --smallpic-container-width: 87px;
    --smallpic-width: var(--smallpic-container-width) - 10px;
    --pic-ratio: 1, 3333;
}

.gal img {
    max-width: 100%
}

.summ {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

.date {
    text-align: center;
    top: 0px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    margin-top: -30px !im;
}

.gal .item {
    flex-basis: 33.333%;
    margin-bottom: 25px;
    padding:0 15px;
}

.gal .fl {
    margin: 0 -15px;
}

.gal {
    padding: 30px 0
}

.gal .fl {
    flex-wrap: wrap;
}

.gal .item img {
    border-radius: 15px;
}

.gal a {
    border: none;
}

.date em {
    color: gray;
}

.summ .element {
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    /* padding: 20px; */
}

.summ .element svg {
    width: 50px;
    height: 50px;
}

.summ .element svg > * {}

.summ .element p {
    width: calc(100% - 100px);
    padding: unset;
    margin: unset;
    padding-left: 30px;
}

.prod.margin h1 {
    margin-bottom: 50px;
}

.steps {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.steps li {
    font-size: 18px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.steps li::marker {
    font-size: 22px;
    font-weight: bold;
    color: #af0000;
}

.opt-examples {
    max-width: 1000px;
    /* height: 500px; */
    margin-left: auto;
    margin-right: auto;
}

.opt-examples .element {
    height: 350px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.contacts_intext {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contacts_intext > * {

    margin: 0 20px;
}

workarea div.main_text {
    padding: 50px 50px;
    width: 100%;
    /* margin-top: 50px; */
    background-color: #2e2d2d;
}

workarea div.main_text p {
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    margin: 0;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

workarea div.main_text.type2 {}

workarea div.main_text.type2 > * {
    max-width: 850px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

workarea div.main_text.type2 h3 {
    color: #fff;
    margin-bottom: 40px;
    margin-top: 60px;
}

workarea div.main_text.type2 h3:first-child {
    margin-top: 0;
}

workarea div.main_text.type2 p {}

workarea div.main_text.type2 p.flex {
    display: flex;
}

workarea div.main_text.type2 p.flex font {}

workarea div.main_text.type2 p.flex font:first-child {
    min-width: 220px;
}

workarea div.mp-pic {
    width: 100%;
    padding: 90px 0 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

workarea div.mp-pic img {
    height: 350px;
    max-width: 100%;
    margin: 0 45px;
    margin-bottom: 45px;
}

section.prod {
    max-width: 100%;
}

section.prod > center {
    margin-bottom: 30px;
    max-width: 800px;
}

section.prod.cart {
    margin-left: auto;
    margin-right: auto;
}

section.prod.cart form {
    z-index: 1000;
    margin-left: auto;
    margin-right: auto;
    /* display: flex; */
}

section.prod.cart form#goto_order input[type=submit] {
    background-color: #619143;
    color: #fff;
}

section.prod.cart.empty form {
    display: none;
}

section.prod div.inside {
    overflow: hidden;
}

section.prod.order div.inside {
    display: none;
}

section.prod div.inside > .element {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    /* max-height: 100vh; */
    max-width: 1300px;
    /* border-bottom: #ccc solid 1px; */
}

section.prod div.inside > .element .prod_img {
    width: var(--bigpic-container-width);
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    max-width: 100%;
}

section.prod div.inside > .element .prod_img .bigpic {
    overflow: hidden;
    display: flex;
    width: calc(100% - var(--smallpic-container-width));
    position: relative;
    border-radius: 10px;
}

section.prod.cart div.inside > .element .prod_img .bigpic {
    width: 100%;
}

section.prod div.inside > .element .prod_img .bigpic .imgcart {
    opacity: 0;
    transition: .9s opacity ease;
    cursor: pointer;
}

section.prod div.inside > .element .prod_img .bigpic .video {
    /* display:none; */
    /* background-color: #f1f1f1; */
}

section.prod div.inside > .element .prod_img .bigpic .video video {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

section.prod div.inside > .element .prod_img .bigpic .video.act video {
    display: block;
}

section.prod div.inside > .element .prod_img .bigpic .imgcart img {
    width: 100%;
    /* height: 100%; */
    /* max-width: 100%; */
    /* max-height: 100%; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border: 0;
}

section.prod div.inside > .element .prod_img .bigpic .imgcart.act {
    /* transform: scale(1); */
    /* display: block; */
    /* height: 100%; */
    width: 100%;
    padding-top: 133%;
    display: flex;
    /* vertical-align: middle; */
    align-items: flex-start;
    opacity: 1;
    position: relative;
}

section.prod div.inside > .element .prod_img .bigpic .imgcart.video.act {
    position: absolute;
}

section.prod div.inside > .element .prod_img .smallpic {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /* position: absolute; */
    margin: 0px;
    /* margin-right: 10px; */
    left: 100%;
    /* height: 100%; */
    bottom: 0;
    width: var(--smallpic-container-width);
    /* overflow-y: hidden; */
}

section.prod.cart div.inside > .element .prod_img .smallpic {
    display: none;
}

section.prod div.inside > .element .prod_img .smallpic > div {
    width: var(--smallpic-width);
    height: calc(var(--smallpic-width) * var(--pic-ratio));
    /* margin:2.5px; */
    margin-right: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* background-color: #fff; */
    cursor: pointer;
}

section.prod div.inside > .element .prod_img .smallpic > div.video_icon {
    /* display:none; */
    /* background-color: #ffffff24; */
    /* background-image: url("/assets/template/play1.png"); */
    /* background-size: 20px 20px; */
}

section.prod div.inside > .element .prod_img .smallpic > div.video_icon svg {
    transform: scale(0.6);
    transition: .3s all ease;
}

section.prod div.inside > .element .prod_img .smallpic > div.video_icon svg polygon,
section.prod div.inside > .element .prod_img .smallpic > div.video_icon svg path {
    transition: .3s all ease;
}

section.prod div.inside > .element .prod_img .smallpic > div.video_icon.act svg {
    /* transform: scale(0.9); */
}

section.prod div.inside > .element .prod_img .smallpic > div.video_icon.act svg polygon,
section.prod div.inside > .element .prod_img .smallpic > div.video_icon.act svg path,
section.prod div.inside > .element .prod_img .smallpic > div.video_icon:hover svg polygon,
section.prod div.inside > .element .prod_img .smallpic > div.video_icon:hover svg path {
    fill: var(--add-link-color);
}

section.prod div.inside > .element .prod_img .smallpic > div.video_icon.act {}

section.prod div.inside > .element .prod_img .smallpic > div:not(.video_icon):after {
    content: "";
    /* background-color: #b8b8b8; */
    /* border: #b8b8b8 solid 2px; */
    position: absolute;
    top: 6.5px;
    bottom: 6.5px;
    left: 6.5px;
    right: 6.5px;
    border-radius: 30px;
    transition: .3s all ease;
}

section.prod div.inside > .element .prod_img .smallpic > div.act:not(.video_icon):after {
    /* background-color: #b8b8b8; */
    /* position: absolute; */
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

section.prod div.inside > .element .prod_img .smallpic > div.video_icon i {}

section.prod div.inside > .element .prod_img .smallpic > div img {
    width: 100%;
    height: 100%;
    border: #ccc solid 2px;
    /* cursor: pointer; */
    transition: .3s all ease;
    /* background-image: none; */
    /* display: none; */
    border-radius: 10px;
}

section.prod div.inside > .element .prod_img .smallpic > div.video_icon i {
    border: transparent solid 1px !important;
    /* width: 50px; */
    /* height: auto; */
    /* opacity: .3; */
    font-size: 16px;
    font-weight: bold;
    color: #b8b8b8;
    transition: .3s all ease;
}

section.prod div.inside > .element .prod_img .smallpic > div:hover img,
section.prod div.inside > .element .prod_img .smallpic > div.act img {
    border-color: var(--add-link-color);
}

section.prod div.inside > .element .prod_img .smallpic > div.video_icon.act i {
    /* opacity:1; */
    /* color: var(--add-link-color); */
    /* font-size: 34px; */
    transform: scale(1.5);
}

section.prod div.inside > .element .prod_info {
    width: calc(100% - var(--bigpic-container-width));
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0px 40px 0px;
    padding-left: 75px;
    /* position: relative; */
}

section.prod div.inside > .element .prod_info .prod_head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px;
    width: 100%;
}

section.prod.cart div.inside > .element .prod_info .prod_head {
    margin-bottom: unset;
}

section.prod div.inside > .element .prod_info .cat_title {
    margin: unset;
    margin-bottom: 50px;
    /* background-color: var(--main-link-color); */
    /* border-bottom: var(--main-link-color) dotted 1px; */
    /* color: #fff; */
    padding: 0px 5px 0px;
    /* margin-left: -60px; */
    /* border-radius: 7px; */
    /* text-transform: lowercase; */
    color: var(--main-link-color);
    font-size: 16px;
    /* opacity: .1; */
    border-bottom: unset;
    transition: unset;
}

section.prod div.inside > .element .prod_info h3 {
    margin: unset;
    margin-bottom: 30px;
    /* margin-top: 50px; */
    /* margin-left: 100px; */
    font-size: 2.0rem;
    line-height: 2.0rem;
    text-align: left;
    /* color: #fff; */
}

section.prod div.inside > .element .prod_info h3 a {
    color: #000;
    border: unset;
}

section.prod div.inside > .element .prod_info h3 a,
section.prod div.inside > .element .prod_info h3 a * {
    transition: unset;
}

section.prod div.inside > .element .prod_info h3 small {
    font-size: 100%;
    display: block;
    transition: unset;
}

section.prod div.inside > .element .prod_info h3 span.prod_add_title {
    font-size: 17px;
    line-height: 19px;
    display: block;
    margin-top: 20px;
    opacity: .5;
}

section.prod div.ackii {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    border-left: #d5d5d5 solid 5px;
    padding-left: 20px;
}

section.prod div.inside.fmax-3 > .element .prod_info div.ackii {
    display: none;
}

section.prod div.ackii span.ackii_title {
    font-size: 14px;
}

section.prod div.ackii a {
    border-bottom: unset;
    font-size: 14px;
    position: relative;
}

section.prod div.ackii a:before {
    content: "";
    position: absolute;
    left: -13px;
    top: 8px;
    width: 8px;
    height: 2px;
    background-color: #d5d5d5;
}

section.prod > div.ackii {
    margin-top: unset;
    border: unset;
    padding: unset;
    margin-bottom: 80px;
    margin-top: -100px;
}

section.prod > div.ackii span,
section.prod > div.ackii a {
    font-size: 16px;
}

section.prod div.inside > .element .prod_info .prod_order form {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

section.prod div.inside > .element .prod_info .prod_order form input {
    width: 100px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-left: 20px;
    font-size: 18px;
}

section.prod div.inside > .element .prod_info .prod_cost {
    font-size: 30px;
    /* color: var(--add-link-color); */
    margin: unset;
    /* margin-bottom: 40px; */
    /* margin-left: 100px; */
}

section.prod div.inside > .element .prod_info .prod_cost small {
    /* color: #000; */
    font-size: 100%;
    opacity: 1;
}

section.prod div.inside > .element .prod_info .prod_head button {
    margin: unset;
    font-size: 22px;
    line-height: unset;
    font-weight: normal;
    padding: 5px 35px 7px;
    min-width: 150px;
    height: 42px;
    border: unset;
    color: #2e2e2e;
    background: #cccccc;
    border-radius: 10px;
    /* margin: unset; */
    /* padding: 2px 20px 4px; */
    /* box-shadow: #bbb 0px 0px 10px, inset #a80000a8 0px 0px 5px; */
    box-shadow: unset;
    cursor: pointer;
    margin-left: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s color ease;
    margin-left: 100px;
    cursor: pointer;



     !i;
     !;
}

section.prod div.inside > .element .prod_info .prod_head button:hover {
    background: var(--add-link-color);
}

section.prod div.inside > .element .prod_info .prod_head .prod_order button span.buy_angle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    padding: 0 3px;
    background-color: #92b4dd;
    /* border: #6aa0e1 solid 1px; */
    border-radius: 8px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s all ease;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order button span.buy_angle path {
    fill: #fff;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order button span.buy_angle:hover {
    background-color: var(--add-link-color);
}

section.prod div.inside > .element .prod_info .prod_head .prod_order button span.buy_angle.buy_less {
    left: 0;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order button span.buy_angle.buy_more {
    right: 0;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order:not(.count) button span.buy_count,
section.prod div.inside > .element .prod_info .prod_head .prod_order:not(.count) button span.buy_angle {
    display: none;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count button span.buy_title {
    /* display:none; */
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count button {
    /* cursor:default; */
    /* background-color: transparent; */
    border-color: transparent;
}

.tovar button {
    margin-left: 20px !important
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count button span.buy_count {
    background: #fff;
    color: #000000;
    width: 87px;
    /* height: 38px; */
    position: absolute;
    top: 2px;
    bottom: 2px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count button span.buy_count small {
    margin-left: 5px;
    opacity: .7;
    font-size: 11px;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order .prod_in_cart {
    opacity: 0;
    border-bottom: unset;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count .prod_in_cart {
    opacity: 1;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    border: var(--green) solid 1px;
    color: var(--green);
    border-radius: 10px;
    padding: 0 10px;
    cursor: pointer;
    opacity: 0;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count .prod_in_cart.active {
    opacity: 1;
    display: inline-flex;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count .remove_from_cart {
    width: 30px;
    height: 30px;
    border-bottom: unset;
    margin-left: 50px;
    opacity: .5;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count .remove_from_cart:hover {
    opacity: 1;
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count .remove_from_cart svg path {
    fill: var(--main-link-color);
}

section.prod div.inside > .element .prod_info .prod_head .prod_order.count .prod_in_cart:hover {
    border: var(--main-link-color) solid 1px;
    color: var(--main-link-color);
}


section.prod div.inside.fmax-3 {}

section.prod div.inside.fmax-3 > .element {
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: unset;
}

section.prod div.inside.fmax-3 > .element .prod_img2 {
    aspect-ratio: 3 / 4;
    flex-direction: column;
}

section.prod div.inside.fmax-3 > .element .bigpic2 {
    width: 100%;
    height: 100%;
}


section.prod div.inside > .element .prod_img2 {
    width: 100%;
    display: flex;
    position: relative;
}

section.prod div.inside.fmax-1 > .element .prod_img2 {
    flex-direction: row-reverse;
    /* justify-content: space-between; */
    width: var(--bigpic-container-width);
}

section.prod div.inside.fmax-1 > .element .prod_img2 .smallpic2 {
    width: var(--smallpic-container-width);
}

section.prod div.inside.fmax-1 > .element .prod_img2 .smallpic2 .swiper-wrapper {
    width: 100%;
}

section.prod div.inside.fmax-1 > .element .prod_img2 .smallpic2 .swiper-wrapper > * {
    aspect-ratio: 3 / 4;
    height: unset !important;
}

section.prod div.inside.fmax-1 > .element .prod_img2 .swiper-wrapper > * img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

section.prod div.inside.fmax-1 > .element .prod_img2 .smallpic2 .swiper-wrapper > * img {
    cursor: pointer;
}

section.prod div.inside.fmax-1 > .element .prod_img2 .bigpic2 .swiper-wrapper > * img {
    cursor: grab;
}

section.prod div.inside.fmax-1 > .element .prod_img2 .bigpic2 {
    width: calc(var(--bigpic-container-width) - var(--smallpic-container-width));
    margin-left: 10px;
    aspect-ratio: 3 / 4;
}



section.prod div.inside.fmax-3 > .element .prod_img2 {
    flex-direction: row-reverse;
    /* justify-content: space-between; */
    width: 100%;
}

section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 {
    width: 100%;
    /* display: none; */
    position: absolute;
    bottom: 10px;
    height: unset !important;
}

section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 .swiper-wrapper {
    height: 10px;
    width: 100%;
    justify-content: center;
    /* border: #000 solid 1px; */
}

section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 .swiper-wrapper > * {
    aspect-ratio: 1;
    height: unset !important;
    max-width: 10px;
    max-height: 100%;
    opacity: 0.7;
    background-color: #fff;
    border: #555 solid 1px;
    border-radius: 15px;
    cursor: pointer;
}

section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 .swiper-wrapper .swiper-slide-thumb-active {
    opacity: 1;
    background-color: var(--add-link-color);
}

section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 .swiper-wrapper .swiper-slide-thumb-active:after {
    display: none;
}

section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 .swiper-wrapper img {
    opacity: 0;
}

section.prod div.inside.fmax-3 > .element .prod_img2 .swiper-wrapper > * img,
section.prod div.inside.fmax-3 > .element .prod_img2 .swiper-wrapper > * video {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 .swiper-wrapper > * img {
    cursor: pointer;
}

section.prod div.inside.fmax-3 > .element .prod_img2 .bigpic2 .swiper-wrapper > * img {
    cursor: grab;
}

section.prod div.inside.fmax-3 > .element .prod_img2 .bigpic2 {
    width: 100%;
    /* margin-left: 10px; */
    aspect-ratio: 3 / 4;
}


.smallpic2 .swiper-slide {
    height: 100%;
    opacity: 0.4;
}

.smallpic2 .swiper-slide-thumb-active {
    opacity: 1;
}

.smallpic2 .swiper-slide-thumb-active:after {
    content: "";
    position: absolute;
    border: 2px solid var(--add-link-color);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
}

section.prod div.inside.fmax-3 > .element .prod_img .smallpic {
    display: flex;
    position: absolute;
    bottom: 5px;
    left: 0;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 10px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

section.prod div.inside.fmax-3 > .element .prod_img .smallpic > div {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    background-color: #ffffff;
    border: #999 solid 1px;
    opacity: .5;
    border-radius: 10px;
}

section.prod div.inside.fmax-3 > .element .prod_img .smallpic > div.act {
    background-color: #0669df;
    border-color: #fff;
}

section.prod div.inside.fmax-3 > .element .prod_img .smallpic img {
    display: none;
}

section.prod div.inside.fmax-3 > .element .prod_img .smallpic > div.video_icon svg {
    display: none;
}

section.prod div.inside.fmax-3 > .element .prod_img .bigpic {
    width: 100%;
    justify-content: center;
    align-items: center;
}

section.prod div.inside.fmax-3 > .element .prod_info {
    width: 100%;
    padding: 10px 5px 0;
}

section.prod div.inside.fmax-3 > .element .prod_info .prod_head {
    margin-bottom: unset;
}

section.prod div.inside.fmax-3 > .element .prod_info .cat_title {
    margin-bottom: unset;
    padding: 0;
    font-size: 14px;
}

section.prod div.inside.fmax-3 > .element .prod_info h3 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    /* min-height: 44px; */
}

section.prod div.inside.fmax-3 > .element .prod_info h3 small {
    display: inline-block;
}

section.prod div.inside.fmax-3 > .element .prod_info h3 span {
    display: none;
}

section.prod div.inside.fmax-3 > .element .prod_info .prod_order {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

section.prod div.inside.fmax-3 > .element .prod_info .prod_head button {
    margin-left: unset;
}

section.prod div.inside.fmax-3 > .element .prod_info .prod_head .prod_order .prod_in_cart {
    display: none
}

section.prod div.inside.fmax-3 > .element .prod_info .prod_params {
    display: none;
}

form .btn {
    padding: 8px 0px;
    min-width: 250px;
    line-height: unset;
    height: unset;
}

span.done {
    position: absolute;
    background-color: #1e1d20;
    border: gainsboro solid 1px;
    color: gainsboro;
    padding: 1px 10px;
    border-radius: 5px;
    bottom: -32px;
    cursor: pointer;
}

span.done:after {
    content: "";
    position: absolute;
    color: #fff;
    width: 0px;
    height: 0px;
    margin-top: -7px;
    margin-left: calc(-100% + 20px);
    border: 3px solid transparent;
    border-top: 0px;
    border-bottom: 6px solid gainsboro;
}

section.prod div.inside > .element .prod_info .prod_params {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    /* padding-top: 40px; */
}

section.prod div.inside > .element .prod_info .prod_params > span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 15px;
    /* transition: .3s all ease, 0s color ease; */
    /* transition: 0s color ease; */
}

section.prod div.inside > .element .prod_info .prod_params > span.hide {
    padding-bottom: unset;
    height: 0;
    color: #fff;
    opacity: 0;
}

section.prod div.inside > .element .prod_info .prod_params > span > u {
    text-decoration: unset;
    min-width: 135px;
    /* opacity: .6; */
}

section.prod div.inside > .element .prod_info .prod_params > span > p {
    /* font-weight: bold; */
    padding: unset;
    margin: unset;
    /* font-size: 1.1rem; */
    text-align: left;
}

section.prod div.inside > .element .prod_info .prod_params .prod_desc {
    text-align: left;
    margin-top: unset;
    font-size: inherit;
    /* transition:.2s all ease; */
}

section.prod div.inside > .element .prod_info .prod_params .prod_desc .color {
    color: var(--main-link-color);
}

section.prod div.inside > .element .prod_info .prod_params .prod_desc.hide {
    height: 0;
    margin: 0;
    overflow-y: hidden;
}

section.prod div.inside > .element .prod_info .prod_params a.show_desc {
    /* border-bottom: var(--add-link-color) solid 1px; */
    /* color: var(--add-link-color); */
    /* color: #7f7f7f !important; */
    /* border-bottom: #bbb9b7c2 dotted 1px; */
    width: unset;
    /* margin-left: 100px; */
    margin-top: 40px;
    transition: unset;
}

section.prod div.inside > .element .prod_info .prod_params a.show_desc.full {
    margin-top: 0px;
    font-size: 14px;
}

section.prod div.inside > .element .prod_info .prod_params .tags {
    text-align: left;
}

section.prod div.inside > .element .prod_info .prod_params .tags a {
    border-bottom: unset;
    margin-right: 10px;
}

section.prod.cart center.cart_info {
    width: 100%;
    display: none;
}

section.prod.cart a.btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    /* font-size: 22px; */
    height: unset;
}

section.prod.cart.empty center.cart_info {
    display: block;
}

section.prod.cart .summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

section.prod.order .summary {
    border: #9595958f double 3px;
    border-radius: 15px;
    padding: 5px 25px;
    background-color: #eee;
}

section.prod.cart .summary p {
    font-size: 26px;
    /* margin-bottom: 50px; */
    margin: 10px 0;
}

section.prod.order .summary p {
    font-size: 18px;
}

section.prod.cart .summary p b {
    margin-left: 30px;
}

section.prod.cart .summary p small {
    opacity: .6;
    font-size: 18px;
}

section.prod.order .summary p small {
    font-size: 14px;
}

section.prod.cart:not(.order) .summary p.order_total_amount {
    display: none;
}

section.prod.cart.empty .summary {
    display: none;
}

section.prod.cart .summary a.btn,
.fline input[type=submit].btn {
    margin-bottom: 0px;
    margin-top: 30px;
    border: unset;
}

section.prod.order .summary .btn:not(.more_info) {
    display: none;
}

section.prod.order .summary .btn.more_info {
    position: absolute;
    bottom: -22.5px;
    right: 5px;
    font-size: 16px !important;
    border-bottom-style: dotted !important;
    text-transform: lowercase;
    opacity: .8;
    display: none;
}

.fline input[type=submit].btn {
    margin-left: var(--label-width);
}

section.prod.cart .summary a.btn.invert {
    font-size: 20px;
    border-bottom: var(--main-link-color) solid 1px;
}

section.prod.cart .summary a.btn.invert:hover {
    border-bottom-color: var(--add-link-color);
}

section.prod.cart div.inside > .element {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 50px;
}

section.prod.cart.empty div.inside > .element.summary {
    display: none;
}

section.prod.cart div.inside > .element .prod_img {
    width: 200px;
}

section.prod.cart div.inside > .element .prod_info {
    width: 500px;
    max-width: 100%;
    padding-left: 50px;
}

section.prod.cart div.inside > .element .prod_info .prod_params {
    margin-top: 30px;
    min-width: 300px;
}

section.prod.cart div.inside > .element .prod_info .prod_params > span {
    width: unset;
    font-size: 18px;
    transition: .3s all ease;
}

section.prod.cart div.inside > .element .prod_info .prod_params > span.hidden {
    opacity: 0;
    display: none;
}

section.prod.cart div.inside > .element .prod_info .prod_params > span.cart_remove {
    min-width: unset;
    border: #ccc solid 2px;
    font-weight: bold;
    padding: 0px 8px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 16px;
    border-radius: 30px;
    cursor: pointer;
    text-transform: uppercase;
}

section.prod.cart div.inside > .element.summary .prod_info .prod_params > span.cart_remove {
    display: none;
}

section.prod.cart div.inside > .element .prod_info .prod_params > span.hide {}

section.prod.cart div.inside > .element .prod_info .prod_params > span > u {
    min-width: 180px;
}

section.prod.cart div.inside > .element .prod_info .prod_params > span.cart_remove > u {
    color: #ff0000 !important;
    border-bottom: #c20000 solid 1px;
    cursor: pointer;
    min-width: unset;
    display: none;
}

section.prod.cart div.inside > .element .prod_info .prod_params > span.cart_remove > svg {
    width: 30px;
    width: 40px;
    height: auto;
    cursor: pointer;
}

section.prod.cart div.inside > .element .prod_info .prod_params > span.cart_remove > svg > * {
    fill: #ff4444;
}

section.prod.cart div.inside > .element .prod_info .prod_params > span > p {
    font-size: 18px;
}

section.prod.cart div.inside > .element .prod_info .prod_params > span > p input {
    font-size: 18px;
    max-width: 70px;
    text-align: center;
    padding-left: 18px;
    font-weight: bold;
    border-radius: 5px;
    border: #0000 solid 1px;
    color: #870000;
}

section.prod.template_7 {
    padding-bottom: unset;
    margin-top: 40px;
}

section.prod.template_7 .element {
    padding-bottom: unset !important;
    margin-bottom: unset;
}

section.prod.template_5 div.inside > .element .prod_info .cat_title,
section.prod.template_7 div.inside > .element .prod_info .cat_title {
    display: none;
}

section.prod.template_7 div.inside > .element .prod_info h3 {
    display: none;
}

section.prod.template_7 div.inside > .element .prod_info .prod_params .prod_desc.hide {
    height: unset;
    margin: 0;
    overflow-y: hidden;
    display: flex;
    line-height: 1.5;
    font-size: 15px;
}

section.prod.template_7 div.inside > .element .prod_info .prod_params .prod_desc.hide p {
    font-size:15px;
    margin-bottom:15px;
}

section.prod.template_7 div.inside > .element .prod_info .prod_params a.show_desc {
    display: none;
}



section.prod-slider {
    flex-direction: column;
    margin-top: 100px;
    padding-bottom: 150px;
}

section.prod-slider .image-block {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.prod-slider .image {
    width: 350px;
    height: 437.5px;
    background-size: cover;
    transition: .5s all ease;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    cursor: zoom-in;
    position: relative;
}

section.prod-slider .image a {
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border: unset;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: zoom-in;
}

section.prod-slider .image a span {
    border: unset;
    /* margin-left: 100px; */
    margin-bottom: 20px;
    font-size: 18px;
    /* font-weight: bold; */
    /* border: var(--add-link-color) solid 1px; */
    color: #000;
    background: #dcdcdc;
    border-radius: 10px;
    padding: 2px 20px 4px;
}

section.prod-slider .image:hover a {
    opacity: 1;
}

section.prod-slider .slider-info {
    display: flex;
    flex-direction: column;
}

section.prod-slider .slider-info h2 {
    margin: 0;
    /* text-align: left; */
    font-size: 1.7rem;
    margin-top: 30px;
    color: #bebec4;
}

section.prod-slider .slider-info p {
    text-align: center;
    font-size: 14px;
    margin: 0;
    opacity: .8;
}

section.prod-slider .slider-info p small {
    padding-left: 5px;
}

section.prod-slider .bullets {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: center;
}

section.prod-slider .bullets span,
section.prod-slider .image-block .slider-nav {
    width: 28px;
    height: 28px;
    display: flex;
    position: relative;
    margin-right: 7.5px;
    margin-left: 7.5px;
    cursor: pointer;
    margin-bottom: 15px;
}

section.prod-slider .bullets span:last-child {
    /* margin-right:unset; */
}

section.prod-slider .bullets span:after,
section.prod-slider .image-block .slider-nav:after {
    content: "";
    /* background-color: #b8b8b8; */
    border: #b8b8b8 solid 2px;
    position: absolute;
    top: 6.5px;
    bottom: 6.5px;
    left: 6.5px;
    right: 6.5px;
    border-radius: 30px;
    transition: .3s all ease;
}

section.prod-slider .image-block .slider-nav:after {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

section.prod-slider .bullets span.act:after,
section.prod-slider .image-block .slider-nav.act:after {
    background-color: #b8b8b8;
    /* position: absolute; */
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

section.prod-slider .image-block .slider-nav {
    margin-right: unset;
    /* margin: 0 20px; */
    /* position: absolute; */
    margin-top: -86px;
}

section.prod-slider .image-block .slider-nav.nav-left {
    margin-right: 200px;
}

section.prod-slider .image-block .slider-nav.nav-right {
    margin-left: 200px;
}


section.roda {
    padding-bottom: unset;
}

section.roda .inside {}

section.roda .element {
    display: flex;
    align-items: center;
    border-bottom: unset;
}

section.roda .element div.img {
    width: 120px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
}

section.roda .element .title {
    color: var(--add-link-color);
    line-height: 18px;
    padding-left: 20px;
    width: calc(100% - 120px);
    text-align: left;
}

section.ackii {}

section.ackii.hidden {
    display: none;
}

section.ackii .element {
    border-bottom: unset;
    color: var(--main-link-color);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    opacity: .6;
}

section.ackii .element .but {
    height: 24px;
    margin-right: 10px;
}

section.ackii .element .but svg {
    width: 20px;
    height: 20px;
}

section.ackii .element .but svg path {
    fill: var(--main-link-color);
}

body.template_8 section.ackii .element.visible {
    display: flex;
}

/***************************************************************************************************
****************************************************************************************************/

@media (max-width: 1600px) {
    section.prod div.inside > .element .prod_img .smallpic {
        /* right: -30px; */
    }

    section.prod div.inside > .element .prod_img .smallpic > div {
        /* width: 55px; */
        /* height: 55px; */
    }

    section.prod div.inside > .element .prod_info {
        /* padding: 25px 50px; */
        /* padding-left: 60px; */
    }

    section.prod div.inside > .element .prod_info h3 {
        /* margin-left: 50px; */
        /* font-size: 2.5rem; */
        /* line-height: 2.5rem; */
        /* margin-bottom: 10px; */
    }

    section.prod div.inside > .element .prod_info .prod_cost {
        /* margin-left: 50px; */
        /* font-size: 1.8rem; */
        /* margin-bottom: 10px; */
    }

    section.prod div.inside > .element .prod_info .prod_cost small {}

    section.prod div.inside > .element .prod_info .prod_head a {
        /* margin-left: 50px; */
        /* margin-bottom: 20px; */
    }

    section.prod div.inside > .element .prod_info .prod_params .prod_desc {
        font-size: 15px;
        line-height: 17px;
    }
}

/***************************************************************************************************
****************************************************************************************************/

@media (max-width: 1262px) {
    :root {
        --bigpic-container-width: 530px;
        --smallpic-container-width: 71px;
    }

    section.prod > div.ackii {
        margin-top: -60px;
        margin-bottom: 50px;
    }

    section.prod div.inside > .element {}

    section.prod div.inside > .element .prod_img .smallpic {
        /* right: 0; */
        /* left: unset; */
        /* bottom: 0; */
        /* flex-direction: row; */
        /* height: unset; */
        /* margin-left: 30px; */
    }

    section.prod div.inside > .element .prod_img .smallpic > div {
        /* width: 45px; */
        /* height: 45px; */
    }

    section.prod div.inside > .element .prod_img .smallpic > div.video_icon i {
        /* font-size: 0; */
        transition: .3s transform ease;
    }

    section.prod div.inside > .element .prod_info {
        padding: 0 0 0 var(--margin-sides);
        /* padding-top: 100px; */
    }

    section.prod div.inside > .element .prod_info .cat_title {
        margin-bottom: 20px;
    }

    section.prod div.inside > .element .prod_info h3 {
        font-size: 1.8rem;
        /* line-height: 2.2rem; */
    }

    section.prod div.inside > .element .prod_info .prod_cost {
        /* font-size: 1.6rem; */
    }

    section.prod div.inside > .element .prod_info .prod_cost small {}

    section.prod div.inside > .element .prod_info .prod_head .prod_order .prod_in_cart {
        display: none !important;
    }

    section.prod div.inside > .element .prod_info .prod_head a {
        /* font-size: 18px; */
    }

    section.prod div.inside > .element .prod_info .prod_params {
        font-size: 16px;
    }

    section.prod div.inside > .element .prod_info .prod_params > span {
        padding-bottom: 10px;
    }

    section.prod div.inside > .element .prod_info .prod_params > span > p {
        font-size: 14px
    }

    section.prod div.inside > .element .prod_info .prod_params .prod_desc {}
}

:root {
    --news-element-w: 200px;
}

section.tags {}

section.tags .inside {
    flex-wrap: wrap;
    /* background-color: #cee4ff; */
    border-top: #c5c5c5 dashed 2px;
    /* border-width: 2px 0; */
    /* outline: #92b4dd solid 2px; */
    /* border-radius: 10px; */
    padding: 5px 10px;
}

section.tags a.element {
    margin: 5px 15px;
    /* padding: 5px 15px; */
    /* background-color: #c5dfff; */
    color: #92b4dd;
    font-size: 16px;
    font-weight: bold;
    /* outline: #9ecaff dashed 1px; */
    /* border: #fff solid 1px; */
    border-radius: 10px;
    border: unset;
}

.news {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.news .inside {}

.news .element {
    border-bottom: unset;
    display: flex;
    align-items: center;
    height: var(--news-element-w);
    padding-right: calc(var(--news-element-w) + 40px);
    margin-top: -20px;
}

.news .element:first-child {
    margin-top: unset;
}

.news .img {
    width: var(--news-element-w);
    height: 100%;
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
}

.news .text {
    width: calc(100% - var(--news-element-w));
    padding-left: 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.news .date {
    color: #ffffff;
    background-color: #a3a3a3;
    border-radius: 5px;
    font-size: 14px;
    /* line-height: 19px; */
    font-weight: bold;
    /* max-width: 85px; */
    padding: 0 5px;
    /* text-align: center; */
    display: block;
    margin-bottom: 0;
}

.news a {
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0;
    max-width: 80%;
    border-bottom: unset;
}

.news p {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin: unset;
    text-align: left;
    max-width: 70%;
}

.news .element:nth-child(2n) {
    flex-direction: row-reverse;
    padding-left: calc(var(--news-element-w) + 40px);
    padding-right: unset;
    /* height: unset; */
}

.news .element:nth-child(2n) .text {
    align-items: flex-end;
    padding-left: unset;
    padding-right: 30px;
}

.news .element:nth-child(2n) .text a,
.news .element:nth-child(2n) .text p {
    text-align: right;
}

div.ackii {
    max-width: 800px;
}

div.ackii .element {
    display: flex;
    flex-direction: column;
}

div.ackii .element .img {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

div.ackii .element .text {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    margin-top: 20px;
}

div.ackii .element .text a {
    font-size: 20px;
}

div.ackii .element .text span,
div.ackii .element .text p {
    display: none;
}

section.feedback_list {
    max-width: 800px;
    /* padding: 0 5px; */
    /* padding-right: 10px; */
}

section.feedback_list .inside {}

section.feedback_list .element {
    padding-right: 5px;
}

section.feedback_list .element .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 22px 5px;
}

section.feedback_list .element .head .title {
    display: flex;
    align-items: center;
}

section.feedback_list .element .head .author {
    font-weight: bold;
}

section.feedback_list .element .head .city {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

section.feedback_list .element .head .city svg {
    width: 15px;
    height: 20px;
    opacity: .2;
}

section.feedback_list .element .head .city svg path {}

section.feedback_list .element .head .city small {
    opacity: .7;
    padding-left: 5px;
    font-size: 80%;
}

section.feedback_list .element .head .link {
    z-index: 1000;
}

section.feedback_list .element .head .link a {
    border-bottom: unset;
    font-size: 14px;
}

section.feedback_list .element p {
    background-color: #ededed;
    /* color: #fff; */
    padding: 10px 20px;
    border-radius: 20px;
    box-shadow: #dbdbdb 2px 7px 5px;
    text-shadow: #fff 1px 1px;
    BORDER: #ccc solid 1px;
    margin: 0;
    text-align: left;
}

section.feedback_list .element .date {
    font-size: 70%;
    opacity: .7;
    display: block;
    /* margin-right:10px; */
    text-align: right;
    margin-top: 5px;
}

@media (min-width: 992px) {
    section.prod div.inside > .element .prod_img .smallpic > div:last-child {
        /* margin-right:unset; */
        margin-bottom: 0;
    }
}

/***************************************************************************************************
****************************************************************************************************/

@media (max-width: 991px) {
    section.prod-slider .image-block .slider-nav.nav-left {
        margin-right: 100px;
    }

    section.prod-slider .image-block .slider-nav.nav-right {
        margin-left: 100px;
    }


    section.prod div.inside > .element {
        flex-direction: column;
        align-items: center;
    }

    section.prod div.inside > .element .prod_img .smallpic {
        /* position: unset; */
        /* flex-wrap: wrap; */
        /* right: -50vw; */
        margin-left: unset;
        left: unset;
        justify-content: flex-start;
        bottom: -50px;
        /* padding-right: 20px; */
    }

    section.prod div.inside > .element .prod_img .smallpic > div {
        /* width: 40px; */
        /* height: 40px; */
        /* margin: 1px; */
    }

    section.prod div.inside > .element .prod_info {
        padding: 0;
        width: var(--bigpic-container-width);
        padding-top: 20px;
        padding-left: var(--smallpic-container-width);
        /* justify-content: center; */
    }

    section.prod div.inside > .element .prod_info h3 {
        font-size: 2rem;
        line-height: 2rem;
    }

    section.prod div.inside > .element .prod_info .prod_cost {
        font-size: 1.4rem;
    }

    section.prod div.inside > .element .prod_info .prod_cost small {}

    section.prod div.inside > .element .prod_info .prod_head .prod_order .prod_in_cart {
        display: flex !important;
    }

    section.prod div.inside > .element .prod_info .prod_head a {}

    section.prod div.inside > .element .prod_info .prod_params {}

    section.prod div.inside > .element .prod_info .prod_params > span > u {
        min-width: 135px;
    }

    section.prod div.inside > .element .prod_info .prod_params > span {
        padding-bottom: 7.5px;
        align-items: center;
    }

    section.prod div.inside > .element .prod_info .prod_params > span > p {}

    section.prod div.inside > .element .prod_info .prod_params .prod_desc {
        /* display: none; */
    }

    section.prod div.inside > .element .prod_info .prod_params a.show_desc {
        /* display:none; */
        margin-top: 10px;
    }
}

/***************************************************************************************************
****************************************************************************************************/

@media (max-width: 768px) {
    workarea div.main_text {
        padding: 40px 20px;
    }
    section.prod div.inside > .element .prod_info .prod_order form input {
        width:60px;
    }
    ol.breadcrumb li {
        margin-bottom:10px;
    }

    ol.breadcrumb li:last-child span {
        color:gray
    }
    ol.breadcrumb {
        flex-wrap: wrap;
        margin-top: 0 !important;
        padding-top: 80px;
        padding-left: 17px !important;
    }

        ol.breadcrumb li a {
            color:black;
        }

    
    workarea div.main_text p {
        font-size: 16px;
        line-height: 26px;
    }

    section.prod-slider .image-block .slider-nav.nav-left {
        margin-right: 20px;
    }

    section.prod-slider .image-block .slider-nav.nav-right {
        margin-left: 20px;
    }

    section.prod-slider .bullets span {
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 5px;
    }

    section.prod div.inside > .element {
        max-height: unset;
        flex-wrap: wrap;
        border-bottom-width: 0;
        /* padding-top: 80px; */
        padding-bottom: unset;
        margin-bottom: unset;
        /* padding-top: 30px; */
    }

    section.prod div.inside > .element:last-child {
        padding-bottom: 50px;
    }

    section.prod:not(.cart) div.inside > .element .prod_img {
        width: 100%;
        /* flex-direction: column; */
        /* margin-top: 145px; */
    }

    section.prod div.inside > .element .prod_img .bigpic {
        /* height: 100vw; */
        /* height: 120vw; */
    }

    section.prod div.inside > .element .prod_img .smallpic {
        /* position: unset; */
        /* flex-direction: column; */
        /* align-items: flex-start; */
        /* justify-content: center; */
        /* margin: 20px; */
        padding-right: unset;
        left: 0;
        right: 0;
    }

    section.prod div.inside > .element .prod_img .smallpic > div {
        /* width: 50px; */
        /* height: 50px; */
    }

    section.prod div.inside > .element .prod_info {
        width: 100%;
        height: unset;
        /* padding-bottom: unset; */
        /* padding-top: 80px; */
        padding: 20px 0 20px var(--smallpic-container-width);
    }

    section.prod:not(.cart) div.inside > .element .prod_info .prod_head {
        /* position: absolute; */
        /* top: 130px; */
        margin-bottom: 20px;
        /* left: 20px; */
        /* right: 20px; */
    }

    section.prod div.inside > .element .prod_info .cat_title {
        margin-bottom: 10px;
        padding: 0 2px;
    }

    section.prod div.inside > .element .prod_info h3 {}

    section.prod div.inside > .element .prod_info .prod_order {
        padding-left: 20px;
    }

    section.prod div.inside > .element .prod_info .prod_cost {
        margin-bottom: unset;
    }

    section.prod div.inside > .element .prod_info .prod_cost small {}

    section.prod div.inside > .element .prod_info .prod_head a,
    section.prod div.inside > .element .prod_info .prod_head button {
        /* position: absolute; */
        /* right: 0px; */
        /* top: 42.5px; */
        /* margin-bottom: unset; */
    }

    section.prod div.inside > .element .prod_info .prod_params {
        font-size: 15px;
        padding-left: 20px;
    }

    section.prod div.inside > .element .prod_info .prod_params > span > u {}

    section.prod div.inside > .element .prod_info .prod_params > span {
        padding-bottom: 5px;
    }

    section.prod div.inside > .element .prod_info .prod_params > span > p {
        font-size: 15px;
        text-align: left;
    }

    section.prod div.inside > .element .prod_info .prod_params .prod_desc {
        display: unset;
        font-size: 15px;
        line-height: 19px;
        text-align: justify;
    }

    section.prod div.inside > .element .prod_info .prod_params .prod_desc.hide {
        height: unset;
        margin: unset;
        display: none;
        text-align: left;
    }

    section.prod div.inside > .element .prod_info .prod_params a.show_desc {
        /* display: none; */
        margin-top: unset;
    }

    section.prod div.inside.fmax-3 > .element .prod_info h3 {
        font-size: 17px;
        line-height: 19px;
        min-height: 38px;
    }

    section.prod div.inside.fmax-3 > .element .prod_info .prod_order {
        padding-left: unset;
        /* flex-direction: column; */
        /* align-items: flex-start; */
    }


    span.done {
        right: 0;
        bottom: -35px;
    }

    span.done:after {
        margin-left: -5px;
        /* margin-right: 10px; */
    }

    .summ {}

    .summ .element {
        margin-bottom: 20px;
        justify-content: center;
    }

    .summ .element svg {}

    .summ .element svg > * {}

    .summ .element p {
        width: 300px;
    }

    :root {
        --news-element-w: 100px;
    }

    .news {
        max-width: 1000px;
    }

    .news .inside {
        overflow: hidden;
    }

    .news .element {
        margin-top: 30px;
        padding-right: unset;
        height: unset;
        align-items: flex-start;
    }

    .news .element:first-child {
        margin-top: unset;
    }

    .news .img {
        height: var(--news-element-w);
    }

    .news .text {
        padding-left: 15px !important;
    }

    .news .date {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .news a {
        max-width: 100%;
        font-size: 16px;
        line-height: 18px;
        margin: 5px 0;
    }

    .news p {
        max-width: 100%;
        font-size: 15px;
        line-height: 16px;
    }

    .news .element:nth-child(2n) {
        flex-direction: row;
        padding-left: unset;
        padding-right: unset;
        /* height: unset; */
    }

    .news .element:nth-child(2n) .text {
        align-items: flex-start;
        padding-right: unset;
    }

    .news .element:nth-child(2n) .text a,
    .news .element:nth-child(2n) .text p {
        text-align: left;
    }

    section.roda .element div.img {
        width: 100px;
        height: 70px;
    }

    section.roda .element .title {
        width: calc(100% - 100px);
    }

    section.ackii .element {
        justify-content: flex-start;
    }

    section.feedback_list .element {
        margin-bottom: 25px;
    }

    section.feedback_list .element .head .link {
        position: absolute;
        bottom: 10px;
        right: 120px;
    }

    section.feedback_list .element p {
        font-size: 16px;
    }
}

/***************************************************************************************************
****************************************************************************************************/

@media (max-width: 610px) {
    :root {
        --bigpic-container-width: 100%;
        --smallpic-container-width: 55px;
    }

    section.prod div.inside > .element {
        /* padding-top: 20px; */
        margin-top: unset;
        padding-bottom: 50px;
    }

    section.prod:not(.cart) div.inside > .element .prod_img {
        flex-direction: column;
        /* margin-top: 120px; */
    }

    section.prod div.inside > .element .prod_img .bigpic {
        /* height: 100vw; */
        width: 100%;
    }

    section.prod div.inside > .element .prod_img .smallpic {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
        width: 100%;
        margin-top: 10px;
    }

    section.prod div.inside > .element:nth-child(2n) .prod_img .smallpic {}

    section.prod div.inside > .element .prod_img .smallpic > div {
        /* margin: 2px; */
        /* width: calc(14.28% - 4px); */
        /* height: calc(14.28vw - 4px); */
        margin-right: 10px;
        width: var(--smallpic-container-width);
    }

    section.prod div.inside > .element .prod_img .smallpic > div:last-child {
        margin-right: unset;
        /* margin-bottom: 0; */
    }

    section.prod div.inside.fmax-1 > .element .prod_img2 {
        flex-direction: column;
    }

    section.prod div.inside.fmax-1 > .element .prod_img2 .smallpic2 {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        margin-top: 10px;
    }

    section.prod div.inside.fmax-1 > .element .prod_img2 .smallpic2 .swiper-wrapper {}

    section.prod div.inside.fmax-1 > .element .prod_img2 .smallpic2 .swiper-wrapper > * {
        max-width: 80px !important;
    }

    section.prod div.inside.fmax-1 > .element .prod_img2 .swiper-wrapper > * img {}

    section.prod div.inside.fmax-1 > .element .prod_img2 .smallpic2 .swiper-wrapper > * img {}

    section.prod div.inside.fmax-1 > .element .prod_img2 .bigpic2 .swiper-wrapper > * img {}

    section.prod div.inside.fmax-1 > .element .prod_img2 .bigpic2 {
        margin-left: unset;
        width: 100%;
    }


    section.prod div.inside > .element .prod_info,
    section.prod div.inside > .element:nth-child(2n) .prod_info {
        padding: 0;
        padding-bottom: unset;
        padding-top: 10px;
        /* padding-top: 70px; */
    }

    section.prod div.inside > .element:nth-child(2n) .prod_info {}

    section.prod:not(.cart) div.inside > .element .prod_info .prod_head {
        /* right: 15px; */
        /* left: 15px; */
        /* top: 110px; */
        padding: 0 15px;
        margin-bottom: 15px;
        align-items: center;
    }

    section.prod div.inside > .element .prod_info h3 {
        margin-left: unset;
        margin-bottom: 15px;
    }

    section.prod div.inside > .element .prod_info .prod_order {
        padding-left: 0;
        justify-content: center;
        flex-wrap: wrap;
    }

    section.prod div.inside > .element .prod_info .prod_head .prod_order .prod_in_cart {
        display: none !important;
    }

    section.prod div.inside > .element .prod_info .prod_cost {
        margin-left: unset;
        margin-bottom: unset;
    }

    section.prod div.inside > .element .prod_info .prod_cost small {}

    section.prod div.inside > .element .prod_info .prod_head a {
        top: unset;
        bottom: 0;
        margin-bottom: unset;
        font-size: 18px;
        line-height: 20px;
    }

    section.prod div.ackii a {
        font-size: 14px !important;
    }

    section.prod div.inside > .element .prod_info .prod_params {
        padding-left: unset;
        padding: 0 15px;
        align-items: center;
    }

    section.prod div.inside > .element .prod_info .prod_params > span > u {
        min-width: 100px;
        font-size: 14px;
        /* margin-top: 2px; */
        /* min-width: unset !important; */
    }

    section.prod div.inside > .element .prod_info .prod_params > span {
        justify-content: center;
    }

    section.prod div.inside > .element .prod_info .prod_params > span > p {
        text-align: left;
        font-size: 13px;
        min-width: 210px;
    }

    section.prod div.inside > .element .prod_info .prod_params .prod_desc {
        line-height: 20px;
    }

    section.prod div.inside > .element .prod_info .prod_params a.show_desc {
        display: block;
        margin-top: 0px;
        min-width: 280px;
        border-bottom: unset;
        text-decoration: underline;
    }

    section.prod:not(.cart) div.inside.f768-2 > .element .prod_info .prod_head {
        align-items: flex-start;
        padding: 0 5px;
    }

    section.prod div.inside.f768-2 > .element .prod_info h3 {
        min-height: unset;
    }

    section.prod div.inside.f768-2 > .element .prod_info .prod_order {
        flex-direction: column;
        align-items: flex-start;
    }

    section.prod div.inside.f768-2 > .element .prod_info .prod_head button {
        margin-top: 10px;
        font-size: 18px;
        /* width: 100%; */
    }

    workarea div.mp-pic {}

    workarea div.mp-pic img {
        margin: 0 20px 30px;
        max-width: 400px;
        height: auto;
    }

    workarea div.main_text.type2 h3 {
        margin-top: 30px;
        margin-bottom: 15px;
    }

    workarea div.main_text.type2 p {}

    workarea div.main_text.type2 p.flex {
        display: block;
        text-indent: -15px;
        padding-left: 15px;
    }

    workarea div.main_text.type2 p.flex font {}

    workarea div.main_text.type2 p.flex font:first-child {
        padding-right: 5px;
    }

    section.prod.cart div.inside > .element .prod_info {
        padding-top: 20px;
        padding-left: 15px;
    }

    section.prod.cart div.inside > .element .prod_info .prod_head {
        /* justify-content: center; */
        width: 100%;
        text-align: center;
        align-items: center;
        margin-bottom: unset;
    }

    section.prod.cart div.inside > .element .prod_info .prod_params {
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }

    section.prod.cart div.inside > .element .prod_info .prod_params span {
        width: 100%;
        max-width: 200px;
        align-items: center;
    }

    section.prod.cart div.inside > .element .prod_info .prod_params > span > p input {
        padding-left: 0px;
    }

    section.prod.cart div.inside > .element .prod_info .prod_params > span.cart_remove {
        justify-content: flex-start;
    }

    section.prod.cart div.inside > .element .prod_info .prod_params > span.cart_remove > u {}

    section.prod.cart a.btn {
        margin-top: 50px;
    }

    section.prod.cart div.inside > .element.summary .prod_info .prod_params span {
        max-width: 250px;
    }
}

/***************************************************************************************************
****************************************************************************************************/

@media (max-width: 480px) {
    section.prod div.inside > .element .prod_info h3 {
        margin-left: unset;
        font-size: 1.6rem;
    }

    .gal .item {
        flex-basis: 50%
    }

    section.prod div.inside > .element .prod_info h3,
    section.prod div.inside > .element .prod_info h3 a {
        font-size: 16px !important;
    }

    section.prod div.inside.fmax-1 > .element .prod_info h3,
    section.prod div.inside.fmax-1 > .element .prod_info h3 a {
        font-size: 22px !important;
    }

    section.prod div.inside.fmax-1 > .element .prod_info span.prod_add_title {
        margin-top: 0px;
    }

    section.prod div.inside > .element .prod_info h3 small {
        display: inline-block;
    }

    section.prod > div.ackii {
        margin-top: -20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    workarea div.main_text p {
        font-size: 15px;
        line-height: 24px;
    }

    workarea div.main_text:first-child {
        /* padding-top:80px; */
    }

    section.prod-slider {
        padding-bottom: 30px;
        margin-top: unset;
    }

    section.prod-slider .image-block .slider-nav {
        display: none;
    }

    section.prod-slider .image {
        max-width: 100%;
        height: unset;
        padding-top: 125%;
    }

    workarea div.mp-pic {}

    workarea div.mp-pic img {
        margin: 0 20px 30px;
        max-width: 300px;
        height: auto;
    }

    section.prod.cart form#goto_order {
        margin-top: 30px;
    }

    section.prod div.inside > .element .prod_img .smallpic {
        justify-content: flex-start;
        margin-top: 7.5px;
        width: calc(100% + 7.5px);
    }

    section.prod div.inside > .element .prod_img .smallpic > div {
        margin-right: 7.5px;
        margin-bottom: 7.5px;
        width: calc(20% - 7.5px);
        /* margin-top: 7.5px; */
    }

    section.prod:not(.cart) div.inside > .element .prod_info .prod_head {
        /* right: 15px; */
        /* left: 15px; */
        /* top: 110px; */
        padding: 0 0px;
        align-items: flex-start;
    }

    section.prod div.inside > .element .prod_info .prod_params {
        padding: 0 0px;
        align-items: flex-start;
    }

    section.prod div.inside > .element .prod_info .prod_params > span {
        justify-content: flex-start;
    }

    section.prod div.inside.f768-2 > .element .prod_info {
        padding: 5px 0 0;
    }

    section.prod:not(.cart) div.inside.f768-2 > .element .prod_info .prod_head {
        padding: 0;
        margin-bottom: 5px;
    }

    section.prod div.inside.f768-2 > .element .prod_info .cat_title {
        font-size: 13px;
    }

    section.prod div.inside.f768-2 > .element .prod_info h3 {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 5px;
    }

    section.prod div.inside.f768-2 > .element .prod_info .prod_head button {
        width: 100%;
        font-size: 16px;
        padding: 3px 15px 5px;
        /* margin: 5px 0px 0px 5px; */
        height: 30px;
        min-width: 130px;
    }

    section.prod div.inside.f768-2 > .element .prod_info .prod_head .prod_order.count button span.buy_count {
        width: 70px;
    }


    section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 {
        bottom: 5px;
    }

    section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 .swiper-wrapper {
        height: 8px;
        width: 100%;
    }

    section.prod div.inside.fmax-3 > .element .prod_img2 .smallpic2 .swiper-wrapper > * {
        max-width: 8px;
    }



    section.prod.cart div.inside > .element {
        margin-bottom: 30px;
        flex-direction: row;
        justify-content: flex-start;
    }

    section.prod.cart div.inside > .element .prod_img {
        width: 100px;
    }

    section.prod.cart div.inside > .element .prod_info {
        width: calc(100% - 100px);
        padding-top: unset;
    }

    section.prod.cart div.inside > .element .prod_info .prod_head {
        flex-direction: row;
        flex-wrap: wrap;
    }

    section.prod.cart div.inside > .element .prod_info h3 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: unset;
    }

    section.prod.cart div.inside > .element .prod_info .prod_order {
        align-items: flex-start;
        justify-content: flex-start;
    }

    section.prod.cart div.inside > .element .prod_info .prod_cost {
        width: 100%;
        text-align: left;
        /* margin-bottom:20px; */
    }

    section.prod.cart div.inside > .element .prod_info .prod_head .prod_order.count button {
        margin: 5px 0 0 0;
        transform: scale(0.8);
    }

    section.prod.cart .summary p b {
        /* display:block; */
        margin-left: unset;
    }

    section.prod div.inside > .element .prod_info .prod_head .prod_order.count .remove_from_cart {
        margin: 10px 0 0 20px;
    }

    section.prod.cart .summary p {
        display: flex;
        flex-direction: column;
    }

    .summ .element svg {
        width: 40px;
        height: 40px;
    }

    .summ .element p {
        width: calc(100% - 40px);
    }

    .opt-examples .element {
        height: 250px;
    }

    section.tags .inside {
        border: unset;
    }

    section.tags a.element {
        margin: 4px 10px;
    }

    div.ackii .element .img {
        height: 200px;
    }

    div.ackii .element .text {
        justify-content: flex-start;
        margin-top: 10px;
    }

    div.ackii .element .text a {
        font-size: 16px;
        border-bottom: unset;
    }

    section.feedback_list .element .head .title {
        width: 100%;
        justify-content: space-between;
    }

    section.feedback_list .element p {
        font-size: 14px;
    }

    section.feedback_list .element .head .link {
        bottom: 8px;
        right: unset;
    }

    section.feedback_list .element .head .link a {
        font-size: 12px;
    }

}


ol.breadcrumb {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

ol.breadcrumb li {
    margin-right: 0px;
}

ol.breadcrumb li:after {
    content: '/';
    padding: 0 10px
}

ol.breadcrumb li:last-child:after {
    display: none;
}

ol.breadcrumb li a {
    color:black
}
ol.breadcrumb li:last-child span {
    color:#7a7a7a;
}


.prod h1 {
    margin-bottom: 6px;
    padding: 0;
    margin-top: 0;
}

.prod h1 + p {
    margin: 0 0 40px;
    padding: 0;
}

li.first.level2 a {
    padding-left: 25px !important;

}

.fl {
    display: flex
}

.ac {
    align-items: center
}

.jsb {
    justify-content: space-between;
}

.cart .count {
    display: flex;
    align-item: center;
    margin-left: 30px;
}

.prod.cart .count button {
    color: white;
    width: 50px !important;
    min-width: 10px !important;
    margin-left: 0 !important;
    padding: 10px !important;

}

.count button svg {
    color: white;
    width: 30px;
    height: 30px;
    display: block;
}

.count button svg path {
    color: white;
    fill: white;
}

.count input {
    background: white;
    border: none;
    font-size: 22px;
    width: 80px;
    height: 40px;
    padding: 10px;
    text-align: center;
    position: relative;
}

.del svg {
    width: 30px;
}

.prod_cost {
    display: inline-flex;
    align-items: center;

}

.prod_cost small {
    padding-left: 5px;
}

.del svg path {
    fill: #db0909;
}

.del a {
    border: none;
    margin-left: 20px;
}

.order h2 {
    margin: 30px 0 40px !important;

}