@media screen and (max-width: 640px) {
  .t-img-select__control {
    width: calc(50% - 10px)!important;
  }
  .t835__col.t-col {
    padding-left: 15px;
    padding-right: 15px;}
};



.t835__progressbar {
   
    background-color: #ffffff !important;}
    
.t-slds {
    max-width: 1380px;
    margin: auto;
}

#rec178148174 .t396__filter {background: url(http://r6themes.com/rayleigh/light/img/misc/overlay-grid-2.png)}
    
#rec175732448 {
}

.t570__padding_lg {
       padding-left: 18%;}
    
.t923 .t-section__topwrapper {
    margin-bottom: 80px
}

.t923__textwrapper.t923__paddingsmall {
    padding: 18px 0px;
}

.t923__paddingsmall.t923__btn-wrapper, .t923__paddingsmall.t923__btntext-wrapper {
    padding: 0 0px 14px;
}

#rec192656119 .t396__filter  {background-image: radial-gradient(circle farthest-side at 70% 50%, transparent, #000 75%);}

.t738 .t-section__title {
    margin-bottom: 20px;}
    
    
     

         
.t738 .t-section__topwrapper {
    margin-bottom: 25px;}
    
    
@media screen and (min-width:1680px) {
    #rec186251860 .tn-elem[data-elem-id="1588156860188"] {    left: 350px;}
  
}


.t776 .t-store__card__btns-wrapper {
    margin-top: 0px;}
    
    
    
    .preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #333333;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #c4956a;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}


.fa-whatsapp:before {
    content: "\f232";
    font-family: FontAwesome;
    font-style: normal;
}

