/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

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

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

/*
 *  Main style
 */

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

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

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

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

html {
  font-size: 10px;
}

body {
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  font-weight: 400;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Orbi-Black", "serif";
  font-style: normal;
  font-weight: 700;
  line-height: 1.25;
  color: inherit;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

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

html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #FFF;
  color: #333439;
}

p {
  margin-top: 0;
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: inherit;
}

p > a {
  position: relative;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}

p > a:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #2EA4E0;
}

p > a:hover {
  border-color: #2EA4E0;
  color: #2EA4E0;
}

p > a:hover:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

p > a:focus {
  border-color: transparent;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: 1;
  text-decoration: none;
  color: inherit;
}

a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: inherit;
}

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

figure {
  margin: 0;
  line-height: 0;
}

figure > figcaption {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

#content {
  max-width: 1920px;
  margin: 0 auto;
}

button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0.5px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none;
}

button:focus,
button:focus-visible {
  border-color: transparent;
}

button:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button:disabled {
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid transparent;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.container-fluid,
.container-fluid-xxl,
.container-fluid-xl,
.container-fluid-lg,
.container-fluid-md,
.container-fluid-sm,
.container-fluid-xs,
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid-xs {
  max-width: 100%;
}

.container-fluid-sm {
  max-width: 100%;
}

.container-fluid-md {
  max-width: 100%;
}

.container-fluid-lg {
  max-width: 960px;
}

.container-fluid-xl {
  max-width: 1180px;
}

.container-fluid-xxl {
  max-width: 1360px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.p {
  margin-top: 0;
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: inherit;
}

.p > a {
  position: relative;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  outline: none;
}

.p > a:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #2EA4E0;
}

.p > a:hover {
  border-color: #2EA4E0;
  color: #2EA4E0;
}

.p > a:hover:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}

.p > a:focus {
  border-color: transparent;
}

.no-scroll {
  overflow: hidden;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.mt-auto {
  margin-top: auto !important;
}

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

.btn,
.tbtn-inv,
.tbtn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0.5px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none;
  padding: 24px 2.5em 21px;
  font-family: "Roboto", "sans-serif";
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFF;
  background-color: #2EA4E0;
  border-radius: 6px;
}

.btn:focus,
.tbtn-inv:focus,
.tbtn:focus,
.btn:focus-visible,
.tbtn-inv:focus-visible,
.tbtn:focus-visible {
  border-color: transparent;
}

.btn:hover,
.tbtn-inv:hover,
.tbtn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover,
.tbtn-inv:hover,
.tbtn:hover {
  color: #FFF;
  background: #166289;
}

.btn:disabled,
.tbtn-inv:disabled,
.tbtn:disabled {
  background-color: #E7E9F2;
}

.tbtn {
  background-color: transparent;
  border: 1px solid #FFF;
}

.tbtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.tbtn-inv {
  color: #2EA4E0;
  background-color: transparent;
  border: 1px solid #2EA4E0;
}

.tbtn-inv:hover {
  color: #2EA4E0;
  background-color: rgb(255, 255, 255);
}

/**
 * ----------------------------------------
 * animation flip-horizontal-top
 * ----------------------------------------
 */

.flip-horizontal-top {
  -webkit-animation: flip-horizontal-top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: flip-horizontal-top 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@-webkit-keyframes flip-horizontal-top {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

@keyframes flip-horizontal-top {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
}

/**
 * ----------------------------------------
 * animation flip-horizontal-bottom
 * ----------------------------------------
 */

.flip-horizontal-bottom {
  -webkit-animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: flip-horizontal-bottom 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}

@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }

  100% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
}

.header-top {
  padding-top: 29px;
  padding-bottom: 22px;
  font-family: "Roboto", "sans-serif";
  background-color: #F4F6F9;
}

.header-top__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;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.header-top .address address,
.header-top .address__link,
.header-top .tel address,
.header-top .tel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  color: #333439;
}

.header-top .address address > i,
.header-top .address__link > i,
.header-top .tel address > i,
.header-top .tel__link > i {
  margin-right: 10px;
}

