html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.center {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.nav {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

button,
textarea,
input[type="email"],
input[type="password"],
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

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

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-SemiBold.eot");
  src: local("Gilroy-SemiBold"), url("fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-SemiBold.woff2") format("woff2"), url("fonts/Gilroy-SemiBold.woff") format("woff"), url("fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Regular.eot");
  src: local("Gilroy-Regular"), url("fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Regular.woff2") format("woff2"), url("fonts/Gilroy-Regular.woff") format("woff"), url("fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Medium.eot");
  src: local("Gilroy-Medium"), url("fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Medium.woff2") format("woff2"), url("fonts/Gilroy-Medium.woff") format("woff"), url("fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Bold.eot");
  src: local("Gilroy-Bold"), url("fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Bold.woff2") format("woff2"), url("fonts/Gilroy-Bold.woff") format("woff"), url("fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-Light.eot");
  src: local("Gilroy-Light"), url("fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Gilroy-Light.woff2") format("woff2"), url("fonts/Gilroy-Light.woff") format("woff"), url("fonts/Gilroy-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

* {
  outline: none;
}

body {
  font: 22px/26px "Gilroy";
  position: relative;
  color: #00356B;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 5;
  max-width: 1385px;
  box-sizing: border-box;
  padding: 0 20px;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.btn {
  font: 600 22px/28px "Gilroy";
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  background: none;
  border: none;
}

.btn-blue-empty {
  color: #002152;
  padding: 23px 40px;
  border: 2px solid #002152;
  box-sizing: border-box;
}

.btn-blue-empty:hover {
  background: #002152;
  color: #fff;
}

.btn-white-empty {
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #fff;
  padding: 10px;
  font-weight: 400;
  color: #FFFFFF;
}

.btn-white-empty i {
  float: right;
}

.btn-white-empty:hover {
  background: #fff;
  color: #002152;
}

.btn-white-empty:hover path {
  fill: #002152;
}

.btn-white {
  background: #FFF;
  font-weight: 600;
  font-size: 19px;
  line-height: 1;
  color: #002152;
  border: 1px solid #fff;
  transition: all 0.2s ease-in-out;
}

.btn-white:hover {
  box-shadow: 0 0 5px #fff;
}

path {
  transition: all 0.2s ease-in-out;
}

.wow {
  visibility: hidden;
}

.title-h1,
h1 {
  font: bold 36px/36px "Gilroy";
  text-transform: uppercase;
  color: #002152;
}

h2 {
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  color: #002152;
}

h3 {
  font: bold 21px/1.25 "Gilroy";
  margin: 0 0 31px;
  text-transform: uppercase;
  color: #FFF;
}

.text2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #000;
}

.text3 {
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}

.text4 {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

.header {
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: hidden;
}

.logo {
  margin: 20px 103px 15px 0;
  float: left;
}

.header_cabinet {
  background: #FF9B3F;
  margin: 20px 7px 18px 20px;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.header_cabinet svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.header_cabinet:hover {
  box-shadow: 0 0 4px #fff;
  transform: scale(1.25);
}

.header_nav {
  overflow: hidden;
}

.header_nav li {
  float: left;
  margin: 0 44px 0 0;
  padding: 26px 0 25px 0;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  .header_nav li {
    margin: 0 25px 0 0;
  }
}

.header_nav a {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFF;
  transition: all 0.2s ease-in-out;
}

.header_nav a:hover {
  text-shadow: 0 0 3px #fff;
}

@media (min-width: 769px) and (max-width: 820px) {
  .header_nav a {
    font-size: 12px !important;
  }
}

.masthead {
  min-height: 100vh;
  overflow: hidden;
  padding: 196px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.masthead .subtitle {
  margin: 16px 0 83px;
  font-size: 22px;
  line-height: 26px;
  color: #FFF;
  font-weight: 400;
  text-transform: none;
}

.masthead .btn {
  font-size: 12px;
  margin: 17px 0 0;
  padding: 9px 19px 9px 19px;
}

.masthead .btn i {
  margin: 0 0 0 12px;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.masthead_in {
  float: right;
  max-width: 340px;
  margin: 0 108px 0 0;
}

.content {
  overflow: hidden;
  counter-reset: li;
}

.content-item {
  min-height: 400px;
  padding: 119px 0;
  box-sizing: border-box;
  counter-increment: li;
}

.content-item_number {
  float: left;
  margin: -7px 87px 0 50px;
  width: 20px;
  position: relative;
  height: 20px;
}

.content-item_number_in {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  transform: rotate(-90deg) translateX(-100%);
  transform-origin: left;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  color: #002152;
  box-sizing: border-box;
  padding: 0 0 0 166px;
}

.content-item_number_in:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "0" counter(li) ".";
}

.content-item_number_in:after {
  content: '';
  background: #002152;
  position: absolute;
  width: 131px;
  top: 8px;
  left: 26px;
  height: 1px;
}

.about-info {
  padding: 119px 0 0;
}

.about-info .title-h1,
.about-info h1 {
  margin: 0 85px 0 0;
  float: left;
  max-width: 520px;
  width: 50%;
}

.about-info p {
  margin: 0 105px 71px 0;
}

.content-item_in {
  padding: 0 30px 0 156px;
}

.pluses-info {
  padding: 50px 0 120px;
}

.pluses-info .content-item_number {
  margin: -7px 60px 0 50px;
}

.pluses-info .content-item_in {
  padding: 0 74px 0 127px;
}

.pluses-list {
  padding: 0 10px;
  display: -ms-flexbox;
  display: flex;
}

.pluses-item {
  float: left;
  width: 25%;
  padding: 0 15px;
  box-sizing: border-box;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  line-height: 18px;
  position: relative;
}

.pluses-item .in {
  min-height: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  background: #002152;
  padding: 39px 35px 45px;
  position: relative;
}

.pluses-item .in:hover {
  background: #FF9B3F;
  color: #fff;
}

.pluses-item .in:hover:after {
  border-color: #fff;
}

.pluses-item .in:hover path {
  fill: #fff;
}

.pluses-item .in:hover .hover {
  stroke: #fff;
}

.pluses-item .in:after {
  border: 2px solid #5A6F8E;
  top: 17px;
  bottom: 17px;
  left: 17px;
  right: 17px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  position: absolute;
  content: '';
}

.pluses-item p {
  font-weight: bold;
  padding: 7px 0 9px;
  font-size: 21px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.pluses-item span {
  color: #E5E5E5;
}

.pluses-item:nth-child(4) svg{
    width: 85px !important;
    height: 85px !important;
    transform: translateY(5px);
}

.pluses-item:nth-child(4) i{
    display: block;
    margin-bottom: 13px;
}

.pluses-item:nth-child(4):hover path{
    fill: #fff !important;
    stroke: #fff !important;
}

.achievement {
  padding: 100px 0 95px;
  background: #002152;
  color: #fff;
}

.achievement .content-item_number {
  margin: -7px 60px 0 50px;
}

.achievement .content-item_in {
  padding: 0 47px 0 137px;
}

.achievement .content-item_number_in {
  color: #fff;
}

.achievement .content-item_number_in:after {
  background: #fff;
}

.achievement-item {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 20px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}

.achievement-item i {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  margin: 0 auto 34px;
  font-size: 50px;
  display: block;
  position: relative;
  background-size: cover;
}

.achievement-item svg {
  width: 100%;
  height: auto;
}

.achievement-item b {
  white-space: nowrap;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.achievement-item p {
  font-size: 21px;
  line-height: 1.25;
}

.for-clients {
  padding: 119px 0 0;
  text-align: center;
}

.for-clients .content-item_number {
  margin: -7px 55px 0 50px;
}

.for-clients .content-item_in {
  padding: 0 35px 0 126px;
}

.for-clients .btn {
  width: 100%;
  overflow: hidden;
  clear: both;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 13px auto 0;
  max-width: 445px;
  -ms-flex: 445px 0 1;
  flex: 445px 0 1;
}

.for-clients_list {
  padding: 0 40px 13px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  counter-reset: li;
}

.for-clients_item {
  padding: 0 31px;
  box-sizing: border-box;
  float: left;
  width: 50%;
  counter-increment: li;
  text-align: left;
  margin: 0 0 40px;
  min-height: 279px;
}

.for-clients_item .in {
  transition: all 0.2s ease-in-out;
  background: #002152;
  padding: 73px 82px 40px 147px;
  min-height: 100%;
  position: relative;
  font-size: 15px;
  line-height: 18px;
  color: #E5E5E5;
  box-sizing: border-box;
}

.for-clients_item .in * {
  position: relative;
  z-index: 10;
}

.for-clients_item .in:before {
  content: "0" counter(li);
  transition: all 0.2s ease-in-out;
  font-weight: bold;
  font-size: 52px;
  z-index: 4;
  line-height: 52px;
  top: 52px;
  left: 52px;
  color: #FF9B3F;
  position: absolute;
  text-shadow: 0 0 5px #FF9B3F;
}

.for-clients_item .in:hover {
  background: #FF9B3F;
  color: #fff;
}

.for-clients_item .in:hover:after {
  border-color: #fff;
}

.for-clients_item .in:hover:before {
  color: #fff;
  text-shadow: 0 0 5px #fff;
}

.for-clients_item .in:hover path {
  fill: #fff;
}

.for-clients_item .in:after {
  border: 2px solid #5A6F8E;
  background: #002152;
  top: 17px;
  bottom: 17px;
  left: 17px;
  right: 17px;
  transition: all 0.2s ease-in-out;
  box-sizing: border-box;
  position: absolute;
  content: '';
}

.document-left {
  box-sizing: border-box;
  padding: 0 60px 0 0;
  float: left;
  width: 46%;
}

.document-left i {
  float: left;
  width: 70px;
  height: 70px;
  background: #FF9B3F;
  margin: 0 36px 0 0;
  -ms-flex: 70px 0 0px;
  flex: 70px 0 0;
  display: block;
  position: relative;
}

.document-left i:after {
  content: '';
  z-index: -1;
  width: 70px;
  height: 70px;
  top: 0;
  left: 0;
  position: absolute;
  background: #FF9B3F;
  filter: blur(15px);
}

.document-left img,
.document-left svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.document-left li a {
  margin: 0 0 25px;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  line-height: 28px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00356B;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}

.document-left li a:hover {
  text-decoration: none;
  color: #FF9B3F;
}

.document-left .btn {
  width: 100%;
  margin: 38px 0 0;
  max-width: 448px;
}

.document-info {
  padding: 106px 0 0;
}

.document-info .title-h1,
.document-info h1 {
  margin: 0 0 62px;
}

.document-right {
  z-index: 3;
  margin: 11px 0 0;
  position: relative;
  float: left;
  padding: 73px 38px 57px;
  box-sizing: border-box;
  width: 50%;
}

.document-right .title-h1,
.document-right h1 {
  margin: 0 0 46px;
  text-align: center;
  color: #fff;
}

.document-right:after {
  background: #002152;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  height: 100%;
  content: '';
}

.document-right li {
  margin: 0 0 20px;
}

.document-right a {
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 28px;
  padding: 10px 0 10px 66px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #FFFFFF;
  background: url(../images/svg/icon6.svg) no-repeat center left;
}

.document-right a:hover {
  text-decoration: none;
  color: #FF9B3F;
}

.contacts {
  padding: 119px 0 117px;
}

.ppko {
  padding: 120px 0 0 0;
}

.ppko__subtitle {
  color: #00356B;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  text-transform: unset;
  margin: 30px 0 35px 0;
}

@media (max-width: 576px) {
  .ppko__title,
  .ppko__subtitle,
  .ppko__bottom-text {
    text-align: center;
  }
}

.ppko__item {
  background: #002152;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 45px 80px;
  position: relative;
  transition: all .3s linear;
}

@media (max-width: 1200px) {
  .ppko__item {
    padding: 30px 50px;
  }
}

@media (max-width: 576px) {
  .ppko__item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 45px 35px;
  }
}

.ppko__item + .ppko__item {
  margin: 15px 0 0 0;
}

.ppko__item:hover {
  background: #FF9B3F;
}

.ppko__item:hover .ppko__img--default {
  display: none;
}

.ppko__item:hover .ppko__img--hover {
  display: block;
}

.ppko__item:hover::after {
  border: 2px solid #FFFFFF;
}

.ppko__item::after {
  background: #002152;
  content: "";
  display: block;
  position: absolute;
  border: 2px solid #5A6F8E;
  top: 17px;
  bottom: 17px;
  left: 17px;
  right: 17px;
  transition: all .3s linear;
}

.ppko__item p {
  color: #E5E5E5;
  font-size: 18px;
  line-height: 20px;
  position: relative;
  z-index: 10;
}

.ppko__img {
  display: block;
  position: relative;
  z-index: 10;
  margin: 0 80px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .ppko__img {
    margin: 0 40px 0 0;
  }
}

@media (max-width: 576px) {
  .ppko__img {
    margin: 0 0 25px 0;
  }
}

.ppko__img--hover {
  display: none;
}

.ppko__bottom-text {
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #00356B;
  margin: 30px 0 0 0;
}

#map {
  position: relative;
  left: -65px;
  margin: 0 auto;
  width: 850px;
}

#map .title-h1,
#map h1 {
  text-align: right;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -66px;
}

#map svg {
  width: 100%;
}

.contacts-map {
  margin: 0 -75px 0 0;
  float: right;
  height: 632px;
  width: 665px;
}

.contacts-map iframe {
  width: 100%;
  height: 100%;
}

.contacts_info {
  overflow: hidden;
  padding: 9px 70px 40px 0;
}

.contacts_info li,
.contacts_info a {
  font-size: 20px;
  line-height: 20px;
  color: #00356B;
}

.contacts_info li {
  margin: 0 -10px 29px 0;
  position: relative;
  padding: 0 0 0 48px;
}

.contacts_info i {
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
}

.contacts_info svg {
  display: block;
}

.contacts_info a {
  display: block;
}

.contacts_info a:hover {
  color: #FF9B3F;
}

.contacts_info form {
  overflow: hidden;
}

.contacts_form {
  width: 500px;
}

.contacts_form .column {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 7px;
}

.contacts_form .row {
  overflow: hidden;
  margin: 0 -7px;
}

.contacts_form .btn {
  width: 100%;
}

.form-item {
  display: block;
  margin: 0 0 15px;
}

.form-item textarea,
.form-item input {
  font: 14px/14px "Gilroy";
  display: block;
  color: #00356B;
  padding: 0 18px;
  box-sizing: border-box;
  border: 2px solid #002152;
  width: 100%;
  height: 50px;
}

.form-item textarea::-webkit-input-placeholder,
.form-item input::-webkit-input-placeholder {
  color: rgba(0, 53, 107, 0.5);
}

.form-item textarea::-moz-placeholder,
.form-item input::-moz-placeholder {
  color: rgba(0, 53, 107, 0.5);
}

.form-item textarea:-moz-placeholder,
.form-item input:-moz-placeholder {
  color: rgba(0, 53, 107, 0.5);
}

.form-item textarea:-ms-input-placeholder,
.form-item input:-ms-input-placeholder {
  color: rgba(0, 53, 107, 0.5);
}

.form-item textarea {
  height: 190px;
  padding: 18px;
  resize: none;
}

.delivery {
  padding: 119px 0 0;
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.footer {
  padding: 54px 0 40px 0;
  background: #002152;
}

.footer .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin: 0 0 17px;
  text-transform: uppercase;
  color: #fff;
}

.footer p,
.footer a {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.footer a:hover {
  font-weight: 600;
}

.footer p {
  margin: 0 0 24px;
}

.footer_left {
  margin: 0 177px 0 50px;
  float: left;
}

.footer_nav {
  float: left;
  width: 18%;
  margin: 0 19px 0 0;
}

.footer_nav a {
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.footer_nav li {
  margin: 0 0 14px;
}

.footer_contacts {
  float: left;
  width: 18%;
}

.footer_contacts .title {
  margin: 0 0 24px;
}

.footer_contacts a {
  display: block;
}

.footer_time {
  margin: 0 0 0 66px;
  float: left;
}

.footer_time .title {
  margin: 0 0 24px;
}

.footer_social {
  margin: 0 56px 0 0;
  float: right;
}

.footer_social a {
  width: 40px;
  background: #fff;
  height: 40px;
  border-radius: 100%;
  display: block;
  position: relative;
  margin: 0 0 12px;
  transition: all 0.2s ease-in-out;
}

.footer_social a:hover {
  box-shadow: 0 0 4px 2px #fff;
}

.footer_social svg {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.thank {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  font-size: 26px;
  line-height: 29px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  z-index: 10;
  padding: 100px;
}

.thank p {
  max-width: 408px;
}

.thank.show {
  opacity: 1;
  visibility: visible;
}

.popup {
  display: none;
  width: 640px;
  padding: 31px 44px 162px;
  background: rgba(0, 33, 82, 0.7) url(../images/background.png) no-repeat center center;
  background-size: cover;
}

.popup textarea,
.popup input {
  height: 45px;
  color: #fff;
  border-width: 1px;
  background: none !important;
  border-color: #fff;
}

.popup textarea::-webkit-input-placeholder,
.popup input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup textarea::-moz-placeholder,
.popup input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup textarea:-moz-placeholder,
.popup input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup textarea:-ms-input-placeholder,
.popup input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.popup textarea {
  height: 184px;
  padding: 14px 18px;
}

.popup .row {
  overflow: hidden;
}

.popup .column {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 0 7px;
}

.popup .row {
  overflow: hidden;
  margin: 0 -7px;
}

.popup .btn {
  margin: 10px 0 0;
  width: 100%;
  padding: 18px 20px;
}

.popup .form-item {
  margin: 0 0 20px;
}

.popup img {
  width: 96px;
}

.popup form {
  max-width: 463px;
  margin: 153px auto 0;
  display: block;
}

.popup form.hide {
  opacity: 0;
  visibility: hidden;
}

.popup a {
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.5);
}

.popup a:hover {
  color: #fff;
}

.popup .fl_r,
.popup .fl_l {
  margin: 62px 38px 0;
}

.popup .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  margin: 0 0 29px;
  color: #FFFFFF;
}

.popup p {
  font-size: 18px;
  line-height: 18px;
  margin: 0 0 18px;
  text-align: center;
  color: #FFFFFF;
}

.fancybox-button svg {
  color: #8090A9;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  right: 13px;
  top: 13px;
  padding: 6px;
}

.error textarea,
.error input {
  border-color: red !important;
}

.popup--new {
  background: #002152;
  text-align: center;
  padding: 28px 30px 44px;
}

.popup--new img {
  display: block;
}

.popup--new form {
  max-width: none;
  margin: 35px 15px 0;
  border: 2px solid #5A6F8E;
  padding: 51px 60px 43px;
  overflow: hidden;
  box-sizing: border-box;
}

.popup--new .form-item {
  position: relative;
  margin: 32px 38px 20px;
}

.popup--new input {
  padding-right: 60px;
  height: 50px;
}

.popup--new .btn {
  margin: 13px auto 0;
  padding: 15px 20px;
  max-width: 350px;
}

.popup--new i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}

.popup--new svg {
  display: block;
}

#empty {
  background: #002152;
  width: 551px;
  height: 644px;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  padding: 100px;
  color: #FFFFFF;
}

#empty p {
  font-size: 30px;
  line-height: 32px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

#thank {
  height: 818px;
}

#thank .thank {
  font-size: 26px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
  opacity: 1;
  visibility: visible;
}

#thank p {
  font-size: 26px;
  line-height: 29px;
  text-align: center;
  color: #FFFFFF;
}

