@charset "UTF-8";
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
}

.tel{
	color: #fff;
}

.header.page-header .tel{
	    color: #314671;
}

.header.page-header .header__logo svg path{
	fill: #314671;
}
.header.page-header .lang-swither svg path{
	stroke: #314671;
}

* {
  padding: 0;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a:focus,
a:active {
  outline: none;
}

a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

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

address {
  font-style: normal;
}

input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

button {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}

a {
  display: block;
}

img {
  object-fit: cover;
}

svg, path, rect {
  transition: all 0.3s;
}

html {
  scrollbar-gutter: stable;
  font-size: 0.5208333333vw;
}
@media (max-width: 962px) {
  html {
    font-size: calc(100vw / 375 * 7); 
  }
}
@media (max-width: 600px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  scroll-behavior: smooth;
  font: 400 2rem/120% "Arial", sans-serif;
  color: #13161d;
  background: #f3f0eb;
}
body.hidden {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

.socials{
	display: flex;
	gap: 1rem;
}

.socials a{
	width: 6rem;
	height: 6rem;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.socials a svg{
	width: 2.8rem;
}
.socials a svg path{
	fill: #314671;
}
.container {
  width: 171.2rem;
  margin: 0 auto;
}
@media (max-width: 962px) {
  .container {
    padding: 0 1.6rem;
    width: 100%;
  }
}

.header {
  position: absolute;
	left: 0;
	top: 0;
	width: 100%;
  z-index: 777;
}
.header.page-header .nav a {
  color: #314671;
}
.header.page-header .lang-swither {
  color: #314671;
}
.header.page-header .btn {
  background: #314671;
  color: #fff;
}
.header.page-header .container {
  border-bottom: 1px solid #314671;
}
.language .active{
	display: none;
}

.language span{
	cursor: pointer;
}

.header.page-header .hamburger span {
  background: #314671;
}
.header .container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  padding: 4rem 0;
  border-bottom: 1px solid #fff;
}
@media (max-width: 962px) {
  .header .container {
    padding: 2rem 1.6rem;
    display: flex;
    justify-content: space-between;
  }
}
.header .hamburger {
  display: none;
}
@media (max-width: 962px) {
  .header .hamburger {
    display: flex;
  }
}
.hamburger {
  position: relative;
  width: 4rem;
  height: 4rem;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .hamburger {
    display: flex;
  }
}

.hamburger__line {
  position: absolute;
  width: 3rem;
  display: block;
  height: 0.3rem;
  background: #fff;
  border-radius: 0.3rem;
  transition: all 0.3s ease;
}

.hamburger__line:nth-child(1) {
  transform: translateY(-1rem);
}

.hamburger__line:nth-child(2) {
  /* Центральная линия */
}

.hamburger__line:nth-child(3) {
  transform: translateY(1rem);
}

/* Анимация при добавлении класса active */
.hamburger.active .hamburger__line:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}

.hamburger.active .hamburger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.hamburger.active .hamburger__line:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.header .nav {
  display: flex;
  justify-content: flex-start;
  gap: 2.8rem;
}
@media (max-width: 962px) {
  .header .nav {
    display: none;
  }
}
.header .nav a {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #fff;
  transition: all 0.3s;
	position: relative;
}

.header .nav a::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	background: #c7a776;
	transition: all 0.3s;
	height: 1.5px;
}

.header .nav a:hover::before {
  width: 80%;
}
.header__logo {
  width: 22.7rem;
}
.header__logo svg{
	width: 100%;
	height: auto;
}
.header__logo svg path{
	fill: #fff;
}
@media (max-width: 962px) {
  .header__logo {
    width: 15rem;
  }
}
.header__logo img {
  width: 100%;
  height: auto;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  justify-content: flex-end;
}
@media (max-width: 962px) {
  .header__actions {
    display: none;
  }
}
.header .lang-swither {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: #fff;
}
.header .lang-swither span {
  font: 400 2rem/100% "Arial", sans-serif;
}
.header .btn {
  padding: 2rem 4rem;
  font: 400 2rem/100% "Arial", sans-serif;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #292929;
  border-radius: 3rem;
  background: #fff;
}
@media (max-width: 962px) {
  .header .btn {
    padding: 1.5rem 2.5rem;
    font-size: 1.6rem;
  }
}

.header.transform{
	position: fixed;
	top: 0;
	left: 0;
	transform: translatey(-30rem);
	transition: all 0.3s;
	width: 100%;
	opacity: 0;
}
.header.transform .container{
	padding: 2rem 0;
}
.header.transform.fixed{
	transform: translatey(0rem);
	background: #eae1d4;
	opacity: 1;
}
.header.transform .nav a{
	color: #314671;
}
.header.transform .header__logo svg path{
	fill: #314671;
}
.header.transform a.tel{
	color: #314671;
}
.header.transform .lang-swither span{
	color: #314671;
}
.header.transform .lang-swither svg path{
	stroke: #314671;
}
.main{
	padding-top: 17rem;
}
.main.main-page{
	padding-top: 0;
}


.section__title {
  font: 400 4.8rem/100% "AGPresquire", sans-serif;
  text-align: center;
  color: #314671;
  margin-bottom: 1.6rem;
}
@media (max-width: 962px) {
  .section__title {
    font-size: 3rem;
  }
	.main{
	padding-top: 8rem;
}
	.header.transform .container{
	padding: 2rem 1.6rem;
}
	.header.transform{
		position: absolute;
	}
}
.section__title span {
  font: italic 400 4.8rem/100% "AGPalatial", sans-serif;
}
@media (max-width: 962px) {
  .section__title span {
    font-size: 3rem;
  }
}
.section__descr {
  font: 400 2rem/120% "Arial", sans-serif;
  text-align: center;
  color: #314671;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .section__descr {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
}

