@charset "UTF-8";
p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.3em;
}

h1 {
  font-size: 45px;
  text-transform: uppercase;
}
h1 span {
  color: #F94E64;
  font-weight: 700;
}

h2 {
  font-size: 48px;
  text-transform: uppercase;
}
h2 span {
  color: #FF99CC;
  font-weight: 700;
}

h3 {
  font-size: 22px;
}

button {
  outline: none;
  border: none;
  text-decoration: none;
  color: inherit;
}

a {
  display: block;
  text-decoration: none;
}

div,
p,
a,
ul,
li,
span,
img {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: block;
  color: inherit;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #181818;
  margin: 0 auto;
}

.main-button {
  background-color: #FF99CC;
  text-transform: uppercase;
  text-align: center;
  display: block;
  border-radius: 50px;
  color: #303030;
  padding: 20px 40px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  transition: 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
}
.main-button:hover {
  background-color: transparent;
  border: 1px solid #FF99CC;
}

.sub-button {
  background-color: transparent;
  border: 1px solid #00CCFF;
  border-radius: 50px;
  padding: 20px 0;
  max-width: 260px;
  width: 100%;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}
.sub-button:hover {
  border: 1px solid #303030;
}

.center {
  text-align: center;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.section {
  padding: 60px 0;
}

.header {
  height: 750px;
  overflow: hidden;
}
.header.sticky .header__inner {
  padding: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}
.header.sticky .header__menu li {
  font-size: 14px;
}
.header.sticky .header__logo {
  transform: scale(0.7);
  transition: 0.3s transform;
}
.header.sticky .header__phone {
  transform: scale(0.85);
}
.header__box {
  gap: 20px;
  display: flex;
  align-items: center;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}
.header__logo {
  transition: 0.3s transform;
}
.header__inner {
  padding: 30px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}
.header__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__menu li {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
  transition: 0.3s;
}
.header__menu li:hover {
  border-bottom: 1px solid #FF99CC;
}
.header .main-swiper {
  background: url("../images/background.webp") no-repeat center center/cover;
  padding-top: 100px;
}

.clients .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}
.clients__header {
  margin-bottom: 40px;
}

