html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

ul {
    list-style: none;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

html {
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: 'Montserrat';
    background: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #2C2C2C;
    min-width: 320px;
    font-weight: normal;
    overflow-x: hidden;
}

.box-wrap {
    width: 1350px;
    margin: 0 auto;
    box-sizing: border-box;
}


header {
    border-top: 5px solid #18B0F7;
    position: relative;
}

header .actions__mobile {
    display: none;
}

header .flex {
    align-items: center;
}

header .top {
    background: #2C2C2C;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

header .location {
    padding: 3px 0 3px 21px;
    background: url("../img/location-svg.svg") 0 50% no-repeat;
    background-size: 14px;
    margin-right: 40px;
}

header .actions a {
    color: #18B0F7;
    border-bottom: 1px solid #18B0F7;
}

header .actions a:hover {
    border-color: transparent;
}

header .timework {
    padding: 3px 0 3px 21px;
    background: url("../img/time.svg") 0 50% no-repeat;
    background-size: 14px;
    margin-right: 20px;
}

header .lang button,
header .lang a,
header .lang span {
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    width: 50px;
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    background: #3B3B3B;
    border: none;
    box-shadow: none;
    cursor: pointer;
}

header .lang a:hover, header .lang button {
    background: #18B0F7;
    color: #fff;
}

header .lang button {
    background: #18B0F7;
}

header .bottom {
    padding: 48px 0;
    background: url("../img/bg_header.png") 50% 50% repeat;
}

header .bottom .box-wrap {
    position: relative;
}

header .search {
    width: 100%;
    max-width: 480px;
    position: relative;
}

header .search input[type="text"] {
    width: 100%;
    height: 46px;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 60px 0 18px;
    font-size: 12px;
    font-weight: normal;
}

header .btn-search {
    position: absolute;
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 10px 10px 0;
    background: #18B0F7 url("../img/search.svg") 50% 50% no-repeat;
    background-size: 23px;
    font-size: 0;
}

header .btn-search:hover {
    background-color: #EA8922
}

header .phones {
    padding: 0 15px 0 43px;
    margin-right: 15px;
    background: url("../img/phone-svg.svg") 0 50% no-repeat;
    border-right: 2px solid #18B0F7;
    background-size: 35px;
}

header .phones p {
    margin: 2px 0;
}

header .phones a {
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

header .compare {
  position: relative;
}

header .compare .compare-total {
  position: absolute; 
  top: 0;
  left: 25px;
  text-align: center;
  color: #fff;
  width: 15px;
  height: 15px;
  line-height: 15px;
  background: #EA8922;
  font-weight: normal;
  font-size: 10px;
  border-radius: 50%;
}


header .compare a {
    display: block;
    width: 40px;
    height: 34px;
    background: url("../img/compare.svg") 50% 50% no-repeat;
    margin-right: 20px;
}

header #cart,
header .info {
    position: relative;
}

header #cart button.cart-but {
    display: block;
    font-size: 14px;
    padding: 10px 0 10px 48px;
    background: url("../img/cart.svg") 0 50% no-repeat;
    font-weight: 700;
    color: #2C2C2C;
}

header #cart .cart-price-all {
    position: absolute;
    top: 0;
    left: 23px;
    text-align: center;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background: #EA8922;
    font-weight: normal;
    font-size: 10px;
    border-radius: 50%;
}

header #cart button.cart-but {
    border: none;
    box-shadow: none;
}

header nav {
    background: #3B3B3B;
}

header nav .box-wrap {
    width: 1390px
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

header nav ul li a {
    display: block;
    color: #fff;
    padding: 20px;
    position: relative;
}

header nav ul li a:hover,
header nav ul li a:focus {
    color: #fff;
}

header nav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 0%;
    height: 5px;
    background: #18B0F7;
    content: '';
    transition: all 0.25s ease-out;
}

header nav ul li a:hover:after,
header nav ul li.active a:after {
    width: calc(100% - 40px);
}

header nav ul li a:active {
    background: #18B0F7;
}


.m-info-menu {
    display: none;
}


.user__cart {
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    right: 0;
    background: #fff;
    z-index: 111;
    width: 430px;
    padding: 25px;
    box-sizing: border-box;
    border: 2px solid #18B0F7
}

.user__cart .item {
    align-items: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #F3F3F3;
    position: relative;
}

.user__cart .image {
    width: 102px;
    height: 102px;
    box-sizing: border-box;
    padding: 10px;
    border: 2px solid #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.user__cart .info-cart {
    width: calc(100% - 122px)
}

