* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.black-bg {
  width: 100vw;
  background-color: rgba(0, 0, 0, 1);
}

.gradient-bg {
  width: 100vw;
  background: linear-gradient(180deg, rgb(7, 7, 7), rgb(84, 62, 116));
}

.button-hover:hover {
  opacity: 0.6;
}

.sticky {
  position: fixed;
  z-index: 100;
}

body {
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.w-100 {
  width: 100%;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.menu {
  background-color: rgba(1, 1, 1, 1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu > p {
  font-size: 45px;
}

.lang {
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  border: none;
}

.icon-container {
  display: flex;
  gap: 20px;
}

.icon {
  display: block;
  width: 32px;
  height: 32px;
}

.media-menu {
  display: none;
}

.about {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 120px;
  padding-top: 150px;
  padding-bottom: 100px;
  background: transparent;
}

.about-list {
  display: flex;
  flex-direction: column;
  font-size: 30px;
  text-align: right;
  line-height: 84px;
}

@media (min-width: 640px) {
  .about-list {
    font-size: 40px;
  }
}

.performance {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 64px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: transparent;
}

.performance-title {
  font-size: 42px;
}

.performance-text {
  font-size: 22px;
  text-align: justify;
  line-height: 1.3;
  display: flex;
  align-items: center;
  margin-bottom: 62px;
  margin-top: 39px;
}

.performance-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background-color: rgba(185, 119, 212, 1);
  border: none;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  max-width: 228px;
  height: 42px;
  line-height: 40px;
  font-size: 22px;
  color: rgba(75, 57, 102, 1);
  margin-left: 0 !important;
}

.services {
  background: transparent;
  padding-top: 100px;
  padding-bottom: 100px;
}

.services-title {
  font-size: 42px;
  text-align: left;
  margin-bottom: 40px;
}

.services-blocks {
  display: flex;
  flex-direction: column;
  gap: 53px;
  margin-top: 37px;
}

@media (min-width: 768px) {
  .services-blocks {
    flex-direction: row;
    justify-content: space-between;
  }
}

.block1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.block2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.block-title {
  font-size: 28px;
}

.block-text {
  font-size: 22px;
  line-height: 1.3;
  text-align: justify;
}

.partner {
  display: flex;
  justify-content: right;
  gap: 64px;
  padding-top: 100px;
  background: transparent;
}

.partner-media {
  display: none;
}

.media-partner-img-container {
  display: none;
}

.partner-media-text {
  display: none;
}

.partner-contant {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.partner-title {
  font-size: 42px;
  margin-bottom: 18px;
}

.partner-text {
  font-size: 22px;
  text-align: justify;
  line-height: 1.3;
}

.partner-img-container > img {
  margin-top: 58px;
}

.partner-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
  width: 100%;
  max-width: 305px;
  min-height: 38px;
  border: none;
  background-color: rgba(185, 119, 212, 1);
  border-radius: 8px;
  font-size: 22px;
  color: rgba(75, 57, 102, 1);
  margin-bottom: 100px;
  margin-top: 27px;
  padding: 8px;
}

.testimonials {
  background: transparent;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  overflow: hidden;
}

.testimonials-title {
  font-size: 42px;
  text-align: left;
  margin-bottom: 30px;
}

/* Слайдер */
.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  flex-direction: column;
  font-size: 22px;
  line-height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
}

.swiper-slide p {
  width: 100%;
  object-fit: cover;
}

.swiper-slide p:not(:last-child) {
  margin-bottom: 20px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  left: auto;
  color: white !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  right: auto;
  color: white !important;
}

.swiper-pagination {
  position: static !important;
  margin-top: 32px;
}

.swiper-pagination > * {
  background-color: rgba(116, 75, 177, 1) !important;
  width: 17px !important;
  height: 17px !important;
  border: 2px solid white;
}

@media (min-width: 640px) {
  .swiper-slide p {
    width: calc(100% - 140px);
    object-fit: cover;
  }
}

/* Конец Слайдер */

.testimonials-text2 {
  font-weight: 200;
  margin-top: 70px;
}

.connect {
  display: flex;
  justify-content: space-between;
  background: transparent;
  padding-top: 100px;
}

.connect-container {
  width: 100%;
  font-size: 22px;
  line-height: 36px;
  text-align: justify;
}

.connect-container > h2 {
  font-size: 42px;
  margin-bottom: 21px;
}

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  font-size: 22px;
}

.user-data {
  display: flex;
  gap: 12px;
}

.input {
  width: 100%;
  max-width: 194px;
  height: 35px;
  border-radius: 8px;
  border: none;
  outline: none;
  color: white;
  padding: 5px;
  font-size: 22px;
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.07);
}

