@charset "UTF-8";

/*! normalize.css v8.0.1 | 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 iOS.
 */

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

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

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

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

img {
  border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

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

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Slider */

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

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

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

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

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

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

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

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

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

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

[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-arrow.slick-hidden {
  display: none;
}

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

html,
body {
  font-size: 100%;
}

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

a:focus {
  outline: none;
}

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

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

/* Grid HTML Classes */

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

/* Styles for screens that are atleast 768px; */

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after,
.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: white;
  position: absolute;
  z-index: 30;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle:before,
.twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  color: white;
  font-size: 13px;
  letter-spacing: 0.1em;
}

.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px;
}

.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px;
}

.twentytwenty-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.twentytwenty-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  display: block;
}

.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
  background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-container * {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.twentytwenty-before-label {
  opacity: 0;
}

.twentytwenty-before-label:before {
  content: attr(data-content);
}

.twentytwenty-after-label {
  opacity: 0;
}

.twentytwenty-after-label:before {
  content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px;
}

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25;
}

.twentytwenty-overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
  opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
  opacity: 1;
}

.twentytwenty-before {
  z-index: 20;
}

.twentytwenty-after {
  z-index: 10;
}

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid white;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
  z-index: 40;
  cursor: pointer;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 0 -3px 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
  box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-left-arrow {
  border-right: 6px solid white;
  left: 50%;
  margin-left: -17px;
}

.twentytwenty-right-arrow {
  border-left: 6px solid white;
  right: 50%;
  margin-right: -17px;
}

.twentytwenty-up-arrow {
  border-bottom: 6px solid white;
  top: 50%;
  margin-top: -17px;
}

.twentytwenty-down-arrow {
  border-top: 6px solid white;
  bottom: 50%;
  margin-bottom: -17px;
}

.cocoen {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  line-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cocoen * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

.cocoen img,
.cocoen picture > img {
  max-width: none;
}

.cocoen > img,
.cocoen > picture > img {
  display: block;
  width: 100%;
}

.cocoen > div:first-child,
picture .cocoen > div {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%;
}

.cocoen-drag {
  background: #fff;
  bottom: 0;
  cursor: ew-resize;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
  width: 2px;
}

.cocoen-drag::before {
  border: 3px solid #fff;
  content: '';
  height: 30px;
  left: 50%;
  margin-left: -7px;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  width: 14px;
}

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */

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

.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;
  -o-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);
  -ms-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;
  -o-transition: none !important;
  transition: none !important;
}

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

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

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

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

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

.fp-slidesNav.fp-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;
  -o-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;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1;
}

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

#fp-nav ul li .fp-tooltip.fp-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;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/latobold.woff") format("woff"), url("../fonts/latobold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/latomedium.woff") format("woff"), url("../fonts/latomedium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/latoregular.woff") format("woff"), url("../fonts/latoregular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  font-display: swap;
  src: url("../fonts/latoblack.woff") format("woff"), url("../fonts/latoblack.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

body {
  color: #3F3F3F;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.quiz-page {
  width: 100%;
  position: relative;
  z-index: 0;
}

.quiz-page::after {
  content: '';
  position: absolute;
  width: 454px;
  height: 649px;
  bottom: 380px;
  right: 0;
  background-image: url(/templater/trainingcourses-img/icon/flag.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: 1;
}

.quiz-page._no-flag::after {
  display: none;
}

._container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 139.9%;
  color: #FFFFFF;
  margin: 0;
}

h2,
._title {
  max-width: 730px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 147.9%;
  text-align: center;
  color: #3F3F3F;
  position: relative;
}

h2::before,
._title::before {
  content: '';
  position: absolute;
  width: 65px;
  height: 6px;
  left: 50%;
  top: -25px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #E40613;
}

._subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 154.4%;
  text-align: center;
  color: #3F3F3F;
}

footer {
  margin-top: auto;
}

.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  background: -o-linear-gradient(0.39deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), -o-linear-gradient(top, #D8413A 0%, #E40613 100%);
  background: linear-gradient(89.61deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), linear-gradient(180deg, #D8413A 0%, #E40613 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn:hover {
  -webkit-box-shadow: 0px 4px 0px #C9000C;
          box-shadow: 0px 4px 0px #C9000C;
}

.overlay_popup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 600px;
  width: 100%;
  z-index: 1000;
  margin: 0 auto;
}

.intl-tel-input {
  width: 80%;
}


.flag-container
{
    margin-left: -20px;
}

.country-list
{
    max-width: 75px;
    overflow-x: hidden;
}
.modal-form-label {
  max-width: 299px;
  height: 54px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 27px;
  margin-bottom: 15px;
  position: relative;
}

.modal-form-label span {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 23px;
  left: 34px;
}

#call-back-tel
{
    max-width:200px;
}
.modal__body {
  max-width: 600px;
  max-height: 440px;
  height: 100%;
  width: 100%;
  background-image: url(/templater/trainingcourses-img/background/pop-up_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 31px 15px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  border: 10px solid #FFFFFF;
}

.modal__close {
  position: absolute;
  top: 5%;
  right: 4%;
  cursor: pointer;
}

.modal__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 142.4%;
  color: #FFFFFF;
  text-align: center;
  padding: 0 20px 20px;
  text-transform: uppercase;
}

.modal__lable-body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal__lable-body p {
  max-width: 223px;
  font-weight: 500;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 5px auto 0;
}

.modal__lable-body p span {
  color: #ffffff;
}

.modal__button {
  max-width: 299px;
  width: 100%;
  height: 54px;
  margin: 15px auto;
  padding: 14px;
  position: relative;
  display: block;
  border-radius: 0px 0px 25px 25px;
}

