@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk6jFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk79FO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk7PFO_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4jE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk4aE-_F.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/manrope/v19/xn7_YHE41ni1AdIRqAuZuw1Bx9mbZk59E-_F.ttf) format('truetype');
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-weight: 400;
}
.med {
  font-weight: 500;
}
.sb {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.eb {
  font-weight: 800;
}
.black {
  font-weight: 900;
}
.un {
  text-decoration: underline;
}
.in {
  display: inline-block;
}
.vam {
  vertical-align: middle;
}
.rel {
  position: relative;
}
.bl {
  display: block;
}
.abs {
  position: absolute;
}
.tr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.try {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.trx {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tc {
  display: table-cell;
  vertical-align: middle;
}
.dn {
  display: none;
}
.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.taj {
  text-align: justify;
}
.it {
  font-style: italic;
}
.sn {
  font-style: normal;
}
.b0 {
  border: 0;
}
.bn {
  background: none;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wa {
  width: auto;
}
.p0 {
  padding: 0;
}
.m0 {
  margin: 0;
}
.poi {
  cursor: pointer;
}
.auto {
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
.noup {
  text-transform: none;
}
.fix {
  position: fixed;
}
.tn {
  transform: none;
}
.bf {
  background: #fff;
}
.cf {
  color: #fff;
}
.c0 {
  color: #292d46;
}
.ap {
  appearance: none;
}
.nw {
  white-space: nowrap;
}
.ma {
  margin: 0 auto;
}
.oh {
  overflow: hidden;
}
.pen {
  pointer-events: none;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
body,
th,
td {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  color: #292d46;
}
body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
img,
table {
  border: none;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 0;
}
a {
  color: #292d46;
  cursor: pointer;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
a:hover {
  text-decoration: none;
}
input,
textarea,
button,
select {
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  border: 0;
  font-family: "Manrope", sans-serif;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
button:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder,
button:focus::-moz-placeholder,
select:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder,
button:focus:-moz-placeholder,
select:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
button:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
  color: transparent;
}
button,
input[type='submit'] {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
  border: 0;
}
button:hover,
input[type='submit']:hover {
  filter: brightness(1.15);
}
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
img {
  max-width: 100%;
}
.an {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
section,
header,
footer,
nav,
main {
  display: block;
}
* {
  outline: none!important;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1352px;
  }
}
.header {
  position: absolute;
  left: 0;
  top: 10px;
  width: 100%;
  color: #fff;
  z-index: 5;
}
.header .content {
  margin: 0 auto;
  max-width: 1368px;
  padding: 10px 0 20px;
  border-radius: 10px;
  background: #2d314a;
}
.header .contacts {
  text-align: right;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.header .contacts * {
  vertical-align: middle;
}
.header .contacts .mail {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-right: 25px;
}
.header .contacts .hours {
  display: inline-block;
  margin-right: 25px;
}
.header .contacts .social {
  display: inline-block;
}
.header .contacts .social a {
  display: inline-block;
}
.header .contacts .social a:not(:last-child) {
  margin-right: 2px;
}
.header ul {
  margin-top: 19px;
}
.header ul li {
  display: inline-block;
}
.header ul li:not(:last-child) {
  margin-right: 35px;
}
.header ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.header ul li a:hover,
.header ul li a.active {
  color: #4D6AAE;
  text-decoration: underline;
}
.header .button .phone {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  margin-right: 20px;
  font-weight: 300;
  line-height: 19px;
}
.header .button .phone a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
}
.header .button button {
  vertical-align: middle;
  width: 189px;
  height: 63px;
  border-radius: 10px;
  background: #4d6aae;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.header .menu-button {
  width: 50px;
  background: url('../img/menu-button.svg') no-repeat center;
  display: none;
}
.index-first-block {
  border-radius: 0px 0px 20px 20px;
  background: #292d46;
  padding: 214px 0 70px;
  color: #fff;
  position: relative;
}
.index-first-block.other {
  padding-top: 295px;
}
.index-first-block.other .breadcrumbs {
  margin-top: -120px;
}
.index-first-block .container {
  position: relative;
  z-index: 3;
	top: -80px;
}
.index-first-block .image {
  position: absolute;
  right: 0;
  bottom: 0;
}
.index-first-block .image img.mob {
  display: none;
}
.index-first-block .breadcrumbs {
  color: #c7cad9;
  background: none;
  font-weight: 300;
  line-height: 19px;
  margin-top: -45px;
}
.index-first-block .breadcrumbs a {
  color: #fff;
  text-decoration: none;
}
.index-first-block .top-text {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  padding: 12px 26px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
}
.index-first-block h1 {
  font-size: 80px;
  font-weight: 600;
  line-height: 105%;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.index-first-block h1 span {
  display: block;
  font-size: 48px;
}
.index-first-block p {
  max-width: 543px;
  margin-bottom: 40px;
  color: #c7cad9;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
.index-first-block button {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  background: #4d6aae;
  width: 381px;
  height: 77px;
}
.about-block {
  padding: 100px 0;
  background: #ebecf1;
}
.about-block .top-text {
  margin-bottom: 20px;
  display: inline-block;
  color: #6c7681;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 8px 16px;
  border: 1px solid rgba(77, 106, 174, 0.2);
  border-radius: 50px;
}
.about-block h2 {
  text-transform: uppercase;
  margin-bottom: 100px;
  font-size: 80px;
  font-weight: 600;
  line-height: 105%;
}
.about-block .image {
  width: 100%;
}
.about-block p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
.about-block button {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 10px;
  background: #4d6aae;
  width: 100%;
  height: 77px;
  margin-top: 65px;
}
.about-block .text {
  padding-left: 80px;
}
.services-block {
  background: #fff;
  padding: 100px 0 84px;
  border-radius: 20px;
}
.services-block.other {
  background: #ebecf1;
  padding-top: 0;
}
.services-block.other.pt {
  padding-top: 100px;
}
.services-block .top-text {
  margin-bottom: 20px;
  display: inline-block;
  color: #6c7681;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 8px 16px;
  border: 1px solid rgba(77, 106, 174, 0.2);
  border-radius: 50px;
}
.services-block h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 600;
  line-height: 105%;
}
.services-block .list .col-md-6 {
  margin-bottom: 16px;
}
.services-block .list .item {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background: #ebecf1;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  padding: 40px;
}
.services-block .list .item:hover {
  color: #fff;
  background: #4d6aae;
}
.services-block .list .item:hover h3 a {
  color: #fff;
}
.services-block .list .item:hover p {
  color: #fff;
}
.services-block .list .item h3 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 133px;
}
.services-block .list .item h3 a {
  display: block;
  text-decoration: none;
}
.services-block .list .item p {
  color: #424242;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.services-block .list .item2 {
  background: #fff;
  margin-bottom: 16px;
  padding: 40px;
  border-radius: 10px;
}
.services-block .list .item2 h3 {
  margin-bottom: 60px;
  font-size: 34px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  display: table;
}
.services-block .list .item2 h3 span {
  display: table-cell;
  vertical-align: middle;
}
.services-block .list .item2 h3 span img {
  width: 74px;
  max-width: 74px;
  margin-right: 26px;
}
.services-block .list .item2 p {
  color: #424242;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.cases-block {
  padding: 100px 0;
  background: #ebecf1;
}
.cases-block.pt {
  padding-top: 100px;
}
.cases-block.white {
  background: #fff;
  padding-top: 100px;
}
.cases-block.white .list .item {
  background: #ebecf1;
}
.cases-block .top-text {
  margin-bottom: 20px;
  display: inline-block;
  color: #6c7681;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 8px 16px;
  border: 1px solid rgba(77, 106, 174, 0.2);
  border-radius: 50px;
}
.cases-block h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 600;
  line-height: 105%;
}
.cases-block .list .swiper-wrapper {
  height: auto;
}
.cases-block .list .item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.cases-block .list .item .image {
  width: 100%;
  border-radius: 10px;
}
.cases-block .list .item .info {
  padding: 34px;
}
.cases-block .list .item .info h3 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
.cases-block .list .item .info h3 a {
  display: block;
  text-decoration: none;
}
.cases-block .list .item .info p {
  color: #6c7681;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.cases-block .container {
  position: relative;
}
.cases-block .slider-nav {
  position: absolute;
  top: 70px;
  right: 16px;
}
.cases-block .slider-nav a {
  display: inline-block;
  width: 77px;
  height: 77px;
}
.cases-block .slider-nav a.prev {
  background: url('../img/prev.svg') center / cover;
  margin-right: 10px;
}
.cases-block .slider-nav a.next {
  background: url('../img/next.svg') center / cover;
}
.article {
  border-radius: 10px 10px 0px 0px;
  padding: 100px 0 80px;
  background: #fff;
}
.article.inner {
  background: #ebecf1;
}
.article .top-text {
  margin-bottom: 20px;
  display: inline-block;
  color: #6c7681;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 8px 16px;
  border: 1px solid rgba(77, 106, 174, 0.2);
  border-radius: 50px;
}
.article h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 600;
  line-height: 105%;
}
.article p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
.footer {
  border-radius: 10px 10px 0px 0px;
  background: #292d46;
  padding: 60px 0;
  color: #fff;
}
.footer h2 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  line-height: 110%;
}
.footer .button {
  margin-bottom: 70px;
}
.footer .button p {
  width: 352px;
  color: #c7cad9;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
.footer .button button {
  width: 264px;
  height: 57px;
  border-radius: 10px;
  background: #4d6aae;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer ul {
  padding-bottom: 40px;
}
.footer ul li {
  display: inline-block;
  margin: 0 40px 30px 0;
}
.footer ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.footer .contacts {
  padding-bottom: 38px;
}
.footer .contacts .item {
  margin-bottom: 32px;
  padding-left: 166px;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  line-height: 120%;
}
.footer .contacts .item h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 140px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  border: 1px solid rgba(77, 106, 174, 0.2);
  border-radius: 50px;
  color: #c7cad9;
  font-size: 16px;
  font-weight: 300;
}
.footer .contacts .item .phone {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  margin-right: 25px;
  vertical-align: middle;
}
.footer .contacts .item .social {
  display: inline-block;
  vertical-align: middle;
}
.footer .contacts .item .social a {
  display: inline-block;
}
.footer .contacts .item .social a:not(:last-child) {
  margin-right: 2px;
}
.footer .contacts .item .mail {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.footer .rules {
  color: #6c7681;
  font-weight: 300;
  line-height: 19px;
}
.footer .rules a {
  display: block;
  text-decoration: none;
  margin-bottom: 20px;
  color: #c7cad9;
}
.footer .map {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  background: #2d314a;
  color: #fff;
  display: none;
}
.mobile-menu .close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  background: url('../img/close.svg');
}
.mobile-menu ul {
  padding-bottom: 10px;
}
.mobile-menu ul li {
  margin-bottom: 30px;
}
.mobile-menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}
.mobile-menu .mail {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.mobile-menu .hours {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.mobile-menu .phone {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
}
.mobile-menu .social {
  margin-bottom: 20px;
}
.mobile-menu .social a {
  display: inline-block;
  margin-right: 2px;
}
.mobile-menu .social a img {
  width: 30px;
}
.mobile-menu .wa-link {
  display: block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 19px;
}
.mobile-menu button {
  width: 100%;
  height: 54px;
  border-radius: 10px;
  background: #4d6aae;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.breadcrumbs {
  padding: 165px 0 50px;
  color: #4d6aae;
  font-weight: 300;
  line-height: 19px;
  background: #ebecf1;
}
.breadcrumbs a {
  text-decoration: none;
  color: #292d46;
}
.prices-block {
  padding-top: 100px;
  background: #fff;
}
.prices-block .top-text {
  margin-bottom: 20px;
  display: inline-block;
  color: #6c7681;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  padding: 8px 16px;
  border: 1px solid rgba(77, 106, 174, 0.2);
  border-radius: 50px;
}
.prices-block h2 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 80px;
  font-weight: 600;
  line-height: 105%;
}
.prices-block .item {
  border-radius: 10px;
  background: #ebecf1;
  padding: 20px 40px;
}
.prices-block .item:not(:last-child) {
  margin-bottom: 40px;
}
.prices-block .item h3 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 600;
  line-height: 110%;
}
.prices-block .item table {
  width: 100%;
}
.prices-block .item table tr td {
  padding: 30px 0 0 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
}
.prices-block .item table tr td:last-child {
  text-align: right;
  padding-left: 20px;
}
.popup {
  padding: 60px!important;
  border-radius: 10px;
}
.popup h2 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 46px;
  line-height: 95%;
  text-transform: uppercase;
}
.popup .top-text {
  margin-bottom: 22px;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}
.popup input[type='text'] {
  width: 100%;
  height: 64px;
  margin-bottom: 10px;
  background: #EBECF1;
  border-radius: 10px;
  padding: 0 25px;
  font-weight: 300;
  font-size: 18px;
}
.popup .button {
  width: 100%;
  height: 64px;
  margin-bottom: 10px;
  background: #4D6AAE;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
}
.popup .bottom-text {
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #CBD2E4;
}
.popup .bottom-text a {
  text-decoration: none;
  color: #fff;
  color: #CBD2E4;
}
@media (max-width: 1399px) {
  .header ul li:not(:last-child) {
    margin-right: 10px;
  }
  .header ul li a {
    font-size: 16px;
  }
  .header .button button {
    width: 180px;
    font-size: 15px;
  }
  .prices-block h2,
  .article h2,
  .cases-block h2,
  .about-block h2,
  .services-block h2,
  .index-first-block h1 {
    font-size: 60px;
  }
  .about-block .text {
    padding-left: 0;
  }
  .about-block button {
    margin-top: 0;
  }
  .services-block .list .item h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .cases-block .slider-nav {
    top: 50px;
  }
  .footer .button p {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .header .contacts {
    display: none;
  }
  .header ul {
    display: none;
  }
  .header .button {
    display: none;
  }
  .header .content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 0;
  }
  .header {
    top: 0;
  }
  .mobile-menu.opened {
    display: block;
  }
  .header .menu-button {
    display: block;
  }
  .index-first-block .image {
    width: 700px;
  }
  .index-first-block {
    padding: 160px 0 70px;
  }
  .index-first-block.other {
    padding-top: 180px;
  }
  .index-first-block.other .navi {
    margin-top: -60px;
  }
  .prices-block h2,
  .article h2,
  .cases-block h2,
  .about-block h2,
  .services-block h2,
  .index-first-block h1 {
    font-size: 50px;
  }
  .index-first-block .top-text {
    font-size: 24px;
  }
  .about-block h2 {
    margin-bottom: 40px;
  }
  .footer ul li {
    display: block;
    margin: 0 0 30px 0;
  }
  .services-block .list .item2 h3 span {
    display: block;
  }
  .services-block .list .item2 h3 {
    display: block;
  }
  .services-block .list .item2 h3 span img {
    width: 60px;
    max-width: 60px;
    margin: 0 0 26px 0;
  }
  .services-block .list .item2 h3 {
    margin-bottom: 30px;
  }
  .services-block .list .item2 {
    padding: 30px;
  }
  .breadcrumbs {
    padding: 120px 0 50px;
  }
}
@media (max-width: 991px) {
  .index-first-block .image {
    width: 600px;
  }
  .index-first-block p {
    max-width: 450px;
  }
  .about-block .image {
    margin-bottom: 30px;
  }
  .services-block .list .item {
    padding: 30px;
  }
  .services-block .list .item h3 {
    margin-bottom: 30px;
  }
  .cases-block .list .item .info {
    padding: 30px;
  }
  .footer .map {
    height: 375px;
    margin-top: 50px;
  }
  .cases-block .slider-nav {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .index-first-block .image {
    width: 480px;
  }
  .prices-block h2,
  .article h2,
  .cases-block h2,
  .about-block h2,
  .services-block h2,
  .index-first-block h1 {
    font-size: 40px;
  }
  .index-first-block h1 span {
    font-size: 40px;
    display: inline;
  }
  .index-first-block p {
    max-width: 350px;
  }
  .prices-block .item h3 {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .prices-block .item table tr td {
    padding: 16px 0 0 0;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .header .logo {
    width: 209px;
  }
  .index-first-block .image {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    top: 0;
    left: 0;
    width: 100%;
  }
  .index-first-block .image img {
    display: none;
  }
  .index-first-block .image img.mob {
    display: block;
  }
  .index-first-block {
    padding: 374px 0 0 0;
  }
  .index-first-block.other {
    padding-top: 330px;
  }
  .index-first-block .top-text {
    font-size: 18px;
    padding: 12px 24px;
    backdrop-filter: blur(20px);
  }
  .index-first-block .text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .index-first-block .text button {
    order: 1;
  }
  .index-first-block .text p {
    order: 2;
  }
  .index-first-block button {
    height: 65px;
  }
  .index-first-block .text p {
    padding: 30px 16px 50px 16px;
    margin: 0 -16px;
    background: #292d46;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    border-radius: 0 0 20px 20px;
  }
  .article h2,
  .cases-block h2,
  .about-block h2,
  .services-block h2,
  .index-first-block h1 {
    margin-bottom: 30px;
  }
  .about-block {
    padding: 70px 0 50px;
  }
  .about-block .image {
    height: 260px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    object-fit: cover;
  }
  .about-block .text {
    padding-top: 107px;
    position: relative;
  }
  .about-block .text button {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .about-block {
    padding-bottom: 50px;
  }
  .services-block {
    padding: 70px 0 54px;
  }
  .cases-block .slider-nav a {
    width: 60px;
    height: 60px;
  }
  .cases-block {
    padding: 70px 0;
  }
  .article {
    padding: 70px 0 50px;
  }
  .footer {
    padding: 50px 0 0 0;
  }
  .footer h2 {
    margin-bottom: 30px;
    width: 80%;
  }
  .footer .button p {
    width: 80%;
  }
  .footer .button button {
    width: 100%;
  }
  .footer .button {
    margin-bottom: 60px;
  }
  .footer ul {
    padding-bottom: 30px;
  }
  .footer .contacts .item {
    padding-left: 0;
  }
  .footer .contacts .item h3 {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-bottom: 10px;
    transform: none;
  }
  .footer .contacts .item {
    margin-bottom: 30px;
  }
  .footer .contacts .item .phone {
    display: block;
    margin: 0 0 10px 0;
  }
  .footer .contacts {
    padding-bottom: 30px;
  }
  .footer .map {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin: 50px -16px 0 -16px;
  }
  .index-first-block .breadcrumbs {
    display: none;
  }
  .cases-block.white {
    padding-top: 70px;
    margin-bottom: 70px;
  }
  .services-block .list .item2 h3 {
    font-size: 30px;
  }
  .cases-block.pt {
    padding-top: 70px;
  }
  .breadcrumbs {
    padding: 90px 0 40px;
  }
  .prices-block {
    padding-top: 70px;
  }
  .prices-block .item {
    padding: 16px 30px;
  }
  .prices-block .item:not(:last-child) {
    margin-bottom: 16px;
  }
  .popup {
    padding: 40px 15px!important;
  }
  .popup h2 {
    font-size: 34px;
  }
  .popup .bottom-text {
    font-size: 14px;
  }
  .services-block.other.pt {
    padding-top: 70px;
  }
  /* Отступ сверху для страниц политики / юридического текста */

}
