

/* Start:/local/components/magnetto/customers/templates/marquee/style.css?1762816507921*/
.client-marquee .marquee-container {
  height: 57px;
  margin: 0px 0 0;
  padding: 12px 0;
}
.client-marquee .marquee {
  animation: scroll 125s linear infinite;
}
.client-marquee .marq-items {
  gap: 80px;
}
.client-marquee .marq-item {
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.client-marquee .marq-items-wrap {
  gap: 80px;
}
.client-marquee img {
  max-height: 100%;
  filter: grayscale(1);
  filter: invert(1) grayscale(1) brightness(140%);
}
.marquee-container.marquee-border {
  border: thin solid black;
  border-radius: 50px;
}.theme--white .client-marquee img{
  filter: invert(0) grayscale(1) brightness(50%);
}
@media (max-width: 768px) {
  .client-marquee .marq-item {
    height: 20px;
  }
  .client-marquee .marquee-container {
    height: 45px;
    margin: 0px 0 0;
    padding: 12px 0;
  }
}

/* End */


/* Start:/local/components/magnetto/slider/templates/vertical/style.css?17628878607289*/

.review-swiper-button.swiper-button-prev {
  left: 0;
}
.swiper {
  overflow: visible;
}
.review-swiper-button.swiper-button-prev,
.review-swiper-button.swiper-button-next {
  width: 48px;
}
.review-swiper-button.swiper-button-next {
  right: 0;
}
.review-swiper-button.swiper-button-prev,
.review-swiper-button.swiper-button-next {
  width: 56px;
  border: 1px solid white;
  border-radius: 50%;
  height: 56px;
  top: -30px;
}
.review-swiper-button.swiper-button-prev svg,
.review-swiper-button.swiper-button-next svg {
  opacity: 0;
}
.review-swiper-button.swiper-button-next {
  left: auto;
  right: 0;
}
.review-swiper-button::after {
  content: "";
  display: block;
  height: 100%;
  left: -2px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center;
  position: absolute;
  margin: auto;
  background-image: url('data:image/svg+xml,<svg width="13" height="23" viewBox="0 0 13 23" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1L2 11.5L12 22" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
}
.review-swiper-button.swiper-button-prev {
  right: 80px;
  left: auto;
}
.review-swiper-button:hover {
  background: rgb(255 255 255 / 27%);
}
.swiper-button-next:after {
  transform: scaleX(-1);
  left: 2px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 51px;
  color: #a5ed43;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  /* display: none; */
}
.swiper-slide.review-slide.swiper-slide-next
  + .swiper-slide.review-slide
  + .swiper-slide.review-slide,
.swiper-slide.review-slide.swiper-slide-prev {
  /* opacity: 0; */
  transition: 0.3s all;
}
.review-swiper-pagination {
  opacity: 0;
  display: none;
}
.swiper-slide .card-new{
  height: 100%;
  opacity: 1!important; 
}
.swiper-slide {
  user-select: none;

}

.lessons-preview {
  height: 353px;
  border-radius: 30px;
  background-size: contain;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.image-carousel-arr {
  position: relative !important;
  filter: invert(1);
  right: auto !important;
  left: auto !important;
  top: auto !important;
}
.lessons-swiper{
  margin-top: 75px;
}
.lessons-swiper .swiper-slide{
  width: 678px;
}.lessons-swiper 
.swiper-slide .card-new{
  max-width: 100%;
  padding: 26px;
  padding-bottom: 40px;
}
.lesson-before {
  opacity: 0.7;
}
.preview-wrapper {
  height: 100%;
  width: 100%;
}
.base-arr-wrap {
  position: absolute;
  right: 0;
  top: 13px;
}
.preview-image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px;
  background-color: #0c0c0c;
}
.preview-wrapper iframe {
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.0);
}
.base-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100%;
  height: 12px;
  margin-right: 6px;
  border-radius: 56px;
  background: #9E9E9E !important;
}.base-swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 5px !important;
  border-radius: 50%;
  background: white !important;
} 
.slider-vertical .swiper-slide{
  height: auto;
  /* max-height: 235px; */
}
.slider-vertical .swiper-wrapper{
height: auto;
}
.slider-vertical .swiper{
  max-height: 733px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
}
img.vertical-slider-img {
  max-height: 79%;
  right: 23px;
}
 .base-swiper-pagination {
  opacity: 0;
  position: relative;
  display: flex
;
  bottom: 0 !important;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.vertical-slider-svg {
  position: absolute;
  right: 10px;
  top: 13px;
}
.vertical-slider-svg{ 
  border-radius: 50%;
  transition: 0.2s all;
}
.vertical-align-card:hover span {
  transform: rotate(45deg);
  background-color: #79F316; 
}
.vertical-align-card:hover 
.vertical-slider-svg svg{
  filter: invert(1);
}
.slider-vertical
.review-swiper-button.swiper-button-prev,.slider-vertical .review-swiper-button.swiper-button-next{
  transform: rotate(-90deg);
}
.slider-vertical-text{
  font-size: 26px;
}
@media (max-width: 1650px) {
 
.slider-vertical-text{
  font-size: 22px;
}
}
@media (max-width: 1318px) { 

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 37px;
  }
  .slider-vertical-text{
    font-size: 30px;
  }
  .review-swiper-button.swiper-button-next {
    right: 7px;
  }
  .review-swiper-button.swiper-button-prev {
    left: auto;
  }
  .review-wrapper .show-more {
    font-size: 12px;
  }
  .review-wrapper .show-more svg {
    width: 12px;
    top: -1px;
  }
  .swiper-slide.review-slide.swiper-slide-next + .swiper-slide.review-slide,
  .swiper-slide.review-slide.swiper-slide-prev {
    opacity: 0;
    transition: 0.3s all;
  }
  .lessons-swiper{
      margin-top: 50px;
  }.base-arr-wrap {
    position: absolute;
    right: 30px;
    top: 13px;
}img.vertical-slider-img {
  max-height: 96%;
  right: 64px;
}.slider-vertical-text { 
  width: 50%;
}.vertical-slider-svg {
  position: absolute;
  right: 26px;
  top: 26px;
}.slider-vertical .swiper-slide {
  height: auto;
  /* max-height: 235px; */
  min-height: 362px;
}.base-swiper-pagination .swiper-pagination-bullet {
  flex-shrink: 1;
  width: 100%;
  border-radius: 61px;
}.base-swiper-pagination {
  order: -1; 
        opacity: 1;
}   .slider-vertical .swiper {
  border-radius: 13px;
  margin-top: 15px;
} 
}

