.btn,
.title {
  text-align: center
}

.btn_accent,
.soc__link {
  background-color: var(--main-color)
}

.block {
  padding-block: 60px
}

.section_first {
  padding-top: 120px
}

.section__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 70px
}

.title {
  color: var(--accent-bg);
  font-size: 34px;
  line-height: 100%;
  font-weight: 900;
  font-family: var(--title-font)
}
.subtitle{
  max-width: 550px;
  text-align: center;
}

.title_min {
  font-size: 18px;
  line-height: 135%;
  font-family: var(--semibold)
}

.section__bottom-wrapper-call {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 30px
}

.text:not(:last-child) {
  margin-bottom: 10px
}

.btn {
  display: inline-block;
  padding: 15px 33px;
  font-size: 16px;
  border: 1px solid var(--main-color);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s
}

.btn_accent {
  color: var(--white-bg)
}

.btn_transparent {
  color: var(--main-color);
  background-color: transparent;
}

.soc__links {
  display: flex;
  gap: 10px
}

.soc__link {
  position: relative;
  display: inline-flex;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: background-color .3s;
  -webkit-transition: background-color .3s;
  -moz-transition: background-color .3s;
  -ms-transition: background-color .3s;
  -o-transition: background-color .3s
}

.soc__link>svg {
  fill: #FFF;
}

.soc__link {
  position: relative;
  background: #111;

}

/* белая заливка из центра */
.soc__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;

  background: #fff;
  transform: scale(0);
  transform-origin: 50% 50%;
  transition: transform .35s cubic-bezier(.2, .8, .2, 1);
}

/* иконка поверх */
.soc__link svg {
  position: relative;
  z-index: 1;
}

/* старт – белые */
.soc__link svg path {
  fill: #fff;
  transition: fill .4s ease-in-out;
  -webkit-transition: fill .4s ease-in-out;
  -moz-transition: fill .4s ease-in-out;
  -ms-transition: fill .4s ease-in-out;
  -o-transition: fill .4s ease-in-out;
}

/* hover – круг белеет, иконка чернеет */
.soc__link:hover::before,
.soc__link:focus-visible::before {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.soc__link:hover svg path,
.soc__link:focus-visible svg path {
  fill: #111;
}

.swiper__btn {
  transition: background-color 0.4s ease-in-out;
  -webkit-transition: background-color 0.4s ease-in-out;
  -moz-transition: background-color 0.4s ease-in-out;
  -ms-transition: background-color 0.4s ease-in-out;
  -o-transition: background-color 0.4s ease-in-out;
}

.text-roll {
  padding: 0;
  padding-block: 0px;
  height: 19px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: hidden;
}

.text-roll span {
  display: inline-block;
  font-size: 14px;
  text-transform: none;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}


body .fslightbox-toolbar{
  background: transparent;
}
body .fslightbox-slide-btn {
  background: #a8a8a896;
    border: 1px solid #eaeaea20;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
body .fslightbox-toolbar-button .fslightbox-svg-path{
    fill: var(--main-color);
}
body .fslightbox-slide-btn  .fslightbox-svg-path{
  fill: #ffffffc5;
  opacity: 1;
}
body .fslightbox-toolbar-button.fslightbox-flex-centered:hover svg{
  stroke: #1111119c ; 
}

body .fslightbox-flex-centered {
  align-items: center;
}
body .fslightbox-flex-centered .fslightbox-slash{
  background: var(--main-color);
}
body .fslightbox-flex-centered span,
body .fslightbox-flex-centered div{
    color: var(--main-color);
}
body .fslightbox-container{
  z-index: 1000;
  font-family: var(--title-font);
  backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.7)
}

.title.element-animation,
.subtitle.element-animation{
  opacity: 0;
  transform: translateY(20px) scale(.982);
  transition-delay: .18s;
  transition: opacity 1s ease-out, transform 1s ease-out;
  -webkit-transition: opacity 1s ease-out, transform 1s ease-out;
  -moz-transition: opacity 1s ease-out, transform 1s ease-out;
  -ms-transition: opacity 1s ease-out, transform 1s ease-out;
  -o-transition: opacity 1s ease-out, transform 1s ease-out;
  -webkit-transform: translateY(20px) scale(.982);
  -moz-transform: translateY(20px) scale(.982);
  -ms-transform: translateY(20px) scale(.982);
  -o-transform: translateY(20px) scale(.982);
}
.title.element-show,
.subtitle.element-show{
  opacity: 1;
  transform: translateY(0) scale(1);
}
.anim-reveal.element-animation{
  opacity: 0;
  transform: translate3d(0, 14px, 0) scale(.992);
  transition:
    opacity 1.05s cubic-bezier(.10,1,.18,1),
    transform 1.05s cubic-bezier(.10,1,.18,1);
  transition-delay: .08s;
}

.anim-reveal.element-show{
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.anim-text.element-animation{
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  transition:
    opacity 1.35s cubic-bezier(.10,1,.18,1),
    transform 1.35s cubic-bezier(.10,1,.18,1);
  transition-delay: .10s;
}

.anim-text.element-show{
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.anim-smouke.element-animation{
  opacity: 0;
  
}
.anim-smouke.element-show{
  opacity: 1;
  transform: translateY(0) scale(1);
}
@media (hover:hover) {
  .text-roll:hover span {
    transform: translateY(calc(-100% - 5px));
    -webkit-transform: translateY(calc(-100% - 5px));
    -moz-transform: translateY(calc(-100% - 5px));
    -ms-transform: translateY(calc(-100% - 5px));
    -o-transform: translateY(calc(-100% - 5px));
}

  .btn_accent:hover {
    color: var(--main-color);
    background-color: transparent;
  }

  .swiper__btn:hover {
    background-color: rgba(255, 255, 255, 0.5)
  }

  .btn_transparent:hover {
    color: var(--main-bg);
    background-color: var(--main-color);
  }
   .fslightbox-slide-btn:hover {
        border: 1px solid #eaeaea80;
        scale: 0.95;
    }
}

@media (min-width:768px) {
  .section__bottom-wrapper-call {
    justify-content: center;
    align-items: center
  }
}

@media (min-width:1200px) {
  .block {
    padding-block: 100px
  }

  .title {
    font-size: 40px;
  }

  .section__top {
    margin-bottom: 70px
  }

  .section__bottom-wrapper-call {
    margin-top: 70px
  }

  .section_first {
    padding-top: 130px
  }
}

.element-animation {
  opacity: 0;
  transform: translateY(20%);
  transition: opacity .6s, transform .6s
}

.element-show {
  opacity: 1;
  transform: translateY(0)
}