@font-face {
  font-family: Gilroy;
  src: url(/content/fonts/Gilroy-Heavy.woff2) format("woff2"),
    url(/content/fonts/Gilroy-Heavy.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/content/fonts/Gilroy-Light.woff2) format("woff2"),
    url(/content/fonts/Gilroy-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/content/fonts/Gilroy-Extrabold.woff2) format("woff2"),
    url(/content/fonts/Gilroy-Extrabold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/content/fonts/Gilroy-Medium.woff2) format("woff2"),
    url(/content/fonts/Gilroy-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/content/fonts/Gilroy-Thin.woff2) format("woff2"),
    url(/content/fonts/Gilroy-Thin.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/content/fonts/Gilroy-Regular.woff2) format("woff2"),
    url(/content/fonts/Gilroy-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/content/fonts/Gilroy-Bold.woff2) format("woff2"),
    url(/content/fonts/Gilroy-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gilroy;
  src: url(/content/fonts/Gilroy-Black.woff2) format("woff2"),
    url(/content/fonts/Gilroy-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham Pro;
  src: local("GothamPro"), url(/content/fonts/GothamPro.woff2) format("woff2"),
    url(/content/fonts/GothamPro.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham Pro;
  src: local("GothamPro-Bold"),
    url(/content/fonts/GothamPro-Bold.woff2) format("woff2"),
    url(/content/fonts/GothamPro-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham Pro;
  src: local("GothamPro-Light"),
    url(/content/fonts/GothamPro-Light.woff2) format("woff2"),
    url(/content/fonts/GothamPro-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham Pro;
  src: local("GothamPro-Black"),
    url(/content/fonts/GothamPro-Black.woff2) format("woff2"),
    url(/content/fonts/GothamPro-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Gotham Pro;
  src: local("GothamPro-Medium"),
    url(/content/fonts/GothamPro-Medium.woff2) format("woff2"),
    url(/content/fonts/GothamPro-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  width: 100%;
}
body {
  margin: 0;
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #fdfdfd;
  overflow-x: hidden;
  font-weight: 500;
  position: relative;
  right: 0;
  bottom: 0;
}
body,
body:after {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
body:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.52);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}
body.open-menu:after {
  z-index: 50;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 561px) {
  body.open-menu .section--top {
    position: relative;
    z-index: 60;
  }
}
body.popup-open {
  padding-right: 17px;
}
@media (max-width: 1280px) {
  body.popup-open {
    padding-right: 0;
  }
}
body.swiper-open {
  padding-right: 17px;
}
@media (max-width: 1280px) {
  body.swiper-open {
    padding-right: 0;
  }
}
body.scroll {
  overflow: scroll !important;
}
.wrapper {
  width: 100%;
  height: 100%;
}
main {
  display: block;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h1,
h2,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
svg {
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
svg {
  fill: currentColor;
  width: 100%;
  height: 100%;
}
ul {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul li {
  list-style: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  display: block;
  border-style: none;
}
img.lazy {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
img.lazy[data-loaded="true"] {
  opacity: 1;
}
img.swiper-lazy {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
img.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
input {
  overflow: visible;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}
input:focus {
  outline: none;
}
button,
select {
  text-transform: none;
  cursor: pointer;
  padding: 0;
}
div,
form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0;
  border: none;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.header {
  z-index: 40;
  -webkit-transition: background-color 0.3s linear, padding 0.3s linear;
  -o-transition: background-color 0.3s linear, padding 0.3s linear;
  transition: background-color 0.3s linear, padding 0.3s linear;
  width: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: fixed;
  padding: 1.25rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 961px) and (max-width: 1365px) {
  .header {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1366px) {
  .header {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}


.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 961px) and (max-width: 1365px) {
  .header__left {
    margin: -3px 0 0;
  }
}
@media (min-width: 1366px) {
  .header__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 961px) {
  .header {
    -ms-flex-wrap: initial;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1366px) {
  .header {
    padding: 2.08333vw 1.25vw;
    width: 100%;
  }
}
@media (min-width: 1921px) {
  .header {
    padding: 2.5rem 1.5rem;
  }
}
.header__text {
  font-size: 0.6875rem;
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
  width: 100%;
}
@media (min-width: 600px) {
  .header__text {
    width: auto;
    margin: 0.625rem 0 0;
    font-size: 0.8125rem;
  }
}
@media (min-width: 961px) {
  .header__text {
    font-size: 0.5625rem;
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .header__text {
    font-size: 0.83333vw;
    max-width: 9.11458vw;
    margin: 0 0 0 1.35417vw;
    text-align: left;
  }
}
@media (min-width: 1921px) {
  .header__text {
    font-size: 1rem;
    max-width: 10.9375rem;
  }
}
.header__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.375rem 0 0;
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 600px) {
  .header__middle {
    -ms-flex-wrap: initial;
    flex-wrap: nowrap;
    margin: 0.75rem 0 0;
  }
}
@media (min-width: 961px) {
  .header__middle {
    margin: 0 2.1875vw 0 0;
    width: auto;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media (min-width: 1366px) {
  .header__middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1921px) {
  .header__middle {
    margin: 0 2.625rem 0 1.625rem;
  }
}
.header__middle .lang-block {
  margin: 0;
  width: auto;
}

.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
}
@media (min-width: 600px) {
  .header__contacts {
    margin: 0 2.875rem 0 auto;
  }
}
.header__contacts .big-number {
  margin: 0 0.75rem 0 0;
}
@media (min-width: 1366px) {
  .header__contacts {
    margin: 0 0 0 2.55208vw;
  }
  .header__contacts .big-number {
    margin: 0 0.98958vw 0 0;
  }
}
@media (min-width: 1921px) {
  .header__contacts {
    margin: 0 0 0 3.0625rem;
  }
  .header__contacts .big-number {
    margin: 0 1.1875rem 0 0;
  }
}
@media (min-width: 961px) and (max-width: 1365px) {
  .header__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 1.875rem;
  }
  .header__contacts .soc-block {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__contacts .big-number {
    margin: 0 0 0.375rem;
  }
}
.header__menu {
  margin: 0 0 0 3.375rem;
  display: none;
}
.main--eng .header__menu {
  margin: 0 0 0 1.375rem;
}
.header__menu .link + .link {
  margin: 0 0 0 2.25rem;
}
@media (min-width: 961px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 961px) and (max-width: 1365px) {
  .header__menu {
    margin: 0 0 0 1.25rem;
  }
  .header__menu .link + .link {
    margin: 0 0 0 0.9375rem;
  }
}
@media (min-width: 1366px) {
  .header__menu {
    margin: 0 0 0 2.8125vw;
  }
  .main--eng .header__menu {
    margin: 0 0 0 1.14583vw;
  }
  .header__menu .link + .link {
    margin: 0 0 0 1.875vw;
  }
}
@media (min-width: 1921px) {
  .header__menu {
    margin: 0 0 0 3.375rem;
  }
  .main--eng .header__menu {
    margin: 0 0 0 1.375rem;
  }
  .header__menu .link + .link {
    margin: 0 0 0 2.25rem;
  }
}
.header__buttons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
@media (min-width: 961px) {
  .header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 8.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
@media (min-width: 1366px) {
  .header__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 19.27083vw;
    margin: 0 1.19792vw 0 0;
    -webkit-box-ordinal-group: initial;
    -ms-flex-order: initial;
    order: 0;
  }
}
@media (min-width: 1921px) {
  .header__buttons {
    width: 23.125rem;
    margin: 0 1.4375rem 0 0;
  }
}
.header__buttons .button + .button {
  margin: 8px 0 0;
}
@media (min-width: 1366px) {
  .header__buttons .button + .button {
    margin: 0 0 0 0.41667vw;
  }
}
@media (min-width: 1921px) {
  .header__buttons .button + .button {
    margin: 0 0 0 0.5rem;
  }
}
.inner-page .header {
  background-color: #0000f1;
  padding-top: 16px;
  padding-bottom: 16px;
}
.inner-page .header .button--mid-bluevw,
.inner-page .header .button--mid-whitevw:hover {
  border-color: #fff;
}
.inner-page .header .link--simple-vw:after {
  background-color: #fff;
}
.inner-page .header .logo--header:hover {
  color: #fff;
}
.header.scroll {
  z-index: 60;
  background-color: #0000f1;
  padding: 0.41667vw 1.25vw;
}
@media (max-width: 599px) {
  .header.scroll {
    padding: 0.5rem 0.625rem;
  }
}
.header.scroll .button--mid-bluevw,
.header.scroll .button--mid-whitevw:hover {
  border-color: #fff;
}
.header.scroll .link--simple-vw:after {
  background-color: #fff;
}
.header.scroll .logo--header:hover {
  color: #fff;
}
@media (min-width: 961px) and (max-width: 1365px) {
  .header.scroll {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header.scroll .button--mid-whitevw,
  .header.scroll .soc-block {
    display: none;
  }
  .header.scroll .lang-block {
    margin-top: -2px;
  }
  .header.scroll .header__middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header.scroll .big-number {
    margin-bottom: 0;
  }
}
@media (max-width: 961px) {
  .header.scroll .header__middle {
    display: none;
  }
}
.header.show {
  opacity: 1;
}
.logo {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.logo--header {
  width: 12.375rem;
  height: 2.625rem;
  color: #fff;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
@media (min-width: 600px) {
  .logo--header {
    width: 14.6875rem;
    height: 3.0625rem;
  }
}
@media (min-width: 961px) {
  .logo--header {
    width: 8.75rem;
    height: 2.375rem;
  }
}
@media (min-width: 1366px) {
  .logo--header {
    width: 12.23958vw;
    height: 2.55208vw;
  }
}
@media (min-width: 1921px) {
  .logo--header {
    width: 14.6875rem;
    height: 3.0625rem;
  }
}
.logo--header:hover {
  color: #0000f1;
}
.logo--footer {
  width: 14.6875rem;
  height: 3.0625rem;
  margin: 0 0 1.0625rem;
  color: #0000f1;
}
@media (max-width: 1279px) {
  .logo--footer {
    width: 11.25rem;
    height: 2.5rem;
  }
}
@media (max-width: 1023px) {
  .logo--footer {
    width: 14.6875rem;
    height: 3.0625rem;
  }
}
.logo--mm {
  width: 12.5rem;
  height: 2.5rem;
  margin: 0 auto;
  color: #0000f1;
}
.logo img,
.logo svg {
  width: 100%;
  height: 100%;
}
.footer {
  background-color: #e6ecf8;
  margin: 3.125rem 0 0;
  padding: 53px 0 20px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0.875rem;
  border-bottom: 1px solid #afbbd1;
}
@media (max-width: 1023px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 0 0 1.5rem;
  }
}
.footer__top-left {
  margin: 0 0.625rem 0 0;
}
@media (max-width: 1023px) {
  .footer__top-left {
    margin: 0;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: -1.5rem auto 0 1.875rem;
}
@media (max-width: 1279px) {
  .footer__menu {
    margin: -1.5rem auto 0;
  }
}
@media (max-width: 1023px) {
  .footer__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0;
  }
}
.footer__menu .link + .link {
  margin: 0 0 0 2.25rem;
}
@media (max-width: 1279px) {
  .footer__menu .link + .link {
    margin: 0 0 0 1.25rem;
  }
}
@media (max-width: 1023px) {
  .footer__menu .link + .link {
    margin: 0 0 0 2.1875rem;
  }
}
@media (max-width: 390px) {
  .footer__menu .link + .link {
    margin: 0 0 0 1.25rem;
  }
}
.footer__top-text {
  font-size: 0.8125rem;
  font-weight: 500;
  color: #141414;
}
@media (max-width: 1279px) {
  .footer__top-text {
    font-size: 0.6875rem;
  }
}
@media (max-width: 1023px) {
  .footer__top-text {
    font-size: 0.8125rem;
  }
}
.footer__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 23.125rem;
  margin: -1.5rem 0 0 0.625rem;
}
@media (max-width: 1279px) {
  .footer__buttons {
    width: 20rem;
  }
}
@media (max-width: 1023px) {
  .footer__buttons {
    width: 100%;
    max-width: 23.125rem;
    margin: 1.875rem auto 2.5rem;
  }
}
.footer__buttons .button + .button {
  margin: 0 0 0 8px;
}
.footer__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 23px 0;
  border-bottom: 1px solid #afbbd1;
}
@media (max-width: 1023px) {
  .footer__middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.footer__middle .lang-block {
  margin: 17px 0 0 auto;
}
@media (max-width: 1023px) {
  .footer__middle .lang-block {
    margin: 17px auto 0;
  }
}
.footer__middle .footer-info:first-child {
  margin: 0 5% 0 0;
}
@media (max-width: 599px) {
  .footer__middle .footer-info:first-child {
    margin: 0 0 1rem;
  }
}
.footer__middle .footer-info:nth-child(2) {
  margin: 0 2% 0 0;
}
@media (max-width: 599px) {
  .footer__middle .footer-info:nth-child(2) {
    margin: 0;
  }
}
.footer__middle
  .footer-info:nth-child(2)
  .footer-info__text
  + .footer-info__text {
  margin: 16px 0 0;
}
@media (max-width: 599px) {
  .footer__middle
    .footer-info:nth-child(2)
    .footer-info__text
    + .footer-info__text {
    margin: 16px 0 0;
  }
}
.footer__pre-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #afbbd1;
  padding: 10px 0;
  margin: 0 0 20px;
}
@media (max-width: 1023px) {
  .footer__pre-bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .footer__pre-bottom {
    padding: 20px 0;
  }
}
@media (max-width: 1023px) {
  .footer__pre-bottom .footer__item {
    width: 48%;
  }
}
.footer__pre-bottom .footer__item:first-child {
  margin: 0 4% 0 0;
}
.eng-page .footer__pre-bottom .footer__item:first-child {
  margin: 0 5.8% 0 0;
}
@media (max-width: 1279px) {
  .footer__pre-bottom .footer__item:first-child {
    margin: 0 3% 0 0;
  }
  .eng-page .footer__pre-bottom .footer__item:first-child {
    mmargin: 0 3% 0 0;
  }
}
@media (max-width: 1023px) {
  .eng-page .footer__pre-bottom .footer__item:first-child,
  .footer__pre-bottom .footer__item:first-child {
    margin: 0;
  }
}
.footer__pre-bottom .footer__item:nth-child(2) {
  margin: 0 19px 0 0;
}
@media (max-width: 1023px) {
  .footer__pre-bottom .footer__item:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 1023px) {
  .footer__pre-bottom .footer__item:nth-child(3) {
    margin: 1rem 0 0;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .footer__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .footer__bottom .footer-link {
    width: 48%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .footer__bottom .footer-link {
    width: 100%;
  }
}
.footer__bottom .footer-link:first-child {
  margin: 0 9.5% 0 0;
}
@media (max-width: 1023px) {
  .footer__bottom .footer-link:first-child {
    margin: 0;
  }
}
@media (max-width: 599px) {
  .footer__bottom .footer-link:first-child {
    margin: 0 0 0.625rem;
  }
}
.footer__item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #141414;
  line-height: 1.3;
}
@media (max-width: 1279px) {
  .footer__item {
    font-size: 0.75rem;
  }
}
@media (max-width: 1023px) {
  .footer__item {
    font-size: 0.875rem;
  }
}
@media (max-width: 599px) {
  .footer__item {
    font-size: 0.75rem;
  }
}
.footer__item a {
  color: #141414;
}
.footer__item a:hover {
  text-decoration: underline;
}
.footer-info__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #141414;
  white-space: nowrap;
}
@media (max-width: 1279px) {
  .footer-info__text {
    font-size: 0.875rem;
  }
}
@media (max-width: 1023px) {
  .footer-info__text {
    font-size: 1.125rem;
  }
}
@media (max-width: 599px) {
  .footer-info__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-info__text > a {
  font-weight: 700;
  color: #141414;
  margin: 0 0 0 10px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (max-width: 599px) {
  .footer-info__text > a {
    margin: 10px 0 0;
  }
}
.footer-info__text > a:hover {
  color: #0000f1;
}
.footer-info__text .soc-block {
  margin: 0 0 0 10px;
}
@media (max-width: 599px) {
  .footer-info__text .soc-block {
    margin: 10px 0 0;
  }
}
.footer-info__text + .footer-info__text {
  margin: 8px 0 0;
}
.footer-link {
  font-weight: 500;
  font-size: 0.875rem;
  color: #141414;
}
@media (max-width: 599px) {
  .footer-link {
    font-size: 0.75rem;
  }
}
.footer-link:hover {
  text-decoration: underline;
}
.dev-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.875rem;
  color: #141414;
  margin: 0 0 0 auto;
}
@media (max-width: 1023px) {
  .dev-block {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1.875rem 0 0;
  }
}
@media (max-width: 599px) {
  .dev-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1.375rem 0 0;
    font-size: 0.75rem;
  }
}
.dev-block__text {
  margin: 0 1.625rem 0 0;
}
@media (max-width: 599px) {
  .dev-block__text {
    margin: 0 0 0.5rem;
  }
}
.dev-block:hover .dev-block__text {
  text-decoration: underline;
}
.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  position: relative;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
  cursor: pointer;
}
.button--mid-bluevw {
  width: 100%;
  max-width: 11.25rem;
  padding: 0.75rem 0.625rem;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  background-color: #0000f1;
  color: #fff;
  border: 2px solid #0000f1;
}
@media (min-width: 961px) {
  .button--mid-bluevw {
    font-size: 0.75rem;
  }
}
@media (min-width: 1366px) {
  .button--mid-bluevw {
    max-width: 9.375vw;
    padding: 0.625vw 0.52083vw;
    border-radius: 0.52083vw;
    font-size: 0.83333vw;
  }
}
@media (min-width: 1921px) {
  .button--mid-bluevw {
    max-width: 11.25rem;
    border-radius: 0.625rem;
    padding: 0.75rem 0.625rem;
    font-size: 1rem;
  }
}
.button--mid-bluevw:hover,
.button--mid-whitevw {
  background-color: #fff;
  color: #0000f1;
}
.button--mid-whitevw {
  width: 100%;
  max-width: 11.25rem;
  padding: 0.75rem 0.625rem;
  border-radius: 0.625rem;
  font-size: 1rem;
  border: 2px solid #0000f1;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 961px) {
  .button--mid-whitevw {
    font-size: 0.75rem;
  }
}
@media (min-width: 1366px) {
  .button--mid-whitevw {
    max-width: 9.375vw;
    padding: 0.625vw 0.52083vw;
    border-radius: 0.52083vw;
    font-size: 0.83333vw;
  }
}
@media (min-width: 1921px) {
  .button--mid-whitevw {
    max-width: 11.25rem;
    border-radius: 0.625rem;
    padding: 0.75rem 0.625rem;
    font-size: 1rem;
  }
}
.button--mid-whitevw:hover {
  background-color: #0000f1;
  color: #fff;
}
.button--big-whitevw {
  width: 100%;
  max-width: 16.25rem;
  border-radius: 0.625rem;
  padding: 1.25rem 0.625rem;
  font-size: 1.125rem;
  background-color: #fff;
  font-weight: 500;
  color: #0000f1;
  line-height: 1;
  border: 2px solid rgba(0, 0, 0, 0);
}
@media (max-width: 1024px) {
  .button--big-whitevw {
    padding: 1.375rem 0.625rem;
  }
}
@media (max-width: 599px) {
  .button--big-whitevw {
    font-size: 1rem;
  }
}
.button--big-bluevw,
.button--big-whitevw:hover {
  background-color: #0000f1;
  color: #fff;
}
.button--big-bluevw {
  width: 100%;
  max-width: 16.25rem;
  border-radius: 0.625rem;
  padding: 1.25rem 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1;
  border: 2px solid #0000f1;
}
@media (max-width: 1024px) {
  .button--big-bluevw {
    padding: 1.375rem 0.625rem;
  }
}
@media (max-width: 599px) {
  .button--big-bluevw {
    font-size: 1rem;
  }
}
.button--big-bluevw:hover {
  background-color: #fff;
  color: #0000f1;
}
.button--mid-blue {
  width: 100%;
  max-width: 11.25rem;
  padding: 0.75rem 0.625rem;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  background-color: #0000f1;
  color: #fff;
  border: 2px solid #0000f1;
}
.button--mid-blue:hover,
.button--mid-white {
  background-color: #fff;
  color: #0000f1;
}
.button--mid-white {
  width: 100%;
  max-width: 11.25rem;
  padding: 0.75rem 0.625rem;
  border-radius: 0.625rem;
  font-size: 1rem;
  border: 2px solid #0000f1;
  font-weight: 500;
  line-height: 1;
}
.button--mid-white:hover {
  background-color: #0000f1;
  color: #fff;
}
.section {
  position: relative;
}
.section--desigions {
  padding: 3.9375rem 0 3.5rem;
}
@media (max-width: 1024px) {
  .section--desigions {
    padding: 2.5rem 0;
  }
}
.section--consult {
  margin: 0 0 4.6875rem;
}
@media (max-width: 1024px) {
  .section--consult {
    margin: 1.875rem 0 2.1875rem;
  }
}
@media (max-width: 599px) {
  .section--consult {
    margin: 1.5rem 0;
  }
}
.section--cost .anchor {
  position: absolute;
  top: -90px;
  left: 0;
}
.section--about {
  padding: 7% 0;
  width: calc(100% - 40px);
  margin: 0 auto 3.375rem;
  border-radius: 0.625rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
.section--about .anchor {
  position: absolute;
  top: -90px;
  left: 0;
}
@media (max-width: 1024px) {
  .section--about {
    width: 100%;
    padding: 3.75rem 0.625rem;
  }
}
@media (max-width: 599px) {
  .section--about {
    margin: 0 0 2.125rem;
  }
}
.section--services {
  margin: 0 0 0.9375rem;
}
@media (max-width: 599px) {
  .section--services {
    margin: 0 0 1.625rem;
  }
}
.section--banner {
  margin: 0 0 3.875rem;
}
@media (max-width: 1024px) {
  .section--banner {
    margin: 0 0 2.1875rem;
  }
}
.section--banner .anchor {
  position: absolute;
  top: -90px;
  left: 0;
}
.section--industry {
  overflow: hidden;
  margin: 0 0 4.0625rem;
}
@media (max-width: 640px) {
  .section--industry {
    margin: 0 0 2.5rem;
  }
}
.section--inner-block {
  padding: 11.25rem 0 0;
}
@media (max-width: 599px) {
  .section--inner-block {
    padding: 10rem 0 0;
  }
}
.section--thank {
  padding: 8.125rem 0;
}
@media (max-width: 599px) {
  .section--thank {
    padding: 10rem 0;
  }
}
.section--404 {
  background-color: #000;
  padding: 8.125rem 0;
  background-repeat: no-repeat;
  background-position: 50%;
  height: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .section--404 {
    height: 840px;
  }
}
@media (max-width: 599px) {
  .section--404 {
    height: 860px;
  }
}
.section--buisness {
  margin: 3.125rem 0 4.6875rem;
}
@media (max-width: 1024px) {
  .section--buisness {
    margin: 1.875rem 0 2.1875rem;
  }
}
@media (max-width: 599px) {
  .section--buisness {
    margin: 1.5rem 0;
  }
}
.section--contacts {
  padding: 7.5rem 0 0;
}
@media (max-width: 1279px) {
  .section--contacts {
    padding: 12.5rem 0 0;
  }
}
@media (max-width: 599px) {
  .section--contacts {
    padding: 10rem 0 0;
  }
}
.section--about-inner {
  margin: 4.375rem 0 6.375rem;
}
@media (max-width: 1023px) {
  .section--about-inner {
    margin: 2.5rem 0 3.75rem;
  }
}
.title--section {
  font-family: Gotham Pro, Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 599px) {
  .title--section {
    font-size: 1.5rem;
  }
}
.title--white {
  color: #fff;
}
.mfp-with-zoom.mfp-bg,
.mfp-with-zoom .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-with-zoom .mfp-container {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing.mfp-bg,
.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: 0;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  top: 50%;
  margin: -55px 0 0;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: inset rgba(0, 0, 0, 0);
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
  background-color: #fff;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.link--simple-vw {
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
  font-size: 0.8125rem;
}
.link--simple-vw:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -0.625vw;
  left: 0;
  background-color: #0000f1;
  height: 0.20833vw;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (min-width: 1921px) {
  .link--simple-vw:after {
    bottom: -0.75rem;
    height: 0.25rem;
  }
}
@media (min-width: 1366px) {
  .link--simple-vw {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1921px) {
  .link--simple-vw {
    font-size: 1.125rem;
  }
}
.link--simple-vw.is-current:after,
.link--simple-vw:hover:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.link--black-simple {
  font-size: 1.125rem;
  font-weight: 700;
  color: #141414;
}
@media (max-width: 1279px) {
  .link--black-simple {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .link--black-simple {
    font-size: 0.75rem;
  }
}
.link--black-simple:hover {
  color: #0000f1;
}
.big-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.big-number:before {
  content: "";
  display: block;
  background-color: #00a14b;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.5rem 0 0;
  border-radius: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (min-width: 1025px) {
  .big-number:before {
    width: 0.3125vw;
    height: 0.3125vw;
    margin: 0 0.41667vw 0 0;
  }
}
@media (min-width: 1921px) {
  .big-number:before {
    width: 0.375rem;
    height: 0.375rem;
    margin: 0 0.5rem 0 0;
  }
}
.big-number__text {
  font-size: 0.8125rem;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  white-space: nowrap;
}
@media (min-width: 340px) {
  .big-number__text {
    font-size: 0.9375rem;
  }
}
@media (min-width: 600px) {
  .big-number__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 1366px) {
  .big-number__text {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1921px) {
  .big-number__text {
    font-size: 1.125rem;
  }
}
.big-number:hover .big-number__text {
  color: hsla(0, 0%, 100%, 0.6);
}
.big-number--black .big-number__text {
  font-size: 1.5rem;
  color: #141414;
}
.big-number--black:hover .big-number__text {
  color: #0000f1;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0.625rem;
  max-width: 76.25rem;
}
@media (min-width: 600px) {
  .container {
    padding: 0 1.25rem;
  }
}
.soc-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.soc-block .soc-link + .soc-link {
  margin: 0 0 0 0.3125rem;
}
@media (min-width: 1025px) {
  .soc-block .soc-link + .soc-link {
    margin: 0 0 0 0.26042vw;
  }
}
@media (min-width: 1921px) {
  .soc-block .soc-link + .soc-link {
    margin: 0 0 0 0.3125rem;
  }
}
.soc-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (min-width: 340px) {
  .soc-link {
    width: 1.875rem;
    height: 1.875rem;
  }
}
@media (min-width: 600px) {
  .soc-link {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (min-width: 1366px) {
  .soc-link {
    width: 1.875vw;
    height: 1.875vw;
  }
}
@media (min-width: 1921px) {
  .soc-link {
    width: 2.25rem;
    height: 2.25rem;
  }
}
@media (min-width: 961px) and (max-width: 1365px) {
  .soc-link {
    width: 2.25rem;
    height: 2.25rem;
  }
  .header .soc-link {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.soc-link img {
  width: 50%;
  height: 50%;
}
.soc-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.lang-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .lang-block {
    margin: 0 4px 0 auto;
    width: 250px;
  }
}
@media (min-width: 961px) and (max-width: 1365px) {
  .lang-block {
    width: 111px;
    margin: 4px 12px 0 auto;
  }
}
.footer .lang-block {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .footer .lang-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.lang-block .lang-link + .lang-link {
  margin: 0 0 0 0.625rem;
}
@media (min-width: 1025px) {
  .lang-block .lang-link + .lang-link {
    margin: 0 0 0 0.52083vw;
  }
}
@media (min-width: 1921px) {
  .lang-block .lang-link + .lang-link {
    margin: 0 0 0 0.625rem;
  }
}
.lang-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.lang-link.active {
  font-weight: 600;
}
.lang-link__icon {
  width: 1.5rem;
  height: 1rem;
  margin: -2px 0 0;
}
.footer .lang-link__icon {
  width: 1.875rem;
  height: 1.25rem;
}
@media (min-width: 600px) {
  .lang-link__icon {
    width: 1.875rem;
    height: 1.25rem;
  }
}
@media (min-width: 961px) {
  .lang-link__icon {
    width: 1.5rem;
    height: 1rem;
  }
}
@media (min-width: 1366px) {
  .lang-link__icon {
    width: 1.5625vw;
    height: 1.04167vw;
  }
  .footer .lang-link__icon {
    width: 1.875rem;
    height: 1.25rem;
  }
}
@media (min-width: 1921px) {
  .lang-link__icon {
    width: 1.875rem;
    height: 1.25rem;
  }
}
.lang-link__icon img {
  width: 100%;
  height: 100%;
}
.lang-link__text {
  font-size: 0.875rem;
  margin: 0 0 0 0.5rem;
  color: #fff;
}
.footer .lang-link__text {
  font-size: 1.125rem;
}
.lang-link--dark .lang-link__text {
  color: #141414;
}
@media (min-width: 600px) {
  .lang-link__text {
    font-size: 1.125rem;
  }
}
@media (min-width: 961px) {
  .lang-link__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1366px) {
  .lang-link__text {
    font-size: 0.9375vw;
    margin: 0 0 0 0.41667vw;
  }
  .footer .lang-link__text {
    font-size: 1.125rem;
    margin: 0 0 0 0.5rem;
  }
}
@media (min-width: 1921px) {
  .lang-link__text {
    font-size: 1.125rem;
    margin: 0 0 0 0.5rem;
  }
}
.top-block {
  width: 100%;
  min-height: 37.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
@media (min-width: 600px) {
  .top-block {
    min-height: 46.5625rem;
  }
}
@media (min-width: 961px) {
  .top-block {
    min-height: 50rem;
  }
}
.top-block--inner {
  height: 37.5rem;
}
@media (min-width: 600px) {
  .top-block--inner {
    height: 46.5625rem;
  }
}
@media (min-width: 961px) {
  .top-block--inner {
    height: 50rem;
  }
}
.top-block__img {
  position: absolute;
  z-index: 1;
}
.top-block__img img,
.top-block__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-block__video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-block__video:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.top-block__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0 0.625rem;
  max-width: 76.25rem;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.top-block--inner .top-block__body {
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 960px) {
  .top-block__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 164px auto 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 640px) {
  .top-block__body {
    padding: 0 1.25rem;
  }
}
.top-block__title {
  color: #fff;
  font-size: 3.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 1.6875rem;
  line-height: 1.1;
  width: 100%;
}
@media (max-width: 960px) {
  .top-block__title {
    font-size: 3rem;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .top-block__title {
    font-size: 2rem;
    margin: 0 0 0.75rem;
  }
}
.top-block__list {
  padding: 0;
  margin: 0 0 1.6875rem;
  max-width: 28.3125rem;
}
@media (max-width: 599px) {
  .top-block__list {
    max-width: 21.875rem;
    margin: 0 0 0.75rem;
  }
}
.top-block__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
}
.top-block__list li img {
  width: 1.75rem;
  height: 1.75rem;
}
@media (max-width: 599px) {
  .top-block__list li {
    font-size: 0.875rem;
  }
}
.top-block__list li + li {
  margin: 0.875rem 0 0;
}
.top-block__list li span {
  display: block;
  margin: 0 0 0 1.125rem;
  line-height: 1.1;
}
.top-block__img,
.top-block__img img {
  width: 100%;
  height: 100%;
}
.top-block__img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.burger {
  width: 2rem;
  height: 2rem;
  margin: 0 0 0 auto;
}
@media (min-width: 600px) {
  .burger {
    margin: 0;
    width: 2.75rem;
    height: 2rem;
  }
}
@media (min-width: 961px) {
  .burger {
    display: none;
  }
}
.burger img {
  width: 100%;
  height: 100%;
}
.track-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 7.125rem 0 1.625rem;
  width: 100%;
}
@media (max-width: 1024px) {
  .track-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4.375rem 0 4.0625rem;
  }
}
@media (max-width: 599px) {
  .track-form {
    margin: 2.5rem 0 3.75rem;
  }
}
.track-form__title {
  width: 14.375rem;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.25rem;
  margin: 0 1.5625rem 0 -0.9375rem;
}
@media (max-width: 1024px) {
  .track-form__title {
    width: 100%;
    margin: 0 0 1.375rem;
    text-align: center;
  }
  .track-form__title br {
    display: none;
  }
}
@media (max-width: 599px) {
  .track-form__title {
    font-size: 1rem;
    margin: 0 0 0.75rem;
  }
}
.track-form__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.track-form__body.error input {
  border-color: red;
}
.track-form .fake-error {
  position: absolute;
  top: calc(100% - 11px);
  left: 0;
  background-color: #fff;
  padding: 12px 8px 7px 31px;
  font-size: 11px;
  color: red;
  font-weight: 400;
  width: 224px;
  border-radius: 0 0 10px 10px;
  display: none;
}
.track-form__input {
  height: 3.75rem;
  width: 100%;
  border-radius: 0.625rem;
  background-color: #fff;
  font-size: 1.125rem;
  color: rgba(20, 20, 20, 0.7);
  padding: 0 0 0 1.875rem;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0);
}
@media (max-width: 1024px) {
  .track-form__input {
    font-size: 1rem;
    padding: 0 0 0 1.25rem;
  }
}
.track-form__input::-webkit-input-placeholder {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: rgba(20, 20, 20, 0.7);
}
.track-form__input::-moz-placeholder {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: rgba(20, 20, 20, 0.7);
}
.track-form__input:-ms-input-placeholder {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: rgba(20, 20, 20, 0.7);
}
.track-form__input::-ms-input-placeholder {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: rgba(20, 20, 20, 0.7);
}
.track-form__input::placeholder {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  color: rgba(20, 20, 20, 0.7);
}
@media (max-width: 1024px) {
  .track-form__input::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .track-form__input::-moz-placeholder {
    font-size: 1rem;
  }
  .track-form__input:-ms-input-placeholder {
    font-size: 1rem;
  }
  .track-form__input::-ms-input-placeholder {
    font-size: 1rem;
  }
  .track-form__input::placeholder {
    font-size: 1rem;
  }
}
.track-form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 17.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 3.75rem;
  border: 2px solid #fff;
  border-radius: 0 0.625rem 0.625rem 0;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  background-color: #0000f1;
  margin: 0 0 0 -8px;
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
@media (max-width: 1024px) {
  .track-form__button {
    width: 13.75rem;
  }
}
@media (max-width: 599px) {
  .track-form__button {
    width: 4.125rem;
    font-size: 2rem;
    padding: 0 0 0 8px;
  }
}
@media (max-width: 599px) {
  .track-form__button span:first-child {
    display: none;
  }
}
.track-form__button span:nth-child(2) {
  display: none;
}
@media (max-width: 599px) {
  .track-form__button span:nth-child(2) {
    display: block;
  }
}
.track-form__button:hover {
  border-color: #0000f1;
}
@media (max-width: 599px) {
  .desigions-block__title {
    text-align: center;
  }
}
.desigions-block__slider {
  margin: 1.6875rem 0 0;
}
@media (min-width: 600px) {
  .desigions-block__slider .swiper-slide {
    width: 100% !important;
  }
}
@media (max-width: 599px) {
  .desigions-block__slider {
    margin: 2.5rem 0 0;
  }
  .desigions-block__slider .swiper-slide {
    -webkit-transition: -webkit-transform 0.3s linear;
    transition: -webkit-transform 0.3s linear;
    -o-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  }
  .desigions-block__slider .swiper-slide-active ~ .swiper-slide {
    -webkit-transform: translateX(-18%);
    -ms-transform: translateX(-18%);
    transform: translateX(-18%);
  }
}
.desigions-block__slider .swiper-container {
  overflow: hidden;
}
@media (max-width: 599px) {
  .desigions-block__slider .swiper-container {
    width: calc(100% + 10px);
  }
}
@media (max-width: 599px) {
  .desigions-block__slider .swiper-wrapper {
    margin: 0 0 1.75rem;
  }
}
@media (min-width: 600px) {
  .desigions-block__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.25rem;
  }
}
@media (min-width: 960px) {
  .desigions-block__slider .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .desigions-block__slider .swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}
.des-item {
  display: block;
  width: 100%;
  cursor: pointer;
}
@media (max-width: 599px) {
  .des-item {
    width: 76%;
  }
}
.des-item__img {
  width: 100%;
  height: 13.25rem;
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0 0 1.125rem;
  background-color: #e6ecf8;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}
.des-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}
.des-item__name {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0000f1;
  margin: 0 0 0.5625rem;
}
.des-item__text {
  font-size: 1rem;
  font-weight: 500;
  color: #141414;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.des-item:hover .des-item__img {
  background-color: #0000f1;
}
.swiper-pagination-progressbar {
  position: relative;
  background: #e6ecf8 !important;
  height: 0.375rem !important;
  border-radius: 0.75rem;
}
.swiper-pagination-progressbar-fill {
  background: #0000f1 !important;
  border-radius: 0.75rem;
}
.consult-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  min-height: 252px;
  background-color: #e6ecf8;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 5% 0 5.5%;
  border-radius: 0.625rem;
  position: relative;
}
@media (max-width: 1024px) {
  .consult-block {
    padding: 0 1.25rem;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
  }
}
@media (max-width: 599px) {
  .consult-block {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2.5rem 1.25rem 0;
  }
}
.consult-block__sub {
  font-size: 1.0625rem;
  color: #141414;
  margin: 0.8125rem 0 0;
}
@media (max-width: 1024px) {
  .consult-block__sub {
    margin: 0.375rem 0 0;
  }
}
@media (max-width: 599px) {
  .consult-block__sub {
    margin: 2.0625rem 0 0;
  }
}
.consult-block__top-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% + 21px);
}
.consult-block__top-arrow img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .consult-block__top-arrow {
    display: none;
  }
}
.consult-block__bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 21px);
  z-index: 3;
}
.consult-block__bottom-arrow img {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .consult-block__bottom-arrow {
    display: none;
  }
}
.consult-block__text {
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 599px) {
  .consult-block__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
  }
}
.consult-block__text .button {
  margin: 1rem 0 0;
}
@media (max-width: 1024px) {
  .consult-block__text .button {
    margin: 0.375rem 0 0;
  }
}
@media (max-width: 599px) {
  .consult-block__text .button {
    margin: 1.0625rem auto 0;
  }
}
@media (min-width: 1025px) {
  .consult-block__text .button {
    display: none;
  }
}
.consult-block__button {
  width: 260px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}
@media (max-width: 1024px) {
  .consult-block__button {
    display: none;
  }
}
.consult-block__img {
  width: 272px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  .consult-block__img {
    margin: 0.625rem auto 0;
  }
}
@media (min-width: 600px) {
  .consult-block__img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .cost-block {
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
  }
}
@media (max-width: 599px) {
  .cost-block {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
}
.cost-block__top {
  background-color: #e6ecf8;
  border-radius: 0.625rem;
  padding: 3% 5%;
  position: relative;
}
@media (max-width: 1024px) {
  .cost-block__top {
    padding: 2.5rem 1.25rem 3.125rem;
  }
}
@media (max-width: 599px) {
  .cost-block__top {
    padding: 2.5rem 0.625rem 3.125rem;
  }
}
@media (max-width: 849px) {
  .cost-block__main-title {
    text-align: center;
  }
}
.cost-block__title {
  font-size: 1.125rem;
  color: #141414;
  margin: 0 0 12px;
  white-space: nowrap;
}
.cost-block__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2.125rem 0 0;
}
@media (max-width: 849px) {
  .cost-block__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cost-block__left {
  width: 46.5%;
}
@media (max-width: 849px) {
  .cost-block__left {
    width: 100%;
    margin: 0 0 2.5rem;
  }
}
.cost-block__right {
  width: 49%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem 2.6875rem;
  padding: 0 3% 0 0;
}
@media (max-width: 849px) {
  .cost-block__right {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .cost-block__right {
    padding: 0;
    grid-gap: 1rem 1.875rem;
  }
  .cost-block__right .cost-input:last-child {
    grid-column: 1/3;
  }
}
.cost-block__checks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
@media (max-width: 599px) {
  .cost-block__checks {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.cost-block__deliv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1.9375rem 0 0;
}
@media (max-width: 849px) {
  .cost-block__deliv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .cost-block__deliv {
    margin: 1rem 0 0;
  }
}
.cost-block__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0000f1;
  padding: 4.5% 5% 2.5%;
  border-radius: 0 0 0.625rem 0.625rem;
  margin: -0.5625rem 0 0;
}
@media (max-width: 1024px) {
  .cost-block__bottom {
    padding: 2.5rem 1.25rem 1.875rem;
  }
}
@media (max-width: 849px) {
  .cost-block__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.cost-block__bottom .cost-input {
  width: 100%;
  max-width: 23.5rem;
}
@media (max-width: 849px) {
  .cost-block__bottom .cost-input:nth-child(3) {
    margin: 1rem 0 0;
  }
}
@media (max-width: 599px) {
  .cost-block__bottom .cost-input:nth-child(3) {
    margin: 0;
  }
}
.cost-block__bottom .cost-input:first-child,
.cost-block__bottom .cost-input:nth-child(2) {
  margin: 0 1.25rem 0 0;
}
@media (max-width: 849px) {
  .cost-block__bottom .cost-input:first-child,
  .cost-block__bottom .cost-input:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 599px) {
  .cost-block__bottom .cost-input:first-child,
  .cost-block__bottom .cost-input:nth-child(2) {
    margin: 0 0 1rem;
  }
}
@media (max-width: 849px) {
  .cost-block__bottom .cost-input {
    max-width: 100%;
    width: 49.5%;
  }
}
@media (max-width: 599px) {
  .cost-block__bottom .cost-input {
    width: 100%;
  }
}
.cost-block__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 13.75rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4.0625rem;
  border: 2px solid #fff;
  border-radius: 0 0.625rem 0.625rem 0;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  background-color: #0000f1;
  margin: 0 0 0 -8px;
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
@media (max-width: 1024px) {
  .cost-block__button {
    width: 13.75rem;
  }
}
@media (max-width: 849px) {
  .cost-block__button {
    width: 100%;
    border-radius: 0.625rem;
    margin: 1.25rem 0 0;
  }
}
.cost-block__button:hover {
  border-color: #0000f1;
}
.img-check__body {
  position: relative;
}
.img-check__body input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.img-check__body input:checked ~ .img-check__pic,
.img-check__body input:hover ~ .img-check__pic {
  color: #fff;
  background-color: #0000f1;
}
.img-check__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 4.75rem;
  border-radius: 0.625rem;
  border: 1px solid #0000f1;
  color: #0000f1;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.img-check__pic svg {
  width: 60%;
  height: 60%;
}
@media (max-width: 599px) {
  .img-check__pic svg {
    width: 50%;
    height: 50%;
  }
}
.img-check__bottom {
  margin: 12px 0 0;
}
.img-check__bottom span {
  display: block;
  font-size: 1.125rem;
}
.img-check__bottom span:first-child {
  font-weight: 700;
}
.cost-input {
  position: relative;
}
.cost-input__error {
  font-size: 0.875rem;
  font-weight: 500;
  color: red;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  display: none;
}
.cost-input__title {
  font-size: 1.125rem;
  color: #141414;
  margin: 0 0 12px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .cost-input__title {
    font-size: 0.9375rem;
  }
}
@media (max-width: 849px) {
  .cost-input__title {
    font-size: 1.125rem;
  }
}
@media (max-width: 390px) {
  .cost-input__title {
    font-size: 1rem;
  }
}
@media (max-width: 340px) {
  .cost-input__title {
    font-size: 0.875rem;
  }
}
.cost-input__input {
  position: relative;
  height: 4.0625rem;
  border-radius: 0.625rem;
}
.cost-input__input img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1.25rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.cost-input__input input {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  color: #141414;
  padding: 0 25px 0 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.cost-input__input input.value {
  border-color: #22f100;
}
.cost-input__input input.value ~ img {
  opacity: 1;
}
.cost-input__input.error-mail input,
.cost-input__input.error input {
  border-color: red;
}
.cost-input__input.error-mail ~ .cost-input__error,
.cost-input__input.error ~ .cost-input__error {
  display: block;
}
.cost-input__textarea {
  width: 100%;
  height: 235px;
  border-radius: 0.625rem;
}
.cost-input__textarea:focus {
  outline: none;
}
.cost-input__textarea textarea {
  width: 100%;
  height: 100%;
  background-color: #e6ecf8;
  font-size: 1rem;
  font-weight: 500;
  color: #141414;
  resize: none;
  border-radius: 0.625rem;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
}
.cost-input__textarea.error textarea {
  border-color: red;
}
.cost-input--grey input {
  background-color: #e6ecf8;
  padding: 0 25px 0 33px;
}
.text-block {
  margin: 30px 0 0;
}
.deliv-input {
  width: 49%;
}
@media (max-width: 849px) {
  .deliv-input {
    width: 100%;
  }
  .deliv-input + .deliv-input {
    margin: 1rem 0 0;
  }
}
.deliv-input__title {
  font-size: 1.125rem;
  color: #141414;
  margin: 0 0 12px;
}
@media (max-width: 390px) {
  .deliv-input__title {
    font-size: 1rem;
  }
}
@media (max-width: 340px) {
  .deliv-input__title {
    font-size: 0.875rem;
  }
}
.deliv-input__body {
  height: 4.0625rem;
  position: relative;
}
.deliv-input__body img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1rem;
  width: 1.4375rem;
  height: 1.4375rem;
}
.deliv-input__body input {
  width: 100%;
  height: 100%;
  border-radius: 0.625rem;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  color: rgba(20, 20, 20, 0.7);
  padding: 0 1.5625rem 0 3.3125rem;
  border: 1px solid rgba(0, 0, 0, 0);
}
.deliv-input__body.error input {
  border-color: red;
}
.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .about-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.about-block__left {
  width: 430px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .about-block__left {
    text-align: center;
    max-width: 100%;
  }
  .about-block__left .button {
    margin: 0 auto;
  }
}
.about-block__title {
  font-size: 1.875rem;
  font-family: Gotham Pro, Helvetica, Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 1.875rem;
}
.about-block__text {
  font-size: 1.125rem;
  color: #fff;
  font-weight: 500;
  margin: 0 0 2.375rem;
}
.about-block__logo {
  color: #fff;
  width: 100%;
  margin: 0 0 0 3.125rem;
}
@media (max-width: 1024px) {
  .about-block__logo {
    margin: 3.125rem auto 0;
    max-width: 430px;
  }
}
@media (max-width: 599px) {
  .services-block__title {
    text-align: center;
  }
}
.services-block__slider {
  margin: 2.125rem 0 0;
}
@media (max-width: 599px) {
  .services-block__slider {
    margin: 1.875rem 0 0;
  }
}
.services-block__slider .swiper-container {
  overflow: hidden;
}
@media (max-width: 599px) {
  .services-block__slider .swiper-container {
    width: calc(100% + 20px);
    margin: 0 0 1.625rem -10px;
  }
  .services-block__slider .swiper-container ~ .swiper-pagination {
    margin: 0 0 0 -10px;
    width: calc(100% + 10px);
  }
}
@media (min-width: 600px) {
  .services-block__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0.5rem 1.25rem;
  }
}
@media (min-width: 850px) {
  .services-block__slider .swiper-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 599px) {
  .services-block__slider .swiper-slide .service-item {
    width: 77%;
  }
  .services-block__slider .swiper-slide.swiper-slide-active ~ .swiper-slide {
    -webkit-transform: translateX(-19%);
    -ms-transform: translateX(-19%);
    transform: translateX(-19%);
  }
}
@media (min-width: 600px) {
  .services-block__slider .swiper-slide {
    width: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .services-block__slider .swiper-slide:last-child {
    grid-column: 1/3;
    max-width: 23.75rem;
    margin: 0 auto;
  }
}
.service-item {
  padding: 1.5625rem;
  background-color: #e6ecf8;
  border-radius: 0.625rem;
  height: 100%;
  min-height: 12.8125rem;
}
.service-item:hover {
  background-color: #0000f1;
}
.service-item:hover .service-item__text {
  color: #fff;
}
.service-item:hover img {
  -webkit-filter: grayscale(100%) invert(1);
  filter: grayscale(100%) invert(1);
}
@media (max-width: 1024px) {
  .service-item {
    padding: 1.125rem;
  }
}
.service-item__icon {
  width: 4.125rem;
  height: 4.125rem;
  margin: 0 0 1.625rem;
}
.service-item__icon img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  -o-transition: filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}
.service-item__text {
  font-size: 1.25rem;
  color: #141414;
  font-weight: 500;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (max-width: 1024px) {
  .service-item__text {
    font-size: 1rem;
  }
}
.banner-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.375rem;
}
@media (max-width: 960px) {
  .banner-block {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 599px) {
  .banner-block {
    width: calc(100% + 20px);
    margin: 0 0 0 -10px;
  }
}
.protect-banner {
  background-color: #0000f1;
  border-radius: 0.625rem;
  background-repeat: no-repeat;
  background-position: right 20px center;
  height: 13.4375rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 2.125rem;
}
@media (max-width: 1024px) {
  .protect-banner {
    padding: 0 0 0 0.75rem;
  }
}
@media (max-width: 599px) {
  .protect-banner {
    background-size: 30%;
    background-position: right -30px center;
  }
}
.protect-banner__title {
  font-family: Gotham Pro, Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  max-width: 20.625rem;
  font-weight: 700;
  margin: 0 0 8px;
}
@media (max-width: 1200px) {
  .protect-banner__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 960px) {
  .protect-banner__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .protect-banner__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 375px) {
  .protect-banner__title {
    font-size: 1.0625rem;
    width: 70%;
  }
}
.protect-banner__sub {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 23px;
}
@media (max-width: 599px) {
  .protect-banner__sub {
    font-size: 1rem;
  }
}
.protect-banner__link {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
.consult-banner {
  border-radius: 0.625rem;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 13.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 0 2.125rem;
}
@media (max-width: 1024px) {
  .consult-banner {
    padding: 0 0 0 0.75rem;
    background-position: 59%;
  }
}
.consult-banner__title {
  font-family: Gotham Pro, Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  max-width: 20.625rem;
  font-weight: 700;
  margin: 0 0 19px;
}
@media (max-width: 1200px) {
  .consult-banner__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 960px) {
  .consult-banner__title {
    font-size: 1.5rem;
  }
}
@media (max-width: 599px) {
  .consult-banner__title {
    font-size: 1.25rem;
  }
}
@media (max-width: 375px) {
  .consult-banner__title {
    font-size: 1.0625rem;
  }
}
.consult-banner__sub {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  margin: 0 0 18px;
}
@media (max-width: 599px) {
  .consult-banner__sub {
    font-size: 1rem;
  }
}
.consult-banner__soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.consult-banner__soc .big-number {
  margin: 0 15px 0 0;
}
.consult-banner__soc .big-number__text {
  font-size: 1.5rem;
}
.consult-banner__soc .big-number:before {
  display: none;
}
.industry-block {
  width: 110%;
}
.industry-block .swiper-pagination {
  width: 90%;
}
@media (max-width: 1280px) {
  .industry-block,
  .industry-block .swiper-pagination {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .industry-block__title {
    text-align: center;
  }
}
.industry-block__slider {
  margin: 35px 0 0;
}
.industry-block__slider .swiper-container {
  margin: 0 0 1.1875rem;
}
@media (max-width: 599px) {
  .industry-block__slider .industrie-item {
    width: 77%;
  }
}
.industry-block__slider .swiper-slide {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
@media (max-width: 599px) {
  .industry-block__slider .swiper-slide-active ~ .swiper-slide {
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}
.industrie-item {
  display: block;
  width: 100%;
}
.industrie-item__img {
  width: 100%;
  height: 12.25rem;
  border-radius: 0.625rem;
  margin: 0 0 19px;
  overflow: hidden;
}
.industrie-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.industrie-item__text {
  font-size: 1rem;
  color: #141414;
}
.industrie-item:hover .industrie-item__img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
@media (max-width: 599px) {
  .reviews-block__title {
    text-align: center;
  }
}
.reviews-block__slider {
  position: relative;
  margin: 2.625rem 0 0;
}
@media (max-width: 1279px) {
  .reviews-block__slider {
    padding: 0 5%;
  }
}
@media (max-width: 640px) {
  .reviews-block__slider {
    padding: 0 10%;
    margin: 1.75rem 0 0;
  }
}
.reviews-block__slider .swiper-container {
  overflow: hidden;
}
.swiper-arrow {
  width: 1.5rem;
  height: 2.75rem;
  color: #afbbd1;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
.swiper-arrow.swiper-lock {
  opacity: 0.2;
  pointer-events: none;
}
.swiper-arrow:hover {
  color: #0000f1;
}
.swiper-arrow svg {
  width: 100%;
  height: 100%;
}
.swiper-arrow--next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
  left: -44px;
}
@media (max-width: 1279px) {
  .swiper-arrow--next {
    left: 0;
  }
}
.swiper-arrow--prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -44px;
}
@media (max-width: 1279px) {
  .swiper-arrow--prev {
    right: 0;
  }
}
.review-item {
  display: block;
  width: 100%;
}
@media (max-width: 560px) {
  .review-item {
    max-width: 11.875rem;
    margin: 0 auto;
  }
}
.review-item__img {
  height: 16.8125rem;
}
.review-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mfp-figure {
  background-color: rgba(0, 0, 0, 0) !important;
}
.mobile-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: -100%;
  top: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: left 0.3s linear;
  -o-transition: left 0.3s linear;
  transition: left 0.3s linear;
}
.mobile-menu.open {
  left: 0;
}
.mobile-menu .soc-block {
  margin: 0.75rem 0 0;
}
.mobile-menu__buttons {
  margin: 2.5rem 0 1.875rem;
}
.mobile-menu__buttons .button + .button {
  margin: 1.25rem 0 0;
}
.mobile-menu__overlay {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.mobile-menu__body {
  width: 300px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  height: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 599px) {
  .mobile-menu__body {
    width: 260px;
  }
}
.mobile-menu__list {
  margin: 2.5rem 0;
}
.mobile-menu__list a {
  display: block;
  font-size: 1.25rem;
  color: #141414;
  font-weight: 700;
}
.mobile-menu__list a.is-current {
  color: #0000f1;
}
.mobile-menu__list a + a {
  margin: 1.875rem 0 0;
}
.mobile-menu__bottom {
  margin: auto 0 0;
}
.mfp-close {
  display: none !important;
}
.close-popup {
  width: 55px;
  height: 55px;
  color: #fff;
  position: absolute;
  top: -68px;
  right: 39px;
}
@media (min-width: 768px) {
  .close-popup {
    top: -54px;
    right: -54px;
  }
}
.close-popup:hover {
  color: #c21f39;
}
.close-popup svg {
  width: 100%;
  height: 100%;
}
.popup--callback {
  width: 100%;
  max-width: 36.25rem;
  margin: 0 auto;
  border-radius: 0.625rem;
  background-color: #e6ecf8;
  padding: 2.3125rem 2.75rem 1.25rem;
}
@media (min-width: 768px) {
  .popup--callback {
    position: relative;
  }
}
.popup--thank {
  width: 100%;
  max-width: 36.25rem;
  margin: 0 auto;
  border-radius: 0.625rem;
  background-color: #fff;
  padding: 0 2.75rem 1.25rem;
}
@media (min-width: 768px) {
  .popup--thank {
    position: relative;
  }
}
.popup .cost-input + .cost-input {
  margin: 0.625rem 0 0;
}
.popup.log-pop .cost-input + .cost-input {
  margin: 1.875rem 0 0;
}
.popup__sub {
  font-size: 1.0625rem;
  font-weight: 500;
  color: #141414;
  text-align: center;
  max-width: 31.25rem;
  margin: 20px auto;
}
@media (max-width: 599px) {
  .popup__sub {
    font-size: 0.875rem;
  }
}
.popup__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 17px 0;
}
.log-pop .popup__button {
  margin: 30px 0 17px;
}
.popup__text {
  font-size: 0.875rem;
  max-width: 20rem;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
}
.popup .title {
  margin: 0 0 1.25rem;
}
.popup .title,
.thank-block {
  text-align: center;
}
.thank-block .button {
  margin: 0 auto;
}
.thank-block__icon {
  width: 133px;
  height: 133px;
  margin: 0 auto 1.875rem;
}
.thank-block__icon img {
  width: 100%;
  height: 100%;
}
.thank-block__text {
  font-size: 0.875rem;
  max-width: 20rem;
  margin: 0.625rem auto 0;
  font-weight: 500;
  text-align: center;
}
.error-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .error-block {
    margin: 20% 0 0;
  }
}
.error-block__title {
  font-size: 17.1875rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 1024px) {
  .error-block__title {
    font-size: 12.125rem;
  }
}
@media (max-width: 599px) {
  .error-block__title {
    font-size: 8rem;
  }
}
.error-block__sub {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  max-width: 52.5rem;
  margin: 0 auto 1.25rem;
}
@media (max-width: 1024px) {
  .error-block__sub {
    font-size: 0.875rem;
  }
}
.buisness-block {
  position: relative;
}
.buisness-block .title--white {
  line-height: 1.1;
  margin: 0 0 8px;
}
@media (max-width: 639px) {
  .buisness-block .title--white {
    font-size: 1.25rem;
  }
}
.buisness-block__img {
  width: 100%;
  height: 333px;
  border-radius: 10px;
  position: relative;
}
@media (max-width: 1024px) {
  .buisness-block__img {
    height: 423px;
  }
}
@media (max-width: 639px) {
  .buisness-block__img {
    height: 380px;
  }
}
.buisness-block__img img,
.buisness-block__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}
.buisness-block__sub-title {
  font-size: 1.25rem;
  color: #fff;
  letter-spacing: 0.05em;
  max-width: 378px;
  margin: 0 0 19px;
}
@media (max-width: 639px) {
  .buisness-block__sub-title {
    font-size: 16px;
    margin: 0 auto 19px;
  }
}
.buisness-block__body {
  position: absolute;
  top: 37px;
  left: 53px;
  width: 100%;
}
@media (max-width: 1024px) {
  .buisness-block__body {
    left: 20px;
  }
}
@media (max-width: 639px) {
  .buisness-block__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0 14px;
  }
}
@media (max-width: 639px) {
  .buisness-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.contacts-wrap {
  margin: 30px 0 0;
}
@media (max-width: 599px) {
  .contacts-wrap {
    margin: 21px 0 0;
  }
}
.contacts-wrap__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 34px 0 0;
}
@media (max-width: 1023px) {
  .contacts-wrap__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .contacts-wrap__body {
    margin: 29px 0 0;
  }
}
@media (max-width: 1023px) {
  .contacts-wrap__top {
    text-align: center;
  }
}
.contacts-wrap__top .title {
  font-family: Gilroy, Helvetica, Arial, sans-serif;
  font-size: 2.25rem;
}
.contacts-wrap__left {
  width: 440px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 59px 0 0;
}
@media (max-width: 1023px) {
  .contacts-wrap__left {
    width: 100%;
    margin: 0 0 30px;
  }
}
.contacts-wrap__form {
  width: 100%;
  margin: -2px 0 0;
}
.contacts-wrap__form form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 19px 0 0;
}
@media (max-width: 599px) {
  .contacts-wrap__form form {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 600px) {
  .contacts-wrap__form form .cost-input--textarea {
    grid-column: 1/3;
  }
}
@media (max-width: 599px) {
  .contacts-wrap__button .button {
    max-width: 100%;
  }
}
.contacts-wrap__title {
  font-size: 2rem;
  color: #141414;
  font-weight: 700;
  text-transform: uppercase;
}
.contacts-wrap__text {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  color: #141414;
  white-space: nowrap;
}
@media (max-width: 599px) {
  .contacts-wrap__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contacts-wrap__text > a {
  font-weight: 700;
  color: #141414;
  margin: 0 0 0 10px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
@media (max-width: 599px) {
  .contacts-wrap__text > a {
    margin: 10px 0 0;
  }
}
.contacts-wrap__text > a:hover {
  color: #0000f1;
}
.contacts-wrap__text .soc-block {
  margin: 0 0 0 10px;
}
@media (max-width: 599px) {
  .contacts-wrap__text .soc-block {
    margin: 10px 0 0;
  }
}
.contacts-wrap__text + .contacts-wrap__text {
  margin: 8px 0 28px;
}
.contacts-wrap__item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #141414;
  line-height: 1.3;
}
.contacts-wrap__item + .contacts-wrap__item {
  margin: 16px 0 0;
}
.contacts-wrap__item a {
  color: #141414;
}
.contacts-wrap__item a:hover {
  text-decoration: underline;
}
.breadcrumbs {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.breadcrumbs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #141414;
}
.breadcrumbs a[href]:hover {
  color: #0000f1;
}
.breadcrumbs a:not([href]):before {
  content: "/";
  display: block;
  margin: 0 11px;
}
.about-text h2 {
  font-weight: 700;
  color: #141414;
  font-size: 1.875rem;
  font-family: Gotham Pro, Helvetica, Arial, sans-serif;
}
.about-text p {
  font-size: 1.0625rem;
  line-height: 1.4;
}
@media (max-width: 599px) {
  .about-text p {
    font-size: 0.875rem;
  }
}
.about-text__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -9px 0 37px;
}
@media (max-width: 1023px) {
  .about-text__pic {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 12px 0 37px;
  }
}
.about-text__pic p {
  max-width: 544px;
  margin: 0 0 0 20px;
}
@media (max-width: 1023px) {
  .about-text__pic p {
    margin: 20px 0 0;
  }
}
@media (max-width: 599px) {
  .about-text__pic p {
    text-align: center;
  }
}
.about-text__middle {
  font-size: 2rem;
  color: #141414;
  font-weight: 700;
  text-align: center;
  border-top: 1px solid #0000f1;
  border-bottom: 1px solid #0000f1;
  padding: 29px 0;
  margin: 47px 0;
}
@media (max-width: 599px) {
  .about-text__middle {
    font-size: 1.5rem;
  }
}
.about-text__middle span {
  color: #0000f1;
}