.user-message {
  margin-top: 17px;
}

.message {
  width: 100%;
  height: 136px;
  border: none;
  outline: none;
  padding: 15px;
  color: white;
  font-size: 22px;
  border-radius: 8px;
  margin-top: 5px;
  background-color: rgba(255, 255, 255, 0.07);
  resize: none;
}

.form-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.form-bottom > p {
  width: 236px;
  height: 84px;
  font-size: 12px;
  line-height: 20px;
  text-align: justify;
}

.form-bottom > p > a {
  color: white;
}

.form-button {
  display: block;
  text-decoration: none;
  text-align: center;
  line-height: 35px;
  width: 100%;
  max-width: 137px;
  height: 35px;
  border-radius: 8px;
  border: none;
  background-color: rgba(185, 119, 212, 1);
  font-size: 12px;
  color: rgba(75, 57, 102, 1);
}

.map {
  position: relative;
  height: 400px;
  width: 100vw;
}

.map-location {
  padding: 25px 32px;
  background-color: rgba(82, 61, 113, 1);
  position: absolute;
  top: 75px;
  right: 100px;
}

.location-title {
  font-size: 25px;
}

.map-location > p {
  font-size: 22px;
}

.footer {
  background-color: transparent;
  padding-top: 61px;
  display: flex;
  justify-content: space-between;
}

.footer-icon-container {
  display: flex;
  gap: 20px;
}

.footer-title {
  font-size: 42px;
  margin-bottom: 35px;
}

.footer-text {
  font-size: 22px;
  margin-bottom: 100px;
}

.media-footer-text {
  display: none;
}

.bio {
  padding-top: 180px;
  padding-bottom: 128px;
}

.bio > h2 {
  font-size: 48px;
  margin-bottom: 1.5rem;
}

.bio > p {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 24px;
}

.about-list,
.about-img-container,
.partner-contant,
.partner-img-container,
.performance-content,
.performance-img-container,
.services-blocks,
.block1,
.block2,
.connect-container,
.form {
  width: 100%;
}

.about-img-container,
.partner-img-container,
.performance-img-container {
  flex-shrink: 0;
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
  .about-list,
  .about-img-container,
  .partner-contant,
  .partner-img-container,
  .performance-content,
  .performance-img-container,
  .block1,
  .block2,
  .connect-container,
  .form {
    width: 50%;
  }
}

@media (min-width: 1280px) {
}

@media screen and (min-width: 1536px) {
  .block1,
  .block2 {
    width: 50%;
  }

  .menu > p {
    font-size: 48px;
  }

  .lang {
    font-size: 23px;
  }

  .icon {
    width: 35px;
    height: 35px;
  }

  .about-list {
    font-size: 43px;
  }

  .partner-title,
  .performance-title,
  .services-title,
  .testimonials-title,
  .connect-container > h2,
  .location-title,
  .footer-title,
  .bio > h2 {
    font-size: 45px;
  }

  .partner-text,
  .performance-text,
  .block-text,
  .swiper-slide,
  .connect-container,
  .form,
  .map-location > p,
  .footer-text,
  .bio > p {
    font-size: 25px;
    line-height: 1.3;
  }

  .partner-button {
    font-size: 25px;
  }
}

