::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.contact-block {
  margin: 0 0 50px;
  position: relative;
}
.contact-block .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.contact-block .left_text {
  flex-basis: 100%;
  margin-bottom: 20px;
}
.contact-block .right_form {
  flex-basis: 100%;
  background: #f6f6f6;
  border-radius: 25px;
  padding: 60px 55px 72px;
  text-align: center;
}
.contact-block .right_form h2 {
  font-weight: 800;
  font-size: 40px;
  line-height: 49px;
  padding-bottom: 24px;
}
.new_embed_form {
  height: 500px;
}
.drop-down {
  position: relative;
}
.drop-down .selected a {
  display: block;
  text-decoration: none;
}
.drop-down .selected a span {
  text-align: left;
  background: #fff;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 18px 50px;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-transform: capitalize;
  color: #333;
}
.drop-down .selected a span svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 50px;
}
.drop-down .options {
  position: relative;
}
.drop-down .options ul {
  overflow: hidden;
  background: #fff none repeat scroll 0 0;
  display: none;
  list-style: none;
  padding: 0px 0px;
  position: absolute;
  left: 0px;
  top: 5px;
  width: 100%;
  border: 1px solid #f6f6f6;
  border-radius: 10px;
}
.drop-down .options ul li a {
  padding: 5px 50px;
  text-align: left;
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-transform: capitalize;
  color: #333;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.drop-down .options ul li a:hover {
  background: #333;
  color: #fff;
}
.drop-down .drop-down .options .drop-down .selected span.value, .drop-down .options span.value {
  display: none;
}
.testimonials {
  margin: 40px 0;
}
.testimonials .title-block {
  margin-bottom: 0px;
  transform: scale(0.85);
}
.testimonials .testimonialsSlider {
  padding: 20px 30px;
}
.testimonials .testimonialsSlider .swiper-wrapper {
  align-items: stretch;
}
.testimonials .testimonialsSlider .swiper-slide {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding-bottom: 170px;
}
.testimonials .testimonialsSlider .swiper-slide > svg {
  position: absolute;
  top: 38px;
  left: 32px;
}
.testimonials .testimonialsSlider .swiper-slide .info_k {
  padding: 80px 30px 10px;
}
.testimonials .testimonialsSlider .swiper-slide .info_k p {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.testimonials .testimonialsSlider .swiper-slide .info-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px 45px;
  z-index: 2;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .testimonials .testimonialsSlider .swiper-slide .info-image {
    padding: 20px 30px 20px;
  }
}
.testimonials .testimonialsSlider .swiper-slide .info-image figure {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 25px;
  border: 5px solid #fff;
  margin-bottom: 0;
}
.testimonials .testimonialsSlider .swiper-slide .info-image figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonials .testimonialsSlider .swiper-slide .info-image .info-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.testimonials .testimonialsSlider .swiper-slide .info-image .info-text span {
  display: block;
}
.testimonials .testimonialsSlider .swiper-slide .info-image .info-text span:first-child {
  font-size: 18px;
  line-height: 35px;
  color: #000;
}
.testimonials .testimonialsSlider .swiper-slide .info-image .info-text span:last-child {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}
@media (max-width: 1024px) {
  .testimonials .testimonialsSlider .swiper-slide .info-image .info-text span {
    font-size: 18px !important;
    line-height: 1.1 !important;
  }
}
.testimonials .testimonialsSlider .swiper-slide .blur-box {
  border-radius: 30px;
  position: absolute;
  filter: url(#round);
  left: 0;
  bottom: 0;
  right: 0;
  height: 170px;
}
.testimonials .testimonialsSlider .swiper-slide .blur-box:before {
  background: #3eccb4;
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  z-index: -1;
  bottom: 7px;
  right: 6px;
  clip-path: polygon(0 45%, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .testimonials .testimonialsSlider .swiper-slide .blur-box:before {
    clip-path: polygon(0 22%, 100% 0, 100% 100%, 0% 100%);
  }
}
.testimonials .testimonialsSlider .swiper-slide:nth-child(even) .blur-box:before {
  clip-path: polygon(0% 0%, 100% 45%, 100% 100%, 0% 100%);
}
@media (max-width: 767px) {
  .testimonials .testimonialsSlider .swiper-slide:nth-child(even) .blur-box:before {
    clip-path: polygon(0% 0%, 100% 22%, 100% 100%, 0% 100%);
  }
}
.page-template-tpl-contact .testimonials .title-block {
  display: none;
}
.row {
  transform: scale(0.9);
}
@media (max-width: 768px) {
  .row {
    transform: scale(1);
  }
}
.slider-programs {
  margin: 50px 0 50px;
}
.mySwiperT {
  margin-bottom: 20px;
}
.mySwiperT .swiper-slide {
  border-radius: 30px;
  background: #3ecbb4;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  text-align: center;
  padding: 10px 30px;
  cursor: pointer;
  min-height: 80px;
}
.mySwiperT .swiper-slide span {
  width: 100%;
}
.mySwiperT2 {
  padding: 20px 50px;
}
@media (max-width: 767px) {
}
.mySwiperT2 .swiper-button-next:after, .mySwiperT2 .swiper-button-prev:after {
  font-size: 23px;
}
.mySwiperT2 .swiper-button-next {
  right: 0;
}
.mySwiperT2 .swiper-button-prev {
  left: 0;
}
.mySwiperT2 .swiper-slide figure {
  width: 350px;
}
@media (max-width: 767px) {
  .mySwiperT2 .swiper-slide figure {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
}
.mySwiperT2 .swiper-slide > div {
  flex: 1;
}
.mySwiperT2 .swiper-slide svg path {
  fill: #3ecbb4;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
header {
  padding: 26px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  header {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  header .header-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 1240px) {
  header .logo {
    -webkit-flex-basis: 200px;
    -moz-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
  }
}
@media (max-width: 480px) {
  header .logo {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 480px) {
  header .logo img {
    margin: 0 auto 20px;
  }
}
@media (max-width: 1024px) {
  header .main_nav {
    display: none;
  }
}
header .main_nav .menu-block > li {
  position: relative;
  z-index: 2;
  padding: 15px 0px;
  margin: 0 32px;
  line-height: 1;
  cursor: pointer;
}
@media (max-width: 1600px) {
  header .main_nav .menu-block > li {
    padding: 15px 0px;
    margin: 0 16px;
  }
}
@media (max-width: 1240px) {
  header .main_nav .menu-block > li {
    padding: 15px 0px;
    margin: 0 10px;
  }
}
header .main_nav .menu-block > li:hover a {
  color: #3eccb4;
}
header .main_nav .menu-block > li a {
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1600px) {
  header .main_nav .menu-block > li a {
    font-size: 18px;
  }
}
header .main_nav .menu-block > li > .sub-menu {
  top: 100%;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  overflow: hidden;
  width: 300px;
}
header .main_nav .menu-block > li > .sub-menu > li {
  cursor: auto;
}
header .main_nav .menu-block > li > .sub-menu > li > a {
  padding: 24px 34px;
  background: #3eccb4;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
header .main_nav .menu-block > li > .sub-menu > li > a:hover {
  background: #fdc215;
}
@media (max-width: 1600px) {
  header .main_nav .menu-block > li > .sub-menu > li > a {
    padding: 15px 20px;
  }
}
@media (max-width: 1240px) {
  header .main_nav .menu-block > li > .sub-menu > li > a {
    padding: 12px 15px;
  }
}
header .main_nav .menu-block > li > .sub-menu .sub-menu {
  visibility: visible;
  position: relative;
  opacity: 1;
  padding: 30px 34px 12px;
  pointer-events: initial;
}
@media (max-width: 1600px) {
  header .main_nav .menu-block > li > .sub-menu .sub-menu {
    padding: 15px 20px 10px;
  }
}
@media (max-width: 1240px) {
  header .main_nav .menu-block > li > .sub-menu .sub-menu {
    padding: 12px 15px 10px;
  }
}
header .main_nav .menu-block > li > .sub-menu .sub-menu a {
  position: relative;
  padding-left: 15px;
  margin-bottom: 18px;
}
@media (max-width: 1600px) {
  header .main_nav .menu-block > li > .sub-menu .sub-menu a {
    margin-bottom: 10px;
  }
}
header .main_nav .menu-block > li > .sub-menu .sub-menu a:hover {
  color: #3eccb4;
}
header .main_nav .menu-block > li > .sub-menu .sub-menu a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 7px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #333;
}
header .main_nav .menu-item-has-children .sub-menu li {
  display: block;
}
header .main_nav .menu-item-has-children .sub-menu li a {
  font-size: 18px;
  display: block;
  padding: 0;
  color: #333;
  font-weight: 400;
  white-space: nowrap;
}
header .main_nav .menu-item-has-children > .sub-menu {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 100%;
  pointer-events: none;
}
header .main_nav .menu-item-has-children:hover > a {
  color: #3eccb4;
}
header .main_nav .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
header .header-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  header .header-right {
    padding-right: 50px;
  }
}
@media (max-width: 520px) {
  header .header-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
}
@media (max-width: 520px) {
  header .header-right .btn-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.space {
  padding: 20px 0;
}
.search-box {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin-right: 40px;
  z-index: 3;
}
@media (max-width: 1600px) {
  .search-box {
    margin-right: 20px;
  }
}
@media (max-width: 520px) {
  .search-box {
    margin: 0 50px 20px auto;
  }
}
.search-box .search-form {
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-box .search-form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  background: #fdc215 !important;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-box .search-form button:hover {
  background: #3eccb4;
}
.search-box .search-form.active {
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
.search-box input[type="text"] {
  width: 200px;
  padding: 0 48px;
  color: #333;
  height: 40px;
  border: none !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
}
@media (max-width: 480px) {
  .search-box input[type="text"] {
    width: 220px;
    padding: 0 45px 0 45px;
  }
}
.search-box .search-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: transparent;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  z-index: 2;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-box .search-btn::before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search-box .search-btn:hover {
  background: #fdc215;
}
.logo {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}
footer .top-footer {
  background: linear-gradient(180deg, #444 -8.49%, #222 87.47%);
  padding: 32px 0 75px;
}
@media (max-width: 1024px) {
  footer .top-footer {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  footer .top-footer {
    padding: 20px 0 30px;
  }
}
footer .top-footer .footer-box {
  margin-bottom: 20px;
}
footer .bottom-footer {
  background: #333;
  padding: 18px 0;
}
footer .bottom-footer .copyright {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 768px) {
  footer .bottom-footer .copyright {
    font-size: 15px;
  }
}
footer .bottom-footer .copyright a {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .bottom-footer .copyright a {
    font-size: 15px;
  }
}
footer .bottom-footer .copyright a:hover {
  color: #3eccb4;
}
footer .footer-info {
  max-width: 588px;
  margin: 0 auto;
  text-align: center;
}
footer .footer-info h6 {
  padding-bottom: 40px;
  color: #fff;
}
@media (max-width: 1024px) {
  footer .footer-info h6 {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  footer .footer-info h6 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  footer .main_nav {
    margin: 0 auto 10px;
  }
}
@media (max-width: 768px) {
  footer .main_nav .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
footer .main_nav .menu-item {
  margin: 0 40px;
}
@media (max-width: 1440px) {
  footer .main_nav .menu-item {
    margin: 0 20px;
  }
}
@media (max-width: 1240px) {
  footer .main_nav .menu-item {
    margin: 0 15px;
  }
}
footer .main_nav .menu-item a {
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  footer .main_nav .menu-item a {
    font-size: 16px;
  }
}
footer .main_nav .menu-item a:hover {
  color: #3eccb4;
}
@media (max-width: 1240px) {
  footer .logo {
    max-width: 265px;
  }
}
@media (max-width: 1024px) {
  footer .logo {
    margin: 0 auto 20px;
  }
}
footer .wpcf7 {
  overflow: hidden;
  border-radius: 10px;
}
footer .sign-up {
  background: rgba(255, 255, 255, 0.22);
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
footer .sign-up .wpcf7-form-control-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
footer .sign-up input[type="email"] {
  background: transparent;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 10px 0 0 10px;
  border-right: none;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 768px) {
  footer .sign-up input[type="email"] {
    height: 50px;
  }
}
footer .sign-up input[type="email"]::placeholder {
  color: #fff;
}
footer .sign-up .btn {
  height: 60px;
  min-width: 200px;
  box-sizing: border-box;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 768px) {
  footer .sign-up .btn {
    height: 50px;
    min-width: auto;
    padding: 12px 20px;
  }
}
.top-block {
  position: relative;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .top-block {
    background: #3eccb4;
  }
}
.top-block .top-svg {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .top-block .top-svg {
    display: none;
  }
}
.top-block .top-block-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  min-height: 360px;
  padding: 30px 0 140px;
}
@media (max-width: 1240px) {
  .top-block .top-block-box {
    padding: 0px 0 160px;
  }
}
@media (max-width: 768px) {
  .top-block .top-block-box {
    padding: 45px 0;
    min-height: 220px;
  }
}
@media (max-width: 600px) {
  .top-block .top-block-box {
    min-height: auto;
  }
}
.top-block .top-block-box h1 {
  padding-bottom: 5px;
  color: #fff;
}
.top-block .top-block-box p {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
  .top-block .top-block-box p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .top-block .top-block-box p {
    font-size: 16px;
  }
}
.top-block .top-block-box .top-description {
  max-width: 1024px;
  margin: 0 auto;
}
.acc .item {
  margin-bottom: 20px;
}
.acc .item .title {
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
  line-height: 1.6;
  padding: 25px 90px 25px 40px;
  color: #fff;
  background: #3eccb4;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .acc .item .title {
    font-size: 19px;
    padding: 25px 70px 25px 25px;
  }
}
@media (max-width: 768px) {
  .acc .item .title {
    font-size: 18px;
    padding: 20px 55px 20px 20px;
  }
}
.acc .item .title .title-span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  right: 42px;
}
@media (max-width: 1024px) {
  .acc .item .title .title-span {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .acc .item .title .title-span {
    right: 15px;
    width: 35px;
    height: 35px;
  }
}
.acc .item .title .title-span:before, .acc .item .title .title-span:after {
  content: "";
  background-color: #333;
  width: 9px;
  top: 23px;
  height: 1px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .acc .item .title .title-span:before, .acc .item .title .title-span:after {
    top: 18px;
  }
}
.acc .item .title .title-span:before {
  right: 21px;
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
@media (max-width: 768px) {
  .acc .item .title .title-span:before {
    right: 16px;
  }
}
.acc .item .title .title-span:after {
  right: 15px;
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
@media (max-width: 768px) {
  .acc .item .title .title-span:after {
    right: 10px;
  }
}
.acc .item .title.active {
  background: #fdc215;
}
.acc .item .title.active .title-span:before {
  -webkit-transform: rotate(-40deg);
  -khtml-transform: rotate(-40deg);
  -moz-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  -o-transform: rotate(-40deg);
  transform: rotate(-40deg);
}
.acc .item .title.active .title-span:after {
  -webkit-transform: rotate(40deg);
  -khtml-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
}
.acc .item .info {
  display: none;
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 0px 0px 25px 25px;
  padding: 30px 47px;
}
@media (max-width: 1024px) {
  .acc .item .info {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .acc .item .info {
    padding: 20px 15px;
  }
}
.acc .item .info p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.7;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .acc .item .info p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .acc .item .info p {
    font-size: 16px;
  }
}
.faq-page {
  overflow: hidden;
  position: relative;
}
.faq-page .faq-svg {
  left: 0;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 600px) {
  .nifty-team-block {
    padding-top: 65px;
  }
}
.nifty-team-block .nifty-team-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.nifty-team-block .nifty-team-items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1280px) {
  .nifty-team-block .nifty-team-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .nifty-team-block .nifty-team-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .nifty-team-block .nifty-team-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .nifty-team-block .nifty-team-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.nifty-team-block .nifty-team-items .nifty-team-item {
  position: relative;
  margin-bottom: 50px;
}
.nifty-team-block .nifty-team-items .nifty-team-item .team-item-box {
  background: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  min-height: 173px;
}
.nifty-team-block .nifty-team-items .nifty-team-item .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: block;
  margin-bottom: 5px;
}
.nifty-team-block .nifty-team-items .nifty-team-item .position {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  display: block;
  color: #3eccb4;
  margin-bottom: 10px;
}
.nifty-team-block .nifty-team-items .nifty-team-item .text {
  display: block;
}
.nifty-team-block .nifty-team-items .nifty-team-item .text p {
  font-size: 14px;
  line-height: 1.3;
  padding-bottom: 0;
}
.nifty-team-block .nifty-team-items .nifty-team-item .thumb-block {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: -16px;
}
@media (max-width: 768px) {
  .nifty-team-block .nifty-team-items .nifty-team-item .thumb-block {
    left: -5px;
  }
}
.nifty-team-block .nifty-team-items .nifty-team-item .thumb-block img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.nifty-team-block .nifty-team-items .nifty-team-item .info-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 20px 20px 100px;
}
@media (max-width: 768px) {
  .nifty-team-block .nifty-team-items .nifty-team-item .info-block {
    padding: 20px 20px 20px 110px;
  }
}
.nifty-promise {
  overflow: hidden;
}
.nifty-promise .row {
  width: 1735px;
}
.nifty-promise .nifty-info {
  max-width: 980px;
  margin: 0 auto 40px;
}
@media (max-width: 1024px) {
  .nifty-promise .nifty-info {
    margin: 0 auto 20px;
  }
}
.nifty-promise .nifty-promise-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.25%;
  width: 102.5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.nifty-promise .nifty-promise-items > * {
  width: 17.5%;
  margin: 0 1.25% 1.5em;
}
@media (max-width: 1600px) {
  .nifty-promise .nifty-promise-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .nifty-promise .nifty-promise-items > * {
    width: 18%;
    margin: 0 1% 1.2em;
  }
}
@media (max-width: 1440px) {
  .nifty-promise .nifty-promise-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .nifty-promise .nifty-promise-items > * {
    width: 18%;
    margin: 0 1% 1.2em;
  }
}
@media (max-width: 1024px) {
  .nifty-promise .nifty-promise-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .nifty-promise .nifty-promise-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .nifty-promise .nifty-promise-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .nifty-promise .nifty-promise-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.nifty-promise .nifty-promise-items .nifty-promise-item {
  position: relative;
  min-height: 280px;
  padding: 50px 35px 80px;
  background: #3eccb4;
  border-radius: 30px;
}
.nifty-promise .nifty-promise-items .nifty-promise-item .blur-box {
  border-radius: 30px;
  position: absolute;
  filter: url(#round);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none !important;
}
.nifty-promise .nifty-promise-items .nifty-promise-item .blur-box:before {
  background: #3eccb4;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
}
@media (max-width: 768px) {
  .nifty-promise .nifty-promise-items .nifty-promise-item .blur-box:before {
    clip-path: none;
    background: #3eccb4;
  }
}
.nifty-promise .nifty-promise-items .nifty-promise-item .title {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
}
.nifty-promise .nifty-promise-items .nifty-promise-item .promise-info {
  position: relative;
  z-index: 1;
}
.nifty-promise .nifty-promise-items .nifty-promise-item p {
  font-size: 18px;
  padding: 0;
}
.nifty-promise .nifty-promise-items .nifty-promise-item .number-box {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 94px;
  height: 94px;
  border-radius: 50%;
  text-align: center;
  background: #fdca15;
  bottom: -47px;
  border: 5px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .nifty-promise .nifty-promise-items .nifty-promise-item .number-box {
    width: 80px;
    height: 80px;
    bottom: -40px;
  }
}
.nifty-promise .nifty-promise-items .nifty-promise-item .number-box .number {
  font-size: 36px;
  font-weight: 800;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.aside-block h6 {
  padding: 0 0 20px 15px;
  line-height: 1;
  color: #333;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
}
.aside-block .aside-box {
  background: #f6f6f6;
  border-radius: 25px;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 12px;
}
@media (max-width: 1240px) {
  .aside-block .aside-box {
    padding: 25px 15px;
  }
}
@media (max-width: 1024px) {
  .aside-block .aside-box {
    padding: 20px 10px;
  }
}
.aside-block .aside-box:last-child {
  margin-bottom: 0;
}
.aside-block li {
  margin-bottom: 15px;
}
.aside-block li a {
  display: block;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 0 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 60px;
}
.aside-block li a:before {
  content: "\f054";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 22px;
  font-size: 15px;
  font-family: "fontawesome-solid";
  color: #fdc215;
}
.aside-block li a:hover {
  color: #fdc215;
}
.aside-block .search-form {
  position: relative;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}
.aside-block .search-form .inner-search-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  right: 0;
  background: #fdc215;
  height: 100%;
  width: 60px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.aside-block .search-form .inner-search-btn:hover {
  opacity: 0.7;
}
.aside-block .search-form input[type="text"] {
  font-size: 18px;
  color: #b8b8b8;
  font-weight: 400;
  padding: 10px 70px 10px 17px;
}
.aside-block .search-form input[type="text"]::placeholder {
  color: #b8b8b8;
  font-size: 18px;
  font-weight: 400;
}
.blog-posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.blog-posts > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1440px) {
  .blog-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
  .blog-posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .blog-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .blog-posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.blog-posts .blog-post {
  background: #fff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  overflow: hidden;
}
.blog-posts .blog-post .blog-post-info {
  padding: 20px;
}
@media (max-width: 1440px) {
  .blog-posts .blog-post .blog-post-info {
    padding: 15px 15px 20px;
  }
}
@media (max-width: 768px) {
  .blog-posts .blog-post .blog-post-info {
    padding: 15px;
  }
}
.blog-posts .blog-post .blog-post-top {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #3eccb4;
}
.blog-posts .blog-post .share-buttons {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
}
.blog-posts .blog-post .share-buttons .myicons {
  display: none;
  position: absolute;
  right: 0;
  text-align: right;
}
.blog-posts .blog-post .share-buttons .myicons a {
  margin: 5px 0;
}
.blog-posts .blog-post .share-buttons:hover {
  opacity: 0.9;
}
.blog-posts .blog-post .share-buttons:hover .myicons {
  display: block;
}
.blog-posts .blog-post .share-buttons .fa {
  font-family: "fontawesome-solid";
  margin-left: 10px;
  cursor: pointer;
  font-size: 20px;
}
.blog-posts .blog-post .share-buttons .share-icon {
  margin-right: 8px;
  vertical-align: middle;
}
.blog-posts .blog-post .blog-post-info-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.blog-posts .blog-post .blog-post-info-top .dot-mark {
  position: relative;
  width: 10px;
  margin: 0 12px;
}
.blog-posts .blog-post .blog-post-info-top .dot-mark:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 4px;
  border-radius: 50%;
  height: 4px;
  background: #000;
}
.blog-posts .blog-post .blog-post-info-bottom {
  padding-top: 15px;
  border-top: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #3eccb4;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.blog-posts .blog-post .title {
  margin-bottom: 20px;
  display: inline-block;
}
.blog-posts .blog-post .title a {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 24px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .blog-posts .blog-post .title a {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .blog-posts .blog-post .title a {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .blog-posts .blog-post .title a {
    font-size: 22px;
  }
}
.blog-posts .blog-post .title a:hover {
  color: #3eccb4;
}
.blog-posts .blog-post .thumb {
  height: 257px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .blog-posts .blog-post .thumb {
    height: 220px;
  }
}
@media (max-width: 768px) {
  .blog-posts .blog-post .thumb {
    height: auto;
  }
}
.blog-posts .blog-post .thumb:hover {
  opacity: 0.7;
}
.blog-posts .blog-post img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.blog-posts .blog-post-content {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  padding-bottom: 28px;
}
.blog-posts .views {
  margin-right: 10px;
  display: inline-block;
}
.index-page {
  padding: 20px 0 120px;
}
@media (max-width: 1024px) {
  .index-page {
    padding: 20px 0 70px;
  }
}
@media (max-width: 768px) {
  .index-page {
    padding: 20px 0 30px;
  }
}
.index-page .row {
  transform: scale(1);
}
.index-page .info-block {
  max-width: 860px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (max-width: 1240px) {
  .index-page .info-block {
    margin: 0 auto 30px;
  }
}
@media (max-width: 1024px) {
  .index-page .info-block {
    margin: 0 auto 20px;
  }
}
.index-page .info-block p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .index-page .info-block p {
    font-size: 18px;
  }
}
.single-page .blog-single-info-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 18px;
  font-weight: 500;
  color: #3eccb4;
  margin-bottom: 10px;
}
.single-page .blog-single-info-top time {
  margin-right: 45px;
}
@media (max-width: 1024px) {
  .single-page .blog-single-info-top time {
    margin-right: 25px;
  }
}
@media (max-width: 768px) {
  .single-page .blog-single-info-top time {
    margin-right: 15px;
  }
}
.single-page .thumbnail-box {
  margin-bottom: 30px;
  position: relative;
  min-height: 560px;
}
@media (max-width: 1240px) {
  .single-page .thumbnail-box {
    min-height: 350px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .single-page .thumbnail-box {
    min-height: 280px;
  }
}
.single-page .thumbnail {
  position: absolute;
  filter: url(#round);
  overflow: hidden;
  top: 0;
  border-radius: 50px;
  left: 0;
  height: 100%;
  width: 100%;
}
.single-page .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(0 0, 88% 0, 101% 100%, 0 100%);
}
@media (max-width: 1024px) {
  .single-page .thumbnail img {
    clip-path: polygon(0 0, 98% 0, 101% 100%, 0 100%);
  }
}
.single-page .text {
  padding-bottom: 55px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 1024px) {
  .single-page .text {
    padding-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .single-page .text {
    padding-bottom: 20px;
  }
}
.single-page .text p {
  font-size: 20px;
}
@media (max-width: 1024px) {
  .single-page .text p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .single-page .text p {
    font-size: 16px;
  }
}
.single-page .text p strong {
  color: #3eccb4;
  font-weight: 800;
}
.single-page .single-bottom-info {
  padding: 32px 0;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .single-page .single-bottom-info {
    padding: 20px 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .single-page .single-bottom-info {
    padding: 15px 0;
    margin-bottom: 20px;
  }
}
.single-page .views {
  font-size: 18px;
  font-weight: 500;
  color: #3eccb4;
  margin-left: 10px;
}
.single-page .category-box a {
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  padding: 14px 18px;
  background: #f6f6f6;
  border-radius: 10px;
  text-align: center;
  min-height: 50px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.single-page .category-box a:hover {
  color: #3eccb4;
}
.myicons a {
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  background: #3eccb4;
  margin-left: 10px;
  position: relative;
}
@media (max-width: 1240px) {
  .myicons a {
    width: 40px;
    margin: 5px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .myicons a {
    width: 35px;
    height: 35px;
  }
}
.myicons a:hover {
  background: #fdca15;
}
.myicons a i {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.recent-posts {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .recent-posts {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .recent-posts {
    margin-bottom: 0;
  }
}
.recent-posts .recent-posts-top {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .recent-posts .recent-posts-top {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .recent-posts .recent-posts-top {
    margin-bottom: 25px;
  }
}
.recent-posts .recent-posts-top h3 {
  padding-bottom: 0;
}
.recent-posts .recent-posts-top a {
  font-size: 18px;
  font-weight: 500;
}
.comments-block input[type="text"], .comments-block input[type="number"], .comments-block input[type="email"], .comments-block input[type="password"], .comments-block input[type="search"], .comments-block input[type="tel"], .comments-block select, .comments-block textarea {
  height: 50px;
}
.comments-block textarea {
  height: 200px;
}
.comments-block .comment-form-cookies-consent {
  display: none;
}
.comments-block .comment-form-url {
  display: none;
}
.comments-block #comments span {
  color: #3eccb4;
}
.comments-block .fn a {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments-block .fn a:hover {
  color: #fdc215;
}
.comments-block .comment-body {
  position: relative;
}
.comments-block .comment-body img {
  width: 81px;
  height: 81px;
  border-radius: 90%;
  object-fit: cover;
  margin-right: 34px;
}
.comments-block .comment-body .comment-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.comments-block .comment-body .reply a {
  font-weight: 500;
  font-size: 18px;
}
.comments-block .comment-body .comment-meta a {
  font-size: 16px;
  font-weight: 400;
  color: #b6b6b6;
}
.comments-block .commentlist {
  border-top: 1px solid #d9d9d9;
  padding: 40px 0 10px;
}
.comments-block .commentlist p:last-child {
  padding-bottom: 0;
}
.comments-block .commentlist > li {
  padding-bottom: 35px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 35px;
}
.comments-block li p {
  font-size: 20px;
  font-weight: 400;
  color: #333;
}
.comments-block .children {
  padding: 40px 0 10px 70px;
}
.comments-block .children .border-comment {
  position: relative;
}
.comments-block .children .border-comment:before {
  position: absolute;
  width: 4px;
  height: 95%;
  content: "";
  left: 22px;
  background: #f1f1f1;
}
.comments-block .cld-like-dislike-wrap {
  text-align: right;
  display: block;
}
.comments-block .cld-like-dislike-wrap a {
  color: #e5e8ea;
  font-size: 16px;
}
.comments-block .cld-like-dislike-wrap a i {
  line-height: 1.5;
}
.comments-block .cld-like-dislike-wrap a:hover {
  color: #000;
}
.comments-block .cld-dislike-count-wrap, .comments-block .cld-like-count-wrap {
  font-size: 14px;
}
.comments-block .cld-common-wrap {
  min-width: 42px;
}
.comments-block .submit-scroll, .comments-block #submit {
  min-width: 240px;
  display: block;
  background: #fdc215;
  border-radius: 8px;
  color: #333;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comments-block .submit-scroll:hover, .comments-block #submit:hover {
  background: #3eccb4;
}
.comments-block .submit-scroll {
  text-align: center;
}
.comments-block .commtnts-button {
  margin-bottom: 40px;
}
.comments-block #comment {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
  color: #333;
}
.comments-block #comment::placeholder {
  color: #333;
}
.comments-block .comment-form-comment label {
  font-size: 24px;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 700;
}
.search-page .search-title {
  padding-bottom: 40px;
}
@media (max-width: 1024px) {
  .search-page .search-title {
    padding-bottom: 30px;
  }
}
.search-page .blog-posts .blog-post .share-buttons .myicons a {
  width: 35px;
  height: 35px;
  margin: 0 0 5px;
}
.grey-box {
  position: relative;
  padding: 160px 0 20px;
}
@media (max-width: 1440px) {
  .grey-box {
    padding: 140px 0 20px;
  }
}
@media (max-width: 1024px) {
  .grey-box {
    background: #f6f6f6;
    padding: 40px 0;
  }
}
.grey-box:before {
  content: "";
  background: url(../img/grey-bg.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-position: top center;
}
@media (max-width: 768px) {
  .grey-box:before {
    display: none;
  }
}
.grey-box.big-grey:before {
  background: url(../img/big-grey-bg.svg) no-repeat;
  background-size: cover;
  background-position: top center;
}
.grey-box.grey-bottom {
  padding: 20px 0 140px;
}
@media (max-width: 1440px) {
  .grey-box.grey-bottom {
    padding: 20px 0 80px;
  }
}
@media (max-width: 1024px) {
  .grey-box.grey-bottom {
    background: #f6f6f6;
    padding: 20px 0 30px;
  }
}
.grey-box.grey-bottom:before {
  background: url(../img/grey-bottom.svg) no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 768px) {
  .grey-box.grey-bottom:before {
    display: none;
  }
}
.grey-box.grey-bottom-img {
  padding: 40px 0 40px;
}
@media (max-width: 1024px) {
  .grey-box.grey-bottom-img {
    background: #f6f6f6;
    padding: 20px 0 30px;
  }
}
.grey-box.grey-bottom-img:before {
  background: url(../img/grey-bottom-img.svg) no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (max-width: 768px) {
  .grey-box.grey-bottom-img:before {
    display: none;
  }
}
.why-virtual-info-box {
  margin-bottom: 30px;
}
.why-virtual-info-box .why-virtual-info {
  max-width: 1040px;
  margin: 0 auto;
}
.left-right-items .left-right-item {
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .left-right-items .left-right-item {
    margin-bottom: 50px;
  }
}
@media (max-width: 1024px) {
  .left-right-items .left-right-item {
    margin-bottom: 0;
  }
}
.left-right-items .left-right-item:last-child {
  margin-bottom: 0;
}
.left-right-items .left-right-item:nth-child(even) {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left-right-items .left-right-item:nth-child(even) .info-block {
  margin-left: auto;
}
.left-right-item.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.left-right-item.reverse .info-block {
  margin-left: auto;
}
.left-right-item .left-right-item-box {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
@media (max-width: 1440px) {
  .left-right-item .left-right-item-box {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}
@media (max-width: 1024px) {
  .left-right-item .left-right-item-box {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.left-right-item .left-right-item-box .info-block {
  max-width: 590px;
}
@media (max-width: 1024px) {
  .left-right-item .left-right-item-box .info-block {
    margin: 0 auto 20px;
    text-align: center;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .left-right-item .left-right-item-box .info-block br {
    display: none;
  }
}
.left-right-item .thumb-block {
  -webkit-flex-basis: 52%;
  -moz-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
}
@media (max-width: 1440px) {
  .left-right-item .thumb-block {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media (max-width: 1024px) {
  .left-right-item .thumb-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
.hourheart-project-page {
  padding-bottom: 0;
}
.slider-project {
  overflow: hidden;
  padding-left: 9%;
}
@media (max-width: 1600px) {
  .slider-project {
    padding-left: 5%;
  }
}
@media (max-width: 1440px) {
  .slider-project {
    padding-left: 3%;
  }
}
@media (max-width: 1024px) {
  .slider-project {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .slider-project .slider-project-box {
    margin: 0 auto;
    max-width: 96%;
    width: 1024px;
  }
}
.slider-project .swiper-buttons-wrapper {
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .slider-project .swiper-buttons-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .slider-project .swiper-buttons-wrapper {
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider-project .swiper-buttons-wrapper .swiper-button-next, .slider-project .swiper-buttons-wrapper .swiper-button-prev {
  width: 75px;
  display: block;
  height: 75px;
  position: relative;
  border: 1.44231px solid #3eccb5;
  border-radius: 50%;
  left: auto;
  right: auto;
  margin: 15px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .slider-project .swiper-buttons-wrapper .swiper-button-next, .slider-project .swiper-buttons-wrapper .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .slider-project .swiper-buttons-wrapper .swiper-button-next, .slider-project .swiper-buttons-wrapper .swiper-button-prev {
    margin: 15px 10px;
  }
}
.slider-project .swiper-buttons-wrapper .swiper-button-next:after, .slider-project .swiper-buttons-wrapper .swiper-button-prev:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
  font-weight: 900;
}
.slider-project .slider-left-info {
  -webkit-flex-basis: 450px;
  -moz-flex-basis: 450px;
  -ms-flex-preferred-size: 450px;
  flex-basis: 450px;
  transform: scale(0.85);
}
@media (max-width: 1024px) {
  .slider-project .slider-left-info {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
@media (max-width: 768px) {
  .slider-project .slider-left-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.slider-project .slider-left-info p:last-child {
  padding-bottom: 0;
}
.slider-project .slider-left-info h3 {
  padding-bottom: 20px;
}
.slider-project .project-slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 50px;
}
@media (max-width: 1440px) {
  .slider-project .project-slider {
    margin-left: 30px;
  }
}
@media (max-width: 1024px) {
  .slider-project .project-slider {
    padding-left: 0;
    -webkit-box-flex: auto;
    -webkit-flex: auto;
    -moz-box-flex: auto;
    -moz-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin: 0 auto;
    padding-top: 30px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .slider-project .project-slider {
    padding-top: 10px;
  }
}
.slider-project .swiper-slide {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  height: 215px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-project .swiper-slide img {
  display: block;
  margin-bottom: 10px;
  max-height: 110px;
}
.slider-project .title-slide {
  display: inline-block;
  font-size: 18px;
  color: #000;
}
.about-page .left-right-block {
  padding: 0 0 0;
}
.about-block .about-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  margin-bottom: 50px;
}
.about-block .about-items > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
@media (max-width: 1024px) {
  .about-block .about-items {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .about-block .about-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    margin-bottom: 0;
    text-align: center;
  }
  .about-block .about-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.about-block .about-item {
  padding: 65px;
  background: #fff;
  border-radius: 30px;
}
@media (max-width: 1440px) {
  .about-block .about-item {
    padding: 45px 30px;
  }
}
@media (max-width: 1024px) {
  .about-block .about-item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .about-block .about-item {
    padding: 20px 15px;
  }
}
.about-block .about-item p:last-child {
  padding-bottom: 0;
}
.about-block .btn-block {
  text-align: center;
}
.curses-block {
  background: url("../img/curses-bg.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  max-width: 1305px;
  margin: 100px auto 0;
  border-radius: 30px;
  padding: 40px 45px 90px;
}
@media (max-width: 1440px) {
  .curses-block {
    margin: 40px auto 0;
    padding: 20px 30px;
  }
}
@media (max-width: 1024px) {
  .curses-block {
    margin: 20px auto 0;
    padding: 15px 20px;
  }
}
@media (max-width: 768px) {
  .curses-block {
    padding: 15px 15px;
  }
}
.curses-block .curses-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0;
  width: 100%;
}
.curses-block .curses-items > * {
  width: 25%;
  margin: 0 0 0em;
}
@media (max-width: 1024px) {
  .curses-block .curses-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .curses-block .curses-items > * {
    width: 50%;
    margin: 0 0 0em;
  }
}
@media (max-width: 768px) {
  .curses-block .curses-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0;
    width: 100%;
  }
  .curses-block .curses-items > * {
    width: 100%;
    margin: 0 0 0em;
  }
}
.curses-block .curses-items .curses-item {
  text-align: center;
  padding: 20px 26px;
}
@media (max-width: 1440px) {
  .curses-block .curses-items .curses-item {
    padding: 20px 15px;
  }
}
@media (max-width: 1024px) {
  .curses-block .curses-items .curses-item {
    padding: 15px 10px;
  }
}
.curses-block .curses-items .curses-item .curses-title {
  font-size: 70px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #fff;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .curses-block .curses-items .curses-item .curses-title {
    font-size: 55px;
  }
}
@media (max-width: 768px) {
  .curses-block .curses-items .curses-item .curses-title {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .curses-block .curses-items .curses-item .curses-title {
    font-size: 35px;
  }
}
.curses-block .curses-items .curses-item .info p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.curses-block .curses-items .curses-item .info p:last-child {
  padding-bottom: 0;
}
.bottom-block-info-box {
  padding: 0;
}
.bottom-block-info-box .bottom-info-block {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media (max-width: 1440px) {
  .bottom-block-info-box .bottom-info-block {
    -webkit-flex-basis: 34%;
    -moz-flex-basis: 34%;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
  }
}
@media (max-width: 1024px) {
  .bottom-block-info-box .bottom-info-block {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
.bottom-block-info-box .bottom-info-block .wys {
  max-width: 505px;
  margin-right: auto;
}
@media (max-width: 1440px) {
  .bottom-block-info-box .bottom-info-block .wys {
    margin-right: 0;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .bottom-block-info-box .bottom-left-right-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
.bottom-block-info-box .blog-posts {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.75%;
  width: 103.5%;
}
.bottom-block-info-box .blog-posts > * {
  width: 46.5%;
  margin: 0 1.75% 2.625em;
}
@media (max-width: 1440px) {
  .bottom-block-info-box .blog-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-flex-basis: 65%;
    -moz-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
  }
  .bottom-block-info-box .blog-posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 1024px) {
  .bottom-block-info-box .blog-posts {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .bottom-block-info-box .blog-posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .bottom-block-info-box .blog-posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.bottom-block-info-box .blog-posts .blog-post {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bottom-block-info-box .blog-posts .blog-post {
    margin: 0 0 20px;
  }
}
.middle-block-info {
  padding: 105px 100px;
  text-align: center;
  background: #fff;
  border-radius: 30px;
  width: 1305px;
}
@media (max-width: 1440px) {
  .middle-block-info {
    padding: 55px 40px;
  }
}
@media (max-width: 1024px) {
  .middle-block-info {
    padding: 40px 30px;
  }
}
@media (max-width: 768px) {
  .middle-block-info {
    padding: 30px 20px;
  }
}
.middle-block-info.colored {
  padding: 80px 80px 110px;
  background: url("../img/curses-bg.svg") no-repeat;
  background-size: cover;
  background-position: bottom;
  color: #fff;
}
@media (max-width: 1440px) {
  .middle-block-info.colored {
    padding: 50px 40px 80px;
  }
}
@media (max-width: 1024px) {
  .middle-block-info.colored {
    padding: 40px 30px 50px;
  }
}
@media (max-width: 768px) {
  .middle-block-info.colored {
    padding: 30px 20px 40px;
  }
}
.middle-block-info.colored h3 {
  color: #fff;
}
.middle-block-info.colored p {
  color: #fff;
}
.middle-block-info.colored-white {
  padding: 60px 110px;
}
@media (max-width: 1440px) {
  .middle-block-info.colored-white {
    padding: 45px 40px;
  }
}
@media (max-width: 1024px) {
  .middle-block-info.colored-white {
    padding: 35px 30px;
  }
}
@media (max-width: 768px) {
  .middle-block-info.colored-white {
    padding: 25px 20px;
  }
}
.middle-block-info.colored-white p {
  color: #000;
}
.middle-block-info .wys p {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .middle-block-info .wys p {
    padding-bottom: 20px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .middle-block-info .wys p {
    padding-bottom: 15px;
    font-size: 16px;
  }
}
.middle-block-info .wys p:last-child {
  padding-bottom: 0;
}
.home-page {
  padding: 0 0 30px;
}
@media (max-width: 1024px) {
  .home-page .wys .btn {
    margin-top: 15px;
  }
}
.home-page .left-right-block .left-right-items .left-right-item {
  margin-bottom: 0;
}
.home-page .guesswork-block-info p {
  font-size: 18px;
}
.home-page .guesswork-block-info p:last-child {
  padding-bottom: 0;
}
.home-page .guesswork-block-info .row {
  width: 950px;
}
.home-page .middle-block-info {
  margin-bottom: 30px;
}
.home-page .slider-project {
  padding: 0 0 30px;
}
.home-page .slider-project img {
  margin-bottom: 0;
}
.home-page .learn-left-right-block {
  margin-bottom: 0;
}
.home-page .nifty-promise {
  padding-bottom: 40px;
}
.home-page .nifty-promise .nifty-promise-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.25%;
  width: 102.5%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 35px;
}
.home-page .nifty-promise .nifty-promise-items > * {
  width: 22.5%;
  margin: 0 1.25% 1.5625em;
}
@media (max-width: 1440px) {
  .home-page .nifty-promise .nifty-promise-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 10px;
  }
  .home-page .nifty-promise .nifty-promise-items > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 1024px) {
  .home-page .nifty-promise .nifty-promise-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .home-page .nifty-promise .nifty-promise-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .home-page .nifty-promise .nifty-promise-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .home-page .nifty-promise .nifty-promise-items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.home-page .nifty-promise .nifty-promise-item {
  margin-bottom: 60px;
}
.home-page .nifty-promise .nifty-promise-item .title {
  position: relative;
}
.home-page .nifty-promise .nifty-promise-item .title:before {
  content: "";
  position: absolute;
  left: -35px;
  top: 14px;
  background: #fff;
  width: 25px;
  height: 1px;
}
@media (max-width: 1600px) {
  .home-page .nifty-promise .nifty-promise-item .title:before {
    left: -20px;
    width: 15px;
  }
}
@media (max-width: 768px) {
  .home-page .nifty-promise .nifty-promise-item .title:before {
    display: none;
  }
}
.home-page .nifty-promise .nifty-promise-item .btn-block {
  text-align: center;
}
.home-page .btn-block {
  text-align: center;
}
.why-nifty-block {
  padding: 50px 0 40px;
}
@media (max-width: 768px) {
  .why-nifty-block {
    padding: 30px 0 20px;
  }
}
.why-nifty-block .info-block {
  margin-bottom: 20px;
}
.why-nifty-block .why-nifty-items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.why-nifty-block .why-nifty-items > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
@media (max-width: 1440px) {
  .why-nifty-block .why-nifty-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .why-nifty-block .why-nifty-items > * {
    width: 23%;
    margin: 0 1% 1.25em;
  }
}
@media (max-width: 1024px) {
  .why-nifty-block .why-nifty-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .why-nifty-block .why-nifty-items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .why-nifty-block .why-nifty-items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .why-nifty-block .why-nifty-items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.why-nifty-block .why-nifty-items .why-nifty-item {
  padding: 30px 35px 40px;
  background: #3eccb4;
  border-radius: 30px;
}
@media (max-width: 1440px) {
  .why-nifty-block .why-nifty-items .why-nifty-item {
    padding: 30px 25px;
  }
}
@media (max-width: 1024px) {
  .why-nifty-block .why-nifty-items .why-nifty-item {
    padding: 25px 20px;
    text-align: center;
  }
}
.why-nifty-block .why-nifty-items figure {
  margin-bottom: 15px;
}
.why-nifty-block .why-nifty-items h5 {
  color: #fff;
  padding-bottom: 20px;
}
.why-nifty-block .why-nifty-items p {
  font-size: 18px;
}
@media (max-width: 768px) {
  .why-nifty-block .why-nifty-items p {
    font-size: 16px;
  }
}
.why-nifty-block .why-nifty-items p:last-child {
  padding-bottom: 0;
}
.home-top-block {
  min-height: 680px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 1240px) {
  .home-top-block {
    margin-bottom: 40px;
    min-height: 650px;
  }
}
@media (max-width: 1024px) {
  .home-top-block {
    min-height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .home-top-block {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  .home-top-block {
    padding: 30px 0 20px;
    margin-bottom: 10px;
  }
}
.home-top-block .info-block {
  max-width: 850px;
}
@media (max-width: 1240px) {
  .home-top-block .info-block {
    max-width: none;
    text-align: center;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.5);
  }
}
.home-top-block .info-block p {
  max-width: 450px;
}
@media (max-width: 1240px) {
  .home-top-block .info-block p {
    max-width: none;
  }
}
.home-top-block .thumb-block {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
}
::-webkit-input-placeholder {
  color: #231f20;
  opacity: 1;
}
:-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
::-moz-placeholder {
  color: #231f20;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #231f20;
  opacity: 1;
}
.text_pole ::-webkit-input-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole ::-moz-placeholder {
  color: #737373;
  opacity: 1;
}
.text_pole :-ms-input-placeholder {
  color: #737373;
  opacity: 1;
}
/*
 Flexbox grid @mixin
 EXAMPLE
 .flexbox {
 @include boxGrid(5, 4%);
 }
 */
.btn-wrapper {
  text-align: center;
}
.strategic-programs-section {
  padding: 10px 0;
}
.strategic-programs-section .title {
  text-align: center;
  margin-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.strategic-programs-section .btn-wrapper {
  text-align: center;
  margin-top: 50px;
}
.strategic-programs-section .strategic-programs-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 27px;
}
@media (max-width: 1024px) {
  .strategic-programs-section .strategic-programs-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .strategic-programs-section .strategic-programs-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.strategic-programs-section .strategic-programs-wrapper .program-block {
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  overflow: hidden;
}
.strategic-programs-section .strategic-programs-wrapper .program-block:first-child .block-header::after {
  content: url();
  background-image: url("../img/card-top-wave1.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.strategic-programs-section .strategic-programs-wrapper .program-block:last-child .block-header::after {
  content: "";
  background-image: url("../img/card-top-wave2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.strategic-programs-section .strategic-programs-wrapper .program-block:nth-child(2) .block-header::after {
  content: "";
  background-image: url("../img/card-top-wave-md.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -33px;
  left: 0;
  z-index: 1;
}
.strategic-programs-section .strategic-programs-wrapper .program-block .block-header {
  position: relative;
  padding: 40px 50px 70px 50px;
  min-height: 310px;
}
@media (max-width: 1400px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header {
    min-height: 1px;
  }
}
@media (max-width: 1024px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header {
    padding: 30px 30px 10px 30px;
    background: linear-gradient(0deg, #3eccb5, #3eccb5), linear-gradient(269.29deg, #c0d66a 0.31%, #f0c65f 106.87%);
  }
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header::after {
    display: none;
  }
}
.strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-title {
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.313);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}
.strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-title h3 {
  padding-bottom: 0;
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 1400px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-title h3 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-title h3 {
    font-size: 25px;
  }
}
@media (max-width: 1400px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-title {
    padding: 10px;
  }
}
.strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-subtitle {
  position: relative;
  z-index: 10;
  text-align: center;
}
.strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-subtitle .price {
  font-size: 45px;
  color: #fff;
  font-weight: 800;
}
@media (max-width: 1400px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-subtitle .price {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-subtitle .price {
    font-size: 30px;
  }
}
.strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-subtitle p {
  font-size: 22px;
  font-weight: 600;
  line-height: 31px;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-subtitle p {
    font-size: 18px;
  }
}
.strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-subtitle .subprice {
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
@media (max-width: 1024px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .block-header .pg-subtitle .subprice {
    font-size: 16px;
  }
}
.strategic-programs-section .strategic-programs-wrapper .program-block .pg-list {
  padding: 40px 50px;
}
@media (max-width: 1400px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .pg-list {
    padding: 30px 30px 10px 30px;
  }
}
.strategic-programs-section .strategic-programs-wrapper .program-block .pg-list ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}
.strategic-programs-section .strategic-programs-wrapper .program-block .pg-list ul li::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fdc215;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50px;
}
@media (max-width: 1400px) {
  .strategic-programs-section .strategic-programs-wrapper .program-block .pg-list ul li {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.our-assist-section .title {
  text-align: center;
  margin-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.our-assist-section .our-assist-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 27px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .our-assist-section .our-assist-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 1024px) {
  .our-assist-section .our-assist-wrapper {
    margin-top: 25px;
  }
}
.our-assist-section .our-assist-wrapper .assist-block {
  padding: 55px;
  border-radius: 30px;
}
.our-assist-section .our-assist-wrapper .assist-block.can {
  background: linear-gradient(180deg, rgba(8, 163, 161, 0.5) -8.03%, rgba(10, 106, 105, 0.5) 87.47%), #3eccb4;
}
.our-assist-section .our-assist-wrapper .assist-block.can li::after {
  content: url("../img/can-assist-img.svg");
}
.our-assist-section .our-assist-wrapper .assist-block.can h6, .our-assist-section .our-assist-wrapper .assist-block.can p, .our-assist-section .our-assist-wrapper .assist-block.can li {
  color: #fff;
}
@media (max-width: 1024px) {
  .our-assist-section .our-assist-wrapper .assist-block.can {
    order: -1;
  }
}
.our-assist-section .our-assist-wrapper .assist-block.cant {
  background: #f6f6f6;
}
.our-assist-section .our-assist-wrapper .assist-block.cant li::after {
  content: url("../img/cant-assist-img.svg");
}
.our-assist-section .our-assist-wrapper .assist-block .assist-block-title h6 {
  padding-bottom: 40px;
}
@media (max-width: 1250px) {
  .our-assist-section .our-assist-wrapper .assist-block .assist-block-title h6 {
    font-size: 22px;
  }
}
.our-assist-section .our-assist-wrapper .assist-block .assist-block-list ul li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
}
.our-assist-section .our-assist-wrapper .assist-block .assist-block-list ul li p {
  padding: 0;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .our-assist-section .our-assist-wrapper .assist-block .assist-block-list ul li p {
    padding-bottom: 20px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .our-assist-section .our-assist-wrapper .assist-block .assist-block-list ul li p {
    padding-bottom: 15px;
    font-size: 16px;
  }
}
.our-assist-section .our-assist-wrapper .assist-block .assist-block-list ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
@media (max-width: 1250px) {
  .our-assist-section .our-assist-wrapper .assist-block {
    padding: 30px;
  }
}
.paraplanning-title-section {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .paraplanning-title-section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .paraplanning-title-section {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .paraplanning-title-section {
    padding: 30px 0;
  }
}
.paraplanning-title-section .title {
  text-align: center;
  margin-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.paraplanning-top-section, .diy-section {
  padding: 20px 0;
}
.paraplanning-top-section .title, .diy-section .title {
  text-align: center;
  margin-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.paraplanning-top-section .left-right-block .left-right-items .left-right-item .reverse, .diy-section .left-right-block .left-right-items .left-right-item .reverse {
  flex-direction: row-reverse;
}
.paraplanning-top-section .middle-block-info, .diy-section .middle-block-info {
  margin: 100px auto 30px auto;
}
.dm-top-section {
  padding: 20px 0;
}
.dm-top-section .title {
  text-align: center;
  margin-bottom: 50px;
  margin: 0 auto;
}
.dm-top-section .btn-wrapper {
  max-width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.dm-top-section .btn-wrapper .btn {
  margin: 10px;
}
.fp-section .left-right-block .title, .join-our-team-section .left-right-block .title {
  text-align: center;
  margin: 0 auto 50px auto;
}
.paraplanning-table-section .title, .diversify-content-section .title {
  text-align: center;
  margin-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto;
}
.paraplanning-table-section .table-wrapper, .diversify-content-section .table-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  padding: 50px 0;
}
@media (max-width: 1256px) {
  .paraplanning-table-section .table-wrapper, .diversify-content-section .table-wrapper {
    grid-gap: 25px;
  }
}
@media (max-width: 1024px) {
  .paraplanning-table-section .table-wrapper, .diversify-content-section .table-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .paraplanning-table-section .table-wrapper, .diversify-content-section .table-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
.paraplanning-table-section .table-wrapper .table-item, .diversify-content-section .table-wrapper .table-item {
  background: #f6f6f6;
  border-radius: 10px;
  padding: 25px;
}
@media (max-width: 576px) {
  .paraplanning-table-section .table-wrapper .table-item, .diversify-content-section .table-wrapper .table-item {
    padding: 15px;
  }
}
.paraplanning-table-section .table-wrapper .table-item p, .diversify-content-section .table-wrapper .table-item p {
  font-size: 18px;
  padding-left: 45px;
  position: relative;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .paraplanning-table-section .table-wrapper .table-item p, .diversify-content-section .table-wrapper .table-item p {
    padding-left: 35px;
  }
}
.paraplanning-table-section .table-wrapper .table-item p::after, .diversify-content-section .table-wrapper .table-item p::after {
  content: url("../img/arrow-for-table.svg");
  width: 20px;
  height: 16px;
  left: 0;
  top: 5px;
  position: absolute;
}
.current_openings-section .why-nifty-block {
  padding: 100px 0;
  text-align: center;
  width: 1200px;
  max-width: 96%;
}
.current_openings-section .why-nifty-block .why-nifty-items {
  justify-content: space-between;
}
@media (max-width: 768px) {
  .current_openings-section .why-nifty-block .why-nifty-items {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.current_openings-section .why-nifty-block .why-nifty-items .why-nifty-item {
  width: 31%;
}
@media (max-width: 768px) {
  .current_openings-section .why-nifty-block .why-nifty-items .why-nifty-item {
    width: 66%;
  }
}
.slider-writing-experts {
  overflow: hidden;
  padding-left: 9%;
}
@media (max-width: 1600px) {
  .slider-writing-experts {
    padding-left: 5%;
  }
}
@media (max-width: 1440px) {
  .slider-writing-experts {
    padding-left: 3%;
  }
}
@media (max-width: 1024px) {
  .slider-writing-experts {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .slider-writing-experts .slider-writing-experts-box {
    margin: 0 auto;
    max-width: 96%;
    width: 1024px;
    display: block;
  }
}
.slider-writing-experts .swiper-buttons-wrapper {
  display: flex;
  padding-left: 30px;
}
@media (max-width: 1440px) {
  .slider-writing-experts .swiper-buttons-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 768px) {
  .slider-writing-experts .swiper-buttons-wrapper {
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.slider-writing-experts .swiper-buttons-wrapper .swiper-button-next, .slider-writing-experts .swiper-buttons-wrapper .swiper-button-prev {
  width: 75px;
  display: block;
  height: 75px;
  position: relative;
  border: 1.44231px solid #3eccb5;
  border-radius: 50%;
  left: auto;
  right: auto;
  margin: 15px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .slider-writing-experts .swiper-buttons-wrapper .swiper-button-next, .slider-writing-experts .swiper-buttons-wrapper .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .slider-writing-experts .swiper-buttons-wrapper .swiper-button-next, .slider-writing-experts .swiper-buttons-wrapper .swiper-button-prev {
    margin: 15px 10px;
  }
}
.slider-writing-experts .swiper-buttons-wrapper .swiper-button-next:after, .slider-writing-experts .swiper-buttons-wrapper .swiper-button-prev:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
  font-weight: 900;
}
.slider-writing-experts .swiper-buttons-wrapper .swiper-button-next {
  margin-left: 30px;
}
.slider-writing-experts .slider-left-info {
  max-width: 450px;
  height: 100%;
}
@media (max-width: 1024px) {
  .slider-writing-experts .slider-left-info {
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: auto;
    max-width: fit-content;
  }
}
@media (max-width: 768px) {
  .slider-writing-experts .slider-left-info {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.slider-writing-experts .slider-left-info ul li {
  margin-bottom: 15px;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 576px) {
  .slider-writing-experts .slider-left-info ul li {
    padding-left: 35px;
  }
}
.slider-writing-experts .slider-left-info ul li::after {
  content: url("../img/arrow-for-table.svg");
  width: 20px;
  height: 16px;
  left: 0;
  top: 5px;
  position: absolute;
}
@media (max-width: 1024px) {
  .slider-writing-experts .slider-left-info ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
.slider-writing-experts .slider-left-info p:last-child {
  padding-bottom: 0;
}
.slider-writing-experts .slider-left-info h3 {
  padding-bottom: 20px;
}
.slider-writing-experts .slider-left-info .swiper-slide {
  height: 460px !important;
  text-align: center;
}
.slider-writing-experts .slider-left-info .swiper-slide .swiper-slide-info {
  height: 100%;
}
.slider-writing-experts .slider-left-info .swiper-slide img {
  display: block;
  margin-bottom: 10px;
  height: 100% !important;
  color: red;
}
.slider-writing-experts .slider-left-info .title-slide {
  display: inline-block;
  font-size: 18px;
  color: #000;
}
.slider-writing-experts .writing-experts-slider {
  flex: 1;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .slider-writing-experts .writing-experts-slider {
    margin-top: 50px;
  }
}
.marketing-design-section .marketing-design-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media (max-width: 1024px) {
  .marketing-design-section .marketing-design-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.marketing-design-section .marketing-design-wrapper .info-block {
  padding-left: 70px;
}
.marketing-design-section .marketing-design-wrapper .info-block .text ul li {
  margin-bottom: 12px;
  margin-bottom: 15px;
  padding-left: 45px;
  position: relative;
}
@media (max-width: 576px) {
  .marketing-design-section .marketing-design-wrapper .info-block .text ul li {
    padding-left: 35px;
  }
}
.marketing-design-section .marketing-design-wrapper .info-block .text ul li::after {
  content: url("../img/arrow-for-table.svg");
  width: 20px;
  height: 16px;
  left: 0;
  top: 5px;
  position: absolute;
}
.marketing-design-section .marketing-design-wrapper .info-block .btn {
  margin-top: 40px;
}
.marketing-design-section .marketing-design-wrapper .marketing-design-slider {
  position: relative;
}
.marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper {
  display: flex;
  padding-left: 30px;
  position: absolute;
  bottom: 25px;
  right: 135px;
}
@media (max-width: 1440px) {
  .marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper {
    padding-left: 20px;
    bottom: 5px;
    right: 70px;
  }
}
@media (max-width: 1024px) {
  .marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper {
    bottom: 25px;
    right: 135px;
  }
}
@media (max-width: 768px) {
  .marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper {
    padding: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper .swiper-button-next, .marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper .swiper-button-prev {
  width: 75px;
  display: block;
  height: 75px;
  position: relative;
  border: 1.44231px solid #3eccb5;
  border-radius: 50%;
  left: auto;
  right: auto;
  margin: 15px 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper .swiper-button-next, .marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper .swiper-button-prev {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 768px) {
  .marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper .swiper-button-next, .marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper .swiper-button-prev {
    margin: 15px 10px;
  }
}
.marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper .swiper-button-next:after, .marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper .swiper-button-prev:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
  font-weight: 900;
}
.marketing-design-section .marketing-design-wrapper .marketing-design-slider .swiper-buttons-wrapper .swiper-button-next {
  margin-left: 30px;
}
.virtual-assistant-section {
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .virtual-assistant-section {
    padding: 50px 0;
  }
}
@media (max-width: 768px) {
  .virtual-assistant-section {
    padding: 40px 0;
  }
}
@media (max-width: 576px) {
  .virtual-assistant-section {
    padding: 30px 0;
  }
}
.virtual-assistant-section .title {
  text-align: center;
  margin-bottom: 50px;
  max-width: 1100px;
  margin: 0 auto 40px auto;
}
.virtual-assistant-section .virtual-assistant-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
}
@media (max-width: 1024px) {
  .virtual-assistant-section .virtual-assistant-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 70px;
  }
}
@media (max-width: 768px) {
  .virtual-assistant-section .virtual-assistant-wrapper {
    margin-top: 70px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block {
  border-radius: 50px;
  box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.07);
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-head {
  position: relative;
  padding: 50px 60px 40px;
  text-align: center;
  background-color: #f6f6f6;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
@media (max-width: 1280px) {
  .virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-head {
    padding: 40px 20px 40px;
  }
}
.virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-head p {
  padding: 0;
}
.virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-head .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fdca15;
  border: 5px solid #fff;
  width: 95px;
  height: 95px;
  border-radius: 50px;
}
.virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-head .num p {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-info {
  padding: 40px 60px;
}
@media (max-width: 1280px) {
  .virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-info {
    padding: 40px 20px;
  }
}
.virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-info ul li {
  margin-bottom: 15px;
  padding-left: 45px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #333;
}
@media (max-width: 576px) {
  .virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-info ul li {
    padding-left: 35px;
  }
}
.virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .block-info ul li::after {
  content: url("../img/arrow-for-table.svg");
  width: 20px;
  height: 16px;
  left: 0;
  top: 5px;
  position: absolute;
}
.virtual-assistant-section .virtual-assistant-wrapper .virtual-assistant-block .btn {
  border-top-right-radius: 0;
  width: 100%;
  border-top-left-radius: 0;
  padding: 30px 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
