:root {
  --font: #242424;
  --blue: #3685fb;
  --aqua: #44d7b6;
}
img {max-width:100%;}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Inter';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}
body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}
body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #000;
    font-family: 'Inter';
    height: 100vh;
    background: #fff;
}

input, textarea, button {
    font-family: 'Inter';
    outline: none;
}

/* Стили для текстового контента в контейнере .content */
.content_block {
  line-height: 1.6;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Заголовки */
.content_block h1,
.content_block h2,
.content_block h3,
.content_block h4,
.content_block h5,
.content_block h6 {
  margin: 1.5em 0 0.5em;
  font-weight: 600;
  line-height: 1.3;
  color: #222;
}

.content_block h1 {
  font-size: 2em;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.3em;
}

.content_block h2 {
  font-size: 1.75em;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.2em;
}

.content_block h3 {
  font-size: 1.5em;
}

.content_block h4 {
  font-size: 1.25em;
}

.content_block h5 {
  font-size: 1.1em;
}

.content_block h6 {
  font-size: 1em;
  color: #666;
}

/* Параграфы */
.content_block p {
  margin: 0 0 1em;
  text-align: justify;
}

/* Ссылки */
.content_block a {
  color: #0066cc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.content_block a:hover {
  color: #004499;
  text-decoration: underline;
}

/* Списки */
.content_block ul,
.content_block ol {
  margin: 1em 0;
  padding-left: 2em;
}

.content_block li {
  margin: 0.5em 0;
}

.content_block ul li {
  list-style-type: disc;
}

.content_block ol li {
  list-style-type: decimal;
}


/* Изображения */
.content_block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1.5em auto;
  border-radius: 5px;
}

/* Горизонтальная линия */
.content_block hr {
  margin: 2em 0;
  border: none;
  border-top: 2px solid #eee;
}


/* Маленький текст */
.content_block small {
  font-size: 0.875em;
  color: #666;
}

/* Жирный и курсив */
.content_block strong {
  font-weight: 600;
  color: #222;
}

.content_block em {
  font-style: italic;
  color: #555;
}



hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

a.zoomphoto {
    position: relative;
}

a.zoomphoto img {
    display: block;
}

a.zoomphoto i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 40px;
    opacity: 0;
    transition: 0.3s;
}

a.zoomphoto:hover i {
    opacity: 1;
}

header {
    height: 180px;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
}
header.fixed {
    position: fixed;
    width: 100%;
}
header .cont {
    height: 120px;
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #ededed;
}

header .cont .adaptive {
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width:1400px;
}

.adaptive {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.minicart * {
}

header .cont .adaptive .right {
    display: flex;
    flex-grow:1;
}

header .telephones {
    display: flex;
    color: #46a0f3;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
}

header .telephones .left {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: space-between;
}

header .telephones .left a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: inherit;
}


header .search {
    height: 50px;
    flex-grow:1;
    max-width:420px;
    margin: 0 30px 0 0;
    align-self: center;
}

header .search input {
    width: 100%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    padding: 0 30px;
    background: #EDEDED;
    font-size: 18px;
    border-radius: 10px;
    transition: 0.3s;
}

header .search form {
    height: 100%;
    position: relative;
}

header .search button {
    height: 50px;
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: transparent;
    cursor: pointer;
}

header nav {
    height: 60px;
    background: #ffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    z-index: 0;
}

header nav .adaptive ul {
    display: flex;
}

header nav .adaptive {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
header nav .adaptive .menu_but {display:none;}
header nav .adaptive a {
    text-decoration: none;
    color: inherit;
    font-size: 19px;
}

header nav .adaptive li {
    padding: 0 30px;
}
.logotype {max-width:160px;}
section.pagetitle {
    height: 200px;
    position: relative;
    background: #000917;
}

section.pagetitle .adaptive {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.pagetitle h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 400;
}

section.pagetitle .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

article.article a.zoomphoto {
    float: left;
    margin: 0 30px 20px 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 20%);
    width: 500px;
}

