/* RESET */
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* MAIN */

a,
button,
a:hover,
a img,
button:hover,
a:hover img,
button:hover img,
button img,
.stages__item--icon,
.active .stages__item--icon {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

._h2 {
  font: normal 600 21px/130% var(--title-font);
  color: var(--title-color);
  margin-bottom: 30px;
}

._grey-bg {
  background: var(--block-background);
}

._standard-btn {
  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;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  outline-offset: 10px;
  font: 500 14px/130% var(--text-font);
  letter-spacing: .1em;
  padding: 16px 30px;
  text-transform: uppercase;
  margin: 10px;
}

._white-btn {
  background-color: var(--background);
  color: var(--title-color);
  outline: 1px solid var(--background);
}

._color-btn {
  background-color: var(--main-color);
  color: var(--background);
  outline: 1px solid var(--main-color);
}

._standard-btn:hover {
  outline: 1px solid transparent;
}

.stages ul,
.answers ul {
  margin-bottom: 10px;
}

.stages ul li,
.answers ul li {
  position: relative;
  padding: 0 0 20px 24px;
}

.stages ul li::before,
.answers ul li::before {
  content: "";
  display: block;
  background: var(--title-color);
  width: 6px;
  display: block;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 23%;
  left: 1px;
}

ol>li {
  counter-increment: custom-counter;
  list-style: none;
}

ol>li::before {
  content: "0" counter(custom-counter);
  color: var(--title-color);
  font: normal 600 16px/130% var(--title-font);
  letter-spacing: 0%;
  text-align: center;

  position: absolute;
  top: 42px;
  left: 0;
}

section {
  padding: 0;
  margin-bottom: 60px;
}

.fundament {
  padding-top: 60px;
}

video {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .banner-top-padding {
  display: none;
}

@media screen and (min-width: 641px) {
  section {
    margin-bottom: 80px;
  }

  .fundament {
    padding-top: 80px;
  }

  ._h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  ol>li::before {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) {
  section {
    margin-bottom: 120px;
  }

  .fundament {
    padding-top: 120px;
  }

  ._h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  ol>li::before {
    font-size: 21px;
  }
}

/* end MAIN */
/* COMMON */

/* main block */
.main-block {
  padding: 0;
  margin: 0;
  position: relative;
}

.main-block__text {
  font: 400 14px/130% var(--title-font);
  color: var(--background);
  line-height: 130%;
  margin-top: 20px;
  max-width: 320px;
}

.main-block__house-name {
  font: 400 14px/130% var(--title-font);
  font-weight: 600;
  color: var(--background);
  position: absolute;
  left: 0;
  bottom: 188px;
}

.main-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 560px;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.00) 40.18%), center center / cover url('./img/main-block/main-block-375.jpg') no-repeat;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), color-stop(40.18%, rgba(0, 0, 0, 0.00))), center center / cover url('./img/main-block/main-block-375.jpg') no-repeat;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.00) 40.18%), center center / cover url('./img/main-block/main-block-375.jpg') no-repeat;
}

.main-block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.main-block__item {
  color: var(--background);
  letter-spacing: 0;
  font: normal 600 14px/130% var(--title-font);
}

.main-block__list {
  margin-top: 20px;
}

.main-block__features {
  margin-top: 20px;
  gap: 20px;
}

.main-block__feature {
  width: 100%;
  padding: 21px 20px 29px;
}

.main-block__feature::before {
  top: 20px;
}

.main-block__feature:first-of-type::before {
  background: center center / cover url('./img/main-block/1.svg') no-repeat;
}

.main-block__feature:nth-of-type(2)::before {
  background: center center / cover url('./img/main-block/2.svg') no-repeat;
}

.main-block__feature:last-of-type::before {
  background: center center / cover url('./img/main-block/3.svg') no-repeat;
}

.main-block .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-block__body {
  width: 100%;
  min-height: 600px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
}

.main-block__btn {
  width: calc(100% - 46px);
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 10px auto;
}

.main-block__feature--title {
  font-family: var(--title-font);
  font-weight: 600;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--title-color);
  margin-left: 90px;
  font-size: 16px;
}

.main-block__feature--text {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  width: 96%;
  margin-top: 10px;
  margin-bottom: 0;
}

.main-block__title {
  letter-spacing: 0;
  font: normal 600 30px/130% var(--title-font);
  color: var(--background);
  max-width: 320px;
}

._card {
  border-radius: 10px;
  padding: 30px;
  border: 1px solid var(--border-color);
}

