#telegramModal .modal-header {
  background: 0;
  height: auto;
}
#telegramModal .modal-body {
  margin-top: 0;
  padding-bottom: 6px;
}
#telegramModal .modal-dialog {
  width: 415px;
  overflow: hidden;
}
#telegramModal .modal-content {
  background: #EFF2F7;
  border-radius: 20px;
}
#telegramModal .close {
  background: #fff;
  color: #3C4456;
  position: relative;
  top: -5px;
  right: -5px;
}
#telegramModal h4 {
  margin: 0 0 10px 0;
  font-size: 30px;
}
#telegramModal .modal-desc {
  position: relative;
  z-index: 100;
}
#telegramModal .text {
  color: #3C4456;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 10px;
  padding-right: 10px;
}
#telegramModal .text .bold {
  background: #E4E8F3;
  font-weight: normal;
  padding: 0 4px;
}

.modal-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-social li {
  padding: 0 10px;
}
.modal-social li a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  .modal-social li a:hover {
    opacity: 0.7;
  }
}
.modal-social li a svg {
  display: block;
}

.modalScreenSlider {
  margin: -30px 0 -25px 0;
  z-index: 50;
}
.modalScreenSlider .slick-dots {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  z-index: 200;
}
.modalScreenSlider .slick-dots li {
  padding: 0 3px;
}
.modalScreenSlider .slick-dots li button {
  font-size: 0;
  color: transparent;
  width: 6px;
  height: 6px;
  border: 0;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #B3B9C6;
  padding: 0;
}
.modalScreenSlider .slick-dots li.slick-active button {
  background: #3485FF;
}
.modalScreenSlider:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 241, 246, 0)), color-stop(90%, #EFF1F6));
  background: linear-gradient(180deg, rgba(239, 241, 246, 0) 0%, #EFF1F6 90%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  pointer-events: none;
}
.modalScreenSlider:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 159px;
  height: 159px;
  background: rgba(115, 119, 138, 0.7);
  z-index: -1;
  border-radius: 50%;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  pointer-events: none;
}

.modalScreenSliderItem {
  height: 260px;
  overflow: hidden;
}
.modalScreenSliderItem img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}