@charset "UTF-8";
@font-face {
  font-family: "Inter";
  font-weight: 700;
  src: url("../fonts/Inter-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 500;
  src: url("../fonts/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 400;
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 300;
  src: url("../fonts/Inter-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Inter";
  font-weight: 600;
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #2D2D2D;
  background-color: #FAFAFC;
}

.grecaptcha-badge {
  display: none !important;
}

p {
  font-weight: 300;
}

li {
  color: #2D2D2D;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #1E24AC;
}

a:hover {
  color: #EC4C6F;
}

h1, h2, h3, h4, h5, h6 {
  color: #1E24AC;
  line-height: normal;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 40px;
  font-weight: 600;
}

h3 {
  font-size: 36px;
  font-weight: 600;
}

h4 {
  font-size: 28px;
  font-weight: 600;
}

h5 {
  font-size: 22px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

.pt50 {
  padding-top: 50px;
}

.editor h2, .editor h3, .editor h4, .editor h5, .editor h6 {
  margin-top: 30px;
  margin-bottom: 25px;
  color: #2D2D2D;
}
.editor p, .editor img, .editor table {
  margin-bottom: 1em;
}
.editor ul, .editor ol {
  margin-bottom: 20px;
  padding-left: 20px;
}

.toggle-menu {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  width: 30px;
}
.toggle-menu:after, .toggle-menu:before {
  content: "";
  height: 2px;
  display: block;
  background-color: #2329B9;
}
.toggle-menu span {
  height: 2px;
  display: block;
  background-color: #2329B9;
}

.pagination .page-numbers {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.pagination li {
  list-style: none;
}
.pagination a {
  -o-border-image: linear-gradient(90deg, #1E24AC 0%, #F8664E 100%) 1;
     border-image: linear-gradient(90deg, #1E24AC 0%, #F8664E 100%) 1;
  border-width: 1px;
  border-style: solid;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  transition: background 0.3s;
}
.pagination a svg {
  width: 8px;
}
.pagination a:hover {
  border-width: 0;
  color: #fff;
  background: #1E24AC;
}
.pagination span {
  width: 35px;
  display: block;
  text-align: center;
  line-height: 35px;
  transition: background 0.3s;
  color: #fff;
  background: #1E24AC;
}

.input-text {
  height: 60px;
  width: 100%;
  padding: 0 20px;
  border: 1px solid #2329B9;
  border-radius: 5px;
  margin-bottom: 30px;
  font-size: 16px;
  outline: none;
}
.input-text:last-child {
  margin-bottom: 0;
}

.input-textarea {
  height: 75px;
  font-size: 16px;
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #2329B9;
  border-radius: 5px;
  margin-bottom: 30px;
  outline: none;
}
.input-textarea:last-child {
  margin-bottom: 0;
}

.approval input {
  display: none;
}
.approval label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}
.approval label:before {
  content: "";
  border: 1px solid #2329B9;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  flex: none;
}
.approval input:checked + label:before {
  background: #2329B9;
}

section {
  padding-bottom: 100px;
}

.section-line .container:last-child:after {
  content: "";
  border: 1px dashed #1E24AC;
  width: 100%;
  height: 0px;
  display: block;
  position: relative;
  top: 50px;
}

.container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0px 15px;
}

.button {
  line-height: 70px;
  height: 70px;
  min-width: 285px;
  padding: 0 25px;
  -o-border-image: linear-gradient(90deg, #1E24AC 0%, #F8664E 100%) 1;
     border-image: linear-gradient(90deg, #1E24AC 0%, #F8664E 100%) 1;
  font-size: 22px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background: #fff;
}
.button:hover {
  -o-border-image: linear-gradient(90deg, #3827B3 0%, #407BFF 100%) 1;
     border-image: linear-gradient(90deg, #3827B3 0%, #407BFF 100%) 1;
  background: linear-gradient(90deg, #3827B3 0%, #407BFF 100%);
  color: #fff;
}

.button-2 {
  background: linear-gradient(90deg, #EB4973 0%, #F9674D 100%);
  border: 0;
  color: #fff;
}

.button-3 {
  -o-border-image: linear-gradient(90deg, #3827B3 0%, #407BFF 100%) 1;
     border-image: linear-gradient(90deg, #3827B3 0%, #407BFF 100%) 1;
  background: linear-gradient(90deg, #3827B3 0%, #407BFF 100%);
  color: #fff;
}
.button-3:hover {
  -o-border-image: linear-gradient(90deg, #EB4973 0%, #F9674D 100%) 1;
     border-image: linear-gradient(90deg, #EB4973 0%, #F9674D 100%) 1;
  background: linear-gradient(90deg, #EB4973 0%, #F9674D 100%);
}

.phone {
  position: relative;
  cursor: pointer;
}
.phone .phone__wrapp {
  position: absolute;
  width: 0;
  height: 44px;
  top: -6px;
  right: 35px;
  flex-wrap: nowrap;
  overflow: hidden;
  background-image: url(../img/icons/bg-phone.svg);
  background-size: 100% 100%;
  transition: all 0.3s;
  transform: scaleY(0);
  text-align: center;
  padding-right: 15px;
}
.phone .phone__wrapp a {
  color: #F93838;
  line-height: 44px;
}
.phone:hover .phone__wrapp {
  transform: scaleY(1);
  width: 188px;
}

.header {
  padding-top: 40px;
  box-shadow: 0px 10px 60px -10px rgba(43, 57, 124, 0.25);
}
.header .button {
  line-height: 45px;
  height: 45px;
  min-width: auto;
  font-size: 15px;
}

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

.header__left {
  display: flex;
  align-items: center;
  gap: 60px;
}

.header__infomenu {
  gap: 40px;
  display: flex;
  align-items: center;
}
.header__infomenu li {
  list-style: none;
}
.header__infomenu a {
  font-size: 18px;
  font-weight: 500;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header__menu {
  gap: 40px;
  display: flex;
  align-items: center;
}
.header__menu li.submenu:before {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% - 7px);
  content: "";
  width: 18px;
  height: 7px;
  background-image: url(../img/icons/arrow-menu.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.header__menu > li {
  list-style: none;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.header__menu > li ul {
  position: absolute;
  left: 0;
  top: calc(100% + 0px);
  background-color: #fff;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 98.83%);
  border-radius: 10px;
  padding: 20px 30px;
  display: none;
  min-width: -moz-max-content;
  min-width: max-content;
  max-height: -moz-max-content;
  max-height: max-content;
}
.header__menu > li ul li {
  list-style: none;
  margin-bottom: 10px;
}
.header__menu > li ul li:last-child {
  margin-bottom: 0;
}
.header__menu > li:hover ul {
  display: block;
}
.header__menu > li:hover:before {
  display: block;
}

.header-togglemenu {
  padding-top: 30px;
  padding-bottom: 30px;
  display: none;
}

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

.breadcrumbs {
  padding-top: 24px;
  padding-bottom: 30px;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumbs span {
  color: #1E24AC;
  font-size: 14px;
  font-weight: 300;
  list-style: none;
}

.columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 30px;
}

.home-banner {
  background: radial-gradient(92.67% 173.81% at 49.96% 40.82%, #EBF0F3 0%, #B7D0DE 100%);
  padding: 0;
  margin-bottom: 120px;
}

.home-banner__title {
  margin-bottom: 40px;
  font-size: 36px;
  color: #000;
}

.home-banner__column {
  width: 50%;
  padding: 40px 0;
}

.home-banner__grid {
  display: flex;
  align-items: center;
  gap: 30px;
}

.home-banner__buttons {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.home-banner__buttons .button {
  color: #F74C72;
}
.home-banner__buttons .button:hover {
  color: #fff;
}

.home-banner__buttons .button-2 {
  color: #fff;
  min-width: 280px;
}

.home-banner__form {
  width: 50%;
  position: relative;
  height: 360px;
}
.home-banner__form .wpcf7 {
  background: #F4F4F4;
  border: 1px solid #343333;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 450px;
  max-width: 100%;
  padding-bottom: 55px;
}
.home-banner__form h3 {
  padding: 23px;
  font-weight: 700;
  color: #fff;
  background: #343333;
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}
.home-banner__form .wpcf7-form-control-wrap {
  width: 330px;
  max-width: 95%;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
}
.home-banner__form .wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}
.home-banner__form .wpcf7-not-valid-tip {
  position: absolute;
  bottom: 0;
  font-size: 0;
  height: 4px;
  width: 100%;
  display: block;
  left: 0;
  background-color: #dc3232;
}
.home-banner__form .wpcf7-response-output {
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  bottom: 5px;
  width: 95%;
}
.home-banner__form input {
  height: 53px;
  margin-bottom: 0;
}
.home-banner__form .button {
  width: 330px;
  line-height: 53px;
  max-width: 95%;
}
.home-banner__form .approval {
  width: 330px;
  max-width: 95%;
  display: inline-block;
  text-align: left;
  font-size: 10px;
  margin-top: 17px;
  line-height: 13px;
}
.home-banner__form .wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}

.aboutus-block__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 30px;
}
.aboutus-block__row img {
  flex: none;
  width: 50%;
}

.aboutus-block__content {
  width: 50%;
}
.aboutus-block__content h4 {
  color: #000;
  margin-bottom: 25px;
}

.services-block {
  position: relative;
  overflow: hidden;
}

.services-block__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: -140px;
  z-index: -1;
}

.services-block__title {
  margin-bottom: 30px;
}

.services-block__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.services-block__wrapp {
  padding: 25px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 98.83%);
  box-shadow: 0px 10px 60px -10px rgba(43, 57, 124, 0.25);
  border-radius: 10px;
  transition: transform 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);
  height: 100%;
}

.services-block__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  background-color: #f6dcdc;
  border-radius: 7px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);
}
.services-block__content p {
  color: #2d2d2d;
}
.services-block__content a {
  display: block;
  text-align: right;
  color: #2d2d2d;
}
.services-block__content a:hover {
  text-decoration: underline;
}

.services-block__item {
  position: relative;
  perspective: 800px;
}
.services-block__item:hover .services-block__wrapp {
  transform: rotateY(180deg);
}
.services-block__item:hover .services-block__content {
  transform: rotateY(360deg);
}

.services-block__link {
  font-size: 22px;
  font-weight: 600;
  color: #1E24AC;
  margin-bottom: 15px;
  display: block;
}
.services-block__link:hover {
  color: #EC4C6F;
}

.services-block__image {
  height: 200px;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services-block__image img {
  max-height: 100%;
  max-width: 100%;
}

.services-banner {
  margin-bottom: 50px;
}
.services-banner h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.services-banner__text {
  margin-bottom: 25px;
}

.services-banner__row {
  display: flex;
  gap: 30px;
}

.services-banner__left {
  width: 32%;
  position: relative;
  padding: 30px;
  padding-left: 0;
}
.services-banner__left:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1000%;
  opacity: 0.1;
  filter: blur(26px);
  background-color: rgb(80, 176, 255);
  display: block;
}

.services-banner__right {
  width: 66.66%;
  position: relative;
  padding: 30px;
  padding-right: 0;
}
.services-banner__right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1000%;
  z-index: -1;
  opacity: 0.1;
  filter: blur(26px);
  background-color: #F86550;
  display: block;
}

.services-banner__sale {
  border-top: 1px solid rgb(255, 10, 10);
  padding-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.services-banner__sale svg {
  flex: none;
}
.services-banner__sale span {
  color: rgb(255, 35, 21);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}

.services-banner__btn {
  text-align: right;
}
.services-banner__btn .button {
  line-height: 57px;
  height: 57px;
  text-transform: uppercase;
  font-size: 16px;
}

.head-banner__title {
  margin-bottom: 20px;
}

.head-banner__grid {
  display: flex;
  gap: 30px;
}

.head-banner__column {
  width: 60%;
}

.head-banner__text {
  margin-bottom: 44px;
}

.head-banner__buttons {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.head-banner__buttons .button {
  color: #F74C72;
}
.head-banner__buttons .button:hover {
  color: #fff;
}

.head-banner__buttons .button-2 {
  color: #fff;
  min-width: 280px;
}

.head-banner__image {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 40%;
}
.head-banner__image img {
  max-width: 100%;
}

.need-site .columns {
  gap: 100px;
}

.need-site__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
  gap: 30px;
}

.need-site__wrapp {
  z-index: 1;
  position: relative;
}
.need-site__wrapp h4 {
  margin-bottom: 20px;
}
.need-site__wrapp svg {
  position: absolute;
  top: -25px;
  left: -35px;
  z-index: -1;
}

.you-get {
  position: relative;
}

.you-get__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: -140px;
  z-index: -1;
}

.you-get__title {
  margin-bottom: 30px;
}

.you-get__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.you-get__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.you-get__item h5 {
  margin-bottom: 20px;
}

.you-get__image {
  flex: none;
}

.influence-price {
  position: relative;
}

.influence-price__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: -140px;
  z-index: -1;
}

.influence-price__title {
  margin-bottom: 30px;
}

.influence-price__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.influence-price__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.influence-price__item h5 {
  margin-bottom: 20px;
}

.influence-price__image {
  flex: none;
}

.sitedev-tarrifs {
  overflow: hidden;
}

.sitedev-tarrifs__title {
  margin-bottom: 30px;
}

.sitedev-tarrifs__wrapp {
  position: relative;
}
.sitedev-tarrifs__wrapp svg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
}

.sitedev-tarrifs__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 65px;
  padding-bottom: 35px;
}

.sitedev-tarrifs__item {
  background: #FFF;
  box-shadow: 0px 10px 60px -10px rgba(43, 57, 124, 0.25);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  position: relative;
}

.sitedev-tarrifs__name {
  margin-bottom: 13px;
}

.sitedev-tarrifs__time {
  color: #B9B2C2;
  margin-bottom: 15px;
  font-weight: 600;
  display: block;
}

.sitedev-tarrifs__number {
  font-weight: 600;
  font-size: 22px;
  color: #EC4B71;
  margin-bottom: 14px;
  display: block;
}

.sitedev-tarrifs__text p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}
.sitedev-tarrifs__text ul, .sitedev-tarrifs__text ol {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
}

.sitedev-tarrifs__prices {
  padding-top: 25px;
  text-align: center;
}
.sitedev-tarrifs__prices p {
  font-weight: 500;
  font-size: 18px;
}
.sitedev-tarrifs__prices span {
  font-weight: 600;
  font-size: 18px;
  color: #EC4B71;
  margin-bottom: 10px;
  display: block;
}
.sitedev-tarrifs__prices span:last-child {
  margin-bottom: 0;
}

.sitedev-tarrifs__bottom {
  padding-bottom: 40px;
}
.sitedev-tarrifs__bottom p {
  text-align: center;
}

.sitedev-tarrifs__button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -35px;
  width: 284px;
}

.development-solution__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.development-solution__grid h4 {
  margin-bottom: 20px;
}
.development-solution__grid p {
  margin-bottom: 20px;
}
.development-solution__grid img {
  margin-bottom: 20px;
  width: 100%;
}
.development-solution__grid hr {
  border: 2px solid #1E24AC;
  margin-top: 45px;
}

.development-solution__plus h5 {
  color: #EC4B71;
}
.development-solution__plus li {
  list-style: none;
}
.development-solution__plus li:before {
  content: "●";
  color: #EC4B71;
  margin-right: 5px;
}

.development-solution__minus h5 {
  color: #1E24AC;
}
.development-solution__minus li {
  list-style: none;
}
.development-solution__minus li:before {
  content: "●";
  color: #1E24AC;
  margin-right: 5px;
}

.form-callme {
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
}

.form-callme__wrapp {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.form-callme__wrapp .form-callme__columns {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.form-callme__wrapp form {
  width: 720px;
  padding: 40px 60px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 60px rgba(43, 57, 124, 0.25);
}
.form-callme__wrapp form input {
  width: 285px;
  margin-bottom: 0;
}
.form-callme__wrapp form button {
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
.form-callme__wrapp form .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}
.form-callme__wrapp form .wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}

.form-callme__bg1 {
  position: absolute;
  z-index: -1;
  top: -50px;
  right: -90px;
}

.form-callme__bg2 {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  left: -90px;
}

.form-callme__bg3 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -180px;
}

.advantages__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.advantages__item img {
  margin-bottom: 30px;
  height: 80px;
}
.advantages__item h4 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
}

.stages-dev__head {
  display: flex;
  align-items: flex-end;
  gap: 100px;
  position: relative;
  margin-bottom: 40px;
}
.stages-dev__head svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.stages-dev__left h2 {
  margin-bottom: 20px;
}

.stages-dev__right {
  flex: none;
}

.stages-dev__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  min-height: 56px;
  cursor: pointer;
}
.stages-dev__top img {
  transition: all 0.3s;
}

.stages-dev__wrapp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.stages-dev__item {
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #F8664E;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
  margin-bottom: 20px;
}
.stages-dev__item.current img {
  transform: rotate(180deg);
}
.stages-dev__item:last-child {
  margin-bottom: 0;
}

.stages-dev__text {
  padding: 6px 30px 30px 30px;
  display: none;
}
.stages-dev__text ul {
  padding-left: 20px;
}

.additional-services {
  position: relative;
}

.additional-services__bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: -140px;
  z-index: -1;
}

.additional-services__title {
  margin-bottom: 30px;
}

.additional-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.additional-services__item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.additional-services__item h5 {
  margin-bottom: 20px;
}

.additional-services__image {
  flex: none;
}

.stages-work h2 {
  margin-bottom: 11px;
}

.stages-work__wrapp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.stages-work__item p {
  padding-right: 100px;
}

.stages-work__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 15px;
}
.stages-work__head h5 {
  background-color: #FAFAFC;
  padding-right: 40px;
}
.stages-work__head span {
  display: block;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #373FEF;
  background-color: #FBD8DA;
  width: 71px;
  flex: none;
  line-height: 71px;
  font-size: 36px;
  font-weight: 600;
  color: #6932B4;
}
.stages-work__head:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1px;
  background-color: #373FEF;
  width: 100%;
  margin: auto;
  z-index: -1;
}

.portfolio-block h2 {
  margin-bottom: 30px;
}

.portfolio-block__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
.portfolio-block__buttons a {
  line-height: 54px;
  padding: 0 50px;
  border: 1px solid #373FEF;
  color: #1E24AC;
  font-size: 18px;
  border-radius: 5px;
}
.portfolio-block__buttons a:hover {
  border-color: #03A9F5;
  background: linear-gradient(90deg, #3827B3 0%, #407BFF 100%);
  color: #fff;
}
.portfolio-block__buttons .current {
  color: #fff;
  border-color: #03A9F5;
  background: linear-gradient(90deg, #3827B3 0%, #407BFF 100%);
}

.portfolio-block__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.tplCase__content {
  height: 100%;
  width: 100%;
  perspective: 800px;
}

.tplCase__cart {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  background-color: #f6dcdc;
  border-radius: 7px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  transition: transform 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);
}

.tplCase__link {
  text-align: right;
}
.tplCase__link a {
  text-decoration: underline;
}

.tplCase {
  border-radius: 5px;
  position: relative;
  height: 280px;
  width: 31.7%;
}
.tplCase img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  transition: transform 0.5s cubic-bezier(0.64, 0.09, 0.08, 1);
  border: 1px solid #F8664E;
  border-radius: 10px;
}
.tplCase:hover .tplCase__content img {
  border-color: #fff;
  box-shadow: 0px 10px 60px rgba(43, 57, 124, 0.25);
  transform: rotateY(180deg);
}
.tplCase:hover .tplCase__cart {
  transform: rotateY(360deg);
}

.portfolio-block__more {
  text-align: center;
  padding-top: 40px;
}
.portfolio-block__more a {
  padding: 0 25px;
  -o-border-image: linear-gradient(90deg, #1E24AC 0%, #F8664E 100%) 1;
  border-image: linear-gradient(90deg, #1E24AC 0%, #F8664E 100%) 1;
  font-size: 22px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  background: #fff;
  color: #3827B3;
  width: 216px;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
  text-decoration: none;
}
.portfolio-block__more a:hover {
  color: #fff;
  -o-border-image: linear-gradient(90deg, #3827B3 0%, #407BFF 100%) 1;
     border-image: linear-gradient(90deg, #3827B3 0%, #407BFF 100%) 1;
  background: linear-gradient(90deg, #3827B3 0%, #407BFF 100%);
}

.review-block h2 {
  margin-bottom: 30px;
}

.review-block__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: flex-start;
}

.review-block__column {
  display: grid;
  gap: 30px;
  align-items: flex-start;
}

.review-block__item {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(43, 57, 124, 0.25);
  border-radius: 10px;
}
.review-block__item.current img {
  transform: rotate(180deg);
}

.review-block__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 30px;
  cursor: pointer;
}
.review-block__top img {
  transition: all 0.3s;
}

.review-block__right {
  display: flex;
  padding: 20px 0;
  align-items: center;
  gap: 28px;
}

.review-block__star {
  display: flex;
  gap: 3px;
}

.review-block__text {
  padding: 20px 30px;
  display: none;
}
.review-block__text span {
  display: block;
  padding-top: 20px;
  color: #1E24AC;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.form-consultations {
  overflow: hidden;
  padding-bottom: 100px;
}

.form-consultations__wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-right: 100px;
}
.form-consultations__wrapp form {
  width: 720px;
  padding: 40px 60px;
  background: #fff;
  position: relative;
  gap: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 60px rgba(43, 57, 124, 0.25);
}
.form-consultations__wrapp form input {
  width: 100%;
}
.form-consultations__wrapp form button {
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
}
.form-consultations__wrapp .wpcf7-not-valid-tip {
  margin-top: -27px;
}

.form-consultations__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  gap: 30px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.form-consultations__row:last-child {
  margin-bottom: 0;
}
.form-consultations__row .wpcf7-response-output {
  display: none;
}
.form-consultations__row .button {
  margin-bottom: 0;
}
.form-consultations__button {
  margin-bottom: 0;
  padding-top: 30px;
}

.form-consultations__text h2 {
  margin-bottom: 20px;
}
.form-consultations__text p {
  font-size: 22px;
  color: #1E24AC;
  margin-bottom: 20px;
  font-weight: 500;
}
.form-consultations__text a {
  font-size: 28px;
  font-weight: 600;
  display: block;
  line-height: normal;
}

.form-consultations__bg1 {
  position: absolute;
  z-index: -1;
  top: -50px;
  right: -90px;
}

.form-consultations__bg2 {
  position: absolute;
  z-index: -1;
  bottom: -50px;
  left: -90px;
}

.form-consultations__bg3 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -180px;
}

.form-consultations__bg4 {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  right: -100px;
}

.qas-block {
  position: relative;
}
.qas-block h2 {
  margin-bottom: 40px;
}

.qas-block__row {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.qas-block__item {
  background: #FFFFFF;
  box-shadow: 0px 10px 60px rgba(43, 57, 124, 0.25);
  border-radius: 10px;
}
.qas-block__item.current img {
  transform: rotate(180deg);
}

.qas-block__top {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 20px 30px;
}
.qas-block__top img {
  transition: all 0.3s;
}

.qas-block__text {
  display: none;
  padding: 0 30px 30px 30px;
}

footer {
  padding-top: 50px;
  padding-bottom: 20px;
  box-shadow: 0px 10px 60px -10px rgba(43, 57, 124, 0.25);
  background-color: #fff;
}

.footer__row {
  display: flex;
  gap: 60px;
  position: relative;
}
.footer__row h4 {
  margin-bottom: 50px;
}

.footer__left {
  width: 66%;
}

.footer__grid {
  display: flex;
  align-items: flex-start;
  gap: 90px;
  padding-bottom: 40px;
  border-bottom: 1px dashed #1F25B0;
}

.footer__logo {
  width: 35%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-right: 40px;
  align-items: flex-start;
}
.footer__logo svg {
  max-width: 100%;
  max-height: 170px;
  width: auto;
  height: auto;
}

.footer__menu {
  width: 20%;
}
.footer__menu ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__menu li {
  list-style: none;
}
.footer__menu a {
  font-size: 18px;
  font-weight: 500;
}

.footer__contact {
  width: 45%;
}
.footer__email {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer__org {
  margin-bottom: 50px;
  font-size: 14px;
}

.footer__social {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.footer__copy {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #2228B6;
  font-size: 14px;
}

.footer__copy--mob {
  display: none;
}

.footer__form {
  width: 24%;
}
.footer__form input[type=text] {
  height: 45px;
  margin-bottom: 20px;
}
.footer__form .button {
  color: #3827B3;
  width: 100%;
  min-width: 100%;
  line-height: 60px;
  height: 60px;
  font-size: 16px;
}
.footer__form .button:hover {
  color: #fff;
}
.footer__form textarea {
  margin-bottom: 20px;
}

.footer__form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}
.footer__form .wpcf7-form-control-wrap input {
  margin-bottom: 0;
}
.footer__form .wpcf7-spinner {
  display: none;
}

.footer__scrolltop {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  top: 0;
}
.footer__scrolltop svg {
  cursor: pointer;
}

.popup {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 500;
  display: none;
}
.popup .wpcf7-response-output {
  color: #222;
}

.popup__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.popup__bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

.popup__wrapp {
  width: 500px;
  background-color: #fff;
  padding: 30px;
  border-radius: 25px;
  margin: auto;
  z-index: 1;
}
.popup__wrapp .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}
.popup__wrapp .wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}
.popup__wrapp .wpcf7-spinner {
  display: block;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.popup__wrapp .button {
  width: 100%;
  margin-bottom: 30px;
}
.popup__wrapp .hide {
  display: none;
}

.popup__title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  display: block;
}

.name_tarif {
  display: none;
}

.page-contact h1 {
  margin-bottom: 40px;
}

.page-contact__row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}

.page-contact__left {
  width: 45%;
}

.page-contact__editor {
  margin-bottom: 30px;
}

.page-contact__address {
  position: relative;
  padding-left: 30px;
}
.page-contact__address img {
  width: 20px;
  position: absolute;
  left: 0;
  top: 5px;
}
.page-contact__address p {
  line-height: 28px;
  font-size: 16px;
}

.page-contact__map {
  width: 50%;
  height: 400px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 10px 60px rgba(43, 57, 124, 0.25);
}
.page-contact__map iframe {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
}

.archive__header {
  margin-bottom: 40px;
}
.archive__header .editor p {
  margin-bottom: 10px;
}

.archive__title {
  margin-bottom: 20px;
}
.archive__title:last-child {
  margin-bottom: 0;
}

.archive__columns {
  display: flex;
  gap: 30px;
}

.archive__sidebar {
  width: 25%;
  flex: none;
}
.archive__sidebar h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.archive__sidebar ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.archive__sidebar ul li {
  list-style: none;
}

.archive__grid {
  display: grid;
  grid-template-columns: 1;
  gap: 30px;
  width: 100%;
}

.tplPost {
  padding: 25px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 98.83%);
  box-shadow: 0px 10px 60px -10px rgba(43, 57, 124, 0.25);
  border-radius: 10px;
}

.tplPost__title h3 {
  font-size: 28px;
  margin-bottom: 5px;
}
.tplPost__title:hover h3 {
  color: #EC4C6F;
}

.tplPost__date {
  font-weight: 300;
  margin-bottom: 10px;
}

.blog-block .slick-list {
  padding: 20px 0;
}

.blog-block__wrapp {
  padding: 25px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 98.83%);
  box-shadow: 0px 0px 5px 2px rgba(43, 57, 124, 0.25);
  border-radius: 10px;
  margin: 0px 15px;
}

.blog-block__meta {
  display: block;
  font-weight: 300;
}

.blog-block__image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-bottom: 30px;
}
.blog-block__image img {
  max-width: 100%;
  max-height: 100%;
}