._card-icon {
  position: relative;
}

._card-icon::before {
  content: '';
  position: absolute;
  top: 30px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

._flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.main-block__feature--arrow {
  display: none;
}

.main-block .j-drop-down .j-dd-wrapper {
  display: block;
}

.main-block .j-drop-down {
  pointer-events: none;
}

.main-block__feature:nth-of-type(2) {
  padding-bottom: 18px;
}

.main-block__feature:last-of-type {
  padding: 26px 20px 25px;
}

.main-block__feature:last-of-type::before {
  top: 36px;
}

@media screen and (max-width: 640px) {
  .main-block {
    margin: 0;
  }

  .main-block .j-drop-down .j-dd-wrapper {
    display: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .main-block .j-drop-down.active .j-dd-wrapper {
    display: block;
  }

  ._card {
    padding: 20px 20px 28px 19px;
  }

  .main-block__feature--title {
    margin-left: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-block__feature--arrow {
    display: block;
    margin-left: 30px;
    position: relative;
    right: 8px;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
  }

  .main-block .j-drop-down.active .main-block__feature--arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
  }

  .main-block .j-drop-down {
    pointer-events: all;
  }
}

@media screen and (min-width: 641px) {

  /* main block */
  .main-block {
    margin: 0;
  }

  .main-block::before {
    height: 560px;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.00) 40.18%), center / cover url('./img/main-block/main-block-768.jpg') no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), color-stop(40.18%, rgba(0, 0, 0, 0.00))), center / cover url('./img/main-block/main-block-768.jpg') no-repeat;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.00) 40.18%), center / cover url('./img/main-block/main-block-768.jpg') no-repeat;
  }

  .main-block__body {
    min-height: 560px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 0;
  }

  .main-block__title {
    font-size: 36px;
    max-width: 500px;
  }

  .main-block__text {
    font-size: 16px;
    line-height: 130%;
    max-width: 470px;
    margin-top: 21px;
  }

  .main-block__house-name {
    bottom: 100px;
    right: auto;
    left: 0;
  }

  .main-block__btn {
    width: calc(100% - 20px);
    max-width: 300px;
    position: initial;
    bottom: 300px;
    left: 10px;
    margin: 50px 10px 10px;
  }

  .main-block__features {
    margin-top: 30px;
    gap: 10px;
  }

  .main-block__feature,
  .main-block__feature:last-of-type,
  .main-block__feature:nth-of-type(2) {
    width: 100%;
    padding: 39px 39px 39px;
    border-radius: 16px;
  }

  .main-block__feature--text {
    margin-left: 80px;
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
  }

  .main-block__feature--title {
    min-height: auto;
    margin-left: 80px;
  }

  .main-block__feature::before,
  .main-block__feature:last-of-type::before {
    top: 40px;
  }

  .main-block__feature--title {
    font-size: 21px;
  }
}

@media screen and (min-width: 1200px) {

  /* main block */
  .main-block .wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .main-block::before {
    height: 600px;
    background: center center / cover url('./img/main-block/main-block-1600.jpg') no-repeat;
  }

  .main-block__list {
    margin-top: 20px;
    margin: 29px 0 0 5px;
  }

  .main-block__item {
    color: var(--background);
    letter-spacing: 0;
    font: normal 600 16px/130% var(--title-font);
    gap: 11px;
  }

  .main-block__body {
    max-width: 1076px;
    min-height: 600px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 110px 0 0;
  }

  .main-block__text {
    font: normal 500 18px/130% var(--title-font);
    line-height: 130%;
    width: 64%;
    max-width: 530px;
    margin-top: 30px;
  }

  .main-block__house-name {
    display: block;
    bottom: 88px;
    left: auto;
    right: 0;
  }

  .main-block__btn {
    margin: 50px 10px 10px;
  }

  .main-block__features {
    margin-top: 60px;
    gap: 30px;
  }

  .main-block__feature,
  .main-block__feature:last-of-type,
  .main-block__feature:nth-of-type(2) {
    width: calc(100%/3 - 20px);
    padding: 139px 42px 39px 39px;
  }

  .main-block__feature--title,
  .main-block__feature--text {
    margin-left: 0;
  }

  .main-block__feature--title {
    max-width: 290px;
  }

  .main-block__house-name {
    font: normal 600 18px/130% var(--title-font);
  }

  .main-block__title {
    font-size: 60px;
    max-width: 100%;
  }
}