.offer {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-radius: 16px;
}
.offer.pt-50 {
  padding-top: 50px;
}
.offer.pt-80 {
  padding-top: 80px;
}
.offer__special .main-button {
  margin: 0 auto 10px;
}
.offer__special.position {
  position: absolute;
  right: calc(50% - 50px);
  bottom: 70px;
  transform: translateX(50%);
}
.offer__special.posi3 {
  transform: translateX(100%);
}
.offer__special.z-100 {
  z-index: 100;
}
.offer__special-wrapper {
  display: flex;
  align-items: center;
}
.offer__special-img {
  margin-left: -10px;
}
.offer__special-text {
  z-index: 10;
}
.offer__special-inner {
  position: relative;
  display: flex;
  gap: 20px;
  padding: 20px 40px;
  flex-shrink: 0;
  max-width: 440px;
}
.offer__special-inner .arrow-svg {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.offer__special-inner.m-w-490 {
  max-width: 490px;
  margin-left: -25px;
  z-index: -1;
}
.offer__special-inner.m-w-370 {
  max-width: 380px;
}
.offer__special-inner.z-100 {
  z-index: 100;
}
.offer__special-inner:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 5;
}
.offer__special svg {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.offer__special p {
  position: relative;
  z-index: 10;
}
.offer__special-text1 {
  font-weight: 700;
  font-size: 16px;
  max-width: 290px;
  margin-bottom: 10px;
}
.offer__special-text2 {
  font-size: 14px;
}
.offer__title {
  max-width: 590px;
}
.offer__title.m-w-620 {
  max-width: 620px;
}
.offer__title.m-w-920 {
  max-width: 920px;
}
.offer__title.m-w-770 {
  max-width: 770px;
}
.offer__title.m-w-770 h1 {
  font-size: 38px;
}
.offer__title.m-w-370 {
  max-width: 370px;
}
.offer__title h1 {
  margin-bottom: 20px;
  font-weight: 500;
}
.offer__title p {
  line-height: 1.5em;
}
.offer__subtext.m-w-550 {
  max-width: 550px;
}
.offer__colortext {
  text-transform: uppercase;
  color: #F94E64;
  font-size: 24px;
  margin-bottom: 50px;
}
.offer__colortext.mb-10 {
  margin-bottom: 10px;
}
.offer__actions {
  padding-top: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
.offer__actions.pt-30 {
  padding-top: 30px;
}
.offer__img.posi {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(20%);
}
.offer__img.posi2 {
  transform: translateX(0%);
}
.offer__img.posi3 {
  transform: translateX(10%);
}
.offer__img.posi3 img {
  margin-top: -100px;
}

.team__title {
  max-width: 390px;
  margin-bottom: 50px;
}
.team__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.team__item {
  max-width: 550px;
  position: relative;
}
.team__item:before {
  content: "";
  display: block;
  width: 233px;
  height: 233px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: #FF99CC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(150px);
}
.team__item:nth-child(1):before {
  background-color: #00CCFF;
  filter: blur(180px);
}
.team__item h3 {
  margin-bottom: 30px;
}
.team__item ul, .team__item li {
  list-style-type: disc;
}
.team__item li {
  margin-bottom: 20px;
}
.team__item ul {
  padding-left: 20px;
}

.tasks__title {
  max-width: 620px;
  margin: 0 auto 90px;
}
.tasks__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 70px;
}
.tasks__item {
  max-width: 260px;
  margin-bottom: 20px;
  text-align: center;
}
.tasks__item img {
  margin: 0 auto 10px;
}
.tasks__item h3 {
  margin-bottom: 20px;
}
.tasks__button {
  margin: 0 auto;
}

.cases__title {
  margin-bottom: 50px;
}
.cases__el {
  padding: 20px;
  border: 1px solid #00CCFF;
  border-radius: 5px;
  height: auto;
  display: flex;
  flex-direction: column;
}
.cases-name {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
  min-height: 60px;
}
.cases-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 120px;
  width: 120px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #00CCFF;
}
.cases-desc {
  font-size: 14px;
  margin-bottom: 20px;
  flex-grow: 1;
}
.cases-link {
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border-bottom: 1px solid #00CCFF;
  padding-bottom: 3px;
  transition: 0.3s;
}
.cases-link:hover {
  border-bottom: 1px solid transparent;
}
.cases-pagination {
  text-align: center;
  margin-top: 40px;
}
.cases__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.cases__item {
  max-width: 30%;
  width: 100%;
}
.cases__item > a {
  text-decoration: underline;
  word-break: break-all;
}
.cases__description {
  margin-bottom: 20px;
}
.cases__caption {
  margin-bottom: 20px;
  font-weight: 700;
}
.cases img {
  margin-bottom: 20px;
}
.cases__caption {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}

.services__list {
  padding-top: 80px;
  margin-bottom: 80px;
}
.services__list .swiper-wrapper {
  padding-bottom: 60px;
}
.services__item {
  display: flex;
  flex-direction: column;
  padding: 50px 20px;
  text-align: center;
  max-width: 260px;
  border: 1px solid #00CCFF;
  border-radius: 10px;
  height: auto;
}
.services__item:nth-child(1) {
  background: url("../images/services/servicesbg1.svg") no-repeat center center/cover;
}
.services__item:nth-child(2) {
  background: url("../images/services/servicesbg2.svg") no-repeat center center/cover;
}
.services__item:nth-child(3) {
  background: url("../images/services/servicesbg3.svg") no-repeat center center/cover;
}
.services__item:nth-child(4) {
  background: url("../images/services/servicesbg4.svg") no-repeat center center/cover;
}
.services__item:nth-child(5) {
  background: url("../images/services/servicesbg5.svg") no-repeat center center/cover;
}
.services__item:nth-child(6) {
  background: url("../images/services/servicesbg6.svg") no-repeat center center/cover;
}
.services__name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  min-height: 54px;
}
.services__desc {
  margin-bottom: 20px;
  flex-grow: 1;
}
.services__btn {
  margin: 0 auto;
}