.user__cart .title a {
    font-size: 13px;
    font-weight: normal;
    color: #2C2C2C;
}

.user__cart .price {
    color: #18B0F7;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 0 19px;
}

.user__cart .item .remove {
    cursor: pointer;
    position: absolute;
    bottom: 40px;
    right: 0;
    opacity: 0.4;
    width: 22px;
    height: 22px;
    background: url("../img/remove.svg") 50% 50% no-repeat;
    outline: none;
    border: none;
}

.user__cart .item .remove:hover {
    opacity: 1;
}

.user__cart .count {
    align-items: center;
    justify-content: flex-start
}

.user__cart .count input[type="text"] {
    width: 45px;
    height: 22px;
    text-align: center;
    color: #000;
    border: 1px solid #f3f3f3;
}

.user__cart .count .ct {
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 1;
    display: flex;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}

.user__cart .count .ct:hover {
    color: #fff;
    background: #000
}

.fa-shopping-cart {
    display: none;
}

.user__cart .total {
    align-items: center;
    padding-bottom: 15px;
}

.user__cart .total:first-child {
    display: none;
}

.user__cart .total span {
    font-size: 18px;
    font-weight: 700;
}

.user__cart .total .price_total {
    color: #18B0F7;
    font-size: 24px;
    font-weight: 700;
}

.user__cart .btn-orange {
    width: 100%;
    margin-top: 20px;
}

.user__cart .bt {
    text-align: left;
    font-size: 18px;
}

.user__cart .close {
    position: absolute;
    top: 31px;
    right: 25px;
    width: 10px;
    height: 10px;
    background: url('../img/closef.svg') 100% 50% no-repeat;
    cursor: pointer;
}


#promo {
    height: 550px;
    background: url("../img/bg_promo.jpg") 50% 50% no-repeat;
    background-size: cover;
}

#promo .image {
    width: 700px;
}

#promo .image img {
    width: 100%;
}

#promo .text {
    width: calc(100% - 720px);
    color: #fff;
    padding: 90px 0 0;
}

#promo .sale {
    font-size: 30px;
    font-weight: 600;
    display: inline-block;
    background: url("../img/bg_sale.svg") 0 0 no-repeat;
    width: 250px;
    height: 65px;
    margin-bottom: 35px;
}

#promo .sale span {
    transform: rotate(-4deg);
    display: block;
    position: relative;
    top: 12px;
    left: 15px;
}

#promo .title {
    position: relative;
}

#promo .title b {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}

#promo .title span {
    text-transform: none;
    font-size: 34px;
    font-weight: 700;
}

#promo .btn {
    height: 48px;
    border-radius: 10px;
    line-height: 48px;
    width: 180px;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    position: relative;
    margin-left: 20px;
    top: -5px;
    color: #fff;
}


#catalog {
    position: relative;
    z-index: 3;
}

#catalog .box-wrap {
    margin-top: 24px;
    background: #fff;
    padding: 30px 20px 0;
    box-shadow: 0px -6px 20px -10px rgba(0, 0, 0, 0.25);
    width: 1390px;
}


.list__catalog {
    text-align: center;
}

.list__catalog .item {
    box-sizing: border-box;
    width: calc(100% / 3 - 8px);
    border: 1px solid #F3F3F3;
    margin-bottom: 25px;
}

.list__catalog .image {
    display: flex;
    height: 240px;
    align-items: center;
    justify-content: center;
}

.list__catalog .title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.list__catalog a {
    position: relative;
    border: 3px solid transparent;
    display: block;
    padding-bottom: 35px;
}

.list__catalog a:hover {
    border-color: #18B0F7
}

.list__catalog a:hover .title {
    color: #18B0F7
}


#marks {
    padding: 0 0 40px; margin-top: 16px;
}


.list__marks {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 17px;
}

.list__marks .item a {
    display: block;
    /* height: 204px; */
    background: #F3F3F3;
    padding: 0 10px;
}

.list__marks .item:hover a,
.list__marks .item:hover .title {
    background: #18B0F7;
    color: #fff;
}

.list__marks .item a .icon {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list__marks .item .title {
    line-height: 30px;
    background: #fff;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    transition: all 0.15s ease-out;
}


#product__show {
    padding: 25px 0;
    background: #F3F3F3
}

#product__show .list__products {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 26px;
}

#product__show .list__products .item .artikul {
    font-size: 11px;
}

