body::-webkit-scrollbar {
  width: 12px;               
}

html {
    opacity: 1;
	transition: opacity 250ms ease-in;
}

body::-webkit-scrollbar-thumb {
  background-color: #f97316;
  border-radius: 20px;      
  border: 3px solid #f97316;
}

.auth-img {
    height: 100vh !important;
    border-radius: 0px !important;
}

.prod-detail__block {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
}

.client_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 16px rgba(0,0,0,.08);
    border-radius: 10px;
    margin-bottom: 15px;
}

.prod-detail__block h3{
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f9f9f9 ;
    border-radius: 10px;
}

.review_block {
    display: flex;
    align-items: unset;
    margin: 0;
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
    padding: 20px;
    border-radius: 20px;
    background: #ff6800;
    color: #fff !important;
    height: 100%;
    gap: 5px;
}
.review_block img {
    margin-right: 16px;
    border-radius: 50%;
    border: 1px solid #868695;
}

.review_block-text h4 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
    color: #fff;
}

.review_block-text p {
    line-height: 22px;
}
                        
.review_block-text span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    line-height: 16px;
    /*color: #868695;*/
    max-width: 100%;
}

.form-control {
    box-shadow: 0 2px 16px rgba(0,0,0,.08);
    border-radius: 10px;
    color: #111827;
}
				        
.products-head {
    padding-top: 16px;
    padding-bottom: 16px;
}

.img-slider_block {
    max-width: 90px !important;
    width: 100px !important;
    height: 100px !important;
}

.carousel_swiper-img {
    max-height: 700px;
    max-width: 450px;
}

.carousel-indicators_block {
    position: relative;
    margin: 0;
    justify-content: start;
    gap: 10px;
    
    /*overflow: hidden */
}

.carousel-indicators_block [data-bs-target] {
    opacity: 1;
    max-width: 82px !important;
    margin: 0;
}

.add-to__cart-block {
    color: var(--orange-600);
    background: transparent;
    border: 1px solid var(--orange-600);
}

.add-to__cart-nohover:hover {
    color: var(--white);
    background: var(--orange-600);
}

.company_img {
    position: absolute; 
    top: 37%;
    right: 0; 
    max-width: 89px; 
    width: 100%;
    /*height: auto; */
    bottom: 0; 
    border-radius: 10px 0 0 10px; 
}

.prod-card:hover  .company_img{
    opacity: 1;
}



.prod-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #f97316;
    opacity: 0.8;
}
.prod-card:hover  .prod-block{
    opacity: 1;
}
.prod-block a {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 4px 0;
    color: white;
}

.prod-card:hover {
    border: 1px solid var(--gray-200) !important;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(36,36,36,.5);
    /* box-shadow: 0 0 10px rgba(255, 92, 0, 0.8); */
}