section.container {
    padding: 80px 0;
}

article.article h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

article.article h3 {
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 600;
}

article.article p {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
}

article.article strong {
    font-weight: 600;
}

article.article ul, article.article ol {margin: 0 0 20px;padding: 0 0 0 25px;}

article.article li {
    font-size: 16px;
    line-height: 20px;
    list-style-type: square;
}

article.article li::marker {
    color: #053373;
}

article.article blockquote {
    margin: 0 0 20px;
    padding: 20px 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-left: 4px solid #053373;
    font-style: italic;
}

article.article blockquote * {
    margin: 0;
}

section.carousel.images {
    padding: 0 0 80px;
}

section.carousel.images .owl-stage-outer {
    overflow: visible;
}

section.carousel.images .owl-stage-outer a.zoomphoto {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 20%);
}

section.carousel.images .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin: 0;
    height: 0;
}

section.carousel.images .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #053373;
    background-image: url(/assets/templates/default/images/arr-right.svg);
    color: transparent;
    font-size: 0;
    background-position: center;
    background-size: 44px;
    background-repeat: no-repeat;
    transition: 0.3s;
    position: relative;
    top: -25px;
}

/*section.carousel.images .owl-stage-outer .owl-item .item {
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}

section.carousel.images .owl-stage-outer .owl-item.active .item {
    visibility: visible;
    opacity: 1;
}*/

section.carousel.images .owl-nav button.owl-prev {
    transform: rotateY(180deg);
}

section.carousel.images .owl-nav button.disabled {
    opacity: 0;
    visibility: hidden;
}

body .mfp-figure:after {
    box-shadow: none;
}

.wrapper {
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    padding-top: 180px;
}

/* nav.fixed {
    top: 0;
    position: fixed;
    z-index: 120;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
} */

footer {
    background: #14326F;
    height: 500px;
    margin: -500px 0 0;
    position: relative;
}

footer .adaptive {}

footer .cont {
    height: 400px;
    display: flex;
    box-sizing: border-box;
    padding: 50px 0 0;
    flex-direction: row;
    justify-content: space-between;
}

footer .bottom {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    border-top: 1px solid #8B8E95;
    font-size: 16px;
    color: #BDC1C8;
    font-weight: 300;
}

p.copyright {
}

footer .info {
    width: 400px;
    box-sizing: border-box;
    padding: 0 100px 0 0;
}

footer .cont .left {
    display: flex;
}

footer .logogtype a {
    display: flex;
}

footer .logogtype a img {
    display: block;
}

footer .logogtype {
    margin: 0 0 30px;
}

footer .info p {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-weight: 300;
}

footer .menu {
    width: 300px;
}

footer .menu h3 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 20px;
}

footer .menu ul {}

footer .menu ul li a {
    text-decoration: none;
    color: #BDC1C8;
    font-weight: 300;
}

footer .menu ul li {
    margin: 0 0 15px;
}

footer .cont .right {
    width: 300px;
}

footer .telephones {
    display: flex;
    color: #fff;
    height: 70px;
    box-sizing: border-box;
    padding: 10px 0;
    align-items: center;
    /* justify-content: space-between; */
    margin: 0 0 10px;
}

footer .telephones a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: inherit;
}

footer .telephones .left {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: space-between;
}

footer .address p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: 300;
}

footer .telephones img {
    height: auto;
}

hr.clear.footer {
    height: 500px;
}

footer .bottom p.developer a {
    color: inherit;
    text-decoration: none;
}

.dcmntBlock {
    width: 380px;
    margin: 0 30px 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.dcmntBlock:nth-child(3n) {
    margin: 0 0 30px;
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}

header nav .adaptive li.active a {
    color: #14326f;
    font-weight: 600;
}

.reviewBlock {
    width: 380px;
    margin: 0 30px 30px 0;
    box-sizing: border-box;
    padding: 40px 25px;
    background: #ededed;
    border-radius: 10px;
    transition: 0.3s;
}

.reviewBlock:nth-child(3n) {
    margin: 0 0 30px;
}

.reviewBlock .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    line-height: 22px;
    font-size: 16px;
    font-weight: 600;
    color: #F2A63B;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.reviewBlock .title img {
    margin: 0 20px 0 0;
}