@media (max-width: 767px) { 
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 17px;
  }
  .review-swiper-button.swiper-button-next {
    right: 2px;
    top: 27px;
    background: rgb(255 255 255 / 13%);
    border-radius: 50%;
    height: 34px;
    width: 34px;
  } 
  .review-swiper-button.swiper-button-prev {
    left: 2px;
    top: 27px;
    background: rgb(255 255 255 / 13%);
    border-radius: 50%;
    height: 34px;
    width: 34px;
  }
  .review-swiper-button.swiper-button-prev {
    left: auto;
    right: 50px;
  }
  .review-slider {
    left: 0;
    width: 100%;
    padding: 0;
    top: 0;
    padding-top: 23px;
  }
  .review-swiper-button.swiper-button-prev,
  .review-swiper-button.swiper-button-next {
    display: none;
  }
  .review-slider .swiper-wrapper {
    padding-bottom: 35px;
  }
  .review-slider span.swiper-pagination-bullet {
    margin: 0 2px !important;
  }
  .review-swiper-pagination {
    opacity: 1;
    display: block;
  } 
  .lessons-preview {
    height: 45vw;
    border-radius: 30px;
    margin-bottom: 24px;
}
.lessons-swiper{
    margin-top: 25px;
}
.swiper-wrapper{
  height: auto;
}
.preview-wrapper {
  border-radius: 18px;
  overflow: hidden;
}
.preview-image { 
  border-radius: 18px; 
}
.preview-wrapper iframe { 
  border-radius: 18px;}

  .base-swiper-pagination {
    opacity: 1;
  }
  .slider-vertical-text{
    font-size: 18px;
  }img.vertical-slider-img {
    max-height: 80%;
    right: 0px;
}.slider-vertical .swiper { 
  border-radius: 13px;
}    .slider-vertical .swiper-slide {
  height: auto;
  /* max-height: 235px; */
  min-height: 194px;
}    .vertical-slider-svg {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 41px;
}    img.vertical-slider-img {
  max-height: 87% 
;
  right: 40px;
}main.new-main.theme-BLACK {
  margin-bottom: 30px;
}
}


/* End */


/* Start:/local/components/magnetto/modals/templates/form-in-modal/style.css?17325104435818*/
.modal .modal-content {
  position: relative;
  border-radius: 0;
}

