/* new */
.wpml-ls-item + .wpml-ls-item {
	margin-top: 10px;
}

.fancybox__slide {
	display: grid;
	place-items: center;
}

.has-youtube .fancybox__content, 
.has-vimeo .fancybox__content, 
.has-html5video .fancybox__content {
  max-width: 90vw!important;
}

.bot-profitable {
	display: none;
}

.section-hero__video {
  filter: drop-shadow(0px 20px 40px rgba(85, 85, 85, 0.35));
}

.section-hero__video-inner {
  width: 448px;
  height: 366px;
  overflow: hidden;
  border-radius: 24px;
}

.section-hero__video-inner iframe {
  display: block;
  width: 100%;
  height: 100%;
}


.bot-posibility {
  padding-top: 118px;
}

.bot-posibility__title {
  margin-bottom: 60px;
}

.bot-posibility__inner {
  display: flex;
  align-items: center;
}

.bot-posibility__interactive {
  width: 366px;
  height: 366px;
  margin-right: 124px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) {
  .bot-posibility__interactive .circle-part {
    transition: transform .3s ease;
  }
  
  .bot-posibility__interactive .circle-part:nth-of-type(1):hover {
    transform: translateX(-4px);
  }
  .bot-posibility__interactive .circle-part:nth-of-type(2):hover {
    transform: translateX(4px);
  }
  .bot-posibility__interactive .circle-part:nth-of-type(3):hover {
    transform: translateY(-4px);
  }
  .bot-posibility__interactive .circle-part:nth-of-type(4):hover {
    transform: translateY(4px);
  }
}

.bot-posibility__interactive::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(91.29deg, rgba(38, 171, 135, 0.35) 0%, rgba(4, 170, 245, 0.35) 100%);
  opacity: 0.8;
  filter: blur(64.2676px);
  z-index: -1;
}

.bot-posibility__interactive svg {
  display: block;
  width: 100%;
  height: 100%;
}

.bot-posibility__content {
  flex: 1;
}

.bot-posibility__content-inner {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px;
}

.bot-posibility__content-item {
  width: 50%;
  padding: 15px 10px;
}

.bot-posibility__content-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 10px;
}

.bot-posibility__content-desc {
  font-size: 16px;
  line-height: 24px;
  color: #63646F;
}

.bot-posibility__btn {
  margin-top: 40px;
}

.bot-studies {
  padding-top: 160px;
}

.bot-studies__inner {
  display: flex;
}

.bot-studies__content {
  flex: 1;
}

.bot-studies__title {
  margin-bottom: 20px;
}

.bot-studies__content-article {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #63646F;
}

.bot-studies__content-article p {
  margin-bottom: 10px;
}

.bot-studies__content-article ul li:not(:last-child) {
  margin-bottom: 10px;
}

.bot-studies__action {
  padding: 8px;
  box-shadow: 5px 20px 32px rgba(71,72,79,.15);
  position: relative;
  overflow: hidden;
  width: 590px;
  margin-left: 120px;
}

.bot-studies__action-inner {
  position: relative;
  z-index: 2;
  height: 100%;
  background-color: #f6f6f6;
  padding: 32px 52px 52px;
}

