@font-face {
  font-family: 'Fixel';
  src: url(../fonts/FixelDisplay/FixelDisplay-Regular.ttf);
}
@font-face {
  font-family: 'Fixel Med';
  src: url(../fonts/FixelDisplay/FixelDisplay-Medium.ttf);
}
.up {
  text-transform: uppercase;
}
.none {
  text-decoration: none;
}
.th {
  font-weight: 100;
}
.el {
  font-weight: 200;
}
.l {
  font-weight: 300;
}
.reg {
  font-family: 'Fixel';
}
.med {
  font-family: 'Fixel Med';
}
.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: #000;
}
.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 {
  background: #FCFCFC;
}
body,
th,
td {
  font-family: 'Fixel';
  font-size: 14px;
  color: #000;
}
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: #000;
  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: 'Fixel';
}
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;
}
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;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1254px;
  }
}
* {
  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;
}
.header .top-contacts {
  width: 100%;
  padding: 8px 0;
  margin-bottom: 8px;
  border-bottom: 1px solid #E2E2E2;
  display: none;
}
.header .top-contacts a {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}
.header ul {
  margin: 29px 0;
  width: 460px;
}
.header ul li {
  width: 49%;
  margin-bottom: 8px;
}
.header ul li a {
  display: block;
  text-align: center;
  font-family: 'Fixel Med';
  font-size: 16px;
  line-height: 140%;
  padding: 9px 10px;
  border-radius: 40px;
  border: 1px solid var(--indigo-light-9, #3e63dd);
}
.header ul li a:hover {
  color: #fff;
  background: #3E63DD;
}
.header .contacts {
  text-align: right;
  margin-top: 56px;
}
.header .contacts .links {
  display: inline-block;
  vertical-align: middle;
}
.header .contacts .links a {
  display: block;
  font-family: 'Fixel Med';
  font-size: 16px;
  line-height: 140%;
}
.header .contacts .links a:not(:last-child) {
  margin-bottom: 6px;
}
.header .contacts .links2 {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}
.header .contacts .links2 .social {
  margin-bottom: 7px;
}
.header .contacts .links2 .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--gray-light-6, #e2e2e2);
}
.header .contacts .links2 .social a:hover {
  background: #E2E2E2;
}
.header .contacts .links2 .social a:not(:last-child) {
  margin-right: 8px;
}
.header .contacts .links2 .social a img {
  vertical-align: middle;
}
.header .contacts .links2 .search-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--gray-light-6, #e2e2e2);
  background: url('../img/search.svg') no-repeat center;
}
.header .contacts .links2 .search-link:hover {
  background: #e2e2e2 url('../img/search.svg') no-repeat center;
}
.header .contacts .menu-button {
  display: inline-block;
  width: 48px;
  height: 88px;
  vertical-align: middle;
  margin: -4px 0 0 12px;
  background: url('../img/menu-button.svg');
  display: none;
}
.index-first-block {
  background: url('../img/index-first-block.jpg') center / cover;
  padding: 220px 0 142px;
  color: #fff;
}
.index-first-block .name {
  margin-bottom: 16px;
  max-width: 600px;
  font-family: 'Fixel Med';
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.8px;
}
.index-first-block .name span {
  color: var(--indigo-dark-11, #849dff);
}
.index-first-block p {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 150%;
}
.index-first-block .link {
  display: inline-block;
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  background: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.index-first-block .link:hover {
  background: #849DFF;
  color: #fff;
}
.index-services-block {
  padding: 80px 0;
}
.index-services-block h2 {
  text-align: center;
  margin-bottom: 32px;
  font-family: 'Fixel Med';
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
}
.index-services-block h2 span {
  color: var(--indigo-light-11, #3451b2);
}
.index-services-block .item {
  text-align: center;
}
.index-services-block .item img {
  width: 100%;
  margin-bottom: 24px;
}
.index-services-block .item p {
  margin-bottom: 24px;
  font-family: 'Fixel Med';
  font-size: 21px;
  line-height: 120%;
  letter-spacing: -0.21px;
}
.index-services-block .item .link {
  display: inline-block;
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  background: var(--indigo-light-9, #3e63dd);
  color: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.index-services-block .item .link:hover {
  background: #000;
}
.index-test-block {
  background: url('../img/test-block.jpg') center / cover;
  text-align: center;
  color: #fff;
  padding: 80px 0;
}
.index-test-block p {
  margin-bottom: 32px;
  font-family: 'Fixel Med';
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
}
.index-test-block p span {
  color: var(--indigo-light-11, #3451b2);
}
.index-test-block .link {
  display: inline-block;
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  background: var(--indigo-light-9, #3e63dd);
  color: #fff;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.index-test-block .link:hover {
  background: #000;
}
.advantages-block {
  padding: 80px 0 32px;
  text-align: center;
}
.advantages-block h2 {
  margin-bottom: 64px;
  font-family: 'Fixel Med';
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
}
.advantages-block h2 span {
  color: var(--indigo-light-11, #3451b2);
}
.advantages-block .item {
  margin-bottom: 48px;
  padding: 0 15px;
}
.advantages-block .item p {
  margin-top: 16px;
  font-family: 'Fixel Med';
  font-size: 19px;
  line-height: 130%;
}
.page-form {
  background: url('../img/page-form.jpg') center / cover;
  padding: 80px 0;
  color: #fff;
}
.page-form h2 {
  margin-bottom: 32px;
  font-family: 'Fixel Med';
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
  max-width: 704px;
}
.page-form h2 span {
  color: var(--indigo-dark-11, #849dff);
}
.page-form .field {
  margin-bottom: 32px;
}
.page-form .field p {
  margin-bottom: 8px;
  font-family: 'Fixel Med';
  color: var(--gray-dark-alpha-11, rgba(255, 255, 255, 0.59));
  font-size: 12px;
  line-height: 140%;
}
.page-form .field input[type='text'] {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--gray-dark-alpha-7, rgba(255, 255, 255, 0.17));
  background: none;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.page-form button {
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  background: var(--amber-dark-9, #ffb224);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.page-form button:hover {
  background: #fff;
}
.steps-block {
  padding: 80px 0;
  text-align: center;
}
.steps-block h2 {
  margin-bottom: 48px;
  font-family: 'Fixel Med';
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
}
.steps-block h2 span {
  color: var(--indigo-light-11, #3451b2);
}
.steps-block .row .col-lg-3 {
  position: relative;
}
.steps-block .row .col-lg-3:not(:last-child):after {
  content: "";
  position: absolute;
  width: 42px;
  height: 15px;
  top: 18px;
  right: -25px;
  background: url('../img/arrow.svg');
}
.steps-block .item {
  padding: 0 30px;
}
.steps-block .item span {
  display: inline-block;
  width: 48px;
  height: 48px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: var(--indigo-light-3, #f0f4ff);
  font-family: 'Fixel Med';
  color: var(--indigo-light-11, #3451b2);
  font-size: 16px;
}
.steps-block .item p {
  margin-top: 16px;
  font-family: 'Fixel Med';
  font-size: 21px;
  line-height: 130%;
  letter-spacing: -0.21px;
}
.docs-block {
  background: var(--gray-light-2, #f8f8f8);
  padding: 80px 0;
  text-align: center;
}
.docs-block h2 {
  margin-bottom: 32px;
  font-family: 'Fixel Med';
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
}
.docs-block h2 span {
  color: var(--indigo-light-11, #3451b2);
}
.docs-block .item .image {
  text-align: center;
  border-radius: 4px;
  background: var(--gray-light-5, #e8e8e8);
  padding: 0 25px;
  height: 380px;
  line-height: 380px;
}
.docs-block .item .image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06), 0px 0px 4px 0px rgba(0, 0, 0, 0.04);
}
.docs-block .item p {
  margin-top: 24px;
  font-family: 'Fixel Med';
  padding: 0 60px;
  font-size: 16px;
  line-height: 140%;
}
.footer {
  padding: 48px 0 28px;
}
.footer .logo {
  width: 188px;
  color: var(--gray-light-11, #6f6f6f);
  line-height: 140%;
}
.footer .logo p {
  color: #000;
  margin: 16px 0;
  font-family: 'Fixel Med';
  font-size: 21px;
  line-height: 130%;
  letter-spacing: -0.21px;
}
.footer nav p {
  margin-bottom: 16px;
  font-family: 'Fixel Med';
  color: var(--gray-light-11, #6f6f6f);
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.footer nav ul li {
  margin-bottom: 6px;
}
.footer nav ul li a {
  display: block;
  font-family: 'Fixel Med';
  line-height: 140%;
}
.footer .contacts {
  margin-left: 120px;
}
.footer .contacts .name {
  margin-bottom: 16px;
  font-family: 'Fixel Med';
  color: var(--gray-light-11, #6f6f6f);
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.footer .contacts p {
  margin-bottom: 4px;
  font-family: 'Fixel Med';
  line-height: 140%;
}
.footer form {
  width: 392px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 4px;
  background: var(--gray-light-3, #f3f3f3);
  margin-bottom: 78px;
}
.footer form .name {
  margin-bottom: 24px;
  font-family: 'Fixel Med';
  font-size: 21px;
  line-height: 130%;
  letter-spacing: -0.21px;
}
.footer form .name span {
  color: var(--indigo-dark-11, #849dff);
}
.footer form p {
  margin-bottom: 8px;
  font-family: 'Fixel Med';
  color: var(--gray-light-11, #6f6f6f);
  font-size: 12px;
  line-height: 140%;
}
.footer form input[type='text'] {
  width: 100%;
  height: 48px;
  border-radius: 4px;
  border: 1px solid var(--gray-light-7, #dbdbdb);
  background: none;
  padding: 0 20px;
  font-size: 16px;
  margin-bottom: 24px;
}
.footer form button {
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  background: var(--amber-dark-9, #ffb224);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.footer form button:hover {
  color: #fff;
  background: #000;
}
.footer .social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--gray-light-6, #e2e2e2);
}
.footer .social a:not(:last-child) {
  margin-right: 8px;
}
.footer .social a:hover {
  background: #E2E2E2;
}
.footer .social a img {
  vertical-align: middle;
}
.footer .copy {
  margin-top: 10px;
  font-family: 'Fixel Med';
  color: var(--gray-light-11, #6f6f6f);
  font-size: 13px;
  line-height: 150%;
}
.navi {
  padding: 48px 0 16px;
  color: var(--gray-light-8, #c7c7c7);
  line-height: 140%;
}
.navi span {
  margin: 0 10px;
}
.services-page {
  padding-bottom: 48px;
  background: #fff;
}
.services-page h1 {
  margin-bottom: 48px;
  font-family: 'Fixel Med';
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.8px;
  width: 49%;
}
.services-page h1 span {
  color: var(--indigo-light-11, #3451b2);
}
.services-page p {
  font-size: 16px;
  line-height: 150%;
}
.text-block {
  background: var(--gray-light-3, #f3f3f3);
  padding: 80px 0;
  position: relative;
}
.text-block .image {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
.text-block h2 {
  font-family: 'Fixel Med';
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
}
.text-block p {
  margin-top: 32px;
  font-size: 16px;
  line-height: 150%;
}
.service-page {
  padding-bottom: 80px;
  background: #fff;
}
.service-page .content {
  border-radius: 4px;
  border: 1px solid var(--gray-light-6, #e2e2e2);
  background: var(--gray-light-3, #f3f3f3);
  padding: 32px;
  margin-bottom: 48px;
  position: relative;
}
.service-page .content .navi {
  padding: 0 0 24px 0;
}
.service-page .content h1 {
  margin-bottom: 30px;
  font-family: 'Fixel Med';
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.service-page .content table {
  width: 100%;
}
.service-page .content table tr:not(:last-child) {
  border-bottom: 1px solid #E2E2E2;
}
.service-page .content table tr td {
  width: 33%;
  font-family: 'Fixel Med';
  text-align: center;
  padding: 12px 20px;
  line-height: 140%;
}
.service-page .content table tr td:not(:last-child) {
  border-right: 1px solid #E2E2E2;
}
.service-page .content table tr td .price {
  font-size: 21px;
  line-height: 140%;
  letter-spacing: -0.21px;
}
.service-page .content table tr td button {
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  background: var(--indigo-light-9, #3e63dd);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  color: #fff;
}
.service-page .content table tr td button:hover {
  background: #000;
}
.service-page .content .mob-block {
  display: none;
}
.service-page .content .map {
  position: absolute;
  right: 0;
  top: 0;
  width: 32%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 2px solid #E2E2E2;
}
.service-page .about {
  padding: 0 32px;
}
.service-page .about h2 {
  margin-bottom: 24px;
  font-family: 'Fixel Med';
  font-size: 28px;
  line-height: 120%;
  letter-spacing: -0.56px;
}
.service-page .about p {
  font-size: 16px;
  line-height: 150%;
}
.popup {
  padding: 0!important;
  border-radius: 16px;
  box-shadow: 0px 8px 16px -8px rgba(23, 23, 23, 0.08), 0px 16px 32px -8px rgba(23, 23, 23, 0.16);
}
.popup form {
  padding: 32px;
}
.popup form h3 {
  margin-bottom: 24px;
  font-family: 'Fixel Med';
  font-size: 21px;
  line-height: 140%;
  letter-spacing: -0.21px;
}
.popup form h3 span {
  color: var(--indigo-light-11, #3451b2);
}
.popup form p {
  margin-bottom: 8px;
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 140%;
}
.popup form input[type='text'] {
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid var(--gray-light-7, #dbdbdb);
  padding: 0 20px;
  font-size: 16px;
}
.popup form .rules {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 140%;
}
.popup form .rules a {
  color: var(--indigo-light-9, #3e63dd);
}
.popup form button {
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  color: #fff;
  background: var(--indigo-light-9, #3e63dd);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.popup form button:hover {
  background: #000;
}
.popup .social {
  background: var(--gray-light-2, #f8f8f8);
  text-align: center;
  padding: 24px;
  border-top: 1px solid #E2E2E2;
}
.popup .social a {
  display: inline-block;
  vertical-align: middle;
}
.popup .social a.phone {
  font-family: 'Fixel Med';
  font-size: 21px;
  line-height: 130%;
  letter-spacing: -0.21px;
  text-transform: uppercase;
  margin-right: 24px;
}
.popup .social a.soc {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--gray-light-6, #e2e2e2);
  margin-left: 8px;
}
.popup .social a.soc img {
  vertical-align: middle;
}
.popup .thanks {
  text-align: center;
  padding: 48px 100px;
}
.popup .thanks p {
  margin-bottom: 24px;
  font-family: 'Fixel Med';
  font-size: 21px;
  line-height: 140%;
  letter-spacing: -0.21px;
}
.popup .thanks p span {
  color: var(--indigo-light-11, #3451b2);
}
.popup .thanks a {
  display: inline-block;
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  color: #fff;
  background: var(--indigo-light-9, #3e63dd);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.popup .thanks a:hover {
  background: #000;
}
.blog-page {
  padding-bottom: 64px;
}
.blog-page.inner {
  background: var(--gray-light-2, #f8f8f8);
  padding: 80px 0 64px;
}
.blog-page h1,
.blog-page h2 {
  font-family: 'Fixel Med';
  margin-bottom: 48px;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.blog-page .item {
  margin-bottom: 16px;
  border-radius: 4px;
  background: var(--gray-light-3, #f3f3f3);
  padding: 16px;
}
.blog-page .item img {
  width: 100%;
  margin-bottom: 16px;
}
.blog-page .item .name {
  font-family: 'Fixel Med';
  margin-bottom: 4px;
  font-size: 21px;
  line-height: 130%;
  letter-spacing: -0.21px;
}
.blog-page .item p {
  margin-bottom: 24px;
  color: var(--gray-light-11, #6f6f6f);
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.16px;
}
.blog-page .item .link {
  display: inline-block;
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  color: #fff;
  background: var(--indigo-light-9, #3e63dd);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.blog-page .item .link:hover {
  background: #000;
}
.article {
  padding-bottom: 48px;
}
.article h1 {
  max-width: 808px;
  margin-bottom: 24px;
  font-family: 'Fixel Med';
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.article .image {
  width: 100%;
  margin-bottom: 64px;
}
.article .text {
  max-width: 808px;
}
.article h2 {
  font-family: 'Fixel Med';
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.article p {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 150%;
}
.article ul {
  padding-bottom: 16px;
  padding-left: 20px;
  list-style: disc;
}
.article ul li {
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 150%;
}
.contacts-page h1 {
  margin-bottom: 32px;
  font-family: 'Fixel Med';
  font-size: 40px;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.contacts-page .row {
  padding-bottom: 50px;
}
.contacts-page .row .col-4 {
  margin-bottom: 30px;
}
.contacts-page .item {
  border-radius: 4px;
  border: 1px solid var(--gray-light-7, #dbdbdb);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  text-align: center;
  padding: 64px 20px 102px 20px;
  position: relative;
}
.contacts-page .item .icon {
  margin-bottom: 64px;
}
.contacts-page .item .name {
  margin-bottom: 32px;
  color: var(--gray-light-11, #6f6f6f);
  font-size: 16px;
  line-height: 150%;
}
.contacts-page .item .name span {
  display: block;
  color: #000;
  margin-bottom: 4px;
  font-size: 21px;
  font-family: 'Fixel Med';
  line-height: 130%;
  letter-spacing: -0.42px;
}
.contacts-page .item .phones {
  padding: 0 20px;
}
.contacts-page .item .phones .line {
  width: 1px;
  background: #E2E2E2;
}
.contacts-page .item .phones .phone {
  font-family: 'Fixel Med';
  color: var(--gray-light-11, #6f6f6f);
  line-height: 130%;
}
.contacts-page .item .phones .phone a {
  display: block;
  font-family: 'Fixel Med';
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 150%;
}
.contacts-page .item .mail {
  font-family: 'Fixel Med';
  font-size: 16px;
  line-height: 150%;
}
.contacts-page .item .adress {
  font-family: 'Fixel Med';
  font-size: 16px;
  line-height: 150%;
}
.contacts-page .item .link {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  font-family: 'Fixel Med';
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
  padding: 11px 24px 9px 24px;
  color: #fff;
  background: var(--indigo-light-9, #3e63dd);
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
}
.contacts-page .item .link:hover {
  background: #000;
}
.contacts-page .map {
  height: 480px;
}
.contact_form {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.contact_form form {
  filter: blur(0px);
  transition: all 0.5s ease;
}

.contact_form ._success {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  background: rgba(26, 32, 64, 0.88);
  transform: scale(2, 2);
  transition: transform 0.5s ease;
}

.contact_form ._success p {
  text-align: center;
  font: 1.4em/1.4em "Fixel";
  color: white;
  font-weight: 600;
}

.contact_form._complete_ form {
  filter: blur(2px);
}

.contact_form._complete_ ._success {
  opacity: 1;
  z-index: 1;
  transform: scale(1, 1);
}
@media (max-width: 1199px) {
  .header ul {
    width: 320px;
  }
  .advantages-block .item {
    padding: 0;
  }
  .header .contacts .links2 {
    margin-left: 20px;
  }
  .footer .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .footer .contacts {
    margin-left: 0;
  }
  .contacts-page .row .col-xl-4 {
    margin-bottom: 16px;
  }
  .service-page .about {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .wrap {
    width: auto;
    padding: 0 10px;
  }
  .menubg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.7);
    z-index: 11;
    display: none;
  }
  .header ul {
    position: fixed;
    width: 280px;
    height: 100%;
    top: 0;
    left: -280px;
    background: #fff;
    z-index: 12;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    display: block;
    padding: 0;
    margin: 0;
  }
  .header ul.opened {
    left: 0;
  }
  .header ul li {
    display: block;
    margin: 0;
    width: auto;
  }
  .header ul li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 0;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  .header .contacts .menu-button {
    display: inline-block;
  }
  .steps-block .row .col-lg-3:not(:last-child):after {
    display: none;
  }
  .steps-block .item {
    margin-bottom: 32px;
  }
  .docs-block .item {
    margin-bottom: 32px;
  }
  .footer nav {
    width: 48%;
    margin-bottom: 32px;
  }
  .footer .contacts {
    width: 48%;
    margin-bottom: 32px;
  }
  .footer form {
    width: 100%;
    margin-bottom: 40px;
  }
  .contacts-page .item {
    padding: 64px 10px 102px 10px;
  }
  .contacts-page .item .link {
    white-space: nowrap;
  }
  .service-page .content .map {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 414px;
    border: 0;
  }
  .service-page .content {
    padding: 438px 24px 24px 24px;
  }
  .services-page h1 {
    width: auto;
  }
  .services-page p {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .header .logo {
    width: 136px;
  }
  .header .contacts .links {
    display: none;
  }
  .header .contacts .links2 {
    margin-left: 0;
  }
  .header .contacts {
    margin-top: 20px;
  }
  .header .top-contacts {
    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-services-block .item {
    margin-bottom: 32px;
  }
  .service-page .content table tr td {
    padding: 12px 10px;
  }
  .text-block {
    padding: 266px 0 48px;
  }
  .text-block .image {
    width: 100%;
    height: 240px;
  }
}
@media (max-width: 575px) {
  .index-first-block {
    padding: 147px 0;
    text-align: center;
  }
  .index-first-block .link {
    display: block;
    text-align: center;
  }
  .index-services-block {
    padding: 48px 0 16px;
  }
  .index-services-block .item .link {
    display: block;
    text-align: center;
  }
  .index-services-block h2 {
    margin-bottom: 24px;
  }
  .index-test-block {
    background: url('../img/test-block2.jpg') center / cover;
  }
  .advantages-block {
    padding: 48px 0 24px;
  }
  .advantages-block h2 {
    margin-bottom: 32px;
  }
  .advantages-block .item {
    margin-bottom: 24px;
  }
  .page-form {
    padding: 48px 0;
  }
  .page-form h2 {
    text-align: center;
  }
  .page-form .field {
    margin-bottom: 24px;
  }
  .page-form button {
    width: 100%;
  }
  .steps-block .item {
    padding: 0;
  }
  .steps-block {
    padding: 48px 0 16px;
  }
  .steps-block h2 {
    margin-bottom: 32px;
  }
  .docs-block {
    padding: 48px 0 16px;
  }
  .footer nav {
    width: 100%;
    text-align: center;
  }
  .footer .contacts {
    width: 100%;
    text-align: center;
  }
  .navi {
    display: none;
  }
  .article {
    padding: 48px 0 24px;
  }
  .article .image {
    margin-bottom: 24px;
  }
  .article h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .article p {
    font-size: 16px;
  }
  .article ul li {
    font-size: 16px;
  }
  .blog-page,
  .blog-page.inner {
    padding: 48px 0 24px;
  }
  .blog-page h1,
  .blog-page h2 {
    margin-bottom: 24px;
    font-size: 28px;
  }
  .contacts-page .item {
    padding: 32px 10px 100px 10px;
  }
  .contacts-page .item .icon {
    margin-bottom: 32px;
  }
  .contacts-page .item .link {
    width: calc(100% - 32px);
  }
  .service-page .content {
    margin: 0 -16px 32px -16px;
  }
  .service-page .content h1 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .service-page .content table {
    display: none;
  }
  .service-page .content .mob-block {
    display: block;
  }
  .service-page .content .mob-block table {
    display: table;
    border: 1px solid #E2E2E2;
  }
  .service-page .content .mob-block table:not(:last-child) {
    margin-bottom: 16px;
  }
  .service-page {
    padding-bottom: 48px;
  }
  .services-page {
    padding: 48px 0 32px;
  }
  .services-page h1 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .text-block p {
    margin-top: 24px;
  }
}
