/* Update bootstrap table style */

.btn {
  cursor: pointer;
}

/* Fix bootstrap carousel plugin */

.bg_faded {
  background-color: #e4fde4;
}

.c__bg_catalog {
  background: url("../img/1/Fon_Teplici_Vse_2.jpg") center no-repeat;
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-attachment: fixed;
}


.c__bg_additional {
  background-image: url(../img/1/Fon_navesnoe.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.c__bg_green1 {
  background-color: #00000080;
}

.c__text_yellow {
  color: yellow;
}

/* Main css */
.countdown-week {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

@media (min-width: 1200px) {
  .countdown-week {
    font-size: 1.5rem;
  }
}

.navbar-text a {
  color: #fff;
}

.navbar-text a:hover {
  text-decoration: none;
}

.--shadow {
  box-shadow: 0 0 5px black;
}

.--bg-black-t {
  background-color: rgba(0, 0, 0, .6);
}

.discount__img {
  /*position: absolute;*/
  margin-top: -30px;
}

#sNav {
  color: white;
  background-color: black;
  background-color: #398839;
}

#sNav .nav-link {
  color: white;
  font-weight: bold;
}

#sNav .nav-link:hover {
  background-color: #320809;
}

#sMain {
  position: relative;
  background-color: #fffe03;
  background-image: url(../img/1/main-fon.jpg);
  background-position: center;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #sMain {
    padding-top: 6em;
  }
}

.main__title {
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 3rem;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {
  .main__title {
    font-size: 2.4rem;
  }
}

.main__list {
  margin-top: 1rem;
  color: white;
  padding: 1rem;
  background-color: #398839db;
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
  font-weight: bold;
  font-size: 1.2rem;
}

.c__bg__media__half_aqua {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #437b79;
}

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

  .c__bg__media__half_aqua {
    left: 40%;
  }
}

#sOrder {
  background-color: #324458;
  font-size: 2rem;
  color: white;
}

.order__title {
  color: orange;
  font-size: 3rem;
}

.order__input {
  background-color: #3c9dca;
  border: 2px solid white;
  color: white;
  padding: 1rem;
  font-size: 1.5rem;
  width: 100%;
}

/* do not group these rules */

.order__input::-webkit-input-placeholder {
  color: white;
}

.order__input::-moz-placeholder {
  color: white;
  opacity: .8;
}

.order__input::-ms-input-placeholder {
  color: white;
}

.order__btn {
  color: white;
  border: 2px solid orange;
  background-color: orange;
  padding: 1rem;
  cursor: pointer;
}

.order__btn:hover {
  background-color: darkorange;
}

section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.text-red {
  color: red;
}

@keyframes fixedbutton {
  0% {
    box-shadow: 0 0 4px 4px rgba(255, 0, 0, .6);
  }

  100% {
    box-shadow: 0 0 8px 12px rgba(255, 0, 0, 0);
  }
}

.fixed-button {
  position: fixed !important;
  bottom: 80px;
  right: 20px;
  border-radius: 100%;
  animation: fixedbutton 1.5s 0s ease-out infinite;
  transition: all .2s ease;
}

.fixed-button img {
  width: 60px;
  border-radius: 100%;
}

.fixed-button:focus {
  background-color: #ff5346 !important;
}

.fixed-button:hover {
  background-color: #ff5346 !important;
  transform: scale(1.3);
}

.n-sale__container {
  display: none;
  position: fixed;
  top: 50px;
  right: 10px;
  z-index: 2;
}

.n-sale__content {
  background-color: rgba(255, 255, 255, .9);
}

.n-sale__close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}

.bigbox {
  background: #FFFFFF;
  width: 100%;
  padding: 30px 0 30px 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  position: relative;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  border: solid 3px #f48915;
  text-align: center;
}

@media (max-width: 575px) {
  .bigbox {
    line-height: normal;
  }
}

