    
.tilda-custom-slide {
  padding: 50px 20px;
  font-family: 'Gilroy',Arial,sans-serif;
}

.tilda-custom-slide * {
  font-family: 'Gilroy',Arial,sans-serif;
}

.cust-container {
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  position: relative;
}

.custom-slide-wrap * {
  outline: none !important;
}

.custom-slide-wrap__item {
  position: relative;
  margin: 30px;
}

.custom-slide-wrap__item-main {
  min-height: 830px;
}

.custom-slide-wrap__item-main .img-convert {
  margin-left: -15px;
  height: 150px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  padding-bottom: 0px;
  opacity: 0.5;
}

.custom-slide-wrap__item-main .img-convert img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-slide-wrap__item-main .title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  /* or 31px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #daa04a;
  filter: grayscale(1);
}

.custom-slide-wrap__item-content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 200px;
  right: -133%;
  left: -133%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-slide-wrap__item-content .text-box {
  padding: 50px 10% 50px 0;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-slide-wrap__item-content .text-box .title {
  /* заголовок текста */
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 130%;
  /* or 62px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  color: #282828;
  margin-top: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-slide-wrap__item-content .text-box .title span {
  color: #daa04a;
  margin-right: 10px;
}

.custom-slide-wrap__item-content .text-box .text {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  /* or 29px */
  color: #282828;
  margin: 20px 0;
}

.custom-slide-wrap__item-content .text-box .text1 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 30px;
  /* or 29px */
  color: #282828;
  margin: 20px 0;
}

.custom-slide-wrap__item-content .text-box .more-btn {
  border: 1px solid #737373;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 10px 13px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  /* identical to box height, or 22px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #737373!important;
  margin: 30px auto;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-slide-wrap__item-content .text-box .more-btn:hover {
  background-color: #daa04a;
  color: #fff!important;
}

.custom-slide-wrap__item-content .img-box {
  width: 50%;
  position: relative;
}

.custom-slide-wrap__item-content .img-box img {
  max-width: 100%;
  padding: 50px 0px;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.custom-slide-wrap__item-content .img-box .konsult-btn {
  width: 230px;
  height: 230px;
  border-radius: 250px;
  background: #191919;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 350px;
  left: -100px;
  padding: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff!important;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-slide-wrap__item-content .img-box .konsult-btn:hover {
  background: #ffcc00;
  color: #555!important;
}

.custom-slide-wrap .slick-current .custom-slide-wrap__item-content {
  opacity: 1;
  visibility: visible;
}

.custom-slide-wrap .slick-current .img-convert {
  opacity: 1;
}
.custom-slide-wrap .slick-current .custom-slide-wrap__item-main .title {
    filter: grayscale(0);
}
.tilda-custom-slide .slide-arrows {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 120px;
}

.tilda-custom-slide .slide-arrows__arrow {
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.tilda-custom-slide .slide-arrows .cust-next {
  margin-left: 12%;
}

.tilda-custom-slide .slide-arrows .cust-prev {
  margin-right: 12%;
}


@media all and (max-width: 767px) {
  .custom-slide-wrap__item-content {
    position: relative;
    right: 0;
    left: 0;
    top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .custom-slide-wrap__item-main {
    min-height: 0;
  }
  .custom-slide-wrap__item-content .text-box {
    padding-top: 0;
    padding-right: 0;
    width: 100%;
  }
  .custom-slide-wrap__item-content .text-box .text {
    font-size: 18px;
  }
  .custom-slide-wrap__item-content .img-box {
    width: 100%;
  }
  .custom-slide-wrap__item-content .img-box img {
    width: 100%;
  }
  .custom-slide-wrap__item-content .img-box .konsult-btn {
    top: 30px;
    left: 30px;
  }
  .custom-slide-wrap__item {
    margin: 0;
  }
  .tilda-custom-slide .slide-arrows {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .custom-slide-wrap__item-content .text-box .title {
    font-size: 35px;
    line-height: 45px;
  }
}

@media all and (max-width: 575px) {
  .tilda-custom-slide {
   padding: 10px 20px 40px 20px;
  }
  .custom-slide-wrap__item-content .text-box .title {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 0;
  }


custom-slide-wrap__item-content .img-box {
  display: none;
  width: 50%;
  position: relative;
}

.custom-slide-wrap__item-content .img-box img {
  max-width: 100%;
  display: none;
  padding: 10px 0px;
  max-height: 300px;
  margin-bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 70%;
}

.custom-slide-wrap__item-content .text-box {
  padding: 10px 10px 20px 0;
  width: 100%;
}
.cust-container {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: auto;
  padding: 0;
  width: 100%;
  position: relative;
}

  .custom-slide-wrap__item-content .text-box .text {
    font-size: 18px;
  }
  .custom-slide-wrap__item-content .text-box .text1 {
    font-size: 11px;
    line-height: 18px;
  }
  .custom-slide-wrap__item-content .img-box .konsult-btn {
    font-size: 14px;
    display: none;
    align-items: center;
    line-height: 18px;
    width: 200px;
    height: 20px;
    top: -400px;
    left: 50px;
  }
     
}
