@import url("https://fonts.googleapis.com/css?family=Raleway:400,500,700&subset=latin-ext");

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

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 {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button,
input,
select {
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  background: #fff;
  position: relative;
  font-size: 16px;
  line-height: 1.75;
  min-width: 320px;
  min-height: 100%;
  height: 100%;
  color: #535a6b;
}

body.mobile-menu--open {
  overflow: hidden;
  max-height: 100%;
}

.main {
  padding-top: 85px;
}

.main--index {
  padding-top: 85px;
}

input[placeholder],
select[placeholder],
textarea[placeholder] {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #535a6b;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  text-overflow: ellipsis;
  color: #535a6b;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  text-overflow: ellipsis;
  color: #535a6b;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  text-overflow: ellipsis;
  color: #535a6b;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
  color: #a6a9b5 !important;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

input:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.btn,
.hamburger,
input,
select,
textarea,
a {
  -webkit-tap-highlight-color: transparent;
}

.btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 212px;
  height: 56px;
  background-color: #013fa9;
  line-height: 56px;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  outline: 0 none;
  cursor: pointer;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.btn:hover {
  color: #fff;
  background-color: #024ac7;
}

.btn:active {
  color: #fff;
  background-color: #00348f;
}

.btn--blue {
  background-color: #87ccca;
}

.btn--blue:hover {
  background-color: #94e0de;
}

.btn--blue:active {
  background-color: #72b8b5;
}

input[type="submit"].btn {
  width: 190px;
}

.hamburger {
  display: none;
  position: relative;
  z-index: 4;
  height: 20px;
  width: 26px;
  cursor: pointer;
  vertical-align: top;
  overflow: hidden;
}

.hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  background: #a3d9d7;
  margin-bottom: 7px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: top 0.3s, transform 0.3s, opacity 0.3s;
  transition: top 0.3s, transform 0.3s, opacity 0.3s;
  transition: top 0.3s, transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.hamburger__line--3 {
  margin-bottom: 0;
}

.mobile-menu--open .hamburger .hamburger__line--1 {
  top: 9px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mobile-menu--open .hamburger .hamburger__line--2 {
  opacity: 0;
}

.mobile-menu--open .hamburger .hamburger__line--3 {
  top: -9px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

input,
select {
  max-width: 100%;
  margin: 0;
  outline: 0 none;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input:not([type]),
select:not([type]),
input[type="text"],
select[type="text"],
input[type=password],
select[type=password],
input[type=email],
select[type=email],
input[type=url],
select[type=url],
input[type=search],
select[type=search],
input[type=tel],
select[type=tel],
input[type=number],
select[type=number],
input[type=datetime],
select[type=datetime] {
  border: none;
  border-bottom: 2px solid #d8dbe3;
  line-height: 58px;
  padding: 0;
  font-size: 14px;
  height: 58px;
  background-color: transparent;
  color: #535a6b;
  text-transform: uppercase;
}

input:not([type="submit"]):focus,
select:focus,
textarea:focus {
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #d8dbe3;
}

select,
textarea {
  width: 100%;
  text-transform: uppercase;
}

textarea {
  max-width: 100%;
  margin: 0;
  outline: 0 none;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 182px;
  resize: none;
  border: none;
  border-bottom: 2px solid #d8dbe3;
  line-height: 1.33;
  padding: 16px 0;
  font-size: 14px;
  background-color: transparent;
  color: #535a6b;
}

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

div.wpcf7 .ajax-loader {
  position: absolute;
}

.form span.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.86;
  color: #e92929;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

a:hover {
  color: #013fa9;
}

a:active {
  color: #330072;
}

.select_option {
  position: relative;
  width: 100%;
}

select::-webkit-inner-spin-button {
  cursor: pointer;
}

.select_option:after {
  pointer-events: none;
  background: #f5f6f7 url("../img/svg/arrow-bottom.svg") 50% 50% no-repeat;
  height: 56px;
  width: 40px;
  position: absolute;
  right: 2px;
  top: 1px;
  content: '';
}

.select_option.open:after {
  background-color: #fff;
}

.accordion__content {
  margin: 30px 0;
}

.accordion__item {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
          box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
  background-color: #fff;
  padding: 24px 26px;
  margin-bottom: 18px;
}

.show-text {
  position: relative;
  z-index: 10;
  display: block;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.33;
  color: #292f4d;
}

.show-text:hover {
  opacity: 0.7;
}

.show-text:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  top: 8px;
  background-image: url("../img/svg/arrow-bottom.svg");
  background-repeat: no-repeat;
  width: 17px;
  height: 11px;
  background-size: contain;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.show-text--open {
  color: #9678d3;
  padding-bottom: 23px;
}

.show-text--open:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.show-text--open:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  border-top: 2px solid #ccc;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.show-text--open:hover:before {
  opacity: 0.7;
}

.show-text + .hidden-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.57;
  position: relative;
}

.show-text + .hidden-text--show {
  margin-top: 21px;
}

.show-text + .hidden-text--show:not(:last-child) {
  margin-bottom: 17px;
}

.hidden-text {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .7s ease;
  -o-transition: all .7s ease;
  transition: all .7s ease;
}

.hidden-text--show {
  height: auto;
  opacity: 1;
}

.banner {
  position: relative;
  z-index: 1;
  height: 780px;
  background-color: #013fa9;
}

.banner:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  height: 200px;
  background: -o-linear-gradient(top, #103382 0%, #013fa9 64px, rgba(1,63,169,0) 100%);
  background: linear-gradient(to bottom, #103382 0%, #013fa9 64px, rgba(1,63,169,0) 100%);
  z-index: 2;
  display: none;
}

.banner .container {
  width: auto;
  margin: 0;
}

.banner__img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% + 86px);
  top: -86px;
  left: 0;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.banner__wrapper {
  position: relative;
  z-index: 2;
  padding-top: 38px;
  padding-bottom: 237px;
  height: 100%;
  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;
}

.banner__content {
  max-width: 629px;
  margin: 0 auto;
  text-align: center;
}

.banner__title {
  font-size: 38px;
  line-height: 1.56;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.banner__text {
  font-size: 18px;
  line-height: 1.56;
  margin-top: 32px;
  color: #fff;
}

.banner__btn {
  margin-top: 56px;
}

.banner__btn .btn {
  width: 212px;
}

.form {
  padding-top: 70px;
  padding-bottom: 145px;
  position: relative;
  z-index: 2;
}

.form--modal {
  padding: 0;
}

.form__wave {
  position: absolute;
  width: 100%;
  bottom: calc(100% - 1px);
  z-index: 2;
}

.form__wave svg {
  display: block;
}

.form__wrapper {
  margin-top: 26px;
}

.form__wrapper--modal {
  margin-top: 0;
}

.form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 -12px;
}

.form__row--modal {
  display: block;
  margin: 0;
}

.modal-window .form__row {
  display: block;
  margin: 0;
}

.form__item {
  padding: 0 12px;
  margin-top: 31px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__item:before,
.form__item:after {
  content: '';
  display: table;
}

.form__item:after {
  clear: both;
}

.form__item>p {
  display: none;
}

.form__item--modal {
  width: 100%;
}

.form__item--submit {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  text-align: right;
  min-width: 220px;
}

.form__item--submit .btn {
  width: 196px;
}

.modal-window .form__item {
  padding-left: 0;
  width: 100%;
}

.modal-window .form__item.animated {
  -webkit-animation: none !important;
          animation: none !important;
  visibility: visible !important;
}

.form input:not([type="submit"]) {
  width: 100%;
  padding-right: 20px;
}

.input {
  width: 100%;
  position: relative;
}

.input>p {
  display: none;
}

.input__label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: #535a6b;
  text-transform: uppercase;
  line-height: 58px;
  pointer-events: none;
  -webkit-transition: top 0.2s, font-size 0.2s;
  -o-transition: top 0.2s, font-size 0.2s;
  transition: top 0.2s, font-size 0.2s;
}

.active .input__label {
  font-size: 10px;
  color: #a9adb8;
  top: -24px;
}

.input__icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.input__icon--success {
  width: 18px;
  height: 14px;
}

.input--success .input__icon--success {
  opacity: 1;
}

.input__icon--error {
  width: 14px;
  height: 14px;
}

.input--error .input__icon--error {
  opacity: 1;
}

.input__icon svg {
  display: block;
}

.input__text-error,
.input span.wpcf7-not-valid-tip {
  font-size: 13px;
  color: #e92929;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  opacity: 0;
  pointer-events: none;
}

.input--error .input__text-error,
.input--error .input span.wpcf7-not-valid-tip {
  opacity: 1;
}

.input span.wpcf7-not-valid-tip {
  font-weight: 500;
  opacity: 1;
}

.input__field {
  border: none;
  border-bottom: 2px solid #d8dbe3;
  line-height: 58px;
  padding: 0;
  font-size: 14px;
  height: 58px;
  background-color: transparent;
  color: #535a6b;
  text-transform: uppercase;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.input__field:hover,
.input__field:focus {
  border-color: #013fa9 !important;
}

.input__field:hover ~ .input__icon,
.input__field:focus ~ .input__icon {
  opacity: 0;
}

.active .input__field {
  border-color: #013fa9;
}

.input--success .input__field {
  border-color: #29a431;
}

.input--error .input__field {
  border-color: #e92929;
}

div.wpcf7-mail-sent-ok {
  display: none !important;
}

div.wpcf7-response-output,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  position: relative;
  margin: 3em 0 1em !important;
  border-radius: 4px;
  border: none !important;
  line-height: 1.63;
  padding: 11px 20px !important;
  font-size: 16px;
}

.footer {
  height: 168px;
  background-color: #013fa9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__logo {
  width: 156px;
  height: 55px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__copy {
  margin-left: 27px;
  color: #fff;
  line-height: 1.75;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  background-color: #ffcdc7;
  color: #d6786d;
}

div.wpcf7-mail-sent-ng:before,
div.wpcf7-aborted:before {
  width: 30px;
  height: 30px;
  background-image: url("../img/svg/message-aborted.svg");
}

div.wpcf7-spam-blocked,
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background-color: #fff8c2;
  color: #ccb67a;
}

div.wpcf7-spam-blocked:before,
div.wpcf7-validation-errors:before,
div.wpcf7-acceptance-missing:before {
  width: 33px;
  height: 28px;
  background-image: url("../img/svg/message-errors.svg");
}

.wpcf7-form-control-wrap {
  position: relative;
  display: block;
}

.gallery-scroll {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-scroll__container {
  padding-right: 15px;
  margin-right: -20px;
  margin-left: -20px;
  overflow-y: auto;
}

.gallery-scroll__row {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-scroll__left {
  width: 50%;
  text-align: center;
}

.gallery-scroll__list {
  display: inline-block;
  padding-top: 994px;
  padding-bottom: 300px;
}

.gallery-scroll__item {
  width: 410px;
  padding: 32px 0;
  position: relative;
}

.gallery-scroll__item:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: url("../img/dot-bg.svg");
  background-repeat: repeat-y;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  z-index: 0;
}

.gallery-scroll__item:last-child:before {
  display: none;
}

.gallery-scroll__imgs-wrap {
  width: 410px;
  height: 410px;
  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;
  position: relative;
}

.gallery-scroll__imgs {
  width: 243px;
  min-width: 243px;
  max-width: 410px;
  height: 243px;
  min-height: 243px;
  max-height: 410px;
  z-index: 1;
}

.gallery-scroll__img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.gallery-scroll__img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.gallery-scroll__icon {
  width: 0;
  min-width: 0;
  max-width: 112px;
  height: 0;
  min-height: 0;
  max-height: 112px;
  border-radius: 50%;
  -webkit-box-shadow: 0 16px 24px 0 rgba(83,90,107,0.32);
          box-shadow: 0 16px 24px 0 rgba(83,90,107,0.32);
  background-color: #fff;
  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;
  position: absolute;
  top: 40%;
  right: 64px;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  -webkit-transition: top 1.5s;
  -o-transition: top 1.5s;
  transition: top 1.5s;
  z-index: 1;
}

.gallery-scroll__icon svg {
  display: block;
  width: 60.72%;
  height: 60.72%;
}

.gallery-scroll__icon.active {
  top: 8px;
}

.gallery-scroll__icon--left {
  right: auto;
  left: 64px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.gallery-scroll__text {
  max-width: 100%;
  text-align: left;
  position: absolute;
  left: 50%;
  padding: 0 15px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery-scroll__text.fixed-top {
  position: fixed;
  top: 0;
}

.gallery-scroll__text.fixed-bottom {
  position: absolute !important;
  top: inherit !important;
  bottom: 0;
}

.gallery-scroll__text .btn {
  pointer-events: auto;
}

.container {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}

.row {
  margin-left: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.row:before,
.row:after {
  content: "";
  display: block;
  overflow: hidden;
}

.row:after {
  clear: both;
}

.row +.row {
  margin-top: 30px;
}

.row > [class*=col-] {
  padding-left: 20px;
  float: left;
  clear: none;
  text-align: inherit;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
}

.col-12 {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
  clear: both;
}

.col-12::after {
  content: '';
  display: table;
  clear: both;
}

.col-1-1 {
  width: 100%;
}

.col-1-2,
.col-2-4,
.col-3-6,
.col-5-10 {
  width: 50%;
}

.col-1-3,
.col-2-6 {
  width: 33.333%;
}

.col-2-3,
.col-4-6 {
  width: 66.666%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5,
.col-2-10 {
  width: 20%;
}

.col-2-5,
.col-4-10 {
  width: 40%;
}

.col-3-5,
.col-6-10 {
  width: 60%;
}

.col-4-5,
.col-8-10 {
  width: 80%;
}

.col-1-6 {
  width: 16.666%;
}

.col-5-6 {
  width: 83.333%;
}

.col-1-10 {
  width: 10%;
}

.col-3-10 {
  width: 30%;
}

.col-7-10 {
  width: 70%;
}

.col-9-10 {
  width: 90%;
}

.header {
  position: relative;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 6px 12px 0 rgba(37,49,71,0.16);
          box-shadow: 0 6px 12px 0 rgba(37,49,71,0.16);
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 0;
}

.header__logo {
  width: 136px;
  height: 48px;
}

.header__logo img {
  display: block;
  width: 100%;
}

.header__contacts {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav {
  margin-left: 52px;
}

.header__nav .nav__item {
  margin-left: 28px;
}

.header__nav .nav__item:first-child {
  margin-left: 0;
}

.header__hamburger {
  margin-left: 18px;
}

.header__nav--mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #013fa9;
  visibility: hidden;
  opacity: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  padding-top: 54px;
}

.mobile-menu--open .header__nav--mobile {
  visibility: visible;
  opacity: 1;
  bottom: 0;
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.header__nav--mobile .nav__main {
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-top: 60px;
}

.contacts-header__item {
  margin-left: 36px;
  font-size: 16px;
  line-height: 1;
  color: #535a6b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-header__item:hover {
  color: #013fa9;
  text-decoration: underline;
}

.contacts-header__item--email .contacts-header__icon {
  height: 20px;
}

.contacts-header__item--phone .contacts-header__icon {
  height: 24px;
}

.contacts-header__icon {
  display: inline-block;
}

.contacts-header__info {
  margin-left: 12px;
}

.nav__main {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu--open .nav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.nav__copyright {
  color: #fff;
  line-height: 1.86;
  padding-bottom: 40px;
  padding-top: 10px;
}

.nav__item {
  padding: 0;
  margin: 0 0 0 36px;
}

.mobile-menu--open .nav__item {
  margin: 0 0 36px;
}

.nav__link,
.nav__link a {
  font-size: 14px;
  line-height: 1.43;
  color: #535a6b;
  text-transform: uppercase;
}

.nav__link.active,
.nav__link a.active {
  color: #a3d9d7;
  pointer-events: none;
}

.mobile {
  display: none;
}

.nav__main > .menu-item {
  padding: 0;
  margin: 0 0 0 36px;
}

.mobile-menu--open .nav__main > .menu-item {
  margin: 0 0 36px;
}

.nav__main > .menu-item > a {
  font-size: 16px;
  line-height: 1.63;
  color: #292f4d;
}

.mobile-menu--open .nav__main > .menu-item > a {
  font-size: 20px;
  line-height: 1.4;
}

.modal-wrap {
  position: fixed;
  z-index: 2000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.modal-wrap.hidden {
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.modal-back {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.44);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

.modal-back:before {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  margin-left: -1px;
  vertical-align: middle;
}

.modal-window {
  -webkit-box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
          box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
  background-color: #fff;
  padding: 30px;
  margin: 10px auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
  position: relative;
}

.modal-window--message {
  width: 70%;
}

.modal-window--thanks,
.modal-window--contact {
  width: 512px;
  padding-top: 58px;
  padding-bottom: 62px;
}

.modal-window--contact {
  padding: 22px 24px;
}

.modal-window--contact .form__wrapper {
  margin-top: 18px;
}

.modal-window--contact .form__item {
  padding: 0 12px;
  margin-top: 24px;
}

.modal-window--contact .form__item--top,
.modal-window--contact .form__item--submit {
  padding: 0;
  margin-top: 0;
}

.modal-window--contact .form__item--submit {
  margin-top: 42px;
}

.modal-window--contact .form__item--submit .btn {
  width: 100%;
}

.modal-window--contact .form__row {
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-window input:not([type="submit"]) {
  width: 100%;
}

.modal-window div.wpcf7-response-output,
.modal-window div.wpcf7-validation-errors,
.modal-window div.wpcf7-acceptance-missing {
  position: relative;
  margin: 1em 0 0 !important;
  border-radius: 4px;
  border: none !important;
  line-height: 1.63;
  padding: 11px 20px !important;
  font-size: 16px;
}

.modal-close {
  position: absolute;
  z-index: 10;
  top: 24px;
  right: 24px;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.modal-body--thanks {
  text-align: center;
  color: #535a6b;
}

.modal-body--thanks .modal-icon {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: #87ccca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.modal-body--thanks .modal-title {
  padding-right: 0 !important;
}

.modal-body .modal-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-right: 50px;
}

.modal-body .modal-text {
  font-size: 14px;
  line-height: 1.57;
}

.modal .form div.wpcf7-response-output,
.modal .form div.wpcf7-validation-errors,
.modal .form div.wpcf7-acceptance-missing {
  margin: 2em 0 1em;
}

.offer {
  background-color: #013794;
  position: relative;
  overflow: hidden;
}

.offer__wrapper {
  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;
}

.offer__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.offer__item--slider {
  height: 474px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.offer__content {
  max-width: 518px;
  margin-left: auto;
  margin-right: auto;
}

.offer__title {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #fff;
  margin-top: 30px;
}

.offer__text {
  margin-top: 31px;
  color: #fff;
}

.offer__btn--mobile {
  display: none;
  text-align: center;
}

.offer .show-xm {
  display: none;
}

.offer-slider {
  width: 410px;
  margin-left: auto;
  margin-right: auto;
}

.offer-slider.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

.offer-slider .slick-list {
  overflow: visible;
}

.offer-slider__item {
  height: 474px !important;
  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;
  position: relative;
  z-index: 1;
}

.offer-slider__item:before {
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background: url("../img/dot-bg.svg");
  background-repeat: repeat-y;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  z-index: 0;
}

.offer-slider__item:last-child:before {
  display: none;
}

.offer-slider__imgs {
  position: relative;
  z-index: 1;
}

.offer-slider__img {
  width: 243px;
  height: 243px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: height 0.5s, width 0.5s;
  -o-transition: height 0.5s, width 0.5s;
  transition: height 0.5s, width 0.5s;
  position: relative;
  z-index: 1;
}

.offer-slider__img img {
  display: block;
  width: 100%;
}

.offer-slider__icon {
  width: 0;
  height: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 16px 24px 0 rgba(83,90,107,0.32);
          box-shadow: 0 16px 24px 0 rgba(83,90,107,0.32);
  background-color: #fff;
  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;
  position: absolute;
  top: 50%;
  left: 84%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: height 0.3s, width 0.3s, right 0.3s, top 0.6s, opacity 0.6s;
  -o-transition: height 0.3s, width 0.3s, right 0.3s, top 0.6s, opacity 0.6s;
  transition: height 0.3s, width 0.3s, right 0.3s, top 0.6s, opacity 0.6s;
  z-index: 2;
}

.offer-slider__icon svg {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: top 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s;
  transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
}

.offer-slider__icon--left {
  left: auto;
  right: 84%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.offer-slider__item.slick-active .offer-slider__img {
  width: 410px;
  height: 410px;
}

.offer-slider__item.slick-active .offer-slider__icon {
  width: 112px;
  height: 112px;
  top: 39px;
}

.offer-slider__item.slick-active .offer-slider__icon svg {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.offer-slider__item.slick-active .offer-slider__icon--left {
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

.page-container {
  max-width: 1108px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.page-title {
  height: 400px;
  background: #013fa9;
  color: #fff;
}

.page-title--contacts {
  height: auto !important;
  background: #fff;
  color: #535a6b;
  margin-bottom: 30px;
}

.page-title__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 96px;
}

.page-title__label {
  font-family: Raleway;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.16;
}

.products-index {
  padding-bottom: 27px;
  background-color: #013fa9;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 1px;
}

.products-index:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 100%;
  height: 122px;
  background: -webkit-gradient(linear, left bottom, left top, from(#013fa9), to(rgba(1,63,169,0)));
  background: -o-linear-gradient(bottom, #013fa9, rgba(1,63,169,0));
  background: linear-gradient(to top, #013fa9, rgba(1,63,169,0));
}

.products-index__inner {
  overflow: hidden;
}

.products-index__list {
  max-width: 1008px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 96px;
}

.products-index__item {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.products-index__item--2 {
  top: 26px;
}

.products-index__item--3 {
  top: -24px;
}

.products-index .btn__wrapper {
  z-index: 3;
  position: relative;
  visibility: hidden;
}

.products-index__wave {
  position: absolute;
  width: 100%;
  top: calc(100% - 1px);
  z-index: 2;
}

.products-index__wave svg {
  display: block;
}

.product-card-index {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.product-card-index__img {
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
  visibility: hidden;
}

.product-card-index__text {
  visibility: hidden;
}

.product-card-index__name {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
}

.product-card-index__dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3px;
}

.product-card-index__subname {
  font-size: 16px;
  color: #c7dbff;
}

.location {
  position: relative;
  z-index: 2;
  margin-top: -43px;
  margin-bottom: 150px;
  overflow: hidden;
}

.location .container {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: auto;
}

.location .container:after {
  content: '';
  display: block;
  width: 40px;
  min-width: 40px;
  height: 40px;
}

.location__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 86px;
  -webkit-box-shadow: 0 16px 24px 0 rgba(83,90,107,0.16);
          box-shadow: 0 16px 24px 0 rgba(83,90,107,0.16);
  background-color: #87ccca;
  color: #fff;
}

.location__list {
  width: 100%;
  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;
}

.location__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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-size: 18px;
  height: 48px;
  line-height: 1;
  white-space: nowrap;
  border-right: 2px solid #a2e0de;
  padding-left: 18px;
  padding-right: 18px;
}

.location__item:last-child {
  border-right: none;
}

.location__icon {
  display: block;
  margin-right: 8px;
}

@-webkit-keyframes bounceInRight2 {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight2 {
  -webkit-animation-name: bounceInRight2;
  animation-name: bounceInRight2;
}

.products {
  padding: 12px 0 60px;
  position: relative;
}

.products__wave {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  overflow: hidden;
}

.products__wave svg {
  display: block;
}

.products__text {
  max-width: 738px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #535a6b;
  margin-bottom: 64px;
}

.products__text p {
  margin: 0;
  margin-bottom: 20px;
}

.products__text :last-child {
  margin-bottom: 0;
}

.products__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products__item {
  width: 33.333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 42px;
}

.product-card__img {
  height: 176px;
  position: relative;
  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;
  overflow: hidden;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 22px;
}

.product-card__img img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.product-card__img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.product-card__title {
  margin-bottom: 20px;
}

.product-card__name {
  font-size: 24px;
  line-height: 1.33;
  font-weight: bold;
  color: #535a6b;
  margin-bottom: 4px;
}

.product-card__subname {
  font-size: 20px;
  line-height: 1.6;
  color: #013fa9;
}

.product-card__line {
  width: 100%;
  height: 2px;
  background-color: #d8dbe3;
  margin-bottom: 12px;
}

.product-card__item {
  padding: 6px 0;
}

.product-card__feature {
  padding-right: 45px;
  position: relative;
}

.product-card__feature-title {
  font-size: 14px;
  line-height: 1.57;
  color: #a9adb8;
}

.product-card__feature-text {
  font-size: 16px;
  line-height: 1.38;
  color: #535a6b;
}

.product-card__feature-icon {
  position: absolute;
  top: 16px;
  right: 0;
}

@-webkit-keyframes bounceInRight2 {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight2 {
  from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.text__block {
  margin-bottom: 40px;
}

.title {
  font-size: 28px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.57;
  color: #535a6b;
  margin: 0;
}

.title--products {
  color: #fff;
  max-width: 738px;
  margin: 0 auto 68px;
}

.title--offer {
  color: #fff;
  margin-bottom: 60px;
}

.text__subtitle {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 2.75;
  margin-bottom: 17px;
  color: #a3d9d7;
  text-transform: uppercase;
}

.services__top {
  height: 456px;
  position: relative;
  background-color: #562c8a;
  overflow: hidden;
}

.services__top:after {
  content: "";
  position: absolute;
  width: calc(50% - 50px);
  height: 2000px;
  right: -50%;
  bottom: 0;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
  background-color: #013fa9;
  -webkit-animation-name: triangleVisibility;
          animation-name: triangleVisibility;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: liner;
          animation-timing-function: liner;
  opacity: 0;
}

.services__top > .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.services__top--right {
  position: absolute;
  right: 0;
  left: 50%;
  bottom: 0;
  top: 0;
  z-index: 10;
}

.services__top--left {
  width: 50%;
  position: relative;
  z-index: 10;
}

.services__title {
  font-size: 32px;
  line-height: 1.27;
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

.services__text {
  margin-top: 28px;
  color: #fff;
}

.services__content {
  margin-top: -120px;
  z-index: 2;
  position: relative;
}

.facts {
  background-color: #f5f6f7;
  height: 372px;
  z-index: 1;
  position: relative;
  padding-top: 71px;
}

.facts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.facts__list > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}

.facts__num {
  font-size: 72px;
  line-height: 0.78;
  color: #e0e0e0;
}

.facts__desc {
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-top: 27px;
  line-height: 1.33;
  color: #7448ab;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -23px;
}

.service__col {
  width: calc(50% - 23px);
  margin-left: 23px;
}

.service__item {
  width: 100%;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
          box-shadow: 0 2px 6px 0 rgba(66,84,119,0.22);
  background-color: #fff;
  padding: 26px;
  margin-top: 22px;
}

.service__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service__icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 55px;
  margin-right: 28px;
}

.service__icon img {
  max-width: 100%;
}

.service__name {
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #292f4d;
}

.service__body {
  margin-top: 21px;
}

.service__body:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 0 21px;
  background-color: #e0e0e0;
}

.service__link {
  display: none;
  font-size: 13px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.54;
  color: #9678d3;
  margin-top: 9px;
  text-transform: uppercase;
  cursor: pointer;
}

.slider__item {
  width: 409px;
  height: 320px;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: 4px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(66,84,119,0.32);
          box-shadow: 0 12px 24px 0 rgba(66,84,119,0.32);
}

.services__slider {
  margin-top: 68px;
}

.services__slider .slick-slide {
  padding-left: 30px;
}

.services__slider .slick-slide:not(.slick-current) {
  opacity: 0.38;
}

.slider__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.slider__nav:hover {
  cursor: pointer;
}

.slider__nav--left {
  left: 500px;
}

.slider__nav--left:hover {
  -webkit-transform: translateX(-5px) translateY(-50%);
      -ms-transform: translateX(-5px) translateY(-50%);
          transform: translateX(-5px) translateY(-50%);
}

.slider__nav--right {
  left: 536px;
}

.slider__nav--right:hover {
  -webkit-transform: translateX(5px) translateY(-50%);
      -ms-transform: translateX(5px) translateY(-50%);
          transform: translateX(5px) translateY(-50%);
}

.form__wrapper--services .form__item {
  padding-left: 0;
  width: 100%;
}

.services__body--expand {
  height: 76px;
  overflow: hidden;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.services__body--expand.open {
  height: auto;
  overflow: visible;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

@-webkit-keyframes triangleVisibility {
  from {
    opacity: 0;
    right: -50%;
  }

  to {
    opacity: 1;
    right: 0;
  }
}

@keyframes triangleVisibility {
  from {
    opacity: 0;
    right: -50%;
  }

  to {
    opacity: 1;
    right: 0;
  }
}

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

.contacts__info {
  width: 50%;
  padding-right: 30px;
  padding-bottom: 109px;
  position: relative;
  z-index: 3;
}

.contacts__map {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #eee;
}

.contacts__map iframe {
  width: 100% !important;
  min-height: 100%;
  margin-top: -120px !important;
  margin-bottom: 0 !important;
}

.contacts__map-wave {
  height: 100%;
  width: 114px;
  position: absolute;
  left: -55px;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.contacts__map-wave--mobile {
  height: 72px;
  width: 100%;
  left: 0;
  top: -13px;
  display: none;
}

.contacts__map-inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.contacts__title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  margin-bottom: 11px;
}

.contacts__subtitle {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.75;
  color: #a3d9d7;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.contacts__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  margin-bottom: 2px;
  color: #535a6b;
  pointer-events: none;
}

.contacts__note {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #a9adb8;
}

.contacts__item {
  margin-bottom: 11px;
}

.contacts__item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contacts__item-col {
  padding-right: 42px;
  margin-bottom: 10px;
}

.contacts__item-col:last-child {
  padding-right: 0;
}

.contacts__btns {
  padding-top: 30px;
}

.contacts__btns .btn {
  width: 184px;
}

.h1,
.page__content h1 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.75;
  color: #330072;
  margin: 0 0 23px;
}

.h2,
.page__content h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 2;
  color: #330072;
  margin: 10px 0 19px;
}

.h3,
.page__content h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #330072;
  margin: 10px 0 23px;
}

.h4,
.page__content h4 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #330072;
  margin: 10px 0 20px;
}

.h5,
.page__content h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #292f4d;
  font-size: 18px;
  line-height: 1.33;
  margin: 0 0 23px;
}

.h6,
.page__content h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  color: #292f4d;
  font-size: 18px;
  line-height: 1.33;
  margin: 0 0 26px;
}

.page__content {
  padding: 80px 100px 96px;
}

.page__content p {
  margin: 0 0 25px;
}

.page__preview {
  font-size: 20px;
  line-height: 1.6;
}

.page__img {
  width: 100%;
  margin: 47px 0 39px 0;
}

.page__img img {
  max-width: 100%;
}

.page__content table {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #e0e0e0;
  border-collapse: collapse;
}

.page__content table tr {
  border: none;
}

.page__content table tr:nth-child(2n+1) {
  background-color: #f5f6f7;
}

.page__content table td {
  border: none;
  padding: 15px 26px;
}

.page__content table thead {
  opacity: 0.4;
  font-size: 14px;
  line-height: 1.86;
  color: #292f4d;
  border: solid 1px #acabab;
  border-bottom: none;
}

.page__content table thead tr,
.page__content table thead tr:nth-child(2n+1) {
  background-color: #fff;
}

.page__content ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.page__content ul li {
  position: relative;
  line-height: 1.38;
  padding-left: 44px;
  margin: 0 0 20px;
}

.page__content ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url("../img/svg/arrow-bottom.svg");
  background-repeat: no-repeat;
  width: 13px;
  height: 11px;
}

.page-404 {
  min-height: 370px;
  height: calc(100vh - 274px);
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0,0,0,0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
          box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
          box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0,0,0,0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

.selectize-control {
  position: relative;
  height: 48px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #000;
  font-family: inherit;
  font-size: 20px;
  line-height: 48px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  height: 48px;
  border: 0 none;
  padding: 0 20px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
}

.selectize-input.dropdown-active {
  border-radius: 8px 8px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #1a25ab;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 0 none;
  background-color: #fff;
  color: #000;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
          box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  border-radius: 0 0 8px 8px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125,168,208,0.2);
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 0 20px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #1a25ab;
  color: #fff;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48,48,48,0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
  border-radius: 0 0 8px 8px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #1a25ab transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #1a25ab transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0,51,83,0.3);
  border-radius: 6px;
  background-color: #1b9dec;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1da7ee), to(#178ee9));
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 1px rgba(255,255,255,0.03);
          box-shadow: 0 1px 0 rgba(0,0,0,0.2), inset 0 1px rgba(255,255,255,0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008fd8), to(#0075cf));
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input {
  background-color: #fff;
  -webkit-box-shadow: 0 0 48px 0 rgba(1,23,68,0.15);
          box-shadow: 0 0 48px 0 rgba(1,23,68,0.15);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: transparent;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  text-align: center;
  float: left;
  outline: none;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-prev,
.slick-next {
  display: none !important;
}

@media only screen and (min-width: 1366px) {
  .products__wave {
    max-height: 114px;
  }
}

@media only screen and (max-width: 1919px) {
  .banner {
    height: 680px;
  }

  .banner__wrapper {
    padding-bottom: 216px;
  }
}

@media only screen and (max-width: 1599px) {
  .banner {
    height: 594px;
  }

  .banner__wrapper {
    padding-bottom: 196px;
  }
}

@media only screen and (max-width: 1366px) {
  .gallery-scroll__list {
    padding-bottom: 224px;
  }
}

@media only screen and (max-width: 1365px) {
  .banner {
    height: 680px;
  }

  .banner__wrapper {
    padding-bottom: 216px;
  }

  .form__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form__item {
    width: calc(50% - 17px);
  }

  .form__item--modal {
    width: 100%;
  }

  .modal-window .form__item {
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .show-text {
    font-size: 16px;
  }

  .show-text:after {
    top: 7px;
    width: 12px;
    height: 8px;
  }

  .show-text--open:before {
    bottom: -1px;
  }

  .form__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    min-width: 50%;
    width: 50%;
  }

  .contacts__info {
    width: 40%;
  }

  .contacts__map {
    width: 60%;
    left: 40%;
  }

  .selectize-control {
    height: 43px;
  }

  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    font-size: 18px;
    line-height: 43px;
  }

  .selectize-input {
    padding: 0 18px;
    height: 43px;
    border-radius: 7px;
  }

  .selectize-dropdown {
    border-radius: 0 0 7px 7px;
  }

  .selectize-dropdown [data-selectable],
  .selectize-dropdown .optgroup-header {
    padding: 0 18px;
  }

  .selectize-dropdown-content {
    border-radius: 0 0 7px 7px;
  }

  .selectize-control.single .selectize-input {
    -webkit-box-shadow: 0 0 43px 0 rgba(1,23,68,0.15);
            box-shadow: 0 0 43px 0 rgba(1,23,68,0.15);
  }
}

@media only screen and (max-width: 1024px) {
  .slider__nav--left {
    left: calc(90% - 15px);
  }

  .slider__nav--right {
    left: calc(95% - 15px);
  }
}

@media only screen and (max-width: 1023px) {
  .banner {
    height: 540px;
  }

  .banner__wrapper {
    padding-bottom: 192px;
  }
}

@media only screen and (max-width: 992px) {
  .gallery-scroll__list {
    padding-bottom: 194px;
    padding-top: 696px;
  }
}

@media only screen and (max-width: 991px) {
  .main {
    padding-top: 70px;
  }

  .hamburger {
    display: block;
    margin-right: auto;
  }

  .form {
    padding-top: 20px;
    padding-bottom: 74px;
  }

  .gallery-scroll {
    height: auto;
  }

  .gallery-scroll__item {
    width: 300px;
    padding: 20px 0;
  }

  .gallery-scroll__imgs-wrap {
    width: 300px;
    height: 300px;
  }

  .gallery-scroll__imgs {
    width: 180px;
    min-width: 180px;
    max-width: 300px;
    height: 180px;
    min-height: 180px;
    max-height: 300px;
  }

  .container {
    padding-left: 18px;
    padding-right: 18px;
  }

  .col-medium-1-1 {
    width: 100%;
  }

  .col-medium-1-2,
  .col-medium-2-4,
  .col-medium-3-6,
  .col-medium-5-10 {
    width: 50%;
  }

  .col-medium-1-3,
  .col-medium-2-6 {
    width: 33.333%;
  }

  .col-medium-2-3,
  .col-medium-4-6 {
    width: 66.666%;
  }

  .col-medium-1-4 {
    width: 25%;
  }

  .col-medium-3-4 {
    width: 75%;
  }

  .col-medium-1-5,
  .col-medium-2-10 {
    width: 20%;
  }

  .col-medium-2-5,
  .col-medium-4-10 {
    width: 40%;
  }

  .col-medium-3-5,
  .col-medium-6-10 {
    width: 60%;
  }

  .col-medium-4-5,
  .col-medium-8-10 {
    width: 80%;
  }

  .col-medium-1-6 {
    width: 16.666%;
  }

  .col-medium-5-6 {
    width: 83.333%;
  }

  .col-medium-1-10 {
    width: 10%;
  }

  .col-medium-3-10 {
    width: 30%;
  }

  .col-medium-7-10 {
    width: 70%;
  }

  .col-medium-9-10 {
    width: 90%;
  }

  .header__wrapper {
    padding: 12px 0;
  }

  .contacts-header__info {
    display: none;
  }

  .offer-slider {
    width: 300px;
  }

  .offer-slider__item {
    height: 400px !important;
  }

  .offer-slider__img {
    width: 180px;
    height: 180px;
  }

  .offer-slider__item.slick-active .offer-slider__img {
    width: 300px;
    height: 300px;
  }

  .page-title {
    height: 290px;
    padding-top: 0;
  }

  .page-title--contacts {
    margin-bottom: 19px;
  }

  .page-title__container {
    padding-top: 76px;
  }

  .page-title__label {
    font-size: 24px;
  }

  .product-card-index__img img {
    width: 200px;
  }

  .location {
    margin-top: -28px;
    margin-bottom: 75px;
  }

  .location .container:after {
    width: 18px;
    min-width: 18px;
  }

  .location__wrapper {
    height: 56px;
  }

  .products {
    padding-bottom: 40px;
  }

  .products__text {
    font-size: 14px;
    line-height: 1.71;
  }

  .products__item {
    width: 50%;
  }

  .product-card__img {
    margin-bottom: 16px;
  }

  .product-card__title {
    margin-bottom: 15px;
  }

  .product-card__name {
    font-size: 18px;
  }

  .product-card__subname {
    font-size: 16px;
    line-height: 1.38;
  }

  .product-card__feature-title {
    font-size: 13px;
    line-height: 1.38;
  }

  .contacts__info {
    padding-bottom: 90px;
  }

  .contacts__title {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .contacts__subtitle {
    font-size: 12px;
    line-height: 2.17;
  }

  .contacts__text {
    font-size: 14px;
    line-height: 1.71;
    margin-bottom: 9px;
    pointer-events: auto;
  }

  .contacts__note {
    font-size: 16px;
    line-height: 1.38;
    color: #013fa9;
    display: none;
  }

  .contacts__note--link {
    display: block;
  }

  .contacts__item {
    margin-bottom: 21px;
  }

  .contacts__item-col {
    margin-bottom: 0;
    line-height: 1.6;
  }

  .contacts__item-col>br {
    display: none;
  }

  .contacts__btns {
    padding-top: 0;
  }

  .page-404 {
    height: calc(100vh - 259px);
  }

  .selectize-control {
    height: 42px;
  }

  .selectize-dropdown,
  .selectize-input,
  .selectize-input input {
    font-size: 15px;
    line-height: 42px;
  }

  .selectize-input {
    height: 42px;
    padding: 0 15px;
    border-radius: 6px;
  }

  .selectize-dropdown {
    border-radius: 0 0 6px 6px;
  }

  .selectize-dropdown [data-selectable],
  .selectize-dropdown .optgroup-header {
    padding: 0 15px;
  }

  .selectize-dropdown-content {
    border-radius: 0 0 6px 6px;
  }

  .selectize-control.single .selectize-input {
    -webkit-box-shadow: 0 0 22px 0 rgba(1,23,68,0.15);
            box-shadow: 0 0 22px 0 rgba(1,23,68,0.15);
  }
}

@media only screen and (max-width: 960px) {
  .page__content {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 959px) {
  .facts {
    height: auto;
    padding-bottom: 165px;
    padding-top: 50px;
  }

  .facts__num {
    font-size: 46px;
    line-height: 1.44;
  }

  .facts__desc {
    font-size: 20px;
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.57;
  }

  .main {
    padding-top: 55px;
  }

  .wow {
    -webkit-animation-name: none !important;
            animation-name: none !important;
  }

  .btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
  }

  .accordion__content {
    margin: 26px 0;
  }

  .accordion__item {
    padding: 13px 18px;
    margin-bottom: 14px;
  }

  .show-text + .hidden-text {
    font-size: 13px;
    line-height: 1.54;
  }

  .banner {
    height: 440px;
  }

  .banner:before {
    display: block;
  }

  .banner__img {
    background-size: 860px;
  }

  .banner__wrapper {
    height: 440px;
  }

  .banner__wrapper {
    padding-bottom: 100px;
  }

  .banner__title {
    font-size: 24px;
  }

  .banner__text {
    font-size: 14px;
    line-height: 1.71;
    font-weight: 500;
    margin-top: 18px;
  }

  .banner__btn {
    margin-top: 38px;
  }

  .form {
    padding-top: 52px;
    padding-bottom: 64px;
  }

  .form--modal {
    padding: 0;
  }

  .form__text {
    margin-bottom: 0;
  }

  .form__wrapper {
    margin-top: -8px;
  }

  .form__wrapper--modal {
    margin-top: 0;
  }

  .form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .form__item--submit {
    margin-top: 40px !important;
  }

  .form__item--submit .btn {
    width: 212px;
  }

  .form__item {
    width: 100%;
    margin-top: 25px;
  }

  .form__item--modal {
    margin-top: 19px;
  }

  .modal-window .form__item {
    margin-top: 19px;
  }

  div.wpcf7-response-output,
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing {
    font-size: 15px;
    margin: 1em 0 1em !important;
  }

  .footer {
    height: auto;
    padding: 56px 0 49px;
  }

  .footer__wrapper {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__copy {
    margin-top: 27px;
    margin-left: 0;
    line-height: 1.86;
  }

  .gallery-scroll {
    height: auto;
  }

  .gallery-scroll__container {
    height: auto;
  }

  .gallery-scroll__text {
    display: block;
    height: auto;
    position: static;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .col-small-1-1 {
    width: 100%;
  }

  .col-small-1-2,
  .col-small-2-4,
  .col-small-3-6,
  .col-small-5-10 {
    width: 50%;
  }

  .col-small-1-3,
  .col-small-2-6 {
    width: 33.333%;
  }

  .col-small-2-3,
  .col-small-4-6 {
    width: 66.666%;
  }

  .col-small-1-4 {
    width: 25%;
  }

  .col-small-3-4 {
    width: 75%;
  }

  .col-small-1-5,
  .col-small-2-10 {
    width: 20%;
  }

  .col-small-2-5,
  .col-small-4-10 {
    width: 40%;
  }

  .col-small-3-5,
  .col-small-6-10 {
    width: 60%;
  }

  .col-small-4-5,
  .col-small-8-10 {
    width: 80%;
  }

  .col-small-1-6 {
    width: 16.666%;
  }

  .col-small-5-6 {
    width: 83.333%;
  }

  .col-small-1-10 {
    width: 10%;
  }

  .col-small-3-10 {
    width: 30%;
  }

  .col-small-7-10 {
    width: 70%;
  }

  .col-small-9-10 {
    width: 90%;
  }

  .header__logo {
    width: 91px;
    height: auto;
  }

  .header__nav {
    display: none;
  }

  .contacts-header__item {
    margin-left: 18px;
  }

  .nav__link,
  .nav__link a {
    font-size: 16px;
    color: #fff !important;
    -webkit-transition: color 0.1s;
    -o-transition: color 0.1s;
    transition: color 0.1s;
  }

  .nav__link:hover,
  .nav__link a:hover,
  .nav__link:active,
  .nav__link a:active {
    color: #fff !important;
    opacity: 0.6;
  }

  .mobile {
    display: block;
  }

  .modal-window {
    margin: 54px 15px 20px;
    width: calc(100% - 30px);
    padding: 18px;
  }

  .modal-window--thanks,
  .modal-window--contact {
    width: 450px;
    margin: 10px auto;
    padding-top: 58px;
    padding-bottom: 62px;
  }

  .modal-window--contact {
    padding: 18px 18px 26px;
  }

  .modal-window div.wpcf7-response-output,
  .modal-window div.wpcf7-validation-errors,
  .modal-window div.wpcf7-acceptance-missing {
    font-size: 15px;
    margin: 1em 0 0 !important;
  }

  .modal-close {
    width: 20px;
    height: 20px;
    top: 18px;
    right: 18px;
  }

  .modal-body .modal-title {
    font-size: 18px;
    line-height: 1.44;
    padding-right: 38px;
  }

  .modal-body .modal-text {
    line-height: 1.71;
  }

  .modal .form div.wpcf7-response-output,
  .modal .form div.wpcf7-validation-errors,
  .modal .form div.wpcf7-acceptance-missing {
    margin: 1em 0 1em;
  }

  .offer {
    padding-top: 90px;
    padding-bottom: 112px;
  }

  .offer__wrapper {
    display: block;
  }

  .offer__item {
    display: block;
  }

  .offer__item--slider {
    padding: 0;
    height: 260px;
  }

  .offer__content {
    text-align: center;
  }

  .offer__title {
    font-size: 22px;
    line-height: 1.27;
    margin-top: 0;
  }

  .offer__text {
    margin-top: 17px;
  }

  .offer__btn {
    display: none;
  }

  .offer__btn--mobile {
    display: block;
  }

  .offer__btn .btn {
    width: 221px;
  }

  .offer .show-xm {
    display: block;
  }

  .offer .hide-xm {
    display: none;
  }

  .offer-slider {
    width: 212px;
    margin-bottom: 64px;
  }

  .offer-slider__item {
    height: 212px !important;
    width: 212 !important;
  }

  .offer-slider__item:before {
    width: 100%;
    height: 4px;
    background: url("../img/dot-bg-2.svg");
    margin-left: 0;
    margin-top: -2px;
  }

  .offer-slider__img {
    width: 135px;
    height: 135px;
  }

  .offer-slider__icon {
    height: 0;
    width: 0;
    left: auto;
    top: 50%;
    right: 30%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .offer-slider__item.slick-active .offer-slider__img {
    width: 212px;
    height: 212px;
  }

  .offer-slider__item.slick-active .offer-slider__icon svg {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
  }

  .offer-slider__item.slick-active .offer-slider__icon--left {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .offer-slider__item.slick-active .offer-slider__icon {
    width: 72px;
    height: 72px;
    top: 39px;
    right: 0;
  }

  .page-title {
    height: 240px;
  }

  .page-title__container {
    padding-top: 40px;
  }

  .products-index {
    padding-bottom: 40px;
  }

  .products-index:after {
    height: 44px;
  }

  .products-index .text__block {
    max-width: 518px;
    margin-left: auto;
    margin-right: auto;
  }

  .products-index__list {
    display: block;
    margin-bottom: 43px;
  }

  .products-index__item {
    margin-bottom: 38px;
  }

  .products-index__item--2 {
    top: 0;
  }

  .products-index__item--3 {
    top: 0;
    margin-bottom: 0;
  }

  .products-index .btn__wrapper .btn {
    width: 212px;
  }

  .product-card-index__img {
    margin-bottom: 20px;
  }

  .product-card-index__img img {
    width: auto;
    max-width: 100%;
  }

  .product-card-index__name {
    font-size: 16px;
  }

  .product-card-index__dot {
    margin-bottom: 6px;
  }

  .product-card-index__subname {
    font-size: 14px;
  }

  .location {
    margin-bottom: 50px;
  }

  .location__item {
    font-size: 16px;
  }

  .products {
    padding-bottom: 32px;
    padding-top: 28px;
  }

  .products__wave {
    height: 40px;
  }

  .products__text {
    margin-bottom: 40px;
  }

  .products__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .title--products {
    margin-bottom: 0;
  }

  .title--offer {
    margin-bottom: 42px;
  }

  .title {
    font-size: 20px;
    line-height: 1.5;
  }

  .text__subtitle {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .slider__nav {
    display: none;
  }

  .contacts .page-container {
    background: #fff;
    position: relative;
    z-index: 1;
  }

  .contacts__info {
    padding-bottom: 45px;
    padding-right: 0;
    width: 100%;
  }

  .contacts__map {
    width: 100%;
    height: 467px;
    left: auto;
    top: auto;
    position: relative;
  }

  .contacts__map-wave {
    display: none;
  }

  .contacts__map-wave--mobile {
    display: block;
  }

  .h1,
  .page__content h1 {
    font-size: 22px;
    line-height: 1.27;
    margin: 0 0 20px;
  }

  .h2,
  .page__content h2 {
    font-size: 20px;
    line-height: 1.4;
  }

  .h3,
  .page__content h3 {
    font-size: 18px;
    line-height: 1.56;
    margin: 0 0 13px;
  }

  .h4,
  .page__content h4 {
    font-size: 16px;
    line-height: 1.75;
    margin: 0 0 9px;
  }

  .h5,
  .page__content h5 {
    font-size: 14px;
    line-height: 1.57;
    margin: 0 0 9px;
  }

  .h6,
  .page__content h6 {
    font-size: 14px;
    line-height: 1.71;
    margin: 0 0 7px;
  }

  .page__content {
    padding: 40px 0;
  }

  .page__content p {
    margin: 0 0 17px;
  }

  .page__preview {
    font-size: 16px;
    line-height: 1.5;
  }

  .page__img {
    width: auto;
    margin: 30px -15px;
  }

  .page__content table {
    font-size: 13px;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    border: none;
  }

  .page__content table td {
    padding: 14px 15px;
  }

  .page__content table thead {
    font-size: 13px;
    border: none;
  }

  .page__content ul {
    margin: 15px 0;
  }

  .page__content ul li {
    padding-left: 25px;
    margin-bottom: 15px;
  }

  .page-404 {
    height: calc(100vh - 313px);
  }
}

@media only screen and (max-width: 757px) {
  .services__top {
    height: 420px;
    padding-top: 40px;
  }

  .services__top:after {
    width: 90%;
  }

  .services__top > .container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .services__top--right {
    left: 15px;
    top: auto;
    bottom: 33px;
  }

  .services__top--left {
    width: 100%;
  }

  .services__title {
    font-size: 22px;
  }

  .services__text {
    margin-top: 17px;
    font-size: 14px;
    line-height: 1.57;
  }

  .facts {
    height: 470px;
    padding-bottom: 0;
    padding-top: 28px;
  }

  .facts .contact-us__btn {
    margin-top: 0;
  }

  .facts__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 10px;
  }

  .facts__list > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: 8px;
    text-align: center;
  }

  .facts__num {
    font-size: 36px;
    line-height: 1.44;
  }

  .facts__desc {
    font-size: 16px;
    line-height: 1.38;
  }

  .service__col {
    width: 100%;
  }

  .service__item {
    margin-top: 16px;
    padding: 17px 18px 14px;
  }

  .service__icon {
    width: 54px;
    margin-right: 18px;
  }

  .service__name {
    font-size: 14px;
    line-height: 1.57;
  }

  .service__body:before {
    margin-bottom: 11px;
  }

  .service__body {
    margin-top: 7px;
    font-size: 13px;
    line-height: 1.54;
  }

  .service__link {
    display: block;
  }

  .slider__item {
    width: 236px;
    height: 184px;
  }

  .services__slider {
    margin-top: 30px;
    margin-left: -22px;
  }

  .services__slider .slick-slide {
    padding-left: 22px;
  }
}

@media only screen and (max-width: 566px) {
  .show-text {
    font-size: 14px;
  }

  .page-title {
    height: 200px;
  }

  .page-title {
    height: 200px;
  }

  .products__wave svg {
    width: 140%;
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }

  .product-card__img {
    height: 156px;
    padding-right: 28px;
    padding-left: 28px;
  }
}

@media only screen and (max-width: 480px) {
  .form__item--submit .btn {
    width: 100% !important;
  }

  .modal-window--thanks,
  .modal-window--contact {
    width: calc(100% - 30px);
  }

  .product-card-index__img img {
    width: 196px;
  }

  .contacts__btns .btn {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .form {
    padding-bottom: 48px;
  }
}