@media screen and (max-width: 1140px) {
  .menu {
    display: none;
  }

  .media-menu {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, 1);
    padding-top: 16px;
    padding-bottom: 16px;
    z-index: 100;
  }

  .media-menu > p {
    font-size: 36.84px;
    margin-left: 30px;
  }

  .icon {
    width: 27.98px;
    height: 27.99px;
  }

  .icon-container {
    margin-right: 30px;
  }

  .about {
    width: 100%;
    flex-direction: column;
    order: -3;
    padding-top: 0;
  }

  .about-img-container {
    margin-top: 77px;
  }

  .about-list {
    order: 2;
    font-size: 33.54px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 22.75px;
    margin-bottom: 100px;
  }

  .partner {
    order: -2;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 80px;
  }

  .partner-img-container {
    order: -1;
  }

  .partner-contant {
    display: flex;
    align-items: center;
  }

  .partner-title {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 10px;
  }

  .partner-text {
    display: none;
  }

  .partner-media-text {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
    margin-bottom: 10px;
  }

  .partner-button {
    width: 100%;
    max-width: 181px;
    min-height: 48px;
    font-size: 22px;
    margin-top: 30px;
  }

  .services-title {
    font-size: 41.78px;
  }

  .block-title {
    text-align: center;
    /* font-size: 32.5px; */
  }

  .services {
    order: -1;
    width: 100%;
  }

  .block1,
  .block2 {
    width: 100%;
    gap: 32px;
  }

  .block-text {
    text-align: center;
    font-size: 20.89px;
  }

  .services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .services-blocks {
    align-items: center;
    flex-direction: column;
  }

  .performance {
    flex-direction: column;
    width: 100%;
    padding-bottom: 0;
  }

  .performance-img-container {
    order: -1;
  }

  .performance-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
  }

  .performance-title {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
  }

  .performance-text {
    display: block;
    font-size: 20px;
    line-height: 1.3;
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .performance-button {
    width: 100%;
    max-width: 245px;
    height: 48px;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .testimonials {
    width: 100%;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 140px !important;
    left: auto;
    color: white !important;
    top: 300px !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 140px !important;
    right: auto;
    color: white !important;
    top: 300px !important;
  }

  .testimonials-title {
    font-size: 32.5px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    display: none !important;
  }

  .testimonials-text2 {
    font-size: 20.89px;
  }

  .dot-container {
    width: 101px;
    margin-top: 45px;
  }

  .dot {
    width: 17px;
    height: 17px;
  }

  .testimonials-button {
    top: 390px;
  }

  .left {
    left: 95px;
  }

  .right {
    left: 729px;
  }

  .connect {
    flex-direction: column;
    width: 100%;
  }

  .user-data {
    flex-direction: column;
    font-size: 20.89px;
  }

  .connect-container,
  .form {
    margin: 0 auto;
  }

  .connect-container > h2 {
    font-size: 32.5px;
    margin-bottom: 30px;
  }

  .connect-container > p {
    font-size: 20.89px;
    line-height: 30px;
  }

  .user-message {
    font-size: 20.89px;
    margin-top: 10px;
  }

  .connect-container > p > span {
    display: block;
    margin-top: 35px;
    margin-bottom: 30px;
  }

  .form-bottom > p {
    font-size: 22px;
  }

  .form-button {
    width: 100%;
    max-width: 147px;
    height: 39px;
    font-size: 22px;
  }

  .input {
    width: 100%;
    height: 49px;
    margin-top: 10px;
  }

  .map {
    height: 541px;
  }

  .location-title {
    font-size: 32.5px;
  }

  .footer {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding-top: 100px;
  }

  .footer-text {
    display: none;
  }

  .media-footer-text {
    display: block;
    margin-top: 25px;
    margin-bottom: 130px;
    font-size: 22px;
  }

  .footer-title {
    font-size: 32px;
  }

  .media-icon {
    width: 44px;
    height: 44px;
    margin-top: -25px;
  }

  .bio {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .bio > h2 {
    font-size: 35px;
    margin-bottom: 1.5rem;
  }

  .bio > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 586px) {
  .media-menu > p {
    font-size: 22.07px;
  }

  .lang {
    font-size: 20px;
  }

  .icon-container {
    gap: 10px;
    margin-right: 30px;
  }

  .about {
    width: 100%;
    padding-bottom: 0;
  }

  .about-img-container {
    order: 3;
    margin-top: 0;
    margin-bottom: 75px;
  }

  .about-list {
    font-size: 21.09px;
    row-gap: 0px;
    margin-bottom: -102px;
    margin-top: 100px;
  }

  .media-partner-img-container {
    display: flex;
    align-items: center;
  }

  .media-partner-img-container > img {
    margin: 0 auto;
  }

  .partner {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .partner-img-container {
    /*display: none;*/
  }

  .partner-contant {
    margin-right: 0;
    margin-left: 0;
  }

  .partner-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center;
  }

  .partner-media-text {
    font-size: 18px;
    line-height: 1.3;
  }

  .partner-button {
    margin-top: 30px;
    margin-bottom: 25px;
  }

  .services {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 65px;
  }

  .services-title {
    font-size: 36px;
  }

  .block-title {
    text-align: center;
    /* font-size: 28px; */
  }

  .block-text {
    text-align: justify;
    font-size: 18px;
    line-height: 1.3;
  }

  .block1 {
    align-items: center;
    gap: 30px;
  }

  .block2 {
    align-items: center;
    gap: 30px;
  }

  .performance {
    padding-top: 40px;
  }

  .performance-img-container {
    order: 1;
  }

  .performance-title {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .performance-text {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
  }

  .performance-button {
    margin-top: 100px;
    margin-left: -85px;
  }

  .testimonials {
    height: 960px;
    padding-top: 40px;
  }

  .swiper-slide {
    font-size: 18px;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    display: none !important;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    display: none !important;
  }

  .swiper-slide p {
    text-align: justify;
    line-height: 24px;
  }

  .testimonials-title {
    font-size: 28px;
    text-align: center;
   /* margin-left: 30px;*/
  }

  .testimonials-text2 {
    text-align: center;
    font-size: 18px;
  }

  .connect {
    display: flex;
    align-items: center;
    padding-top: 40px;
  }

  .connect-container {
    margin-left: 0;
    margin-right: 0;
  }

  .connect-container > h2 {
    font-size: 28px;
  }

  .connect-container > p > span {
    display: inline;
  }

  .connect-container > p {
    margin-left: 0;
    margin-right: 0;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .form {
    display: flex;
    align-items: center;
    margin: 0;
  }

  .form-bottom {
    flex-direction: column;
    align-items: center;
  }

  .user-data,
  .user-message {
    font-size: 18px;
  }

  .map {
    height: 300px;
  }

  .map-location {
    position: static;
    margin-top: -20px;
  }

  .map-location > p {
    font-size: 18px;
  }

  .location-title {
    font-size: 28px;
  }

  .footer {
    padding-top: 195px;
  }

  .footer-title {
    font-size: 28px;
  }

  .mob-media-icon {
    display: block;
    width: 38px;
    height: 38px;
    margin-top: -22px;
  }

  .mob-media-icon > img {
    width: 38px;
    height: 38px;
  }

  .media-icon {
    width: 44px;
    height: 44px;
  }

  .media-footer-text {
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    margin-top: -10px;
  }

  .bio {
    padding-top: 125px;
    padding-bottom: 80px;
  }

  .bio > h2 {
    font-size: 30px;
    margin-bottom: 1.5rem;
  }

  .bio > p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .partner-text,
.performance-text,
.block-text,
.swiper-slide p,
.connect-container{
	  
	  text-align:left;
  }
}