.blog-block__title {
  display: block;
  font-size: 18px;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  font-weight: 600;
}

.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.slick-dots li {
  list-style: none;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #373FEF;
  font-size: 0;
  border-radius: 10px;
}
.slick-dots .slick-active button {
  background: #373FEF;
}

.archive-portfolio__term {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}
.archive-portfolio__term a {
  line-height: 54px;
  padding: 0 50px;
  border: 1px solid #373FEF;
  color: #1E24AC;
  font-size: 18px;
  border-radius: 5px;
}
.archive-portfolio__term a:hover {
  border-color: #03A9F5;
  background: linear-gradient(90deg, #3827B3 0%, #407BFF 100%);
  color: #fff;
}
.archive-portfolio__term .current {
  color: #fff;
  border-color: #03A9F5;
  background: linear-gradient(90deg, #3827B3 0%, #407BFF 100%);
}

.archive-portfolio__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}/*# sourceMappingURL=style.css.map */


#cookie-banner {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-width: 100%;
  width: 304px;
  background-color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  z-index: 9999;
  box-shadow: 0 0px 8px 4px rgba(0, 0, 0, 0.2);
}

#cookie-banner p {
  margin-bottom: 10px;
  font-size: 14px;
}
#cookie-banner a {
  text-decoration: underline;
}

#cookie-close-btn {
  background: linear-gradient(180deg, #F95C5C -4.03%, #FF7D7D 16.77%, #FF2D2D 100%);
  border: none;
  border-radius: 10px;
  padding: 10px 15px;
  cursor: pointer;
  color: #000;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
}


.captchac {
  margin-top: 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  width: 100%;
}
.captchac p {
  font-size: 14px;
  padding: 10px;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 5px 5px 0 0;
}
.captchac__row {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.captchac__row input {
  height: 30px !important;
  outline: none;
  width: 100px !important;
  border: 0;
  margin: 0;
  padding: 0;
  padding: 0px 10px;
  border-bottom: 1px solid #2329B9;
}
.captchac .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  position: static;
}
.captchac .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -10px;
  left: 0;
}


.captcha-image {
  margin-top: 15px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  width: 100%;
  padding: 0;
}
.cf7ic_instructions {
  font-size: 14px;
  padding: 10px;
  text-align: center;
  background-color: #f0f0f0;
  border-radius: 5px 5px 0 0;
  display: block;
}
.kc_captcha .wpcf7-not-valid-tip {
  margin-top: 0;
}