.reviewBlock .text {
    display: flex;
    flex-direction: row;
    font-size: 16px;
    line-height: 20px;
}

.reviewBlock .text i {
    width: 30px;
    min-width: 30px;
    color: #F2A63B;
}

.reviewBlock:hover {
    background: #fff;
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 20%);
}

.reviewBlock * {
    cursor: default;
}

section.steps {
    padding: 80px 0 0;
}

section.steps .adaptive {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
}

section.steps .adaptive i.sep {
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 30px;
    align-items: center;
    font-size: 40px;
    height: 223px;
    color: red;
}

.stepBlock {
    width: 277.5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.stepBlock .txt {
    background: #8cd3f3;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 20px;
    border-radius: 10px;
    width: 100%;
}

.stepBlock .txt h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.stepBlock .txt p {
    font-size: 15px;
    line-height: 20px;
}

.articleBlock {
    width: 380px;
    margin: 0 30px 30px 0;
}

.articleBlock:nth-child(3n) {
    margin: 0 0 30px;
}

.articleBlock a {
    background: #ededed;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
    min-height: 100%;
}

.articleBlock a .txt {
    padding: 20px 20px 30px;
}

.articleBlock a .txt h3 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 500;
    color: #14326f;
}

.articleBlock a .txt p {
    margin: 0 0 20px;
    font-size: 15px;
    line-height: 20px;
    color: #7d7d7d;
}

