@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style-type: none;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.btn {
  padding: 10px 29.3px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border: 0;
  color: #fff;
  max-width: 236px;
}
.btn-sec {
	background-color: #00AEEF;
}

.header {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
  border-radius: 0 0 40px 40px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px 27px;
}

header .logo {
  max-width: 215.42px;
}

.contact-section {
  display: flex;
  justify-content: end;
}

.menu ul {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 26px;
}

.menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0B0E1E;
}

.burger-menu {
  display: none;
  cursor: pointer;
}

.burger-menu span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #2B2D38;
  border-radius: 50px;
}

.burger-menu span:not(:first-child) {
  margin-top: 6px;
}

.right-side {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-section .btn:nth-child(2) {
  margin-left: 20px;
}

.burger-modal {
  display: none;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding: 0 20px;
  transition: all 0.3s ease;
  z-index: 999999999;
}
.burger-modal__close {
  font-weight: 500;
  font-size: 24px;
  color: #0B0E1E;
  line-height: 100%;
  letter-spacing: 0%;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.burger-modal__contact-section {
  display: flex;
  flex-direction: column;
}
.burger-modal__contact-section .btn {
  margin-top: 20px;
}
.burger-modal__menu ul {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 13px;
}
.burger-modal__menu ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0B0E1E;
}

.introduction {
  position: relative;
}
.introduction__container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.introduction__ul--desktop {
  margin: 45px 0 0 20px;
  list-style-type: disc;
}
.introduction__ul--desktop li {
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}
.introduction__ul--desktop li:not(:first-child) {
  margin-top: 8px;
}
.introduction__ul--mobile {
  display: none;
  margin: 26px 0 0 20px;
  list-style-type: disc;
}
.introduction__ul--mobile li {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
}
.introduction__ul--mobile li:not(:first-child) {
  margin-top: 8px;
}
.introduction__h1--desktop {
  margin-top: 140px;
  font-weight: 800;
  font-size: 44px;
  line-height: 56px;
  letter-spacing: 0%;
  color: #0B0E1E;
}
.introduction__h1--mobile {
  display: none;
  margin-top: 66px;
  font-weight: 800;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  color: #fff;
}
.introduction__left {
  z-index: 1;
  max-width: 57%;
  width: 100%;
}
.introduction__right {
  max-width: 43%;
  width: 100%;
}
.introduction__right--banner {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 571px;
  min-width: 370px;
  width: 100%;
}

.services__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
  justify-items: center;
  width: 100%;
  gap: 20px;
  margin-top: 452px;
}
.services__element {
  display: flex;
  justify-content: space-between;
}

.element {
  background-color: #F1F6FF;
  border-radius: 30px;
  min-width: 0;
  max-width: 590px;
}
.element__left img {
  max-width: 305px;
}
.element__right {
  padding: 30px 40px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.element__right p {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
  margin-bottom: 21.5px;
}
.element__right sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}

.aboutUs__container {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
  gap: 20px;
}
.aboutUs__flex {
	display: flex;
	gap: 60px;
	height: 310px;
	position: relative;
	padding: 1px 0;
}
.aboutUs__left {
	width: 50%;
	position: relative;
}
.aboutUs__title {
	border: 1px solid #231F20;
	border-radius: 50px;
	padding: 9px 19px;
	display: inline-block;
}
.aboutUs__left h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1A47AF;
  margin-top: 20px;
}
.aboutUs__left p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #231F20;
}
.aboutUs__btn {
	position: absolute;
	left: 0;
	bottom: 0;
}
.aboutUs__btn_mob {
	display: none;
}
.aboutUs__left p span {
  color: #ED018C;
  font-weight: 700;
}
.aboutUs__left p b {
  font-weight: 700;
}
.aboutUs__right {
  width: 50%;
  padding: 0 27px;
}
.aboutUs__right img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px;
	object-fit: cover;
}

.aboutUs__swiper {
  gap: 60px;
}
.aboutUs__swiper .btn {
  padding: 10px 20px;
  max-width: none;
}
.aboutUs__swiper .swiper-button-next {
	right: calc(50% + 37px);
}


.advantages__container {
  margin-top: 120px;
}

.yandex-feedback {
  position: absolute;
  top: 444px;
  right: 421px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 46px 0 0;
  gap: 30px;
  width: 301px;
  height: 301px;
  border-radius: 100%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
  background-color: #fff;
}
.yandex-feedback .logo {
  max-width: 76px;
}
.yandex-feedback .stars {
  max-width: 98px;
}
.yandex-feedback p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #231F20;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none !important;
  /* убирает стандартные "галки" Swiper */
  content: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 46px !important;
}
.swiper-button-next img,
.swiper-button-prev img {
  width: 100%;
}