.header-top .tel__link:hover {
  color: #2EA4E0;
}

.header-top #menu-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0.5px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  outline: none;
  width: 31px;
  height: 31px;
  margin-top: -6px;
}

.header-top #menu-toggle:focus,
.header-top #menu-toggle:focus-visible {
  border-color: transparent;
}

.header-top #menu-toggle:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-top #menu-toggle * {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-top #menu-toggle b {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  background-color: #379563;
}

.header-top #menu-toggle > #hamburger,
.header-top #menu-toggle > #cross {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.header-top #menu-toggle > #hamburger {
  top: 50%;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.header-top #menu-toggle > #hamburger > b {
  width: 100%;
  height: 3px;
  border-radius: 10px;
}

.header-top #menu-toggle > #hamburger > b:nth-child(1) {
  width: 29px;
  margin-bottom: 5px;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.header-top #menu-toggle > #hamburger > b:nth-child(2) {
  width: 24px;
  margin-bottom: 5px;
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}

.header-top #menu-toggle > #hamburger > b:nth-child(3) {
  width: 18px;
  -webkit-transition-delay: 0.725s;
  transition-delay: 0.725s;
}

.header-top #menu-toggle > #cross {
  height: 100%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-top #menu-toggle > #cross > b {
  position: absolute;
}

.header-top #menu-toggle > #cross > b:nth-child(1) {
  top: 50%;
  left: 0;
  width: 0%;
  height: 2px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.header-top #menu-toggle > #cross > b:nth-child(2) {
  top: 0;
  left: 50%;
  width: 2px;
  height: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.header-top #menu-toggle.open #hamburger > b {
  width: 0%;
}

.header-top #menu-toggle.open #hamburger > b:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.header-top #menu-toggle.open #hamburger > b:nth-child(2) {
  -webkit-transition-delay: 0.125s;
  transition-delay: 0.125s;
}

.header-top #menu-toggle.open #hamburger > b:nth-child(3) {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.header-top #menu-toggle.open #cross > b:nth-child(1) {
  width: 100%;
  -webkit-transition-delay: 0.625s;
  transition-delay: 0.625s;
}

.header-top #menu-toggle.open #cross > b:nth-child(2) {
  height: 100%;
  -webkit-transition-delay: 0.375s;
  transition-delay: 0.375s;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  background-color: #FFF;
  -webkit-box-shadow: 1px 16px 21px rgba(117, 122, 145, 0.2);
  box-shadow: 1px 16px 21px rgba(117, 122, 145, 0.2);
}

.header .nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 94px;
  -moz-column-gap: 94px;
  column-gap: 94px;
}

.header #main-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header #main-menu > .menu-item > a {
  display: block;
  padding: 22px 34px 22px;
  font-family: "Roboto", "sans-serif";
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.36px;
  color: #333439;
}

.header #main-menu > .menu-item > a:hover {
  color: #2EA4E0;
}

.header #main-menu > .menu-item.current-menu-item > a {
  color: #2EA4E0;
}

.header .sign-up__link {
  padding: 1.3rem 2em 1rem;
}

#breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  padding-top: 20px;
  padding-bottom: 30px;
}

#breadcrumbs li,
#breadcrumbs li > a {
  font-family: "Roboto", "sans-serif";
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #333439;
}

#breadcrumbs li.item-current {
  overflow: hidden;
  text-overflow: ellipsis;
}

#breadcrumbs li > a {
  font-weight: 400;
  color: #AAAAAA;
}

#breadcrumbs li > a:hover {
  color: #333439;
}

#breadcrumbs li strong {
  font-weight: 400;
}

.main-footer {
  padding-top: 12rem;
  background-color: #F4F6F9;
}

.main-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-footer__col:first-child {
  padding-right: 6rem;
  border-right: 1px solid rgba(46, 164, 224, 0.33);
}

.main-footer__col:nth-child(2) {
  padding-left: 7rem;
}

.main-footer__col:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 8rem;
}