.articleBlock a .txt .date {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.articleBlock a img {
    display: block;
}

.articleBlock a:hover {
    box-shadow: 2px 2px 20px 0 rgb(0 0 0 / 20%);
    background: #fff;
}

body.category_page section.container .adaptive, body.product_page section.container .adaptive {
    display: flex;
}

body.category_page section.container .adaptive .leftside, body.product_page section.container .adaptive .leftside {
    width: 350px;
    box-sizing: border-box;
    padding: 0 50px 0 0;
}

body.category_page section.container .adaptive .content, body.product_page section.container .adaptive .content {
    width: 850px;
}

.leftside ul li a {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    display: inline-block;
    color: #7d7d7d;
    transition: 0.3s;
}

.leftside_title {
    font-size: 24px;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.leftside ul li a:hover {
    color: #14326f;
}

.productBlock {
    width: 265px;
    margin: 0 27.5px 30px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.productBlock img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.productBlock:nth-child(3n) {
    margin: 0 0 30px;
}

.productBlock .img {
    margin: 0 0 15px;
    width: 265px;
    height: 265px;
    position:relative
}
.product__tags {
    position:absolute;
    left:0;
    top:0;
    display:flex;
    gap:4px;
    font-size:11px;
    z-index:1;
    
}
.product__tag {
    padding:4px 5px;
    color:#fff;
    background:#2a2a2a;
}
.product__tag.red {
    background:#d52d2d;
}
.product__tag.orange {
    background:#e5972a;
}
.product__tag.green {
    background:#23cf30;
}
.productBlock a {
    text-decoration: none;
}

.productBlock .txt h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
    font-weight: 600;
    transition: 0.3s;
}

.productBlock .txt h3 a {
    color: inherit;
}

.productBlock .txt .cont_prices {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 20px;
    align-items: center;
}

.productBlock .txt .bottom {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: space-between;
    height: 46px;
}

.productBlock .txt .bottom a.buy_click {
    border: 1px solid #46A0F3;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    border-radius: 10px;
    color: #46A0F3;
    font-size: 15px;
    transition: 0.3s;
}

.productBlock .txt .bottom button {
    background: #46a0f3;
    width: 70px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s;
    border: none;
}

.productBlock .txt .bottom button:hover {
    background: #F2A63B;
}

.productBlock .txt .bottom a.buy_click:hover {
    border: 1px solid #f2a63b;
    color: #f2a63b;
}

.leftside ul ul li {
    padding: 0;
    list-style-type: square;
    list-style-position: outside;
}

.leftside ul ul {
    padding: 0 0 0 25px;
}

.leftside ul ul li::marker {
    color: #46a0f3;
}

.productBlock .txt .cont_prices span.price {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    position:relative;
}
.productBlock .txt .cont_prices .old-price {margin-left:4px;font-size:12px;opacity:0.4;text-decoration:line-through;position: absolute;top: -10px;}

.productBlock .txt .cont_prices span.count {
    color: #8b8e95;
    display: flex;
    align-items: center;
}

.productBlock .txt .cont_prices span.count img {
    width: 8px;
    margin: 0 5px 0 0;
}

footer a.buy_click, header a.buy_click,.btn-more {
    width: 240px;
    border:0;
    cursor:pointer;
    background: #F2A63B;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 50px;
    margin: 0 0 20px;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}
header a.buy_click {margin:0 20px;align-self:center;}

header .minicart {
    margin: 0 30px 0 0;
    position: relative;
}

header .header__link {
    align-content: center;
      margin: 0 20px 0 0;
}
header .header__link img {
    width:40px;
    height:40px;
}


header .minicart .mini_cartContainer {
    display: none;
}


header .minicart a.miniCart_icon {
    height: 70px;
    width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

header .minicart a.miniCart_icon img {
    width: 24px;
    height: 24px;
    margin: 0 0 8px;
}

header .minicart a.miniCart_icon .count {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

header .minicart a.miniCart_icon .count * {
    display: inline;
}

header .minicart a.miniCart_icon .count span {
    /* font-size: 10px; */
}


.fixed_minicart, .button_fixed {
    position: fixed;
    bottom: 40px;
    right: 130px;
    transform-origin: center center;
    transition: 0.3s;
    transform: scale(0.8);
    opacity: 0;
    visibility: hidden;
}
.anser-form_fixed {
    right: 10px;
}
.whatsapp_fixed {
    right: 70px
}
.button_fixed img {
    max-width:25px;
}
.fixed_minicart a, .button_fixed {
    display: flex;
    width: 55px;
    height: 55px;
    background: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 20%);
}

.fixed_minicart a .count {
    position: absolute;
    right: 0;
    top:-8px;
    background: #46a0f3;
    width: 25px;
    height: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #fff;
    font-size: 10px;
}

.fixed_minicart.act, header .button_fixed.act {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.mini_cartContainer {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 0 0;
}

header .head_countBlock.full:hover .mini_cartContainer {
    display: none;
}

.mini_cartContainer .cont {
    background: #fff;
    width: 400px;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 15%);
    height: auto;
}

.mini_cartContainer .cont li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

ul#mc-dynamic li {
    display: table;
    margin: 0;
    width: 100%;
    margin: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

ul#mc-dynamic li:last-child {
    margin: 0;
    border: none;
}

ul#mc-dynamic li div {
    display: table-cell;
    vertical-align: top;
    line-height: 18px;
    padding: 6px 0;
}

ul#mc-dynamic li div.title {
    font-size: 16px;
}

ul#mc-dynamic li div.count {
    width: 50px;
    padding: 6px 0;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #9d9d9d;
}

ul#mc-dynamic li div.price {
    width: 100px;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
}

ul#mc-dynamic li div.remove {
    width: 30px;
    height: 30px;
    padding: 0;
}

ul#mc-dynamic li div.remove button {
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    background: transparent;
    cursor: pointer;
}

ul#mc-dynamic li div.remove button:hover {
    color: red;
}

header .minicart .not_empty a.miniCart_icon:hover {
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 20%);
}