#product__show .list__products .item .title a {
    font-size: 13px;

}

#product__show .list__products .item .price {
    font-size: 20px;
}


.list__products i {
    font-size: 15px;
    color: #d5d5d5;
    margin-right: 2px;
}

i.fa-gold {
    color: orange;
    border: none;
}


#seo {
    padding: 50px 0;
}

#seo .text {
    color: #ADADAD;
    font-size: 13px;
    font-weight: 400;
    max-height: 170px;
    overflow-y: hidden;
    margin-bottom: 35px;
    position: relative;
}

#seo .text.show {
    height: auto;
    overflow: auto;
    max-height: 100000px
}

#seo .text1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    box-shadow: inset 0px -100px 36px 0px rgba(255, 255, 255, 0.7);
}

#seo .text p {
    margin-bottom: 15px;
}

#seo .loadmore {
    text-align: center;
}


#breadcrumbs {
    padding: 30px 0 20px;
    color: #18B0F7;
    font-size: 12px;
    font-weight: normal;
}

#breadcrumbs li {
    display: inline-block;
}

#breadcrumbs li a {
    color: #000;
    display: inline-block;
    padding: 5px 0;
    border-bottom: 1px solid transparent;
}

#breadcrumbs li a:hover {
    border-color: #000
}

#breadcrumbs li:first-child a i {
    font-size: 20px;
    margin-right: 6px;
}

#breadcrumbs li span:after {
    content: '';
    width: 6px;
    height: 8px;
    background: url("../img/arr.svg") 50% 50% no-repeat;
    display: inline-block;
    margin: 0 7px 0 9px
}

#breadcrumbs li:last-child span:after {
    display: none;
}


#catalog__products {
    padding: 0 0 50px;
}

#catalog__products .sorting {
    align-items: flex-end !important;
    justify-content: flex-end;
    width: 100%;
}

#filters {
    width: 370px;
}

#catalog__products .data {
    /*width: calc(100% - 400px);*/
    width: 100%;
}

#catalog__products:not(:has(.list__marks)) .data {
    width: calc(100% - 400px);
}

#catalog__products .flex {
    align-items: flex-start;
}

#catalog__products .list__marks {
    grid-template-columns: repeat(10, 1fr);
    gap: 7px;
    margin-bottom: 30px;
}

#catalog__products .list__marks.list__models {
    /*grid-template-columns: repeat(6, 1fr);*/
    grid-template-columns: repeat(3, 1fr);
    width: calc(100% - 400px);
}

#catalog__products .list__marks.list__models .item {
    background: #fff;
    /* height: 148px; */
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #f3f3f3;
}

#catalog__products .list__marks.list__models .item a {
    background: transparent;
    padding: 0 5px
}

#catalog__products .list__marks.list__models .item .icon {
    background: transparent;
    /* height: 120px; */
    height: 100%;
}

#catalog__products .list__marks.list__models .item .title {
    line-height: 16px;
    background: #f3f3f3;
    padding: 8px 0;
    font-size: 16px;
    margin-bottom: 12px;
}

#catalog__products .list__marks.list__models .item:hover .title {
    color: #fff;
    background: #18B0F7
}

#catalog__products .list__marks.list__models .item:hover {
    border-color: #18B0F7;
    box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.05);
}

#catalog__products .list__marks .item a {
    /* height: 88px; */
}

#catalog__products .list__marks .item a .icon {
    height: 70px;
}

#catalog__products .list__marks .item a .icon img {
    /*max-height: 90px*/
    /* max-height: 100%; */
    width: 85%;
    max-width: 100%;
    height: auto;
}

#catalog__products .list__marks .item .title {
    line-height: 12px;
    font-size: 9px;
}


.ocf-value-list {
    overflow-y: auto;
    max-height: 250px;
}


.filter__products.flex {
    margin-bottom: 30px;
    align-items: center;
}

.filter__products .tags {
    max-width: 50%;
}

.filter__products .tags a {
    display: block;
    position: relative;
    padding: 9px 27px 9px 12px;
    background: #F3F3F3 url("../img/closef.svg") calc(100% - 10px) 50% no-repeat;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
}

.filter__products .tags a:hover {
    background-color: red;
    color: #fff;
}

.filter__products select {
    width: 232px;
    border: 1px solid #000;
    height: 50px;
    margin-right: 10px;
    padding: 0 30px 0 14px;
    font-size: 16px;
    /* opacity: 0.15; */
    background: url("../img/arrl.svg") calc(100% - 10px) 50% no-repeat;
    background-size: 16px;
    -webkit-appearance: none;
}

