body {
  font-family: 'GilroyRegular';
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: 'GilroyBold';
}

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* .simplecheckout .simplecheckout-cart th.image, .simplecheckout .simplecheckout-cart td.image {
	display: none;
} */

.container-fluid {
  padding: 80px 0px;
}

p:empty,
p:has(> br:first-child) {
  display: none;
}

.container-fluid:has(> .container > p:has(> br:first-child)) {
  display: none !important;
}

.carousel-control-prev-icon {
  background-image: url(../img/left.png) !important;
}

.carousel-control-next-icon {
  background-image: url(../img/right.png) !important;
}

.slider-main {
  padding: 56px 0px 0px 0px !important;
}

.carousel-caption {
  height: 180px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-align: right;
}

.carousel-caption h5,
.carousel-caption h4,
.carousel-caption p {
  font-weight: bold;
}

.carousel-caption-main {
  text-align: center !important;
}

.company {
  max-width: 700px;
  margin: 0px auto;
}

.company-img img {
  max-height: 400px;
}

.why-we-details img {
  height: 80px;
}

.why-we-details span {
  font-weight: 900;
}

.prodct-more-row {
  max-width: 960px;
  width: 100%;
  margin: 0px auto;
}
.product-more {
  padding: 0px 10px 0px 10px;
}

.custom-ul li {
  list-style: square inside !important;
  list-style-image: linear-gradient(#ff7a2f 0, #ff7a2f 50%, #ffb214 50%);
}

.custom-ul ul {
  padding: 0px !important;
}

footer ul,
li {
  list-style: none !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.product-more img {
  width: 100%;
}

.gallery-one {
  margin: 0px !important;
}

.gallery-one img {
  width: 100%;
  outline: none !important;
}

.img-thumbnail {
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  border-radius: 0px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important;
}

.img-thumbnail:hover {
  opacity: 0.9;
}

picture,
picture a,
.img-thumbnail,
.gallery-one img:focus {
  outline: none !important;
}

.gallery-one .col-md-3 {
  padding: 0px !important;
  margin: 0px !important;
}

footer {
  padding-top: 40px;
  padding-bottom: 20px;
}

.social img {
  height: 42px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important;
}

.social img:hover {
  opacity: 0.8;
}

footer a {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none !important;
}

footer a:hover {
  color: #dedede;
}

.line-page-info {
  position: relative;
  margin-top: 56px;
  height: 600px;
  background: aquamarine;
}

.page-info {
  height: 100px;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  text-align: center;
}

/* Лендинг товара */

.video {
  max-width: 720px;
  padding: 15px 0px;
  margin: 0px auto;
}

.why-product img {
  height: 80px;
}

.functional {
}

.functional img {
  max-height: 80px;
}

.functional h5 {
  font-weight: bold;
}

.functional p {
  line-height: 1em;
}

.price {
  margin: 0px auto;
  /* max-width: 720px; */
  padding: 20px;
  margin-top: 20px;
}

.color-choice img {
  max-height: 140px;
}

.img-color {
  position: relative;
  cursor: pointer;
}

.ok {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.ok img {
  max-height: 20px;
}

.main-info {
  border-top: 2px solid #f1f1f1;
  padding-top: 20px;
  margin-top: 20px;
}

.shkaf-before-after {
  position: relative;
}

.shkaf-card .card {
  position: relative;
  transition: opacity 0.3s ease;
}

.shkaf-card .card span {
  position: absolute;
  left: 5px;
  top: 5px;
  background: #343a40;
  width: 40px;
  text-align: center;
  line-height: 1.2;
  border-radius: 2px;
  font-size: 33px;
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.shkaf-card .card:hover span {
  opacity: 1;
}

.media img {
  max-width: 80px;
}

.rewiev-block-container {
  transition: 0.2s;
  color: #000;
  border-top: 3px solid #c1c1c1;
  /*border-bottom: 3px solid #c1c1c1;*/
  margin-bottom: 25px;
}

.rewiev-block-container:hover {
  border-top: 3px solid #2c3136;
  /*border-bottom: 3px solid #2c3136;*/
}

.qote:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f10e';
  display: inline-block;
  font-size: 30px;
  right: 20px;
  top: -10px;
  color: #445a60;
}

.rewiev-block-container:hover .text-muted {
}

.modal-dialog-my {
  max-width: 720px !important;
}
.product-more img {
  max-width: 100%;
}
.video iframe {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .slider-main .h1 {
    font-size: 28px;
  }
  .slider-main .h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .slider-main .h1 {
    font-size: 18px !important;
  }
  .slider-main .h5 {
    font-size: 14px !important;
  }
}
@media (max-width: 575px) {
  .slider-main .carousel-item img {
    min-height: 200px;
    object-fit: cover;
  }
}
.col-sm-12 img {
  max-width: 100%;
}

/* User Styles */
.option-item[data-option-id='228'] .img-color {
  position: relative;
  z-index: 1;
}
.option-item[data-option-id='228'] .img-color::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  background: url('/3d/icons/360icon.svg') center no-repeat;
  background-size: cover;
  width: 40px;
  height: 52px;
  z-index: 2;
  pointer-events: none;
}
.option-item[data-option-id='228'] .img-color::after {
  content: '';
  position: absolute;
  top: 17px;
  right: 20px;
  width: 8px;
  height: 8px;
  background: #00d816;
  border-radius: 100%;
  z-index: 3;
  pointer-events: none;
  animation: icon360 1.6s ease-in-out infinite;
}
@keyframes icon360 {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@media screen and (max-width: 576px) {
  .option-item[data-option-id='228'] .img-color::after {
    top: 5px;
    right: 5px;
  }
  .option-item[data-option-id='228'] .img-color::before {
    top: 7px;
    right: 3px;
  }
  .modal__360 .modal-content {
    max-height: 60vh !important;
  }
  #color1 {
    transform: scale(1.7) !important;
  }
}