.main-footer__col-title {
  margin-bottom: 20px;
  color: #333439;
}

.main-footer__contact-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 85px;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  color: #333439;
}

.main-footer__contact-link > i {
  margin-right: 10px;
}

.main-footer__contact-link:hover {
  color: #2EA4E0;
}

.main-footer__map {
  position: relative;
  width: 100%;
  max-width: 635px;
  min-height: 306px;
  margin-bottom: 30px;
}

.main-footer__map > iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.main-footer address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", "sans-serif";
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: #333439;
}

.main-footer address > i {
  margin-right: 10px;
}

.main-footer #footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: -10px;
}

.main-footer #footer-menu > .menu-item > a {
  display: block;
  padding: 10px 10px 10px 0;
  font-family: "Roboto", "sans-serif";
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #333439;
}

.main-footer #footer-menu > .menu-item > a:hover {
  color: #2EA4E0;
}

.main-footer__bottom {
  padding-top: 4rem;
  padding-bottom: 9rem;
  margin-top: 11rem;
  font-family: "Roboto", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  text-align: center;
  color: #333439;
  border-top: 1px solid rgba(46, 164, 224, 0.33);
}

@media (min-width: 320px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  p > a:focus {
    border-color: #2EA4E0;
  }

  button:focus,
  button:focus-visible {
    border-color: #FFF;
  }

  .container {
    max-width: 960px;
  }

  .p > a:focus {
    border-color: #2EA4E0;
  }

  .btn:focus,
  .tbtn-inv:focus,
  .tbtn:focus,
  .btn:focus-visible,
  .tbtn-inv:focus-visible,
  .tbtn:focus-visible {
    border-color: #FFF;
  }

  .header-top #menu-toggle:focus,
  .header-top #menu-toggle:focus-visible {
    border-color: #FFF;
  }

  .header-top #menu-toggle {
    display: none;
  }

  #breadcrumbs {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1360px;
  }
}

@media (max-width: 1399.98px) {
  .header #main-menu > .menu-item > a {
    padding: 35px 30px 33px;
    font-size: 16px;
  }
}

@media (max-width: 1199.98px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 16px;
  }

  .btn,
  .tbtn-inv,
  .tbtn {
    font-size: 18px;
  }

  .header #main-menu > .menu-item > a {
    padding: 25px 10px 23px;
  }
}

@media (max-width: 991.98px) {
  html {
    font-size: 7.5px;
  }

  .header-top {
    padding-top: 18px;
    padding-bottom: 15px;
  }

  .header-top .logo {
    width: 200px;
    margin-right: auto;
  }

  .header-top .address address,
  .header-top .address__link,
  .header-top .tel address,
  .header-top .tel__link {
    display: none;
  }

  .header .nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 100%;
    left: 0;
    z-index: 5;
    width: 100%;
    background-color: #F4F6F9;
  }

  .header .nav__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header #main-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .header #main-menu > .menu-item > a {
    text-align: center;
  }

  .header .sign-up {
    display: none;
  }

  .main-footer__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main-footer__col:first-child {
    width: 100%;
    padding-right: unset;
    padding-bottom: 50px;
    text-align: center;
    border-right: unset;
    border-bottom: 1px solid rgba(46, 164, 224, 0.33);
  }

  .main-footer__col:nth-child(2) {
    width: 30%;
    padding-left: unset;
    margin: 40px auto 0;
  }

  .main-footer__col:last-child {
    width: 30%;
    padding-left: unset;
    margin: 40px auto 0;
  }
}

@media (max-width: 767.98px) {
  .main-footer__col:nth-child(2) {
    width: 40%;
  }

  .main-footer__col:last-child {
    width: 60%;
  }
}

@media (max-width: 575.98px) {
  html {
    font-size: 5px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
  }

  .main-footer__col:nth-child(2) {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(81, 82, 88, 0.5);
  }

  .main-footer__col:last-child {
    width: 100%;
  }

  .main-footer .logo__image_footer {
    width: 50%;
  }
}
/*# sourceMappingURL=maps/main.css.map */