.filter__products select:focus {
    opacity: 1;
    border-color: #18B0F7
}

.filter__products select.count__show {
    width: 100px
}

.filter__products .show {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #000;
    background: url("../img/s_list.png") 50% 50% no-repeat;
    opacity: 0.15;
    cursor: pointer;
}

.filter__products .show.show__box {
    margin-left: 10px;
    background: url("../img/s_box.png") 50% 50% no-repeat;
}

.filter__products .show:hover,
.filter__products .show.active {
    opacity: 1;
    border-color: #18B0F7
}


.list__products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.list__products .item {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #f3f3f3;
    text-align: center;
    background: #fff;
}
.list__products .item:hover {
    border-color: #18B0F7;
}

.list__products .item .actions {
    position: absolute;
    top: 5px;
    left: 5px;
    justify-content: flex-start;
}

.list__products .item .actions span {
    padding: 2px 7px;
    color: #fff;
    font-size: 11.7px;
    background: #0DBF04;
    margin: 0 5px 5px 0;
}

.list__products .item .actions span.red {
    background: #F71818
}

.list__products .item .actions span.blue {
    background: #18B0F7
}

.list__products .item .compare {
    position: absolute;
    top: 5px;
    right: 5px;
}

.list__products .item .compare button {
    display: block;
    box-sizing: border-box;
    width: 42px;
    height: 42px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    background: white url("../img/compare.svg") 50% 50% no-repeat;
    background-size: 22px;
}

.list__products .item .compare button:hover {
    background: #18B0F7 url("../img/comparew.svg") 50% 50% no-repeat;
    background-size: 22px;
    border-color: #18B0F7;
}

.list__products .item .image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 214px;
    border-bottom: 2px solid #f3f3f3;
    box-sizing: border-box;
    padding: 30px 10px;
}

.list__products .item .inn {
    padding: 10px 15px;
    text-align: center;
}

.list__products .item .artikul {
    color: #D7D7D7;
    font-size: 12px;
}

.list__products .item .title {
    padding: 5px 0;
}

.list__products .item .title a {
    color: #2C2C2C;
    font-size: 14px;
    display: block;
}

.list__products .item .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 35px;
}

.list__products .item .price {
    color: #18B0F7;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 9px;
}

.price .price-new {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 9px;
}

.price .price-old {
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
    color: #ddd;
}

#page__product .price .price-new {
    color: #18B0F7;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
}

#page__product .price .price-old {
    color: #ddd;
    font-size: 20px;
    font-weight: normal;
}


.list__products .item .reviews {
    width: 17px;
    height: 17px;
    color: #fff;
    background: url("../img/reviews.svg") 50% 50% no-repeat;
    font-size: 11px;
    line-height: 17px;
    display: inline-block;
    margin-left: 8px;
}

.list__products .item .buy {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%
}

.list__products .item .btn {
    width: 100%;
}


.filters__mobile {
    display: none;
}


#order__check {
    text-align: center;
    padding: 20px 0 120px;
    font-size: 24.01px;
    font-weight: 400;
}

#order__check p {
    margin-bottom: 50px
}

#order__check .title {
    margin-bottom: 50px;
    color: #18B0F7;
    font-size: 60.02px;
    font-style: normal;
    font-weight: 700;
}

#order__check .btn {
    width: auto;
    padding: 10px 40px;
}

#order__check img {
    max-width: 220px;
    margin: 40px auto 0;
}


#page__product {
    padding: 0 0 80px;
}

#page__product .gallery {
    width: calc(100% - 650px)
}

#page__product .gallery .main__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    /* height: 630px; */
    height: auto;
    border: 2px solid #f3f3f3;
    margin-bottom: 10px;
}

#page__product .gallery .main__image a {
    display: none;
}

#page__product .gallery .main__image a:first-child {
    display: block; height: 100%;
}

#page__product .gallery .thumbnails {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

#page__product .gallery .thumbnails a {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border: 2px solid #f3f3f3;
    /* padding: 10px; */
    box-sizing: border-box;
    height: 170px;
}

#page__product .gallery .thumbnails a img {
    max-width: 90%;
    max-height: 90%;
}


#page__product .data {
    width: 620px;
}

#page__product .data .info {
    align-items: flex-start;
}

#page__product .data .info .rating {
    align-items: center;
    padding: 0 15px;
    background: #F3F3F3;
    border-right: 5px solid #18B0F7;
    height: 50px;
}