/* end main block */

/* play__btn */

.play__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}

.play__btn {
  position: relative;
  background-color: var(--main-color);
  color: var(--background);
  outline: 1px solid var(--main-color);
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
  outline-offset: 10px;
  font: 500 14px/130% var(--text-font);
  letter-spacing: .1em;
  padding: 13px 22px;
  text-transform: uppercase;
  margin: 10px;
}

.play__btn img {
  width: 24px;
  margin-right: 10px;
}

.play__btn:hover {
  outline: 1px solid transparent;
}

@media (min-width: 1000px) {
  .play__btn-wrapper {
    display: none;
  }
}

@media (max-width: 374px) {
  .play__btn {
    white-space: normal;
  }
}

/* fundament */

.fundament__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fundament__item {
  width: 100%;
}

.fundament__item img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.fundament__item:hover img {
  -webkit-transform: scale(105%);
  -ms-transform: scale(105%);
  transform: scale(105%);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.fundament__item--img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  aspect-ratio: 343/245;
  border-radius: 10px;
  margin-bottom: 21px;
}

.fundament__item--title {
  color: var(--text-color);
  letter-spacing: 0%;
  font: normal 600 16px/130% var(--title-font);
  text-align: start;
}

.fundament__item--text {
  color: var(--dark-grey-color);
  letter-spacing: 0%;
  font: normal 400 16px/150% var(--text-font);
  margin-top: 9px;
  text-align: start;
}

@media screen and (min-width: 641px) {
  .fundament__list {
    gap: 40px 30px;
  }

  .fundament__item {
    width: calc(50% - 15px);
  }

  .fundament__title {
    margin-bottom: 40px;
  }

  .fundament__item--img-container {
    aspect-ratio: 339/242;
  }
}

@media screen and (min-width: 1200px) {
  .fundament__list {
    gap: 60px 30px;
  }

  .fundament__item {
    width: calc(100%/3 - 20px);
  }

  .fundament__item--title {
    width: 81%;
    font: normal 600 18px/130% var(--title-font);
  }

  .fundament__item--img-container {
    border-radius: 16px;
  }

}

/* end fundament */
/* stages */


.stages .item {
  position: relative;
}

.stages__title._h2 {
  margin-bottom: 28px;
}

.stages .j-dd-button {
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font: normal 500 16px/20px var(--text-font);
  color: var(--text-second-color);
  border-top: 1px solid var(--border-color);
  padding: 39px 14px 31px 61px;
  margin: 0 -16px;
  cursor: pointer;
  gap: 15px;
}

.stages .j-drop-down {
  display: block;
  padding-bottom: 7px;
}

.stages-answer {
  color: var(--text-color);
  font: var(--text-btn);
  margin-bottom: 32px;
}

.stages-answer:first-of-type p,
.stages-answer:first-of-type ul {
  padding: 0 1px 0 45px;
}

.active .stages__item--icon {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3px;
  top: 1px;
}

.stages__item--icon {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  width: 26px;
  height: 26px;
  top: 0px;
  right: 3px;
  position: relative;
}

.stages-question-text {
  width: 85%;
  color: var(--title-color);
  font: var(--text-18);
  font-family: Montserrat;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
}

.active .stages-answer__wrapper {
  display: block;
}

.stages-answer__wrapper {
  display: none;
}

.stages-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 19px;
  margin-left: auto;
  position: relative;
  left: 10px;
  width: calc(100% - 20px);
}

.stages .item:last-child {
  margin: 0 -15px 0;
  padding: 0 15px 0;
  border-bottom: 1px solid var(--border-color);
}

.stages .item:last-child::before {
  left: 15px;
}

/* end stages */
@media screen and (min-width: 501px) and (max-width: 640px) {
  .stages .item:last-child {
    margin: 0 -26px 0;
    padding: 0 26px 0;
  }

  .stages .j-dd-button {
    margin: 0 -26px 0;
  }

  .stages .item:last-child::before {
    left: 26px;
  }

  .stages-answer:first-of-type p,
  .stages-answer:first-of-type ul {
    padding: 0 1px 0 35px
  }
}