.c__input label {
  background-color: #f0f0f0;
  color: #3c9c0b;
  display: inline-block;
  width: 70px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
}

.c__input label:hover {
  cursor: pointer;
}

.c__input-extra-label {
  font-weight: normal;
  background-color: #f0f0f0;
  border-radius: 10px;
  border: 1px solid green;
}

.c__input-extra-label span {
  display: inline-block;
  width: 180px;
}

.c__input input[type="radio"],
.c__input input[type="checkbox"] {
  display: none;
}

.c__input input:checked+label {
  background-color: #3c9c0b;
  color: #fff;
}

.c__input-extra input:checked+label {
  background-color: #3c9c0b;
  color: #fff;
}

.catalog__price--old,
.calculator-price-old,
.catalog__price,
.calculator-price {
  font-size: 2rem;
  font-weight: bold;
}

.product {
  background: #fff;
  box-shadow: 0 10px 40px 0 #000;
  border-radius: 14px;
  margin: 1.65%;
  overflow: hidden;
  position: relative;
}

.product-cost {
  font-size: 36px;
  font-weight: bold;
}

/* SECTION CALLBACK */
.callback-wrapper {
  position: relative;
  border-radius: 10px;
  background-color: #daf2ff;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
}

.callback-person {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: bold;
}

.rectangle,
.rectangle {
  display: none;
  position: absolute;
  transform: rotate(45deg);
  top: 40%;
  width: 50px;
  height: 50px;
  background-color: #daf2ff;
}

.rectangle_left {
  left: -15px;
}

.rectangle_right {
  right: -15px;
}

.rectangle_top {
  position: absolute;
  top: -15px;
  left: 45%;
  transform: rotate(45deg);
  width: 50px;
  height: 50px;
  background-color: #daf2ff;
}

.callback__btn {
  color: #fff;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 600;
  border-width: 1px;
  border-radius: 30px;
  background-color: #ff1e1e;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.callback__btn:hover {
  background-color: #ff5252;
}

.callback__input {
  margin: 0;
  font-size: 100%;
  height: 60px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.33;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  border-radius: 1rem;
}

@media (min-width: 770px) {
  .rectangle_top {
    display: none;
  }

  .rectangle {
    display: block;
  }
}

/* END SECTION CALLBACK */

/* SECTION PARAGRAPH */
.garant-paragraph {
  position: relative;
}

.garant-paragraph::before {
  position: absolute;
  left: -30px;
  content: url("../img/logo/pushbullet.webp");
}

/* END SECTION PARAGRAPH */

/* FOOTER */
.footer {
  position: relative;
  box-sizing: border-box;
  border-radius: 13px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 35px 5px rgba(48, 48, 48, 0.2);
  padding: 20px;
}

.item-cards__button button {
  background-color: rgb(250, 0, 0);
  border-color: rgb(250, 0, 0);
  border-radius: 25px;
  padding: 10px 20px;
  font-size: 19px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  outline: none;
}
/* END FOOTER  */

/* CUSTOM FILE UPLOAD */
.fl_upld {
  width: 300px;
}

#fl_inp {
  display: none;
}

.fl_upld label {
  cursor: pointer;
  padding: 10px 25px;
  color: #fff;
  text-align: center;
  background-color: #ff1e1e;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  outline: none;
}

.fl_upld label:hover {
  cursor: pointer;
}

#fl_nm {
  margin-top: 20px;
  color: #f00;
}

.callback__btn {
  color: #fff;
  font-size: 20px;
  line-height: 1.55;
  font-weight: 600;
  border-width: 1px;
  border-radius: 30px;
  background-color: #ff1e1e;
  background-position: center center;
  border-color: transparent;
  border-style: solid;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.3);
}

.callback-modal__btn {
  color: #ffffff;
  background-color: #ff1e1e;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  font-weight: 600;
  height: 60px;
  text-transform: uppercase;
  border: none;
  outline: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.8);
}

/* END CUSTOM FILE UPLOAD */