.footer {
  padding: 13rem 0 8rem;
}
@media (max-width: 962px) {
  .footer {
    padding: 4rem 0;
  }
}
.footer__wrapper {
  display: flex;
  gap: 11.9rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #314671;
}
@media (max-width: 962px) {
  .footer__wrapper {
    flex-direction: column;
    gap: 2.4rem;
    position: relative;
    padding-bottom: 4rem;
  }
}
.footer__info {
  width: 31.4rem;
}
@media (max-width: 962px) {
  .footer__info {
    width: 100%;
  }
}
.footer__info p {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .footer__info p {
    font-size: 1.6rem;
  }
}
.footer .logo {
  margin-bottom: 6.7rem;
}
@media (max-width: 962px) {
  .footer .logo {
    margin-bottom: 1.6rem;
  }
}
.footer .logo img {
  width: 22.7rem;
  height: auto;;
}
@media (max-width: 962px) {
  .footer .logo img {
    height: auto;
  }
}
.footer__nav {
  display: flex;
  gap: 9.4rem;
}
@media (max-width: 962px) {
  .footer__nav {
    gap: 2.4rem;
  }
}
.footer__nav-title {
  font: 700 2.4rem/120% "Arial", sans-serif;
  color: #314671;
  margin-bottom: 2.8rem;
}
@media (max-width: 962px) {
  .footer__nav-title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.footer__nav-wrap {
  display: flex;
  gap: 6.4rem;
}
@media (max-width: 962px) {
  .footer__nav-wrap {
    flex-direction: column;
    gap: 1.6rem;
  }
}
.footer__nav-wrap .list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
@media (max-width: 962px) {
  .footer__nav-wrap .list {
    gap: 1.6rem;
  }
}
.footer__nav-wrap .list a {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #314671;
}
@media (max-width: 962px) {
  .footer__nav-wrap .list a {
    font-size: 1.6rem;
  }
}
@media (max-width: 962px) {
  .footer__nav-block {
    width: 50%;
  }
}
@media (max-width: 962px) {
  .footer__nav-block.contacts-list {
    position: absolute;
    right: -1rem;
    top: 32rem;
  }
}
.footer__nav-block.contacts-list a {
  font: italic 700 2.7rem/120% "AGPalatial", sans-serif;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #314671;
}
@media (max-width: 962px) {
  .footer__nav-block.contacts-list a {
    font-size: 1.4rem;
  }
}
.footer__bottom {
  padding-top: 3.6rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .footer__bottom {
    flex-direction: column;
    gap: 1.6rem;
  }
}
@media (max-width: 962px) {
  .footer__bottom p {
    order: 1;
  }
}
.footer__bottom p, .footer__bottom a {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #314671;
}
@media (max-width: 962px) {
  .footer__bottom p, .footer__bottom a {
    font-size: 1.6rem;
  }
}
.footer__bottom a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.footer__bottom-wrap {
  display: flex;
  gap: 6.6rem;
}
@media (max-width: 962px) {
  .footer__bottom-wrap {
    flex-direction: column;
    gap: 1.6rem;
    order: 0;
  }
}
.footer a {
  transition: all 0.3s;
}
.footer a:hover {
  color: #141d30;
}

.btn {
  cursor: pointer;
  transition: all 0.3s;
}
.btn:hover {
  background: #141d30 !important;
	color: #fff !important;
}

@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AGPresquire";
  src: url("../fonts/AGpresquire.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AGPalatial";
  src: url("../fonts/AGPalatial-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "AGPalatial";
  src: url("../fonts/AGPalatial-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: '"LT Superior';
  src: url("../fonts/LTSuperior-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
.hero {
  position: relative;
  height: 100vh;
}

.hero__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 962px) {
  .hero__bg {
    filter: brightness(0.7);
  }
}
.hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.hero__title {
  font: 400 9rem/100% "AGPresquire", sans-serif;
  text-align: center;
  color: #fff;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .hero__title {
    font-size: 3rem;
  }
}
.hero__title span {
  font: italic 700 9rem/100% "AGPalatial", sans-serif;
}
@media (max-width: 962px) {
  .hero__title span {
    font-size: 3rem;
  }
}
.hero__descr {
  font: 400 2rem/120% "Arial", sans-serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .hero__descr {
    font-size: 1.6rem;
  }
}
.hero__actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
}
@media (max-width: 962px) {
  .hero__actions {
    flex-direction: column;
  }
}
.hero__actions button {
  padding: 2rem 2.8rem;
  font: 400 2rem/100% "Arial", sans-serif;
  color: #000;
  background: #fff;
  border-radius: 3rem;
}
@media (max-width: 962px) {
  .hero__actions button {
    font-size: 1.6rem;
  }
}
.hero__actions button:nth-child(2) {
  background: #c7a776;
  color: #fff;
}
.hero__digit {
  position: absolute;
  left: 0;
  bottom: 9rem;
  display: flex;
  gap: 1.4rem;
}
@media (max-width: 962px) {
  .hero__digit {
    left: 1.6rem;
    bottom: 3rem;
  }
}
.hero__digit img {
  width: 15.4rem;
  height: 15.4rem;
}
@media (max-width: 962px) {
  .hero__digit img {
    width: 7rem;
    height: 7rem;
  }
}
.hero__digit span {
  font: italic 700 4.8rem/120% "AGPalatial", sans-serif;
  color: #fff;
}
@media (max-width: 962px) {
  .hero__digit span {
    font-size: 2rem;
  }
}
.hero__digit-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero__digit-wrap p {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #fff;
}
@media (max-width: 962px) {
  .hero__digit-wrap p {
    font-size: 1.6rem;
  }
}

.competencies {
  padding: 7.5rem 0 12rem;
  position: relative;
  background: #eae1d4;
}
@media (max-width: 962px) {
  .competencies {
    padding: 6rem 0;
  }
}
.competencies.reg-company {
  margin-bottom: 16rem;
  padding: 6rem 0;
}
@media (max-width: 962px) {
  .competencies.reg-company {
    padding-bottom: 0;
    margin-bottom: 6rem;
  }
}
.competencies.reg-company .container {
  align-items: center;
}
@media (max-width: 962px) {
  .competencies.reg-company .container {
    align-items: flex-start;
  }
}
.competencies.reg-company .accordion {
  counter-reset: item-counter;
  gap: 2.8rem;
  padding-top: 0;
}
.competencies.reg-company .accordion__item {
  counter-increment: item-counter;
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #b1884a;
}
.competencies.reg-company .accordion__item:last-child {
  border-bottom: none;
}
.competencies.reg-company .competencies__text {
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .competencies.reg-company .competencies__text {
    margin-bottom: 4rem;
  }
}
.competencies.reg-company .accordion__item-top {
  display: flex;
  gap: 2.4rem;
  justify-content: flex-start;
  font: 700 2.4rem/83% "Arial", sans-serif;
  color: #13161d;
  align-items: center;
}
@media (max-width: 962px) {
  .competencies.reg-company .accordion__item-top {
    font-size: 2rem;
  }
}
.competencies.reg-company .accordion__item-top svg {
  margin-left: auto;
}
.competencies.reg-company .accordion__item-top .num {
  position: relative;
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .competencies.reg-company .accordion__item-top .num {
    font-size: 2rem;
  }
}
.competencies.reg-company .accordion__item-top .num::after {
  content: counter(item-counter);
}
.competencies.reg-company .accordion__item-content p {
  padding-top: 2.4rem;
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 2rem;
}
@media (max-width: 962px) {
  .competencies.reg-company .accordion__item-content p {
    font-size: 1.6rem;
  }
}
.competencies.reg-company .accordion__item-content li {
  list-style-type: disc;
  margin-left: 3rem;
}
@media (max-width: 962px) {
  .competencies.reg-company .accordion__item-content li {
    font-size: 1.6rem;
  }
}
.competencies::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #314671;
  top: 0;
  right: 0;
}
@media (max-width: 962px) {
  .competencies::after {
    display: none;
  }
}
.competencies .container {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 962px) {
  .competencies .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.competencies__info-subtitle {
  font: 400 1.2rem/167% "Arial", sans-serif;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #13161d;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .competencies__info-subtitle {
    margin-bottom: 2.4rem;
  }
}
.competencies__info {
  width: 50%;
  padding-right: 15rem;
}
@media (max-width: 962px) {
  .competencies__info {
    width: 100%;
    padding-right: 0;
    padding-bottom: 2.4rem;
  }
}
.competencies__title {
  font: 400 4.8rem/120% "AGPresquire", sans-serif;
  color: #13161d;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .competencies__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.competencies__text {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 10rem;
}
@media (max-width: 962px) {
  .competencies__text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.competencies__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (max-width: 962px) {
  .competencies__list {
    gap: 2.4rem;
  }
}
.competencies__item {
  padding-bottom: 4rem;
  font: 700 2.4rem/83% "Arial", sans-serif;
  color: #13161d;
  border-bottom: 1px solid #b1884a;
}
.competencies__item-content{
	max-height: 0;
	overflow: hidden;
	transition: all 0.3s;
}
@media (max-width: 962px) {
  .competencies__item {
    font-size: 2rem;
    padding-bottom: 2.4rem;
  }
}
.competencies__item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.competencies__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
  padding-top: 2.4rem;
}
.competencies__img {
  padding-left: 12rem;
  position: relative;
  z-index: 7;
}
@media (max-width: 962px) {
  .competencies__img {
    padding: 4rem 1.6rem;
    background: #314671;
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
  }
}
.competencies__img img {
  width: 74.2rem;
  height: 74rem;
}
@media (max-width: 962px) {
  .competencies__img img {
    width: 100%;
    height: auto;
  }
}

.about-me {
  background: #eae1d4;
  position: relative;
  margin-bottom: 15rem;
}
@media (max-width: 962px) {
  .about-me {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
    padding-top: 6rem;
  }
}
.about-me .container {
  display: flex;
}
@media (max-width: 962px) {
  .about-me .container {
    flex-direction: column-reverse;
  }
}
.about-me__img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 962px) {
  .about-me__img {
    position: static;
    width: 100%;
    height: auto;
    display: none;
  }
}
.about-me__img img {
  width: 100%;
  height: 100%;
}
.about-me__info {
  width: 50%;
  padding: 4rem 0 8rem;
  margin-left: auto;
  padding-left: 3.2rem;
}
@media (max-width: 962px) {
  .about-me__info {
    width: 100%;
    padding: 0;
  }
}
.about-me__wrap {
  display: flex;
  gap: 8.2rem;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .about-me__wrap {
    flex-direction: column;
    gap: 3rem;
    width: 100%;
  }
}
.about-me__wrap img {
  width: 31rem;
  height: 100%;
}
@media (max-width: 962px) {
  .about-me__wrap img {
    width: 100%;
  }
}
.about-me__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: space-between;
}
.about-me__item {
  position: relative;
  font: 400 2rem/120% "Arial", sans-serif;
  color: #13161d;
}
.about-me__item::before {
  content: "✓";
  font: 400 2rem/120% "Arial", sans-serif;
  color: #13161d;
}
.about-me .competencies__text {
  margin-bottom: 4.4rem;
}
@media (max-width: 962px) {
  .about-me .competencies__text {
    margin-bottom: 2.4rem;
  }
}
.about-me .btn {
  background: #314671;
  border-radius: 3rem;
  padding: 2rem 4rem;
  background: #314671;
  display: inline-block;
  font: 400 2rem/100% "Arial", sans-serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .about-me .btn {
    width: 100%;
  }
}