/* stages */
@media screen and (min-width: 641px) {


  section.stages {
    margin-top: 118px;
  }

  .stages__title._h2 {
    margin-bottom: 40px;
  }

  .stages-answer {
    width: 94%;
  }

  .active .stages__item--icon {
    right: 1px;
  }

  .stages-btn {
    left: 55px;
    width: calc(100% - 20px);
    max-width: 322px;
  }

  .stages__item--icon {
    right: 1px;
  }

  .stages .j-dd-button {
    margin: 0 -30px;
    padding: 40px 28px 19px 75px;
  }

  .stages .j-drop-down {
    display: block;
    padding-bottom: 18px;
  }

  .stages-answer {
    margin-bottom: 22px;
  }

  .stages .item:last-child {
    margin: 0 -30px 0;
    padding: 0 30px 0;
  }

  ol>li:last-of-type::before {
    left: 30px;
  }

  .stages .item:last-child::before {
    left: 30px;
  }

  .stages-question-text {
    font-size: 18px;
  }
}

/* end stages */
@media screen and (min-width: 1200px) {

  .stages .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .stages__title._h2 {
    width: 100%;
    margin-bottom: 38px;
  }

  .stages-question-text {
    color: var(--title-color);
    font-family: Montserrat;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  .stages-answer:first-of-type p,
  .stages-answer:first-of-type ul {
    padding-left: 0;
  }

  .stages-btn {
    left: 10px;
    width: calc(100% - 20px);
    max-width: 322px;
  }

  ol>li::before {
    top: 42px;
    left: 5px;
  }


  .stages .j-dd-button {
    margin: 0 0;
    padding: 39px 28px 37px 75px;
  }

  .stages .item:last-child {
    margin: 0;
    padding: 0;
  }

  ol>li:last-of-type::before {
    left: 0;
  }

  .stages__item--icon {
    right: 5px;
    top: 0px;
    width: 24px;
  }

  .stages__wrapper {
    width: 100%;
    max-width: 870px;
  }

  .stages .j-dd-button {
    margin: 0 0;
    padding: 39px 27px 21px 86px;
  }

  .stages .j-drop-down {
    display: block;
    padding-bottom: 18px;
  }

  .stages__item--icon {
    width: 24px;
    height: 24px;
    top: 0px;
    right: 3px;
    position: relative;
  }

  .active .stages__item--icon {
    right: 3px;
    top: 0px;
  }

  .stages .item {
    position: relative;
    width: 100%;
  }

  .stages-answer {
    color: var(--text-color);
    padding-left: 84px;
    padding: 11px 54px 0 84px;
  }

  .stages-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 30px;
  }

  .stages .item:last-child::before {
    left: 4px;
  }
}

/* end stages */
/* video-block */
.video-block {
  position: relative;
  padding: 0;
  margin-top: 60px;
}


.video-block .wrapper {
  position: relative;
  min-height: 700px;
  padding: 40px 0;
}

.video-block::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 700px;
  background: center center/cover url(./img/video/video-375.jpg) no-repeat;
}

.video-block__body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.video-block__title {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 21px;
  line-height: 130%;
  color: var(--background);
  max-width: 320px;
  margin-bottom: 20px;
}

.video-block__time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 16px/130% var(--text-font);
  color: var(--background);
  border: 1px solid var(--background);
  border-radius: 22px;
  padding: 7px 15px;
}

.video-block__btn {
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  outline-offset: 29px;
  outline: 1px solid var(--background);
  margin: 156px auto 31px;
}

.video-block a:hover .video-block__btn {
  outline: 1px solid transparent;
}

.video-block__list {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  bottom: 27px;
}

.video-block__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 10px;
}

.video-block__item--title {
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  text-transform: uppercase;
  color: var(--background);
}

.video-block__item--text {
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: var(--background);
}

.video-block__item:nth-of-type(3) .video-block__item--title {
  text-transform: lowercase;
}

.video-block__item:nth-of-type(3) .video-block__item--title sup {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  position: relative;
  top: 0;
  left: 0;
  margin-right: 2px;
}