#page__product .data .info .reviews {
    margin-left: 10px;
}

#page__product .data .info .st div {
    /*width: 220px;*/
    /*height: 50px;*/
    box-sizing: border-box;
    /*line-height: 46px;*/
    border: 2px solid #f3f3f3;
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
    
    line-height: 1.5;
    padding: 10px 12px;
}

#page__product .data .info .st a {
    color: #18B0F7;
}

#page__product .data .info .st a:hover {
    color: #EA8922
}

#page__product .data .state {
    padding: 5px 25px;
    background: #C9F4D7;
    color: #1BA309;
    font-size: 12px;
    display: inline-block;
}

#page__product.product__NO .data .state {
    background: #F4C9C9;
    color: #A30909;
}

#page__product .data .price {
    color: #18B0F7;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 30px;
}

#page__product.product__NO .data .price {
    color: #000
}

#page__product.product__NO .gallery img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


.product-no-stock {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#page__product .message {
    margin-bottom: 26px;
}

#page__product .message .btn {
    width: auto;
    padding: 13px 20px;
    font-weight: normal;
    text-transform: none;
    font-size: 12px;
}

#page__product .data .btn__cart span {
    display: block;
    margin-bottom: 7px;
    font-size: 14px;
}

#page__product .data .count {
    align-items: center;
    justify-content: flex-start
}

#page__product .data .count input[type="text"] {
    width: 82px;
    height: 42px;
    text-align: center;
    color: #000;
    border: 1px solid #f3f3f3;
    font-size: 18px;
}

#page__product .data .count .ct {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #f3f3f3;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#page__product .data .count .ct:hover {
    color: #fff;
    background: #000
}

#page__product .tth {
    padding: 40px 0 0;
}

#page__product .tth .label-tth {
    margin-bottom: 10px;
    font-size: 15.99px;
    font-weight: 700;
}

#page__product .tth .row {
    margin-bottom: 10px;
}

#page__product .tth p {
    width: 200px;
    box-sizing: border-box;
    border: 2px solid #f3f3f3;
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
}

#page__product .tth span {
    width: calc(100% - 210px);
    color: #fff;
    background: #18B0F7;
    padding: 0 17px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 50px;
}

#page__product .tth i {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/check.svg") 50% 50% no-repeat;
}


#page__product .advantages {
    padding: 50px 0;
}

#page__product .advantages .item {
    width: calc(100% / 3 - 10px);
    box-sizing: border-box;
    align-items: center;
    padding: 22px 25px;
    color: #fff;
    background: #18B0F7
}

#page__product .advantages .item .icon {
    width: 96px;
    height: 96px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#page__product .advantages .item .inn {
    width: calc(100% - 110px);
    font-weight: 300;
    font-size: 15px;
}

#page__product .advantages .item .inn .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
}


.attr__table {
  background-color:  #fafafa;
  padding: 20px;
  margin-bottom: 30px;
  /* border-radius: 10px; */
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.full__tth {
    padding: 25px 35px;
    /* margin-bottom: 30px; */
    /* border: 2px solid #f3f3f3; */
}

.full__tth .row {
    width: 49%;
    margin-bottom: 10px;
    align-items: center;
}
.full__tth .row:nth-child(4n + 3), .full__tth .row:nth-child(4n + 4) {
    background-color: #f4f4f4;
}

.full__tth p {
    width: 200px;
    box-sizing: border-box;
    /* border: 2px solid #f3f3f3; */
    font-size: 16px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 50px; */
}

.full__tth span {
    width: calc(100% - 210px);
    /* color: #fff; */
    /* background: #18B0F7; */
    padding: 0 17px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 50px;
}

.full__tth i {
    display: block;
    width: 16px;
    height: 16px;
    background: url("../img/check.svg") 50% 50% no-repeat;
}


.product__description {
    padding: 25px 35px;
    margin-bottom: 30px;
    border: 2px solid #f3f3f3;
    font-size: 16px;
    line-height: normal;
    color: #3B3B3B;
}

.product__description p {
    margin-bottom: 20px;
}


.product__reviews {
    padding: 25px 45px;
    background: #F3F3F3;
    margin-bottom: 30px;
}

.product__reviews .flex {
    align-items: center;
}

.product__reviews p {
    margin: 10px 0;
}

.product__reviews .item {
    margin: 20px 0;
}

.product__reviews .item .rating {
    margin-right: 50px;
}

.product__reviews .item .name {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 18px;
}

.product__reviews .item .rating span {
    width: 16px;
    height: 16px;
}

.fa-stack-2x {
    font-size: 19px;
    border: none;
}


#page__compare {
    padding: 0 0 55px;
}