.for-whom {
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .for-whom {
    margin-bottom: 6rem;
  }
}
.for-whom .for-whom-slider {
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .for-whom .for-whom-slider {
    margin-bottom: 6rem;
  }
}
.for-whom .container-main {
  display: flex;
  gap: 10rem;
}
@media (max-width: 962px) {
  .for-whom .container-main {
    flex-direction: column;
    gap: 4rem;
  }
}
.for-whom .swiper-wrapper {
  counter-reset: item-counter;
}
.for-whom .swiper-slide {
  width: 70.2rem !important;
  counter-increment: item-counter;
  padding: 4.8rem 4.4rem;
  background: #eae1d4;
  height: auto;
}
@media (max-width: 962px) {
  .for-whom .swiper-slide {
    width: 32rem !important;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
  }
}
.for-whom__slider-num {
  position: relative;
  font: italic 700 4.8rem/100% "AGPalatial", sans-serif;
  color: #314671;
  margin-bottom: 5.4rem;
}
@media (max-width: 962px) {
  .for-whom__slider-num {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
}
.for-whom__slider-num::after {
  content: counter(item-counter);
}
.for-whom__slider-name {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #13161d;
  margin-bottom: 5.4rem;
}
@media (max-width: 962px) {
  .for-whom__slider-name {
    font-size: 2.4rem;
    margin-bottom: 3rem;
  }
}
.for-whom__slider-title {
  font: 700 2.4rem/83% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .for-whom__slider-title {
    font-size: 2rem;
  }
}
.for-whom__slider-list {
  margin-bottom: 5.4rem;
}
@media (max-width: 962px) {
  .for-whom__slider-list {
    margin-bottom: 2.4rem;
  }
}
.for-whom__slider-list li {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
  list-style-type: disc;
  margin-left: 3rem;
}
@media (max-width: 962px) {
  .for-whom__slider-list li {
    font-size: 1.6rem;
  }
}
.for-whom .btn {
  font: 400 2rem/100% "Arial", sans-serif;
  color: #fff;
  border-radius: 3rem;
  padding: 2rem 4rem;
  background: #314671;
  display: inline-block;
}
@media (max-width: 962px) {
  .for-whom .btn {
    font-size: 1.6rem;
    width: 100%;
    text-align: center;
    margin-top: auto;
  }
}
.for-whom__info {
  width: 76.6rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 962px) {
  .for-whom__info {
    width: 100%;
  }
}
.for-whom__img {
  width: 55.6rem;
  height: 38.7rem;
  margin-top: auto;
}
@media (max-width: 962px) {
  .for-whom__img {
    width: 100%;
    height: auto;
  }
}
.for-whom__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 962px) {
  .for-whom .competencies__title {
    font-size: 2.4rem;
  }
}
.for-whom__list {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-top: 3.6rem;
  width: 70.1rem;
}
@media (max-width: 962px) {
  .for-whom__list {
    width: 100%;
    padding-top: 0;
    gap: 2.4rem;
  }
}
.for-whom__list p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .for-whom__list p {
    font-size: 1.6rem;
  }
}
.for-whom__item-title {
  font: 400 3.2rem/100% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .for-whom__item-title {
    font-size: 2rem;
  }
}

.aspects {
  padding: 9rem 0 17rem;
  background: #314671;
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .aspects {
    padding: 6rem 0;
    margin-bottom: 6rem;
  }
}
.aspects__title {
  color: #fff;
}
.aspects__descr {
  color: #fff;
}
.aspects .competencies__info-subtitle {
  color: #fff;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .aspects .competencies__info-subtitle {
    display: none;
  }
}
.aspects__wrapper {
  display: flex;
  gap: 2.2rem;
}
@media (max-width: 962px) {
  .aspects__wrapper {
    flex-direction: column;
  }
}
.aspects__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 127.6rem;
}
@media (max-width: 962px) {
  .aspects__items {
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
  }
}
.aspects__item {
  padding: 4.8rem 2.3rem;
  border: 1px solid #eae1d4;
}
@media (max-width: 962px) {
  .aspects__item {
    padding: 2.4rem;
  }
}
.aspects__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #fff;
}
@media (max-width: 962px) {
  .aspects__item p {
    font-size: 1.6rem;
  }
}
.aspects__item-title {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #fff;
  margin-bottom: 5rem;
}
@media (max-width: 962px) {
  .aspects__item-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.aspects__descr-text {
  padding: 4.8rem 4.4rem;
  width: 41.4rem;
  background: #eae1d4;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 962px) {
  .aspects__descr-text {
    width: 100%;
    padding: 2.4rem;
  }
}
.aspects__descr-text p {
  font: 700 2.4rem/120% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .aspects__descr-text p {
    font-size: 1.6rem;
  }
}
.aspects .approach {
  margin-top: 10rem;
	margin-bottom: 0;
}
@media (max-width: 962px) {
  .aspects .approach {
    margin-top: 6rem;
    margin-bottom: 0;
  }
}
.aspects .approach__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8rem;
  margin-bottom: 4.4rem;
}
@media (max-width: 962px) {
  .aspects .approach__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
}
.aspects .approach .competencies__info-subtitle {
  text-align: right;
}
.aspects .approach__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #eae1d4;
  gap: 1.6rem;
  height: 31.6rem;
}
@media (max-width: 962px) {
  .aspects .approach__item {
    width: 100%;
    height: auto;
    padding: 2.4rem;
  }
}
.aspects .approach__item img {
  width: 12.8rem;
  height: 12.8rem;
}
@media (max-width: 962px) {
  .aspects .approach__item img {
    width: 8rem;
    height: 8rem;
  }
}
.aspects .approach__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
  width: 36.5rem;
}
@media (max-width: 962px) {
  .aspects .approach__item p {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
}
.aspects .approach__descr {
  font: italic 400 3.2rem/120% "AGPalatial", sans-serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .aspects .approach__descr {
    font-size: 2.4rem;
  }
}

.services {
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .services {
    margin-bottom: 6rem;
  }
}
.services__title {
  margin-bottom: 6.5rem;
}
@media (max-width: 962px) {
  .services__title {
    margin-bottom: 4rem;
  }
}
.services__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 10rem;
}
@media (max-width: 962px) {
  .services__wrapper {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 4rem;
  }
}
.services__item {
  padding: 4.8rem 2.7rem;
  border: 1px solid #314671;
}
@media (max-width: 962px) {
  .services__item {
    padding: 2.4rem;
  }
}
.services__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #314671;
}
@media (max-width: 962px) {
  .services__item p {
    font-size: 1.6rem;
  }
}
.services__item-title {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 5.4rem;
}
@media (max-width: 962px) {
  .services__item-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.services .btn {
  font: 400 2rem/100% "Arial", sans-serif;
  color: #fff;
  border-radius: 3rem;
  padding: 2rem 4rem;
  background: #314671;
  display: block;
  margin: 0 auto;
  width: 30rem;
	text-align: center;
}
@media (max-width: 962px) {
  .services .btn {
    width: 100%;
    text-align: center;
  }
}

.solution {
  margin-bottom: 21.5rem;
}
@media (max-width: 962px) {
  .solution {
    margin-bottom: 6rem;
  }
}
.solution__info {
  width: 70.2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 962px) {
  .solution__info {
    width: 100%;
  }
}
.solution__img {
  margin-top: auto;
  width: 70.1rem;
  height: 58.2rem;
}
@media (max-width: 962px) {
  .solution__img {
    width: 100%;
    height: auto;
  }
}
.solution__img img {
  width: 100%;
  height: 100%;
}
.solution .container {
  display: flex;
  gap: 16.4rem;
}
@media (max-width: 962px) {
  .solution .container {
    flex-direction: column;
    gap: 4rem;
  }
}

.accordion {
  width: 79.5rem;
  padding-top: 4.3rem;
  display: flex;
  flex-direction: column;
  gap: 5.3rem;
}
@media (max-width: 962px) {
  .accordion {
    width: 100%;
    gap: 2.4rem;
    padding-top: 0;
  }
}
.accordion__item.active .accordion__item-top svg {
  transform: rotate(180deg);
}
.accordion__item-top {
  display: flex;
  justify-content: space-between;
  font: 400 3.2rem/100% "AGPresquire", sans-serif;
  color: #314671;
}
@media (max-width: 962px) {
  .accordion__item-top {
    font-size: 2rem;
  }
}
.accordion__item-top svg {
  transition: all 0.3s;
  width: 3.1rem;
  height: 3.1rem;
}
@media (max-width: 962px) {
  .accordion__item-top svg {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
  }
}
.accordion__item-block {
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .accordion__item-block {
    font-size: 1.6rem;
  }
}
.accordion__item-block:nth-child(1) {
  padding-top: 2.4rem;
}
.accordion__item-block:nth-child(2) {
  margin-bottom: 5rem;
}
@media (max-width: 962px) {
  .accordion__item-block:nth-child(2) {
    margin-bottom: 2.4rem;
  }
}
.accordion .result {
  padding: 2.7rem 4rem;
  background: #314671;
  color: #fff;
}
@media (max-width: 962px) {
  .accordion .result {
    padding: 2.4rem;
    font-size: 1.6rem;
  }
}
.accordion__item-content {
  width: 70.1rem;
  overflow: hidden;
  transition: all 0.3s;
  max-height: 0;
}
@media (max-width: 962px) {
  .accordion__item-content {
    width: 100%;
  }
}
.accordion .descr {
  font: 400 1.2rem/120% "Arial", sans-serif;
  color: #9d9d9d;
  margin-top: auto;
}

.progress {
  padding: 8.5rem 0;
  background: #314671;
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .progress {
    margin-bottom: 6rem;
    padding: 6rem 0;
  }
}
.progress.process {
  margin-bottom: 0;
}
@media (max-width: 962px) {
  .progress.process {
    margin-bottom: 6rem;
  }
}
@media (max-width: 962px) {
  .progress.process .section__title {
    margin-bottom: 1.6rem;
  }
}
@media (max-width: 962px) {
  .progress__title span {
    display: block;
  }
}
.progress .section__title {
  color: #fff;
  margin-bottom: 8.5rem;
}
@media (max-width: 962px) {
  .progress .section__title {
    margin-bottom: 4rem;
  }
}
.progress .section__descr {
  color: #fff;
  font: italic 400 3.2rem/120% "AGPalatial", sans-serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .progress .section__descr {
    font-size: 1.6rem;
  }
}
.progress__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  padding: 2.8rem;
  counter-reset: item-counter;
  margin-bottom: 6rem;
}
@media (max-width: 962px) {
  .progress__wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    margin-bottom: 3rem;
  }
}
.progress__item {
  padding: 2.8rem;
  counter-increment: item-counter;
  color: #eae1d4;
  border: 1px solid #eae1d4;
}
@media (max-width: 962px) {
  .progress__item {
    padding: 2.4rem;
  }
}
.progress__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #eae1d4;
}
@media (max-width: 962px) {
  .progress__item p {
    font-size: 1.6rem;
  }
}
.progress__item-num {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #eae1d4;
  position: relative;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .progress__item-num {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.progress__item-num::after {
  content: counter(item-counter);
}
.progress__item-title {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #eae1d4;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .progress__item-title {
    font-size: 2rem;
  }
}
.progress__descr {
  font: italic 400 3.2rem/120% "AGPalatial", sans-serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .progress__descr {
    font-size: 1.6rem;
  }
}

.proof {
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .proof {
    margin-bottom: 6rem;
  }
}
.proof.service-proof .proof__wrapper {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.proof.service-proof .section__title {
  margin-bottom: 6rem;
}
@media (max-width: 962px) {
  .proof.service-proof .section__title {
    margin-bottom: 4rem;
  }
}
.proof .section__descr {
  margin-bottom: 8rem;
}
@media (max-width: 962px) {
  .proof .section__descr {
    margin-bottom: 4rem;
  }
}
.proof__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 10rem;
  border-bottom: 1px solid #314671;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .proof__wrapper {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
}
.proof__item-icon {
  width: 5.6rem;
  height: auto;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .proof__item-icon {
    width: 4rem;
    margin-bottom: 2.4rem;
  }
}
.proof__item-icon img {
  width: 100%;
  height: 100%;
}
.proof__item {
  padding: 4.8rem 2.4rem;
  background: #eae1d4;
  width: 41.2rem;
}
@media (max-width: 962px) {
  .proof__item {
    width: 100%;
    padding: 2.5rem;
  }
  .proof__item p {
    font-size: 1.6rem;
  }
}
.proof__item.img-item {
  background: transparent;
  width: 84.2rem;
  padding: 0;
}
@media (max-width: 962px) {
  .proof__item.img-item {
    width: 100%;
  }
  .proof__item.img-item:nth-child(3) {
    order: 0;
  }
  .proof__item.img-item:nth-child(4) {
    order: 2;
  }
}
.proof__item.img-item img {
  width: 100%;
  height: 100%;
}
.proof__item-title {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #13161d;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .proof__item-title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.proof__stats {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 962px) {
  .proof__stats {
    flex-direction: column;
    justify-content: center;
    gap: 2.4rem;
    flex-wrap: wrap;
  }
}
.proof__stats span {
  font: 400 4.8rem/100% "AGPresquire", sans-serif;
  text-align: center;
  color: #314671;
  width: 100%;
  display: block;
  margin-bottom: 1.4rem;
}
@media (max-width: 962px) {
  .proof__stats span {
    font-size: 3rem;
  }
}
.proof__stats p {
  font: 400 2rem/110% "Arial", sans-serif;
  text-align: center;
  color: #13161d;
}
@media (max-width: 962px) {
  .proof__stats p {
    font-size: 1.6rem;
  }
}
.proof__stats-item {
  width: 41.3rem;
}
@media (max-width: 962px) {
  .proof__stats-item {
    width: 100%;
  }
}

.principles {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .principles {
    margin-bottom: 6rem;
  }
}
.principles__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 962px) {
  .principles__img {
    height: 100%;
  }
}
.principles__img img {
  width: 100%;
  height: 100%;
}
.principles__info {
  position: relative;
  z-index: 1;
  width: 70.1rem;
  margin-left: auto;
  margin: 10.7rem 0 10.7rem auto;
}
@media (max-width: 962px) {
  .principles__info {
    margin-top: 0;
    padding: 6rem 0;
    width: 100%;
  }
}
.principles .section__title {
  color: #fff;
  margin-bottom: 7rem;
  text-align: left;
}
@media (max-width: 962px) {
  .principles .section__title {
    margin-bottom: 4rem;
  }
}
.principles__list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.principles__item {
  padding-bottom: 2.4rem;
  border-bottom: 1px solid #b1884a;
  font: 400 2rem/110% "Arial", sans-serif;
  color: #fff;
}
@media (max-width: 962px) {
  .principles__item {
    font-size: 1.6rem;
  }
}
.principles__item:last-child {
  border: none;
}