@media (min-width: 641px) {


  .video-block__title {
    max-width: 460px;
  }

  .video-block .wrapper {
    padding: 30px 0;
  }

  .video-block__btn {
    margin: 140px auto 31px;
  }

  .video-block__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    bottom: 30px;
  }

  .video-block__item {
    width: calc(25% - 8px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .video-block {
    margin-top: 80px;
  }

  .video-block__item:nth-of-type(3) .video-block__item--title sup {
    font-size: 14px;
    top: 2px;
  }

  .video-block__item--text {
    font-size: 16px;
  }

}

@media (min-width: 768px) {
  .video-block__title {
    font-size: 30px;
  }

  .video-block__item--title {
    font-size: 26px;
  }

}

@media (min-width: 1200px) {
  .video-block::before {

    background: center center/cover no-repeat url(./img/video/video-1600.jpg);
  }

  .video-block__title {
    font-size: 36px;
    margin-bottom: 30px;
    max-width: 510px;
  }

  .video-block .wrapper {
    padding: 60px 0;
  }

  .video-block__btn {
    width: 110px;
    height: 110px;
    margin: 74px auto 31px;
  }

  .video-block__item {
    width: calc(25% - 23px);
  }

  .video-block__list {
    bottom: 60px;
  }

  .video-block {
    margin-top: 110px;
  }
}

/* gallery */
.gallery {}

.gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.gallery__item {
  width: calc(50% - 4px);
  overflow: hidden;
  aspect-ratio: 184/184;
  -o-object-position: center;
  object-position: center;
}

.gallery__item:hover img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(105%);
  -ms-transform: scale(105%);
  transform: scale(105%);
}

.gallery__item--img-container {
  height: 100%;
}

.gallery__item img {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: -webkit-fill-available;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__item:nth-of-type(2n) {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.gallery__item:nth-of-type(2n+1) {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.gallery__item--title {
  display: none;
  letter-spacing: 0%;
  font: normal 400 14px/150% var(--text-font);
  color: var(--title-color);
  margin-top: 11px;
}

@media screen and (min-width: 641px) {
  .gallery__list {
    width: calc(100% - 60px);
    gap: 30px;
  }

  .gallery ._h2 {
    margin-bottom: 40px;
  }

  .gallery__item img {
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: -webkit-fill-available;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .gallery__item:nth-of-type(2n),
  .gallery__item:nth-of-type(2n+1) {
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    border-top-right-radius: unset;
    border-radius: 10px;
  }

  .gallery__item:nth-of-type(2n+1) {}

  .gallery__item {
    border-radius: 10px;
    width: calc(50% - 15px);
  }

  .gallery__item--title {}
}

@media screen and (min-width: 1200px) {
  .gallery__list {
    width: calc(100% - 60px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 420px) 10px minmax(0, 440px) 10px minmax(0, 440px);
    grid-template-columns: minmax(0, 420px) minmax(0, 440px) minmax(0, 440px);
    -ms-grid-rows: auto 30px auto 30px auto;
    grid-template-rows: auto auto auto;
    gap: 30px 10px;
  }

  .gallery__list>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .gallery__list>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .gallery__list>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }

  .gallery__list>*:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .gallery__list>*:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }

  .gallery__list>*:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }

  .gallery__list>*:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }

  .gallery__list>*:nth-child(8) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }

  .gallery__list>*:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-column: 5;
  }

  .gallery {}

  .wrapper {}

  .gallery__item:first-of-type {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

  .gallery__item:first-of-type .gallery__item--img-container {
    aspect-ratio: 420/560;
    height: auto;
  }

  .gallery__item {
    width: 100%;
    aspect-ratio: unset;
  }

  .gallery__item .gallery__item--img-container {
    overflow: hidden;
    border-radius: 16px;
    aspect-ratio: 440/250;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
  }

  .gallery__item:nth-of-type(6) .gallery__item--img-container {
    aspect-ratio: 420/250;
    height: auto;
  }

  .gallery__item--title {
    text-align: start;
    display: block;
  }
}

/* end gallery */
/* отвечаем на ваши вопросы */


.answers ._h2 {
  font-family: var(--title-font);
  font-weight: 600;
  font-size: 30px;
  color: var(--title-color);
  margin-bottom: 42px;
}

.answer-item-button {
  display: block;
  position: relative;
  width: 100%;
  font: 18px var(--text-font);
  font-weight: 500;
  color: var(--dark-grey-color);
  cursor: pointer;
  background-color: var(--block-background);
  padding: 33px 30px 34px 99px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid var(--line-color);
}

.answer-item-button .answer-txt {
  display: block;
  letter-spacing: 0%;
  font: normal 500 16px/20px var(--text-font);
}

.answer-item-button .arrow {
  display: inline-block;
  position: absolute;
  top: 47%;
  left: 41.5px;
  cursor: pointer;
}

.answer-item-button .arrow span {
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--main-color);
}

.answer-item-button .arrow span:nth-child(1) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
  position: relative;
  top: 1.5px;
}

drop-down.active .answer-item-button .arrow span:nth-child(1) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.j-dd-wrapper {
  display: none;
}

.answer-item-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-color);
  padding: 11px 28% 49px 7.5%;
}

