.advantage__summary {
  margin-bottom: 20px;
}
.order-description p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 16px;
}
.order-description p:last-child {
  margin-bottom: 0;
}
.order-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.reviews__item-info p {
  color: #8c9cb3;
  overflow-y: scroll;
  max-height: 230px;
  padding-right: 15px;
}

.reviews__item-info p::-webkit-scrollbar-track {
  border-radius: 4px;
}
.reviews__item-info p::-webkit-scrollbar {
  width: 2px;
  border-radius: 4px;
}
.reviews__item-info p::-webkit-scrollbar-thumb {
  background-color: #E58019;
}
.swiper-parallax-bg-gradient {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-parallax-bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-parallax-bg-gradient:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, right top, left top, from(#858580), color-stop(50.22%, rgba(133, 133, 133, 0)));
    background: -o-linear-gradient(right, #858580 0%, rgba(133, 133, 133, 0) 50.22%);
    background: linear-gradient(270deg, #858580 0%, rgba(133, 133, 133, 0) 50.22%);
    z-index: 2;
}

.swiper-parallax-bg-gradient:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
.products__tabs-item {
  flex-grow: 1;
}
.documents__slider .swiper-slide {
  transition: all .4s ease;
}
@media (max-width: 1024px) {
	.swiper-parallax-bg-gradient {
	    background-position-x: 65%;
	}
}

.swiper-parallax-bg::before {
	display: none;
}
.swiper-parallax-bg::after {
	display: none;
}
.partners__image {
	height: 120px;
}
.promotions__title {
  font-size: 18px;
  line-height: 26px;
}
.promotions__info-count-image {
  min-width: 129px;
}
.promotions__title span {
  font-size: 30px;
}
.product__img {
  width: auto;
}
.popup__order-image img {
  width: auto;
}

.video__wrapper {
  max-width: 854px;
  margin: 0 auto;
}
.work__body:hover .collupse-content {
  height: 250px;
}
.work__body:hover {
  background-color: #ffffff;
}
.hero__logo {
  width: 260px;
  margin-bottom: 15px;
}
.hero__logo img {
  max-width: 100%;
}
@media (max-width: 575px) {
  .hero__logo {
    width: 170px;
  }
}



.dropdown {
  cursor: pointer;
  position: relative;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: black;
  display: flex;
  align-items: center;
  z-index: 1000;
  
}
.dropdown:before{
  content: '';
  display: inline-block;
  background-image: url(../img/drop-down-language-mobile.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  transition: all .4s ease;
}
.dropdown-overlay {
  /* padding-bottom: 70px; */
}
.dropdown-content {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 101;
  right: 0;
  top: 100%;
  width: 150px;
  background-color: #fff;
  box-shadow: 0px 0px 20px -10px black;
  padding: 10px;
}
.dropdown-content a {
  display: flex;
  align-items: center;
  color: #000000;
}
.dropdown-content a img {
  width: 30px;
          height: 20px;
          margin-right: 15px;
}
.dropdown-content:after {
  content: '';
  position: absolute;
  top: 0;
  right: 10px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
  background-color: white;
}
.dropdown:hover:before {
  transform: rotate(180deg);
}
.dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.work {
  min-height: 780px;
}



.form-group input {
  border: 2px solid transparent;
}
.contacts__item-body input {
  border: 2px solid transparent;
}
.contacts__item-body {
  position: relative;
}
input.error {
  border: 2px solid red!important;
}
label.error {
  position: absolute!important;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 10px;
  color: var(--color-red);
  text-transform: unset!important;
  margin-right: 20px!important;
  display: none!important;
}

@media (max-width: 575px) {
  .reviews-slider .reviews__item-info {
    padding: 15px;
  }
  .reviews__item-info p {
      max-height: 180px;
  }
}
#countdownn { width: 240px; height: 45px; }
.countdown-title {
  color: #396;
  font-weight: 100;
  font-size: 40px;
  margin: 40px 0px 20px;
}
 
.countdown {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

.countdown-number {
   display: flex;
   align-items: center;
   justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: linear-gradient(180deg, #ECA30B 0%, #E58019 100%);
}
 
.countdown-time {
  border-radius: 3px;
  display: inline-block;
  font-size: 30px;
}
 
.countdown-text {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  color: #8092AD;
}

 .countdown__item {
	display: inline-block;
 }
 @media (max-width: 575px) {
   .countdown-number {
     width: 40px;
     height: 40px;
   }
   .countdown-time {
     font-size: 22px;
   }
 }
 .header__language.header__language-mobile {
   display: none;
 }
 @media (max-width: 992px) {
  .header__dropdown {
    margin-left: 30px;
  }
  
   .header__language-descktop {
     display: none;
   }
  .header__language.header__language-mobile { 
    display: block;
  } 
 }
 .catalog__row {
   justify-content: center;
 }
 .form-group.area textarea{
   min-height: 120px;
   padding: 15px 30px;
   width: 100%;
   font-size: 18px;
   color: #000000;
 }
 .form-group.area textarea::placeholder {
    color: #8C9CB3;
 }
 @media (max-width: 575px) {
  .form-group.area textarea{
    min-height: 80px;
    font-size: 16px;
    padding: 10px 15px;
  }
 }


 .pathMark {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}
.pathMark.circle {
  -webkit-animation: dash 0.9s ease-in-out;
  animation: dash 0.9s ease-in-out;
}
.pathMark.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
  animation: dash 0.9s 0.35s ease-in-out forwards;
}
.pathMark.check {
  stroke-dashoffset: -100;
  -webkit-animation: dash-check 0.9s 0.35s ease-in-out forwards;
  animation: dash-check 0.9s 0.35s ease-in-out forwards;
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

.deadline-message{
  display: none;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}
 
.visible{
  display: block;
}
 
.hidden{
  display: none;
}