/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  /* background: url("../images/owl.video.play.png") no-repeat; */
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
html,
body {
  min-height: 100%;
  position: relative;
}
body {
  overflow-y: scroll;
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  font-size: 21px;
  line-height: 1.2;
}
p {
  margin: 1em 0;
}
a {
  outline: none;
  box-shadow: none;
}
.header {
  background: url(./images/bg_bottom.svg) no-repeat 50% 100%, linear-gradient(0deg, #FFE6E6 0%, #F6E4E9 13.76%, #DCDFF2 36.62%, #B4D7FF 65%, #AED2FF 71.83%, #9EC5FF 80.78%, #83AFFF 90.84%, #6496FF 100%);
  background-size: contain;
  color: #364AB2;
  font-size: 21px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .header {
    max-height: 900px;
    overflow: hidden;
    background: url(./images/bg_bottom.svg) no-repeat 50% 100%, url(./images/bg_header_tab.svg) no-repeat 94% 100%, url(./images/bg_header_fon.svg) no-repeat 32% 40%, linear-gradient(0deg, #FFE6E6 0%, #F6E4E9 13.76%, #DCDFF2 36.62%, #B4D7FF 65%, #AED2FF 71.83%, #9EC5FF 80.78%, #83AFFF 90.84%, #6496FF 100%);
  }
}
@media screen and (min-width: 1440px) {
  .header {
    background: url(./images/bg_bottom.svg) no-repeat 50% 100%, url(./images/bg_header_desk.svg) no-repeat 80% 120%, url(./images/bg_header_fon.svg) no-repeat 68% 51%, linear-gradient(0deg, #FFE6E6 0%, #F6E4E9 13.76%, #DCDFF2 36.62%, #B4D7FF 65%, #AED2FF 71.83%, #9EC5FF 80.78%, #83AFFF 90.84%, #6496FF 100%);
  }
}
@media screen and (min-width: 960px) {
  .header-wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding-top: 143px;
  }
}
.header__top-line {
  margin-top: 0;
  z-index: 10;
}
@media screen and (min-width: 960px) {
  .header__top-line {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    transition: height 50ms linear;
  }
}
@media screen and (min-width: 960px) {
  .header__top-line-wrapper {
    display: table;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
  }
}
.header__top-line-container {
  position: relative;
}
@media screen and (min-width: 960px) {
  .header__top-line-container {
    height: 143px;
  }
}
@media screen and (min-width: 960px) {
  .header__top-line--fixed {
    background: linear-gradient(0deg, #FFE6E6 0%, #F6E4E9 13.76%, #DCDFF2 36.62%, #B4D7FF 65%, #AED2FF 71.83%, #9EC5FF 80.78%, #83AFFF 90.84%, #6496FF 100%);
  }
  .header__top-line--fixed .header__top-line-container {
    height: 100px;
  }
}
.header__top-line--cloned {
  background: linear-gradient(0deg, #FFE6E6 0%, #F6E4E9 13.76%, #DCDFF2 36.62%, #B4D7FF 65%, #AED2FF 71.83%, #9EC5FF 80.78%, #83AFFF 90.84%, #6496FF 100%);
  top: -290px;
  left: 0;
  right: 0;
  position: absolute;
  opacity: 0;
}
.header__top-line--cloned .header__top-line-container {
  height: 290px;
}
@media screen and (min-width: 960px) {
  .header__top-line--cloned {
    display: none;
  }
}
.header__top-line--showed {
  opacity: 1;
}
.header__top-line--fixed {
  top: 0;
  position: fixed;
}
.header__bottom-line {
  margin-top: 0;
}
.header__logo {
  display: block;
  padding: 27px 48px 15px;
  height: 96px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .header__logo {
    display: table-cell;
    vertical-align: middle;
    padding: 18px 48px 18px 64px;
    max-width: 320px;
    height: auto;
  }
}
.header__menu {
  height: 194px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  .header__menu {
    display: table-cell;
    vertical-align: middle;
    height: auto;
    font-size: 0;
    padding-right: 64px;
    padding-bottom: 14px;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu {
    padding-right: 0px;
  }
}
.header__menu-list {
  display: block;
  margin: 0;
  border-top: 2px solid rgba(54, 74, 178, 0.2);
  padding: 0;
  z-index: 10;
  height: 194px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .header__menu-list {
    display: flex;
    justify-content: space-between;
    border: none;
    height: auto;
    text-align: justify;
  }
  .header__menu-list:after {
    width: 100%;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu-list {
    padding-right: 61px;
    padding-left: 82px;
  }
}
.header__menu-list:after {
  content: '';
  display: table;
  clear: both;
}
.header__menu-list-item {
  float: left;
  width: 33.3%;
  height: 50%;
  display: block;
  border-right: 2px solid rgba(54, 74, 178, 0.2);
  border-bottom: 2px solid rgba(54, 74, 178, 0.2);
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .header__menu-list-item {
    display: inline-block;
    float: none;
    height: 100%;
    width: auto;
    border: none;
    margin-right: 15px;
  }
}
.header__menu-list-item--label_examples,
.header__menu-list-item--label_contacts {
  border-right: none;
}
.header__menu-list-item--label_request {
  width: 66.6%;
}
.header__menu-list-item-link {
  display: block;
  color: #364AB2;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 100%;
}
.header__menu-list-item-link:hover {
  background-color: #ffffff;
  color: #364AB2;
}
.header__menu-list-item-link:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
@media screen and (min-width: 960px) {
  .header__menu-list-item-link {
    width: fit-content;
    margin-top: -2px;
    line-height: 20px;
    font-size: 17px;
    border-bottom: 2px solid rgba(54, 74, 178, 0.5);
  }
  .header__menu-list-item-link:before {
    content: none;
  }
  .header__menu-list-item-link:hover {
    background: none;
    border-bottom: 2px solid #364ab2;
  }
}
@media screen and (min-width: 1440px) {
  .header__menu-list-item-link {
    font-size: 21px;
    line-height: 25px;
  }
}
.header__menu-list-item-link-label {
  vertical-align: middle;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .header__menu-list-item-link-br {
    display: none;
  }
}
.header__menu-icon {
  display: block;
  border: none;
  outline: none;
  background: url(./images/burger.svg) 50% 50% no-repeat;
  width: 24px;
  height: 20px;
  padding: 0;
  position: absolute;
  top: 38px;
  right: 48px;
  cursor: pointer;
}
.header__menu-icon-wrapper {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 96px;
  font-size: 0;
}
@media screen and (min-width: 960px) {
  .header__menu-icon-wrapper {
    position: static;
    display: table-cell;
    vertical-align: middle;
    width: 67px;
    box-sizing: border-box;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .header__menu-icon {
    position: relative;
    margin: 0;
    display: inline-block;
    margin-bottom: 7px;
    top: auto;
    right: auto;
  }
}
.header__menu-icon:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0.3;
}
.header__menu-icon:hover:before {
  opacity: 1;
  background: #364AB2;
}
/* Button back */
.icon-mod {
  display: inline-block;
  vertical-align: middle;
  min-width: 32px;
  min-height: 32px;
}
.i-back {
  background: url(./images/icon-back-w.svg) center no-repeat;
}
.b-return-back {
  position: fixed;
  z-index: 9999;
  bottom: 30px;
  left: 60px;
  cursor: pointer;
  text-decoration: none !important;
  border-radius: 22px;
  font-family: "Open Sans", arial, sans-serif;
}
.b-return-back.dn {
  display: none;
}
.b-return-back__icon {
  margin: auto;
}
.b-return-back__icon-wrapper {
  background: linear-gradient(124.7deg, #80a9ff -130.16%, #5a85e0 138.48%);
  box-shadow: 0 4px 10px rgba(100, 150, 255, 0.25);
  width: 44px;
  height: 44px;
  border-radius: 100%;
  position: absolute;
  left: -22px;
  top: 0;
  text-align: center;
}
.b-return-back__text {
  background: #212121;
  height: 44px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 0 25px 0 40px;
  border-radius: 0 22px 22px 0;
  font-weight: bold;
}
.b-return-back,
.b-return-back__icon-wrapper,
.b-return-back__text {
  display: flex;
  align-items: center;
}
.logo {
  display: block;
  width: 214px;
  height: auto;
}
@media screen and (min-width: 960px) {
  .logo {
    width: 236px;
  }
}
@keyframes button-error-shake {
  0% {
    transform: translate3d(0, 0, 0);
  }
  20% {
    transform: translate3d(-2px, 0, 0);
  }
  40% {
    transform: translate3d(2px, 0, 0);
  }
  60% {
    transform: translate3d(-2px, 0, 0);
  }
  80% {
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes button-error-colors {
  0% {
    background-color: #ea3434;
  }
  40% {
    background-color: #ea3434;
  }
  100% {
    background-color: #6496FF;
  }
}
.section {
  padding: 64px 48px 0 48px;
  color: #2F1047;
}
@media screen and (min-width: 960px) {
  .section {
    max-width: 1600px;
    margin: 0 auto;
    padding: 36px 61px 0;
    clear: both;
  }
}
@media screen and (min-width: 1440px) {
  .section {
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .section--form {
    padding-top: 37px;
  }
}
.section__header {
  margin-bottom: 55px;
}
@media screen and (min-width: 960px) {
  .section__header--form {
    width: 550px;
  }
}
@media screen and (min-width: 960px) {
  .section__header {
    margin-bottom: 9px;
  }
}
@media screen and (min-width: 1440px) {
  .section__header {
    padding: 27px 64px 0;
  }
}
.section__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .section__title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1440px) {
  .section__title {
    line-height: 49px;
  }
}
.section__text {
  line-height: 32px;
  margin: 14px 0 0;
}
@media screen and (min-width: 960px) {
  .section__text {
    font-size: 17px;
    margin: 9px 0 0;
    line-height: 28px;
  }
}
.cross-nav {
  position: fixed;
  z-index: 50;
  bottom: 0;
  top: 0;
  right: -100%;
  width: 100%;
  overflow: hidden;
  transition: right 0.3s;
  min-height: 100%;
  background: rgba(54, 74, 178, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 32px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .cross-nav {
    width: 465px;
    right: -465px;
    font-size: 21px;
  }
}
.cross-nav--expanded {
  overflow-y: scroll;
  right: 0;
  transition: right 0.3s;
}
@media screen and (min-width: 960px) {
  .cross-nav--expanded {
    right: 0;
    transition: right 0.3s;
  }
}
.cross-nav__list {
  margin: 98px 0 91px 0;
  padding: 0;
}
.cross-nav__item {
  list-style: none;
  padding: 13px 91px 13px 42px;
}
@media screen and (min-width: 960px) {
  .cross-nav__item {
    padding-right: 38px;
  }
}
.cross-nav__item--current {
  background: rgba(0, 0, 0, 0.3);
}
.cross-nav__link {
  color: #ffffff;
  text-decoration: none;
}
.cross-nav__link:hover {
  opacity: 0.7;
}
.cross-nav__close {
  width: 120px;
  height: 82px;
  background: url(./images/burger-close.svg) 48px 38px no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: block;
  border: none;
  outline: none;
  padding: 0;
}
@media screen and (min-width: 960px) {
  .cross-nav__close {
    background-position: 56px 57px;
    background-size: 19px 18px;
  }
}
.cross-nav__close:hover {
  opacity: 0.5;
}
.cross-nav--expanded .cross-nav__close {
  position: fixed;
}
.what-we-do {
  overflow: hidden;
  position: relative;
  padding: 56px 48px 63px;
}
@media screen and (min-width: 960px) {
  .what-we-do {
    padding: 42px 61px 172px;
    overflow: visible;
  }
}
@media screen and (min-width: 1440px) {
  .what-we-do {
    padding: 74px 61px 157px;
  }
}
.what-we-do__title {
  width: 600px;
  color: #364AB2;
  margin: 0;
  margin-bottom: 13px;
  padding: 0;
  font-weight: normal;
  font-size: 42px;
  line-height: 48px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .what-we-do__title {
    width: inherit;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: -1px;
    max-width: 660px;
  }
}
@media screen and (min-width: 1440px) {
  .what-we-do__title {
    margin-bottom: 29px;
  }
}
.what-we-do__description {
  line-height: 32px;
  position: relative;
  z-index: 5;
  color: rgba(54, 74, 178, 0.65);
}
.what-we-do__description p {
  margin: 7px 0 15px;
}
@media screen and (min-width: 960px) {
  .what-we-do__description {
    margin-bottom: 83px;
    max-width: 660px;
  }
  .what-we-do__description p {
    margin: 15px 0 0;
  }
}
.what-we-do__label {
  display: block;
  margin: 26px auto 0;
  width: 234px;
  height: 140px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .what-we-do__label {
    margin-left: 47px;
    margin-bottom: 41px;
  }
}
.request-sabre-app {
  background: url(./images/form_bg_mob.svg) 100% 40% no-repeat, linear-gradient(0deg, #FFE6E6 0%, #F6E4E9 18.23%, #AED2FF 100%);
  height: auto;
  color: #2F1047;
  padding-bottom: 0;
  position: relative;
}
@media screen and (min-width: 960px) {
  .request-sabre-app {
    font-size: 0;
    max-width: none;
    padding-top: 60px;
    background: url(./images/form_bg_tab.svg) 100% 40% no-repeat, linear-gradient(0deg, #FFE6E6 0%, #F6E4E9 18.23%, #AED2FF 100%);
  }
}
@media screen and (min-width: 1440px) {
  .request-sabre-app {
    background: url(./images/form_bg_desk.svg) 51% 117% no-repeat, linear-gradient(0deg, #FFE6E6 0%, #F6E4E9 18.23%, #AED2FF 100%);
  }
}
.request-sabre-app__wrapper {
  position: relative;
  padding-bottom: 64px;
}
@media screen and (min-width: 960px) {
  .request-sabre-app__wrapper {
    max-width: 1600px;
    margin: 0 auto;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 1440px) {
  .request-sabre-app__wrapper {
    padding: 32px 0 64px;
  }
}
.request-sabre-app__header {
  padding-bottom: 11px;
  position: relative;
  z-index: 2;
  margin-bottom: 7px;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .request-sabre-app__header {
    padding-bottom: 0;
    margin-bottom: 4px;
    margin-top: 0;
  }
}
.request-sabre-app__description {
  padding-right: 36px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .request-sabre-app__description {
    padding-right: 95px;
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    font-size: 17px;
    vertical-align: top;
  }
}
@media screen and (min-width: 1440px) {
  .request-sabre-app__description {
    box-sizing: content-box;
    padding-left: 62px;
    padding-right: 0;
    margin-right: 8%;
    width: 430px;
  }
}
.request-sabre-app__form {
  padding: 35px 48px 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 960px) {
  .request-sabre-app__form {
    padding-top: 6px;
    padding-left: 31px;
    padding-right: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    font-size: 21px;
  }
}
@media screen and (min-width: 1440px) {
  .request-sabre-app__form {
    padding-left: 0;
    padding-right: 0;
    box-sizing: content-box;
  }
}
.request-sabre-app p {
  line-height: 30px;
  margin: 7px 0 21px;
}
@media screen and (min-width: 960px) {
  .request-sabre-app p {
    margin: 7px 0 8px;
    line-height: 28px;
  }
}
.form__group {
  margin-bottom: 32px;
  position: relative;
  display: block;
}
.form__group--status_error:after {
  content: attr(data-error-message);
  padding: 0 28px;
  line-height: 60px;
  border: 2px solid rgba(214, 29, 19, 0.65);
  border-radius: 32px;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: text;
  color: #ff170b;
}
.form__group--status_error .form__button-filename {
  color: #ff170b;
}
@media screen and (min-width: 1440px) {
  .form__group--large-permission {
    display: inline-block;
    width: 48%;
  }
}
@media screen and (min-width: 1440px) {
  .form__group--large-permission:nth-child(2) {
    float: right;
  }
}
.form__field {
  line-height: 60px;
  border-radius: 32px;
  border: 2px solid rgba(100, 150, 255, 0.5);
  background: transparent;
  outline: none;
  padding: 0 28px;
  color: #171717;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.form__field--deteils {
  resize: none;
  height: 64px;
  overflow: hidden;
  position: relative;
  height: 96px;
  line-height: 24px;
  padding-top: 12px;
}
.form__field::placeholder {
  color: rgba(47, 16, 71, 0.65);
}
.form__field:invalid {
  box-shadow: none;
  content: 'test';
}
.form__field:focus {
  border-color: #6496FF;
  background-color: #ffffff;
}
.form__field:focus::placeholder {
  opacity: 0;
}
.form__field--status_error {
  opacity: 0;
}
.form__field-file {
  cursor: pointer;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  text-align: right;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 50px;
  top: 0;
}
.form__button-label--file-chosen .form__field-file {
  cursor: default;
}
.form__field-file:focus {
  background-color: transparent;
}
.form__field-file-delete {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -18px;
  background: url(./images/button-file__delete.svg) 0 0 no-repeat;
  width: 34px;
  height: 34px;
}
.form__button {
  border: none;
  display: block;
  height: 62px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  transition: transform 0.2s linear, width 0.1s linear, margin 0.1s linear;
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  position: relative;
  background-color: transparent;
}
.form__button-policy {
  margin: 20px 0;
  font-size: 14px;
  color: #705981;
}
.form__button-policy_link-bold {
  color: #2f1047;
}
.form__button-icon {
  fill: #ffffff;
  width: 40px;
  height: 40px;
  vertical-align: top;
  display: inline-block;
  position: absolute;
  left: -45px;
  top: 50%;
  margin-top: -20px;
}
.form__button-text {
  display: inline-block;
  position: relative;
}
.form__button-label {
  display: block;
  line-height: 62px;
  border-radius: 32px;
  color: #2F1047;
  text-align: center;
  background-color: #6496FF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.form__button-label--success {
  transform: rotateX(180deg);
  background-color: #49ab39;
}
.form__button-label--file {
  overflow: hidden;
  position: relative;
  border: 2px solid rgba(100, 150, 255, 0.5);
  border-radius: 32px;
  height: 64px;
  line-height: 64px;
  white-space: nowrap;
  outline: none;
  padding: 0 62px 0 28px;
  color: rgba(47, 16, 71, 0.65);
  font-family: "Roboto", sans-serif;
}
.form__button-label--file:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  background: url(./images/button-file__upload.svg) 0 0 no-repeat;
  cursor: pointer;
}
.form__button-label--file-chosen {
  border: 2px dashed transparent;
  border-radius: 0;
  padding-left: 62px;
  color: #171717;
}
.form__button-label--file-chosen:after {
  display: none;
}
.form__button-label--file-chosen:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 64px;
  background: url(./images/button-file__file.svg) 0 0 no-repeat;
}
.form__button-filename {
  display: block;
  position: relative;
  overflow: hidden;
  mask-image: gradient(linear, right top, 70% top, from(rgba(0, 0, 0, 0)), to(#000000));
  -webkit-mask-image: -webkit-gradient(linear, right top, 70% top, from(rgba(0, 0, 0, 0)), to(#000000));
}
.form__button--status_progress {
  opacity: 0.5;
}
.form__button--status_error {
  transform: rotateX(0deg);
  animation-name: button-error-shake;
  animation-duration: 400ms;
}
.form__button--status_error .form__button-label--default {
  animation-name: button-error-colors;
  animation-duration: 800ms;
}
.form__button--status_success {
  transform: rotateX(180deg);
}
.form__button:focus {
  padding: 0;
  outline: none;
}
.form__button:hover {
  margin-left: -2px;
  margin-right: -2px;
  width: calc(100% + 4px);
}
@media screen and (min-width: 960px) {
  .form__button {
    margin-top: 31px;
  }
}
.cssload-jumping {
  position: relative;
  display: inline;
  width: 49px;
}
.cssload-jumping,
.cssload-jumping * {
  box-sizing: border-box;
}
.cssload-jumping span {
  position: absolute;
  top: 16px;
  display: inline-block;
  height: 4px;
  width: 4px;
  background: #6496FF;
  background-clip: padding-box;
  -o-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
}
.cssload-jumping span:nth-child(1) {
  animation: scale 3.25s 0.33s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-animation: scale 3.25s 0.33s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-animation: scale 3.25s 0.33s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-animation: scale 3.25s 0.33s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-animation: scale 3.25s 0.33s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  right: -10px;
}
.cssload-jumping span:nth-child(2) {
  animation: scale 3.25s 0.65s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-animation: scale 3.25s 0.65s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-animation: scale 3.25s 0.65s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-animation: scale 3.25s 0.65s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-animation: scale 3.25s 0.65s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  right: -17px;
}
.cssload-jumping span:nth-child(3) {
  animation: scale 3.25s 0.98s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-animation: scale 3.25s 0.98s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-animation: scale 3.25s 0.98s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-animation: scale 3.25s 0.98s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-animation: scale 3.25s 0.98s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  right: -24px;
}
.cssload-jumping span:nth-child(4) {
  animation: scale 3.25s 1.3s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-animation: scale 3.25s 1.3s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-animation: scale 3.25s 1.3s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -webkit-animation: scale 3.25s 1.3s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-animation: scale 3.25s 1.3s infinite cubic-bezier(0.6, -0.28, 0.735, 0.045);
  right: -31px;
}
@keyframes scale {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(0.9, 0.9);
    background: #2F1047;
  }
  50% {
    transform: scale(1, 1);
    margin: 0 1px;
    background: #2F1047;
  }
  100% {
    transform: scale(0);
  }
}
.footer {
  color: #828282;
  line-height: normal;
  font-size: 0;
  padding: 32px 24px 0;
}
@media screen and (min-width: 960px) {
  .footer {
    max-width: 1600px;
    padding: 34px 41px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.footer__column {
  padding: 25px 23px 32px;
  box-sizing: border-box;
  font-size: 21px;
  vertical-align: top;
}
.footer__column--copyright {
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .footer__column {
    padding: 25px 23px 23px;
    width: 50%;
    display: inline-block;
    font-size: 14px;
  }
  .footer__column--moscow-office {
    order: 2;
  }
  .footer__column--dubai-office {
    order: 3;
  }
  .footer__column--copyright {
    width: 100%;
    order: 1;
    padding-bottom: 100px;
    position: relative;
  }
}
@media screen and (min-width: 1440px) {
  .footer__column {
    width: 25%;
  }
  .footer__column--copyright {
    width: 100%;
  }
}
.footer__column-title {
  color: #4F4F4F;
  font-family: "Rubik", sans-serif;
}
@media screen and (min-width: 960px) {
  .footer__column-title {
    margin-bottom: 14px;
  }
}
.footer__column-title-link {
  color: rgba(54, 74, 178, 0.9);
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid rgba(54, 74, 178, 0.2);
  padding-bottom: 3px;
}
.footer__column-title-link:hover {
  border-color: rgba(54, 74, 178, 0.9);
}
.footer__column p {
  margin: 14px 0 0;
}
.footer__tel {
  display: none;
}
@media screen and (min-width: 960px) {
  .footer__tel {
    display: inline;
  }
}
.footer__tel-mobile {
  display: inline;
}
@media screen and (min-width: 960px) {
  .footer__tel-mobile {
    display: none;
  }
}
.footer__tel-mobile a {
  text-decoration: none;
  color: rgba(54, 74, 178, 0.9);
}
.services {
  color: #2F1047;
  padding: 59px 0 0;
}
.services__wrapper {
  padding: 0px 48px;
}
@media screen and (min-width: 960px) {
  .services__wrapper {
    padding: 0px 64px;
  }
}
@media screen and (min-width: 1440px) {
  .services__wrapper {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.services--avia {
  background: linear-gradient(180deg, rgba(102, 179, 255, 0.25) -0.06%, rgba(223, 249, 255, 0.25) 62.41%, rgba(255, 255, 255, 0) 100%) no-repeat;
  background-size: 100% 42%;
  box-shadow: inset 0px 1px 0px rgba(102, 179, 255, 0.25);
  margin-top: 56px;
}
.services--avia .services__pairs {
  border-top: 1px solid rgba(102, 179, 255, 0.25);
}
.services--railway {
  background: linear-gradient(180deg, rgba(255, 139, 188, 0.25) -0.06%, rgba(255, 229, 221, 0.25) 62.41%, rgba(255, 255, 255, 0) 100%) no-repeat;
  background-size: 100% 42%;
  box-shadow: inset 0px 1px 0px rgba(255, 139, 188, 0.25);
}
.services--railway .services__pairs {
  border-top: 1px solid rgba(255, 139, 188, 0.25);
}
.services--hotel {
  background: linear-gradient(180deg, rgba(255, 195, 136, 0.25) -0.06%, rgba(254, 246, 220, 0.25) 62.41%, rgba(255, 255, 255, 0) 100%) no-repeat;
  background-size: 100% 42%;
  box-shadow: inset 0px 1px 0px rgba(255, 195, 136, 0.25);
}
.services--hotel .services__pairs {
  border-top: 1px solid rgba(255, 195, 136, 0.25);
}
.services--insurance {
  background: linear-gradient(180deg, rgba(93, 241, 167, 0.25) -0.06%, rgba(231, 255, 213, 0.25) 62.41%, rgba(255, 255, 255, 0) 100%) no-repeat;
  background-size: 100% 42%;
  box-shadow: inset 0px 1px 0px rgba(93, 241, 167, 0.25);
}
.services--insurance .services__pairs {
  border-top: 1px solid rgba(93, 241, 167, 0.25);
}
.services__title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 35px;
}
@media screen and (min-width: 960px) {
  .services__title {
    font-size: 21px;
    margin: 0 0 33px;
  }
}
.services__title--avia {
  color: #66B3FF;
}
.services__title--railway {
  color: #FD61A3;
}
.services__title--hotel {
  color: #E5AC73;
}
.services__title--insurance {
  color: #42E393;
}
@media screen and (min-width: 960px) {
  .services__services-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .services__services-list--last {
    justify-content: space-around;
  }
}
@media screen and (min-width: 960px) {
  .services__services-item {
    width: 31%;
  }
}
@media screen and (min-width: 960px) {
  .services__services-item--last {
    width: 47%;
  }
}
.services__services-item:not(:first-of-type) {
  margin-top: 32px;
}
@media screen and (min-width: 960px) {
  .services__services-item:not(:first-of-type) {
    margin-top: 0px;
  }
}
.services__services-title {
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  margin: 0 0 16px;
}
@media screen and (min-width: 960px) {
  .services__services-title {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 8px;
  }
}
.services__services-description {
  font-size: 21px;
  line-height: 32px;
  margin: 0 0 15px;
}
@media screen and (min-width: 960px) {
  .services__services-description {
    font-size: 17px;
    line-height: 28px;
  }
}
.services__pairs {
  display: flex;
  overflow-x: scroll;
  margin: 55px 0 0;
}
@media screen and (min-width: 960px) {
  .services__pairs {
    overflow-x: hidden;
    padding: 0 13px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 45px 0 0;
  }
}
.services__pairs-wrapper {
  position: relative;
}
@media screen and (min-width: 960px) {
  .services__pairs-logo {
    width: 161px;
    height: 112px;
  }
}
.services__pairs-scroll {
  position: absolute;
  top: 0;
  width: 48px;
  height: 100%;
  cursor: pointer;
}
.services__pairs-scroll--left {
  left: -48px;
  background: url(./images/services-scroll-left.svg) center no-repeat;
}
.services__pairs-scroll--right {
  right: -48px;
  background: url(./images/services-scroll-right.svg) center no-repeat;
}
@media screen and (min-width: 960px) {
  .services__pairs--last {
    justify-content: center;
  }
}
.other-services {
  background: linear-gradient(0deg, rgba(225, 224, 240, 0.15), rgba(225, 224, 240, 0.15)), #FFFFFF;
  box-shadow: 0px -1px 0px rgba(225, 224, 240, 0.5), 0px 1px 0px rgba(225, 224, 240, 0.5);
}
.other-services__wrapper {
  padding: 59px 48px 64px;
}
@media screen and (min-width: 960px) {
  .other-services__wrapper {
    padding: 59px 64px 32px;
  }
}
@media screen and (min-width: 1440px) {
  .other-services__wrapper {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.other-services__title {
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ABA9BF;
  text-align: center;
  margin: 0 0 42px;
}
@media screen and (min-width: 960px) {
  .other-services__title {
    font-size: 21px;
  }
}
@media screen and (min-width: 960px) {
  .other-services__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.other-services__item {
  background-color: white;
  border: 1px solid rgba(225, 224, 240, 0.5);
  box-shadow: 0px 8px 24px rgba(225, 224, 240, 0.25);
  padding: 27px 32px 7px;
  color: #2F1047;
  margin-bottom: 48px;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .other-services__item {
    width: 48.5%;
    margin-bottom: 32px;
  }
}
.other-services__item-title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 0 18px;
}
@media screen and (min-width: 960px) {
  .other-services__item-title {
    font-size: 17px;
  }
}
.other-services__item-description {
  font-size: 21px;
  line-height: 32px;
  margin: 0 0 15px;
}
@media screen and (min-width: 960px) {
  .other-services__item-description {
    font-size: 17px;
    line-height: 28px;
  }
}
.other-services__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 960px) {
  .other-services__item:last-of-type {
    margin-bottom: 32px;
  }
}
.corporate {
  color: #2F1047;
}
.corporate__wrapper {
  padding: 37px 48px 0;
}
@media screen and (min-width: 960px) {
  .corporate__wrapper {
    padding: 56px 64px 0;
  }
}
@media screen and (min-width: 1440px) {
  .corporate__wrapper {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.corporate__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: lighter;
  margin: 0 0 13px;
}
@media screen and (min-width: 960px) {
  .corporate__title {
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 6px;
  }
}
.corporate__description {
  font-size: 21px;
  line-height: 32px;
  margin: 0 0 55px;
}
@media screen and (min-width: 960px) {
  .corporate__description {
    font-size: 17px;
    line-height: 28px;
  }
}
.corporate__answer-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.corporate__answer-item {
  width: 48%;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .corporate__answer-item {
    width: 31%;
  }
}
.corporate__answer-item:last-of-type {
  width: 100%;
}
@media screen and (min-width: 960px) {
  .corporate__answer-item:last-of-type {
    width: 31%;
  }
}
.corporate__answer-logo {
  text-align: center;
}
.corporate__answer-link {
  text-decoration: none;
  color: inherit;
}
.corporate__answer-link:visited {
  color: inherit;
}
.corporate__answer-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: bold;
  text-align: left;
  margin: 15px 0 14px;
}
@media screen and (min-width: 960px) {
  .corporate__answer-title {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
    margin: 11px 0 8px;
  }
}
.corporate__answer-title--last {
  text-align: center;
}
.corporate__answer-description {
  font-size: 21px;
  line-height: 32px;
  text-align: left;
  margin: 0 0 55px;
}
@media screen and (min-width: 960px) {
  .corporate__answer-description {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }
}
.clients {
  background: linear-gradient(184.23deg, rgba(225, 224, 240, 0.25) 3.79%, rgba(255, 255, 255, 0) 83.67%) no-repeat;
  background-size: 100% 42%;
  box-shadow: inset 0px 1px 0px rgba(225, 224, 240, 0.5);
  color: #2F1047;
}
@media screen and (min-width: 960px) {
  .clients {
    background-size: 100% 23%;
  }
}
.clients__wrapper {
  padding: 54px 48px 45px;
}
@media screen and (min-width: 960px) {
  .clients__wrapper {
    padding: 54px 64px 32px;
  }
}
@media screen and (min-width: 1440px) {
  .clients__wrapper {
    max-width: 1600px;
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.clients__title {
  font-size: 48px;
  line-height: 56px;
  font-weight: lighter;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .clients__title {
    font-size: 42px;
    line-height: 48px;
    margin: 0 0 22px;
  }
}
@media screen and (min-width: 960px) {
  .clients__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.clients__item {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .clients__item {
    width: 48%;
  }
}
.clients__item-title {
  font-size: 24px;
  line-height: 36px;
  margin: -8px 0 14px;
}
@media screen and (min-width: 960px) {
  .clients__item-title {
    font-size: 17px;
    line-height: 28px;
    margin: -13px 0 8px;
  }
}
.clients__item-link {
  text-decoration: none;
  color: inherit;
  border-bottom: 2px solid #6496FF;
}
.clients__item-link:visited {
  color: inherit;
}
.clients__item-description {
  text-align: left;
  font-size: 21px;
  line-height: 32px;
  margin: 0 0 10px;
}
@media screen and (min-width: 960px) {
  .clients__item-description {
    font-size: 17px;
    line-height: 28px;
    margin: 0 0 24px;
  }
}
.locales {
  margin: 0;
  position: absolute;
  left: 23px;
  bottom: 0;
  font-size: 15px;
  height: 58px;
}
@media screen and (min-width: 960px) {
  .locales {
    height: 58px;
    bottom: 0;
    right: 23px;
  }
}
.locales__list {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
}
.locales__item {
  padding: 4px 0 0;
  white-space: nowrap;
  margin-top: 16px;
  box-sizing: border-box;
  font-size: 21px;
  position: relative;
  display: inline-block;
  height: 100%;
  margin-top: 0;
}
.locales__item:not(:first-child) {
  margin-left: 40px;
}
@media screen and (min-width: 960px) {
  .locales__item {
    font-size: inherit;
  }
}
@media screen and (min-width: 1440px) {
  .locales__item:not(:first-child) {
    margin-left: 78px;
  }
}
.locales__item--current {
  padding: 4px 4px 12px;
  background: rgba(54, 74, 178, 0.9);
  color: #ffffff;
  padding: 4px 4px 0;
}
.locales__link {
  padding: 0 4px;
  text-decoration: none;
  display: block;
  color: rgba(47, 16, 71, 0.65);
}
.locales__link:hover {
  color: rgba(54, 74, 178, 0.9);
}
.locales__locale-short {
  font-family: "Rubik", sans-serif;
  color: rgba(54, 74, 178, 0.9);
  border-bottom: 1px solid rgba(54, 74, 178, 0.2);
  padding-bottom: 3px;
}
.locales__item--current .locales__locale-short {
  border-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.locales__link:hover .locales__locale-short {
  border-bottom: 0;
  padding-bottom: 0;
}
.locales__link:hover .locales__locale-full {
  border-bottom: 1px solid rgba(54, 74, 178, 0.9);
  padding-bottom: 3px;
}
/*Widget callback*/
.widget_callback {
  font-size: 14px;
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 10000;
}
.widget_callback__call-icon {
  display: block;
  background: url(./images/phone_widget.svg) 50% center no-repeat;
  background-size: auto;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.widget_callback__opened-block {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.widget_callback__call-button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #026a6f;
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: white;
  padding: 10px;
  border-radius: 10px 0 0 10px;
  cursor: pointer;
}
.widget_callback__close-button {
  background-size: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 95px;
  height: 22px;
  border-radius: 1px 0 0 10px;
  margin: 0;
  padding: 10px;
  background-color: #026a6f;
  position: relative;
  cursor: pointer;
  text-align: right;
  color: white;
}
.widget_callback__close-button::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 10px;
  top: 38%;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg);
}
.widget_callback__open-button {
  display: none;
  background: url(./images/phone_widget.svg) 90% center no-repeat;
  background-size: auto;
  align-items: center;
  width: 30px;
  height: 24px;
  border-radius: 10px 0 0 10px;
  margin: 0;
  padding: 10px;
  background-color: #026a6f;
  position: relative;
  cursor: pointer;
}
.widget_callback__open-button.js-callback-widget-open::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  left: 10px;
  top: 38%;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(-135deg);
}
.widget_callback__form-wrapper {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.5);
}
.widget_callback__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 350px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  padding: 20px;
  border: 2px solid #026a6f;
  border-radius: 10px;
}
.widget_callback__form-close-button {
  background: url(./images/burger-close.svg) 50% top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.widget_callback__form-title {
  font-size: 24px;
  font-weight: 800;
  color: #026a6f;
  padding: 10px 0;
}
.widget_callback__form-buttons {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 32px;
}
.widget_callback__form-success-sent {
  color: #49ab39;
  display: none;
  text-align: left;
  width: 100%;
  font-size: 14px;
}
.widget_callback__form-error-sent {
  display: none;
  color: #ff170b;
  text-align: left;
  width: 100%;
  font-size: 14px;
}
.widget_callback__form-error {
  border-color: #ff170b;
}
.widget_callback__form-text {
  font-size: 16px;
}
.widget_callback__form-text a {
  color: #4e4e4e;
  font-weight: 600;
  text-decoration: none;
}
.widget_callback__phone {
  width: 50%;
  box-shadow: none;
  font-size: 16px;
  border: 1px solid #939393;
  border-radius: 2px;
  padding: 5px;
}
.widget_callback__submit-button,
.widget_callback__submit-button:hover,
.widget_callback__submit-button:focus {
  width: 50%;
  margin-left: 10px;
  border-radius: 2px;
  border: none;
  background-color: #026a6f;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  outline: none;
}
.widget_callback__submit-button:disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.widget_callback__form-error::placeholder {
  color: #ff170b;
}
@media screen and (max-width: 1200px) {
  .widget_callback__opened-block {
    display: none;
  }
  .widget_callback__open-button {
    display: block;
  }
  .widget_callback__form {
    width: 80vw;
    height: 25vh;
  }
}

.formSpinner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: .2s linear;
}

.formSpinner.active {
  opacity: 1;
  visibility: visible;
}


.formSpinner .spinnerInner {
  width: 248px;
  height: 248px;
  display: inline-block;
  position: relative;
  visibility: none;
  opacity: 0;
}
.formSpinner .spinnerInner::after,
.formSpinner .spinnerInner::before {
  content: '';  
  box-sizing: border-box;
  width: 248px;
  height: 248px;
  border-radius: 50%;
  border: 5px solid var(--color-form-spinner);
  position: absolute;
  left: 0;
  top: 0;
  animation: formSpinnerAnimation 2s linear infinite;
}
.formSpinner .spinnerInner::after {
  animation-delay: 1s;
}

.formSpinner.active .spinnerInner {
  visibility: visible;
  opacity: 1;
}

@keyframes formSpinnerAnimation {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
:root {
  --callbackWidget-inputPadding: 11px;
  --callbackWidget-inputHeight: 48px;
  --callbackWidget-color: #ED7D31;
}

/* сброс браузерных стилей */
.callbackWidget, 
.callbackWidget *, 
.callbackWidget *::before, 
.callbackWidget *::after {
  box-sizing: border-box;
}

.callbackWidget input[type='number'] {
  -moz-appearance:textfield;
}
.callbackWidget input::-webkit-outer-spin-button,
.callbackWidget input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}


.callbackWidget {
  margin: 0 auto;
  padding: 32px 62px;
  width: 100%;
  max-width: 560px;

  font-family: 'Lato';
  background-color: #fff;
  border-radius: 9px;
  position: relative;
  overflow: hidden;

}

.callbackWidgetShowBorder {
  border: 1px solid #E9E9E9;
}

.callbackWidget__closeCross {
  display: block;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

.callbackWidget__title {
  margin: 0;
  margin-bottom: 16px;
  color: #535353;
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
}
.callbackWidget__subtitle {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  color: #9E9E9E;
  text-align: left;
}


/* input item */
.callbackWidget__inputComponent {
  margin-bottom: 32px;
  position: relative;
}

/* плейсхолдер */
.callbackWidget__inputComponent-label {
  padding: 0 calc(var(--callbackWidget-inputPadding) / 2);
  max-width: 96%;
  position: absolute;
  top: 50%;
  left: calc(var(--callbackWidget-inputPadding) / 2);
  z-index: 1;
  transform: translateY(-50%);

  color: #9E9E9E;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;

  pointer-events: none;
  transition: .1s linear;
}
.callbackWidget__inputComponent:hover:not(.callbackWidget__inputComponent.active) .callbackWidget__inputComponent-label {
  top: calc(50% - 3px);
}

.callbackWidget__inputComponent-input {
  padding: var(--callbackWidget-inputPadding);
  width: 100%;
  height: var(--callbackWidget-inputHeight);
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  outline: none;
}



/* ошибки */
.callbackWidget__inputComponent-errorText {
  position: absolute;
  top: calc(100% + 1px);
  left: var(--callbackWidget-inputPadding);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  color: #B00020;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .1s linear;
}

.callbackWidget__inputComponent-errorLogo {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .1s linear;
}


/* Активные items */
.callbackWidget__inputComponent.active .callbackWidget__inputComponent-label {
  top: 0%;
}



.callbackWidget__agreement-wrapper {
  margin-bottom: 17px;
  display: flex;
}
.callbackWidget__agreement-label {
  display: inline;
  cursor: pointer;
  font-size: 14px;
  color: #535353;
  transition: .1s linear;
}
.callbackWidget__agreement-checkbox-wrapper {
  margin-right: 17px;
  margin-bottom: 0; /* анти-бутстрап */
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px);  /* поправка на центр */
}

.callbackWidget__agreement-checkbox-visible {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  cursor: pointer;
  transition: .1s linear;
}
.callbackWidget__agreement-checkbox-visible:hover {
  border-color: #4EB857;
}

.callbackWidget__agreement-wrapper.active .callbackWidget__agreement-checkbox-visible {
  background-color: #4EB857;
  border-color: #4EB857;
}

.callbackWidget__agreement-checkbox-visible__check-mark {
  display: block;
  pointer-events: none;
}

.callbackWidget__agreement-checkbox-hidden {
  display: inline-block;
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}



/* текст политики конфиденциальности */
.callbackWidget__personalDataText {
  margin-bottom: 40px;
  font-size: 10px;
  line-height: 1.1;
  color: #818181;
  height: 0px;
  overflow: hidden;
  transition: .2s linear;
}

.callbackWidget__personalDataText-inner {
  transform: translateY(-100%);
  transition: .2s linear;
}

.callbackWidget__personalDataText.active {
  height: auto;
}
.callbackWidget__personalDataText.active .callbackWidget__personalDataText-inner {
  transform: translateY(0%);
}

.callbackWidget__personalDataText-link {
  text-decoration: none;
  color: var(--callbackWidget-color);
  position: relative;
}
.callbackWidget__personalDataText-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--callbackWidget-color);
  pointer-events: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}



.callbackWidget__agreement-info {
  line-height: 1.2;
}

.callbackWidget__agreement-toggle {
  text-decoration: none;
  color: var(--callbackWidget-color);
  position: relative;
  font-size: 14px;
  cursor: pointer;
}
.callbackWidget__agreement-toggle::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--callbackWidget-color);
  pointer-events: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}

.callbackWidget__submit-btn {
  margin: 0 auto;
  max-width: 332px;
  width: 100%;
  height: 55px;

  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lato';
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  background-color: var(--callbackWidget-color);
  opacity: 1;
  border: none;
  cursor: pointer;
  transition: .2s linear;
}
.callbackWidget__submit-btn:disabled {
  opacity: .7;
  cursor: not-allowed;
}

/* анти-бутстрап */
.callbackWidget__submit-btn:focus {
  outline: none;
}


@media (max-width: 635px) {
  .callbackWidget {
    padding: 32px 16px 24px;
    width: 100%;
    max-width: 320px;
  }
  .callbackWidget__title {
    font-size: 16px;
  }
  .callbackWidget__subtitle {
    margin: 0 auto 24px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    font-size: 14px;
  }

  .callbackWidget__inputComponent {
    margin-bottom: 24px;
  }

  .callbackWidget__personalDataText {
    margin-bottom: 24px;
  }

  .callbackWidget__agreement-toggle {
    text-decoration: underline;
  }
  .callbackWidget__agreement-toggle::after {
    display: none;
  }
}
.callbackWidget__inputComponent.error .callbackWidget__inputComponent-input {
  border-color: #B00020;
}

.callbackWidget__inputComponent.error .callbackWidget__inputComponent-label {
  color: #B00020;
}

.callbackWidget__inputComponent.error .callbackWidget__inputComponent-errorText,
.callbackWidget__inputComponent.error .callbackWidget__inputComponent-errorLogo {
  visibility: visible;
  opacity: 1;
}

/* текст ошибок */
.callbackWidget__inputComponent .errorTextEmpty,
.callbackWidget__inputComponent .errorTextWrongValue {
  display: none;
}

.callbackWidget__inputComponent.error.empty .errorTextEmpty,
.callbackWidget__inputComponent.error.wrongValue .errorTextWrongValue {
  display: inline;
}


/* чекбокс */
.callbackWidget__agreement-wrapper.error .callbackWidget__agreement-checkbox-visible {
  border-color: #B00020;
}
.callbackWidget__agreement-wrapper.error .callbackWidget__agreement-label {
  color: #B00020;
}
.callbackWidgetMask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -10;

  display: flex;
  justify-content: center;
  align-items: center;

  visibility: hidden;
  opacity: 0;
  /* transition: background-color .3s linear, opacity .3s linear; */
  background-color: rgba(0, 0, 0, 0.6);
}

.callbackWidgetMask.active {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transition: background-color .3s linear, opacity .3s linear;
}
.callbackWidgetBtn, 
.callbackWidgetBtn *,
.callbackWidgetBtn *::before,
.callbackWidgetBtn *::after {
  box-sizing: border-box;
}


.callbackWidgetBtn {
  height: 86px;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 5;

  font-family: 'Lato';
  color: #fff;
}


.callbackWidgetBtn__order {
  padding: 10px;
  width: 178px;
  height: 50px;
  /* display: none; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.1;
  font-weight: 600;

  font-size: 16px;

  background-color: var(--callbackWidget-color);
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px 0 0 10px;
}
.callbackWidget__phone-icon {
  display: block;
  width: 25px;
  height: auto;
  pointer-events: none;
}
.callbackWidgetBtn__order-text {
  pointer-events: none;
  font-size: 16px;
  font-family: 'Lato';
}


.callbackWidgetBtn__collapse {
  margin-left: auto;
  padding: 10px;
  width: 95px;
  height: 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Lato';
  text-align: right;

  font-size: 14px;
  color: #fff;
  background-color: var(--callbackWidget-color);
  position: relative;
  cursor: pointer;
  border-radius: 1px 0 0 10px;
}

.callbackWidgetBtn__collapse-arrow {
  width: 8px;
  height: 8px;
  left: 10px;
  top: 13px;
  border-right: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(45deg) ;
  pointer-events: none;
}
.callbackWidgetBtn__collapse-text {
  pointer-events: none;
  font-size: 14px;
  font-family: 'Lato';
}


.callbackWidgetBtn__expand {
  margin: 0 0 0 auto;
  padding: 0;
  width: 45px;
  height: 36px;
  display: none;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  border-radius: 10px 0 0 10px;
  background-color: var(--callbackWidget-color);
  cursor: pointer;
}


.callbackWidgetBtn.active .callbackWidgetBtn__order,
.callbackWidgetBtn.active .callbackWidgetBtn__collapse {
  display: flex;
}

.callbackWidgetBtn.active .callbackWidgetBtn__expand {
  display: none;
}


@media (max-width: 1200px) {
  .callbackWidgetBtn__expand {
    display: flex;
  }
  .callbackWidgetBtn__order,
  .callbackWidgetBtn__collapse {
      display: none;
  }
}
/* уведомление об отправке */
.callbackWidgetNotification {
  padding: 16px 58px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(100%);
  background-color: #fff;
  box-shadow: 0px -3px 40px rgba(0, 0, 0, 0.13);
  visibility: hidden;
  transition: .3s linear;
}

.callbackWidgetNotification.active {
  transform: translateY(0%);
  visibility: visible;
}

.callbackWidgetNotification__title {
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.callbackWidgetNotification__title-img {
  margin-right: 26px;
  display: block;
}

.callbackWidgetNotification__title-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
}

.callbackWidgetNotification__subtitle {
  margin-bottom: 77px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #9C9C9C;
}

.callbackWidgetNotification__closeCross {
  position: absolute;
  top: 11px;
  right: 58px;
  z-index: 1;

  cursor: pointer;
}



@media (max-width: 670px) {
  /* плашка с информацией */
  .callbackWidgetNotification {
    padding: 32px 16px;
  }
  .callbackWidgetNotification__closeCross {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  .callbackWidgetNotification__subtitle {
    font-size: 14px;
  }
}
.callbackWidget .submitCaptcha {
  padding: 16px 58px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translateY(100%);
  background-color: #fff;
  box-shadow: 0px -3px 40px rgba(0, 0, 0, 0.13);
  visibility: hidden;
  transition: .3s linear;
}

.callbackWidget .submitCaptcha.active {
  transform: translateY(0%);
  visibility: visible;
}

.callbackWidget .submitCaptcha__closeCross {
  position: absolute;
  top: 11px;
  right: 58px;
  z-index: 1;
  cursor: pointer;
}


.callbackWidget .submitCaptcha__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #535353;
}

.callbackWidget .submitCaptcha__captcha-img {
  min-height: 30px;
}

.callbackWidget .submitCaptcha__inputs-wrapper {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.callbackWidget .submitCaptcha__input-component {
  margin-right: 16px;
  margin-bottom: 0;
  max-width: 308px;
  width: 100%;
}

.callbackWidget .submitCaptcha__updateCaptcha {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.callbackWidget .submitCaptcha__input-component {
  max-width: 308px;
}


.callbackWidget .submitCaptcha__btn {
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  max-width: 308px;
}
:root {
  --deployForm-inputPadding: 11px;
  --deployForm-inputHeight: 48px;
  --deploy-contact-form-color: #ED7D31;
}

/* сброс браузерных стилей */
.deployForm, 
.deployForm *, 
.deployForm *::before, 
.deployForm *::after {
  box-sizing: border-box;
}

.deployForm input[type='number'] {
  -moz-appearance:textfield;
}
.deployForm input::-webkit-outer-spin-button,
.deployForm input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}


.deployForm {
  margin: 0 auto;
  padding: 24px 58px;
  width: 100%;
  max-width: 746px;

  font-family: 'Lato';
  background-color: #fff;
  border-radius: 9px;
  position: relative;
  overflow: hidden;
}

.deployFormShowBorder {
  border: 1px solid #E9E9E9;
}

.deployForm__title {
  margin: 0;
  margin-bottom: 16px;
  color: var(--deploy-contact-form-color);
  text-align: center;
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
}
.deployForm__subtitle {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.2;
  color: #9E9E9E;
}


.deployForm__main-inputs-section {
  margin-bottom: 24px;
  display: flex;
  column-gap: 24px;
}

.deployForm__contacts-block,
.deployForm__textarea-block {
  width: 100%;
}


/* input item */
.deployForm__inputComponent {
  margin-bottom: 32px;
  position: relative;
}
.deployForm__inputComponent:last-child {
  margin-bottom: 0;
}
/* плейсхолдер */
.deployForm__inputComponent-label {
  padding: 0 calc(var(--deployForm-inputPadding) / 2);
  max-width: 96%;
  position: absolute;
  top: 50%;
  left: calc(var(--deployForm-inputPadding) / 2);
  z-index: 1;
  transform: translateY(-50%);

  color: #9E9E9E;
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  background-color: #fff;

  pointer-events: none;
  transition: .1s linear;
}
.deployForm__inputComponent:hover:not(.deployForm__inputComponent.active) .deployForm__inputComponent-label {
  top: calc(50% - 3px);
}

.deployForm__inputComponent-input {
  padding: var(--deployForm-inputPadding);
  width: 100%;
  height: var(--deployForm-inputHeight);
  border: 1px solid #BEBEBE;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
}



/* ошибки */
.deployForm__inputComponent-errorText {
  position: absolute;
  top: calc(100% + 1px);
  left: var(--deployForm-inputPadding);
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  color: #B00020;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .1s linear;
}

.deployForm__inputComponent-errorLogo {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: .1s linear;
}


/* блок Textarea */
.deployForm__textarea-block {
  display: flex;
  position: relative;
  height: 128px;
}
.deployForm__inputComponent-input--textarea {
  height: auto;
  resize: none;
}
.deployForm__inputComponent-label--textarea {
  top: calc(var(--deployForm-inputHeight) / 2);
}
.deployForm__inputComponent:hover:not(.deployForm__inputComponent.active) .deployForm__inputComponent-label--textarea {
  top: calc(var(--deployForm-inputHeight) / 2 - 2px);
}


/* Активные items */
.deployForm__inputComponent.active .deployForm__inputComponent-label,
.deployForm__inputComponent.active .deployForm__inputComponent-label--textarea {
  top: 0%;
}

/* добавить file */

.deployForm__inputComponent-input-file {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
}
.deployForm__inputFileComponent-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  color: var(--deploy-contact-form-color);
  cursor: pointer;
  transition: 0.3s ease-out;
  font-weight: bold;
}
.deployForm__inputFileComponent-img path {
  fill: var(--deploy-contact-form-color);
}
.deployForm__inputFileComponent-text {
  padding-left: 10px;
}
.label--hidden {
  display: none;
}
.deployForm__inputFileComponent-name-container {
  position: absolute;
  display: flex;
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  gap: 10px;
  top: 8px;
}
.file-name--visible {
  display: flex;
}
.deployForm__inputFileComponent-name {
  padding: 8px;
  color: #535353;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;  
  background-color: #E9E9E9;
  border-radius: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.deployForm__delete-file {
  cursor: pointer;
}
/* конец стилей для добавить file */

.deployForm__agreement-wrapper {
  margin-bottom: 17px;
  display: flex;
}
.deployForm__agreement-label {
  display: inline;
  cursor: pointer;
  font-size: 14px;
  color: #535353;
  line-height: 1.2;
  transition: .1s linear;
}
.deployForm__agreement-checkbox-wrapper {
  margin: 0 17px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(1px); /* маленькая поправка на центр */
}

.deployForm__agreement-checkbox-visible {
  width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  cursor: pointer;
  transition: .1s linear;
}
.deployForm__agreement-checkbox-visible:hover {
  border-color: #4EB857;
}

.deployForm__agreement-wrapper.active .deployForm__agreement-checkbox-visible {
  background-color: #4EB857;
  border-color: #4EB857;
}

.deployForm__agreement-checkbox-visible__check-mark {
  display: block;
  pointer-events: none;
}

.deployForm__agreement-checkbox-hidden {
  display: inline-block;
  width: 0px;
  height: 0px;
  opacity: 0;
  position: absolute;
  z-index: -100;
}



/* текст политики конфиденциальности */
.deployForm__personalDataText {
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 10px;
  line-height: 1.1;
  color: #818181;
  transition: .2s linear;
  overflow: hidden;
  height: 0px;
}

/* это значение захардкожено, но так быть не должно */
/* пришлось делать по-быстрому */
.deployForm__personalDataText.active {
  height: auto;
  margin-bottom: 40px;
}
.deployForm__personalDataText-inner {
  transition: .2s linear;
  transform: translateY(-100%);
  text-align: left;
}
.deployForm__personalDataText.active .deployForm__personalDataText-inner {
  transform: translateY(0%);
}

.deployForm__personalDataText-link {
  text-decoration: none;
  color: var(--deploy-contact-form-color);
  position: relative;
}
.deployForm__personalDataText-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--deploy-contact-form-color);
  pointer-events: none;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}


.deployForm__agreement-info {
  line-height: 1;
}

.deployForm__agreement-toggle {
  text-decoration: none;
  color: var(--deploy-contact-form-color);
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}
.deployForm__agreement-toggle::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: var(--deploy-contact-form-color);
  pointer-events: none;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}

.deployForm__submit-btn {
  margin: 0 auto;
  max-width: 332px;
  width: 100%;
  height: 55px;

  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Lato';
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  background-color: var(--deploy-contact-form-color);
  opacity: 1;
  border: none;
  outline: none;
  cursor: pointer;
  transition: .2s linear;
}

/* анти-бутстрап */
.deployForm__submit-btn:focus {
  outline: none;
}

.deployForm__submit-btn:disabled {
  opacity: .7;
  cursor: not-allowed;
}

/* 1024 */
@media (max-width: 1023px) {
  .deployForm {
    padding: 24px 37px;
  }
}

@media (max-width: 767px) {
  .deployForm {
    padding: 24px 16px;
  }
}


@media (max-width: 670px) {
  .deployForm {
    width: 100%;
    max-width: 420px;
    /* border-radius: 0; */
  }
  .deployFormShowBorder {
    border: none;
  }
  .deployForm__title {
    font-size: 16px;
  }
  .deployForm__subtitle {
    margin: 0 auto 40px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 260px;
    font-size: 14px;
  }

  /* основные поля перестраиваются в колонку */
  .deployForm__main-inputs-section {
    flex-direction: column;
    row-gap: 24px;
  }
  .deployForm__inputComponent {
    margin-bottom: 24px;
  }
  .deployForm__textarea-block {
    height: 153px;
  }

  .deployForm__agreement-toggle {
    text-decoration: underline;
  }
  .deployForm__agreement-toggle::after {
    display: none;
  }

  .deployForm__personalDataText.active {
    height: 165px;
  }
}

/* .deployFormNotification__errorContent {
  display: none;
}
.deployFormNotification.error .deployFormNotification__successContent {
  display: none;
}
.deployFormNotification.error .deployFormNotification__errorContent {
  display: block;
} */


.deployForm__inputComponent.error .deployForm__inputComponent-input {
  border-color: #B00020;
}

.deployForm__inputComponent.error .deployForm__inputComponent-label {
  color: #B00020;
}

.deployForm__inputComponent.error .deployForm__inputComponent-errorText,
.deployForm__inputComponent.error .deployForm__inputComponent-errorLogo {
  visibility: visible;
  opacity: 1;
}

/* текст ошибок */
.deployForm__inputComponent .errorTextEmpty,
.deployForm__inputComponent .errorTextWrongValue {
  display: none;
}

.deployForm__inputComponent.error.empty .errorTextEmpty,
.deployForm__inputComponent.error.wrongValue .errorTextWrongValue {
  display: inline;
}


/* чекбокс */
.deployForm__agreement-wrapper.error .deployForm__agreement-checkbox-visible {
  border-color: #B00020;
}
.deployForm__agreement-wrapper.error .deployForm__agreement-label {
  color: #B00020;
}
/* уведомление об отправке */
.deployFormNotification {
  padding: 16px 58px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
  transform: translateY(100%);
  background-color: #fff;
  box-shadow: 0px -3px 40px rgba(0, 0, 0, 0.13);
  visibility: hidden;
  transition: .3s linear;
}

.deployFormNotification.active {
  transform: translateY(0%);
  visibility: visible;
}


.deployFormNotification__title {
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.deployFormNotification__title-img {
  margin-right: 26px;
  display: block;
}

.deployFormNotification__title-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.1;
}

.deployFormNotification__title--success
.deployFormNotification__title-text {
  color: #4EB857;
}

.deployFormNotification__title--error {
  display: flex;
  color: #FF6B00;
}

.deployFormNotification__subtitle {
  margin-bottom: 77px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #9C9C9C;
}

.deployFormNotification__closeCross {
  position: absolute;
  top: 11px;
  right: 58px;
  z-index: 1;

  cursor: pointer;
}



@media (max-width: 670px) {
  /* плашка с информацией */
  .deployFormNotification {
    padding: 32px 16px;
  }
  .deployFormNotification__closeCross {
    position: absolute;
    top: 8px;
    right: 16px;
  }
  .deployFormNotification__subtitle {
    font-size: 14px;
  }
}
.deployForm .submitCaptcha {
  padding: 16px 58px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  transform: translateY(100%);
  background-color: #fff;
  box-shadow: 0px -3px 40px rgba(0, 0, 0, 0.13);
  visibility: hidden;
  transition: .3s linear;
}

.deployForm .submitCaptcha.active {
  transform: translateY(0%);
  visibility: visible;
}

.deployForm .submitCaptcha__closeCross {
  position: absolute;
  top: 11px;
  right: 58px;
  z-index: 1;
  cursor: pointer;
}


.deployForm .submitCaptcha__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #535353;
}

.deployForm .submitCaptcha__captcha-img {
  min-height: 30px;
}

.deployForm .submitCaptcha__inputs-wrapper {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
}

.deployForm .submitCaptcha__input-component {
  margin-right: 16px;
  margin-bottom: 0;
  max-width: 308px;
  width: 100%;
}

.submitCaptcha__updateCaptcha {
  width: 21px;
  height: 21px;
  cursor: pointer;
}

.deployForm .submitCaptcha__btn {
  margin-left: 0;
  margin-right: auto;
  width: 100%;
  max-width: 308px;
}


/*
ttf	   TrueType
otf    OpenType
woff   Web Open File Format
woff2  Web Open File Format
*/


/* Montserrat */
@font-face { 
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-100-Thin.ttf) format('TrueType');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-100-ThinItalic.ttf) format('TrueType');
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-200-ExtraLight.ttf) format('TrueType');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-200-ExtraLightItalic.ttf) format('TrueType');
  font-weight: 200;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-300-Light.ttf) format('TrueType');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-300-LightItalic.ttf) format('TrueType');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-400-Regular.ttf) format('TrueType');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-400-RegularItalic.ttf) format('TrueType');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-500-Medium.ttf) format('TrueType');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-500-MediumItalic.ttf) format('TrueType');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-400-Regular.ttf) format('TrueType');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-400-RegularItalic.ttf) format('TrueType');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-500-Medium.ttf) format('TrueType');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-500-MediumItalic.ttf) format('TrueType');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-600-SemiBold.ttf) format('TrueType');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-600-SemiBoldItalic.ttf) format('TrueType');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-700-Bold.ttf) format('TrueType');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-700-BoldItalic.ttf) format('TrueType');
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-800-ExtraBold.ttf) format('TrueType');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-800-ExtraBoldItalic.ttf) format('TrueType');
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-900-Black.ttf) format('TrueType');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url(./fonts/Montserrat-900-BlackItalic.ttf) format('TrueType');
  font-weight: 900;
  font-style: italic;
}