.answer-item-content a {
  color: var(--text-color);
  border-bottom: 1px solid var(--main-color);
}

drop-down:last-child .answer-item-content {
  padding-bottom: 50px;
}


/* oтвечаем на ваши вопросы */
@media screen and (max-width: 1199px) {
  .answers ._h2 {
    font-size: 21px;
    margin-bottom: 29px;
  }

  .answers_menu-container {
    border-bottom: 1px solid var(--line-color);
  }

  drop-down {
    position: relative;
  }

  .answer-item-button {
    background-color: var(--background);
    color: var(--title-color);
    line-height: 20px;
    padding: 30px 15% 30px 15px;
    margin-bottom: 0;
  }

  .answer-item-button .arrow {
    left: inherit;
    right: 29px;
  }

  .answer-item-button .arrow span {
    display: block;
    width: 16px;
    height: 1.5px;
    background-color: var(--dark-grey-color);
  }

  drop-down .answer-item-content {
    position: relative;
    padding: 0 16px 50px;
  }

  .answer-item-content::after {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    background-color: var(--line-color);
    bottom: 0px;
    left: 0;
    z-index: 1;
  }
}

@media screen and (max-width: 480px) {

  /*  отвечаем на вопросы */
  .answers .wrapper:last-of-type {
    min-width: 100%;
  }

  .answers .h2 {
    padding: 0 16px;
  }

  .answer-item-button {
    padding: 30px 29% 30px 16px;
  }

  .answer-item-button .arrow {
    top: 48%;
    right: 20.5px;
  }

  drop-down:first-child .answer-item-button .arrow {
    top: 56%;
  }
}

@media screen and (min-width: 641px) {

  .answers ._h2 {
    font-size: 26px;
    margin-bottom: 38px;
  }

  .answer-item-button {
    padding: 30px 15% 29px 15px;
  }

  .answer-item-button .arrow {
    right: 30px;
  }

  .answer-item-button .answer-txt {
    font: normal 500 16px/24px var(--text-font);
  }

}

@media screen and (min-width: 1200px) {
  .answers ._h2 {
    font-size: 30px;
  }

  .answer-item-content {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    padding: 11px 29% 49px 7.4%;
  }

  section.answers {
    margin-top: 143px;
  }

  .answer-item-button {
    border-top: unset;
    border-radius: 10px;
    padding: 33px 15px 33px 7.4%;
  }

  .answer-item-button .arrow {
    top: 47%;
    left: 39.7px;
    cursor: pointer;
  }

  .answer-item-button .answer-txt {
    font: normal 500 18px/24px var(--text-font);
  }

  drop-down:last-child .answer-item-content {
    padding-bottom: 40px;
  }
}

/* стиль для страницы price */
.wrapper .banner-quiz__link {
  width: 100%;
}

.banner-quiz {
  padding: 0;
}

.banner-quiz img {
  width: 100%;
  max-width: 110px;
  height: auto;
  margin: 20px 0 10px -10px;
}

.banner-quiz .wrapper {
  text-align: start;
  display: block;
  border-radius: 10px;
  background-color: var(--block-background);
  padding: 0 30px 30px;
}

.banner-quiz__text-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 17px;
  width: 90%;
}

.banner-quiz__title {
  color: var(--title-color);
  font: normal 600 21px/27px var(--title-font);
}

.banner-quiz__text {
  color: var(--dark-grey-color);
  font: normal 400 16px/24px var(--text-font);
  margin-top: 12px;
}

.banner-quiz__btn svg {
  display: none;
}

.banner-quiz__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font: 500 12px/16px var(--text-font);
  color: var(--background);
  background: var(--main-color);
  border-radius: 4px;
  letter-spacing: 0.08em;
  border: 1px solid var(--main-color);
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  margin-top: 40px;
  padding: 10px 30px 8px;
}

.banner-quiz__link:hover .banner-quiz__btn {
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  color: var(--main-color);
  background-color: transparent;
}