.section-intro {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-intro h2 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #1A47AF;
  margin: 20px 0 40px;
}

.--mobile {
  display: none !important;
}

.--desktop {
  display: block !important;
}

.feedback__wrapper {
  display: flex;
}
.feedback__left {
  width: 60%;
  background-color: #F1F6FF;
  padding: 30px;
  border-radius: 30px;
}
.feedback__block {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.feedback__block h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}
.feedback__valuation {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.feedback__valuation p {
  font-weight: 700;
  font-size: 46px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}
.feedback__right {
  width: 40%;
  position: relative;
}
.feedback__right img {
  width: 100%;
}
.feedback__right .yandex-feedback {
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.feedback__post-response {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 20px 50px;
  background-color: #fff;
  border-radius: 18px;
  margin-top: 30px;
}
.feedback__post-response p {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}
.feedback__hr {
  border: 3px solid #fff;
  margin: 30px 0;
}

.valuation {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.valuation__stars {
  display: flex;
  gap: 4px;
}
.valuation p {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9B9B9B;
}

.swiper-button-prev {
  transform: translateX(-5px);
}

.swiper-button-next {
  transform: translateX(5px);
}

.item {
  margin-top: 30px;
}
.item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: 0%;
  color: #231F20;
  margin-top: 8px;
}
.item__info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.item__logo {
  background-color: #D9D9D9;
  border-radius: 100%;
  width: 47px;
  height: 47px;
  overflow: hidden;
}
.item__logo img {
  width: 100%;
}
.item__box {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
}
.item__box p {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}
.item__box sub {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9B9B9B;
}
.item__stars {
  margin-top: 20px;
}

.swiper-clients .swiper-slide {
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1490196078);
  max-width: 275px;
  height: 150px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}

.questions__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 40px;
}
.questions__left {
  width: calc(57% - 20px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.questions__right {
  width: calc(43% - 20px);
  background-color: #F1F6FF;
  border-radius: 30px;
  padding: 100px 47px;
}

.contact-form sub {
  font-weight: 400;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0B0E1E;
}
.contact-form h2 {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
  margin-bottom: 20px;
}
.contact-form p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
  margin-bottom: 30px;
}
.contact-form__flex {
	display: flex;
	gap: 10px;
}
.contact-form__flex .to-contact {
	margin: 0;
}
.to-mess {
	margin-bottom: 20px;
}
.to-mess + p .btn {
	width: 100%;
	margin: 0;
}
.contact-form__inputs > p {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.contact-form__inputs br {
	display: none;
}
.contact-form .wpcf7-spinner {
	position: absolute;
	left: 0;
	bottom: 0;
}
.contact-form__inputs input {
  border-radius: 50px;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border: none;
  outline: none;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #9B9B9B;
}
.contact-form__inputs .btn {
  padding: 13px 29.3px;
  border-radius: 50px;
  background-color: #00AEEF;
  max-width: none;
  color: #fff;
  font-weight: 700;
}

.to-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 50px;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  border: none;
  outline: none;
  width: 100%;
  height: 42px;
  margin: -10px 0 20px;
}
.to-contact + p {
	margin: 0;
}
.to-contact p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  color: #231F20;
}

.frequestions__el {
  padding: 10px 20px;
  background-color: #F1F6FF;
  border-radius: 50px;
  width: 100%;
}
.frequestions__el-ques {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.frequestions__el-ques p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #231F20;
}
.frequestions__el-answer {
  display: none;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}

.announcement__container {
  background-color: #F1F6FF;
  border-radius: 30px;
  padding: 30px 0;
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.announcement h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #1A47AF;
}
.announcement__imgs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.ofrep {
  position: relative;
}
.ofrep__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 120px;
}
.ofrep__left {
  width: 48%;
  margin-top: 126px;
  margin-right: 63px;
  max-width: 568px;
}
.ofrep__right img {
  position: absolute;
  right: 0;
  top: 0;
}
.ofrep .contact-form {
  max-width: 375px;
}
.ofrep .contact-form h2 {
  font-weight: 800;
  font-size: 44px;
  line-height: 56px;
  color: #1A47AF;
  margin-bottom: 60px;
}

.navigation__container {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navigation__container h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1A47AF;
}
.navigation__menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.navigation__menu p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
}

.--desktop-flex {
  display: flex !important;
}

.--mobile-flex {
  display: none !important;
}

.--desktop-laptop {
  display: block !important;
}