/* Lato */
@font-face { 
  font-family: 'Lato';
  src: url(./fonts/Lato-100-Thin.ttf) format('TrueType');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(./fonts/Lato-100-ThinItalic.ttf) format('TrueType');
  font-weight: 100;
  font-style: italic;
}


@font-face { 
  font-family: 'Lato';
  src: url(./fonts/Lato-200-ExtraLight.ttf) format('TrueType');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(./fonts/Lato-200-ExtraLightItalic.ttf) format('TrueType');
  font-weight: 200;
  font-style: italic;
}

@font-face { 
  font-family: 'Lato';
  src: url(./fonts/Lato-300-Light.ttf) format('TrueType');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(./fonts/Lato-300-LightItalic.ttf) format('TrueType');
  font-weight: 300;
  font-style: italic;
}

@font-face { 
  font-family: 'Lato';
  src: url(./fonts/Lato-400-Regular.ttf) format('TrueType');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(./fonts/Lato-400-RegularItalic.ttf) format('TrueType');
  font-weight: 400;
  font-style: italic;
}

@font-face { 
  font-family: 'Lato';
  src: url(./fonts/Lato-500-Medium.ttf) format('TrueType');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(./fonts/Lato-500-MediumItalic.ttf) format('TrueType');
  font-weight: 500;
  font-style: italic;
}

@font-face { 
  font-family: 'Lato';
  src: url(./fonts/Lato-600-SemiBold.ttf) format('TrueType');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(./fonts/Lato-600-SemiBoldItalic.ttf) format('TrueType');
  font-weight: 600;
  font-style: italic;
}

@font-face { 
  font-family: 'Lato';
  src: url(./fonts/Lato-700-Bold.ttf) format('TrueType');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(./fonts/Lato-700-BoldItalic.ttf) format('TrueType');
  font-weight: 700;
  font-style: italic;
}

@font-face { 
  font-family: 'Lato';
  src: url(./fonts/Lato-800-ExtraBold.ttf) format('TrueType');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(./fonts/Lato-800-ExtraBoldItalic.ttf) format('TrueType');
  font-weight: 800;
  font-style: italic;
}

@font-face { 
  font-family: 'Lato';
  src: url(./fonts/Lato-900-Black.ttf) format('TrueType');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Lato';
  src: url(./fonts/Lato-900-BlackItalic.ttf) format('TrueType');
  font-weight: 900;
  font-style: italic;
}