.star-rating {
	display: flex;
    flex-direction: row-reverse;
    justify-content: start;
  }

  .radio-input {
	position: fixed;
	opacity: 0;
	pointer-events: none;
  }

  .radio-label {
    display: contents;
	cursor: pointer;
	font-size: 0;
	color: rgba(0, 0, 0, 0.2);
	transition: color 0.1s ease-in-out;
  }

  .radio-label:before {
	content: "★";
	font-size: 32px;
  }

  .radio-input:checked~.radio-label {
	color: #ffc700;
	color: #ED8A19;
  }

  .radio-label:hover,
  .radio-label:hover~.radio-label {
	color: #ED8A19;
  }

  .radio-input:checked+.radio-label:hover,
  .radio-input:checked+.radio-label:hover~.radio-label,
  .radio-input:checked~.radio-label:hover,
  .radio-input:checked~.radio-label:hover~.radio-label,
  .radio-label:hover~.radio-input:checked~.radio-label {
	color: #ED8A19;
  }

  .average-rating {
	position: relative;
	appearance: none;
	color: transparent;
	width: auto;
	display: inline-block;
	vertical-align: baseline;
  }

  .average-rating::before {
	--percent: calc(4.3/5*100%);
	content: '★★★★★';
	position: absolute;
	top: 0;
	left: 0;
	color: rgba(0, 0, 0, 0.2);
	background:
	  linear-gradient(90deg, gold var(--percent), rgba(0, 0, 0, 0.2) var(--percent));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
.company-banner {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.company-banner img {
    max-height: 300px;
}

.about_text {
    text-align: center;
    font-size: 17px !important;
}

.about_img {
    /*max-width: 900px;*/
    width: 100%;
    height: 400px;
    display: block;
    margin: 30px auto;
    object-fit: contain;
}

.about_img-icon {
    max-width: 150px;
    width: 100%;
    height: 150px;
    /*object-fit: cover;*/
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.about_info-block {
    display: flex;
    flex-direction: column;
    /*text-align: center;*/
    justify-content: center;
}

.about_info-block div h2 {
    text-align: center;
}

.about_info-block div {
    height: 200px;
}

.about_info-block div h2 {
    font-size: 1.7rem;
}

.about_info-block div p {
    text-align: start;
    color:#000;
    margin: 0;
}

.about_map div h2{
    padding: 40px;
    padding-right: 0px;
    padding-bottom: 0;
    color:#000;
}

.about_map div p {
    padding: 40px;
    color:#000;
}

.block_flex {
    display: flex;
}

.block_flex img {
    max-width: 150px;
    width: 100%;
    height: 150px;.
}

.about_block-text_info h2 {
    color:#000;
    font-weight:bold;
}

.about_block-text_info p {
    color:#000;
}

.about_block-text_info h2{
    font-size: 19px;
    font-weight: 500;
}

.about_img_header {
    background: url(/uploads/about/fone.jpg);
    min-height: 300px;
    padding: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-body {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.product_modal-check  {
    padding: 10px 15px;
    border: 2px solid #f97316;
    border-radius: 10px;
    color: #f97316;
}

.product_modal-check:hover {
    background: #f97316;
    color: #fff;
}

.about_img_header div h3 {
    font-size: 33px;
    color: white;
    padding: 30px;
}

.about_img_header-block {
    text-align: center;
    padding: 20px 0;
    /*height: 100px;*/
    color: white;
    font-size: 20px;
    font-weight: bold;
}

.about_img_header-block p{
    font-size: 17px;
    margin: 0;
}

.icon_block-about {
    display: block;
    margin: 0 auto;
    padding: 20px;
}

.discount_desc {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}

.discount_desc-block {
    padding-right: 12px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    display: block;
    width: max-content;
}

.discount_desc::after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 5px;
    border-bottom: 1px dashed #d3d4dd;
}

.discount_desc-block #text {
    color: red;
}

.calculator-desktop {
    display: block;
}

.calculator-medium {
    display: none;
}

.calculator-mobil {
    display: none;
}

@media only screen and (max-width: 934px) {
    
    .calculator-desktop {
        display: none;
    }
    
    .calculator-medium {
        display: block;
        
    }
    
    .calculator-mobil {
        display: none;
    }

}

@media only screen and (max-width: 726px) {
    .calculator-desktop {
        display: none;
    }
    
    .calculator-medium {
        display: none;
        
    }
    
    .calculator-mobil {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .about_img_header {
        padding: 0;
        padding-top: 100px;
    }
    
    .carousel-indicators_block {
        overflow-x: scroll;
    }
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 9999999999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
    .close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff6800;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
 
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: #ff6800;
}
.popup {
    top: 25%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}

.license-wr {
     display: flex;
     background-color: #eee;
     background-repeat: no-repeat;
     background-image: linear-gradient(352deg, transparent 45.2%, #bbb 45.5%, #bbb 45.6%, #ccc 45.8%, #eee 60%), linear-gradient(30deg, #ccc, #eee 90%);
     background-size: 100% 320px;
     background-position: 50% 100%;  
     margin: 20px 0;
 }    
 .license {
     box-sizing: border-box;
     width: 100%;
     margin: 80px auto 0;
     min-height: 330px;
     position: relative;
 }
 @media (max-width: 767px) {
     .license {
         transform:scale(0.7);
         top: 6px;
     }
 }
 @media (max-width: 500px) {
     .license {
         transform:scale(0.4);
         top: 12px;
     }
 }
 .license > div {
     width: 150px;
     position: absolute;
     left: calc(50% + 100px);
     bottom: 73px;
     z-index: 0;
     display: flex;
     justify-content: flex-end;
 }
 .license > div:before {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     left: -100px;
     top: 14px;
     z-index: 1;
     background-repeat: no-repeat;
     background-image: linear-gradient(110deg, transparent 49%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0.2) 65%), linear-gradient(30deg, transparent 46%, rgba(0,0,0,0.1) 45%, rgba(0,0,0,0.25) 65%), radial-gradient(ellipse at 90% 100%, rgba(0,0,0,0.1) 10%, transparent 50%);
     transform: rotate(-8deg);
     pointer-events: none;
 }
 .license > div:after {
     content: '';
     width: 100%;
     height: 100%;
     position: absolute;
     transition: 0.3s;
     display: block;
     z-index: 3;
     background-image: linear-gradient(45deg, rgba(0,0,0,0.3), transparent 70%), linear-gradient(45deg, rgba(255,255,255,0) 60%, rgba(255,255,255,0.3) 80%);
     transform: perspective(200px) rotateY(1deg) rotateZ(-5deg) skewY(-2deg) skewX(-1deg) scaleX(var(--resize));
     pointer-events: none;
 }
 .license > div img {
     width: 100%;
     height: 100%;
     display: block;
     position: relative;
     z-index: 2;
     border-left: 2px solid;
     border-image: linear-gradient(105deg, transparent 0.5%, #bbb 0.7%) 1;
     box-shadow: 1px 2px 0 -1px #ccc;
     transform: perspective(200px) rotateY(1deg) rotateZ(-5deg) skewY(-2deg) skewX(-1deg) scaleX(var(--resize));
 }
 .license > div:nth-of-type(4) {
     --resize: 0.99;
     margin-left: -404px;
 }
 .license > div:nth-of-type(4):before {
     background-size: 100% 85%, 100% 15%, 100% 10%;
     background-position: 1px 0, 0 100%, -30px 83%;
 }
 .license > div:nth-of-type(3) {
     --resize: 0.96;
     margin-left: -153px;
     transform: scaleY(0.98) translate(-80px, -21px);
 }
 .license > div:nth-of-type(3):before {
     background-size: 100% 84%, 100% 16%, 100% 10%;
     background-position: 4px 0, 0 100%, -30px 81%;
 }
 .license > div:nth-of-type(2) {
     --resize: 0.925;
     margin-left: 100px;
     transform: scaleY(0.965) translate(-170px, -42px);
 }
 .license > div:nth-of-type(2):before {
     background-size: 100% 83%, 100% 17%, 100% 10%;
     background-position: 6px 0, 1px 100%, -30px 81%;
 }
 .license > div:nth-of-type(1) {
     --resize: 0.895;
     margin-left: 352px;
     transform: scaleY(0.94) translate(-266px, -62px);
 }
 .license > div:nth-of-type(1):before {
     background-size: 100% 82%, 100% 18%, 100% 10%;
     background-position: 8px 0, 1px 100%, -30px 80%;
 }    
 /*.swiper {*/
 /*  width: 100%;*/
 /*  height: 100%;*/
 /*}*/

 /*.swiper-slide {*/
 /*  margin: 10px;*/
 /*}*/

 .swiper-button-next, .swiper-button-prev {
   --swiper-navigation-size: 23px;
   padding: 20px;
   /*border: 1px solid #000;*/
   border-radius: 50%;
   background: white;
   color: var(--orange-600);
   box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
 }
 .swiper-slide img {
       width: 200px;
       margin: 0 auto;
       display: block;
 }
 .swiperBrand,
 .swiperHome {
   padding: 30px;
 }
 /*@media (max-width: 760px) {*/
 /*  .swiper-button-next {*/
 /*    right: 20px;*/
 /*    transform: rotate(90deg);*/
 /*  }*/

 /*  .swiper-button-prev {*/
 /*    left: 20px;*/
 /*    transform: rotate(90deg);*/
 /*  }*/
 /*}*/
 
 .disc_btn {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 0 !important;
    color: #fff !important;
    gap: 10px;
    margin: 0;
    cursor: pointer;
 }
 
.swal-icon--success__ring {
    border: 4px solid #fff;
}

.swal-icon--success__line {
    background-color: #fff;
}

.swal-text {
    color: #fff;
    font-weight: bold;
}

.swiper-wrapper {
    height: auto !important;
}

.swal-modal {
    background: #ea580c;
}

.swal-icon--success:after, .swal-icon--success:before {
    background: #ea580c;
}

.swal-icon--success__hide-corners {
    background: #ea580c;
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: 0px;
}

.header-categories ul li.active a {
    margin: 0;
}

.langs {
    height:100%;
}

.app-header {
    background: #f97316 !important;
}

.main-btn {
    background: #f97316 !important;
}

.field-label {
    color: #f97316 !important;
}
.favorite-btn {
    z-index: 1;
    background-color: rgba(248, 249, 250, 0.7);
    cursor: pointer;
    transition: background .3s ease-in-out;
}

.favorite-btn:hover {
    background-color: #ffffff
}