.application {
  background-color: rgba(0, 0, 0, 0.5019607843);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  display: none;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.application__container {
  position: relative;
  max-width: 561px;
  width: 100%;
  background-color: #F1F6FF;
  padding: 30px;
  border-radius: 20px;
}
.application__container h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #1A47AF;
}
.application__container p {
  text-align: center;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #231F20;
  margin: 26px 0 0;
}
.application__container .btn {
  padding: 13px 29.3px;
  border-radius: 50px;
  background-color: #00AEEF;
  max-width: none;
  color: #fff;
  font-weight: 700;
}
.application__container .contact-form {
  margin: 60px 46.5px 0;
}
.application__close {
  position: absolute;
  top: -2px;
  right: -65px;
  cursor: pointer;
}
.application__close img {
  width: 24px;
  height: 24px;
}
.contact-form > p {
	margin: 0;
	text-align: left;
}
.contact-form form {
	margin-top: 20px;
}
.article__share {
	border: 0;
	background: #ED018C;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	font-weight: 700;
	justify-content: center;
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	margin-bottom: 20px;
	gap: 8px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #00AEEF !important;
	margin: 10px 0;
}
span[data-name="url-adress"] {
	display: none;
}

.to-contact__imgs img {
	max-width: 35px;
}

@media (max-width: 1144px) {
  .menu ul {
    gap: 16px;
  }
  .introduction__right--banner {
    max-width: 43%;
  }
  .yandex-feedback {
    right: 43%;
    transform: translateX(50%);
  }
	.aboutUs__flex {
		gap: 20px;
		height: 290px;
	}
	.aboutUs__left h2 {
		font-size: 24px;
		line-height: 1.1;
	}
	.aboutUs__right {
		padding: 0 15px;
	}
	.aboutUs__swiper .swiper-button-next {
		right: calc(50% + 7px);
	}
	.aboutUs__swiper .swiper-button-prev {
		left: -2px;
	}
}
@media (max-width: 1092px) {
  .ofrep__right img {
    bottom: 0;
    /* сверху, справа, снизу, слева */
    width: 562px;
    top: auto;
  }
  .services__container {
    margin-top: 237px;
  }
  .menu ul {
    gap: 10px;
  }
  .menu ul li a {
    font-size: 14px;
  }
  .feedback__right .yandex-feedback {
    right: -7px;
  }
  .feedback__right .yandex-feedback {
    top: 45%;
  }
	.contact-form__flex {
		flex-direction: column;
	}
}
@media (max-width: 1000px) {
  .--desktop-laptop {
    display: none !important;
  }
}
@media (max-width: 940px) {
  .contact-form__right.work-time {
    padding: 30px 26px;
  }
  .ofrep__right img {
    bottom: 0;
    /* сверху, справа, снизу, слева */
    width: 462px;
    top: auto;
  }
  .feedback__right {
    display: none;
  }
  .feedback__left {
    width: 100%;
  }
  .yandex-feedback {
    right: 37%;
    transform: translateX(50%);
  }
  .services__container {
    margin-top: 142px;
  }
}
@media (max-width: 768px) {
  .announcement__container {
    padding: 20px !important;
    justify-content: start;
    align-items: start;
  }
  .announcement h2 {
    font-family: Manrope;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    text-align: start;
  }
  .ofrep__left {
    max-width: none;
    width: 100%;
    z-index: 1;
    padding: 0 0 10px 0;
    margin-right: 0;
  }
  .ofrep__left h2 {
    color: #FFFFFF !important;
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .ofrep__left sub {
    display: none;
  }
  .ofrep__right {
    overflow: hidden;
  }
  .ofrep__right img {
    bottom: 0;
    /* сверху, справа, снизу, слева */
    max-width: none;
    filter: brightness(60%);
    width: 110%;
    top: auto;
    height: 100%;
    object-fit: cover;
  }
  .ofrep .contact-form {
    max-width: none;
  }
  .questions__wrapper {
    flex-direction: column;
  }
  .questions__left {
    width: 100%;
  }
  .questions__right {
    width: 100%;
    margin-top: 65px;
    padding: 20px;
  }
  .section-intro {
    align-items: start;
  }
  .section-intro h2 {
    text-align: start;
  }
  .feedback__post-response {
    flex-direction: column;
    padding: 20px 0;
  }
  .--mobile {
    display: block !important;
  }
  .--desktop {
    display: none !important;
  }
  .container {
    padding: 0 20px;
  }
  .menu ul {
    gap: 10px;
  }
  .menu ul li a {
    font-size: 14px;
  }
  .burger-menu {
    display: block;
  }
  .left-side {
    display: none;
  }
  .header__container {
    padding: 20px 20px 27px;
  }
  .right-side {
    width: 100%;
  }
  .contact-section .btn:nth-child(2) {
    margin-left: 0px;
  }
  .introduction {
    max-height: 560px;
  }
  .introduction__ul--desktop {
    display: none;
  }
  .introduction__ul--mobile {
    display: block;
  }
  .introduction__h1--desktop {
    display: none;
  }
  .introduction__h1--mobile {
    display: block;
  }
  .introduction__left {
    margin: 0 0 200px 0;
    max-width: none;
  }
  .introduction__right {
    width: auto;
  }
  .introduction__right--banner {
    max-width: none;
    filter: brightness(60%);
    -webkit-clip-path: inset(0 0 calc(100% - 560px) 0);
            clip-path: inset(0 0 calc(100% - 560px) 0);
  }
  .header {
    box-shadow: none;
    border-radius: none;
  }
  .--desktop-flex {
    display: none !important;
  }
  .--mobile-flex {
    display: flex !important;
  }
  .yandex-feedback {
    width: 210px;
    height: 210px;
    gap: 16px;
    padding: 17.5px 14px;
  }
  .yandex-feedback .logo {
    max-width: 52px;
  }
  .yandex-feedback .stars {
    max-width: 64.26px;
  }
  .services__container {
    grid-template-columns: repeat(auto-fit, minmax(257px, 1fr));
  }
  .element {
    flex-direction: column;
    max-width: 257px;
  }
  .element__left img {
    -webkit-clip-path: inset(calc(50% - 148px) 0 calc(50% - 148px) 0);
            clip-path: inset(calc(50% - 148px) 0 calc(50% - 148px) 0);
    max-height: 296px;
  }
  .element__right {
    padding: 20px;
  }
  .element__right p {
    font-weight: 600;
    font-size: 20px;
  }
	.project-sw {
		width: 100%;
	}
	.aboutUs__container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.aboutUs__right {
		width: 100%;
		order: 1;
	}
	.aboutUs__right img {
		height: 220px;
	}
	.aboutUs__left {
		position: static;
		width: 100%;
	}
	.aboutUs__flex {
		gap: 30px;
		height: auto;
		flex-direction: column;
		position: static;
	}
	.aboutUs__swiper .aboutUs__right,
	.aboutUs__swiper .aboutUs__left {
		width: 100%;
	}
	.aboutUs__btn {
		display: none;
	}
	.aboutUs__btn_mob {
		display: block;
		width: 100%;
		margin-top: 7px;
	}
	.aboutUs__swiper .swiper-buttons {
		margin-top: 30px;
		padding-bottom: 60px;
	}
	.aboutUs__swiper .aboutUs__right .btn {
		width: 100%;
		margin-top: 30px !important;
	}
  .swiper-buttons {
    position: static;
    margin-top: 40px;
    justify-content: center;
    transform: none;
    display: flex;
  }
	.swiper-buttons div {
		position: static;
	}
	.swiper-clients .swiper-slide {
		max-width: 205px;
		height: 120px;
		padding: 10px;
	}
	.swiper-clients .swiper-slide img {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	.questions__wrapper {
		gap: 0;
	}
	.questions__left {
		gap: 16px;
	}
	.announcement, .clients__container {
		padding: 0 20px;
	}
	.aboutUs__container, .section-intro, .services__container, .ofrep__container, .announcement__container {
		margin-top: 60px;
	}
	.section-intro h2 {
		font-size: 26px;
		margin: 0 0 10px;
	}
	.navigation__container {
		margin-top: 20px;
	}
	.navigation__container h1 {
		font-size: 26px;
		line-height: 1.1;
	}
	
	.contact-form_cont.--mobile {
		background-color: #F1F6FF;
		padding: 20px;
		border-radius: 20px;
		margin: 0 20px;
	}
	.contact-form_cont.--mobile textarea {
	  width: 100%;
	  height: 128px;
	  padding: 10px 20px;
	  margin-top: 10px;
	  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
	  border-radius: 20px;
	  border: none;
	  font-weight: 500;
	  font-size: 16px;
	  line-height: 100%;
	  letter-spacing: 0%;
	  resize: none;
	}
	.contact-form_cont.--mobile .contact-form__inputs > p {
		flex-direction: column !important;
		max-height: unset !important;
		padding: 0;
		background-color: #F1F6FF;
		border-radius: 25px;
		margin: 0 0 10px;
	}
	.contact-form_cont.--mobile sub {
		font-size: 12px;
		line-height: 1.3;
		display: block;
	}
	.to-mess {
		margin-bottom: 10px;
	}
	.work-time {
		padding: 20px;
		margin: 0 20px 20px;
	}
	.map__container iframe {
		margin-top: 20px !important;
		height: 360px;
	}
	.contact-details-mb__container {
		margin: 30px 20px -10px;
		width: calc(100% - 40px);
	}
	.contact-details-mb__el {
		align-items: flex-start !important;
	}
	.contact-details-mb__el + .contact-details-mb__el {
		margin-top: 20px;
	}
	.contact-details-mb__el img {
		margin: -10px;
		width: 100px;
	}
	.contact-details-mb__el h2 {
		font-size: 21px;
	}
}


.wpcf7-spinner {
	position: absolute !important;
}