@charset "utf-8";
/* CSS Document */


/*Основные настройки*/
* {
  margin: 0;
  padding: 0;
}

body,
html {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  background: #10181E;
  color: #F7F7F7;
  font-weight: 300;
  line-height: 1.5;
}


body::-webkit-scrollbar {
  width: 12px;
  /* ширина scrollbar */
}

body::-webkit-scrollbar-track {
  background: #10181E;
  /* цвет дорожки */
}

body::-webkit-scrollbar-thumb {
  background-color: #D1E352;
  /* цвет плашки */
  border-radius: 20px;
  /* закругления плашки */
  border: 3px solid #10181E;
  /* padding вокруг плашки */
}

.breadcrumb-item.active {
  color: white;
}


/****************************/
h1,
.h1 {
  font-size: 300%;
  text-transform: uppercase;
}

h2,
.h2 {
  font-size: 240%;
  text-transform: uppercase;
}

h3,
.h3 {
  font-size: 200%;
}

h4,
.h4 {
  font-size: 160%;
}

h5,
.h5 {
  font-size: 120%;
}

a {
  color: var(--text-dark);
  transition: all .3s ease 0s;
  text-decoration: none;
}

a:hover {
  color: #FF4C4C;
  transition: all .3s ease 0s;
}


/***************************/

.btn-gold {
  background: linear-gradient(170deg, #D1E352 0%, #D1E352 60%);
  color: #1F2227;
  border: 2px solid #D1E352;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 28px;
  transition: all .3s ease 0s;
}

.btn-gold:hover {
  background: none;
  color: #D1E352;
  border: 2px solid #D1E352;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 28px;
  transition: all .3s ease 0s;
}


.btn-black {
  background: linear-gradient(232deg, #000 33.71%, #666 88.18%), linear-gradient(173deg, #D1E352 3.85%, #D1E352 60.67%), #FAC031;
  border: 2px solid #666;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #D1E352;
  border-radius: 28px;
  transition: all .3s ease 0s;
}

.btn-black:hover {
  background: none;
  border: 2px solid #666;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  border-radius: 28px;
  transition: all .3s ease 0s;
}


/* */
.color-gold {
  color: transparent;
  background: linear-gradient(170deg, #D1E352 0%, #D1E352 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

/* */
.bg-gold {
  background: linear-gradient(170deg, #D1E352 0%, #D1E352 60%);
  color: #1F2227;
}


#indexCat,
.faq {
  width: 100vw;
  position: relative;
}

#indexCat .inc {
  height: 350px;
}

/***************************************/
#indexCat {
  width: 100vw;
  position: relative;
}



/**Кнопки***************************/
.edit {
  overflow: hidden;
  clear: both
}

.edit a {
  display: block;
}

.edit a span {
  text-align: center;
  display: inline-block;
  margin: 10px 0px 0px 1px !important;
  border: 0px solid #bbb;
  background: #0F82BB;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 9px;
  padding: 1px 4px;
  height: 15px;
}

span.button {
  float: left;
  margin-right: 5px;
}

/**********************/


.topSearch label {
  border: 2px solid #82858F;
  border-radius: 40px;
}

.topSearch label input {
  border: 0px !important;
  background: none;
  width: 80%;
  padding: 0;
  margin: 0;
  border-radius: 40px;
  color: #fff;
  outline: none;
}

.topSearch label input:active {
  background: none;
}

.topSearch label button {
  border: 0;
  background: none;
  width: 15%;
  padding: 0;
  margin: 0;
  text-align: right;
}

/**********************/

.ar-down {
  display: inline-block;
  margin-top: 2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
}

.ar-top {
  display: inline-block;
  margin-top: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}


/************************/


#catalog .inc {
  height: 350px;
}



/**********************/
span.price {
  float: right;
  margin-left: 5px;
  color: #0F82BB;
  font-weight: bold
}

/***************************************/


/**preloader*********************************************/
.loaderArea {
  background: #10181E;
  color: #fff;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*************/
.loader {
  position: relative;
  justify-content: center;
  align-content: space-between;
  align-items: center;
  flex-direction: column;
}

/************/


/**preloader*********************************************/
p.img1 {
  animation: slidein 12s infinite;
}

@keyframes slidein {
  0% {
    clip: rect(0px, 0px, 63px, -63px);
    opacity: 1;
  }

  90% {
    clip: rect(0px, 279px, 63px, 0px);
    opacity: 1;
  }

  100% {
    clip: rect(0px, 279px, 63px, 0px);
    opacity: 0;
  }
}


input.form-control,
textarea.form-control {
  background: #fff !important;
}

.nav-item {
  font-size: 85%;
  font-weight: bold;
}

.navbar-nav .nav-link.active {
  color: #D1E352
}

.arrow-down {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border-top: 4px solid #0F82BB;
  border-right: 4px solid #0F82BB;
  margin-right: 15px;
  transform: rotate(135deg);
}

.h2 span {
  background: linear-gradient(170deg, #fff 0%, #fff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e);
}

.form-check-input:checked {
  background-color: #000 !important;
  border-color: #000 !important;
}

input.form-control,
textarea.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #000;
}

.topSearch label {
  border: 2px solid #82858F;
  border-radius: 40px;
}

.topSearch label input {
  border: 0px !important;
  background: none;
  width: 80%;
  padding: 0;
  margin: 0;
  border-radius: 40px;
  color: #fff;
  outline: none;
}

.topSearch label input:active {
  background: none;
}

.topSearch label button {
  border: 0;
  background: none;
  width: 15%;
  padding: 0;
  margin: 0;
  text-align: right;
}


#bigBan2 input,
#bigBan2 textarea {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid grey;
  background: none;
}

.accordion-button:not(.collapsed) {
  font-weight: 700;
  background-color: none;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D1E352' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 10.5l6-6 6 6'/%3E%3C/svg%3E");
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D1E352' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed) {
  color: rgb(49, 49, 49) !important;
  font-weight: 700;
  background-color: none;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.left-menu {
  width: 250px;
}

i.fa {
  font-size: 28px;
  float: left;
}

.table tr td:first-child {
  width: 30%;
}
#back-top {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  left: 20px;
}

#back-top a {
  background: var(--all-red);
  border-radius: 5px;
  border: 2px solid #D1E352;
}

#back-top a img {
  width: 50%;
}