.modal .modal-content .btn-close {
  position: absolute;
  right: 12px;
  top: 5px;
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  z-index: 10;
  /* box-shadow: 0 10px 42px 0 rgba(118, 113, 171, 0.15); */
  /* background: #fff; */
  opacity: 1;
  /* transition: all 0.3s ease; */
  background: none;
  font-size: 27px;
}
.modal-title {
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
}
p.modal-descr {
  font-size: 14px;
  text-align: left;
  line-height: 130%;
  margin-top: 40px;
}
.modal .separator {
  margin: 18px 0;
  background: #cecece;
}
span.modal-close {
  color: #222222;
  font-size: 30px;
  z-index: 3;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 13px;
}
.modal .modal-content .btn-close:hover {
  -webkit-transform: scale(1.1) rotate(90deg);
  -ms-transform: scale(1.1) rotate(90deg);
  transform: scale(1.1) rotate(90deg);
}
.modal .form-floating {
  position: relative;
  margin-bottom: 10px;
}
.modal-tr {
  border-radius: 17px;
  background: #a5f469;
  padding: 13px 20px;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  max-width: 32%;
}
.modal .modal-content .btn-close svg {
  margin-top: -5px;
}
.modal .form-floating > label {
  top: 1px;
  padding: 11px 0;
  font-size: 17px;
  font-weight: 300;
  font-size: 16px;
}
.modal .form-control {
  padding: 10px 0;
  border-radius: 0;
  /* background-color: #f3f6f8; */
  border: none;
  border-bottom: thin solid #b7b7b7;
  height: auto;
  padding-top: 16px;
}
.modal .btn {
  padding: 0.7rem 2.5rem;
}
.button.modal-btn {
  min-width: 49%;
  font-size: 17px;
  font-weight: 600;
}
.form-control {
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.modal .form-control.is-invalid {
  background-color: #fff3f3 !important;
  padding-right: calc(1.4em + 0.2rem);
  /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12 2.5c-5.2 0-9.5 4.3-9.5 9.5s4.2 9.5 9.5 9.5c5.2 0 9.5-4.2 9.5-9.5 0-5.2-4.3-9.5-9.5-9.5zM6.7 5.8C8.1 4.6 10 3.9 12 3.9c4.5 0 8.1 3.6 8.1 8.1 0 2-.7 3.9-1.9 5.3L6.7 5.8zm-.9.9C4.6 8.1 3.9 10 3.9 12c0 4.5 3.6 8.1 8.1 8.1 2 0 3.9-.7 5.3-1.9L5.8 6.7z' fill-rule='evenodd' fill='%23ed5050'/%3e%3c/svg%3e");*/
  background-repeat: no-repeat;
  background-position: right calc(0.35em + 0.05rem) center;
  background-size: calc(0.7em + 0.1rem) calc(0.7em + 0.1rem);
}

.send-form.sended {
  opacity: 0;
}
.send-error,
.send-success,
.send-form {
  -webkit-transition: 0.7s all;
  -o-transition: 0.7s all;
  transition: 0.7s all;
}
.send-error,
.send-success {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.send-error.show,
.send-success.show {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.send-success svg {
  flex-shrink: 0;
}
.text-white .send-success {
  color: white;
}
.modal-dialog.modal-100 {
  --ar-modal-width: 1600px;
}
.modal .modal-100 .custom-modal-content {
  border-radius: 40px;
  padding: 43px 33px 25px;
}
.modal-new * {
  font-family: "Gilroy";
}
.modal-new span.modal-close {
  font-size: 55px;
  right: 33px;
  top: 23px;
}
.modal-new .default-input {
  background: #f5f5f5;
}
@media (max-width: 1650px) {
  .modal-dialog.modal-100 {
    --ar-modal-width: 1312px;
  }
}

@media (max-width: 1318px) {
  .modal .modal-body {
    padding: 21px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 23px;
    top: 19px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 636px;
  }
  .modal-title {
    font-size: 29px;
    font-weight: 600;
    margin-top: 26px;
  }
  .modal-tr {
    border-radius: 17px;
    background: #a5f469;
    padding: 9px 9px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 120%;
    max-width: 32%;
  }
  .button.modal-btn {
    min-width: 100%;
    font-size: 17px;
    font-weight: 600;
  }
  .modal .form-floating > label {
    top: 1px;
    padding: 11px 0;
    font-weight: 300;
    font-size: 13px;
  }
  .modal .form-control {
    padding: 5px 0;
    border-radius: 0;
    /* background-color: #f3f6f8; */
    border: none;
    border-bottom: thin solid #b7b7b7;
    height: auto;
    padding-top: 17px;
  }
  .modal .form-floating {
    position: relative;
    margin-bottom: 7px;
  }
}

@media (max-width: 570px) {
  .modal .modal-body {
    padding: 0px;
    width: 100%;
    margin: 0;
  }
  .modal-content.custom-modal-content {
    padding: 1px 9px 13px;
  }
  .modal-title {
    font-size: 26px;
    font-weight: 600;
    margin-top: 28px;
    line-height: 110%;
  }
  .modal-tr {
    border-radius: 7px;
    background: #a5f469;
    padding: 7px 9px;
    text-align: center;
    font-size: 13px;
    margin: 0 auto;
    font-weight: 600;
    line-height: 120%;
    max-width: 88%;
    margin-bottom: 7px;
  }
  p.modal-descr {
    font-size: 12px;
    text-align: left;
    line-height: 130%;
    margin-top: 26px;
  }
  .modal-dialog.modal-100 {
    --ar-modal-width: 100%;
  }
  .modal .modal-100 .custom-modal-content {
    border-radius: 27px;
    padding: 16px 10px 15px;
  }
  .modal-new span.modal-close {
    font-size: 35px;
    right: 17px;
    top: 11px;
  }
}

/* End */
/* /local/components/magnetto/customers/templates/marquee/style.css?1762816507921 */
/* /local/components/magnetto/slider/templates/vertical/style.css?17628878607289 */
/* /local/components/magnetto/modals/templates/form-in-modal/style.css?17325104435818 */