@media screen and (min-width: 767px) {
  .banner-quiz img {
    width: auto;
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    max-width: unset;
    width: 110px;
    margin: 30px 0 0 0;
  }

  .banner-quiz__btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px 27px 8px 28px;
    margin: 40px 0 0;
  }

  .banner-quiz__text {
    width: 96%;
  }

  .banner-quiz__btn {
    padding: 10px 53px 8px 55px;
    margin: 40px 0 0;
  }

  .banner-quiz .wrapper {
    display: -ms-grid;
    display: grid;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    -ms-grid-columns: auto 37px auto;
    grid-template-columns: auto auto;
    -webkit-column-gap: 37px;
    -moz-column-gap: 37px;
    column-gap: 37px;
    padding-bottom: 40px;
  }

  .banner-quiz .wrapper>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .banner-quiz .wrapper>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .banner-quiz .wrapper>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .banner-quiz .wrapper>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  .banner-quiz .wrapper>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .banner-quiz .wrapper>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .banner-quiz .wrapper>*:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .banner-quiz .wrapper>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  .banner-quiz__text-container {
    margin-top: 41px;
  }
}

@media screen and (min-width: 1100px) {
  .banner-quiz .wrapper {
    min-height: 200px;
    padding: 0 43px 30px;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
  }

  .banner-quiz img {
    width: 131px;
    margin: 2px 0 0 0;
  }

  .banner-quiz__title {
    font: normal 600 26px/34px var(--title-font);
  }

  .banner-quiz__text {
    font: normal 400 18px/27px var(--text-font);
    margin-top: 12px;
  }

  .banner-quiz__btn {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    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;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    padding: 0;
    margin: 0;
  }

  .banner-quiz__btn svg {
    display: block;
    margin-left: 3px;
  }

  .banner-quiz__link:hover .banner-quiz__btn {
    background-color: var(--tab-color);
    border-color: var(--tab-color);
  }

  .banner-quiz__btn span {
    display: none;
  }

  .banner-quiz .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 46px;
    padding-bottom: 0;
  }

  .banner-quiz__text-container {
    max-width: 700px;
    padding: 30px 0;
    margin-top: 2px;
  }
}

.banner-quiz {
  margin: 60px 0;
}

.fancybox-section .content {
  padding: 51px 0 !important;
}

.redbanner-show .fancybox-section.center-popup.active .content {
  top: 90px;
}

@media screen and (min-width: 641px) {
  .banner-quiz {
    margin: 80px 0;
  }

  .fancybox-section.center-popup.active .content {
    top: 66px;
  }

  .fancybox-section.center-popup.active,
  .video-popup.active {
    padding-right: 0px;
    padding-top: 40px;
    top: 0;
  }

}

@media screen and (min-width: 1000px) {
  .banner-quiz {
    margin: 120px 0;
  }
}

.fancybox-wrapper .slider {
  display: none;
}

