/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

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

@font-face {
  font-family: "Helvetica";
  src: url("/Demo/ship/3/1/HelveticaRegular.woff") format("woff"), url("/Demo/ship/3/1/HelveticaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Helvetica";
  src: url("/Demo/ship/3/1/HelveticaLight.woff") format("woff"), url("/Demo/ship/3/1/HelveticaLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Helvetica";
  src: url("/Demo/ship/3/1/HelveticaBold.woff") format("woff"), url("/Demo/ship/3/1/HelveticaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}

@font-face {
  font-family: 'Muller';
  src: url("/Demo/ship/3/1/MullerBold.woff2") format("woff2"), url("/Demo/ship/3/1/MullerBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

body {
  min-width: 320px;
  font-family: 'Helvetica', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #142745;
  background-color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #009CD4;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  color: #FFA13B;
  text-decoration: none;
}

a.underline {
  text-decoration: underline;
}

a.underline:hover {
  text-decoration: none;
}

.usermenu__heading,
.usermenu__menu-link,
.welcome__heading,
.welcome-item__num,
.welcome-form__heading,
.welcome-form-total__sum,
.welcome-trains__heading,
.welcome-trains__num,
.powers-block__name,
.powers-block .bandwidth-popup h4,
.powers-block__label,
.powers-content__heading,
.powers-auto-block__label,
.powers-auto-content__heading,
.powers-exp-block__label,
.powers-exp-content__heading,
.white-exp-block__label,
.white-exp-content__heading,
.bandwidth__heading,
.bandwidth-item__name,
.times__heading,
.times-item__name,
.wserv-item__name,
.processing__heading,
.processing-item__name,
.steps__heading,
.steps-item__name,
.steps-itemf__name,
.feauters__heading,
.feauters-item__name,
.projs__heading,
.projs-item__name,
.stages__heading,
.stages-item__num,
.stages-item__text,
.manager-content__heading,
.manager-content__list p,
.contact__heading,
.popops__heading,
.contact-item,
.popops-item,
.contact-trains__heading,
.popops-trains__heading,
.contact-trains__label,
.popops-trains__label,
.contact-trains__num,
.popops-trains__num,
.form__heading,
.mappage__heading,
.servs-page__heading,
.servs-item__heading,
.clients-block__name,
.clients__heading,
.how__heading,
.how-item__name,
.how-item__num span,
.combidop__heading,
.combidop-item__name,
.thewho__heading,
.thewho-item__name {
  font-family: "Muller", sans-serif;
  line-height: 1.2;
  font-weight: bold;
}

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

.col--1 {
  width: calc(100% / 12 * 1 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--2 {
  width: calc(100% / 12 * 2 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--3 {
  width: calc(100% / 12 * 3 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--4 {
  width: calc(100% / 12 * 4 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--5 {
  width: calc(100% / 12 * 5 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--6 {
  width: calc(100% / 12 * 6 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--7 {
  width: calc(100% / 12 * 7 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--8 {
  width: calc(100% / 12 * 8 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--9 {
  width: calc(100% / 12 * 9 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--10 {
  width: calc(100% / 12 * 10 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--11 {
  width: calc(100% / 12 * 11 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.col--12 {
  width: calc(100% / 12 * 12 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

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

.hidden {
  visibility: hidden;
}

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden !important;
  max-height: inherit;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll;
  min-width: 100% !important;
  max-height: inherit !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.simplebar-content {
  overflow-y: hidden !important;
  overflow-x: scroll;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important;
}

.simplebar-track {
  z-index: 1100;
  position: absolute;
  right: 2px;
  bottom: 0;
  width: 2px;
  background: #2F4C78;
}

.simplebar-scrollbar {
  position: absolute;
  right: -2px;
  width: 6px;
  min-height: 1rem;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #009CD4;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 1;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}

.simplebar-track.vertical {
  top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 0;
  bottom: 0;
}

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 1.1rem;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: .2rem;
  right: .2rem;
}

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: .2rem;
  height: .7rem;
  min-height: 0;
  min-width: 1rem;
  width: auto;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.btn {
  position: relative;
  display: inline-block;
  padding: 22px 40px 21px;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  border-radius: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  vertical-align: middle;
  border: 0px solid #009CD4;
  background-color: #ffffff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  letter-spacing: 1px;
  outline: none !important;
  min-width: 300px;
  -webkit-transition: all .3s, -webkit-transform .1s;
  transition: all .3s, -webkit-transform .1s;
  transition: all .3s, transform .1s;
  transition: all .3s, transform .1s, -webkit-transform .1s;
  background: #009CD4;
}

.btn--full {
  width: 100%;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn span {
  position: relative;
  z-index: 2;
}

.btn:before {
  content: "";
  position: absolute;
  background: #7f8998;
  top: 0;
  right: 100%;
  background: #FFA13B;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn:hover:before {
  right: 0;
}

.btn:hover {
  text-decoration: none;
  border-color: #FFA13B;
  color: #ffffff;
}

.btn--blue {
  background: #009CD4;
  border-color: #009CD4;
  color: #ffffff;
}

.btn--blue:before {
  background: #009CD4;
}

.btn--blue:hover {
  background: transparent;
  border-color: #009CD4;
  color: #009CD4;
}

.btn--white {
  background: #DDE0E6;
  border-color: #DDE0E6;
  color: #ffffff;
}

.btn--white:before {
  background: #DDE0E6;
}

.btn--white:hover {
  background: transparent;
  border-color: #DDE0E6;
  color: #ffffff;
}

.btn--link {
  background-color: transparent !important;
  color: #7f8998;
  min-width: inherit;
  font-size: 12px;
  padding: 0;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
}

.btn--link:hover {
  text-decoration: none;
  color: #7f8998;
}

.btn--border {
  padding: 20px 40px 19px;
  background: transparent;
  border: 2px solid #009CD4;
  color: #009CD4;
}

.btn--border-blue {
  background: #ffffff;
  border-color: #7f8998;
  color: #7f8998;
}

.btn--line {
  background-color: transparent !important;
  padding: 17px 0 22px !important;
  min-width: inherit !important;
  font-weight: bold;
  font-family: 'Muller', sans-serif;
  letter-spacing: 1px;
  color: #7f8998;
  border: 0;
}

.btn--line:before {
  display: none;
}

.btn--line:after {
  width: 40px;
  height: 2px;
  background: #7f8998;
  bottom: 10px;
  left: 0;
  position: absolute;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
}

.btn--line:hover {
  color: #FFA13B;
}

.btn--line:hover:after {
  width: 100%;
  background: #FFA13B;
}

.form-input,
.form-textarea {
  display: block;
  width: 100%;
  padding: 0 25px;
  font-size: 16px;
  color: #ffffff;
  background-color: #1C3B69;
  border: 1px solid #456493;
  font-family: "Helvetica", sans-serif;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none;
  height: 70px;
  text-overflow: ellipsis;
}

.form-input:focus,
.form-textarea:focus {
  background-color: #17335B;
}

.form-textarea {
  min-height: 150px;
  height: auto;
  padding: 15px 25px;
}

.input-place {
  position: relative;
}

.input-place input.hasDatepicker:valid + .placelabel,
.input-place input.filled + .placelabel,
.input-place.focused .placelabel {
  top: 8px;
  left: 15px;
  font-size: 12px;
  opacity: .9;
}

.input-place .placelabel {
  position: absolute;
  pointer-events: none;
  left: 25px;
  top: 23px;
  color: #9CB4D7;
  -webkit-transition: 0.15s ease all;
  transition: 0.15s ease all;
  text-overflow: ellipsis;
  width: calc(100% - 25px);
  overflow: hidden;
  white-space: nowrap;
}

.input-place input:disabled + .placelabel {
  opacity: .4;
}

.form-input--date,
.form-textarea--date {
  background-image: url(/Demo/ship/3/1/input-date.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.jq-number.form-input {
  padding: 0;
  border: none;
}

.form-checkbox,
.form-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-checkbox + .form-checkbox,
.form-checkbox + .form-radio,
.form-radio + .form-checkbox,
.form-radio + .form-radio {
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-checkbox label,
.form-radio label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-checkbox span,
.form-radio span {
  display: inline-block;
}

.jq-checkbox {
  top: 0px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 15px 0 0;
  border-radius: 0;
  border: 1px solid #456493;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .2s;
  transition: .2s;
  overflow: visible !important;
  position: relative;
}

.jq-checkbox .jq-checkbox__div {
  width: 10px;
  height: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  top: 6px;
  right: 6px;
  position: absolute;
  opacity: 0;
  z-index: 2;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.jq-checkbox.checked .jq-checkbox__div {
  background: #009CD4;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.jq-checkbox.disabled {
  opacity: .55;
}

.jq-radio {
  top: 0px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 0 15px 0 0;
  border-radius: 100%;
  border: 1px solid #456493;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.jq-radio .jq-radio__div {
  width: 10px;
  height: 10px;
  -webkit-transition: .2s;
  transition: .2s;
  top: 6px;
  position: absolute;
  right: 6px;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
}

.jq-radio.checked .jq-radio__div {
  background: #009CD4;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.jq-radio.disabled {
  opacity: .55;
}

.jqselect {
  height: 70px;
  z-index: 6 !important;
  /* width */
  /* Track */
  /* Handle */
}

.jqselect.opened {
  z-index: 8 !important;
}

.jqselect ::-webkit-scrollbar {
  width: 3px;
}

.jqselect ::-webkit-scrollbar-track {
  background: #345382;
}

.jqselect ::-webkit-scrollbar-thumb {
  background: #009CD4;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%;
}

.jq-selectbox__select {
  line-height: 66px;
  padding: 0 50px 0 25px;
  height: 70px;
  font-size: 16px;
  font-family: "Helvetica", sans-serif;
  background-color: #1C3B69;
  border: 1px solid #456493;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  color: #ffffff;
  display: inline-block;
  text-align: left;
  -webkit-transition: .2s;
  transition: .2s;
}

.jq-selectbox.focused .jq-selectbox__select {
  background-color: #17335B;
}

.opened .jq-selectbox__select {
  border-bottom-color: #1C3B69;
  background-color: #17335B;
}

.dropup .jq-selectbox__select {
  background-color: #17335B;
  border-bottom-color: #456493;
}

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100% !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox .placeholder {
  color: #9CB4D7;
  height: 68px;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
  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;
}

.jq-selectbox__trigger-arrow {
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 7px 5px 0 5px;
  border-color: #009CD4 transparent transparent transparent;
  border-style: solid;
}

.opened .jq-selectbox__select .jq-selectbox__trigger {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  opacity: 1;
}

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  border: 1px solid #456493;
  border-top: 0;
  background-color: #17335B;
  font-size: 16px;
  border-radius: 0;
  top: 68px;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
}

.jq-selectbox__dropdown:before {
  position: absolute;
  top: 0;
  left: 18px;
  width: calc(100% - 36px);
  height: 1px;
  content: '';
  background: #456493;
}

.dropup .jq-selectbox__dropdown {
  border: 1px solid #456493;
  border-bottom: 0;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  bottom: 58px;
}

.dropup .jq-selectbox__dropdown:before {
  top: auto;
  bottom: 0;
}

.opened .jq-selectbox__dropdown {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 15px 25px;
  margin-bottom: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.jq-selectbox li.selected {
  background-color: #112D57;
  color: #009CD4;
}

.jq-selectbox li:hover {
  background-color: #1C3B69;
  color: #009CD4;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-file {
  border: 0 !important;
  outline: none !important;
  padding: 0;
  width: 200px;
  padding-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.jq-file:before {
  background: url("data:image/svg+xml,%3Csvg width='21' height='18' viewBox='0 0 21 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.3657 1.57005L4.25017 7.6859H21V9.90604H4.25017L10.3657 16.0219L8.7957 17.5919L0 8.79597L8.7957 0L10.3657 1.57005Z' transform='translate%2821%29 scale%28-1 1%29' fill='%23009CD4'/%3E%3C/svg%3E%0A") left center no-repeat;
  content: '';
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
  left: 0;
  top: 0;
  position: absolute;
  width: 21px;
  height: 21px;
  display: block;
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  width: 100%;
  color: #009CD4;
  font-size: 16px;
  padding-top: 0px;
  text-align: left;
}

.jq-file__browse {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  padding-left: 40px;
  color: #009CD4;
  font-size: 14px;
  text-align: left;
  display: none;
}

.jq-file:hover:before {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background: url("/Demo/ship/3/1/101.svg") left center no-repeat;
}

.jq-file:hover .jq-file__name {
  color: #FFA13B;
}

.form-radio__label:before,
.form-radio__label:after {
  border-radius: 100%;
}

.form-input::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder {
  color: #9CB4D7;
}

.form-input::-moz-placeholder,
.form-textarea::-moz-placeholder {
  color: #9CB4D7;
}

.form-input:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder {
  color: #9CB4D7;
}

.form-input:-moz-placeholder,
.form-textarea:-moz-placeholder {
  color: #9CB4D7;
}

/* Slider */

.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;
  margin: 0 -15px;
}

.slick-slider:before {
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: #000;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, black), to(transparent));
  background: linear-gradient(to right, black 50%, transparent 100%);
}

.slick-slider:after {
  width: 15px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  background: #000;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(black));
  background: linear-gradient(to right, transparent 50%, black 100%);
}

.slick-slider .slick-slide {
  display: none;
}

.slick-slider .slick-slide:first-child {
  display: block;
}

.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child {
  display: block;
}

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  padding: 0 15px;
  display: none;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  display: none;
}

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

.slick-slide img {
  display: block;
}

.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-active {
  opacity: 1;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 0;
  padding: 0;
  border: none;
  outline: none;
  background: url("/Demo/ship/3/1/102.svg") center no-repeat;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  background: url("/Demo/ship/3/1/103.svg") center no-repeat;
}

.slick-prev {
  right: 45px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-next {
  right: 10px;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 10px;
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: #000;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  padding: 0;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  border-radius: 100%;
  border: 3px solid #fff;
  opacity: .7;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

/**
 * Tab content
 */

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */

.swiper-container,
.swiper-container2 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

/* Auto Height */

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* IE10 Windows Phone 8 Fixes */

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  border: 2px solid #009CD4;
  margin-top: -30px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/Demo/ship/3/1/arrow-b.svg");
  outline: none !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  cursor: auto;
  opacity: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -100px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -100px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("/Demo/ship/3/1/104.svg");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("/Demo/ship/3/1/105.svg");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("/Demo/ship/3/1/106.svg");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("/Demo/ship/3/1/107.svg");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px;
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  border: 0;
  outline: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  border-radius: 100%;
}

.swiper-pagination-bullet:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 100%;
  background: #ffffff;
  -webkit-transition: .3s;
  transition: .3s;
}

.swiper-pagination-bullet:hover:after {
  opacity: .7;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active:after {
  background: #009CD4;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px 0 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */

.swiper-scrollbar {
  border-radius: 0px;
  position: relative;
  -ms-touch-action: none;
  background: #CBD0DA;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 3px;
  z-index: 50;
  height: 1px;
  width: 100%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 3px;
  width: 100%;
  position: relative;
  background: #009CD4;
  border-radius: 0px;
  left: 0;
  top: -1px;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("/Demo/ship/3/1/108.svg");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("/Demo/ship/3/1/109.svg");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.root {
  opacity: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.root.doc-ready {
  opacity: 1;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header:after {
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #ffffff;
  opacity: .2;
  content: '';
  position: absolute;
}

.header__wrap {
  padding: 0 40px;
  height: 120px;
  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-logo__link {
  display: block;
  width: 210px;
  height: 60px;
  background: url(/Demo/0.8x3-1.png) no-repeat;
  -webkit-transition: none;
  transition: none;
}

.header-phone {
  font-size: 1.9rem;
  margin-left: auto;
  color: #ffffff;
  font-weight: bold;
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-phone span {
  font-size: 1.6rem;
}

.header-user {
  margin-left: 35px;
  width: 40px;
  height: 40px;
  background: url(/Demo/ship/3/1/user-i.svg) center no-repeat;
}

.header-menu {
  width: 30px;
  height: 40px;
  background: url(/Demo/ship/3/1/menu-w.svg) center no-repeat;
  display: none;
}

.header-lang {
  color: #fff;
  font-size: 22px;
  margin-left: 45px;
  font-size: 19px;
  font-weight: bold;
  font-family: "Muller", sans-serif;
}

.header-lang span {
  opacity: .5;
}

.header-lang__link {
  color: #fff;
  opacity: .5;
}

.header-lang__link--active {
  opacity: 1;
}

.usermenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  line-height: 29px;
}

.usermenu:before {
  background: #1F3D6B;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .7;
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
  content: '';
  z-index: 1;
}

.usermenu--showed {
  opacity: 1;
  visibility: visible;
}

.usermenu--showed .usermenu__wrap {
  -webkit-transform: scaleX(1) translateX(0px);
  transform: scaleX(1) translateX(0px);
}

.usermenu-close {
  width: 60px;
  height: 60px;
  background: url(/Demo/ship/3/1/close2.svg) center no-repeat;
  position: absolute;
  top: 35px;
  right: 35px;
  display: block;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 3;
}

.usermenu-close:hover {
  opacity: .5;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.usermenu__wrap {
  padding: 50px 100px 50px 50px;
  background: #ffffff;
  -webkit-transform: scaleX(0.9) translateX(30px);
  transform: scaleX(0.9) translateX(30px);
  width: 100%;
  max-width: 360px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: .3s;
  transition: .3s;
}

.usermenu__heading {
  font-size: 22px;
  font-size: 22px !important;
  margin-bottom: 20px;
}

.usermenu__menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.usermenu__menu-link {
  font-size: 22px;
  font-size: 22px !important;
  margin-top: 20px;
  display: inline-block;
}

.landing-containers.fp-viewing-page3 .header-logo__link,
.landing-containers.fp-viewing-page4 .header-logo__link {
  background: url(/Demo/0.8x3-1.png) no-repeat;
}

.landing-containers.fp-viewing-page3 .header-phone,
.landing-containers.fp-viewing-page4 .header-phone {
  color: #009CD4;
}

.landing-containers.fp-viewing-page3 .header-user,
.landing-containers.fp-viewing-page4 .header-user {
  background: url(/Demo/ship/3/1/user.svg) center no-repeat;
}

.landing-containers.fp-viewing-page3 .header-menu,
.landing-containers.fp-viewing-page4 .header-menu {
  background: url(/Demo/ship/3/1/menu.svg) center no-repeat;
}

.landing-general.fp-viewing-page3 .header-logo__link,
.landing-general.fp-viewing-page5 .header-logo__link,
.landing-customs.fp-viewing-page2 .header-logo__link,
.landing-customs.fp-viewing-page3 .header-logo__link,
.landing-customs.fp-viewing-page6 .header-logo__link,
.landing-forwarding.fp-viewing-page3 .header-logo__link,
.landing-forwarding.fp-viewing-page4 .header-logo__link,
.landing-forwarding.fp-viewing-page5 .header-logo__link,
.landing-combined.fp-viewing-page2 .header-logo__link,
.landing-combined.fp-viewing-page4 .header-logo__link,
.landing-combined.fp-viewing-page6 .header-logo__link {
  background: url(/Demo/0.8x3-1.png) no-repeat;
}

.landing-general.fp-viewing-page3 .header-phone,
.landing-general.fp-viewing-page5 .header-phone,
.landing-customs.fp-viewing-page2 .header-phone,
.landing-customs.fp-viewing-page3 .header-phone,
.landing-customs.fp-viewing-page6 .header-phone,
.landing-forwarding.fp-viewing-page3 .header-phone,
.landing-forwarding.fp-viewing-page4 .header-phone,
.landing-forwarding.fp-viewing-page5 .header-phone,
.landing-combined.fp-viewing-page2 .header-phone,
.landing-combined.fp-viewing-page4 .header-phone,
.landing-combined.fp-viewing-page6 .header-phone {
  color: #009CD4;
}

.landing-general.fp-viewing-page3 .header-user,
.landing-general.fp-viewing-page5 .header-user,
.landing-customs.fp-viewing-page2 .header-user,
.landing-customs.fp-viewing-page3 .header-user,
.landing-customs.fp-viewing-page6 .header-user,
.landing-forwarding.fp-viewing-page3 .header-user,
.landing-forwarding.fp-viewing-page4 .header-user,
.landing-forwarding.fp-viewing-page5 .header-user,
.landing-combined.fp-viewing-page2 .header-user,
.landing-combined.fp-viewing-page4 .header-user,
.landing-combined.fp-viewing-page6 .header-user {
  background: url(/Demo/ship/3/1/user.svg) center no-repeat;
}

.landing-general.fp-viewing-page3 .header-menu,
.landing-general.fp-viewing-page5 .header-menu,
.landing-customs.fp-viewing-page2 .header-menu,
.landing-customs.fp-viewing-page3 .header-menu,
.landing-customs.fp-viewing-page6 .header-menu,
.landing-forwarding.fp-viewing-page3 .header-menu,
.landing-forwarding.fp-viewing-page4 .header-menu,
.landing-forwarding.fp-viewing-page5 .header-menu,
.landing-combined.fp-viewing-page2 .header-menu,
.landing-combined.fp-viewing-page4 .header-menu,
.landing-combined.fp-viewing-page6 .header-menu {
  background: url(/Demo/ship/3/1/menu.svg) center no-repeat;
}

.landing-combined.fp-viewing-page3 .header-logo__link {
  background: url(/Demo/0.8x3-1.png) no-repeat;
}

.landing-combined.fp-viewing-page3 .header-phone {
  color: #009CD4;
}

.landing-combined.fp-viewing-page3 .header-user {
  background: url(/Demo/ship/3/1/user.svg) center no-repeat;
}

.landing-combined.fp-viewing-page3 .header-menu {
  background: url(/Demo/ship/3/1/menu.svg) center no-repeat;
}

.landing-customs.fp-viewing-page2 .header-phone {
  color: #142745;
}

.page {
  position: relative;
  width: 100%;
  height: 100vh;
}

.page__wrap {
  width: 100%;
  max-width: 1720px;
  padding-top: 80px;
  padding-left: 80px;
  padding-right: 80px;
  margin: 0 auto;
}

.navs {
  position: fixed;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3;
}

.navs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navs__link {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: block;
  margin: 25px 55px 25px 0;
  -webkit-transition: .6s;
  transition: .6s;
  text-decoration: none;
}

.landing-customs.fp-viewing-page2 .navs__link,
.landing-combined.fp-viewing-page5 .navs__link {
  color: #ffffff;
}

.navs__link:hover {
  text-decoration: none;
  color: #009CD4;
  margin-left: -9px;
}

.landing-customs.fp-viewing-page2 .navs__link:hover,
.landing-combined.fp-viewing-page5 .navs__link:hover {
  color: #ffffff;
}

.navs__link:after {
  width: 80px;
  height: 2px;
  background: #009CD4;
  position: absolute;
  top: 9px;
  left: 30px;
  content: '';
  -webkit-transition: .6s;
  transition: .6s;
}

.landing-customs.fp-viewing-page2 .navs__link:after,
.landing-combined.fp-viewing-page5 .navs__link:after {
  background: #ffffff;
}

.navs__link.active {
  color: #546F97;
  margin-left: -30px;
}

.landing-customs.fp-viewing-page2 .navs__link.active,
.landing-combined.fp-viewing-page5 .navs__link.active {
  color: #546F97;
}

.navs__link.active:after {
  background: #546F97;
}

.landing-customs.fp-viewing-page2 .navs__link.active:after,
.landing-combined.fp-viewing-page5 .navs__link.active:after {
  background: #546F97;
}

.welcome {
  height: 100%;
  width: 100%;
  background: #112D57 url(/Demo/ship/3/1/welcome-containers.jpg) center bottom no-repeat;
  background-size: cover !important;
  color: #ffffff;
}

.welcome--general {
  background: #112D57 url(/Demo/ship/3/1/welcome-general.jpg) center bottom no-repeat;
}

.welcome--combined {
  background: #112D57 url(/Demo/ship/3/1/welcome-combined.jpg) center bottom no-repeat;
}

.welcome--customs {
  background: #112D57 url(/Demo/ship/3/1/welcome-customs.jpg) center bottom no-repeat;
}

.welcome--forwarding {
  background: #112D57 url(/Demo/ship/3/1/welcome-forwarding.jpg) center bottom no-repeat;
}

.welcome--auto {
  background: #112D57 url(/Demo/ship/3/1/welcome-auto.jpg) center bottom no-repeat;
}

.welcome__heading {
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 30px;
  font-size: 68px;
}

.welcome-text {
  font-size: 26px;
  max-width: 1100px;
}

.welcome--combined .welcome__heading {
  margin-bottom: 15px;
}

.welcome-btn {
  margin-top: 50px;
}

.welcome-btm {
  margin-top: 100px;
}

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

.welcome-items__heading {
  font-size: 26px;
  margin-bottom: 10px;
}

.welcome-item {
  width: calc(100% / 12 * 3 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: 2px solid #2C4974;
  padding-left: 70px;
  height: 160px;
}

.welcome-item__num {
  color: #009CD4;
  font-size: 36px;
  margin-bottom: 10px;
}

.welcome-item__text {
  font-size: 18px;
}

.welcome-form {
  margin-top: 30px;
}

.welcome-form__heading {
  font-size: 36px;
  font-size: 36px;
  margin-bottom: 15px;
}

.welcome-form__block {
  background: #1C3965;
  border: 1px solid #3C5A86;
  padding: 55px;
  margin-bottom: 50px;
  max-width: 1400px;
}

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

.welcome-form__col {
  width: calc(100% / 12 * 3.5 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.welcome-form__col--small {
  width: calc(100% / 12 * 2.5 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.welcome-form__label {
  font-size: 21px;
  margin-bottom: 10px;
}

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

.welcome-form__btn .btn {
  width: 350px;
}

.welcome-form-form {
  margin-top: 25px;
}

.welcome-form-totals {
  width: 100%;
  border: 1px solid #3C5A86;
  border-right: 0;
  margin-top: 50px;
  margin-bottom: 15px;
}

.welcome-form-totals__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0px;
  margin-right: -0px;
}

.welcome-form-totals__col {
  width: calc(100% / 12 * 6 - 0.01px);
  margin-left: 0px;
  margin-right: 0px;
  word-wrap: break-word;
  padding: 10px 50px;
  border-right: 1px solid #3C5A86;
}

.welcome-form-total {
  color: #009CD4;
  margin: 10px 0;
}

.welcome-form-total__label {
  font-size: 21px;
}

.welcome-form-total__sum {
  font-size: 36px;
  color: #ffffff;
}

.welcome-form-total .btn {
  margin-top: 15px;
}

.welcome-trains {
  margin-top: 100px;
  max-width: 680px;
}

.welcome-trains__top {
  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;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.welcome-trains__heading {
  font-size: 22px;
  font-size: 21px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.welcome-trains__items {
  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;
  background: rgba(23, 51, 91, 0.5);
  border: 1px solid #456493;
}

.welcome-trains__item {
  width: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 25px 0 35px;
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #456493;
  position: relative;
}

.welcome-trains__item:last-child {
  border-right: 0;
  border-bottom: 0;
}

.welcome-trains__num {
  font-size: 36px;
  font-size: 42px;
}

.welcome-trains__text {
  font-size: 18px;
}

.welcome-trains__all {
  font-size: 17px;
  border-bottom: 2px solid rgba(0, 156, 212, 0.6);
  display: inline-block;
  text-align: right;
  margin-left: auto;
}

.welcome-trains__all:hover {
  border-color: transparent;
}

.welcome-trains__btn {
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-radius: 30px;
  min-width: 250px !important;
  padding: 12px 0px !important;
  font-size: 15px !important;
  margin-left: -125px;
}

.welcome-btns {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.welcome-btns .btn {
  width: 340px;
}

.welcome-btns__btn {
  margin-bottom: 30px;
}

.welcome-btns2 {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.welcome-btns2 .btn {
  width: 340px;
}

.welcome-btns2__btn {
  margin-right: 30px;
}

.welcome-calcs {
  margin-top: 160px;
}

.welcome-calcs__link {
  font-size: 26px;
  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;
  color: #ffffff;
}

.welcome-calcs__link:before {
  width: 80px;
  height: 80px;
  background: url(/Demo/ship/3/1/calc.svg) center no-repeat;
  content: '';
  display: inline-block;
  margin-right: 20px;
}

.welcome-calcs__link span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.powers {
  background: #112D57;
  color: #ffffff;
}

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

.powers-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
  margin-right: 50px;
  width: 880px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.powers-block {
  width: calc(100% / 12 * 6 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: 2px solid #2B4875;
  padding: 30px;
  height: 190px;
  margin-bottom: 30px;
  position: relative;
}

.powers-block:nth-child(1) {
  margin-top: 35px;
}

.powers-block:nth-child(4) {
  margin-top: -35px;
}

.powers-block:nth-child(6) {
  margin-top: -35px;
}

.powers-block__img {
  text-align: right;
  margin-bottom: 5px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  max-width: 50px;
  max-height: 50px;
}

.powers-block__name {
  color: #009CD4;
  font-size: 36px;
  margin-bottom: 5px;
  width: 100%;
}

.powers-block__link {
  border-bottom: 1px dashed #009CD4;
  position: relative;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  width: auto;
}

.powers-block__link:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: -25px;
  width: 0;
  height: 0;
  border-width: 7px 5px 0 5px;
  border-color: #009CD4 transparent transparent transparent;
  border-style: solid;
  -webkit-transition: .3s;
  transition: .3s;
}

.powers-block__link:hover {
  color: #ffffff;
}

.powers-block__link:hover:after {
  border-color: #ffffff transparent transparent transparent;
}

.powers-block .bandwidth-popup {
  width: 120%;
  left: -10%;
}

.powers-block .bandwidth-popup h4 {
  margin: 0;
  font-size: 18px;
}

.powers-block__label {
  color: #009CD4;
  font-size: 22px;
  font-size: 26px;
  margin-top: auto;
}

.powers-block__text {
  font-size: 18px;
  width: 100%;
}

.powers-content__heading {
  font-size: 64px;
  margin-bottom: 30px;
}

.powers-content__text {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 40px;
}

.powers-auto {
  background: #112D57;
  color: #ffffff;
}

.powers-auto .page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.powers-auto-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-right: 50px;
  width: 840px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.powers-auto-block {
  width: calc(100% / 12 * 6 - 20.01px);
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: 2px solid #2B4875;
  padding: 30px;
  height: 310px;
  margin: 10px;
}

.powers-auto-block__img {
  margin-bottom: 20px;
  height: 80px;
}

.powers-auto-block__label {
  color: #009CD4;
  font-size: 22px;
  font-size: 30px;
  margin-bottom: 15px;
  width: 100%;
}

.powers-auto-block__text {
  font-size: 18px;
  width: 100%;
}

.powers-auto-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 30px 0 10px;
  width: 100%;
}

.powers-auto-content__heading {
  font-size: 64px;
  margin-bottom: 30px;
  width: 100%;
}

.powers-auto-content__text {
  font-size: 20px;
  margin-bottom: 60px;
  line-height: 40px;
  width: 100%;
}

.powers-auto-content__info {
  margin-top: auto;
  font-size: 20px;
  width: 100%;
}

.powers-auto-content__info a {
  border-bottom: 2px solid #0E3D69;
  display: inline-block;
  margin: 3px;
}

.powers-auto-content__info a:hover {
  border-color: transparent;
}

.powers-exp {
  background: #112D57;
  color: #ffffff;
}

.powers-exp .page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.powers-exp-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-right: 50px;
  width: 840px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.powers-exp-block {
  width: calc(100% / 12 * 6 - 20.01px);
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  border: 2px solid #2B4875;
  padding: 50px;
  height: 310px;
  margin: 10px;
}

.powers-exp-block__img {
  margin-bottom: 30px;
  height: 80px;
}

.powers-exp-block__label {
  color: #ffffff;
  font-size: 22px;
  font-size: 32px;
  margin-bottom: 15px;
}

.powers-exp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 30px 0 10px;
}

.powers-exp-content__heading {
  font-size: 64px;
  margin-bottom: 20px;
}

.powers-exp-content__text {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 40px;
}

.powers-exp-content__text ul {
  padding: 0;
  margin: 0 0 0 25px;
}

.powers-exp-content__text li {
  margin-bottom: 5px;
}

.powers-exp-content__info {
  margin-top: auto;
  font-size: 20px;
}

.powers-exp-content__info a {
  border-bottom: 2px solid #0E3D69;
  display: inline-block;
  margin: 3px;
}

.powers-exp-content__info a:hover {
  border-color: transparent;
}

.white-exp {
  background: #F6F8FD;
}

.white-exp .page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.white-exp-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-right: 50px;
  width: 840px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.white-exp-block {
  width: calc(100% / 12 * 6 - 20.01px);
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background: #ffffff;
  padding: 50px;
  height: 310px;
  margin: 10px;
  -webkit-box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
}

.white-exp-block__img {
  margin-bottom: 30px;
  height: 80px;
}

.white-exp-block__label {
  font-size: 22px;
  font-size: 32px;
  margin-bottom: 15px;
}

.white-exp-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 30px 0 10px;
  width: 100%;
}

.white-exp-content__heading {
  font-size: 64px;
  margin-bottom: 20px;
  width: 100%;
}

.white-exp-content__text {
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 40px;
  width: 100%;
}

.white-exp-content__text ul {
  padding: 0;
  margin: 0 0 0 25px;
}

.white-exp-content__text li {
  margin-bottom: 5px;
}

.white-exp-content__info {
  margin-top: auto;
  font-size: 20px;
  width: 100%;
}

.white-exp-content__info a {
  border-bottom: 2px solid #0E3D69;
  display: inline-block;
  margin: 3px;
}

.white-exp-content__info a:hover {
  border-color: transparent;
}

.bandwidth {
  background: #112D57;
  color: #ffffff;
}

.bandwidth__heading {
  text-align: center;
  font-size: 64px;
  margin-bottom: 30px;
}

.bandwidth__text {
  font-size: 20px;
  text-align: center;
}

.bandwidth-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 130px;
  padding: 0 35px;
}

.bandwidth-item {
  width: calc(100% / 12 * 6 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  border: 2px solid #2B4875;
  padding: 20px 50px;
  height: 230px;
  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;
  position: relative;
}

.bandwidth-item__img {
  width: 140px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bandwidth-item__name {
  color: #ffffff;
  font-size: 36px;
  font-size: 54px;
  margin-bottom: 5px;
  width: 100%;
}

.bandwidth-item__name-link {
  color: #009CD4;
  border-bottom: 1px dashed #086495;
  text-decoration: none !important;
  position: relative;
  display: block;
}

.bandwidth-item__name-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: -25px;
  width: 0;
  height: 0;
  border-width: 7px 5px 0 5px;
  border-color: #009CD4 transparent transparent transparent;
  border-style: solid;
  -webkit-transition: .3s;
  transition: .3s;
}

.bandwidth-item__name-link:hover {
  color: #ffffff;
}

.bandwidth-item__name-link:hover:after {
  border-color: #ffffff transparent transparent transparent;
}

.bandwidth-item__text {
  font-size: 20px;
}

.bandwidth-popup {
  position: absolute;
  width: 90%;
  background: rgba(33, 64, 111, 0.95);
  border: 1px solid #456493;
  padding: 10px 0;
  left: 5%;
  top: 50%;
  z-index: 9;
  -webkit-box-shadow: 0px 40px 40px rgba(13, 38, 74, 0.801064);
  box-shadow: 0px 40px 40px rgba(13, 38, 74, 0.801064);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-50%) scaleY(0.9);
  transform: translateY(-50%) scaleY(0.9);
  -webkit-transition: .3s;
  transition: .3s;
}

.bandwidth-popup--showed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}

.bandwidth-popup__item {
  border-bottom: 1px solid #456493;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 16px;
  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;
}

.bandwidth-popup__item:last-child {
  border-bottom: 0;
}

.bandwidth-popup__left {
  padding-right: 30px;
  max-width: 420px;
}

.bandwidth-popup__right {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}

.bandwidth-btms {
  text-align: center;
  margin-top: 80px;
}

.times {
  background: #F6F8FD;
  color: #112D57;
}

.times__heading {
  font-size: 64px;
  margin-bottom: 10px;
  text-align: center;
}

.times__text {
  font-size: 20px;
  margin-bottom: 80px;
  color: #546F97;
  text-align: center;
}

.times__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 40px;
}

.times-item {
  width: calc(100% / 12 * 4 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  text-align: center;
  padding: 0 35px;
}

.times-item__img {
  height: 120px;
}

.times-item__img img {
  height: 100px;
}

.times-item__name {
  font-size: 32px;
  margin-bottom: 10px;
  width: 100%;
}

.times-item__text {
  color: #546F97;
  font-size: 18px;
  width: 100%;
}

.times-btms {
  text-align: center;
  margin-top: 80px;
}

.wserv {
  background: #ffffff;
}

.wserv__items {
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
  margin: 0 auto;
}

.wserv-item {
  width: calc(100% / 12 * 6 - 40.01px);
  margin-left: 20px;
  margin-right: 20px;
  word-wrap: break-word;
  margin-bottom: 40px;
  padding: 40px 90px 30px 60px;
  position: relative;
  -webkit-box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
}

.wserv-item__icon {
  position: absolute;
  top: 20px;
  right: 20px;
}

.wserv-item__name {
  font-size: 36px;
  margin-bottom: 10px;
  color: #009CD4;
  width: 100%;
}

.wserv-item__text {
  color: #546F97;
  font-size: 18px;
  width: 100%;
}

.wserv-btms {
  text-align: center;
  margin-top: 80px;
}

.processing {
  background: #F6F8FD;
  color: #112D57;
}

.processing__heading {
  font-size: 64px;
  margin-bottom: 30px;
  text-align: center;
}

.processing__text {
  font-size: 20px;
  margin-bottom: 80px;
  color: #546F97;
  text-align: center;
}

.processing__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 40px;
}

.processing-item {
  width: calc(100% / 12 * 4 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  padding: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
}

.processing-item__img {
  text-align: right;
}

.processing-item__name {
  font-size: 32px;
  margin: 0 0 10px;
  padding: 0 15px;
  color: #009CD4;
  width: 100%;
}

.processing-item__text {
  color: #546F97;
  padding: 0 15px 20px;
  font-size: 16px;
  width: 100%;
}

.processing-btms {
  text-align: center;
  margin-top: 80px;
}

.steps {
  background: #F6F8FD;
  color: #112D57;
}

.steps__heading {
  font-size: 64px;
  margin-bottom: 30px;
  text-align: center;
}

.steps__text {
  font-size: 20px;
  margin-bottom: 80px;
  color: #546F97;
  text-align: center;
}

.steps-items {
  max-width: 1100px;
  margin: 120px auto 0;
  position: relative;
}

.steps-items .swiper-button-prev,
.steps-items .swiper-button-next {
  background-image: url(/Demo/ship/3/1/arrow-l.svg);
}

.steps-item {
  padding: 20px 20px 20px 80px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  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;
  height: 210px;
  margin: 0 25px 25px;
}

.steps-item__img {
  margin-right: 40px;
}

.steps-item__name {
  font-size: 22px;
  font-size: 24px;
  color: #546F97;
  width: 100%;
}

.steps-btms {
  text-align: center;
  margin-top: 80px;
}

.steps-itemsf {
  max-width: 1300px;
  margin: 120px auto 0;
  position: relative;
}

.steps-itemsf .swiper-button-prev,
.steps-itemsf .swiper-button-next {
  background-image: url(/Demo/ship/3/1/arrow-l.svg);
}

.steps-itemf {
  padding: 20px 60px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  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;
  height: 260px;
  margin: 0 25px 25px;
}

.steps-itemf__img {
  margin-right: 40px;
}

.steps-itemf__desc {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}

.steps-itemf__name {
  font-size: 22px;
  font-size: 30px;
  color: #009CD4;
  width: 100%;
}

.steps-itemf__text {
  margin-top: 10px;
  color: #546F97;
  font-size: 18px;
  width: 100%;
}

.feauters {
  background: #112D57;
  color: #ffffff;
}

.feauters__heading {
  font-size: 68px;
  margin-bottom: 20px;
  text-align: center;
}

.feauters__text {
  font-size: 20px;
  text-align: center;
}

.feauters-items {
  max-width: 1400px;
  margin: 120px auto 0;
  position: relative;
}

.feauters-item {
  padding: 0 50px;
  text-align: center;
}

.feauters-item__img {
  height: 90px;
  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;
  margin-bottom: 35px;
}

.feauters-item__img img {
  height: 90px;
}

.feauters-item__name {
  font-size: 32px;
  font-size: 30px;
  margin-bottom: 10px;
  width: 100%;
}

.feauters-item__text {
  font-size: 18px;
  width: 100%;
}

.feauters-btms {
  margin-top: 60px;
  text-align: center;
}

.projs {
  background: #112D57 url(/Demo/ship/3/1/gen-projs.jpg) center no-repeat;
  background-size: cover;
  color: #ffffff;
}

.projs__heading {
  font-size: 64px;
  text-align: center;
  margin-bottom: 20px;
}

.projs__text {
  font-size: 20px;
  text-align: center;
}

.projs-item {
  margin-top: 50px;
  text-align: center;
}

.projs-item__img {
  margin-bottom: 50px;
}

.projs-item__name {
  font-size: 36px;
  max-width: 940px;
  margin: 0 auto 25px;
  width: 100%;
}

.projs-item__text {
  font-size: 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.projs-btms {
  text-align: center;
  margin-top: 65px;
}

.stages__heading {
  font-size: 64px;
  text-align: center;
  margin-bottom: 20px;
}

.stages__text {
  font-size: 20px;
  text-align: center;
}

.stages-items {
  max-width: 1320px;
  margin: 90px auto 0;
  position: relative;
}

.stages-item {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  margin: 25px;
  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: 30px;
  height: 180px;
}

.stages-item__num {
  color: #009CD4;
  font-size: 68px;
  margin-right: 25px;
  margin-left: 15px;
}

.stages-item__text {
  font-size: 32px;
  font-size: 20px !important;
  color: #546F97;
}

.stages .swiper-button-prev,
.stages .swiper-button-next {
  background-image: url(/Demo/ship/3/1/arrow-l.svg);
}

.stages-btms {
  text-align: center;
  margin-top: 100px;
}

.manager .page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.manager-deva {
  overflow: hidden;
  width: 50%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  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;
}

.manager-deva img {
  display: block;
  max-height: 850px;
}

.manager-content {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  padding-right: 75px;
}

.manager-content__heading {
  font-size: 64px;
  margin-bottom: 20px;
}

.manager-content__text {
  font-size: 18px;
  margin-bottom: 40px;
  color: #546F97;
}

.manager-content__list {
  margin-bottom: 40px;
}

.manager-content__list p {
  font-size: 22px;
  font-size: 20px;
  padding-left: 28px;
  margin: 20px 0;
  background: url(/Demo/ship/3/1/bullet.svg) left center no-repeat;
}

.manager-content__list p a {
  border-bottom: 1px dashed #009CD4;
  text-decoration: none !important;
}

.manager-content__list p a:hover {
  border-bottom: 0;
}

.contact,
.popops {
  background: rgba(17, 45, 87, 0.98);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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: fixed;
  color: #ffffff;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact--showed,
.popops--showed {
  opacity: 1;
  visibility: visible;
  z-index: 101;
}

.contact__close,
.popops__close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 40px;
  height: 40px;
  background: url("/Demo/ship/3/1/110.svg") center no-repeat;
  cursor: pointer;
  z-index: 3;
  -webkit-transition: .3s;
  transition: .3s;
}

.contact__close:hover,
.popops__close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: .7;
}

.contact__wrap,
.popops__wrap {
  width: 1080px;
  height: 100%;
  padding: 100px 0 0;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(50px) scale(0.95);
  transform: translateY(50px) scale(0.95);
}

.contact--showed .contact__wrap,
.popops--showed .contact__wrap,
.contact--showed
  .popops__wrap,
.popops--showed
  .popops__wrap {
  -webkit-transform: translateY(0px) scale(1);
  transform: translateY(0px) scale(1);
}

.contact__scroll,
.popops__scroll {
  height: calc(100% - 140px);
}

.contact__heading,
.popops__heading {
  font-size: 68px;
  text-align: center;
  margin-bottom: 55px;
}

.popops .contact__heading,
.popops
    .popops__heading {
  font-size: 48px;
}

.contact .simplebar-track.horizontal,
.popops .simplebar-track.horizontal {
  display: none;
}

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

.contact-item,
.popops-item {
  width: calc(100% / 12 * 6 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  margin-bottom: 30px;
  background: #1C3B69;
  border: 1px solid #456493;
  padding: 20px 40px;
  font-size: 22px;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-item:before,
.popops-item:before {
  width: 9px;
  height: 9px;
  background: #009CD4;
  border-radius: 100%;
  position: relative;
  display: block;
  margin-right: 20px;
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5px;
}

.contact-item:hover,
.popops-item:hover {
  color: #ffffff;
  text-decoration: none;
}

.contact-content,
.popops-content {
  padding-right: 40px;
}

.contact-trains,
.popops-trains {
  margin-top: 60px;
}

.contact-trains__heading,
.popops-trains__heading {
  font-size: 36px;
  font-size: 36px;
  margin-bottom: 15px;
}

.contact-trains__block,
.popops-trains__block {
  background: rgba(28, 59, 105, 0.8);
  border: 1px solid #3C5A86;
  padding: 40px 55px;
  margin-bottom: 60px;
  max-width: 1260px;
}

.contact-trains__row,
.popops-trains__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 70px;
}

.contact-trains__col,
.popops-trains__col {
  width: calc(100% / 12 * 6 - 54.01px);
  margin-left: 27px;
  margin-right: 27px;
  word-wrap: break-word;
}

.contact-trains__label,
.popops-trains__label {
  font-size: 22px;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.contact-trains__items,
.popops-trains__items {
  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;
  background: #1C3A67;
  border: 1px solid #456493;
}

.contact-trains__item,
.popops-trains__item {
  width: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding: 30px 0;
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #456493;
}

.contact-trains__item:last-child,
.popops-trains__item:last-child {
  border-right: 0;
}

.contact-trains__num,
.popops-trains__num {
  font-size: 36px;
  font-size: 54px;
}

.contact-trains__text,
.popops-trains__text {
  font-size: 20px;
}

.contact-trains__btm,
.popops-trains__btm {
  margin-top: 20px;
}

.contact-trains__btn,
.popops-trains__btn {
  width: 100%;
}

.form {
  color: #ffffff;
  width: 100%;
  padding-right: 40px;
}

.form__block {
  background: #1C3B69;
  border: 1px solid #456493;
  padding: 75px 75px 45px;
  margin-bottom: 50px;
}

.form__heading {
  font-size: 36px;
  margin-bottom: 20px;
}

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

.form__col {
  width: calc(100% / 12 * 6 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
}

.form__group {
  margin-bottom: 30px;
  position: relative;
}

.form__text {
  margin-bottom: 10px;
}

.form__end {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 100px;
}

.form-checkbox {
  margin-top: 15px;
}

.form__success {
  font-size: 2rem;
  display: none;
}

.form__groups {
  margin-top: 30px;
  margin-bottom: 30px;
}

.form__groups + .form__groups {
  margin-top: 60px;
}

.form__minihead {
  font-size: 21px;
  margin-bottom: 25px;
}

.form__radios {
  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;
  color: #9CB4D7;
  margin-bottom: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form__radios .form-radio {
  margin: 0;
  margin-right: 80px;
}

.form__addr-row {
  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;
  margin: 0 -10px;
}

.form__addr-col {
  width: 250px;
  margin: 0 10px;
}

.form__size-row {
  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;
  margin: 0 -10px 60px;
}

.form__size-col {
  width: 150px;
  margin: 0 10px;
}

.form__warningblock {
  position: absolute;
  top: 85px;
  left: 0;
  font-size: 14px;
  display: none;
}

.form__warningblock--showed {
  display: block;
}

.mappage {
  background: #F6F8FD;
}

.mappage__heading {
  font-size: 64px;
  margin-bottom: 15px;
  max-width: 560px;
}

.mappage__text {
  margin-bottom: 50px;
  max-width: 560px;
  font-size: 20px;
  color: #546F97;
}

.mappage__map {
  width: 50%;
  height: 100%;
  position: absolute;
  background: url(/Demo/ship/3/1/map.gif) center no-repeat;
  right: 0;
  top: 0;
  background-size: cover;
}

.servs-page {
  background: #1F3D6B;
}

.servs-page__heading {
  font-size: 64px;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 150px;
  margin-bottom: 100px;
}

.servs {
  background: #112D57;
}

.servs-items {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.servs-item {
  color: #ffffff;
  width: 100%;
  height: 100vh;
  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;
}

.servs-item__desc {
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-top: -40px;
  -webkit-transition: opacity .6s, -webkit-transform 1s;
  transition: opacity .6s, -webkit-transform 1s;
  transition: opacity .6s, transform 1s;
  transition: opacity .6s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}

.servs-item__last {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-top: -40px;
  -webkit-transition: opacity .6s, -webkit-transform 1s;
  transition: opacity .6s, -webkit-transform 1s;
  transition: opacity .6s, transform 1s;
  transition: opacity .6s, transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}

.servs-item__heading {
  font-size: 64px;
  margin-bottom: 15px;
  width: 100%;
}

.servs-item__text {
  font-size: 2rem;
  margin-bottom: 60px;
  font-weight: 300;
  width: 100%;
}

.servs-item__last .servs-item__heading,
.servs-item__last .servs-item__text {
  max-width: 900px;
  text-align: center;
}

.servs-item__btn {
  padding-left: 0;
  padding-right: 0;
}

.servs-item__imgwrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  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;
  margin-top: -40px;
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.servs-item__img {
  width: 100%;
  height: 470px;
}

.servs .swiper-button-prev,
.servs .swiper-button-next {
  z-index: 9;
}

.servs .swiper-pagination.swiper-pagination-hidden {
  display: none;
}

.servs .swiper-slide {
  opacity: 1 !important;
}

.swiper-slide-active .servs-item__desc,
.swiper-slide-active .servs-item__last {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.swiper-slide-active .servs-item__imgwrap {
  opacity: 1;
}

.swiper-slide-next .servs-item__imgwrap {
  opacity: 0;
}

.swiper-slide-prev .servs-item__imgwrap {
  opacity: 0;
}

.servs .swiper-pagination {
  bottom: auto;
  left: auto;
  right: 0;
  width: 50%;
  top: 0;
  height: 100%;
  padding-top: 470px;
  text-align: left;
  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;
}

.servs .swiper-pagination-bullet {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding-top: 20px;
  height: 60px;
}

.servs .swiper-pagination-bullet-active {
  color: #009CD4;
}

.servs .swiper-pagination-bullet {
  width: 60px;
  height: 30px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  border: 0;
  outline: none !important;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  color: #112D57;
  font-family: "Muller", sans-serif;
}

.servs .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 30px 0 0;
}

.servs .swiper-pagination-bullet:after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  display: block;
  background: #009CD4;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.servs .swiper-pagination-bullet-active {
  color: #ffffff;
}

.servs .swiper-pagination-bullet-active:after {
  background: #ffffff;
}

.clients {
  background: #F6F8FD;
}

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

.clients__col {
  width: calc(100% / 12 * 6 - 70.01px);
  margin-left: 35px;
  margin-right: 35px;
  word-wrap: break-word;
}

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

.clients-block {
  width: calc(100% / 12 * 6 - 20.01px);
  margin-left: 10px;
  margin-right: 10px;
  word-wrap: break-word;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  box-shadow: 0px 2px 50px rgba(200, 208, 223, 0.5);
  padding: 50px 50px 40px;
  height: 310px;
}

.clients-block__name {
  margin-top: 15px;
  font-size: 32px;
  width: 100%;
}

.clients__heading {
  font-size: 64px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.clients__list {
  font-size: 20px;
  margin-bottom: 50px;
}

.clients__list ul {
  margin: 0;
  padding: 0;
}

.clients__list li {
  margin-bottom: 15px;
  margin-left: 25px;
}

.how {
  background: url(/Demo/ship/3/1/how-bg.jpg) center no-repeat;
  background-size: cover;
}

.how--exp {
  background: url(/Demo/ship/3/1/exp-bg.jpg) center no-repeat;
}

.how__heading {
  font-size: 64px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 130px;
}

.how-slider {
  cursor: -webkit-grab;
  cursor: grab;
}

.how-item {
  position: relative;
  color: #ffffff;
  padding-bottom: 100px;
}

.how-item:before {
  width: 110%;
  height: 3px;
  position: absolute;
  bottom: 40px;
  left: 0;
  background: #32528B;
  content: '';
}

.swiper-slide:last-child .how-item:before {
  display: none;
}

.how-item__name {
  font-size: 36px;
  color: #009CD4;
  margin-bottom: 10px;
}

.how-item__list {
  margin: 0;
  padding: 0;
  min-height: 82px;
}

.how-item__list li {
  margin-bottom: 5px;
  font-size: 16px;
  margin-left: 20px;
}

.how-item__num {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 50px;
  height: 50px;
}

.how-item__num span {
  color: #ffffff;
  font-size: 32px;
  background: #009CD4;
  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;
  z-index: 2;
  width: 50px;
  border-radius: 100%;
  height: 50px;
  position: relative;
  font-size: 24px !important;
}

.how-item__num:before {
  width: 80px;
  height: 80px;
  top: -15px;
  left: -15px;
  border-radius: 100%;
  background: #152C56;
  content: '';
  position: absolute;
  z-index: 0;
}

.how-item__num:after {
  width: 80px;
  height: 80px;
  top: -15px;
  left: -15px;
  border-radius: 100%;
  border: 3px solid #32528B;
  content: '';
  position: absolute;
}

.how__btm {
  margin-top: 100px;
  text-align: center;
}

.how__scrollbar {
  display: none;
}

.combidop {
  background: #F6F8FD;
}

.combidop__heading {
  font-size: 64px;
  margin-bottom: 130px;
  text-align: center;
}

.combidop-items {
  max-width: 1260px;
  margin: 0 auto;
  position: relative;
}

.combidop-item {
  height: 220px;
  border: 2px solid #CCD4E2;
  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;
  margin: 20px;
}

.combidop-item__imgwrap {
  width: 90px;
  height: 90px;
  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;
  margin-right: 30px;
  margin-left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.combidop-item__name {
  font-size: 22px;
  font-size: 26px;
  color: #009CD4;
  padding-right: 20px;
}

.combidop__btm {
  margin-top: 110px;
  text-align: center;
}

.combidop .swiper-button-prev,
.combidop .swiper-button-next {
  background-image: url(/Demo/ship/3/1/arrow-l.svg);
}

.thewho {
  background: #009CD4;
}

.thewho__heading {
  font-size: 64px;
  margin-bottom: 80px;
  text-align: center;
  color: #ffffff;
}

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

.thewho-item {
  width: calc(100% / 12 * 4 - 30.01px);
  margin-left: 15px;
  margin-right: 15px;
  word-wrap: break-word;
  background: #ffffff;
  height: 180px;
  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;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 60px;
}

.thewho-item__name {
  font-size: 22px;
  font-size: 26px;
  color: #009CD4;
}

.thewho__btm {
  margin-top: 80px;
  text-align: center;
}

.thewho__btm .btn {
  background: #142745;
}

@media screen and (max-width: 1619.98px) {
  .btn {
    padding: 18px 45px 18px;
    font-size: 19px;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: -70px;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: -70px;
  }

  .header__wrap {
    padding: 0 30px;
  }

  .usermenu__heading {
    font-size: 20px;
  }

  .usermenu__menu-link {
    font-size: 20px;
  }

  .welcome__heading {
    font-size: 60px;
  }

  .welcome__heading {
    margin-top: 0;
  }

  .welcome--general .welcome__heading {
    margin-bottom: 20px;
  }

  .welcome-btm {
    margin-top: 60px;
  }

  .welcome-item {
    padding-left: 30px;
    height: 130px;
  }

  .welcome-item__num {
    font-size: 30px;
  }

  .welcome-form {
    margin-top: 60px;
  }

  .welcome-form__heading {
    font-size: 30px;
  }

  .welcome-form-total__sum {
    font-size: 30px;
  }

  .welcome-trains {
    margin-top: 30px;
  }

  .welcome-trains__heading {
    font-size: 20px;
  }

  .welcome-trains__item {
    padding: 15px 0 35px;
  }

  .welcome-trains__num {
    font-size: 30px;
  }

  .welcome-calcs {
    margin-top: 100px;
  }

  .powers-blocks {
    width: 650px;
  }

  .powers-block {
    height: 160px;
  }

  .powers-block__img img {
    width: 40px;
  }

  .powers-block__name {
    font-size: 30px;
  }

  .powers-block .bandwidth-popup h4 {
    font-size: 16px;
  }

  .powers-block__label {
    font-size: 20px;
  }

  .powers-block__text {
    font-size: 16px;
  }

  .powers-content__heading {
    font-size: 44px;
  }

  .powers-content__text {
    font-size: 18px;
    line-height: 30px;
  }

  .powers-auto-blocks {
    width: 650px;
  }

  .powers-auto-block {
    height: 250px;
    padding: 20px;
  }

  .powers-auto-block__img {
    height: 40px;
    margin-bottom: 10px;
  }

  .powers-auto-block__img img {
    width: 40px;
  }

  .powers-auto-block__label {
    font-size: 20px;
  }

  .powers-auto-block__label {
    font-size: 26px;
    margin-bottom: 5px;
  }

  .powers-auto-block__text {
    font-size: 15px;
  }

  .powers-auto-content__heading {
    font-size: 44px;
  }

  .powers-auto-content__heading {
    margin-bottom: 20px;
  }

  .powers-auto-content__text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .powers-auto-content__info {
    font-size: 18px;
  }

  .powers-exp-blocks {
    width: 650px;
  }

  .powers-exp-block {
    height: 200px;
    padding: 20px;
  }

  .powers-exp-block__img img {
    max-width: 60px;
    max-height: 60px;
  }

  .powers-exp-block__label {
    font-size: 20px;
  }

  .powers-exp-block__label {
    font-size: 26px;
  }

  .powers-exp-content__heading {
    font-size: 44px;
  }

  .powers-exp-content__text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .powers-exp-content__info {
    font-size: 18px;
  }

  .white-exp-blocks {
    width: 650px;
  }

  .white-exp-block {
    height: 210px;
    padding: 20px;
  }

  .white-exp-block__img {
    height: 60px;
  }

  .white-exp-block__img img {
    max-width: 60px;
    max-height: 60px;
  }

  .white-exp-block__label {
    font-size: 20px;
  }

  .white-exp-block__label {
    font-size: 22px;
  }

  .white-exp-content__heading {
    font-size: 44px;
  }

  .white-exp-content__text {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .white-exp-content__info {
    font-size: 18px;
  }

  .bandwidth__heading {
    font-size: 44px;
  }

  .bandwidth-items {
    margin-top: 70px;
  }

  .bandwidth-item {
    height: 200px;
  }

  .bandwidth-item__name {
    font-size: 30px;
  }

  .times__heading {
    font-size: 44px;
  }

  .times__text {
    margin-bottom: 50px;
  }

  .times__items {
    padding: 0;
  }

  .times-item {
    padding: 0;
  }

  .times-item__img {
    height: 140px;
  }

  .times-item__name {
    font-size: 30px;
  }

  .times-btms {
    margin-top: 40px;
  }

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

  .wserv-item {
    padding: 20px 90px 20px 30px;
    width: calc(100% / 12 * 6 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .wserv-item__name {
    font-size: 30px;
  }

  .wserv-item__name {
    font-size: 22px;
  }

  .wserv-btms {
    margin-top: 30px;
  }

  .processing__heading {
    font-size: 44px;
  }

  .processing__text {
    margin-bottom: 50px;
  }

  .processing-item {
    padding: 15px;
  }

  .processing-item__name {
    font-size: 30px;
  }

  .processing-item__name {
    padding: 0 10px;
  }

  .processing-item__text {
    font-size: 16px;
    padding: 0 10px;
  }

  .processing-btms {
    margin-top: 40px;
  }

  .steps__heading {
    font-size: 44px;
  }

  .steps__text {
    margin-bottom: 40px;
  }

  .steps-items {
    margin-top: 70px;
    width: 980px;
  }

  .steps-item__name {
    font-size: 20px;
  }

  .steps-btms {
    margin-top: 40px;
  }

  .steps-itemsf {
    margin-top: 50px;
    width: 980px;
  }

  .steps-itemf {
    padding: 20px 40px;
    height: 210px;
  }

  .steps-itemf__img {
    margin-right: 20px;
    width: 60px;
  }

  .steps-itemf__name {
    font-size: 20px;
  }

  .steps-itemf__text {
    font-size: 16px;
  }

  .feauters__heading {
    font-size: 60px;
  }

  .feauters-items {
    margin-top: 70px;
    width: 980px;
  }

  .feauters-item {
    padding: 0 15px;
  }

  .feauters-item__img {
    margin-bottom: 15px;
  }

  .feauters-item__img img {
    height: 60px;
  }

  .feauters-item__name {
    font-size: 30px;
  }

  .feauters-item__name {
    font-size: 28px;
  }

  .projs__heading {
    font-size: 44px;
  }

  .projs__text {
    font-size: 18px;
  }

  .projs-item {
    margin-top: 40px;
  }

  .projs-item__img {
    margin-bottom: 40px;
  }

  .projs-item__name {
    font-size: 30px;
  }

  .projs-item__name {
    margin-bottom: 10px;
  }

  .projs-item__text {
    font-size: 18px;
  }

  .projs-btms {
    margin-top: 40px;
  }

  .stages__heading {
    font-size: 44px;
  }

  .stages__text {
    font-size: 18px;
  }

  .stages-items {
    margin-top: 50px;
    max-width: 980px;
  }

  .stages-item {
    padding: 20px;
  }

  .stages-item__num {
    font-size: 60px;
  }

  .stages-item__text {
    font-size: 30px;
  }

  .stages-btms {
    margin-top: 40px;
  }

  .manager-deva {
    width: 50%;
  }

  .manager-deva img {
    max-height: 700px;
  }

  .manager-content {
    width: 50%;
  }

  .manager-content__heading {
    font-size: 44px;
  }

  .manager-content__text {
    margin-bottom: 30px;
  }

  .manager-content__list p {
    font-size: 20px;
  }

  .contact__heading,
  .popops__heading {
    font-size: 60px;
  }

  .contact-item,
  .popops-item {
    font-size: 20px;
  }

  .contact-trains__heading,
  .popops-trains__heading {
    font-size: 30px;
  }

  .contact-trains__row,
  .popops-trains__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .contact-trains__col,
  .popops-trains__col {
    width: calc(100% / 12 * 6 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .contact-trains__label,
  .popops-trains__label {
    font-size: 20px;
  }

  .contact-trains__num,
  .popops-trains__num {
    font-size: 30px;
  }

  .form__heading {
    font-size: 30px;
  }

  .mappage__heading {
    font-size: 44px;
  }

  .servs-page__heading {
    font-size: 44px;
  }

  .servs-item__last {
    padding-left: 50px;
    padding-right: 50px;
  }

  .servs-item__heading {
    font-size: 44px;
  }

  .clients-block {
    padding: 30px;
    height: 240px;
  }

  .clients-block__name {
    font-size: 30px;
  }

  .clients-block__name {
    font-size: 24px;
  }

  .clients__heading {
    font-size: 44px;
  }

  .clients__list {
    font-size: 18px;
  }

  .clients__list li {
    margin-bottom: 5px;
  }

  .how__heading {
    font-size: 44px;
  }

  .how__heading {
    margin-bottom: 70px;
  }

  .how-item__name {
    font-size: 30px;
  }

  .how-item__num span {
    font-size: 30px;
  }

  .how__btm {
    margin-top: 50px;
  }

  .combidop__heading {
    font-size: 44px;
  }

  .combidop__heading {
    margin-bottom: 70px;
  }

  .combidop-item {
    height: 180px;
  }

  .combidop-item__name {
    font-size: 20px;
  }

  .combidop__btm {
    margin-top: 50px;
  }

  .thewho__heading {
    font-size: 44px;
  }

  .thewho__heading {
    margin-bottom: 40px;
  }

  .thewho__items {
    padding: 0 50px;
  }

  .thewho-item {
    padding: 0 40px;
    height: 120px;
  }

  .thewho-item__name {
    font-size: 20px;
  }

  .thewho__btm {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1450.98px) {
  .body--ovh {
    overflow: hidden !important;
  }

  .header__wrap {
    height: 80px;
  }

  .page__wrap {
    max-width: 1300px;
    padding-top: 80px;
  }

  .welcome__heading {
    font-size: 46px;
  }

  .welcome-text {
    font-size: 22px;
  }

  .welcome-item__num {
    font-size: 28px;
  }

  .welcome-item__text {
    font-size: 17px;
  }

  .welcome-form__heading {
    font-size: 28px;
  }

  .welcome-form-total__sum {
    font-size: 28px;
  }

  .welcome-trains__num {
    font-size: 28px;
  }

  .welcome-calcs {
    margin-top: 70px;
  }

  .powers-blocks {
    width: 620px;
    margin-right: 35px;
  }

  .powers-block {
    height: 120px;
  }

  .powers-block__img {
    display: none;
  }

  .powers-block__name {
    font-size: 28px;
  }

  .powers-block__text {
    font-size: 14px;
  }

  .powers-auto-blocks {
    width: 620px;
    margin-right: 35px;
  }

  .powers-auto-block__img {
    display: none;
  }

  .powers-exp-blocks {
    width: 620px;
    margin-right: 35px;
  }

  .white-exp-blocks {
    width: 620px;
    margin-right: 35px;
  }

  .bandwidth-items {
    margin-top: 35px;
  }

  .bandwidth-item {
    height: 180px;
  }

  .bandwidth-item__name {
    font-size: 28px;
  }

  .bandwidth-btms {
    margin-top: 40px;
  }

  .times-item__img {
    height: 100px;
  }

  .times-item__img img {
    height: 70px;
  }

  .times-item__name {
    font-size: 28px;
  }

  .wserv-item__name {
    font-size: 28px;
  }

  .processing__heading {
    margin-bottom: 10px;
  }

  .processing__items {
    padding: 0;
  }

  .processing-item__name {
    font-size: 28px;
  }

  .steps__heading {
    margin-bottom: 10px;
  }

  .steps-items {
    margin-top: 50px;
  }

  .steps-item {
    padding-left: 35px;
  }

  .steps-itemf {
    padding-left: 35px;
  }

  .feauters__heading {
    font-size: 46px;
  }

  .feauters__heading {
    margin-bottom: 10px;
  }

  .feauters-items {
    margin-top: 30px;
  }

  .feauters-item__name {
    font-size: 28px;
  }

  .feauters-item__text {
    font-size: 16px;
  }

  .feauters-btms {
    margin-top: 40px;
  }

  .projs-item {
    margin-top: 20px;
  }

  .projs-item__img {
    margin-bottom: 20px;
  }

  .projs-item__name {
    font-size: 28px;
  }

  .stages-items {
    width: auto;
    padding: 0 100px;
  }

  .stages-item__num {
    font-size: 46px;
  }

  .stages-item__text {
    font-size: 28px;
  }

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

  .manager-deva img {
    max-height: 550px;
  }

  .manager-content {
    width: 55%;
  }

  .manager-content__text {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .manager-content__list {
    margin-bottom: 20px;
  }

  .manager-content__list p {
    font-size: 18px;
    margin: 15px 0;
  }

  .contact__close,
  .popops__close {
    top: 30px;
    right: 30px;
  }

  .contact__scroll,
  .popops__scroll {
    height: calc(100% - 100px);
  }

  .contact__heading,
  .popops__heading {
    font-size: 46px;
  }

  .contact__heading,
  .popops__heading {
    margin-bottom: 35px;
  }

  .popops .contact__heading,
  .popops
        .popops__heading {
    margin-bottom: 35px;
  }

  .contact-trains__heading,
  .popops-trains__heading {
    font-size: 28px;
  }

  .contact-trains__num,
  .popops-trains__num {
    font-size: 28px;
  }

  .form__block {
    padding: 55px 55px 25px;
  }

  .form__heading {
    font-size: 28px;
  }

  .mappage__heading {
    max-width: 45%;
  }

  .mappage__text {
    max-width: 45%;
  }

  .servs-item__desc {
    width: 45%;
  }

  .servs-item__text {
    font-size: 1.8rem;
  }

  .servs-item__imgwrap {
    padding-right: 30px;
  }

  .servs-item__img {
    height: auto;
  }

  .servs .swiper-pagination {
    width: 45%;
    padding-top: 330px;
    right: 50px;
  }

  .servs .swiper-button-prev {
    display: none;
  }

  .servs .swiper-button-next {
    display: none;
  }

  .clients-block {
    padding: 30px;
    height: 200px;
  }

  .clients-block__imgwrap {
    height: 60px;
  }

  .clients-block__imgwrap img {
    height: 60px;
  }

  .clients-block__name {
    font-size: 28px;
  }

  .clients-block__name {
    font-size: 20px;
  }

  .clients__list {
    margin-bottom: 30px;
  }

  .clients__list li {
    margin-bottom: 0;
  }

  .how__heading {
    margin-bottom: 40px;
  }

  .how-item__name {
    font-size: 28px;
  }

  .how-item__list li {
    margin-bottom: 0;
  }

  .how-item__num span {
    font-size: 28px;
  }

  .combidop__heading {
    margin-bottom: 25px;
  }

  .combidop-items {
    max-width: 980px;
  }

  .combidop-item {
    height: 150px;
  }

  .combidop-item__imgwrap {
    margin-left: 30px;
    width: 60px;
    height: 60px;
  }

  .combidop-item__imgwrap img {
    width: 60px;
  }

  .combidop__btm {
    margin-top: 30px;
  }

  .thewho-item {
    height: 100px;
  }

  .thewho-item__name {
    font-size: 18px;
  }
}

@media screen and (max-width: 1100.98px) {
  .page {
    height: auto !important;
  }

  .page .fp-tableCell {
    height: auto !important;
  }

  .page__wrap {
    padding: 80px 30px;
  }

  .navs {
    display: none;
  }

  .welcome__heading {
    margin-top: 120px;
  }

  .welcome-items__heading {
    font-size: 22px;
  }

  .welcome-form__block {
    padding: 35px;
  }

  .welcome-calcs__link {
    font-size: 22px;
  }

  .welcome-calcs__link:before {
    width: 60px;
    height: 60px;
    background-size: 100%;
  }

  .powers-auto .page__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .powers-auto-blocks {
    width: auto;
    margin-right: -15px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 40px;
  }

  .powers-auto-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
  }

  .powers-auto-content__info {
    margin-top: 40px;
  }

  .powers-exp .page__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .powers-exp-blocks {
    width: auto;
    margin-right: -15px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 40px;
  }

  .powers-exp-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
  }

  .powers-exp-content__info {
    margin-top: 40px;
  }

  .white-exp .page__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .white-exp-blocks {
    width: auto;
    margin-right: -15px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 40px;
  }

  .white-exp-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding: 0;
  }

  .white-exp-content__info {
    margin-top: 40px;
  }

  .bandwidth-item {
    height: 180px;
    padding: 20px 30px;
  }

  .steps-items {
    width: auto;
    padding: 0 100px;
  }

  .steps-items .swiper-button-prev {
    left: 10px;
  }

  .steps-items .swiper-button-next {
    right: 10px;
  }

  .steps-itemsf {
    width: auto;
    padding: 0 100px;
  }

  .steps-itemsf .swiper-button-prev {
    left: 10px;
  }

  .steps-itemsf .swiper-button-next {
    right: 10px;
  }

  .feauters-items {
    width: auto;
    padding: 0 100px;
  }

  .feauters-items .swiper-button-prev {
    left: 10px;
  }

  .feauters-items .swiper-button-next {
    right: 10px;
  }

  .stages-items {
    width: auto;
    padding: 0 100px;
  }

  .stages-items .swiper-button-prev {
    left: 10px;
  }

  .stages-items .swiper-button-next {
    right: 10px;
  }

  .manager .page__wrap {
    padding-bottom: 0;
  }

  .manager-content {
    padding-bottom: 50px;
  }

  .contact__wrap,
  .popops__wrap {
    width: 100%;
    margin: 0 auto;
    padding: 40px 40px 0;
  }

  .contact-trains__block,
  .popops-trains__block {
    padding: 35px;
  }

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

  .clients__col {
    width: calc(100% / 12 * 6 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .combidop-items {
    max-width: 800px;
  }

  .thewho-item {
    width: calc(100% / 12 * 6 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }
}

@media screen and (max-width: 1100.98px) and (max-width: 767.98px) {
  .steps-items .swiper-button-prev {
    display: none;
  }

  .steps-items .swiper-button-next {
    display: none;
  }

  .steps-itemsf .swiper-button-prev {
    display: none;
  }

  .steps-itemsf .swiper-button-next {
    display: none;
  }

  .feauters-items .swiper-button-prev {
    display: none;
  }

  .feauters-items .swiper-button-next {
    display: none;
  }

  .stages-items .swiper-button-prev {
    display: none;
  }

  .stages-items .swiper-button-next {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  body {
    font-size: 15px;
  }

  .usermenu-close {
    top: 25px;
    right: 25px;
  }

  .welcome-item {
    width: calc(100% / 12 * 6 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 30px;
    height: 100px;
  }

  .welcome-form__col {
    width: calc(100% / 12 * 6 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .welcome-form-totals__col {
    width: calc(100% / 12 * 12 - 0.01px);
    margin-left: 0px;
    margin-right: 0px;
    word-wrap: break-word;
    border-bottom: 1px solid #3C5A86;
  }

  .welcome-trains__item {
    padding: 20px 0;
  }

  .powers .page__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .powers-blocks {
    width: auto;
    margin-right: -15px;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-top: 60px;
  }

  .powers-block {
    margin-top: 0 !important;
  }

  .powers-content {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .powers-content__text {
    margin-bottom: 40px;
  }

  .powers-auto-block {
    margin-top: 0 !important;
  }

  .powers-auto-content__text {
    margin-bottom: 40px;
  }

  .powers-exp-content__text {
    margin-bottom: 40px;
  }

  .white-exp-content__text {
    margin-bottom: 40px;
  }

  .bandwidth__text {
    font-size: 18px;
  }

  .bandwidth-items {
    padding: 0;
  }

  .bandwidth-item {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .bandwidth-popup__item {
    font-size: 15px;
    padding: 13px 20px;
  }

  .wserv-item {
    min-height: 150px;
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 40px;
  }

  .processing-item {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 30px;
  }

  .manager-deva {
    display: none;
  }

  .manager-content {
    width: 100%;
    padding-right: 0;
  }

  .contact-trains__block,
  .popops-trains__block {
    padding: 20px;
    margin-bottom: 25px;
  }

  .contact-trains__col,
  .popops-trains__col {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 40px;
  }

  .contact .form__radios .form__radio,
  .popops .form__radios .form__radio {
    margin-bottom: 20px;
  }

  .form__block {
    padding: 35px 35px 5px;
  }

  .form__col {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .form__radios .form-radio {
    width: 100%;
    margin: 10px 0;
  }

  .form__addr-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .form__size-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

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

  .form__warningblock {
    position: relative;
    top: auto;
    margin-top: 20px;
  }

  .mappage {
    text-align: center;
  }

  .mappage__heading {
    max-width: 100%;
  }

  .mappage__text {
    max-width: 100%;
  }

  .mappage__map {
    display: none;
  }

  .servs-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
    height: 600px;
  }

  .servs-item__desc {
    width: 100%;
    position: relative;
    padding: 0;
    margin-top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .servs-item__imgwrap {
    display: none;
  }

  .servs .swiper-pagination.swiper-pagination-hidden {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    opacity: 1;
  }

  .servs .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 80px;
    top: auto;
    right: 0;
    padding: 0;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .servs .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
  }

  .clients__col {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
  }

  .how-item {
    height: 300px;
  }

  .combidop-items {
    max-width: 550px;
  }

  .thewho__items {
    padding: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .simplebar-scrollbar {
    width: 4px;
    right: -1px;
  }

  .btn {
    padding: 16px 30px 16px;
    font-size: 16px;
    min-width: 200px;
  }

  .form-input,
  .form-textarea {
    height: 50px;
    padding: 0 15px;
  }

  .form-textarea {
    padding: 10px 15px;
  }

  .input-place input.hasDatepicker:valid + .placelabel,
  .input-place input.filled + .placelabel,
  .input-place.focused .placelabel {
    top: 6px;
    left: 6px;
    opacity: .7;
    font-size: 11px;
  }

  .input-place .placelabel {
    top: 15px;
    left: 16px;
    width: calc(100% - 15px);
  }

  .jqselect {
    height: 50px;
  }

  .jq-selectbox__select {
    height: 50px;
    line-height: 48px;
    padding: 0 35px 0 15px;
  }

  .jq-selectbox__trigger {
    width: 35px;
  }

  .jq-selectbox__dropdown {
    top: 48px;
  }

  .jq-selectbox li {
    padding: 12px 15px;
  }

  .swiper-container,
  .swiper-container2 {
    padding-bottom: 40px;
  }

  .header__wrap {
    padding: 0 15px;
    height: 70px;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-logo__link {
    width: 50px;
    height: 50px;
    background: url(/Demo/0.8x3-1.png) no-repeat;
    margin-top: -10px;
  }

  .header-phone {
    line-height: 22px;
    margin-right: 0;
  }

  .header-phone span {
    font-size: 1.4rem;
  }

  .header-user {
    margin-left: 15px;
  }

  .header-lang {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
    font-size: 15px;
    position: absolute;
    bottom: -40px;
    right: 20px;
  }

  .usermenu-close {
    top: 10px;
    right: 10px;
  }

  .usermenu__wrap {
    padding: 30px 20px;
  }

  .usermenu__heading {
    font-size: 20px !important;
  }

  .usermenu__menu-link {
    font-size: 20px !important;
  }

  .landing-containers.fp-viewing-page3 .header-logo__link,
  .landing-containers.fp-viewing-page4 .header-logo__link {
    background: url(/Demo/ship/1/logo.png) no-repeat;
  }

  .landing-general.fp-viewing-page3 .header-logo__link,
  .landing-general.fp-viewing-page5 .header-logo__link,
  .landing-customs.fp-viewing-page2 .header-logo__link,
  .landing-customs.fp-viewing-page3 .header-logo__link,
  .landing-customs.fp-viewing-page6 .header-logo__link,
  .landing-forwarding.fp-viewing-page3 .header-logo__link,
  .landing-forwarding.fp-viewing-page4 .header-logo__link,
  .landing-forwarding.fp-viewing-page5 .header-logo__link,
  .landing-combined.fp-viewing-page2 .header-logo__link,
  .landing-combined.fp-viewing-page4 .header-logo__link,
  .landing-combined.fp-viewing-page6 .header-logo__link {
    background: url(/Demo/ship/1/logo.png) no-repeat;
  }

  .landing-combined.fp-viewing-page3 .header-logo__link {
    background: url(/Demo/ship/1/logo.png) no-repeat;
  }

  .page__wrap {
    padding: 40px 20px;
  }

  .welcome__heading {
    font-size: 34px;
  }

  .welcome__heading {
    margin-top: 90px;
    margin-bottom: 10px;
  }

  .welcome-text {
    font-size: 18px;
  }

  .welcome-items__heading {
    font-size: 20px;
  }

  .welcome-item {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 20px;
  }

  .welcome-item__num {
    font-size: 24px;
  }

  .welcome-item__text {
    font-size: 16px;
  }

  .welcome-form__heading {
    font-size: 24px;
  }

  .welcome-form__block {
    padding: 20px;
    margin-bottom: 25px;
  }

  .welcome-form__col {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 20px;
  }

  .welcome-form__label {
    font-size: 16px;
  }

  .welcome-form__btm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
  }

  .welcome-form__btn {
    width: 100%;
  }

  .welcome-form__btn .btn {
    width: auto;
  }

  .welcome-form-totals {
    border: 1px solid #3C5A86;
    borderbottom: 0;
  }

  .welcome-form-totals__col {
    padding: 10px 15px;
  }

  .welcome-form-total {
    margin-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .welcome-form-total__sum {
    font-size: 24px;
  }

  .welcome-trains__heading {
    font-size: 16px;
  }

  .welcome-trains__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .welcome-trains__item {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #456493;
    padding: 25px 0 35px;
  }

  .welcome-trains__num {
    font-size: 24px;
  }

  .welcome-trains__text {
    font-size: 14px;
  }

  .welcome-trains__all {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 20px;
  }

  .welcome-trains__btn {
    font-size: 13px !important;
  }

  .welcome-btns .btn {
    width: 280px;
  }

  .welcome-btns2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .welcome-btns2 .btn {
    width: 280px;
  }

  .welcome-btns2__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .welcome-calcs__link {
    font-size: 18px;
  }

  .powers-block {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 20px;
  }

  .powers-block__name {
    font-size: 24px;
  }

  .powers-block .bandwidth-popup {
    width: 104%;
    left: -2%;
  }

  .powers-content__heading {
    font-size: 30px;
  }

  .powers-auto-block {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    height: auto;
    margin-bottom: 20px;
  }

  .powers-auto-content__heading {
    font-size: 30px;
  }

  .powers-exp-block {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    height: auto;
    margin-bottom: 20px;
  }

  .powers-exp-content__heading {
    font-size: 30px;
  }

  .white-exp-block {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    height: auto;
    margin-bottom: 20px;
  }

  .white-exp-content__heading {
    font-size: 30px;
  }

  .bandwidth__heading {
    font-size: 30px;
  }

  .bandwidth-item {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bandwidth-item__img {
    margin-bottom: 15px;
  }

  .bandwidth-item__img img {
    width: 70px;
  }

  .bandwidth-item__name {
    font-size: 24px;
  }

  .bandwidth-item__name {
    font-size: 26px;
  }

  .bandwidth-item__text {
    font-size: 16px;
  }

  .bandwidth-popup__item {
    font-size: 14px;
    padding: 5px 10px;
  }

  .times__heading {
    font-size: 30px;
  }

  .times-item {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 40px;
  }

  .times-btms {
    margin-top: 20px;
  }

  .wserv-item__name {
    font-size: 24px;
  }

  .wserv-btms {
    margin-top: 20px;
  }

  .processing__heading {
    font-size: 30px;
  }

  .processing__text {
    font-size: 18px;
  }

  .processing-item {
    padding-bottom: 35px;
  }

  .processing-item__name {
    font-size: 24px;
  }

  .processing-btms {
    margin-top: 20px;
  }

  .steps__heading {
    font-size: 30px;
  }

  .steps__text {
    font-size: 18px;
  }

  .steps-items {
    padding: 0;
  }

  .steps-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
    margin: 0 20px;
    padding: 20px;
  }

  .steps-item__img {
    margin-right: 0;
    margin-bottom: 15px;
    width: 50px;
  }

  .steps-btms {
    margin-top: 20px;
  }

  .steps-itemsf {
    padding: 0;
  }

  .steps-itemf {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: auto;
    margin: 0 20px;
    padding: 20px;
  }

  .steps-itemf__img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .feauters__heading {
    font-size: 34px;
  }

  .feauters__text {
    font-size: 18px;
  }

  .feauters-items {
    padding: 0;
  }

  .feauters-item {
    padding: 0 0 40px;
  }

  .projs__heading {
    font-size: 30px;
  }

  .projs-item__name {
    font-size: 24px;
  }

  .projs-item__name {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .projs-item__text {
    font-size: 16px;
  }

  .stages__heading {
    font-size: 30px;
  }

  .stages-items {
    padding: 0;
  }

  .stages-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }

  .stages-item__num {
    font-size: 34px;
  }

  .stages-item__text {
    font-size: 16px !important;
  }

  .manager-content__heading {
    font-size: 30px;
  }

  .manager-content__text {
    font-size: 16px;
  }

  .contact__close,
  .popops__close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background-size: 25px;
  }

  .contact__wrap,
  .popops__wrap {
    padding: 50px 0 0;
  }

  .contact__scroll,
  .popops__scroll {
    height: calc(100% - 40px);
  }

  .contact__heading,
  .popops__heading {
    font-size: 34px;
  }

  .contact__heading,
  .popops__heading {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .popops .contact__heading,
  .popops
        .popops__heading {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .contact__items,
  .popops__items {
    padding: 15px;
  }

  .contact-item,
  .popops-item {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 15px;
  }

  .contact-content,
  .popops-content {
    padding: 0 15px 0 15px;
  }

  .contact-trains__heading,
  .popops-trains__heading {
    font-size: 24px;
  }

  .contact-trains__row,
  .popops-trains__row {
    margin-bottom: 40px;
  }

  .contact-trains__label,
  .popops-trains__label {
    font-size: 16px;
  }

  .contact-trains__num,
  .popops-trains__num {
    font-size: 24px;
  }

  .contact-trains__text,
  .popops-trains__text {
    font-size: 14px;
  }

  .form {
    padding: 0 15px 0 15px;
  }

  .form__block {
    padding: 15px 15px 15px;
  }

  .form__heading {
    font-size: 24px;
  }

  .form__heading {
    font-size: 20px;
  }

  .form__group {
    margin-bottom: 15px;
  }

  .form__end {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .mappage__heading {
    font-size: 30px;
  }

  .mappage__text {
    font-size: 16px;
  }

  .servs-page__heading {
    font-size: 30px;
  }

  .servs-item {
    height: auto;
  }

  .servs-item__last {
    padding: 0;
    margin-top: 0;
  }

  .servs-item__heading {
    font-size: 30px;
  }

  .servs-item__text {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .servs .swiper-pagination {
    bottom: 30px;
  }

  .servs .swiper-button-prev {
    display: none;
  }

  .servs .swiper-button-next {
    display: none;
  }

  .servs .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }

  .clients-block {
    width: calc(100% / 12 * 12 - 20.01px);
    margin-left: 10px;
    margin-right: 10px;
    word-wrap: break-word;
  }

  .clients__heading {
    font-size: 30px;
  }

  .how__heading {
    font-size: 30px;
  }

  .how-item__name {
    font-size: 24px;
  }

  .combidop__heading {
    font-size: 30px;
  }

  .combidop-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 210px;
    padding: 30px;
  }

  .combidop-item__imgwrap {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .combidop-item__name {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }

  .combidop .swiper-button-prev,
  .combidop .swiper-button-next {
    display: none;
  }

  .combidop .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 20px;
  }

  .combidop .swiper-pagination-bullet {
    margin: 0 3px;
  }

  .thewho__heading {
    font-size: 30px;
  }

  .thewho-item {
    width: calc(100% / 12 * 12 - 30.01px);
    margin-left: 15px;
    margin-right: 15px;
    word-wrap: break-word;
    margin-bottom: 15px;
    height: 120px;
  }
}