.tesText{
    text-align: justify;
    display: block;
  }
  .testimonialsContainer{
    margin: 30px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
    height: 400px;
    align-content: space-between;
    width: 100%;
    display: block;
  }
  .testimonialsText{
    position: relative;
    width: 80%;
    display: block;
    float: left;
    margin: 0 30px;
  }
  .ts, .te {
    margin: 40px auto 0 auto;
    width: 64px;
    display: block;
  }
  .te {
    float: right;
  }
  .ts {
    float: left;
  }
  .photoTestimonial{
    height: 118px;
    width: 118px;
    margin: 65px auto 0 auto;
  }
  .testUser{
    position: relative;
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .autorName{
    color: #4B4B4B;
    margin-top: 21px;
  }
  .nameAuth{
    font-weight:800;
  }
  .imgUserTest{
    border-radius: 50%;
    width: 118px;
    height: 118px;
  }
  
  .wrap-arr {
    float: left;
  }





.orb {
    display: inline-block;
    margin: 0 1%;
    float: left;
    transition: all .2s ease-out;
  }
  
  .orb:hover {
    transform: scale(1.2);
    opacity: .5;
    cursor: pointer;
  }
  .dark-word{
    font-family: "Inter";
    font-weight: 700;
    color: #001C33;
    font-size: 3.2vw;
  }
  .white-word{
    font-size: 3.2vw;
    font-family: "Inter";
    font-weight: 700;
    -webkit-text-stroke: 2px #c0c0c0;
    color: #fff;
  }  
  .marquee {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    position: static;
  }
  
  .marquee--inner {
    display: block;
    width: 200%;
    position: relative;
    animation: marquee 80s linear infinite;
    text-align: justify;
  }
  
  
  .marquee--inner:hover {
    animation-play-state: paused;
  }
  
  /*.half {
    float: left;
    width: 10%;
  }*/
  
  /* .spn {
    text-align: center;
    width: 75%;
  } */
  
  @keyframes marquee {
    0% { left: 0; }
    100% { left: -50%; }
  }
  @media screen and (max-width: 1000px) {
    .ts, .te {
        margin: 40px auto 0 auto;
        width: 32px;
        display: block;
      }
}

@media screen and (max-width: 666px) { 
.wrap-arr {
        display: none;
    }
    .testimonialsText {
        position: relative;
        width: 90%;
        display: block;
        float: left;
        margin: 0 30px;
    }
    .marquee {
      margin-top: 15px;
    }
    .white-word{
      font-size: 3.2vw;
      font-family: "Inter";
      font-weight: 700;
      -webkit-text-stroke: 1px #c0c0c0;
      color: #fff;
    }
}

.page-template-page-combo .hero__title {
  font-size: 42px;
}

.page-template-page-combo .hero__title::after {
  content: "↓";
  font-size: 20px;
  display:block;
  position: absolute;
  top: 9px;
  left: 310px;
  bottom: 0;
  transition: 0.2s linear;
  cursor: pointer;
}

.page-template-page-combo .hero__title:hover::after {
  top: 20px;
}

.sp-st {
	position: relative;
	cursor: pointer;
	line-height: 1; /*задаём высоту строки*/
	text-decoration: none; /*убираем подчёркивание*/

}
.hero__text-block a {
	position: relative;
	color: #001c33; /*задаём цвет ссылки*/
	cursor: pointer;
	line-height: 1; /*задаём высоту строки*/
	text-decoration: none; /*убираем подчёркивание*/

}
.hero__text-block a:after {
	display: block;
	position: absolute;
	left: 0; /*изменить на right:0;, чтобы изменить направление подчёркивания */
	width: 0;/*задаём длинну линии до наведения курсора*/
	height: 1px; /*задаём ширину линии*/
	background-color: #001c33; /*задаём цвет линии*/
	content: "";
	transition: width 0.3s ease-out; /*задаём время анимации*/
}

.hero__text-block a:hover:after,
.hero__text-block a:focus:after {
	width: 100%; /*устанавливаем значение 100% чтобы ссылка подчёркивалась полностью*/
}

@media only screen and (min-width: 40em) {
  .modal-overlay {
    display: flex;
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color:#fff;
    opacity: 0;
    visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
 }
  .modal-overlay.active {
    opacity: 1;
    visibility: visible;
 }
}
.modal-overlayB {
  display: flex;
  
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color:#fff;
  opacity: 1;
  visibility: hidden;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modalB {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  padding: 1rem;
  opacity: 2;
  overflow-y: auto;
  visibility: visible;
  backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.pten {
  padding-top: 8rem;
}

.modal {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;

  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  height: 600px;
  padding: 2rem;
  opacity: 0;
  overflow-y: auto;
  visibility: hidden;
  backface-visibility: hidden;
  transform: scale(1.2);
  transition: all 0.6s cubic-bezier(0.55, 0, 0.1, 1);
}
.modal .close-modal {
  position: absolute;
  cursor: pointer;
  top: 5px;
  right: 15px;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal .close-modal svg {
  width: 1.75em;
  height: 1.75em;
}
.modal .modal-content {
  opacity: 0;
  backface-visibility: hidden;
  max-width: 1000px;
  transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1);
  transition-delay: 0.3s;
}
.modal.active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  width: 100%;
}
.modal.active .modal-content {
  opacity: 1;
}
.modal.active .close-modal {
  transform: translateY(10px);
  opacity: 1;
}
/** * Mobile styling */
@media only screen and (max-width: 39.9375em) {
  h1 {
    font-size: 1.5rem;
 }
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
    transform: scale(1.1);
    padding: 0 !important;
    overflow: hidden;
 }
  .close-modal {
    right: 20px !important;
 }
}
/* .hero__title {
  margin-bottom: -110px;
}
@media only screen and (max-width: 1365px) {
  .hero__title {
    margin-bottom: -85px;
  }
}
@media only screen and (max-width: 768px) {
  .hero__title {
    margin-bottom: -71px;
  }
} */
.pt10 {
  padding-top: 0;
}
.filter {
  z-index: 10;
}
.modal-overlay  {
  z-index: 8;
}

/*sdvsdv qwd qw dqw qw dqw dqw dqw d*/

.cta-ripple {
  z-index: 100;
}
.modal-overlay {
  z-index: 101;
}
.logo {
  z-index: 102;
}

.respon {
  margin-right: 10rem;
  max-width: 57.5rem;
}

.respon img{
  max-width: 57.5rem;
}

.respon1 {
  margin-left: 10rem;
  max-width: 57.5rem;

}
.respon1 img{
  max-width: 57.5rem;
}
@media screen and (max-width: 666px) { 
  .respon, .respon1 {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
.respon img, .respon1 img{
  max-width: 100%;
  overflow: hidden;

}
}

.mywrapper{
  width: 100%;
  margin: auto;
}

.blog-article {
  width: 30%;
  min-width: 320px;
  height: 100px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #363636;
  margin: 16px;
}
.blog-article p {
  color: #fff;
  background-color: #000;
  opacity: 0.7;
  padding-left: 15px;;
}

@media (min-width: 748px) and (max-width: 1124px) { 
  .mywrapper{
    width: 708px;
    margin: auto;
  }
}

@media (min-width: 411px) and (max-width: 748px) { 
  .mywrapper{
    width: 340px;
    margin: auto;
  }
  .hero {
    padding-top: 2rem;
  }
  .hero__text-block {
    margin-bottom: 8rem;
    margin-left: 76px;
  }
}

@media (min-width: 300px) and (max-width: 410px) { 
  .mywrapper{
    width: 300px;
    margin: 0 auto;
  }
  .blog-article {
    min-width: 270px;
  }
}
@media (min-width: 200px) and (max-width: 640px) { 
  .filter { 
    opacity: 1; 
    visibility: visible; 
    position: fixed;
    top: 88px;
  }
  .just {
    justify-content: start;
  }
  .modal-overlay {
    position:fixed;
  }
}
@media only screen and (min-width: 50px) {
  .hero__text-block {
    margin-bottom: 8rem;
    margin-left: 100px;
  }
  .hero__title {
    font-size: 42px;
  }
}


@media (min-width: 200px) and (max-width: 991px) { 
  .respon1 {
    margin-top: 30px;
    margin-left: 0;
  }
}
.sevices .services__title{
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  .main__title {
    text-align: left;
}
.hero__text-block {
  margin-bottom: 8rem;
  margin-left: 100px;
}
.hero {
  padding-top: 2rem;
}

}
@media (min-width: 768px) and (max-width: 991px) { 
  .hero {
    margin-bottom: 10rem;
    padding-top: 5rem;
}
}
@media only screen and (min-width: 768px) {
.hero__text-block {
  margin-right: 150px;
}
.hero--small-text .hero__title {
  font-size: 42px;
}
}
@media only screen and (max-width: 767px) {
.hero__text-block {
  margin-right: 50px;
}

}
@media only screen and (max-width: 443px) {
.main-footer__awards {
  width: 180px;
}
.main-footer__awards a:nth-child(3) img {
  margin-top: 23px;
} 
.main-footer__awards a:nth-child(4) img {
  margin-top: 23px;  
}
.main-footer__awards a {
  width: 80px;
  height: 64px;
}
}

@media only screen and (min-width: 1366px) {
.hero {
    padding-top: 5rem;
}
.hero__title {
  font-size: 42px;
}
}
.hero__inner.hero-inner-full-width {
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
.hero__text-block {
  margin-bottom: 8rem;
  margin-left: 150px;
}
.hero {
  padding-top: 7rem;
}

}
.pt101 {
  padding-top: 10rem;
}
.post__image img{
  width: 664px;
}
.padC {
  padding-top: 10rem;
}
.padB {
  padding-bottom:10rem;
}
.hero-inner-full-width .hero__text {
  display: none;
}
.tesText {
  padding: 0 10px;
}
.testimonialsText {
  padding-bottom: 100px;
}
#flag {
  position: relative;
  overflow: hidden;
}

.testimonialsText {
  padding-bottom: 0;
}