.bot-studies__action::before {
  content: "";
  position: absolute;
  display: block;
  background-image: linear-gradient(205.83deg,rgba(35,171,147,.55) 32.85%,#fbfcfe 83.69%);
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  right: -50%;
  bottom: -50%;
  z-index: 1;
  animation: 5s linear infinite infiniteRotating;
  transform-origin: center;
}

.bot-studies__select {
  margin-bottom: 20px;
}

.bot-studies__select-title {
  font-size: 16px;
  line-height: 24px;
  color: #63646F;
  margin-bottom: 5px;
}

.bot-studies__dropdown,
.tabs-slider__dropdown {
  position: relative;
  z-index: 2;
}

.bot-studies__dropdown.open .bot-studies__dropdown-arrow,
.tabs-slider__dropdown.open .tabs-slider__dropdown-arrow {
  transform: rotate(-180deg);
}

.bot-studies__dropdown.open .bot-studies__dropdown-current,
.tabs-slider__dropdown.open .tabs-slider__dropdown-current {
  border-radius: 8px 8px 0 0;
} 

.bot-studies__dropdown.open .bot-studies__dropdown-list,
.tabs-slider__dropdown.open .tabs-slider__dropdown-list {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
} 

.bot-studies__dropdown-current,
.tabs-slider__dropdown-current {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
  transition: border-radius .2s ease;
}

.bot-studies__dropdown-text,
.tabs-slider__dropdown-text {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.bot-studies__dropdown-arrow,
.tabs-slider__dropdown-arrow {
  transition: transform .25s ease;
}

.bot-studies__dropdown-list,
.tabs-slider__dropdown-list {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  transition: all .25s ease;
}

.bot-studies__dropdown-item,
.tabs-slider__dropdown-item {
  font-size: 16px;
  line-height: 24px;
  padding: 12px 16px;
  cursor: pointer;
}

.bot-studies__dropdown-item.active,
.tabs-slider__dropdown-item.active {
  background: rgba(0,0,0,.03);
}

@media (min-width: 1025px) {
  .bot-studies__dropdown-item,
  .tabs-slider__dropdown-item {
    transition: background .2s ease;
  }
  .bot-studies__dropdown-item:hover,
  .tabs-slider__dropdown-item:hover {
    background: rgba(0,0,0,.03);
  }
}

@media (max-width: 1024px) {
  .bot-studies__dropdown-item,
  .tabs-slider__dropdown-item {
    transition: background .1s ease;
  }
  .bot-studies__dropdown-item:active,
  .tabs-slider__dropdown-item:active {
    background: rgba(0,0,0,.03);
  }
}

.bot-studies__slider-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #222222;
  margin-bottom: 10px;
}

.bot-studies__slider-article,
.fa-works__item-acticle,
.fa-features__article,
.fa-setting__article,
.fa-steps__article {
  font-size: 16px;
  line-height: 24px;
  color: #63646F;
}

.bot-studies__slider-article p,
.fa-works__item-acticle p,
.fa-features__article p,
.fa-setting__article p,
.fa-steps__article p {
  margin-bottom: 10px;
}

.bot-studies__slider-article ul,
.fa-works__item-acticle ul,
.fa-features__article ul,
.fa-setting__article ul,
.fa-steps__article ul,
.bot-studies__slider-article ol,
.fa-works__item-acticle ol,
.fa-features__article ol,
.fa-setting__article ol,
.fa-steps__article ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.bot-studies__slider-article ul li,
.fa-works__item-acticle ul li,
.fa-features__article ul li,
.fa-setting__article ul li,
.fa-steps__article ul li,
.bot-studies__slider-article ol li,
.fa-works__item-acticle ol li,
.fa-features__article ol li,
.fa-setting__article ol li,
.fa-steps__article ol li {
  margin-bottom: 10px;
}

.bot-studies__voice {
  margin-top: 20px;
}

.bot-studies__slider {
  overflow: visible;
  position: relative;
}

.bot-studies__controls-btn {
  margin-top: 20px;
  display: inline-flex;
  align-items: flex-end;
  padding: 10px 30px;
  background: linear-gradient(var(--color-white),var(--color-white)) padding-box,linear-gradient(#26ab87,#04aaf5) border-box;
}

.bot-studies__controls-btn:hover {
  background: linear-gradient(var(--color-white),var(--color-white)) padding-box,linear-gradient(#eee574,#dc7820) border-box;
}

.bot-studies__controls-text {
  font-size: 16px;
  line-height: 24px;
}

.bot-studies__controls-icon {
  display: block;
  width: 24px;
  height: 24px;
}

.bot-studies__nav {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 16px;
  z-index: 10;
}

.bot-studies__slider-arrow {
  background: none;
  border: none;
  outline: none;
  width: 24px;
  height: 24px;
  display: block;
  cursor: pointer;
}

.bot-studies__slider-arrow + .bot-studies__slider-arrow {
  margin-left: 8px;
}

.bot-studies__slider-arrow svg {
  stroke: #222222;
}

.bot-studies__slider-arrow:focus,
.bot-studies__slider-arrow:active {
  background: none;
  border: none;
  outline: none;
}

@media (min-width: 1025px) {
  .bot-studies__slider-arrow svg {
    transition: opacity .2s ease;
  }
  .bot-studies__slider-arrow:hover svg {
    opacity: .4;
  }
}

@media (max-width: 1024px) {
  .bot-studies__slider-arrow svg {
    transition: opacity .1s ease;
  }
  .bot-studies__slider-arrow:active svg {
    opacity: .4;
  }
}

.bot-studies__slider-arrow.swiper-button-disabled {
  opacity: .4;
  pointer-events: none;
}

.bot-profitable {
  padding: 160px 0;
}

.bot-profitable__title {
  margin-bottom: 60px;
  max-width: 490px;
}

.bot-profitable__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.bot-profitable__item {
  width: calc(100% / 3);
  padding: 10px;
}

.bot-profitable__item-photo {
  width: 100%;
  height: auto;
  border-radius: 24px;
  transition: box-shadow .2s ease;
}

@media (min-width: 1025px) {
  .bot-profitable__item-photo:hover {
    box-shadow: 0 25px 25px rgba(0,0,0,.1);
  }
}

.bot-profitable__item img {
  display: block;
  width: 100%;
  height: auto;
}


.bot-work {
  padding-top: 160px;
}

.bot-work__inner {
  display: flex;
  align-items: flex-start;
  padding-right: 55px;
}

.bot-work__interactive {
  background: #FFFFFF;
  border-radius: 40px;
  padding: 40px 32px 32px;
  position: relative;
  width: 488px;
  margin-right: 124px;
}

.bot-work__interactive-title {
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #999999;
  text-transform: uppercase;
}

.bot-work__interactive-subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: rgba(3, 169, 244, 0.85);
  margin-bottom: 30px;
}

.bot-work__interactive-voice {
  width: 216px;
  margin: 0 auto 30px;
}

.bot-work__interactive-voice svg {
  display: block;
  width: 100%;
}

.bot-work__interactive-list {
  display: flex;
  flex-wrap: wrap;
  margin: -18px;
}

.bot-work__interactive-item {
  width: 50%;
  padding: 18px;
  padding: 18px;
  position: relative;
}

.bot-work__interactive-text {
  height: 100%;
  padding: 15px 32px;
  text-align: center;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 18px;
  background: #F7F9FE;
  border-radius: 12px;
}

.bot-work__interactive-arrow {
  position: absolute;
  z-index: 10;
}

.bot-work__interactive-item:nth-child(1) .bot-work__interactive-arrow {
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.bot-work__interactive-item:nth-child(2) .bot-work__interactive-arrow {
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.bot-work__interactive-item:nth-child(3) .bot-work__interactive-arrow {
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%) rotateY(180deg);
}

.bot-work__title {
  margin-bottom: 20px;
}

.bot-work__article {
  font-size: 18px;
  line-height: 26px;
  color: #63646F;
}

.bot-work__article p {
  margin-bottom: 10px;
}

.bot-work__article ul li {
  margin-bottom: 10px;
}

.bot-work__interactive::before {
  content: "";
  background: linear-gradient(91.29deg, rgba(140, 162, 212, 0.35) 0%, rgba(140, 162, 212, 0.35) 100%);
  opacity: .8;
  filter: blur(64.2676px);
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bot-work__content {
  flex: 1;
}

.bot-steps {
  padding: 160px 0;
}

.bot-steps__title {
  margin-bottom: 60px;
}

.bot-steps__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -54px;
}

.bot-steps__item {
  width: calc(100% / 3);
  position: relative;
  padding: 40px 54px;
}

.bot-steps__item-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bot-steps__icon {
  width: 102px;
  height: 92px;
  margin-bottom: 20px;
}

.bot-steps__icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.bot-steps__counrter {
  width: 32px;
  height: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  background: linear-gradient(91.29deg, #26AB87 0%, #04AAF5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}

.bot-steps__desc {
  font-size: 16px;
  line-height: 24px;
  color: #63646F;
}


.bot-steps__arrow {
  position: absolute;
}

.bot-steps__item:nth-child(6n + 2) .bot-steps__arrow,
.bot-steps__item:nth-child(6n + 1) .bot-steps__arrow {
  left: 100%;
  top: 75px;
  transform: translateX(-50%);
}

.bot-steps__item:nth-child(6n + 3) .bot-steps__arrow {
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.bot-steps__item:nth-child(6n + 5) .bot-steps__arrow,
.bot-steps__item:nth-child(6n + 6) .bot-steps__arrow {
  right: 100%;
  top: 75px;
  transform: translateX(-50%) rotateY(180deg);
}

.bot-personalization {
  padding-top: 160px;
}

.bot-personalization__title {
  margin-bottom: 60px;
  max-width: 592px;
}

.bot-personalization__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.bot-personalization__item {
  width: calc(100% / 3);
  padding: 10px;
}

.bot-personalization__item-wrapper {
  padding: 8px;
  width: 100%;
  box-shadow: 5px 20px 32px rgba(71,72,79,.15);
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.bot-personalization__item-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background-image: linear-gradient(205.83deg,rgba(35,171,147,.55) 32.85%,#fbfcfe 83.69%);
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  right: -50%;
  bottom: -50%;
  z-index: 1;
  animation: 5s linear infinite infiniteRotating;
  transform-origin: center;
}

.bot-personalization__item-inner {
  height: 100%;
  background-color: #f6f6f6;
  position: relative;
  z-index: 2;
  padding: 38px 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.bot-personalization__item-title {
  background: linear-gradient(232.12deg, rgba(3, 169, 244, 0.85) 17.72%, rgba(72, 171, 23, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 36px;
  line-height: 140%;
}

.bot-personalization__item-desc {
  font-size: 16px;
  line-height: 24px;
  color: #63646F;
}

.bot-price {
  padding: 160px 0;
}

.bot-price__title {
  margin-bottom: 40px;
}

.bot-price__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.bot-price__item {
  width: calc(100% / 3);
  padding: 10px;
}

.bot-price__item-wrapper {
  height: 100%;
  padding: 8px;
  width: 100%;
  box-shadow: 5px 20px 32px rgba(71,72,79,.15);
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}

.bot-price__item-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  background-image: linear-gradient(205.83deg,rgba(35,171,147,.55) 32.85%,#fbfcfe 83.69%);
  width: 200%;
  height: 200%;
  left: -50%;
  top: -50%;
  right: -50%;
  bottom: -50%;
  z-index: 1;
  animation: 5s linear infinite infiniteRotating;
  transform-origin: center;
}

.bot-price__item-inner {
  height: 100%;
  height: 100%;
  background-color: #f6f6f6;
  position: relative;
  z-index: 2;
  padding: 47px 52px 52px;
}

.bot-price__item-title {
  background: linear-gradient(232.12deg, rgba(3, 169, 244, 0.85) 17.72%, rgba(72, 171, 23, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 700;
  font-size: 26px;
  line-height: 140%;
  margin-bottom: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}

.bot-price__item-article {
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.bot-price__item-article p {
  margin-bottom: 10px;
}

.bot-price__item-article ul li {
  margin-bottom: 10px;
}

.bot-testimonials {
  padding: 160px 0 0;
}

.fancybox__backdrop {
  background: rgba(0,0,0, .7);
}

.modal-contact__blur {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  width: 488px;
  height: 366px;
  background: linear-gradient(91.29deg, #8CA2D4 0%, #8CA2D4 100%);
  opacity: .8;
  filter: blur(64.2676px);
}

.modal-contact__blur--one {
  right: -50%;
  top: -50%;
}

.modal-contact__blur--two {
  left: -50%;
  bottom: -50%;
}

.modal-contact__header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.modal-contact {
  padding: 27px 40px;
  max-width: 486px;
	height: max-content;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.modal-contact > .f-button.is-close-btn {
  background: none;
  opacity: 1;
  top: 23px !important;
  right: 20px !important;
}

.modal-contact > .f-button.is-close-btn svg {
  stroke: black;
}

.modal-contact__title {
  display: flex;
  align-items: center;
}

.modal-contact__title-icon {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.modal-contact__title-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  flex: 1;
}

.modal-contact__body-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 40px;
}

.modal-contact__inp-wrapper {
  margin-bottom: 20px;
}

.modal-contact__label {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.modal-contact__inp {
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  background: transparent;
  display: block;
  width: 100%;
  height: 44px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 10px;
}

.modal-contact__check {
  margin-bottom: 20px;
}

.modal-contact__check .checkbox-label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.modal-contact__check .wpcf7-not-valid-tip {
  position: absolute;
  right: auto;
  left: 0;
  top: 100%;
  width: 100%;
}

.modal-contact__check .wayform-check.active {
  border: 1px solid #0b76ef;
  background-color: #0b76ef;
}

.modal-contact__check .wayform-check.active::before {
  opacity: 1;
}

.modal-contact__check .wayform-check {
  background: transparent;
  margin-right: 5px;
  position: relative;
  transition: all .2s ease;
  border-color: #a1a1a1;
}

.modal-contact__check .wayform-check::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -70%) rotate(-35deg);
  opacity: 0;
  width: 10px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: opacity .2s ease;
}

.modal-contact__check-inp {
  position: absolute;
  left: -99999em;
  opacity: 0;
  visibility: hidden; 
}

.modal-contact__check-inp:checked + .modal-contact__check-label .modal-contact__check-icon {
  background: #0b76ef;
  border-color: #0b76ef;
}

.modal-contact__check-inp:checked + .modal-contact__check-label .modal-contact__check-icon svg {
  opacity: 1;
}

.modal-contact__check-label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.modal-contact__check-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  border: 1px solid #a1a1a1;
  border-radius: 2px;
  margin-right: 10px;
}

.modal-contact__check-icon svg {
  display: block;
  width: 80%;
  height: 80%;
  stroke: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

.modal-contact__check-text {
  flex: 1;
  font-size: 13px;
  line-height: 18px;
}

.modal-contact__check-text a {
  text-decoration: underline;
  transition: color .2s ease;
  color: #222222;
}

.modal-contact__check-text a:hover {
  color: #26ab87;
}

.fa-works {
  background: #F6F6F6;
  padding: 120px 0;
  margin: -30px -20px 0;
}

.fa-works__title {
  margin-bottom: 60px;
}

.fa-works__inner {
  padding: 0 100px;
}

.fa-works__item + .fa-works__item {
  margin-top: 60px;
}

.fa-works__item-inner {
  display: flex;
  align-items: center;
}

.fa-works__photo {
  width: 50%;
  position: relative;
  z-index: 2;
}

.photo-shadow {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1.8);
	object-fit: contain;
}

.fa-works__photo-inner {
  overflow: hidden;
  border-radius: 12px;
}

.fa-works__content {
  width: 50%;
  padding-left: 121px;
}

.fa-works__item-title,
.fa-features__title,
.fa-setting__title,
.fa-steps__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  color: #222;
  margin-bottom: 20px;
}

.fa-against {
  margin: 160px 0;
}

.fa-against__title {
  margin-bottom: 60px;
}

.fa-against__inner {
  display: flex;
  flex-wrap: wrap;
  margin: -62px;
}

.fa-against__item {
  width: calc(100% / 3);
  padding: 62px;
}

.fa-against__item-inner {
  height: 100%;
}

.fa-against__preview {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #FAFAFA;
  margin-bottom: 21px;
  height: 250px;
}

.fa-against__icon {
  width: 120px;
  height: 120px;
}

.fa-against__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.fa-against__item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #222;
}

.fa-features {
  margin: 160px 0 80px;
}

.fa-features__inner {
  display: flex;
  align-items: center;
  padding: 0 100px;
}

.fa-features__photo {
  width: 50%;
  position: relative;
  z-index: 2;
}

.fa-features__photo-inner {
  border-radius: 12px;
  overflow: hidden;
}

.fa-features__content {
  width: 50%;
  padding-left: 121px;
}

.fa-setting {
  margin: 80px 0 160px;
}
.fa-setting.reversed {
  background-color: #FBFBFF;
  margin: 0 !important;
  padding: 80px 0;
}
.fa-setting.reversed .fa-setting__inner {
  flex-direction: row-reverse;
}
.fa-setting.reversed .fa-setting__content {
  padding-left: 120px;
  padding-right: 0;
}

.fa-setting__inner {
  display: flex;
  align-items: center;
  /* padding: 0 100px; */
}

.fa-setting__content {
  width: 50%;
  padding-right: 120px;
}

.fa-setting__photo {
  width: 50%;
  position: relative;
  z-index: 2;
}

.fa-steps {
  margin: 160px 0;
}

.fa-steps__inner {
  padding: 0 100px;
  display: flex;
  align-items: center;
}

.fa-steps__photo {
  width: 50%;
  position: relative;
  z-index: 2;
}

.fa-steps__content {
  width: 50%;
  padding-left: 121px;
}

.section-fa {
  padding: 0;
  margin: 160px 0;
}




/* Here */

@media (max-width: 1440px) {
  .fa-works__inner,
  .fa-features__inner,
  .fa-setting__inner,
  .fa-steps__inner {
    padding: 0;
  }

  .fa-works {
    padding: 100px 0;
  }

  .fa-works__content,
  .fa-features__content,
  .fa-steps__content {
    padding-left: 80px;
  }

  .fa-setting__content {
    padding-right: 80px;
  }

  .fa-works__title {
    margin-bottom: 40px;
  }

  .fa-against,
  .fa-steps,
  .section-fa {
    margin: 120px 0;
  }

  .fa-features {
    margin:  120px 0 80px;
  }

  .fa-setting {
    margin: 80px 0 120px;
  }

  .fa-against__inner {
    margin: -40px;
  }

  .fa-against__item {
    padding: 40px;
  }
  .fa-against__title {
    margin-bottom: 40px;
  }
}

@media (max-width: 1100px) {
  .bot-posibility__inner {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bot-posibility__interactive {
    margin: 0 0 40px 0;
  }
  .bot-posibility__content {
    width: 100%;
    flex: initial;
  }
  .bot-studies__action {
    width: 520px;
    margin-left: 50px;
  }
  .bot-work__inner {
    padding-right: 0;
  }
  .bot-work__interactive {
    margin-right: 20px;
  }
  .bot-personalization {
    padding-top: 100px;
  }
  .bot-personalization__title {
    margin-bottom: 40px;
  }
  .bot-personalization__inner {
    margin: 0;
  }
  .bot-personalization__item {
    width: 100%;
    padding: 0;
  }
  .bot-personalization__item + .bot-personalization__item {
    margin-top: 20px;
  }
  .bot-personalization__item-wrapper:before {
    width: auto;
    height: auto;
    left: -100%;
    right: -100%;
    bottom: -1000%;
    top: -1000%;
  }
  .bot-testimonials {
    padding-top: 100px;
  }
  .bot-price {
    padding: 100px 0;
  }
  .bot-price__item-inner {
    padding: 25px 20px 25px;
  }
  .bot-price__item-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .fa-against__inner {
    margin: -20px;
  }

  .fa-against__item {
    padding: 20px;
  }

  .fa-against,
  .fa-steps,
  .section-fa {
    margin: 100px 0;
  }

  .fa-features {
    margin: 100px 0 60px;
  }

  .fa-setting {
    margin: 60px 0 100px;
  }  
  
  .section-hero__right {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .section-hero__video {
    transform: translateY(0);
    width: 100%;
  }
  .section-hero__video-inner {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 76%;
  }
  .section-hero__video-inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .bot-posibility {
    padding-top: 50px;
  }
  .bot-posibility__title {
    margin-bottom: 40px;
  }
  .bot-posibility__content-inner {
    margin: 0;
  }
  .bot-posibility__content-item {
    width: 100%;
    padding: 0;
  }
  .bot-posibility__content-item + .bot-posibility__content-item {
    margin-top: 20px;
  }
  .bot-posibility__content-title {
    max-width: 100%;
  }
  .bot-studies {
    padding-top: 100px;
  }
  .bot-studies__inner {
    flex-wrap: wrap;
  }
  .bot-studies__content {
    width: 100%;
    flex: initial;
    margin-bottom: 40px;
  }
  .bot-studies__action {
    width: 100%;
    margin: 0;
  }
  .bot-profitable {
    padding: 100px 0;
  }
  .bot-profitable__title {
    margin-bottom: 40px;
  }
  .bot-profitable__inner {
    margin: 0;
  }
  .bot-profitable__item {
    width: 100%;
    padding: 0;
  }
  .bot-profitable__item + .bot-profitable__item {
    margin-top: 20px;
  }
  .bot-work {
    padding-top: 100px;
  }
  .bot-work__inner {
    flex-wrap: wrap;
  }
  .bot-work__interactive {
    width: 100%;
    margin: 0
  }
  .bot-work__content {
    width: 100%;
    order: -1;
    margin-bottom: 40px;
  }
  .bot-steps {
    padding: 100px 0;
  }
  .bot-steps__title {
    margin-bottom: 40px;
  }
  .bot-steps__inner {
    margin: 0;
    flex-direction: column;
    align-items: center;
  }
  .bot-steps__item {
    padding: 0;
    width: 100%;
  }
  .bot-steps__item + .bot-steps__item {
    margin-top: 80px;
  }
  .bot-steps__arrow {
    left: 50% !important;
    top: 100% !important;
    right: auto !important;
    transform: rotateY(0) rotate(90deg) translate(100%, 50%) !important;
  }
  .bot-steps__item:nth-child(1) {
    order: 1;
  }
  .bot-steps__item:nth-child(2) {
    order: 2;
  }
  .bot-steps__item:nth-child(3) {
    order: 3;
  }
  .bot-steps__item:nth-child(4) {
    order: 6;
  }
  .bot-steps__item:nth-child(5) {
    order: 5;
  }
  .bot-steps__item:nth-child(6) {
    order: 4;
  }
  .bot-price__inner {
    flex-wrap: wrap;
    margin: 0;
  }
  .bot-price__item {
    padding: 0;
    width: 100%;
  }
  .bot-price__item + .bot-price__item {
    margin-top: 20px;
  }
  .bot-price__item-wrapper:before {
    width: auto;
    height: auto;
    left: -100%;
    right: -100%;
    top: -500%;
    bottom: -500%;
  }
  .fa-works {
    margin: -30px 0 0;
  }
}

@media (max-width: 768px) {
  .fa-works__content,
  .fa-features__content,
  .fa-steps__content {
    padding-left: 20px;
  }

  .fa-setting__content {
    padding-right: 20px;
  }

  .fa-works__item-title,
  .fa-features__title,
  .fa-steps__title,
  .fa-setting__title {
    margin-bottom: 15px;
  }

  .fa-works__item-title, .fa-features__title, .fa-setting__title, .fa-steps__title {
    font-size: 24px;
    line-height: 140%;
  }

  .fa-against__inner {
    margin: 0;
  }

  .fa-against__item {
    width: 100%;
    padding: 0;
  }


  .fa-against__item + .fa-against__item {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {
  .page-template-page-2fa .section-hero__right {
    margin-bottom: 0 !important;
  }
  .fa-works {
    margin: -50px 0 0;
  }
  .fa-against__preview {
    height: 160px;
    margin-bottom: 10px;
  }
  .fa-works {
    padding: 80px 0;
  }
  .fa-against {
    margin: 80px 0;
  }

  .fa-features {
    margin: 80px 0;
  }

  .fa-steps {
    margin: 80px 0 30px;
  }

  .fa-setting {
    margin: 80px 0;
  }

  .fa-steps__inner {
    flex-wrap: wrap;
  }

  .fa-steps__photo {
    width: 100%;
    margin-bottom: 40px;
  }

  .fa-steps__content {
    padding-left: 0;
    width: 100%;
  }

  .fa-works__item-inner,
  .fa-features__inner,
  .fa-setting__inner {
    flex-wrap: wrap;
  }

  .fa-works__photo,
  .fa-features__photo,
  .fa-setting__photo {
    width: 100%;
    margin-bottom: 40px;
  }

  .fa-works__content,
  .fa-features__content {
    padding-left: 0;
    width: 100%;
  }

  .fa-setting__photo {
    order: -1;
  }

  .fa-setting__content {
    width: 100%;
    padding-right: 0;
  }

  .fa-setting.reversed {
    padding: 40px 0;
  }

  .fa-setting.reversed .fa-setting__inner {
    flex-direction: column;
  }
  .fa-setting.reversed .fa-setting__content {
    padding-left: 0;
    padding-right: 0;
  }
  
  
  .bot-posibility__content-title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .bot-posibility__content-title br {
    display: none;
  }
  .bot-posibility__content-desc {
    font-size: 13px;
    line-height: 18px;
  }
  .bot-posibility__btn {
    width: 100%;
  }
  .bot-studies__action:before {
    width: auto;
    height: auto;
    left: -134%;
    top: -134%;
    right: -134%;
    bottom: -134%;
  }
  .bot-studies__content-article {
    font-size: 16px;
    line-height: 24px;
  }
  .bot-studies__action-inner {
    padding: 38px 17px;
  }
  .bot-studies__slider-article,
  .fa-works__item-acticle,
  .fa-features__article,
  .fa-setting__article,
  .fa-steps__article {
    font-size: 16px;
    line-height: 24px;
  }
  .bot-studies__controls {
    flex-direction: column;
    align-items: flex-start;
  }
  .bot-studies__nav {
    position: static;
    margin-top: 40px;
  }
  .bot-work__article {
    font-size: 16px;
    line-height: 24px;
  }
  .bot-work__interactive {
    padding: 22px 18px 18px;
  }
  .bot-work__interactive-title {
    font-size: 6.88525px;
    line-height: 10px;
  }
  .bot-work__interactive-subtitle {
    font-size: 11.4754px;
    line-height: 140%;
    margin-bottom: 17px;
  }
  .bot-work__interactive-voice {
    max-width: 123px;
    margin-bottom: 17px;
  }
  .bot-work__interactive-text {
    padding: 8px 18px;
    font-size: 11px;
    line-height: 15px;
  }
  .bot-work__interactive-list {
    margin: -13px;
  }
  .bot-work__interactive-item {
    padding: 13px;
  }
  .bot-personalization__item-inner {
    padding: 52px 12px;
  }
  .bot-personalization__item-wrapper:before {
    bottom: -100%;
    top: -100%;
  }
  .bot-price__item-inner {
    padding: 38px 12px;
  }
  .bot-price__item-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .bot-price__item-article {
    font-size: 16px;
    line-height: 24px;
  }
  .page-template-page-bot .section-hero__right {
    margin-bottom: 0 !important;
  }
  .modal-contact {
    padding: 27px 20px;
  }
  .modal-contact__body-title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 20px;
  }
  .modal-contact__btn {
    width: 100%;
  }
  .modal-contact__blur--one {
    right: -60%;
    top: -60%;
  }
  .modal-contact__blur--two {
    left: -60%;
    bottom: -60%;
  }
}

.fancybox-image {
  max-width: 95%;
}

.fancybox__slide.has-image>.fancybox__content {
  height: 95vh !important;
}

@media screen and (max-width: 1200px) {
  .fancybox__slide.has-image>.fancybox__content {
    height: auto !important;
  }

  html.with-fancybox{
    overflow-x: hidden;
  }
}

.checkbox-checked .wayform-check{
  background-color: #36a4dc;
}

.checkbox-checked .wayform-check:before{
  opacity: 1;
}