#page__compare .tth__name {
    width: 270px
}

#page__compare .tth__name .row {
    padding: 0 17px;
    display: flex;
    align-items: center;
    height: 50px;
    background: #f3f3f3;
    font-size: 14px;
    margin-bottom: 10px;
}

#page__compare .tth__name .row.row__image {
    height: 180px;
}

.products-compare {
    width: calc(100% - 280px);
    text-align: center;
}

.products-compare .row {
    padding: 0 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border: 2px solid #f3f3f3;
    font-size: 14px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
}

.products-compare .row a {
    color: #124FB3;
    text-decoration: underline;
}

.products-compare .row a:hover {
    text-decoration: none;
}

.products-compare .row.row__image {
    height: auto;
}

.products-compare .row.row__image a {
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
    height: 176px;
}

.products-compare .row.row__image img {
    max-height: 90%;
    max-width: 90%;
}

.products-compare .row.row__price {
    color: #18B0F7;
    font-size: 24px;
    font-weight: 800;
}

.products-compare .row.row__rating img {
    margin-right: 10px;
}

.products-compare .btn-orange {
    width: 210px;
    padding: 12px 0;
    font-size: 16px;
    margin-bottom: 13px;
}


footer {
    background: #2C2C2C url("../img/bg_footer.png") 50% 0 no-repeat;
    padding: 70px 0 0;
    color: #fff;
}

footer .flex {
    align-items: center;
}

footer .social {
    justify-content: center;
    padding-top: 30px;
}

footer .social li {
    margin: 0 8px;
}

footer .social svg {
    width: 30px;
    transition: .25s;
}

footer .social svg:hover {
    opacity: .7;
}

footer .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 5px solid #18B0F7;
    margin-bottom: 17px;
    padding-bottom: 17px;
}

footer .col__nav:nth-child(3) {
    font-weight: 500;
}

footer .col__nav li {
    margin-bottom: 20px;
}

footer .col__nav li a {
    color: #fff;
}

footer .col__nav li a:hover {
    color: #18B0F7
}

footer .col__contacts li {
    margin-bottom: 20px;
    font-weight: 500;
}

footer .col__contacts li a {
    color: #fff;
}

footer .copyright {
    padding: 15px 0;
    border-top: 5px solid #18B0F7;
    margin-top: 70px;
    background: #2C2C2C;
    text-align: center;
}


#callback-btn {
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 999;
}

#callback-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #EA8922;
}

#callback-btn a:hover {
    background-color: #18B0F7;
}

#callback-btn a svg {
    fill: #fff;
    width: 30px;
}

.alert-success {
    margin-top: 10px;
}

#top-btn {
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    display: none;
}

#top-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #EA8922;
    box-shadow: none;
    border: none
}

#top-btn button i {
    font-size: 45px;
}

#top-btn button:hover {
    background-color: #18B0F7;
}


.pagination__list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination__list a,
.pagination__list span {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    margin: 0 5px;
    color: #000;
    font-weight: 500;
    line-height: 30px;
    font-size: 15px;
}

.pagination__list a:hover,
.pagination__list span.current {
    background: #18B0F7;
    color: #fff;
}

.pagination__list a.prev,
.pagination__list a.next {
    font-size: 0;
    background: url("../img/arrl.svg") 50% 50% no-repeat;
    background-size: 14px;
    transform: rotate(90deg);
}

.pagination__list a.next {
    transform: rotate(-90deg);
}


.fa-star {
    color: #ddd;
}


.show__more {
    display: none;
    text-align: center;
    padding: 30px 0;
}


#custom-pagination-button {
    padding: 6px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background: #EA8922;
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    border: none;
    box-shadow: none;
    transition: all 0.25s ease-out;
    box-sizing: border-box;
}

#custom-pagination-button:hover {
    background: #18B0F7;
}

.btn-load-pagination:hover {
    background-color: #18B0F7;
    color: #FFFFFF;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #18B0F7;
    border-color: #18B0F7;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: none;
}


.iti__country-list {
    width: 300px;
    overflow-x: hidden;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
    font-size: 13px !important
}

.iti {
    width: 100%;
}