@media screen and (max-width: 1199.5px) {
  .fancybox-wrapper ._mob {
    padding-bottom: 80px;
  }


.fancybox-section.center-popup .popup-top {
    display: none;
}
  .fundament .fancybox-slider-wrapper .slider-controls.s-fancybox {
    display: none;
  }

  .fancybox-wrapper ._mob img {
    width: 100%;
  }

  .fancybox-wrapper ._mob .slide {
    width: calc(100% - 32px);
    margin: 0 auto 40px;
  }

  .fancybox-wrapper ._mob .slide img {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
  }

  .fancybox-section.center-popup.active .content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
    padding: 0;
  }

  .fancybox-section .tx {
    letter-spacing: 0%;
    font: normal 400 14px/150% var(--text-font);
    color: var(--title-color);
    margin-top: 14px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
  .fancybox-wrapper ._mob .slide {
    width: calc(100% - 60px);
  }

  .fancybox-section.center-popup.active .content {
    top: 78px;
    max-width: unset;
  }

  .fancybox-wrapper ._mob .slide:first-of-type img {
    max-width: 426px;
  }

  .fancybox-wrapper ._mob .slide img {
    border-radius: 16px;
  }

  .fancybox-wrapper ._mob .slide {
    margin: 0 auto 59px;
  }

  .fancybox-section.center-popup.active .content {
    top: 66px;
    max-width: unset;
    width: 100%;
  }

  .redbanner-show .fancybox-section.center-popup.active .content {
    top: 128px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
.redbanner-show .form-popup.center-popup .content {
    margin-top: 240px;
}
}
@media screen and (min-width: 1000px) and (max-width: 1199.5px) {
.fancybox-wrapper ._mob {
    padding-top: 40px;
}

  .fancybox-section.center-popup.active .content {
    top: 30px;
    width: 100%;
  }

  .center-popup {
    top: 0;
  }

  .fancybox-section.center-popup.active .content {
    top: 30px;
    width: 100%;
    padding-top: 100px !important;
    margin-top: 50px;
  }
  .redbanner-show .fancybox-section.center-popup.active .content {
    top: 12px;
}

}

.popup .close:before {
  content: unset;
}

.fancybox-wrapper .slider {
  max-width: unset;
}

@media screen and (min-width: 1200px) {
  .redbanner-show .fancybox-section.center-popup.active {
    top: 0;
}
  .redbanner-show .fancybox-section.center-popup.active .content {
    top: 186px;
  }
  .fancybox-slider-wrapper .slider-controls.s-fancybox {
    display: -ms-grid;
    display: grid;
  }

  .fancybox-wrapper .slider {
    display: inherit;
  }

  .fancybox-wrapper .slider {
    top: -7px;
    overflow-y: unset;
    max-width: 710px;
    margin: 0 auto;
  }

  .fancybox-section.center-popup .content {
    padding: 70px 120px 70px 120px;
    width: calc(100% - 35px);
    margin: 6px auto 70px auto;
    overflow: hidden;
    border-radius: 16px;
  }

  .fancybox-section.popup .l-center {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
  }

  .fancybox-section.center-popup.active .content {
    top: 116px;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    max-width: 1116px;
    padding-top: 23px !important;
  }

  .fancybox-section .slider .inner {
    height: calc(100% + 40px);
    overflow-y: hidden;
  }

  .fancybox-wrapper .slider .slide img {
    overflow: hidden;
    border-radius: 16px;
    max-width: 708px;
    margin: 0 auto;
  }

  .fancybox-wrapper .slider .slide:first-of-type img {
    max-width: 380px;
  }

  .fancybox-wrapper .slider .slide .tx {
    max-width: 708px;
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    font-size: 14px;
  }

  .fancybox-wrapper .slider .slide {
    background: var(--background);
    height: calc(100% + 23px);
    margin: 0 0 0 0;
  }

  .fancybox-wrapper .slider .slide:first-of-type .tx {
    max-width: 380px;
  }

  .fancybox-wrapper ._mob {
    display: none;
  }

  .fancybox-section.center-popup .content {
    max-width: 1116px;
    width: 100%;
    margin: 0 auto;
    background: var(--background);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 658px;
  }

  .fancybox-section .content {
    padding: 23px 0 !important;
  }

  .fancybox-section .slider:focus:before {
    content: unset;
  }

  .fancybox-section.center-popup .popup-top {
    position: absolute;
    right: 16px;
    top: 20px;
  }

  .fancybox-section.slider .inner {
    position: absolute;
    width: 100%;
    height: calc(100% + 40px);
  }

  .fancybox-section .text>*:last-child {
    margin-bottom: 0 !important;
    top: 0;
    position: relative;
    height: 100%;
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fancybox-wrapper button {
    position: absolute;
    top: 45%;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: var(--background);
    z-index: 500;
  }

  .fancybox-wrapper .slider-controls .next {
    right: 11px;
    top: 17px;
    background: center 31% / 60px url("data:image/svg+xml;utf8,<svg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='30' cy='30' r='30' fill='%23E5E5E5'/><path d='M29 24L35 30L29 36' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;
  }

  .fancybox-wrapper .slider-controls .next:hover {
    background: center 31% / 60px url("data:image/svg+xml;utf8,<svg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='30' cy='30' r='30' fill='%23930338'/><path d='M29 24L35 30L29 36' stroke='white' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;

  }

  .fancybox-wrapper .slider-controls .prev:hover {
    background: center 31% / 60px url("data:image/svg+xml;utf8,<svg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'><g transform='rotate(180 30 30)'><circle cx='30' cy='30' r='30' fill='%23930338'/><path d='M29 24L35 30L29 36' stroke='white' stroke-linecap='round' stroke-linejoin='round'/></g></svg>") no-repeat;

    -webkit-transition: -webkit-transform 0;

    transition: -webkit-transform 0;

    -o-transition: transform 0;

    transition: transform 0;

    transition: transform 0, -webkit-transform 0;
  }

  .fancybox-wrapper .slider-controls .prev {
    left: 11px;
    top: 17px;
    background: 45% 31% / 60px url("data:image/svg+xml;utf8,<svg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='30' cy='30' r='30' fill='%23E5E5E5'/><path d='M31 36L25 30L31 24' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat;
  }

  .fancybox-wrapper .slider-controls .prev.disabled,
  .fancybox-wrapper .slider-controls .next.disabled {
    background: none;
  }

  .fancybox-wrapper .slider-controls button .b {
    width: 15px;
    display: none;
  }
}