header .search input:focus {
    background: #fff;
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 20%);
}

.list_empty {
    font-size: 24px;
    color: #000;
}

.product_container {
    display: flex;
    width: 850px;
}

.product_container .imgs {
    width: 480px;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    flex-basis:450px;
    position:relative;
    
}
.product_container .product__tags {
 left:5px;
 top:5px;
 font-size:14px;
}

.product_container .txt {
    flex-basis:300px;
    flex-grow:1;
}

.product_container .txt .title {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 10px;
}

.product_container .txt .count {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    color: #8b8e95;
    font-size: 15px;
    font-weight: 600;
}

.product_container .txt .count img {
    margin: 0 6px 0 0;
}

.product_container .txt .price {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 30px;
}
.product_container .txt .price.price--red {color: #d52d2d;}
.product_container .txt .price .old-price {margin-left:4px;font-size:16px;color:#333;font-weight:700;text-decoration:line-through}

.product_container .txt .btns {
    display: flex;
    align-items: stretch;
    flex-direction: row;
    justify-content: flex-start;
    height: 44px;
    margin: 0 0 30px;
}

.product_container .txt .btns a.buy_click {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #46A0F3;
    color: #000;
    text-decoration: none;
    padding: 0 20px;
    margin: 0 10px 0 0;
    border-radius: 4px;
    font-size: 15px;
}

.product_container .txt p.description {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px;
}

.product_container .txt .title_desc {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 500;
}

.product_container .txt .btns button {
    background: #46a0f3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 4px;
}

section.product_article {
    padding: 0 0 80px;
}

.htabs_cont {
    display: flex;
}

.htabs_cont .left {
    width: 350px;
    box-sizing: border-box;
    padding: 0 50px 0 0;
}

.htabs_cont .content {
    width: 850px;
}

section.home_catalog {
    padding: 80px 0;
}

.htabs_top {
    margin: 0 0 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.htabs_top a {
    background: #fff;
    margin: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}

section.welcome {
    height: 650px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

section.welcome .back {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0.5; */
}

.htabs_top .links {
    display: flex;
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 20%);
    overflow: hidden;
    border-radius: 10px;
}

.htabs_top .links a.catalog_item {
    background: #f0a53b;
    color: #000;
    font-weight: 500;
}

.htabs_top a.act {
    background: #F1F1F1;
}

.htabs_cont .left a {
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    display: inline-block;
    color: #7d7d7d;
    transition: 0.3s;
}

.htabs_cont .left a:hover {
    color: #14326f;
}

.productBlock .img:hover + .txt h3, .productBlock .txt h3:hover {
    color: #f2a63b;
}

.slideBlock {
    display: flex;
    height: 650px;
    align-items: center;
}

.slideBlock .txt {
    width: 720px;
    color: #fff;
}

.slideBlock .img {
    width: 480px;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.slideBlock .txt h3 {
    font-size: 40px;
    margin: 0 0 40px;
}

.slideBlock .txt p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 40px;
}

.slideBlock .txt .bnt {
    display: flex;
}

.slideBlock .txt .bnt a {
    color: #fff;
    background: #46A0F3;
    padding: 0 30px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 10px;
}

/* Start Cart page */

body.cart_page .cart {
    margin: 0 0 40px;
}

body.cart_page .table-responsive {
    border: 1px solid #ededed;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}

body.cart_page .big_table_cart .table_row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 30px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
}

body.cart_page .big_table_cart .table_row.head {
    padding: 30px 30px 20px;
    font-weight: 600;
    font-size: 18px;
}

body.cart_page .big_table_cart .table_row .title {
    padding-right: 20px;
}

body.cart_page .big_table_cart .table_row .rinfo {
    display: flex;
}

body.cart_page .big_table_cart .table_row .count {
    width: 150px;
}

body.cart_page .big_table_cart .table_row .price {
    width: 260px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

body.cart_page .big_table_cart .table_row .remove {
    width: 50px;
}

body.cart_page .big_table_cart .table_row:nth-child(2n) {
    background: #f6f4f0;
}

body.cart_page .big_table_cart .table_row .title a {
    color: #000;
    text-decoration: none;
}

body.cart_page .big_table_cart .table_row .input-group {
    display: flex;
    background: #f5f5f5;
    width: 91px;
    border: 1px solid #cfcfcf;
    height: 36px;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
}

body.cart_page .big_table_cart .table_row input {
    width: 50px;
    background: #fff;
    border: none;
    text-align: center;
}

body.cart_page .big_table_cart .table_row .input-group .input-group-append {
    width: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #cfcfcf;
}

body.cart_page .big_table_cart .table_row .price span {
    font-size: 18px;
}

body.cart_page .big_table_cart .table_row .price span.mr-2.text-nowrap {
    margin: 0 15px 0 0;
    font-weight: 700;
}

body.cart_page .big_table_cart .table_row .remove button {
    background: #f5f5f5;
    border: none;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
}

body.cart_page .big_table_cart .table_row:nth-child(2n) .remove button {
    background: #fff;
}

body.cart_page .big_table_cart .table_row.bottom {
    padding: 20px 30px 30px;
    font-size: 22px;
}

body.cart_page .big_table_cart .table_row.bottom * {
    font-size: 22px;
}

body.cart_page .order_btn {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

body.cart_page button.btn_order {
    padding: 0px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    height: 36px;
    background: #f2a63b;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

body.cart_page .order {
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 40px 10px;
}
.cart_page .order .getorder h2{
   font-size:30px;
   margin-bottom:20px;
}

body.cart_page form#msOrder {
    margin: 0;
}

body.cart_page .order .cont {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

body.cart_page .orderBlock {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
}

body.cart_page .deliveriesOrder, body.cart_page .paymentsOrder {
    width: 20%;
}

body.cart_page .orderBlock.orderPerson, body.cart_page .orderBlock.orderAddress {
    width: 30%;
}

body.cart_page .orderBlock_title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
}

body.cart_page .orderBlock .checkbox {
    margin: 0 0 10px;
    display: flex;
}

body.cart_page .orderBlock .checkbox label {
    cursor: pointer;
    display: flex;
    padding: 0;
}

body.cart_page .orderBlock .checkbox input {
    display: none;
}

body.cart_page .checkbox_text {
    display: flex;
    align-items: center;
}

body.cart_page .checkbox_text .icon {
    margin: 0 10px 0 0;
    display: block;
    color: #2ac9c9;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 0%);
    box-sizing: border-box;
    border: 2px solid whitesmoke;
    transition: 0.3s;
    position: relative;
    padding: 4px;
    background: rgb(245 245 245);
    min-width: 24px;
}

body.cart_page .checkbox_text .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(135 135 135);
    border-radius: 100%;
    transform: scale(1);
    transition: 0.3s;
    box-sizing: border-box;
}

body.cart_page .orderBlock .checkbox input:checked + .checkbox_text .icon:before {
    transform: scale(1);
    background: #46a0f3;
    border: none;
}

body.cart_page .input_text {
    margin: 0 0 5px;
}

body.cart_page .input_text input {
    display: block;
    padding: 0 15px;
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ededed;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s;
}

body.cart_page .input_text.textarea textarea {
    display: block;
    padding: 10px 15px;
    height: 136px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ededed;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.3s;
    resize: none;
}

body.cart_page .orderBottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 0;
    margin: 0 20px;
    border-top: 1px solid #ededed;
    align-items: center;
}

body.cart_page .orderBottom .txt {
    display: flex;
    font-size: 22px;
}

body.cart_page .orderBottom .txt div {
    margin: 0 10px 0 0;
}

body.cart_page .orderBottom button {
    height: 46px;
    padding: 0 30px;
    background: #46a0f3;
}

body.cart_page .order .order_btn {
    padding: 0 20px 40px;
}

/* End Cart page */

header .minicart .empty a.miniCart_icon {
    cursor: default;
}

/* Start Slides */
.slideBlock.slide2:before {
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: #02020282;
}

.slideBlock.slide2 .adaptive {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    position:relative;
    z-index:2;
}

.slideBlock.slide2 .leftSld {
    display: flex;
    align-items: stretch;
}

.slideBlock.slide2 .qr_code {
    width: 215px;
    padding: 0 30px 0 0;
    box-sizing: border-box;
    position: relative;
    right: 150px;
    opacity: 0;
    transition-duration: 0.8s;
}

.active .slideBlock.slide2 .qr_code {
    right: 0;
    opacity: 1;
}

section.main_slider img {
    display: block;
    width: 100%;
}

.slideBlock.slide2 .qr_code img.qrCode {
    margin: 0 0 20px;
}

.slideBlock.slide2 .qr_code a {
    display: block;
    margin: 10px 0 0;
}

section.welcome img {
    display: block;
    width: 100%;
}
.slideBlock.slide1 img {position:absolute;top:0;left:0;height:100%;object-fit:cover;}

.slideBlock.slide2 .sepp {
    width: 4px;
    position: relative;
}

.slideBlock.slide2 .sepp i {
    width: 100%;
    height: 100%;
    background: #e0eff9;
    display: block;
    border-radius: 100px;
}

.slideBlock.slide2 .text {
    width: 420px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    transform: scale(0.8);
    transition-duration: 0.8s;
    transition-delay: 0s;
    opacity: 0;
}

.active .slideBlock.slide2 .text {
    transform: scale(1);
    transition-delay: 0.4s;
    opacity: 1;
    color:#fff;
}

.slideBlock.slide2 .text h2 {
    font-size: 25px;
  color:#fff;
    margin: 0 0 15px;
    font-weight: 500;
}

.slideBlock.slide2 .text p {
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 20px;
}

.slideBlock.slide2 .text h3 {
    font-size: 18px;
     color:#fff;
    margin: 0 0 15px;
    padding: 25px 0 0;
    font-weight: 500;
}

.slideBlock.slide2 .sepp i {
    width: 100%;
    height: 100%;
    background: #e0eff9;
    display: block;
    border-radius: 100px;
}

.slideBlock.slide2 .text ul {
    padding: 20px 0 0 0px;
}

.slideBlock.slide2 .text ul li {
    font-size: 16px;
    line-height: 20px;
    padding: 2px 0 2px 30px;
    background-image: url(/assets/templates/default/images/check.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.slideBlock.slide2 .text strong {font-weight: 500;}

.slideBlock.slide2 .text p span.gp_span {
    background: #52beec;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
}

.slideBlock.slide2 .text p span.as_span {
    background: #000;
    padding: 2px 8px;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
}

.slideBlock.slide2 .img {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.slideBlock.slide2 .img img {
    position: relative;
    transition-duration: 0.8s;
    opacity: 0;
    transform: scale(0.8);
    transform-origin: bottom right;
    transition-delay: 0s;
    height: 600px;
    width: auto;
}

.active .slideBlock.slide2 .img img {
    opacity: 1;
    transform: scale(1);
    transition-delay: 0.75s;
}

.slideBlock .adaptive {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.slideBlock.slide1 .whatsapp_qr_code {
    width: 375px;
    max-width: 100%;
    transform: scale(0.8);
    transition-duration: 0.8s;
}

.active .slideBlock.slide1 .whatsapp_qr_code {
    opacity: 1;
    transform: scale(1);
}

/* End Slides */

body.inside_page.contacts_page {}

body.inside_page.contacts_page section.container .adaptive {
    display: flex;
    align-items: stretch;
    box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 20%);
}

body.inside_page.contacts_page section.container .adaptive .left {
    width: 50%;
    box-sizing: border-box;
    background: #fff;
    padding: 50px 50px 30px;
}

body.inside_page.contacts_page section.container .adaptive .entermap {
    width: 50%;
}

body.inside_page.contacts_page section.container .adaptive .left p {
    margin: 0 0 20px;
    display: flex;
    font-size: 20px;
    line-height: 24px;
}

body.inside_page.contacts_page section.container .adaptive .left p a {
    text-decoration: none;
    color: inherit;
}

body.inside_page.contacts_page section.container .adaptive .left p.tel {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #46a0f3;
}

body.inside_page.contacts_page section.container .adaptive .left p.mail {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
}

footer .address p.privacy a {
    color: inherit;
    text-decoration: none;
}

footer .address p.privacy {
    padding: 30px 0 0;
}

.modal_window1, .modal_window2, .modal_window3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.modal_window1.act, .modal_window2.act,.modal_window3.act {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal_back_close {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.modal_block {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 400px;
    box-sizing: border-box;
    display: inline-block;
    padding: 40px 30px 30px;
    /* box-shadow: 0 0 20px 0px rgb(0 0 0 / 50%); */
}

.modal_but_close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 20px;
    color: #242424;
    font-weight: bold;
    cursor: pointer;
    transition: 0.2s;
}

.modal_title {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 20px;
    font-weight: 600;
}

.input_text {
    margin: 0 0 10px;
}

.input_text input, .input_text textarea, .input_text button {
    width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    height: 44px;
    margin: 0;
    border: 1px solid #e6e6e6;
    resize: none;
    outline: none;
    color: #242424;
    font-size: 14px;
}
.row.robot {
    padding: 15px 0;
    position: relative;
}
.row.polit {
    text-align: left;
    padding-left: 25px;
    position: relative;
    padding: 10px 0 10px 20px;
    line-height: 20px;
}

label.sbmt_label {
    font-size: 14px;
}

label.sbmt_label a {
    color: #46a0f3;
}

.modal_block button {
    display: inline-block;
    background: #F2A63B;
    padding: 0 30px;
    height: 40px;
    font-size: 18px;
    border: none;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    transition: 0.3s;
}

.modal_block button.disb {
    opacity: 0.5;
    cursor: no-drop;
    background: #F2A63B !important;
}

.modal_block form .row.polit input {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    margin: 2px 0;
}

body.noscroll {
    overflow: hidden;
}

a.zoomphoto img {
    width: 100%;
    height:100%;
    object-fit:cover;
}

form .n-message {
    display: block;
    width: 5px;
    height: 3px;
    margin-bottom: -3px;
    opacity: 0.01;
}

 /* Контейнер слайдера на всю ширину */
.hero-swiper {
    width: 100%;
    /* Высота на десктопе — 650px (можно использовать vh, если нужно 650vh, 
       но скорее всего имеется в виду 650px или 100vh. 
       По запросу "650px можно через параметр vh" — оставим 650px, 
       но закомментируем вариант с 100vh для hero-секции */
    max-height: 650px; /* Фиксированная высота в пикселях */
    /* Альтернатива на vh: height: 100vh; */
}

/* Для мобильных устройств можно уменьшить высоту */
@media (max-width: 768px) {
    .hero-swiper {
        height: 500px; /* или 70vh, или 100vh — подстройте под дизайн */
    }
}

/* Чтобы изображения занимали весь контейнер */
.hero-swiper .swiper-slide {
    position: relative;
    overflow: hidden;
}

/* Стили для ссылки, чтобы она занимала весь слайд */
.hero-swiper .slide-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}

/* Изображение внутри слайда */
.hero-swiper .slide-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Обрезает изображение, сохраняя пропорции, заполняя весь слайд */
    display: block;
    min-height:479px;
}



/* Навигация Swiper поверх затемнения */
.hero-swiper .swiper-button-prev,
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-pagination {
    z-index: 10;
}

/* Цвет стрелок и пагинации для контраста */
:root {
    --swiper-navigation-color: #fff;
    --swiper-pagination-color: #fff;
}