.swiper-button-next,
.swiper-button-prev {
    width: 44px;
    height: 44px;
    background: url("../img/arrr.svg") 50% 50% no-repeat;
    top: 50%;
    margin-top: -22px;
    transition: all 0.25s ease-out;
}


.swiper-button-prev {
    left: 0;
    transform: rotate(180deg);
}

.swiper-button-next {
    right: 0;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}


.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.bt {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bt.bt__left {
    text-align: left;
    margin-bottom: 25px;
}

.bt.bt__line {
    padding-bottom: 20px;
    margin-bottom: 35px;
    border-bottom: 1px solid #fff;
    text-align: left;
}


.section__title.flex {
    align-items: center;
    margin-bottom: 60px;
}

.section__title .bt {
    margin-bottom: 0;
    max-width: 540px;
}

.section__title .text {
    max-width: 48%;
    width: 100%;
}


.compensate-for-scrollbar {
    margin-right: 0 !important
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
textarea,
select {
}

textarea {
    resize: none;
    height: 105px;
    padding: 12px 15px;
}

select {
    background: #fff url("../img/arr_s.svg") calc(100% - 16px) 50% no-repeat;
}


label {
    transition: all 0.25s ease-out;
}


button {
    background: transparent;
}


.clearfix {
    clear: both;
}

.center {
    display: inline-block;
    width: 100%;
    text-align: center;
}


a {
    text-decoration: none;
    transition: all 0.15s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    transition: all 0.15s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    display: block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    max-width: 100%;
    height: auto;
    transition: all 0.25s ease-out;
}

div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn,
.btn:after {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    border-radius: 0;
    border: none;
    transition: all 0.25s ease-out;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn:hover, .btn:focus {
    transition: all 0.25s ease-out;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}


.btn-blue {
    padding: 6px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background: #18B0F7;
    width: 210px;
}

.btn-blue:hover, .btn-blue:focus {
    background: #EA8922;
    color: #fff;
    outline: none;
}


.btn-orange {
    padding: 6px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    background: #EA8922;
    width: 210px;
}

.btn-orange:hover, .btn-orange:focus {
    background: #18B0F7;
    outline: none;
    color: #fff;
}


.btn-cart {
    padding: 0 50px;
    line-height: 42px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #25C500
}

.btn-cart:hover, .btn-cart:focus {
    background: #18B0F7;
    outline: none;
    color: #fff;
}


.btn-compare {
    line-height: 42px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: #EA8922 url("../img/comparew.svg") 24px 50% no-repeat;
    background-size: 30px;
    text-align: left;
    padding: 0 22px 0 68px;
}

.btn-compare:hover, .btn-compare:focus, .btn-compare:active {
    outline: none;
    color: #fff;
    background: #3B3B3B url("../img/compareo.svg") 24px 50% no-repeat;
}


.btn-review {
    color: #fff;
    padding: 15px 35px;
    text-transform: uppercase;
    background: #18B0F7;
}

.btn-review:hover, .btn-review:focus {
    background: #EA8922;
    color: #fff;
}

.btn-review:active {
    font-weight: 500;
    background: #EA8922;
    color: #fff;
}


.btn-remove {
    color: #fff;
    padding: 12px 0 12px 84px;
    width: 210px;
    background: #18B0F7 url("../img/remove-compare.svg") calc(50% - 42px) 40% no-repeat;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    background-size: 22px;
}

.btn-remove:hover, .btn-remove:focus {
    background-color: #000;
    color: #fff;
}

.attr-more {display: block; margin: 0 auto;}


#filters .ocf-header {
    display: none;
}

.ocf-noUi-pips {
    opacity: 0;
    padding: 0;
    margin: 0;
    font-size: 0;
}

#filters .ocf-filter-name {
    background-color: #F3F3F3;
    padding: 14px 16px;
    color: #2C2C2C;
    font-size: 16px;
    text-transform: none;
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    border-right: 5px solid #18B0F7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#ocf-input-min-2-0-1, #ocf-input-max-2-0-1 {
    height: 50px;
    border-radius: 8px;
    border: 2px solid #f3f3f3;
    text-align: center;
    color: #2C2C2C;
    font-size: 16px;
}

.ocf-input-group-addon {
    opacity: 0;
}

.ocf-input-group-addon:last-child {
    display: none;
}

#filters .ocf-value-input::before {
    background-color: #F3F3F3;
    border: none
}

#filters .ocf-selected .ocf-value-input::before {
    background-color: #18B0F7;
}

#filters .ocf-between {
    display: block !important;
}