.reviews {
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .reviews {
    margin-bottom: 6rem;
  }
}
.reviews__slider {
  margin-bottom: 4rem;
}
.reviews__descr {
  font: 400 1.2rem/120% "Arial", sans-serif;
  text-align: center;
  color: #9d9d9d;
}
.reviews .section__title {
  margin-bottom: 8rem;
}
@media (max-width: 962px) {
  .reviews .section__title {
    margin-bottom: 4rem;
  }
}
.reviews .swiper-slide {
  padding: 4.8rem;
  background: #eae1d4;
  display: flex;
  flex-direction: column;
  width: 70.2rem !important;
  height: 50.8rem;
}
@media (max-width: 962px) {
  .reviews .swiper-slide {
    width: 32rem !important;
    height: auto;
    padding: 2.4rem;
  }
}
.reviews .swiper-slide p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .reviews .swiper-slide p {
    font-size: 1.6rem;
    padding-bottom: 2.4rem;
  }
}
.reviews__rate {
  margin-bottom: 10rem;
}
@media (max-width: 962px) {
  .reviews__rate {
    margin-bottom: 2.4rem;
  }
}
.reviews__rate img {
  width: 26.6rem;
  height: auto;
}
@media (max-width: 962px) {
  .reviews__rate img {
    width: 15rem;
  }
}
.reviews__job {
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid #314671;
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #13161d;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .reviews__job {
    font-size: 1.6rem;
    margin-top: auto;
  }
}
.reviews__locate {
  font: 700 2.4rem/83% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .reviews__locate {
    font-size: 1.6rem;
  }
}