.thank p {
  font-size: 26px;
  line-height: 29px;
  color: #FFFFFF;
}

@media screen and (max-width: 1439px) {
  .content-item_number {
    margin: 0 50px 0 20px !important;
  }

  .content-item_in {
    padding: 0 30px 0 100px !important;
  }

  .about-info p {
    margin-right: 0;
  }

  .pluses-list {
    padding: 0;
  }

  .achievement-item p {
    font-size: 20px;
  }

  .for-clients .content-item_in {
    padding: 0 10px 0 80px !important;
  }

  .for-clients_item {
    padding: 0 20px;
  }

  .contacts-map {
    width: 50%;
    margin-right: -50px;
  }

  .contacts {
    padding: 119px 0 60px;
  }

  .footer_left {
    margin: 0 100px 0 0;
    float: left;
  }
}

@media screen and (max-width: 1200px) {
  .logo {
    margin: 20px 30px 15px 0;
    float: left;
  }

  .header_nav li {
    margin: 0 20px 0 0;
  }

  .pluses-item {
    padding: 0 10px;
  }

  .pluses-info {
    padding: 50px 0;
  }

  .achievement-item i {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .achievement {
    padding: 50px 0;
  }

  .for-clients_item {
    padding: 0 10px;
  }

  .for-clients_item .in {
    padding: 50px 35px 40px 125px;
  }

  .btn-blue-empty {
    padding: 15px 20px;
  }

  .document-left {
    width: 50%;
  }

  .document-left li a {
    line-height: 1.25;
    font-size: 20px;
  }

  .document-right a {
    font-size: 20px;
    line-height: 1.25;
  }

  .contacts_form {
    max-width: 400px;
    width: 100%;
  }

  .footer_time {
    margin: 0 0 0 50px;
  }

  .masthead {
    padding: 100px 0 50px;
  }

  .pluses-list {
      flex-wrap: wrap;
  }

  .pluses-item {
      width: 50%;
      margin-bottom: 20px;
  }

    .pluses-item .custom_br {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
  .header_nav li {
    margin: 0 10px 0 0;
  }

  .header_nav a {
    font-size: 14px;
  }

  .header_cabinet {
    margin: 20px 0 18px 10px;
  }

  .logo {
    margin: 20px 10px 15px 0;
  }

  .masthead_in {
    margin-right: 30px;
  }

  .about-info {
    text-align: center;
  }

  .about-info .title-h1,
  .about-info h1 {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
  }

  .pluses-item {
    -ms-flex: 50% 1 1;
    flex: 50% 1 1;
    width: 50%;
    margin-bottom: 20px;
  }

  .pluses-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .achievement-item {
    width: 50%;
    margin: 0 0 40px;
  }

  .achievement-item i {
    margin-bottom: 20px;
  }

  .for-clients_item {
    margin-bottom: 20px;
  }

  .for-clients_item .in {
    padding: 31px 35px 40px 105px;
  }

  .for-clients_item .in:before {
    top: 30px;
    left: 30px;
  }

  .for-clients_item p {
    margin-left: -50px;
  }

  .document-left {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  .document-right {
    width: 100%;
    padding-top: 30px;
  }

  .document-right .title-h1,
  .document-right h1 {
    margin-bottom: 20px;
  }

  #map {
    width: 100%;
    left: 0;
  }

  #map .title-h1,
  #map h1 {
    right: 0;
  }

  .contacts-map {
    float: none;
    width: auto;
    margin: 0 -100px 30px 0;
  }

  .contacts .content-item_in {
    padding-left: 0 !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contacts_form {
    margin: 0 auto;
  }

  .footer_social {
    position: absolute;
    top: 100px;
    left: 20px;
  }

  .footer_social a {
    margin: 0 10px 0 0;
    float: left;
  }

  .footer_left {
    margin: 0 60px 0 0;
  }

  .footer_time {
    float: right;
    margin: 0 20px;
  }

  .footer a,
  .footer p {
    font-size: 14px;
  }

  .footer_nav {
    float: left;
    width: 25%;
    margin: 0 19px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .content-item_number,
  .header_nav {
    display: none;
  }

  .masthead_in {
    width: 100%;
    float: none;
    margin: 0 !important;
    text-align: center;
    max-width: 100%;
  }

  .content-item {
    min-height: 1px;
    padding: 40px 0 !important;
  }

  .about-info {
    padding: 40px 0 0 !important;
  }

  .content-item .content-item_in {
    padding: 0 !important;
  }

  .pluses-item {
    width: 100%;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
  }

  .achievement-item {
    width: 100%;
  }

  .achievement-item i {
    width: 200px;
    margin: 0 auto 20px;
  }

  .for-clients_item {
    width: 100%;
    min-height: 1px;
    padding: 0;
  }

  .for-clients_list {
    padding: 0;
  }

  .document-left {
    padding: 0;
  }

  .document-left .btn {
    width: 100%;
  }

  .document-right {
    padding-right: 0;
  }

  .title-h1,
  h1 {
    font-size: 30px;
  }

  #map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #map .title-h1,
  #map h1 {
    width: 100%;
    text-align: center;
    position: static;
  }

  .contacts-map {
    height: 300px;
  }

  .contacts_info {
    padding: 10px 0 30px;
  }

  .column {
    width: 100% !important;
    float: none !important;
  }

  .btn-blue-empty {
    font-size: 16px;
    padding: 5px 20px;
  }

  .footer {
    padding: 20px 0;
  }

  .footer .title {
    margin: 0 0 10px;
  }

  .footer_left {
    float: none;
    margin: 0 0 20px;
    width: 100%;
    text-align: center;
  }

  .footer_nav {
    display: none;
  }

  .footer_time,
  .footer_contacts {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .footer_time {
    overflow: hidden;
  }

  .footer_time p {
    float: left;
    width: 50%;
  }

  .footer_social {
    position: static;
    text-align: center;
  }

  .footer_social a {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
    float: none;
  }

  .popup {
    padding: 30px;
  }

  .popup form {
    margin: 30px 0 0;
  }

  .popup .thank {
    padding: 30px;
  }

  .wow {
    animation-delay: 0s !important;
  }

  .document-right a,
  .document-left li a {
    font-size: 18px;
    line-height: 1.3;
  }

  .popup--new form {
    padding: 20px;
  }

  .popup--new .title {
    font-size: 25px;
  }

  .popup--new p {
    font-size: 16px;
    line-height: 1.25;
  }

  .popup--new .form-item {
    margin-left: 0;
    margin-right: 0;
  }

  .popup--new a {
    display: block;
    float: none !important;
    margin: 20px 0 0 !important;
    text-align: center;
  }

  #thank {
    height: 400px;
    padding: 30px 20px;
  }

  #thank p {
    font-size: 20px;
    line-height: 1.3;
  }
}