#filters .ocf-theme-light .ocf-search-btn-popover {
    background-color: #18B0F7;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
}

#filters .ocf-theme-light .ocf-search-btn-static {
    background-color: #18B0F7;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
}

#filters .ocf-btn-link {
    font-weight: normal;
    color: #18b0f7;
}

#filters .ocf-between .ocf-btn-link {
    background-color: #3B3B3B;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    width: 100%;
    color: #fff;
    opacity: 1;
    margin-bottom: 5px;
}

#filters .ocf-selected .ocf-value-name, #filters .ocf-value-name {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Montserrat';
}

#filters .ocf-disabled .ocf-value-name {
    color: #C2C1C1;
}

#filters .ocf-noUi-connect::before, #filters .ocf-noUi-handle, #filters .ocf-noUi-connect::before, #filters .ocf-noUi-handle {
    background-color: #18B0F7;
}

#filters .ocf-filter .ocf-value-list {
    display: none;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

#filters .ocf-filter {
    transition: .25s;
}

#filters .ocf-filter:nth-child(-n+3) .ocf-value-list {
    display: block;
}

#filters .ocf-filter-name:after {
    content: '\f107';
    font-family: "FontAwesome";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: .25s;
}

#filters .ocf-filter:nth-child(-n+3) .ocf-filter-name:after {
    content: '\f106';
    font-family: "FontAwesome";
    display: block;
    font-size: 16px;
}

#filters .ocf-filter.active .ocf-filter-name:after {
    content: '\f106';
    font-family: "FontAwesome";
    display: block;
    font-size: 16px;
}

#filters .ocf-filter:nth-child(-n+3).active .ocf-filter-name:after {
    content: '\f107';
    font-family: "FontAwesome";
    display: block;
    font-size: 16px;
}


#filters .ocf-theme-light .ocf-filter {
    margin-bottom: 10px;
}

.ocf-filter:first-child .ocf-value-list {
    max-height: 1300px;
    min-height: 100%;
}

.rating-flex {
    justify-content: start;
    align-items: center;
    display: flex;
}

#form-review {
    margin-top: 20px;
    display: none;
}

#form-review label {
    margin-bottom: 8px;
}

#form-review input {
    margin: 0;
}

#form-review .red {
    color: red;
    margin-right: 10px;
}

#form-review .green {
    color: green;
    margin-left: 10px;
}

.opc_block_totals .totals-inner {
    background: #F3F3F3;
    font-weight: normal;
}

.chm-radio, .chm-checkbox, .chm-radio a b, .chm-checkbox a b {
    font-weight: normal;
}

#onepcheckout .opc-btn-primary {
    background-color: #EA8922;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    transition: .25s;
}

#onepcheckout .opc-btn-primary:hover, #onepcheckout .opc-btn-primary:focus, #onepcheckout .opc-btn-primary:active {
    background-color: #18B0F7;
}

#onepcheckout .opc_block_totals .table-cart .total-text {
    min-width: 120px;
    color: #18B0F7;
    font-size: 18px;
}

/* options_combinations */
.option-container-heading {font-weight: bold; margin-bottom: 5px;}
.combined-list {overflow: auto;}
.combined-list .btn {font-size: 1rem; border: 1px solid #DDD; margin: 0px 12px 12px 0px; float: left; padding: 8px 12px 6px;}
.combined-list .btn-default:focus {background-color: #fff;}
.combined-list .btn-default.selected {border-color: #08C; background-color: #08C; color: #fff}
.selectable-options .form-group {margin-bottom: 0;}
.selectable-options .form-group .control-label {margin-bottom: 5px;}
.selectable-options .form-group .thumbnails .thumbnail {padding: 8px 12px 6px;}
.selectable-options .form-group .thumbnails .thumbnail:hover {background-color: #e6e6e6;}
#reset_options {display: block; padding: .5rem 0; text-decoration: none; font-size: 14px; margin-bottom: .5rem;}
#reset_options:hover {color: firebrick;}

.models-top a, .models-bottom a {color: #2C2C2C; min-width: 30px; padding: 8px 12px 6px; border: 1px solid #DDD; height: 30px; text-align: center; text-decoration: none; margin: 0 10px 10px 0; display: inline-flex;}
.models-top a:hover, .models-bottom a:hover {border-color: #DDDDDD; background-color: #e6e6e6;}
.models-top a.active, .models-bottom a.active {border-color: #08C; background-color: #08C; color: #fff;}
.models-title {font-weight: 700; margin-bottom: 5px;}