.action {
  height: 81.2rem;
  position: relative;
  background: #eae1d4;
}
@media (max-width: 962px) {
  .action {
    height: auto;
    background: transparent;
  }
}
.action .container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 962px) {
  .action .container {
    flex-direction: column-reverse;
  }
}
.action__img {
  width: 50%;
  height: 81.2rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 962px) {
  .action__img {
    width: 100%;
    height: auto;
    position: static;
    width: calc(100% + 3.2rem);
    margin-left: 0;
  }
}
.action__img img {
  width: 100%;
  height: 100%;
}
.action__info {
  width: 81.6rem;
  margin-left: auto;
}
@media (max-width: 962px) {
  .action__info {
    width: 100%;
  }
}
.action__info p {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 4.5rem;
}
@media (max-width: 962px) {
  .action__info p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.action .section__title {
  margin-bottom: 4rem;
  text-align: left;
  color: #13161d;
}
@media (max-width: 962px) {
  .action .section__title {
    margin-bottom: 2.4rem;
  }
}
.action__btns {
  display: flex;
  gap: 4.4rem;
}
@media (max-width: 962px) {
  .action__btns {
    flex-direction: column;
    gap: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.action__btns .btn {
  border-radius: 3rem;
  padding: 2rem 4rem;
  font: 400 2rem/100% "Arial", sans-serif;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .action__btns .btn {
    width: 100%;
    font-size: 1.6rem;
  }
}
.action__btns .btn:nth-child(1) {
  background: #314671;
}
.action__btns .btn:nth-child(2) {
  background: #b1884a;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin: 5rem auto;
}
@media (max-width: 962px) {
  .breadcrumbs {
    gap: 1.6rem;
    flex-wrap: wrap;
  }
}
.breadcrumbs a {
  font: 700 1.2rem/167% "Arial", sans-serif;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #13161d;
  position: relative;
  display: flex;
  gap: 6rem;
}
@media (max-width: 962px) {
  .breadcrumbs a {
    gap: 1.6rem;
  }
}
.breadcrumbs a.active::after {
  display: none;
}
.breadcrumbs a::after {
  content: "→";
  font: 400 1.6rem/120% "LT Superior", sans-serif;
  text-transform: uppercase;
  color: #01040b;
  display: block;
}

.services-page__title {
  font: 400 4.8rem/100% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 1.5rem;
}
@media (max-width: 962px) {
  .services-page__title {
    margin-bottom: 4rem;
    font-size: 3rem;
  }
}
.services-page__descr {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #314671;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .services-page__descr {
    font-size: 1.6rem;
  }
}
.services-page__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
}
@media (max-width: 962px) {
  .services-page__wrapper {
    font-size: 1.6rem;
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-page__item {
  border: 1px solid #314671;
  padding: 4.8rem 3.2rem;
}
@media (max-width: 962px) {
  .services-page__item {
    padding: 2.4rem;
  }
}
.services-page__item p {
  font: 700 2rem/110% "Arial", sans-serif;
  color: #314671;
  margin-bottom: 4.5rem;
}
@media (max-width: 962px) {
  .services-page__item p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.services-page__item ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-bottom: 4.5rem;
}
@media (max-width: 962px) {
  .services-page__item ul {
    margin-bottom: 2.4rem;
  }
}
.services-page__item ul li {
  list-style-type: disc;
  margin-left: 2rem;
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .services-page__item ul li {
    font-size: 1.6rem;
  }
}
.services-page__item-title {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 4.5rem;
}
@media (max-width: 962px) {
  .services-page__item-title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.services-page .btn {
  background: #314671;
  border-radius: 3rem;
  padding: 2rem 4rem;
  background: #314671;
  display: inline-block;
  font: 400 2rem/100% "Arial", sans-serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .services-page .btn {
    width: 100%;
  }
}

.service-hero {
  margin-bottom: 19rem;
}
@media (max-width: 962px) {
  .service-hero {
    margin-bottom: 6rem;
  }
}
.service-hero .container {
  display: flex;
  justify-content: space-between;
	align-items: center;
}
@media (max-width: 962px) {
  .service-hero .container {
    flex-direction: column;
	  align-items: flex-start;
  }
}
.service-hero .descr {
  font: 400 3.2rem/100% "AGPresquire", sans-serif;
  color: #314671;
}
@media (max-width: 962px) {
  .service-hero .descr {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.service-hero__info {
  width: 80.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 962px) {
  .service-hero__info {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.service-hero__info p {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #314671;
}
.service-hero__elems{
	margin: 10rem 0;
}
@media (max-width: 962px) {
  .service-hero__info p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
	.service-hero__elems{
	margin: 2.4rem 0;
}
}
.service-hero h1 {
  font: 400 4.8rem/100% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 2.5rem;
}
.service-hero h1 span {
  font: italic 400 4.8rem/100% "AGPalatial", sans-serif;
}
@media (max-width: 962px) {
  .service-hero h1 span {
    font-size: 3rem;
  }
}
@media (max-width: 962px) {
  .service-hero h1 {
    font-size: 3rem;
  }
  .service-hero h1 br {
    display: none;
  }
}
.service-hero__wrap {
  display: flex;
  gap: 9rem;
	margin: 10rem 0;
}
@media (max-width: 962px) {
  .service-hero__wrap {
    gap: 1.6rem;
    justify-content: space-between;
  }
}
.service-hero__item span {
  font: italic 700 4.8rem/120% "AGPalatial", sans-serif;
  color: #314671;
  margin-bottom: 1.2rem;
}
@media (max-width: 962px) {
  .service-hero__item span {
    font-size: 2rem;
  }
}
.service-hero__item p {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #314671;
}
@media (max-width: 962px) {
  .service-hero__item p {
    font-size: 1.6rem;
  }
}
.service-hero__img {
  width: 74.2rem;
  height: 60.9rem;
}
@media (max-width: 962px) {
  .service-hero__img {
    width: 100%;
    height: auto;
  }
}
.service-hero__img img {
  width: 100%;
  height: 100%;
}
.service-hero .btn {
  background: #314671;
  border-radius: 3rem;
  padding: 2rem 4rem;
  background: #314671;
  display: inline-block;
  font: 400 2rem/100% "Arial", sans-serif;
  text-align: center;
  color: #fff;
  min-width: 28.5rem;
  margin-top: 5rem;
}
@media (max-width: 962px) {
  .service-hero .btn {
    width: 100%;
  }
}

.types .section__descr {
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .types .section__descr {
    margin-bottom: 4rem;
  }
}
.types__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 962px) {
  .types__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.types__item {
  padding: 4.8rem 3rem;
  background: #eae1d4;
  display: flex;
  flex-direction: column;
}
@media (max-width: 962px) {
  .types__item {
    padding: 2.4rem;
  }
}
.types__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .types__item p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.types__item-title {
  font: 400 3.2rem/100% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 4rem;
}
@media (max-width: 962px) {
  .types__item-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
}
.types__item-info {
  margin-bottom: 2.5rem;
}
.types__item-info:nth-child(3) {
  margin-top: 2.4rem;
}
.types__item-info:nth-child(5) {
  margin-bottom: 4rem;
}
.types__item-info ul {
  display: flex;
  gap: 0.3rem;
  flex-direction: column;
}
.types__item-info ul li {
  list-style-type: disc;
  margin-left: 2rem;
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .types__item-info ul li {
    font-size: 1.6rem;
  }
}
.types__item-info-title {
  font: 700 2.4rem/83% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .types__item-info-title {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.types .descr {
  font: 400 1.2rem/120% "Arial", sans-serif;
  color: #9d9d9d;
  margin-top: auto;
  margin-bottom: 0;
}

.approach {
  margin-bottom: 19rem;
}
@media (max-width: 962px) {
  .approach {
    margin-bottom: 6rem;
  }
}
.approach__title {
  margin-bottom: 2.6rem;
}
.approach__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.2rem;
  counter-reset: item-counter;
}
@media (max-width: 962px) {
  .approach__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.approach__item {
  background: #eae1d4;
  padding: 4.8rem 4rem;
  counter-increment: item-counter;
}
@media (max-width: 962px) {
  .approach__item {
    padding: 2.4rem;
  }
}
.approach__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .approach__item p {
    font-size: 1.6rem;
  }
}
.approach__item-num {
  font: 400 4.8rem/100% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 4.5rem;
  position: relative;
}
@media (max-width: 962px) {
  .approach__item-num {
    font-size: 3rem;
    margin-bottom: 2.4rem;
  }
}
.approach__item-num::after {
  content: counter(item-counter);
}
.approach__item-title {
  font: 400 3.2rem/100% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 4.6rem;
}
@media (max-width: 962px) {
  .approach__item-title {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.approach .btn {
  border-radius: 3rem;
  padding: 2rem 3rem;
  width: 30rem;
  background: #314671;
  color: #fff;
  font: 400 2rem/100% "Arial", sans-serif;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #fff;
  margin: 6rem auto 0;
}
@media (max-width: 962px) {
  .approach .btn {
    width: 100%;
    margin: 4rem auto 0;
  }
}

.deadlines {
  padding: 7rem 0;
  background: #314671;
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .deadlines {
    padding: 6rem 0;
    margin-bottom: 6rem;
  }
}
.deadlines .section__title {
  color: #fff;
}
.deadlines .section__descr {
  color: #fff;
}
.deadlines__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 962px) {
  .deadlines__wrapper {
    flex-direction: column;
  }
}
.deadlines__img {
  width: 74.2rem;
  height: 60.9rem;
}
@media (max-width: 962px) {
  .deadlines__img {
    width: 100%;
    height: auto;
    margin-top: 2.4rem;
  }
}
.deadlines__img img {
  width: 100%;
  height: 100%;
}
.deadlines__list {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
.deadlines__item-title {
  font: 700 2.4rem/83% "Arial", sans-serif;
  color: #fff;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .deadlines__item-title {
    font-size: 2rem;
  }
}
.deadlines__list {
  width: 76.1rem;
}
@media (max-width: 962px) {
  .deadlines__list {
    width: 100%;
  }
}
.deadlines__item {
  padding-bottom: 4rem;
  border-bottom: 1px solid #fff;
}
@media (max-width: 962px) {
  .deadlines__item {
    padding-bottom: 2.4rem;
  }
}
.deadlines__item-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.deadlines__item-wrap p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #fff;
}
@media (max-width: 962px) {
  .deadlines__item-wrap p {
    font-size: 1.6rem;
  }
}
.deadlines__item-wrap span {
  border-radius: 3rem;
  padding: 1rem 4rem;
  width: 17rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font: 400 2rem/100% "Arial", sans-serif;
  text-align: center;
  color: #314671;
  background: #eae1d4;
	white-space: nowrap;
}
@media (max-width: 962px) {
  .deadlines__item-wrap span {
    width: auto;
    font-size: 1.4rem;
    white-space: nowrap;
    padding: 1rem 2rem;
  }
}

.errors {
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .errors {
    margin-bottom: 6rem;
  }
}
.errors .section__title {
  margin-bottom: 9rem;
}
@media (max-width: 962px) {
  .errors .section__title {
    margin-bottom: 4rem;
  }
}
.errors__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
@media (max-width: 962px) {
  .errors__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.errors__item {
  padding: 4.8rem 2rem;
  border: 1px solid #314671;
}
@media (max-width: 962px) {
  .errors__item {
    padding: 2.4rem;
  }
}
.errors__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #314671;
}
@media (max-width: 962px) {
  .errors__item p {
    font-size: 1.6rem;
  }
}
.errors__item-icon {
  margin-bottom: 3.2rem;
}
@media (max-width: 962px) {
  .errors__item-icon {
    margin-bottom: 2.4rem;
  }
  .errors__item-icon img {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.errors__item-name {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 3.2rem;
}
@media (max-width: 962px) {
  .errors__item-name {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
}

.included {
  margin-bottom: 16rem;
  padding: 14rem 0;
  position: relative;
  color: #fff;
}
@media (max-width: 962px) {
  .included {
    margin-bottom: 6rem;
    padding: 6rem 0;
  }
}
.included__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.included__img img {
  width: 100%;
  height: 100%;
}
.included .container {
  position: relative;
  z-index: 3;
}
.included__title {
  font: 400 4.8rem/100% "AGPresquire", sans-serif;
  color: #fff;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .included__title {
    margin-bottom: 6rem;
    font-size: 3rem;
  }
}
.included__title span {
  font: italic 400 4.8rem/100% "AGPalatial", sans-serif;
}
@media (max-width: 962px) {
  .included__title span {
    display: block;
    font-size: 3rem;
  }
}
.included__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem 7rem;
}
@media (max-width: 962px) {
  .included__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.included__item {
  width: 80.9rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #b1884a;
}
@media (max-width: 962px) {
  .included__item {
    width: 100%;
    font-size: 1.6rem;
  }
}
.included .descr {
  font: italic 400 3.2rem/120% "AGPalatial", sans-serif;
  text-align: center;
  color: #fff;
  margin-top: 1.6rem;
}
@media (max-width: 962px) {
  .included .descr {
    font-size: 1.6rem;
  }
}

.risk-close {
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .risk-close {
    margin-bottom: 6rem;
  }
}
.risk-close .section__descr {
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .risk-close .section__descr {
    margin-bottom: 4rem;
  }
}
.risk-close__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
}
@media (max-width: 962px) {
  .risk-close__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.risk-close__item-name {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #cd3b2b;
  margin-bottom: 5.4rem;
}
@media (max-width: 962px) {
  .risk-close__item-name {
    margin-bottom: 2.4rem;
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
}
.risk-close__item {
  padding: 4.8rem;
  background: #eae1d4;
}
@media (max-width: 962px) {
  .risk-close__item {
    padding: 2.4rem;
  }
}
.risk-close li {
  list-style-type: disc;
  margin-left: 3rem;
}
.risk-close__solution {
  margin-top: 5.4rem;
}
@media (max-width: 962px) {
  .risk-close__solution {
    margin-top: 3rem;
  }
}
.risk-close__solution-title {
  font: 700 2.4rem/83% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .risk-close__solution-title {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
}

.contacts-hero__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 5rem;
}
@media (max-width: 962px) {
  .contacts-hero__wrapper {
    grid-template-columns: repeat(1, 1fr);
    padding-top: 0rem;
    margin-bottom: 3rem;
  }
}
.contacts-hero__map {
  padding: 11.4rem 11rem;
  background: #314671;
}
@media (max-width: 962px) {
  .contacts-hero__map {
    padding: 3rem 1.6rem;
  }
}
.contacts-hero__map iframe {
  height: 100%;
}
@media (max-width: 962px) {
  .contacts-hero__map iframe {
    height: 30rem;
  }
}
.contacts-hero__info {
  background: #EAE1D4;
  padding: 11.4rem 15rem 11.4rem 11rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 962px) {
  .contacts-hero__info {
    padding: 3rem 1.6rem;
  }
}
.contacts-hero__info p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .contacts-hero__info p {
    font-size: 1.6rem;
  }
}
.contacts-hero__item {
  padding-bottom: 3rem;
  border-bottom: 1px solid #b1884a;
}
.contacts-hero__item-title {
  font: 700 2.4rem/83% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 2.4rem;
}
@media (max-width: 962px) {
  .contacts-hero__item-title {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.contacts-hero__item a {
  font: 400 2rem/110% "Arial", sans-serif;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #13161d;
}
@media (max-width: 962px) {
  .contacts-hero__item a {
    font-size: 1.6rem;
  }
}

.faq__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.faq__item {
  padding: 6rem 14.5rem 8rem;
  background: #eae1d4;
}
@media (max-width: 962px) {
  .faq__item {
    padding: 3rem 1.6rem;
  }
}
.faq__item-title {
  font: 400 4.8rem/120% "AGPresquire", sans-serif;
  color: #13161d;
  margin-bottom: 4.7rem;
}
@media (max-width: 962px) {
  .faq__item-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.faq__item-block {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #b1884a;
}
@media (max-width: 962px) {
  .faq__item-block {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
}
.faq__item-block:last-child {
  margin-bottom: 0;
}
.faq__item-block p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .faq__item-block p {
    font-size: 1.6rem;
  }
}
.faq__item-block-title {
  font: italic 400 2.4rem/83% "AGPalatial", sans-serif;
  color: #13161d;
  margin-bottom: 2rem;
}
@media (max-width: 962px) {
  .faq__item-block-title {
    font-size: 1.8rem;
  }
}

.blog-page {
  margin-bottom: 12rem;
}
.blog-page.similar .blog-page__wrapper {
  margin-top: 6rem;
  margin-bottom: 0;
}
@media (max-width: 962px) {
  .blog-page.similar .blog-page__wrapper {
    margin-top: 3rem;
  }
}
@media (max-width: 962px) {
  .blog-page {
    margin-bottom: 6rem;
  }
}
.blog-page__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1rem;
  margin-bottom: 8rem;
}
@media (max-width: 962px) {
  .blog-page__wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 4rem;
  }
}
.blog-page__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .blog-page__item-top {
    margin-bottom: 2.4rem;
  }
}
.blog-page__item {
  padding: 4rem 2rem;
  border: 1px solid #314671;
}
@media (max-width: 962px) {
  .blog-page__item {
    padding: 2.4rem;
  }
}
.blog-page__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #314671;
}
@media (max-width: 962px) {
  .blog-page__item p {
    font-size: 1.6rem;
  }
}
.blog-page__item-label {
  padding: 1rem 1.8rem;
  background: #b1884a;
  border-radius: 3rem;
  font: 400 2rem/100% "Arial", sans-serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .blog-page__item-label {
    font-size: 1.6rem;
  }
}
.blog-page .date {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #314671;
}
@media (max-width: 962px) {
  .blog-page .date {
    font-size: 1.6rem;
  }
}
.blog-page__item-title {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .blog-page__item-title {
    font-size: 2rem;
  }
}
.blog-page .link {
  font: 400 2rem/110% "Arial", sans-serif;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #314671;
  margin-top: 3rem;
}
@media (max-width: 962px) {
  .blog-page .link {
    font-size: 1.6rem;
  }
}
.blog-page .btn {
  border-radius: 3rem;
  padding: 2rem 4rem;
  width: 38.6rem;
  margin: 0 auto;
  background: #314671;
  border-radius: 3rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .blog-page .btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 1.6rem;
  }
}

.blog-single {
  margin-bottom: 15rem;
}
@media (max-width: 962px) {
  .blog-single {
    margin-bottom: 6rem;
  }
}
.blog-single__label {
  font: 400 2rem/100% "Arial", sans-serif;
  text-align: center;
  color: #fff;
  padding: 1rem 4.85rem;
  margin-bottom: 3rem;
  background: #b1884a;
  display: inline-block;
  border-radius: 3rem;
}
.blog-single__title {
  font: 400 4.8rem/100% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 2.7rem;
  max-width: 70rem;
}
@media (max-width: 962px) {
  .blog-single__title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.blog-single .date {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #314671;
  margin-bottom: 7rem;
}
@media (max-width: 962px) {
  .blog-single .date {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.blog-single__content p {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #000;
  margin-bottom: 4.5rem;
}
@media (max-width: 962px) {
  .blog-single__content p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.blog-single__content p strong {
  font-weight: 700;
}
.blog-single__content h3 {
  font: 700 2rem/120% "Arial", sans-serif;
  color: #000;
  margin-bottom: 2.7rem;
}
@media (max-width: 962px) {
  .blog-single__content h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.blog-single__content ul {
  margin-bottom: 2.7rem;
}
@media (max-width: 962px) {
  .blog-single__content ul {
    margin-bottom: 2rem;
  }
}
.blog-single__content ul li {
  list-style-type: disc;
  margin-left: 3rem;
  font: 400 2rem/120% "Arial", sans-serif;
}
@media (max-width: 962px) {
  .blog-single__content ul li {
    font-size: 1.6rem;
  }
}
.blog-single__conclusion {
  padding: 3.5rem 7.8rem;
  background: #314671;
}
@media (max-width: 962px) {
  .blog-single__conclusion {
    padding: 3rem 1.6rem;
  }
}
.blog-single__conclusion h3 {
  margin-bottom: 2.7rem;
}
.blog-single__conclusion h3, .blog-single__conclusion p {
  color: #fff;
}
@media (max-width: 962px) {
  .blog-single__conclusion h3, .blog-single__conclusion p {
    font-size: 1.6rem;
  }
}
.blog-single__content {
  max-width: 127.9rem;
}
@media (max-width: 962px) {
  .blog-single__content {
    width: 100%;
  }
}

.pakets {
  margin-bottom: 16rem;
}
@media (max-width: 962px) {
  .pakets {
    margin-bottom: 6rem;
  }
}
.pakets .types__wrapper {
  grid-template-columns: repeat(4, 1fr);
  margin-top: 8rem;
}
@media (max-width: 962px) {
  .pakets .types__wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
}
.pakets .price {
  margin-top: auto;
  font: 700 3.2rem/50% "AGPresquire", sans-serif;
  color: #13161d;
  margin-bottom: 0;
}
@media (max-width: 962px) {
  .pakets .price {
    font-size: 2rem;
  }
}
.pakets .types__item-info {
  margin-top: auto;
}
@media (max-width: 962px) {
  .pakets .types__item-info-title {
    margin-top: 1.6rem;
    font-size: 1.8rem;
  }
}

.dop .competencies__list {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}
.dop .competencies__list-item {
  padding-bottom: 2.8rem;
  border-bottom: 1px solid #b1884a;
}
@media (max-width: 962px) {
  .dop .competencies__list-item p {
    font-size: 1.6rem;
  }
}
.dop .competencies__list-item-top {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  margin-bottom: 2.4rem;
  font: 700 2.4rem/83% "Arial", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .dop .competencies__list-item-top {
    font-size: 2rem;
  }
}
.dop .competencies__list-item-top span {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #13161d;
}
@media (max-width: 962px) {
  .dop .competencies__list-item-top span {
    font-size: 2rem;
  }
}

.cases-hero .btn {
  margin-top: 5rem;
}
.cases-hero__wrapper {
  margin-top: 16rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 962px) {
  .cases-hero__wrapper {
    margin-top: 6rem;
  }
}
.cases-hero .container {
  display: block;
}
.cases-hero .container:nth-child(1) {
  display: flex;
}
.cases-hero .descr {
  font: 400 1.2rem/120% "Arial", sans-serif;
  text-align: center;
  color: #9d9d9d;
  margin-top: 8rem;
}
@media (max-width: 962px) {
  .cases-hero .descr {
    margin-top: 4rem;
  }
}
.cases-hero__item {
  padding: 4.8rem 4.4rem;
  background: #eae1d4;
}
@media (max-width: 962px) {
  .cases-hero__item {
    padding: 2.4rem 1.6rem;
  }
}
.cases-hero__item p {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 5rem;
}
@media (max-width: 962px) {
  .cases-hero__item p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.cases-hero__item-title {
  font: 700 2.4rem/120% "Arial", sans-serif;
  color: #13161d;
  margin-bottom: 5rem;
}
@media (max-width: 962px) {
  .cases-hero__item-title {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.cases-hero li {
  font: 400 2rem/110% "Arial", sans-serif;
  color: #13161d;
  list-style-type: disc;
  margin-left: 3rem;
}
@media (max-width: 962px) {
  .cases-hero li {
    font-size: 1.6rem;
  }
}
.cases-hero ul {
  margin-bottom: 5rem;
}
@media (max-width: 962px) {
  .cases-hero ul {
    margin-bottom: 2.4rem;
  }
}
.cases-hero__item-name {
  font: 400 3.2rem/120% "AGPresquire", sans-serif;
  color: #314671;
  margin-bottom: 5.4rem;
}
@media (max-width: 962px) {
  .cases-hero__item-name {
    font-size: 2rem;
    margin-bottom: 2.4rem;
  }
}
.cases-hero .result {
  padding: 3.8rem;
  background: #314671;
  text-align: center;
  color: #fff;
  font: 400 2rem/110% "Arial", sans-serif;
  text-align: center;
  color: #fff;
}
@media (max-width: 962px) {
  .cases-hero .result {
    padding: 1.6rem;
    font-size: 1.6rem;
  }
}

.about-aspects .aspects__item {
  height: 31.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 962px) {
  .about-aspects .aspects__item {
    height: auto;
  }
}
.about-aspects .aspects__item-title {
  margin-bottom: 0;
}

.approach-about .approach__item {
  height: 42.2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 962px) {
  .approach-about .approach__item {
    height: auto;
  }
}
.approach-about .approach__item p {
  margin-top: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 99999999;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal .modal-content {
  padding: 7rem;
  background: #314671;
  position: relative;
  width: 132.1rem;
}
@media (max-width: 962px) {
  .modal .modal-content {
    width: 95%;
    padding: 3rem 1.6rem;
  }
}
.modal .modal-content .close {
  position: absolute;
  top: 3rem;
  right: 7rem;
  cursor: pointer;
}
@media (max-width: 962px) {
  .modal .modal-content .close {
    top: 2rem;
    right: 2rem;
  }
}
.modal .modal-content .close img {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 962px) {
  .modal .modal-content .close img {
    width: 2rem;
    height: 2rem;
  }
}
.modal__title {
  font: 400 4.8rem/120% "AGPresquire", sans-serif;
  color: #fff;
  margin-bottom: 3rem;
}
@media (max-width: 962px) {
  .modal__title {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.modal__form {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem;
}
@media (max-width: 962px) {
  .modal__form {
    gap: 1.6rem;
  }
}
.modal__form-input {
  width: 57.2rem;
}
@media (max-width: 962px) {
  .modal__form-input {
    width: 100%;
  }
}
.modal__form-input label {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 2.7rem;
  display: block;
}
@media (max-width: 962px) {
  .modal__form-input label {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.modal__form-input input {
  border: 1px solid #b1884a;
  border-radius: 3rem;
  text-align: center;
  padding: 2rem;
  width: 100%;
  color: #fff;
}
.modal__form-input input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 962px) {
  .modal__form-input input {
    font-size: 1.6rem;
    text-align: left;
  }
}
.modal button {
  font: 400 2rem/100% "Arial", sans-serif;
  text-align: center;
  color: #fff;
  padding: 2rem 4rem;
  width: 38.6rem;
  border-radius: 3rem;
  background: #b1884a;
  margin: 6rem auto 0;
}
@media (max-width: 962px) {
  .modal button {
    width: 100%;
    font-size: 1.6rem;
    margin: 0;
  }
}

.quiz .modal-content{
	height: 88.8rem;
}

.quiz__step {
  display: none;
  width: 100%;
}
.quiz__step.active {
  display: flex;
	flex-direction: column;
}
.quiz__top {
  display: flex;
  margin-bottom: 6rem;
}



@media (max-width: 962px) {
  .quiz__top {
    margin-bottom: 3rem;
  }
	.quiz .modal-content{
		height: auto;
	}
}
.quiz .progress {
  padding: 0 !important;
  margin: 0 !important;
  font: 400 4.8rem/120% "AGPresquire", sans-serif;
  color: #fff;
}
@media (max-width: 962px) {
  .quiz .progress {
    font-size: 2rem;
  }
}
.quiz__top-step {
  font: 400 4.8rem/120% "AGPresquire", sans-serif;
  color: #fff;
  width: 24rem;
  margin-right: 40rem;
}
@media (max-width: 962px) {
  .quiz__top-step {
    font-size: 2rem;
    width: auto;
    margin-right: 7rem;
  }
}
.quiz p {
  font: 400 2rem/120% "Arial", sans-serif;
  color: #fff;
  margin-bottom: 2.7rem;
}
@media (max-width: 962px) {
  .quiz p {
    display: none;
  }
}
.quiz__step-content {
  display: flex;
  flex-direction: column;
  gap: 2.7rem;
}
@media (max-width: 962px) {
  .quiz__step-content {
    margin-top: 3rem;
    gap: 1.6rem;
  }
}
.quiz__step-item {
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #b1884a;
}
@media (max-width: 962px) {
  .quiz__step-item {
    padding-bottom: 1.6rem;
  }
}
.quiz__step-item input {
  display: none;
}
.quiz__step-item input:checked + label::after {
  opacity: 1;
  visibility: visible;
}
.quiz__step-item label {
  display: flex;
  align-items: center;
  gap: 4rem;
  font: 400 2.4rem/92% "Arial", sans-serif;
  color: #fff;
  position: relative;
}
@media (max-width: 962px) {
  .quiz__step-item label {
    font-size: 1.6rem;
    gap: 2rem;
  }
}
.quiz__step-item label::before {
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  border-radius: 50%;
  border: 0.51px solid #fff;
}
@media (max-width: 962px) {
  .quiz__step-item label::before {
    width: 21px;
    height: 21px;
    min-width: 21px;
    min-height: 21px;
  }
}
.quiz__step-item label::after {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 8.5px;
  width: 17.5px;
  height: 17.5px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media (max-width: 962px) {
  .quiz__step-item label::after {
    width: 10px;
    height: 10px;
    left: 5.5px;
    top: 5.5px;
  }
}
.quiz__step-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.quiz .modal-content{
	display: flex;
	flex-direction: column;
}
.modal__form-quiz{
	flex: 1;
}
@media (max-width: 962px) {
  .quiz__step-bottom {
    margin-top: 3rem;
  }
}
.quiz__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.7rem;
}
@media (max-width: 962px) {
  .quiz__wrap {
    gap: 1.6rem;
  }
}
.quiz button {
  margin: 0;
  transition: all 0.3s;
}
.quiz button:hover {
  background: #7e6237;
}
.quiz button:disabled {
  display: none;
}
.quiz .prev-step {
  border: 1px solid #b1884a;
  background: transparent;
}
@media (max-width: 962px) {
  .quiz .prev-step {
    width: auto;
  }
}

.whats-included{
  margin-bottom: 16rem;
}

.whats-included__title{
  font-size: 4.8rem;
  font-family: "AGPresquire", sans-serif;
  margin-bottom: 5rem;
  text-align: center;
  color: #314671;
}

.whats-included__title span{
  font-family: "AGPalatial", sans-serif;
}

.whats-included__wrapper{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2.1rem;
}

.whats-included__item{
  padding: 4.8rem 4.4rem;
  background: #eae1d4;
  display: flex;
  flex-direction: column;
  gap: 5rem;

}

.whats-included__item p{
  width: 61.3rem;
  font-size: 2rem;
  color: #13161d;
}


.whats-included__item li{
  list-style-type: disc;
  margin-left: 3rem;
  color: #13161d;
  font-size: 2rem;
    width: 61.3rem;
}

.whats-included__item-title{
  font-size: 3.2rem;
  font-family: "AGPresquire", sans-serif;
  color: #314671;
}

.service-proof .section__descr{
	margin-top: -4rem;
}

.errors .section__descr{
	margin-top: -7rem;
}

.problems{
  margin-bottom: 16rem;
}

.problems__wrapper{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.4rem;
}

.problems__item{
  padding: 4.8rem 2.6rem;
  background: #fff;
}

.problems__item-title{
  font-size: 3.2rem;
 color: #13161d;
  font-family: "AGPresquire", sans-serif;
  margin-bottom: 5rem; 
}

.problems__item-list-title{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
	    color: #13161d;
}

.problems__item-list li{
  font-size: 2rem;
  margin-left: 3rem;
	    color: #13161d;
	list-style-type: disc;
}

.included .section__descr{
	color: #fff;
	text-align: left;
	margin-top: -5rem;
}

.service-hero__elems{
	display: flex;
	gap: 4.3rem;
}

.service-hero__elem {
	padding-top: 3rem;
	border-top: 3px solid #B1884A;
}

.text-border{
	font-size: 2rem;
	color: #314671;
	border-top: 3px solid #B1884A;
	margin: 5rem 0;
	padding-top: 4rem;
}

.what-experts{
  margin-bottom: 16rem;
}

.what-experts__title{
  font-size: 4.8rem;
  color: #314671;
  font-family: "AGPresquire", sans-serif;
  margin-bottom: 5rem;
  text-align: center;
}

.what-experts__wrapper{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 2rem;
}

.what-experts__info{
  padding: 4.8rem 4.4rem;
  background: #eae1d4;
}

.what-experts__info p{
  color: #13161d;
  font-size: 2rem;
}

.what-experts__info p b{
  font-weight: 700;
}

.what-experts__info-title{
  font-size: 3.2rem;
  font-family: "AGPresquire", sans-serif;
  margin-bottom: 5rem;
  color: #314671;
}

.what-experts__list{
  display: flex;
  flex-direction: column;
  gap: 4rem;
  padding: 4.8rem 4.4rem;
  border: 1px solid #314671;
}

.what-experts__list-item{
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 2rem;
  color: #314671;
}

.what-experts__list-item img{
  width: 4.5rem;
  height: 4.5rem;
}

.accordion__item-block li{
	list-style-type: disc;
	margin-left: 3rem;
}

.accordion__item-block-title{
	font-size: 2rem;
	font-weight: 700;
}

.requirements .what-experts__info{
	display: flex;
	flex-direction: column;
	gap: 2.1rem;
}

.requirements .what-experts__info:nth-child(2){
	background: #314671;
}

.requirements .what-experts__info p{
	max-width: 61.3rem;
}

.requirements .what-experts__info:nth-child(2) p{
	color: #fff;
}

.blue-blocks__title{
  margin-bottom: 7rem;
}

.blue-blocks{
  margin-bottom: 16rem;
}

.blue-blocks__wrapper{
  display: grid;
  grid-template-columns: repeat(3,1fr);
	gap: 2rem;
}

.blue-blocks__item{
  padding: 4.8rem 2.8rem;
  background: #314671;
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 35.5rem;
	justify-content: center;
}

.blue-blocks__item p{
  font-size: 2rem;
  color: #fff;
}

.blue-blocks__item-title{
  font-size: 3.2rem;
  color: #fff;
  margin-bottom: 5rem;
}

@media (max-width: 962px){
	.service-hero__wrap{
		margin: 0;
	}
	.service-hero .btn{
		margin-top: 2.4rem;
	}
	.whats-included__wrapper{
		grid-template-columns: repeat(1,1fr);
	}
	.whats-included{
		margin-bottom: 6rem;
	}
	.whats-included__item{
		padding: 2.4rem;
		gap: 2.4rem;
	}
	.whats-included__item-title{
		font-size: 2.4rem;
	}
	.whats-included__item li{
		width: 100%;
		font-size: 1.6rem;
		margin-left: 1rem;
	}
	.errors .section__descr{
		margin-top: -2rem;
	}
	.service-proof .section__descr{
		margin-top: -2rem;
	}
	.whats-included__title{
		font-size: 3rem;
	}
	.problems__wrapper{
		grid-template-columns: repeat(1,1fr);
	}
	.problems__item{
		padding: 2.4rem;
	}
	.problems__item-title{
		font-size: 2rem;
		margin-bottom: 2.4rem;
	}
	.problems__item-list-title{
		font-size: 1.8rem;
		margin-bottom: 1.6rem;
	}
	.problems__item-list li{
		margin-left: 1.5rem;
		font-size: 1.6rem;
	}
	.problems{
		margin-bottom: 6rem;
	}
	.whats-included__item p{
		width: 100%;
		font-size: 1.6rem;
	}
	.service-hero__elems {
    	display: flex;
    	flex-wrap: wrap;
    	gap: 1.1rem;
	}
	.what-experts__wrapper{
		grid-template-columns: repeat(1,1fr)
	}
	.what-experts__title{
		font-size: 3rem;
	}
	.what-experts__info{
		padding: 2.4rem;
	}
	.what-experts__info-title{
		font-size: 2rem;
		margin-bottom: 2.4rem;
	}
	.what-experts__info p{
		font-size: 1.6rem;
	}
	.what-experts__list{
		padding: 2.4rem;
	}
	.what-experts__list-item{
		font-size: 1.6rem;
	}
	.what-experts__list{
		gap: 2.4rem;
	}
	.what-experts{
		margin-bottom: 6rem;
	}
	.accordion__item-top span{
		max-width: 91%;
	}
	.blue-blocks__wrapper{
		grid-template-columns: repeat(1,1fr)
	}
	.blue-blocks__title{
		margin-bottom: 3rem;
	}
	.blue-blocks__item{
		padding: 2.4rem;
		height: auto;
	}
	.blue-blocks__item-title{
		font-size: 2rem;
		margin-bottom: 2.4rem;
	}
	.blue-blocks__item p{
		font-size: 1.6rem;
	}
	.blue-blocks{
		margin-bottom: 6rem;
	}
}
.socials a{
	transition: all 0.3s;
}
.socials a:hover{
	background: #314671;
}
.socials a:hover svg path{
	fill: #fff;
}
a.tel{
	transition: all 0.3s;
}
a.tel:hover{
	color: #314671;
}

.trp-language-switcher{
	display: none !important;
}

.policy{
	padding: 10rem 0;
}

.policy h1{
	font-size: 4.8rem;
	margin-bottom: 7rem;
}

.policy p{
	font-size: 2rem;
	margin-bottom: 3rem;
}

.policy__content{
	max-width: 140rem;
}

.policy__content ul{
	margin-bottom: 3rem;
}

.policy__content li{
	list-style-type: disc;
	margin-left: 3rem;
}

.policy__content a{
	display: inline;
	color: #314671;
}


@media (max-width: 962px){
	.policy h1{
	font-size: 3rem;
	margin-bottom: 4rem;
}

.policy p{
	font-size: 1.6rem;
	margin-bottom: 1.6rem;
}
	.policy{
padding: 4rem 0;}
	
	.policy li{
		font-size: 1.6rem;
	}
}

.mobile-menu{
	display: none;
}

@media (max-width: 962px){
	.mobile-menu{
		position: fixed;
		display: flex;
		flex-direction: column;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		padding: 14rem 1.6rem 5rem;
		background: #eae1d4;
		z-index: 77;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s;
	}
	.mobile-menu.active{
		opacity: 1;
		visibility: visible;
	}
	.mobile-menu .nav a{
		color: #314671;
	}
	.mobile-menu .nav{
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	.mobile-menu .header__actions {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin-top: auto;
	}
	.mobile-menu .lang-swither{
		display: flex;
		align-items: center;
		color: #314671; 
		gap: 1rem;
	}
	.mobile-menu .lang-swither svg path{
		stroke: #314671;
	}
	.mobile-menu a.tel{
		color: #314671;
	}
	.mobile-menu .btn{
		padding: 2rem 4rem;
  font: 400 2rem/100% "Arial", sans-serif;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #292929;
  border-radius: 3rem;
  background: #fff;
		width: 100%;
	}
	.header.menu-open svg path{
		fill: #314671 !important;
	}
	.header.menu-open .hamburger span{
		background: #314671;
	}
}

.telegram-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 25px;
    border-radius: 8px;
    color: white;
    font-size: 16px;
    z-index: 9999;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.telegram-notification.show {
    opacity: 1;
    transform: translateX(0);
}

.telegram-notification.success {
    background: linear-gradient(135deg, #4CAF50, #45a049);
}

.telegram-notification.error {
    background: linear-gradient(135deg, #f44336, #d32f2f);
}

.contacts-list{
	max-width: 40rem;
}

@media (max-width: 962px){
	.footer .socials a{
		width: 4rem;
		height: 4rem
	}
	.socials a svg{
		width: 1.8rem;
	}
	.footer__wrapper{
		padding-bottom: 9rem;
	}
}

