@font-face {
font-family: 'Open Sans';
src: url('css/fonts/OpenSans-Regular.eot');
src: url('css/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'Open Sans Bold';
src: url('css/fonts/OpenSans-Bold.eot');
src: url('css/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
font-weight: normal;
font-style: normal;
}

html
{
    font-family: 'Open Sans', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;  
}

body {
    max-width: 1240px;
    background-color: rgba(0, 0, 102, 0.08);
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Open Sans Bold', sans-serif; }

p {font-family: 'Open Sans', sans-serif;}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.container-white {
    padding: 20px 100px 20px 100px;
    background-color:#ffffff;
    margin-top: 20px;
}

.container-center { padding: 20px 100px 0 100px; }

.container-footer {
    width: 100%;
    padding: 20px 0 20px 0;
    margin-right: auto;
    margin-left: auto;
    background-color: #333333;
    position: absolute;
    max-width: 1240px;
    margin-top: 20px;
    left: 0;
    right: 0;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

@media (min-width: 576px) {
  .container .container-white .container-center .container-footer {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container .container-white .container-center .container-footer {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container .container-white .container-center .container-footer {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container .container-white .container-center .container-footer {
    max-width: 1140px;
  }
}

@media (min-width: 1300px) {
  .container .container-white .container-center .container-footer {
    max-width: 1240px;
  }
}

@media screen and (max-width: 1050px) 
{
    .container-white { padding: 30px;}

    .container-center {padding: 20px 50px 0 50px;} 
}

@media screen and (max-width: 950px) and (min-width: 520px)
{
    .container-white
{
    padding: 30px 10px 30px 10px;}

    .container-center
    {padding: 20px 30px 0 30px;}
}

@media screen and (max-width: 519px) 
{
    .container-white
{
    padding: 30px 5px 30px 5px;}

    .container-center
    {padding: 20px 5px 0 5px;}
}

img { width: 100%; }
a {
    color: #000000;
    text-decoration: none;
}
hr { color: #b0b0b0; }

.header {
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo-header {
    background-color: #cc6633;
    background-image: linear-gradient(to top left, rgb(204, 51, 51), rgb(255,153,51));
    max-width: 120px;
    height: auto;
    text-align: center;
    padding: 9.4px;
    position: absolute;
}

.header-link {
    color: #b0b0b0;
    text-decoration: none;
    padding-right: 3px;
}

.header-link.active { color: rgb(255,153,51); }
.header-list {
    text-align: right;
    border-bottom: 1px solid rgba(128, 128, 136, 0.34);
    background-color: #ffffff;
}
.contacts {
    display: inline-block;
    padding:13px;
    border-left: 1px solid rgba(128, 128, 136, 0.34);
    vertical-align: top;
    width: 100px;
    font-size: 12px;
}

.map-frame {
    float: right;
    width:600px;
    height: 300px;
 }

@media screen and (max-width: 1150px)
{
    .map-frame {
      float: right;
      width:450px;
      height: 300px;}
}
@media screen and (max-width: 800px) {
    .map-frame { 
        width:400px;
        height: 280px;
    }
}
@media screen and (max-width: 450px) {
    .map-frame {
        width:300px;
        height: 280px;
    }
}
@media screen and (max-width: 350px) {
    .map-frame {
        width:275px;
        height: 280px;
    }
}

.phone {  padding-left: 6px; }
.contacts-position { float: right; }

.header-text {
    display: inline-block;
    padding: 10px;
    margin-left: 5%;
    margin-right: 5%;
}

.header-text-link {
    color:  rgb(255,153,51);
    text-decoration: none;
    border-bottom: 1px dashed rgb(255,153,51);
    margin-left: 20px;
    font-size: 14px;
}
.btn-header {
    border-style: unset;
    background-color: transparent;
    cursor: pointer;
    padding: inherit;
    color:  rgb(255,153,51);
    text-decoration: none;
    border-bottom: 1px dashed rgb(255,153,51);
    font-size: 14px;
    max-width: 118px;
    }

@media screen and (max-width: 600px) {
    .header  {
        background-color: #ffffff;
        text-align: center;
    }
    .header-list  {
        padding-left: 0;
    }
    .logo-header  {
        position: unset;
        margin-left: auto;
        margin-right: auto;
    }
    .phone { padding-left: 5px;  }
    .header-text-link {margin-left: 5px;}
    
    .contacts { padding: 13px 0px 13px 1px;}
}

nav {
      background-color: #ffffff;
      padding: 3px;
}

.topnav { overflow: hidden; }

.topnav a {
    float: right;
    display: block;
    color: #000000;
    text-align: center;
    padding: 15px 17px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 10%;
}

.topnav a:hover {
    color: black;
    opacity: 0.2;
}

.topnav .icon { display: none; }
@media screen and (max-width: 900px) {
    .topnav a {
        padding: 15px 13px;
        width: 0;
    }
}

@media screen and (max-width: 800px) {

    .header-list{ padding-left: 21%; }
    .topnav a {
        padding: 15px 25px;
        width: 71px;
    }
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .topnav a:hover { opacity: 1; }
    .btn-header {padding: initial;}
    .header-text {margin-right: auto;}    
}

@media screen and (max-width: 800px) {
    .topnav.responsive {
        position: relative; 
        background-color:#ffffff;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media screen and (max-width: 600px) {
    .header-list{ padding-left: 0; }
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
    .nav {  margin-top: 35px; }
    .topnav a {
        padding: 15px 6px 15px 25px;
        width: 80px;
    }
    .topnav a:hover { opacity: 1; }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative; 
        background-color:#ffffff;
    }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }   
}

.contacts-center {
    position: absolute;
    float: left;
    margin-left: 150px;
}

.contacts-center-text { padding-right: 30px; }

.center-text {
    text-align: center;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-sm {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-bar {
    position: relative;
    min-height: 1px;
}

.col-left {
    position: relative;
    min-height: 1px;
}

.list-news .list-view {
     margin-left: auto;
    margin-right: auto;
    max-width: 1010px;
}

.list-view {
    margin-left: auto;
    margin-right: auto;
    max-width: 829px;
}

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

@media (max-width: 950px) {
    .list-view {max-width: 729px;}
}

@media (max-width: 768px) {.col-bar {margin: 0 auto;}}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}
@media (max-width: 540px) {
    .col-bar {
    margin-left: auto;
    margin-right: auto;
    } 
}

@media (max-width: 480px) {
    .col-sm {
    padding-left: 5px;
    padding-right: 5px;}
}

.btn {
    font-weight: bold;
    text-align: center;
    border: 1px solid rgb(215, 58, 20);
    background-color: rgb(215, 58, 20);
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 10px 50px;
    line-height: 1.5;
    border-radius: 20px;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
}
.btn:hover {
    background-color: #ffffff;
    color: #ffff;
    border: 1px solid rgb(215, 58, 20);
    color: rgb(215, 58, 20);
}

.carousel-caption .btn {
    margin-top: 15px;
    text-transform: uppercase;
}

.btn-box {
    font-weight: bold;
    text-align: center;
    border: 1px solid rgb(215, 58, 20);
    background-color: rgb(215, 58, 20);
    display: inline-block;
    text-decoration: none;
    color: white;
    padding: 5px 25px;
    line-height: 1.5;
    border-radius: 20px;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}
.btn-box:hover {
    background-color: #ffffff;
    color: #ffff;
    border: 1px solid rgb(215, 58, 20);
    color: rgb(215, 58, 20);
}
.btn-grey {
		background-color: white;
    font-weight: bold;
    text-align: center;
    border: 1px solid #b0b0b0;
    display: inline-block;
    text-decoration: none;
    padding: 3px 0;
    line-height: 1.5;
    white-space: nowrap;
    font-size: 14px;
    width: 103px;
    color: #b0b0b0;
    margin-top: 10px;
    cursor: pointer;
}

.btn-grey:hover {
    background-color: rgb(215, 58, 20);
    color: #ffffff;
    border: 1px solid rgb(215, 58, 20);
}

.btn-center-absolut {
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    margin-top: 30px;
    position: absolute;
}

.btn-center {
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    left: 0;
    right: 0;
    text-align: center;
}
.price-lg { font-size: 25px; }
.price-position {
    margin-top: 20px;
    float: left;
}
.container-grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1010px;
    margin: 0 auto;
    justify-content: space-between;
}

.title-left {
    margin-left: 11%;
    text-align: left;
}

.news_list {
    text-align: left;
    margin-left: 13%;
}

.text-left {
   margin-left: 13%;
   text-align: left; 
}

@media(max-width: 1177px){
     .text-left {margin-left:10%;}
 }
@media(max-width: 1050px){
    .text-left {margin-left:7%;}
    .price-position {
        float: none;
        text-align: right;}
}
@media (max-width: 700px)
{
.text-left {margin-left:auto; text-align: unset;} 

.title-left {margin-left: unset;}
}

.text-left-standart { text-align: left; }

.text-color {
    color: rgb(255,153,51);
}
.block-position-center {
    text-align: center;
    text-align: -webkit-center;
    display: -webkit-box;
    display: inline-block;
}

/* ------- Cards ------*/

.img-card {
    position: relative;
    height:220px;
    overflow: hidden;
    margin: 5px;
    display: inline-block;
}

.img-card img { vertical-align: middle; }

.img-card .img-card-text {
    position: absolute;
    top: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    padding: 20px;
    font-weight: bold;
    width: 100%;
    text-align: left;
}
.img-card-size_400 { max-width: 400px; }
.img-card-size_350 { max-width: 350px; }
.img-card-size_280 { max-width: 280px; }

.card {
  position: relative;
  background-color: #ffffff;
  margin: 5px;
  position: relative;
  display: inline-block;
}

.card-color { background-color: rgba(0, 0, 102, 0.03); }
.card-lg {
    margin: 15px auto;
    margin-right: 10px;
    border: 1px solid;
    border-style: none;
    display: inline-block;
}

.card-img-portfolio {
    max-height: 200px;
    overflow: hidden;
    margin-bottom: 5px;
}

.card-img-portfolio img {
    height: 200px;
    max-width: 400px;
    object-fit: cover;
}

.card_shop:hover {
    padding: 20px;
    box-shadow: 1px 3px 10px;
    height: 520px;
    z-index: 1;
    position: inherit;
}

.card-size-lg { width: 400px; margin: 10px 5px;}
.card-size {
    width: 320px;  
    /*height: 460px;*/
    overflow: hidden;
    padding-bottom: 5px;
}
.card-size-sm {
    width: 180px;
    height: 50px;
}
.card-size-sm-2 {
    width: 300px;
    text-align: center;
}
.card-size-squer {
    width: 250px;
    height: auto;
    margin: 20px;
}
.card-size-shop { width: 200px; }

.card-block-image {
    height: 200px;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.card-images {
  height:200px;
  width: auto;
  overflow:hidden;
}

.card-images img { 
    max-width: 320px;
    height: 200px;
    object-fit: cover;
}

.card-images-sm { margin-left: -4px; }

.card-images-lg {
    max-height: 100%;
    float: left;
    margin-right: 14px;
    text-align: left;
    padding-left: 19px;
}
.card-review {
    border: 1px solid #ffffff;
    background-color: #ffffff;
    margin: 5px;
    display: -webkit-inline-box;
}

.card-images-review {
    width: 100px;
    float: left;
    padding: 5px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: #333333;
    position: relative;
}
.card-images-size-review {
    width: 85px;
    height: 85px;
    object-fit: contain;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translate(0, -50%);
}

.card-images-size-lg {
    width: 100%;
    height: 200px;
}

.card-images-size {
    width: 200px;
    height: 200px;
}
.card-images-size-squer {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

.card-image-size-shop {
    width: 220px;
    height: 210px;
    object-fit: cover;
}

.accessory_icon_shop_item {
    position: absolute;
    margin: 4px 0 0 -28px;
    width: auto;
}

.card-images-size-sm {
    width: 30px;
    height: 30px;
    padding-top: 15px;  
}
.card-images-size-sm-2 {
    width: 40px;
    height: 40px;
    padding-top: 16px;  
}
.card-content {
    padding: 0 15px 10px 10px;
    margin: 8px;
}
.card-title {
    text-align: left;
    font-weight: bold;
}

.card-text {
    max-width: 395px;
    min-height: 210px;
    width: auto;
    position: unset;
    top: auto;
    left: auto;
}

.card-text-review {
    word-break: break-word;
    margin: 5px;
    max-width: 295px;
    margin-left: 110px;
}

.card-text-sm { 
    text-align: initial;
    position: absolute;
    top: 50%;
    left: 21%;
    transform: translate(0, -50%);
}

.card-text-shop {
    text-align: justify; 
    padding-bottom: 10px;
    margin-top: 5px;
    word-break: break-word;
}

.card-text-shop-right {
    float: right;
    font-size: 14px;
}
.card-text-shop-color {
    color: #b0b0b0;
}
.card-text-md {
  margin-right: 24px;
  text-align: initial;
  padding-top: 24px;
}
.card-text-size { font-size: 14px; }
.card-text-size-md { font-size: 16px; }

.card-text-size-sm { font-size: 12px; }
.review-title { font-weight: bold; }
.review-subtitle {
    color: #b0b0b0;
    font-style: oblique;
}

.link-white {
    color: #ffffff;
    text-decoration: none;
}

.news_item-info {
		color: rgb(255,153,51);
    text-align: right;
    padding: 5px 5px 0px 5px;
    font-size: 11px;
}
.news-descript {
    overflow: hidden;
    padding: 0 6px 0 5px;
    font-size: 14px;
    margin-top: 8px;
    text-align: justify;
    min-height: 110px;
}
 .news-title {padding: 0 6px 0 5px; min-height: 78px; text-align: center;}


.news-title span {
    font-size: 20px;
    word-break: break-word;
}
.arrow-right { position: relative; }
.arrow-news {
    position: relative;
    bottom: 10px;
    margin-top: 5px;
    width: 100%;
    right: 0;
    text-align: right;
    height: 30px;
}

.btn-news {
    border:1px solid rgba(0, 0, 102, 0.08);
    border-radius: 14px;
    padding: 5px 28px;
    margin-right: 10px;
    position: relative;
    top: 6px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.btn-news .fa-long-arrow-alt-right:before {
    position: absolute; 
    left: 70%;
    top: 50%;
    color: rgb(215, 58, 20);
    font-size: 18px;
    size:7px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transform: translate(0, -50%)
}

.btn-news:hover {
    background-color: rgb(215, 58, 20);
    color: #ffffff;
}

.btn-news:hover .fa-long-arrow-alt-right:before {
    left: 5%; 
    color: #ffffff;
}

.btn-news-text {opacity: 0;}

.btn-news:hover .btn-news-text{  
    color: rgb(215, 58, 20);
    opacity: 1; 
    color: #ffffff;
}

@media screen and (max-width: 1147px) {

.card-size-lg {width: 380px;}
}

@media screen and (max-width: 1100px) {

    .card-size-lg {width: 350px;}
    .card-size {width: 285px;}
}

@media screen and (max-width: 900px) {
    .card-size-sm-2 {width: 240px;}
    .card-images-lg {padding: 0;}
}

@media (max-width: 840px) {
    .card { position: relative; }
    
    .card-images {width: auto; margin-right:unset;}

    .card-text {
        width: auto;
        position: unset;
        top: auto;
        left: auto;
    }
    .news-title {padding: 0 6px 0 5px;}

    .news_item-info {padding: 5px 5px 0px 5px;}
}

@media screen and (max-width: 828px) {
  .card-size-lg {width: 280px;}
  .card-lg {margin-right: auto;}
}  
@media screen and (max-width: 634px) {
  .card-size-lg {width: 250px;}
  .card {margin: 5px auto;}
}  

@media screen and (max-width: 560px) {
    .card-size-lg{
        max-width: 400px;
        width: 100%;}
    }

@media screen and (max-width: 480px) {
    .card-images {width: auto;}
    .card-images-size {width: 100px; height: 100px;}
}

    /* --------- Main Slider ----------*/

.carousel { position: relative; }

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background: black;
    height: 398px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
    transition: -webkit-transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item.active,
    .carousel-item-next,
    .carousel-item-prev {
        transition: none;
    }
}

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-item-next,
.active.carousel-item-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.carousel-item-prev,
.active.carousel-item-left {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active,
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}

.carousel-indicators .active {
    background-color: #fff;
}


.carousel-caption {
    position: absolute;
    right: 15%;
    top: 15%;
    left: 13%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}
.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.d-none { display: none !important; }

.d-md-block { display: block !important; }

.w-100 {
    width: 100% !important;
    height: 400px;
    opacity: 0.5;
    object-fit: cover;
}

.box {
    border-width: 180px;
    background-color: #ffffff;
    margin: 5px auto;
    max-width: 320px;
}

.box:hover .box-text { height: 45%; }

.box img {
    max-width: 350px;
    height: 220px;
    object-fit: cover;
}

.box-text {
    position: absolute;
    bottom: -55px;
    padding: 17px 5px 0  0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.box-price {
    margin-left: 10px;  margin-left: 10px;
    margin-top: 0;
    float: left;
}

.img-450 {
    width: 450px;
    padding: 5px 20px 20px 0;
    float: left;
}

.img-long {
    max-height: 360px;
    overflow: hidden;
    margin-bottom: 10px;
}

.sidebar {
    width: 190px;
    margin: 24px auto;
    margin-right: 5px;
    background-color: #eee;
    border: 1px solid #ffffff;
    float: left;
    padding: 15px 0 15px 0;
}

.sidebar span {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    display: block;
    cursor: pointer;
}

.sidebar li { padding: 6px 8px 6px 30px; }

.sidebar span:hover, a:hover { color: rgb(255,153,51); }

.sidebr-shop {
    float: left;
    padding: 15px;
    width: 220px;
    border:1px solid #b0b0b0;
    text-align: left;
    margin-top: -6px;
}

.left-position {margin-left: 50px;}

.btn-togegle {
    font-size: 24px;
    text-align: left;
}

.border-togegle
{
    border: 1px solid #b0b0b0;
    border-bottom: none;
    width: 220px;
    padding: 5px 15px 5px 15px;
}
.product-posotion {
    position: relative; 
    left: 3%;
}
.list-position {padding-top: 25px; text-align: justify;}

.list-position::after { 
    content: "-";
    color: #ffffff;
    width: 100px;
    text-align: justify;
    display: inline-block;
}

@media  (max-width: 1024px) and (min-width: 768px){

    .box{max-width: 300px;}
    .box img { width: 330px;}
    .img-card .img-card-text {width: 257px;}
}

@media screen and (max-width: 850px) {

.box .box-text { height: 45%; }

.list-position {text-align: unset;}

.sidebr-shop {    
    position: fixed;
    width: 235px;
    top: 0;
    bottom: 0;
    margin: 0;
    left: -514px;
    padding: 15px 20px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
    background-color: #ffffff;
    z-index: 2000;
}

.nav-toggle { margin-left: 90%; }

.btn-togegle {
    border: 2px solid #b0b0b0;
    padding: 3px 10px 3px 10px;
    color: #6d6666;
    width: auto;
    font-size: 14px;
    margin-left: 15px;
}

.border-togegle {
    border: 0;
    width: auto;
    padding: unset;
}

.product-posotion {  
    left: unset;
    text-align: center; 
}


[id='nav-toggle']:checked ~ .sidebr-shop > .nav-toggle {
    left: auto;
    right: 2px;
    top: 1em;
}

.nav-toggle:after {

    text-decoration: none;
}

[id='nav-toggle']:checked ~ .sidebr-shop {
   left: 0;
   content: '\2630';
   overflow-y: auto;
}

[id='nav-toggle']:checked ~ .sidebr-shop > .nav-toggle:after {
    content: '\2715';
    font-size: 25px;
}

[id='nav-toggle']:checked ~ .sidebr-shop h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

}

@media (max-width: 629px) {
    .box {margin: 5px auto;}
}

@media screen and (max-width: 320px) {
   
    .sidebr-shop {
      width: 100%;
      box-shadow: none
    }
}

/* ----- Pagination ----- */

.pagination
{
  display: inline-flex;
  list-style: none;
  border-radius: 4px;
  margin-top: 10px;
}
.pagination li{
  position: relative;
  display: block;
  padding: 8px 10px;
  margin-left: -1px;
  line-height: 1.25;
  color: #000000;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-style: none;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.pagination li:hover {
  color: #000000;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.pagination li:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.pagination li:first-child a {
  margin-left: 0;
  border-top-left-radius:4px;
  border-bottom-left-radius: 4px;
}

.pagination li:last-child a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination li.active{
  z-index: 1;
  color: #ffffff;
  background-color: rgb(255,153,51);
  border-style: none;
}
.active a { color: #ffffff;}

.decoration-list::before {
    content: "•"; 
    color: rgb(255,153,51);
    display: inline-block; 
    width: 16px;
    margin-left: -25px
}

.list-1 {list-style: none;
    line-height: 2;
    margin-left: 20px;}

.footer-list
{
    margin-bottom: 10px;
}

.footer-list-text {
    padding-left: 20px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 100;
}
.fa-map-marker-alt:before, .fa-phone:before, .fa-envelope:before, .fa-clock:before, .fa-facebook-f:before, .fa-twitter:before,
.fa-youtube:before, .fa-pinterest:before, .fa-shopping-cart:before, .fa-user:before
{
    padding-right: 5px;
}

.fa-shopping-cart:before, .fa-user:before
{
    color: rgb(255,153,51);
}

.cart_count {
    color: rgb(255,153,51);
    font-weight: bold;
}

.fa-phone-volume:before
{
    color: rgba(0, 0, 102, 0.39);
}

.fa-icon-color:before
{
    color: rgb(255,153,51);
}

.fa-star:before
{
    color: rgb(255,153,51);
}

.rating
{
    padding: 10px;
}


/*------Contacts Form ------*/

.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
.form-inline .form-control-plaintext {
    display: inline-block;
}

.form-control {
    display: block;
    padding: 6px 12px;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 5px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0px 19px 5px 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control-size {
    padding: 6px 0 8px 12px;
    margin: 15px 14px 5px 0;
}

.form-group {
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5px;
}

.container-form {
    border-radius: 5px;
}
.form-lable-size
{width: 190px;
 margin-right: 20px;}

.form-label {
    display: inline-block;
}

.input-size-275
 {
     width: 275px;
 }

.input-size-350
{
    width: 350px;
}

.form-btn
{
    margin: 20px 0 0 0;
}

select, option
{
    color: #6c757d;
}

textarea {
    font-family:'Open Sans', sans-serif;;
    font-size: smaller;
    overflow: auto;
    resize: vertical;
    margin: 0;
    width: 590px;
    height: 150px;
}

@media (max-width: 680px)
{
    textarea
    {
        width: 80%;
    }
}

.help-block
{color: red;}

.footer-text {
    text-align: left;
}

.footer-list-social li {line-height: 1.8;}

.footer-box {
    margin: 10px auto;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: top;
    display: inline-block;
    min-width: 165px;
}
@media (max-width: 1024px) {
    .footer-box {
    margin-right: 5px;
    margin-left: 5px;
    min-width: 130px;
    }
}
.footer-logo {
    margin-bottom: 20px;
    width: 130px;
}

.drop-block {
    border: none;
    width: 220px;
    padding: 10px 10px 10px 10px;
}

.dropdown-block {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
}
.dropdown-shadow:hover {
    z-index: 100;
    box-shadow: 0px -10px 10px 5px rgba(0, 0, 0, .2);
}
.dropdown-content {
    display: none;
    position: absolute;
    width: 214px;
    z-index: 2;
    padding: 0 10px 10px 16px;
    text-align: left;
    line-height: 1.5;
    background-color: #ffffff;
    box-shadow: 0px 13px 10px 5px rgba(0, 0, 0, .2);
    margin-top: -8px;
}

.dropdown-block:hover .dropdown-content {
    display: block;
}

.check-box {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-top: 7px;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border:1px solid #b0b0b0;
}

.check-box:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-box input:checked ~ .checkmark:after {
    display: block;
}

.check-box .checkmark:after {
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #b0b0b0;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*----- Carusel -----*/
.ca-container{
    position:relative;
    margin:10px auto;
    max-width:990px;
    height:305px;
}
.ca-wrapper{
    width:100%;
    height:100%;
    position:relative;
}
.ca-item{
    position:relative;
    float:left;
    width:330px;
    height:100%;
    text-align:center;
}
.ca-more{
    position: absolute;
    bottom: 10px;
    right:0px;
    padding:4px 15px;
    font-weight:bold;
    background: #ccbda2;
    text-align:center;
    color: white;
    font-family: "Georgia","Times New Roman",serif;
    font-style:italic;
    text-shadow:1px 1px 1px #897c63;
}

.ca-item-main{
    padding:20px;
    position:absolute;
    top:5px;
    left:5px;
    right:5px;
    bottom:5px;
    overflow:hidden;
}


.ca-content-wrapper{
    background:#b0ccc6;
    position:absolute;
    width:0px; /* expands to width of the wrapper minus 1 element */
    height:440px;
    top:5px;
    text-align:left;
    z-index:10000;
    overflow:hidden;
}
.ca-content{
    width:660px;
    overflow:hidden;
}
.ca-nav span{
    width:25px;
    height:38px;
    background:transparent url(../media/images/arrows.png) no-repeat top left;
    position:absolute;
    top:50%;
    margin-top:-19px;
    left:-40px;
    text-indent:-9000px;
    opacity:0.7;
    cursor:pointer;
    z-index:100;
}
.ca-nav span.ca-nav-next{
    background-position:top right;
    left:auto;
    right:-40px;
}
.ca-nav span:hover{
    opacity:1.0;
}

@media screen and (max-width: 950px)
{
 .ca-nav span{ left:-17px;}

    .ca-nav span.ca-nav-next{right:-17px;}
    .ca-item {width: 300px;}
}

/*GALLERY*/

.my-gallery {
  text-align: center;
  width: 550px;
}

.my-gallery figure {
  display: block;
  float: left;
  margin: 0 20px 0 0;
}

.my-gallery figure:first-child {
  display: block;
  float: left;
  margin: 0 0 5px 0;
}

.my-gallery figure:first-child img {
  height: 360px;
  width: 540px;
}

.my-gallery figure:last-child {
  margin: 0;
}

.my-gallery img {
  object-fit: cover;
  height: 80px;
  width: 120px;
}

@media (max-width: 600px)
{
    .my-gallery{width: 100%;}
    .my-gallery figure:first-child img{
        width: 100%;
        height: 100%;
        }
    .my-gallery img
    {
        height: 60px;
        width: 100px;
    }
}

/*---- Photo Gallerry ***/
.box-slider{
    border:1px solid #b0b0b0;;
    width: 525px;
    padding: 5px;
    margin-bottom: 5px;
}

.container-gallery {
  position: relative;
  background-color: #ffffff;
}

.BigSlides {
  display: none;
  margin-right: 18%;
  margin-left: 18%;
  overflow: hidden;
  max-height: 400px;
}

.productSlides {
 /* display: none;
  margin-left: 23%;*/
  width: 100%;
  height: 390px;
  text-align: center;
  margin-top: 5px;
  overflow: hidden;
}

.productSlides img:first-child {  
    height: 380px; 
    max-width: 520px; 
    width: unset;
    object-fit: contain;
}

.cursor { cursor: pointer; }

.row-gallery {
    margin-left: 18%;
    margin-top: 5px;
}

.gallery {
    /*position: absolute;
    top: 24px;*/
    display: flex;
    flex-wrap: wrap;
}

.gallery:after {
  content: "";
  display: table;
  clear: both;
}

.row-gallery:after {
  content: "";
  display: table;
  clear: both;
}

.column {
     float: left;
    width: 18%;
    margin-right: 18px;
}

.column-product{
    margin-right: 3.6px;
    margin-left: 2px;
}


.demo { opacity: 0.6; }
.img-demo {
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.active,
.demo:hover {
  opacity: 1;
}

.text-center {  text-align: center; }

@media screen and (max-width: 568px) {
    .box-slider {
        max-width: 560px;
        width: 100%;
        height: auto;
        padding: 0;
        margin-bottom: 15px;
        overflow: hidden;
    }
    .productSlides {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0;
        max-width: 350px;
        width:100%;
        height: auto;
        min-height: 240px;
    }
    .productSlides img:first-child {
        width: 100%;
        height: 230px;
    }

    .img-demo {width: 70px;}
}

@media (max-width: 414px) and (min-width: 320px) {
    .column-product {margin-left: 5px;}
    .gallery {margin-left: 2px;}
}

@media (max-width: 320px) {
     .column-product {margin-left: 5px;}
    .img-demo {width: 60px;}
}

/* ----- Tabs ----- */

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    background-color: #f1f1f1;
    margin-top: 20px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    color: rgb(255,153,51);
    border-bottom: 2px solid rgb(255,153,51);;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    text-align: left;
    margin-top: 10px;
}

.tab-descript
{
    border-bottom: 1px solid #b0b0b02e;
    max-width: 530px;
    padding-top: 5px;
}

.wrapper {
 -webkit-column-gap: 0; 
 -moz-column-gap: 0; 
  column-gap: 0;
}

.wrapper div {
  vertical-align: top;
}

/*---- Modal ---*/
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px 0 26px 20px;
    border: 1px solid #888;
    max-width: 402px;
    position: relative;
    border-radius: 10px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.close-position {
    position: absolute;
    top: 4px;
    right: 10px;
}

.catalog { display: none; }

.list-filter {
    position: relative;
    float: right;
    border: 1px solid gray;
    border-radius: 5px;
    padding: 5px;
    width: 174px;
    margin: 5px;
    text-align: left;
}

.list-filter ul {
    margin: 10px 0 0 0;
    padding: 10px;
    list-style: none;
    line-height: 1.5;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 1px;
    z-index: 1;
    background-color: white;
    width: 164px;
    border: 0.5px solid gray;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
}

.list-filter li a:hover { color: rgb(255,153,51); }

.asc { color: rgb(255,153,51); }


.list-filter .title-filter {
      font-size: 14px;
      cursor: pointer;
    }

.list-filter .title-filter::before {
      content: '▶ ';
      font-size: 80%;
      color: rgb(255,153,51);
      vertical-align: middle;
      padding-right: 5px;
    }

.list-filter.open ul { display: block; }

.list-filter-position  {
    position: absolute;
    width: 99.5%;
    top: 0;
}

.list-filter-position div:nth-child(1) {
    float: left;
    padding: 15px 0 10px 0;
    font-size: 12px;
}

.price-filter {
    margin: 0px 9px 5px 0;
    width: 80px;
}

.row-product { margin-top: 20px; }

.sidebar-btn {
    text-decoration: none;
    font-size: 14px;
    color: #b0b0b0;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
    margin: 10px 0 20px 0;
}
.sidebar-container {display: none; }

.sidebar-icon:after {
    content: '▼';
    float: right;
}

@media (max-width: 850px) {
    .row-product {display: block;}
    .wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
    }
}

@media (max-width: 360px) {
    .list-filter-position {position: relative;}
}

/** Cart **/
table {
    width: 100%;
}
tr {
        border-bottom: 1px solid #b0b0b0;
        position: relative;
}
th {
    padding: 5px;
}
td {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.text-rigth {
    text-align: right;
    margin-top: 15px;
}

.btn-cart {
    text-align: center;
    border: 1px solid rgb(255,153,51);
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    line-height: 1.5;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 10px;
    background: white;
    color: rgb(255,153,51);
}

.btn-cart:hover {
    background-color: rgb(255,153,51);
    color: #ffffff;
    border: 1px solid rgb(255,153,51);
    cursor: pointer;
}
.btn-cart-gray {
    text-align: center;
    border: 1px solid #b0b0b0;
    display: inline-block;
    text-decoration: none;
    padding: 5px 12px;
    line-height: 1.5;
    white-space: nowrap;
    font-size: 14px;
    border-radius: 10px;
    background: white;
    color: #b0b0b0;
    margin-bottom: 10px;
}
.btn-cart-gray:hover {
    background-color: rgb(255,153,51);
    color: #ffffff;
    border: 1px solid rgb(255,153,51);
    cursor: pointer;
}

.small-btn {
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    background-color: white;
    width: 22px;
    height: 23px;
}
.small-btn:hover {
    background-color: rgb(255,153,51);
    color: #ffffff;
    border: 1px solid rgb(255,153,51);
    cursor: pointer;
}
.btn-back {
		font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #b0b0b0;
    border-radius: 10px;
    color: #b0b0b0;
    padding: 7px 15px;
    margin-top: 25px;
}
.btn-back:hover {
    border: 1px solid rgb(255,153,51);
    cursor: pointer;
    background-color: rgb(255,153,51);
    color: #ffffff;
}
.cart-text-left {text-align: left;}

.about-text { padding-top: 20px;}

.about-text ul { padding-left: 7px;}
.about-text ul li {text-align: left;}

.about-text .decoration-list:before {margin-left: -16px;}

@media (max-width: 540px) {

tr{ display: grid; }
th{display: none;}

.small-btn-mob {
    position: absolute;
    top: 10px;
    right: 5px;
}
.cart-text-left{text-align: center;}
}

.card-abaut-position { text-align: justify;}

.card-abaut-position::after {
    content: "-";
    color: #ffffff;
    text-align: justify;
    display: inline-block;
    width: 312px;
}

@media (max-width: 817px) {
    .card-abaut-position {text-align: center;}
}