.reviews__main {
  padding-top: 80px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.reviews__item {
  max-width: 360px;
}
.reviews__name {
  margin-bottom: 15px;
  text-decoration: underline;
}

.contacts__title {
  max-width: 750px;
  margin-bottom: 20px;
}
.contacts__form-title {
  margin-bottom: 40px;
  max-width: 360px;
}
.contacts__main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.contacts__map {
  width: 500px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.contacts__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 15px;
  flex-wrap: wrap;
}
.contacts__social-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contacts__adress {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #00CCFF;
}
.contacts__adress span {
  font-size: 14px;
  color: #666666;
}
.contacts__rights {
  color: #666666;
  font-size: 14px;
}

.about h2 {
  margin-bottom: 30px;
}
.about__container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
.about__inner {
  max-width: 650px;
  display: flex;
  justify-content: space-between;
}
.about__text {
  font-size: 14px;
}
.about__text > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.about__text p:not(:last-child) {
  margin-bottom: 20px;
}
.about__sertification {
  padding-top: 40px;
}
.about__sertification h3 {
  margin-bottom: 20px;
  text-align: center;
}
.about__sertification-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}
.about__sertification-item {
  width: 20%;
}
.about__img {
  width: 445px;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.about__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.footer {
  padding: 30px 0;
  border-top: 1px solid #00CCFF;
}
.footer__content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.footer__rights {
  max-width: 350px;
  font-size: 14px;
}
.footer__img {
  gap: 10px;
}
.footer__img p {
  font-size: 12px;
}
.footer__img img {
  max-width: 120px;
  margin-left: auto;
}

.youtube-pagination {
  margin-top: 40px;
  text-align: center;
}
.youtube__title {
  margin-bottom: 20px;
}
.youtube__title span {
  color: #FF99CC;
}
.youtube__desc {
  margin-bottom: 30px;
  max-width: 600px;
}
.youtube__item iframe {
  border-radius: 20px;
}
.youtube__item p {
  margin-top: 15px;
  font-weight: 700;
}

.form {
  position: relative;
}
.form.error:before {
  content: "Ознакомьтесь с политикой конфиденциальности";
  position: absolute;
  bottom: -20px;
  left: 0;
  display: block;
  color: #F94E64;
  font-size: 12px;
}
.form-input {
  display: block;
  max-width: 550px;
  width: 100%;
  border: 1px solid #00CCFF;
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 20px 30px;
}
.form-policy {
  margin-bottom: 30px;
}
.form__row {
  position: relative;
}
.form__row.error .form-input {
  border: 1px solid #F94E64;
}
.form__row.error:before {
  content: "Пожалуйста заполните поле.";
  display: block;
  position: absolute;
  left: 10px;
  bottom: -21px;
  font-size: 12px;
  color: #F94E64;
}
.form .form-loader-box {
  display: flex;
  align-items: center;
}

.lds-spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  z-index: 10;
  transform: scale(0.5);
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #232323;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* wordpres - start */


.form__row {
  position: relative;
}

.form__row span.wpcf7-not-valid-tip {
  width: 100%;
  position: absolute;
  font-size: 10px;
  left: 0;
  top: 100%;
}

.wpcf7-response-output {
  max-width: 500px;
  border-width: 1px;
  padding: 10px;
  font-size: 12px;
}

.form__row br {
  display: none;
}





/* wordpres - end  */











@media screen and (max-width: 992px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .header {
    padding-bottom: 100px;
    position: relative;
  }
  .cases__list {
    gap: 20px;
  }
  .cases__item {
    max-width: 48%;
  }
  .offer__title {
    position: relative;
    z-index: 10;
  }
  .offer__img {
    position: absolute;
    width: 400px;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.5;
  }
  .main-button,
  .sub-button {
    padding: 15px 25px;
    font-size: 14px;
  }
}
@media screen and (max-width: 577px) {
  h1 {
    font-size: 27px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 24px;
  }
  .header {
    padding-bottom: 0;
    height: 700px;
  }
  .header__logo {
    max-width: 80px;
  }
  .header__menu {
    gap: 10px;
    font-size: 12px;
  }
  .header__phone {
    width: 22px;
    height: 22px;
  }
  .header.sticky .header__logo {
    transform: scale(1);
  }
  .header.sticky .header__inner {
    padding: 10px 0;
  }
  .offer__img {
    max-width: 350px;
  }
  .contacts__map {
    width: 300px;
  }
  .contacts__title {
    text-align: center;
  }
  .contacts__main {
    justify-content: center;
    text-align: center;
  }
  .contacts__form-title {
    text-align: center;
  }
  .form-button {
    margin: 0 auto;
  }
  .tasks__title {
    margin-bottom: 50px;
  }
  .tasks__list {
    justify-content: center;
    margin-bottom: 40px;
  }
  .services__list {
    margin-bottom: 40px;
  }
  .reviews__main {
    padding-top: 40px;
  }
  .cases__title {
    margin-bottom: 30px;
  }
  .cases__list {
    gap: 20px;
  }
  .cases__item {
    max-width: 100%;
  }
  .cases__el {
    max-width: 270px;
  }
  .contacts__social-links {
    gap: 10px;
  }
  .contacts__social-links a {
    width: 30px;
    height: 30px;
  }
  .offer {
    display: block;
  }
  .main-swiper__item {
    overflow: hidden;
  }
  .main-swiper__item.screen3 {
    overflow: visible;
  }
  .offer.pt-80 {
    padding-top: 0px;
  }
  .offer.pt-50 {
    padding-top: 0;
  }
  .offer__subtext {
    font-size: 12px;
    max-width: 240px;
  }
  .screen1 .offer__img {
    top: 120px;
    right: -60px;
    width: 300px;
  }
  .screen2 .offer__img {
    max-width: 340px;
  }
  .screen3 .offer__img {
    max-width: 330px;
    top: 55px;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__img img {
    margin-left: 0;
  }
  .tasks__item {
    max-width: 360px;
  }
  .screen4 .offer__img {
    display: none;
  }
  .screen3 .offer__img.posi,
  .screen4 .offer__img.posi {
    transform: translateX(0);
  }
  .offer__special.position {
    position: static;
    transform: translateX(0%);
    margin-top: 20px;
  }
  .offer__special-text1,
  .offer__special-text2 {
    font-size: 12px;
  }
  .offer__special-inner {
    padding: 10px;
    flex-shrink: 1;
  }
  .offer__img.posi3 {
    transform: translateX(0%);
  }
  .offer__special.posi3 {
    position: static;
    transform: translateX(0%);
  }
  .screen3 .offer__special-img {
    position: absolute;
    right: 0;
    width: 65px;
    bottom: 55px;
  }
  .offer__title.m-w-770 h1 {
    font-size: 26px;
  }
  .screen4 .offer {
    padding-top: 0;
  }
  .screen3 .offer__special-inner.m-w-490 {
    margin-left: 0;
  }
  .screen5 .offer__actions {
    display: none;
  }
  .screen5 .offer__img {
    display: none;
  }
  .offer__img.posi3 img {
    margin-top: 0;
  }
  .offer__colortext {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 270px;
  }
  .header__phone span {
    display: none;
  }
  .about__sertification-wrapper {
    gap: 5px;
  }
  .about__sertification-item {
    width: 32%;
  }
}/*# sourceMappingURL=main.css.map */