.modal__buttons {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.modal-form-label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  height: 54px;
  width: 80%;
  background: #FFFFFF;
  border-radius: 27px;
  margin-bottom: 15px;
  position: relative;
  padding: 15px 0 15px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-form-label img {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.thanks__body {
  max-width: 670px;
  max-height: 270px;
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 80px 0 45px;
  margin: 0 auto;
  text-align: center;
  color: #3F3F3F;
  position: relative;
  z-index: 0;
}

.thanks__body::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-image: url(../img/icons/check-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.thanks__body p {
  color: #000;
} 

.thanks {
  min-width: 100vw;
  min-height: 100vh;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #313340;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}

.thanks::before {
  content: '';
  position: absolute;
  width: 1262px;
  height: 1264px;
  background-image: url(/templater/trainingcourses-img/icon/t-1.svg);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
  left: 0;
}

.thanks::after {
  content: '';
  position: absolute;
  width: 1262px;
  height: 1264px;
  background-image: url(/templater/trainingcourses-img/icon/t-2.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 1;
  right: 0;
}

.thanks__body {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.thanks__logos {
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
}

.thanks__title {
  font-weight: 900;
  font-size: 45px;
  line-height: 54px;
  text-align: center;
  color: #FFFFFF;
  padding: 71px 0 20px;
}

.thanks__subtitle {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: #FFFFFF;
}

.thanks-header {
  width: 100%;
  min-height: 125px;
  top: 0 !important;
  background: #035445 !important;
}

.thanks-footer {
  background: #282A38;
  z-index: 3;
}

.header {
  width: 100%;
  height: 130px;
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 99;
}

.header._active .header__inner {
  background: #ffffff;
  padding: 0;
}

.header._active .header__burger span {
  background: transparent;
}

.header._active .logo__text {
  color: #3F3F3F;
}

.header._active .nav-menu__link {
  color: #3F3F3F;
}

.header._active .nav-menu__link::before {
  background: #3F3F3F;
}

.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.5);
  z-index: 10;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}


.header.fixed .header {
  background: #ffffff;
}

.header.fixed .header__inner {
  padding: 0;
}

.header.fixed .header__burger span {
  background-color: #3F3F3F;
}

.header.fixed .menu__btn {
  height: 48px;
}

.header.fixed .menu__contact_phone span {
  color: #3F3F3F;
}

.header.fixed .logo {
  max-width: 290px;
}

.header.fixed .logo__img {
  width: 66px;
  height: 66px;
}

.header.fixed .logo__text {
  color: #3F3F3F;
}

.header.fixed .nav-menu__link {
  color: #3F3F3F;
}

.header.fixed .nav-menu__link::before {
  background: #3F3F3F;
}



.header._quiz .header {
  background: #ffffff;
}

.header._quiz .header__burger span {
  background-color: #3F3F3F;
}

.header._quiz .menu__contact_phone span {
  color: #3F3F3F;
}

.header._quiz .logo__text {
  color: #3F3F3F;
}

.header__content {
  z-index: 100;
  position: relative;
}


.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 25px;
  position: relative;
  z-index: 105;
}

.header__bottom {
  padding: 0 25px;
  z-index: 100;
}

.header__burger {
  display: none;
}

.header__burger._active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.header__burger._active span:first-child {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
  max-width: 60%;
}

.header__burger._active span:last-child {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
  max-width: 60%;
}

.burger-2 {
  position: absolute;
  top: 50px;
  right: 50px;
}

.burger-2._active span {
  background-color: #3F3F3F;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.logo {
  max-width: 290px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo__img {
  width: 70px;
  height: 70px;
}

.logo__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo__text {
  font-weight: 500;
  font-size: 10px;
  line-height: 170.9%;
  color: #FFFFFF;
  text-align: left;
  padding: 0 0 0 13px;
}

.menu {
  max-width: 597px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}



.menu__contact {
  max-width: 160px;
  width: 100%;
}

.menu__contact_phone {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
}

.menu__contact_phone span {
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: right;
  color: #FFFFFF;
}

.menu__btn {
  width: 220px;
  height: 63px;
  border-radius: 0px 0px 0px 20px;
  padding: 25px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.menu__lang {
  max-width: 160px;
  width: 100%;
  height: 48px;
  background: #375267;
  border: 1px solid #485E70;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 16px 25px;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}

.menu__lang:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/templater/trainingcourses-img/icon/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.lang {
  background: transparent;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  width: 90%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  padding: 0 0 0 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance: none;
}

.lang option {
  color: #375267;
}

select::-ms-expand {
  display: none;
}

.nav-menu {

  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    #background: rgba(10, 54, 89, 0.5);
  padding-top: 10px;
  border-top: 1px solid white;
}

.nav-menu._active {
  -webkit-transform: translateY(0) scaleY(1);
      -ms-transform: translateY(0) scaleY(1);
          transform: translateY(0) scaleY(1);
}

.nav-menu._bg {
  background: #ffffff;
}

.nav-menu__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 0;
}

.nav-menu__link::before {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  background: #ffffff;
  bottom: -5px;
  z-index: 2;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.nav-menu__link:hover::before {
  width: 100%;
}


.main {
  width: 100vw;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  z-index: 99;
}

.main::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/templater/trainingcourses-img/background/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

.main__title {
  max-width: 517px;
  margin-top: 90px;
}

.main__subtitle {
  max-width: 475px;
  font-weight: 500;
  font-size: 20px;
  line-height: 154.4%;
  color: #FFFFFF;
  padding: 30px 0;
}

.main__subtitle span {
  font-weight: 600;
}

.main__button {
  width: 320px;
  height: 82px;
  padding: 31px 34px;
  border-radius: 0px 0px 25px 0px;
}

.main-slider {
  max-width: 410px;
  margin-top: 152px;
  position: relative;
  /* Стрелка влево */
  /* Стрелка вправо */
  /* Стрелка не активная */
  /* Точки (булиты) */
  /* Активная точка */
  /* Элемент точки */
}

.main-slider::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 79px;
  top: 10px;
  left: -25px;
  background: #ffffff;
}

.main-slider__label {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

.main-slider__text {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}

.main-slider__text span {
  font-weight: 600;
}

.main-slider .slick-arrow {
  font-size: 0;
  position: absolute;
  width: 25px;
  height: 20px;
  background-color: transparent;
  bottom: -32px;
  right: 30%;
}

.main-slider .slick-arrow:active {
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.main-slider .slick-arrow.slick-prev {
  background-image: url(/templater/trainingcourses-img/icon/main-prev.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  right: 40%;
}

.main-slider .slick-arrow.slick-next {
  background-image: url(/templater/trainingcourses-img/icon/main-next.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.main-slider .slick-dots {
  font-size: 0;
  position: absolute;
  background-color: transparent;
  bottom: -25px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.main-slider .slick-dots li {
  width: 64px;
  height: 5px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 8px;
}

.main-slider .slick-dots li.slick-active {
  background: #ffffff;
}

.courses {
  width: 100%;
  padding: 95px 0 0;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.courses::before {
  content: '';
  position: absolute;
  top: 45px;
  right: -120px;
  width: 284px;
  height: 248px;
  background-image: url(/templater/trainingcourses-img/icon/clients-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.courses__subtitle {
  max-width: 575px;
  margin: 30px auto;
}

.courses__tabs {
  max-width: 918px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.courses-tab {
  max-width: 284px;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.41%, rgba(255, 255, 255, 0)), color-stop(45.57%, rgba(255, 255, 255, 0.273438)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#A5A5A5), to(#B9B9B9));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 1.41%, rgba(255, 255, 255, 0.273438) 45.57%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(top, #A5A5A5 0%, #B9B9B9 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 1.41%, rgba(255, 255, 255, 0.273438) 45.57%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #A5A5A5 0%, #B9B9B9 100%);
  border-radius: 0px 0px 20px 20px;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.courses-tab a {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 154.4%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.courses-tab:hover,
.courses-tab ._active {
  background: -o-linear-gradient(0.39deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), -o-linear-gradient(top, #0A3659 0%, #375267 100%);
  background: linear-gradient(89.61deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), linear-gradient(180deg, #0A3659 0%, #375267 100%);
  -webkit-box-shadow: 0px 4px 0px #0A3659;
          box-shadow: 0px 4px 0px #0A3659;
  border-radius: 0px 0px 20px 20px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.courses-tab__item {
  width: 100%;
  padding-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -100px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.courses-tab__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  position: relative;
  z-index: 0;
}

.courses-tab__img::before {
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0;
  left: -45px;
  position: absolute;
  background-image: url(/templater/trainingcourses-img/background/tabs_bg.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  z-index: -1;
}

.courses-tab__text {
  padding-top: 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 310px;
          flex: 0 1 310px;
  margin-left: 39px;
}

.courses-tab__text p {
  max-width: 310px;
  font-size: 15px;
  line-height: 153.4%;
  color: #3F3F3F;
  padding: 12px 0;
}

.courses-tab__button {
  max-width: 285px;
  width: 100%;
  height: 84px;
  border-radius: 0px 0px 25px 0px;
  padding: 31px;
  margin-top: 33px;
}

.accordion {
  display: none;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-item.show .accordion-item__content {
  display: block;
}

.accordion-item.show .accordion-item__header {
  background: -o-linear-gradient(0.39deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), -o-linear-gradient(top, #0A3659 0%, #375267 100%);
  background: linear-gradient(89.61deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), linear-gradient(180deg, #0A3659 0%, #375267 100%);
  -webkit-box-shadow: 0px 4px 0px #0A3659;
          box-shadow: 0px 4px 0px #0A3659;
  border-radius: 0px 0px 20px 20px;
}

.accordion-item__header {
  max-width: 284px;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, right top, left top, color-stop(1.41%, rgba(255, 255, 255, 0)), color-stop(45.57%, rgba(255, 255, 255, 0.273438)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(#A5A5A5), to(#B9B9B9));
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 1.41%, rgba(255, 255, 255, 0.273438) 45.57%, rgba(255, 255, 255, 0) 100%), -o-linear-gradient(top, #A5A5A5 0%, #B9B9B9 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 1.41%, rgba(255, 255, 255, 0.273438) 45.57%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, #A5A5A5 0%, #B9B9B9 100%);
  border-radius: 0px 0px 20px 20px;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-weight: 600;
  font-size: 14px;
  line-height: 154.4%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
}

.accordion-item__header:hover {
  background: -o-linear-gradient(0.39deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), -o-linear-gradient(top, #0A3659 0%, #375267 100%);
  background: linear-gradient(89.61deg, rgba(255, 255, 255, 0) 0.25%, rgba(255, 255, 255, 0.202083) 49.84%, rgba(255, 255, 255, 0) 100.48%), linear-gradient(180deg, #0A3659 0%, #375267 100%);
  -webkit-box-shadow: 0px 4px 0px #0A3659;
          box-shadow: 0px 4px 0px #0A3659;
  border-radius: 0px 0px 20px 20px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.accordion-item__content {
  display: none;
}

.way {
  width: 100%;
  max-height: 724px;
  height: 100%;
  padding: 170px 0 140px;
  position: relative;
  margin-top: -68px;
  z-index: 0;
}

.way::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/templater/trainingcourses-img/background/way_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.way__title {
  color: #FFFFFF;
}

.way__subtitle {
  color: #FFFFFF;
  max-width: 777px;
  margin: 0 auto;
  padding: 30px 0;
}

.way__cards {
  width: 100%;
  min-height: 247px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.way-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22.5%;
          flex: 0 0 22.5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}

.way-card img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.way-card__label {
  padding: 90px 0 15px;
  font-weight: 500;
  font-size: 15px;
  line-height: 153.4%;
  text-align: center;
  color: #3F3F3F;
}

.way-card__text {
  font-size: 15px;
  line-height: 153.4%;
  text-align: center;
  color: #3F3F3F;
}

.possibility {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 130px 0 90px;
  z-index: 0;
}

.possibility::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1136px;
  left: 0;
  bottom: 0;
  background-image: url(/templater/trainingcourses-img/background/possibility__bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.possibility__title {
  max-width: 940px;
  width: 100%;
}

.possibility__body {
  padding: 80px 0 60px;
}

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

.possibility__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 32%;
          flex: 0 1 32%;
  max-width: 360px;
  height: 375px;
  position: relative;
  z-index: 0;
}

.possibility__card img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.possibility__texts {
  position: absolute;
  width: 100%;
  top: 128px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 15px;
  font-weight: 500;
  line-height: 153.4%;
  text-align: center;
  color: #3F3F3F;
  padding: 0 5px;
}

.possibility__label {
  font-weight: 600;
  text-align: center;
  padding-bottom: 23px;
}

.possibility__text {
  text-align: center;
}

.possibility__button {
  max-width: 192px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 154.4%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: absolute;
  bottom: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.possibility__button span {
  font-size: 24px;
  font-weight: 800;
  position: relative;
  padding-left: 27px;
}

.possibility__button span::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 9px;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/templater/trainingcourses-img/icon/btn-arrow.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.possibility__line {
  margin: 34px auto;
}

.possibility__line_tablet {
  display: none;
}

.possibility__btn {
  max-width: 413px;
  width: 100%;
  height: 89px;
  padding: 29px 42px;
  border-radius: 0px 0px 25px 25px;
  margin: 0 auto;
}

.support {
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 0;
  position: relative;
}

.support::before {
  content: '';
  position: absolute;
  top: -140px;
  left: -170px;
  width: 284px;
  height: 248px;
  background-image: url(/templater/trainingcourses-img/icon/clients-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.support__title {
  max-width: 1025px;
  padding-bottom: 80px;
}

.support-card {
  min-height: 445px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.support-card img {
  bottom: unset;
  top: 0;
}

.support-card__img_tablet {
  display: none;
}

.support-card__label {
  font-weight: 600;
  font-size: 14px;
  line-height: 154.4%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #3F3F3F;
  padding: 108px 0 30px;
}

.support-card__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 153.4%;
  text-align: center;
  color: #3F3F3F;
}

.tariff {
  width: 100%;
  margin: 0 auto;
  padding: 110px 0 50px;
  position: relative;
}

.tariff::before {
  content: '';
  position: absolute;
  top: 370px;
  right: -40px;
  width: 195px;
  height: 380px;
  background-image: url(/templater/trainingcourses-img/icon/tarif-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

.tariff::after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: 0px;
  width: 200px;
  height: 315px;
  background-image: url(/templater/trainingcourses-img/icon/tarif-after.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.tariff__subtitle {
  font-size: 15px;
  max-width: 736px;
  padding-top: 30px;
  margin: 0 auto;
}

.tariff__row {
  padding-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tariff__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 31.5%;
          flex: 0 1 31.5%;
  min-height: 635px;
  padding: 80px 33px 39px;
  position: relative;
  z-index: 0;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tariff__card::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/templater/trainingcourses-img/images/tariff-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.tariff__card:hover {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.tariff__card:hover .tariff__label {
  color: #D8413A;
}

.tariff__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #4F4F4F;
  padding-bottom: 30px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.tariff__link {
  font-weight: normal;
  font-size: 15px;
  line-height: 21px;
  color: #3F3F3F;
  padding: 0 0 21px 29px;
  position: relative;
}

.tariff__link::before {
  content: '';
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: -3px;
  background-image: url(/templater/trainingcourses-img/icon/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tariff__button {
  width: 300px;
  height: 84px;
  border-radius: 0px 0px 25px 25px;
  padding: 26px 39px;
  position: absolute;
  bottom: 39px;
}

.calc {
  width: 100%;
  min-height: 680px;
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
  z-index: 0;
}

.calc::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/templater/trainingcourses-img/background/calc_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.calc__row {
  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;
  padding-top: 198px;
}

.calc__col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
}

.calc__title {
  text-align: left;
  max-width: 573px;
  padding-bottom: 30px;
}

.calc__title::before {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.calc__subtitle {
  max-width: 512px;
  text-align: left;
  padding-bottom: 46px;
}

.calc__button {
  max-width: 312px;
  width: 100%;
  height: 84px;
  border-radius: 0px 0px 25px 0px;
  padding: 31px 24px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.clients {
  width: 100%;
  margin: 0 auto;
  padding: 130px 0 135px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.clients::before {
  content: '';
  position: absolute;
  width: 285px;
  height: 248px;
  top: 180px;
  left: -25px;
  background-image: url(/templater/trainingcourses-img/icon/clients-before.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  z-index: -1;
}

.clients::after {
  content: '';
  position: absolute;
  width: 381px;
  height: 584px;
  bottom: -285px;
  right: 0;
  background-image: url(/templater/trainingcourses-img/icon/clients-after.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  z-index: -1;
}

.clients__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.clients-slider {
  position: relative;
  /* Стрелка влево */
  /* Стрелка вправо */
}

.clients-slider__slide {
  padding-top: 102px;
}

.clients-slider__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.clients-slider__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 300px;
          flex: 0 1 300px;
  padding: 20px 20px 25px;
  background: #FAFAFA;
  border: 1px solid #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 10px;
}

.clients-slider__col._active .clients-slider__label {
  padding-bottom: 25px;
}

.clients-slider__col._active .clients-slider__label::after {
  display: block;
}

.clients-slider__col._active .clients-slider__label ._minus {
  opacity: 1;
}

.clients-slider__col._active .clients-slider__info {
  display: block;
}

.clients-slider__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
  font-size: 13px;
  line-height: 154.4%;
  text-transform: uppercase;
  color: #3F3F3F;
  position: relative;
}

.clients-slider__label::after {
  content: '';
  position: absolute;
  max-width: 263px;
  width: 100%;
  height: 1px;
  background: #EFEFEF;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
}

.clients-slider__label img {
  position: absolute;
  right: 0;
  top: -5px;
}

.clients-slider__info {
  display: none;
  padding-top: 17px;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.clients-slider__link {
  font-weight: 400;
  font-size: 13px;
  line-height: 164.9%;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  padding: 0 0 0 22px;
  position: relative;
}

.clients-slider__link img {
  position: absolute;
  top: -5px;
  left: 200px;
}

.clients-slider__link span {
  font-weight: 600;
  text-transform: uppercase;
  color: #0A3659;
  position: relative;
}

.clients-slider__link span img {
  top: 50%;
  left: -22px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.clients-slider__inner {
  padding-top: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.clients-slider__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 35%;
          flex: 0 1 35%;
}

.clients-slider__text-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}

.clients-slider__title {
  max-width: 665px;
  font-weight: 600;
  font-size: 24px;
  line-height: 154.4%;
  color: #3F3F3F;
}

.clients-slider__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.clients-slider__button {
  max-width: 240px;
  width: 100%;
  height: 84px;
  border-radius: 0px 0px 25px 0px;
  padding: 26px 41px;
}

.clients-slider__instgram {
  margin: 0 0 0 24px;
  max-width: 118px;
}

.clients-slider__instgram span {
  display: block;
  font-weight: normal;
  font-size: 10px;
  line-height: 154.4%;
  color: #3F3F3F;
  margin-bottom: 13px;
}

.clients-slider__instgram span img {
  width: 30px;
  height: 30px;
}

.clients-slider .slick-arrow {
  position: absolute;
  width: 86px;
  height: 47px;
  bottom: 0;
  right: 0;
  font-size: 0;
  background: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 5;
}

.clients-slider .slick-arrow.slick-prev {
  right: 110px;
  background-image: url(/templater/trainingcourses-img/icon/fast-prev.svg);
}

.clients-slider .slick-arrow.slick-prev:active {
  -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
          transform: translateX(-10px);
}

.clients-slider .slick-arrow.slick-next {
  background-image: url(/templater/trainingcourses-img/icon/fast-next.svg);
}

.clients-slider .slick-arrow.slick-next:active {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.slider-card {
  background: #FAFAFA;
  border: 1px solid #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  margin: 57px auto;
  padding: 20px 30px;
}

.slider-card__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 154.4%;
  text-transform: uppercase;
  color: #3F3F3F;
}

.slider-card__tariff {
  margin: 0 32px;
  padding: 11px 23px;
  font-size: 13px;
  font-weight: 400;
  line-height: 164.9%;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  background: rgba(55, 82, 103, 0.17);
  border-radius: 5px;
}

.slider-card__tariff span {
  font-weight: 600;
  text-transform: uppercase;
  color: #0A3659;
}

.slider-card__list {
  padding-top: 27px;
}

.slider-card__link {
  font-size: 13px;
  line-height: 154.4%;
  color: #3F3F3F;
  padding: 0 0 20px 20px;
  position: relative;
}

.slider-card__link::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 5px;
  background-image: url(/templater/trainingcourses-img/icon/check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

._minus {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.quiz-block {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
  z-index: 0;
}

.quiz-block::before {
  content: '';
  position: absolute;
  max-height: 230px;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-image: url(/templater/trainingcourses-img/background/calc_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

.quiz-block__title {
  max-width: 750px;
  font-size: 30px;
  text-align: left;
  margin: 0;
}

.quiz-block__title::before {
  left: 0;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.quiz-block__subtitle {
  max-width: 512px;
  text-align: left;
  padding: 20px 0 46px;
  font-weight: 300;
  font-size: 18px;
  line-height: 154.4%;
  color: #3F3F3F;
}

.quiz-block__list {
  padding: 40px 0 25px;
}

.quiz-block__link {
  font-size: 18px;
  line-height: 188.4%;
  color: #3F3F3F;
  position: relative;
  padding-left: 38px;
}

.quiz-block__link::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-image: url(/templater/trainingcourses-img/icon/check.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.quiz-block__price {
  font-weight: 500;
  font-size: 30px;
  line-height: 201.4%;
  color: #3F3F3F;
}

.quiz-block__subprice {
  font-weight: normal;
  font-size: 15px;
  line-height: 201.4%;
  color: #3F3F3F;
  margin: -15px 0 45px;
}

.quiz-block__img {
  position: absolute;
  top: 0;
  right: -60px;
}

.quiz-form {
  min-height: 685px;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 53px 160px 45px 141px;
}

.quiz-form__score {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  line-height: 154.4%;
  letter-spacing: 0.1em;
  color: rgba(63, 63, 63, 0.3);
  margin: 0 auto;
}

.quiz-form__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 132.4%;
  text-align: center;
  color: #3F3F3F;
  padding: 25px 0;
}

.quiz-form__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 300px;
}

.quiz-form__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 419px;
          flex: 0 1 419px;
  position: relative;
  padding: 0 0 0 50px;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
  height: 80px;
  padding: 18px 31px 18px 66px;
  border: 1px solid #627B8E;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 39px 72px rgba(55, 82, 103, 0.27);
          box-shadow: 0px 39px 72px rgba(55, 82, 103, 0.27);
  border-radius: 5px;
  z-index: 0;
}

.quiz-form__button::before {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  left: 31px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(/templater/trainingcourses-img/icon/uncheck.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.quiz-form__button::after {
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  left: 31px;
  top: 50%;
  -webkit-transform: scale(0) translateY(-50%);
      -ms-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
  background-image: url(/templater/trainingcourses-img/icon/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.quiz-form__button._active::after {
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

.quiz-form__button input {
  display: none;
}

.quiz-form__button_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.quiz__button {
  width: 319px;
  height: 84px;
  border-radius: 0px 0px 25px 0px;
  padding: 20px 32px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  line-height: 154.4%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-left: auto;
}

.quiz__button_finish {
  margin: 0;
  padding: 22px 25px;
}

.quiz-body-2 {
  display: none;
}

.quiz-row {
  padding-top: 78px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  text-align: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.quiz-calc {
  min-height: 664px;
}

.quiz-calc::before {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: #0A3659;
  z-index: 0;
}

.footer__body {
  padding: 50px 0 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer__info {
  max-width: 326px;
  width: 100%;
}

.footer__info p {
  font-weight: 500;
  font-size: 11px;
  line-height: 175%;
  color: #FFFFFF;
  padding: 12px 0 14px;
}

.footer__info p:last-child {
  font-weight: 300;
}

.footer__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 161%;
  color: #FFFFFF;
  padding: 25px 0 35px;
}

.footer__list {
  padding-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__list span {
  padding-right: 10px;
}

.footer__link {
  font-size: 14px;
  line-height: 173%;
  color: #FFFFFF;
}

.footer__contact .footer__list {
  padding-bottom: 15px;
}

.footer__contact .footer__list img {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.footer__contact .footer__list:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.footer__social {
  padding-top: 65px;
}

.footer__social a {
  margin-right: 15px;
}

.footer__social a img {
  -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.footer__social a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.footer__bottom {
  width: 100%;
  height: 48px;
  background: -webkit-gradient(linear, right top, left top, from(#1F3D57), to(#375267));
  background: -o-linear-gradient(right, #1F3D57 0%, #375267 100%);
  background: linear-gradient(270deg, #1F3D57 0%, #375267 100%);
  position: relative;
  padding: 15px 0;
  text-align: right;
}

.footer__bottom a {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}

@media (min-width: 1100px) and (max-height: 800px) {
  .main__title {
    margin-top: 20px;
  }

  .main__subtitle {
    padding: 20px 0;
  }

  .main-slider {
    margin-top: 30px;
  }
}

@media (max-width: 1700px) {
  .quiz-page::after {
    width: 254px;
    height: 400px;
    right: -25px;
  }
}

@media (max-width: 1240px) {
  ._container {
    max-width: 970px;
  }

  .header__inner {
    padding: 5px 0 10px;
  }

  .header__bottom {
    padding: 0;
  }

  .menu {
    max-width: 450px;
  }

  .nav-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .nav-menu__link {
    font-size: 12px;
    line-height: 14px;
  }



  .way-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 24%;
            flex: 0 1 24%;
  }

  .way-card__label {
    font-size: 13px;
    padding: 120px 0 15px;
  }

  .way-card__text {
    font-size: 13px;
  }

  .tariff__button {
    width: 230px;
  }

  .clients::after {
    width: 315px;
    height: 500px;
    bottom: -250px;
  }

  .clients-slider__title {
    font-size: calc(20px + 4 * ((100vw - 375px) / (1200 - 375)));
  }

  .quiz-block__img {
    right: -230px;
  }

  .quiz-form {
    padding: 30px 60px;
  }

  .quiz-form__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
  }

  .footer__link {
    font-size: calc(11px + 3 * ((100vw - 375px) / (1200 - 375)));
  }
}

@media (max-width: 991.98px) {
  .quiz-page::after {
    width: 190px;
    height: 275px;
  }

  ._container {
    max-width: 750px;
  }

  h1 {
    font-size: calc(25px + 11 * ((100vw - 375px) / (1200 - 375)));
  }

  h2,
  ._title {
    font-size: calc(25px + 11 * ((100vw - 375px) / (1200 - 375)));
  }

  ._subtitle {
    font-size: calc(15px + 3 * ((100vw - 375px) / (1200 - 375)));
  }

  .thanks-header {
    min-height: 60px;
  }

  .header__burger {
    display: block;
    position: relative;
    width: 65px;
    height: 24px;
    cursor: pointer;
    z-index: 110;
  }

  .header__burger span {
    top: calc(50% - 1px);
    right: 0;
    position: absolute;
    width: 100%;
    height: 3.1px;
    background-color: #ffffff;
    -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
  }

  .header__burger span:first-child {
    top: 0;
    max-width: 65%;
  }

  .header__burger span:nth-child(2) {
    max-width: 82%;
  }

  .header__burger span:last-child {
    top: auto;
    bottom: 0px;
  }
  
    .logo {
    max-width: 230px;
  }


  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .menu__contact {
    padding-bottom: 20px;
  }

  .nav-menu {
    width: 100%;
    position: absolute;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 100px 30px 50px 60px;
    background: #0a3659;
    margin: 0 auto;
    -webkit-transform: translateY(-100%) scaleY(0);
        -ms-transform: translateY(-100%) scaleY(0);
            transform: translateY(-100%) scaleY(0);
  }

  .nav-menu__list {
    padding: 10px 0;
  }


  .main__subtitle {
    font-size: calc(15px + 5 * ((100vw - 375px) / (1200 - 375)));
  }

  .main-slider__label {
    font-size: calc(23px + 13 * ((100vw - 375px) / (1200 - 375)));
    line-height: calc(28px + 16 * ((100vw - 375px) / (1200 - 375)));
  }

  .main-slider__text {
    font-size: calc(13px + 4 * ((100vw - 375px) / (1200 - 375)));
    line-height: calc(17px + 5 * ((100vw - 375px) / (1200 - 375)));
  }

  .courses-tab {
    max-width: 200px;
  }

  .courses-tab a {
    font-size: 12px;
  }

  .courses-tab__item {
    margin: 0 auto;
  }

  .courses-tab__text {
    padding: 0 0 30px;
  }

  .way {
    padding: 90px 0 50px;
    margin: 0 auto;
    max-height: 100%;
  }

  .way__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 550px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .way-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37%;
            flex: 0 0 37%;
  }

  .possibility__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45%;
            flex: 0 1 45%;
  }

  .possibility__line_tablet {
    display: block;
  }

  .support-card {
    margin-bottom: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }

  .support-card__img {
    display: none;
  }

  .support-card__img_tablet {
    display: block;
  }

  .tariff::before {
    display: none;
  }

  .tariff__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .tariff__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 335px;
            flex: 0 1 335px;
    margin-bottom: 20px;
  }

  .tariff__button {
    width: 300px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .calc__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .clients::before,
  .clients::after {
    display: none;
  }

  .clients-slider__slide {
    padding-top: 35px;
  }

  .clients-slider__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .clients-slider__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 34px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .clients-slider__img {
    padding: 25px 0 45px;
  }

  .clients-slider__title {
    max-width: 100%;
    text-align: center;
    padding: 0 45px 33px;
  }

  .clients-slider__controls {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .clients-slider .slick-arrow {
    top: 70%;
    right: unset;
  }

  .clients-slider .slick-arrow.slick-prev {
    left: 20px;
  }

  .clients-slider .slick-arrow.slick-next {
    right: 20px;
  }

  .slider-card {
    margin: 0;
  }

  .quiz-block__title {
    font-size: calc(20px + 10 * ((100vw - 375px) / (1200 - 375)));
  }

  .quiz-block__img {
    right: -100px;
    height: 90%;
    top: unset;
    bottom: -115px;
  }

  .quiz-form {
    padding: 30px 20px;
  }

  .footer__info {
    max-width: 300px;
  }

  .footer__info {
    max-width: 300px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .quiz-page::after {
    display: none;
  }

  ._container {
    max-width: none;
  }

  .modal {
    max-width: 500px;
  }

  .modal__body {
    max-width: 500px;
  }
  
    .header.fixed .logo {
    max-width: 230px;
  }



  .header.fixed {
    height: 66px;
  }

  .header__burger {
    width: 33px;
    height: 13px;
  }

  .header__burger span {
    height: 1.5px;
  }


  .logo__img {
    width: 66px;
    height: 66px;
  }

  .logo__text {
    font-size: 8px;
    padding: 0;
  }


  .menu__contact {
    max-width: 185px;
  }

  .menu__btn {
    width: 185px;
    height: 45px;
    padding: 15px 12px;
  }

  .menu__lang {
    height: 45px;
    max-width: 185px;
  }

  .courses::before {
    display: none;
  }

  .support::before {
    display: none;
  }

  .tariff::after {
    display: none;
  }

  .quiz-form {
    padding: 15px 10px;
  }

  .quiz-form__buttons {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .quiz-form__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
  }

  .quiz__button {
    margin: 0 auto;
  }

  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .footer__info {
    max-width: 375px;
  }

  .footer__info .logo {
    max-width: 300px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 479.98px) {
  h2,
  ._title {
    text-align: left;
  }

  h2::before,
  ._title::before {
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }

  ._subtitle {
    text-align: left;
  }

  .mobile-bg {
    position: relative;
    z-index: 0;
  }

  .mobile-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(/templater/trainingcourses-img/background/mobile.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .modal {
    max-width: 100%;
    padding: 0 5px;
  }

  .modal__body {
    max-width: 100%;
    padding: 0 5px 20px;
  }

  .thanks::after {
    display: none;
  }

  .thanks__title {
    font-size: 30px;
  }

  .header {
    height: 94px;
  }
  
    .burger-2 {
    top: 30px;
    right: 30px;
  }

  .nav-menu {
    padding: 100px 30px 50px 60px;
  }


  .main::before {
    background-image: url(/templater/trainingcourses-img/background/main_bg_mob.png);
  }

  .main__title {
    max-width: 343px;
    margin-top: 44px;
  }

  .main__subtitle {
    padding: 15px 0;
  }

  .main__button {
    position: absolute;
    max-width: 355px;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .main__button {
    position: absolute;
    max-width: 310px;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .main-slider {
    max-width: 345px;
    margin-top: 30%;
  }

  .main-slider .slick-dots li {
    width: 44px;
    height: 3px;
  }

  .courses__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-bottom: 30px;
  }

  .courses-tab {
    margin: 10px auto;
  }

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

  .courses-tab__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-top: -40px;
  }

  .courses-tab__img::before {
    bottom: unset;
    left: 0;
    background-position: center center;
    top: -40px;
  }

  .courses-tab__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin: 0 auto;
  }

  .courses-tab__button {
    margin: 0 auto;
  }

  .way::before {
    display: none;
  }

  .way__title {
    text-align: center;
  }

  .way__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .way__subtitle {
    max-width: 350px;
    font-weight: 300;
    text-align: center;
  }

  .way__cards {
    min-height: 100%;
  }

  .way-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 260px;
            flex: 0 1 260px;
    height: 270px;
  }

  .way-card__label {
    font-size: 15px;
  }

  .way-card__text {
    font-size: 15px;
  }

  .possibility {
    padding: 35px 0 45px;
  }

  .possibility::before {
    display: none;
  }

  .possibility__title {
    text-align: center;
    color: #ffffff;
  }

  .possibility__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .possibility__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }

  .possibility__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 10px;
  }

  .possibility__card::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 35px;
  }

  .possibility__line {
    display: none;
  }

  .support {
    padding: 50px 0 0;
  }

  .support__title {
    text-align: center;
  }

  .support__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .support-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 335px;
            flex: 0 1 335px;
  }

  .tariff {
    text-align: center;
    padding: 30px 0 0;
  }

  .tariff__title {
    text-align: center;
  }

  .tariff__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .tariff__subtitle {
    text-align: center;
  }

  .calc__row {
    padding-top: 100px;
  }

  .calc__col:last-child {
    margin-top: 0px;
  }

  .calc__col:last-child img {
    -webkit-transform: translateX(75px);
        -ms-transform: translateX(75px);
            transform: translateX(75px);
  }

  .calc__title {
    text-align: center;
  }

  .calc__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .clients {
    padding: 76px 0 52px;
  }

  .clients__title {
    text-align: center;
  }

  .clients__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .clients-slider__img {
    width: 232px;
  }

  .clients-slider__button {
    max-width: 214px;
    height: 70px;
    padding: 19px 28px;
  }

  .clients-slider .slick-arrow {
    top: unset;
    bottom: 270px;
    width: 65px;
    height: 35px;
  }

  .clients-slider .slick-arrow.slick-prev {
    left: 0;
  }

  .clients-slider .slick-arrow.slick-next {
    right: 0;
  }

  .slider-card {
    padding: 16px;
  }

  .slider-card__label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .slider-card__tariff {
    margin: 0 0 15px;
  }

  .quiz-block__title {
    text-align: center;
  }

  .quiz-block__title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .quiz-block__subtitle {
    text-align: center;
  }

  .quiz-block__img {
    display: none;
  }

  .quiz-form__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 10px 10px 10px 45px;
  }

  .quiz-form__button::before {
    left: 10px;
  }

  .quiz-form__button::after {
    left: 10px;
  }

  .quiz-calc {
    padding-bottom: 50px;
  }

  .footer__bottom {
    text-align: center;
  }
}

@media (max-width: 360px) {
  .quiz__button {
    max-width: 319px;
    width: 100%;
    padding: 15px;
  }
}

@media (max-width: 349.98px) {
  ._container {
    padding: 0 10px;
  }

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

  .thanks__logos img {
    margin: 10px auto;
  }

  .thanks__title {
    font-size: 24px;
  }

  .main-slider {
    max-width: 320px;
    margin-top: 18%;
  }
}

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  .small-6 {
    position: relative;
    width: 50%;
  }

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 815px) and (orientation: landscape) {
  .main__content {
    -webkit-transform: scale(0.7) translate(-130px, -270px);
        -ms-transform: scale(0.7) translate(-130px, -270px);
            transform: scale(0.7) translate(-130px, -270px);
  }

  .main-slider {
    -webkit-transform: scale(0.7) translate(750px, -370px);
        -ms-transform: scale(0.7) translate(750px, -370px);
            transform: scale(0.7) translate(750px, -370px);
  }
}

.webp .quiz-page::after{ background-image: url(/templater/trainingcourses-img/icon/flag.webp); }

.webp .modal__body{ background-image: url(/templater/trainingcourses-img/background/pop-up_bg.webp); }

.webp .main::before{ background-image: url(/templater/trainingcourses-img/background/main_bg.webp); }

.webp .courses::before{ background-image: url(/templater/trainingcourses-img/icon/clients-before.webp); }

.webp .courses-tab__img::before{ background-image: url(/templater/trainingcourses-img/background/tabs_bg.webp); }

.webp .way::before{ background-image: url(/templater/trainingcourses-img/background/way_bg.webp); }

.webp .possibility::before{ background-image: url(/templater/trainingcourses-img/background/possibility__bg.webp); }

.webp .support::before{ background-image: url(/templater/trainingcourses-img/icon/clients-after.webp); }

.webp .tariff::before{ background-image: url(/templater/trainingcourses-img/icon/tarif-before.webp); }

.webp .tariff::after{ background-image: url(/templater/trainingcourses-img/icon/tarif-after.webp); }

.webp .tariff__card::before{ background-image: url(/templater/trainingcourses-img/images/tariff-2.webp); }

.webp .calc::before{ background-image: url(/templater/trainingcourses-img/background/calc_bg.webp); }

.webp .clients::before{ background-image: url(/templater/trainingcourses-img/icon/clients-before.webp); }

.webp .clients::after{ background-image: url(/templater/trainingcourses-img/icon/clients-after.webp); }

.webp .quiz-block::before{ background-image: url(/templater/trainingcourses-img/background/calc_bg.webp); }

@media (max-width: 479.98px){

  .webp .mobile-bg::before{ background-image: url(/templater/trainingcourses-img/background/mobile.webp); }
}

@media (max-width: 479.98px){

  .webp .main::before{ background-image: url(/templater/trainingcourses-img/background/main_bg_mob.webp); }
}



.selected-dial-code
{
  color: black !important;
  padding-left:10px!important;
}


._disabled {
  display: none;
}