@charset "UTF-8";
/* media */
.arcticmodal-overlay,
.arcticmodal-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000; }

.arcticmodal-container {
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse; }

*:first-child + html .arcticmodal-container {
  height: 100%; }

.arcticmodal-container_i {
  height: 100%;
  margin: 0 auto; }

.arcticmodal-container_i2 {
  padding: 24px;
  margin: 0;
  border: 0;
  vertical-align: middle; }

.arcticmodal-error {
  padding: 20px;
  border-radius: 10px;
  background: #000;
  color: #fff; }

.arcticmodal-loading {
  width: 80px;
  height: 80px;
  border-radius: 10px;
  background: #000 url(loading.gif) no-repeat 50% 50%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-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; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

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

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
  font-family: sans-serif;
  -ms-overflow-style: scrollbar; }

body {
  height: 100%;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  background-color: #fff;
  font-weight: 400;
  color: #282828;
  font-size: 18px;
  line-height: 20px;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum';
  /* vendor-prefixes */
  -moz-font-feature-settings: 'lnum=1';
  -ms-font-feature-settings: 'lnum';
  -webkit-font-feature-settings: 'lnum';
  -o-font-feature-settings: 'lnum'; }

main {
  flex-grow: 1;
  display: flex; }

main, header, footer {
  width: 100%; }

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

*:focus {
  outline: none; }

a, article, aside, b, body, button, dd, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, input, label, li, nav, object, ol, option, p, param, progress, section, select, small, span, strong, sub, sup, table, tbody, td, textarea, tfoot, th, thead, time, tr, ul, video {
  margin: 0;
  padding: 0; }

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

b, strong {
  font-weight: bold; }

a {
  color: #040404;
  text-decoration: none;
  background-color: transparent; }
  a:active, a:hover, a:focus {
    outline: 0;
    color: inherit;
    text-decoration: inherit; }

img {
  vertical-align: middle;
  border: 0; }

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

hr {
  border: none;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #282828;
  margin: 0;
  height: 0;
  box-sizing: content-box; }

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

button {
  overflow: visible;
  text-transform: none;
  outline: none;
  border: none;
  user-select: none; }

select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

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

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

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

input:read-only {
  cursor: default; }

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

input {
  line-height: normal; }
  input::-moz-focus-inner {
    padding: 0;
    border: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield; }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

textarea {
  overflow: auto; }

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important; }
    *:before, *:after {
      color: #000 !important;
      text-shadow: none !important;
      background: transparent !important;
      box-shadow: none !important; }
  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }
    a[href]:after {
      content: " (" attr(href) ")"; }
    a[href^="#"]:after, a[href^="javascript:"]:after {
      content: ""; }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr {
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

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

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.1;
  color: inherit; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.75rem; }

h3 {
  font-size: 1.5rem; }

h4, h5, h6 {
  font-size: 1rem; }

table {
  background-color: transparent; }

label {
  display: inline-block;
  max-width: 100%; }

input[type="search"] {
  box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] {
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple], select[size] {
  height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled {
  cursor: not-allowed; }

@-ms-viewport {
  width: device-width; }

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px; }

input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  line-height: 20px;
  cursor: pointer; }

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #dddddd;
  background-color: #ffffff; }

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 2px; }

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  content: "";
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  left: 3px;
  top: 3px;
  width: 14px;
  height: 9px;
  border-radius: 1px;
  border-left: 3px solid #077AE4;
  border-bottom: 3px solid #077AE4;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; }

input[type="checkbox"]:checked + label:after {
  opacity: 1; }

/* raleway-regular - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-regular.woff2") format("woff2"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-regular.woff") format("woff"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-regular.ttf") format("truetype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-regular.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-500 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-500.woff2") format("woff2"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-500.woff") format("woff"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-500.ttf") format("truetype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-500.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-600 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-600.woff2") format("woff2"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-600.woff") format("woff"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-600.ttf") format("truetype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-600.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-700 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-700.woff2") format("woff2"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-700.woff") format("woff"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-700.ttf") format("truetype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-700.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-800 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  src: url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-800.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-800.woff2") format("woff2"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-800.woff") format("woff"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-800.ttf") format("truetype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-800.svg#Raleway") format("svg");
  /* Legacy iOS */ }

/* raleway-900 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  src: url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-900.eot?#iefix") format("embedded-opentype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-900.woff2") format("woff2"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-900.woff") format("woff"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-900.ttf") format("truetype"), url("/build/fonts/Raleway/raleway-v18-latin_cyrillic-900.svg#Raleway") format("svg");
  /* Legacy iOS */ }

::selection {
  background: #ff9950; }

::-moz-selection {
  background: #ff9950; }

::-webkit-selection {
  background: #ff9950;
  color: #000; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

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

.img-fluid {
  width: 100%;
  height: auto; }

.bg-format {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat; }

.link-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0; }

.hidden {
  display: none !important; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

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

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

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1440px) {
  .container {
    max-width: 1172px; } }

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

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1440px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1172px; } }

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

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .row-cols-xxl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.333333%; }
  .offset-xxl-2 {
    margin-left: 16.666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.333333%; }
  .offset-xlx-5 {
    margin-left: 41.666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.333333%; }
  .offset-xxl-8 {
    margin-left: 66.666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.333333%; }
  .offset-xxl-11 {
    margin-left: 91.666667%; } }

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

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

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

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

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

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1440px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

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

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.header {
  min-height: 54px; }
  @media (min-width: 992px) {
    .header {
      min-height: 80px; } }
  .header__base {
    position: fixed;
    display: block;
    top: 0;
    min-width: 20rem;
    width: 100%;
    padding: .5rem 1rem;
    transform: translateY(0);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 101;
    background-color: #fff; }
    @media screen and (min-width: 992px) {
      .header__base {
        padding: .82rem 5rem; } }
  .header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header__inner-left, .header__inner-right {
      display: flex;
      align-items: center;
      height: 100%; }
    @media (min-width: 1200px) {
      .header__inner-left {
        position: relative;
        top: -2px; } }
    @media (min-width: 1460px) {
      .header__inner-left {
        top: 0; } }
  .header__logo {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: relative;
    display: block;
    height: 2.4rem;
    width: 6.95rem;
    background-image: url("/build/images/index/logo.svg");
    flex-shrink: 0;
    z-index: 1;
    opacity: 0;
    transform: translateY(1.5rem);
    transition-delay: 0s; }
    @media screen and (min-width: 992px) {
      .header__logo {
        height: 2.7rem;
        width: 7.95rem; } }
    @media (min-width: 1200px) {
      .header__logo {
        height: 2.7rem;
        width: 5.95rem; } }
    @media (min-width: 1460px) {
      .header__logo {
        height: 2.7rem;
        width: 7.95rem; } }
  @media screen and (max-width: 1200px) {
    .header__hamburger {
      position: relative;
      display: block;
      flex-shrink: 0;
      z-index: 3;
      opacity: 0;
      transform: translateY(1.5rem);
      transition-delay: 0s; } }
  @media screen and (min-width: 1201px) {
    .header__hamburger {
      display: none; } }
  .header__menu {
    display: none; }
    @media (min-width: 1200px) {
      .header__menu {
        display: flex;
        align-items: center;
        margin-left: 46px;
        list-style-type: none; } }
    .header__menu-item {
      margin-right: 21px;
      opacity: 0;
      transform: translateY(1rem); }
      .header__menu-item:last-child {
        margin-right: 0; }
      .header__menu-item-link {
        position: relative;
        font-weight: 600;
        font-size: 15px;
        line-height: 120%;
        color: #212121; }
        @media (min-width: 1460px) {
          .header__menu-item-link {
            font-size: 18px; } }
        .header__menu-item-link::after {
          position: absolute;
          left: 0;
          bottom: -5px;
          display: block;
          width: 100%;
          content: "";
          border-bottom: 2px solid #212121;
          transform: scaleX(0);
          opacity: 0;
          transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
          will-change: auto; }
        .header__menu-item-link:hover {
          color: #212121; }
        .header__menu-item-link:hover::after {
          opacity: 1;
          transform: scaleX(1); }
        .header__menu-item-link_orange {
          color: #FF6B00; }
          .header__menu-item-link_orange:hover {
            color: #FF6B00; }
          .header__menu-item-link_orange::after {
            border-bottom: 2px solid #FF6B00; }
  .header__phone {
    display: none; }
    @media (min-width: 768px) {
      .header__phone {
        display: flex;
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        color: #212121;
        margin-right: 32px;
        opacity: 0;
        transform: translateY(1rem); } }
    @media (min-width: 1200px) {
      .header__phone {
        margin-right: 24px;
        font-size: 15px; } }
    @media (min-width: 1460px) {
      .header__phone {
        margin-right: 32px;
        font-size: 20px; } }
  .header__btn {
    display: none; }
    @media (min-width: 768px) {
      .header__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 223px;
        height: 54px;
        background-color: #FF6B00;
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        color: #fff;
        margin-right: 72px;
        opacity: 0;
        transform: translateY(1rem); }
        .header__btn:hover {
          background-color: #FF9F5A; } }
    @media (min-width: 1200px) {
      .header__btn {
        width: 172px;
        height: 40px;
        margin: 7px 64px 7px 0;
        font-size: 15px; } }
    @media (min-width: 1460px) {
      .header__btn {
        width: 223px;
        height: 54px;
        margin: 0 72px 0 0;
        font-size: 18px; } }

.overlay {
  background-color: rgba(245, 245, 245, 0.8); }
  @media screen and (max-width: 1200px) {
    .overlay {
      position: fixed;
      display: block;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      visibility: hidden;
      opacity: 0;
      transition: visibility,opacity;
      transition-duration: 0s,.4s;
      transition-delay: .4s,0s;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      z-index: 99; } }
  @media screen and (min-width: 1201px) {
    .overlay {
      display: none; } }

.is-loaded-second .header__logo,
.is-loaded-second .header__menu-item,
.is-loaded-second .header__phone,
.is-loaded-second .header__btn {
  opacity: 1;
  transform: translateY(0); }

.is-loaded-one .header__logo {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s;
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.is-loaded-one .header__menu-item {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .is-loaded-one .header__menu-item:first-child {
    transition-delay: 0.3s; }
  .is-loaded-one .header__menu-item:nth-child(2) {
    transition-delay: 0.38333s; }
  .is-loaded-one .header__menu-item:nth-child(3) {
    transition-delay: 0.46667s; }
  .is-loaded-one .header__menu-item:nth-child(4) {
    transition-delay: 0.55s; }
  .is-loaded-one .header__menu-item:last-child {
    transition-delay: 0.63333s; }

.is-loaded-one .header__phone {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.73333s; }

.is-loaded-one .header__btn {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.83333s; }

:root {
  --screen-width:     100%;
  --screen-height:    100%;
  --header-bg-color:  #fff;
  --splash-bg-color:  #212121; }

.nav {
  position: absolute;
  top: 69px;
  left: 0;
  right: 0;
  bottom: 0; }
  .nav__toggle {
    display: inline-block;
    position: absolute;
    z-index: 10;
    padding: 0;
    border: 0;
    background: transparent;
    outline: 0;
    right: 0;
    top: -65px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0;
    transform: translateY(1.5rem);
    transition-delay: 0s; }
    @media (min-width: 768px) {
      .nav__toggle {
        right: 20px;
        top: -57px; } }
    @media screen and (min-width: 992px) {
      .nav__toggle {
        right: 72px;
        top: -52px; } }
  .nav__menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 54px);
    max-height: 670px;
    z-index: 5;
    visibility: hidden; }
    @media screen and (min-width: 992px) {
      .nav__menu {
        height: calc(100vh - 69px); } }
    .nav__menu .container {
      overflow: auto;
      padding-bottom: 50px; }
  .nav__item {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s; }
  .nav__item:nth-child(1) {
    transform: translateY(-40px); }
  .nav__item:nth-child(2) {
    transform: translateY(-80px); }
  .nav__item:nth-child(3) {
    transform: translateY(-120px); }
  .nav__item:nth-child(4) {
    transform: translateY(-160px); }
  .nav__item:nth-child(5) {
    transform: translateY(-200px); }
  .nav__link {
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.25rem;
    text-decoration: none;
    padding: 1rem; }
    .nav__link:hover, .nav__link:focus {
      outline: 0;
      background-color: rgba(0, 0, 0, 0.2); }

.menuicon {
  display: block;
  cursor: pointer;
  color: #212121;
  transform: rotate(0deg);
  transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .menuicon__bar, .menuicon__circle {
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round; }
  .menuicon__bar {
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    transition: transform .25s ease-in-out; }

.splash {
  position: absolute;
  top: -35px;
  right: 25px;
  width: 1px;
  height: 1px; }
  @media screen and (min-width: 992px) {
    .splash {
      right: 96px; } }
  .splash::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    background-color: var(--splash-bg-color);
    width: 284vmax;
    height: 284vmax;
    top: -142vmax;
    left: -142vmax;
    transform: scale(0);
    transform-origin: 50% 50%;
    transition: transform .5s;
    will-change: transform; }

.nav:target > .splash::after,
.nav--open > .splash::after {
  transform: scale(1); }

.nav:target .menuicon,
.nav--open .menuicon {
  color: white;
  transform: rotate(180deg); }
  .nav:target .menuicon__circle,
  .nav--open .menuicon__circle {
    stroke-dashoffset: 0; }
  .nav:target .menuicon__bar:nth-child(1), .nav:target .menuicon__bar:nth-child(4),
  .nav--open .menuicon__bar:nth-child(1),
  .nav--open .menuicon__bar:nth-child(4) {
    opacity: 0; }
  .nav:target .menuicon__bar:nth-child(2),
  .nav--open .menuicon__bar:nth-child(2) {
    transform: rotate(45deg); }
  .nav:target .menuicon__bar:nth-child(3),
  .nav--open .menuicon__bar:nth-child(3) {
    transform: rotate(-45deg); }

.nav:target .nav__menu,
.nav--open .nav__menu {
  visibility: visible; }

.nav:target .nav__item,
.nav--open .nav__item {
  opacity: 1;
  transform: translateY(0); }

.nav:target .nav__menu-left-item,
.nav--open .nav__menu-left-item {
  opacity: 1 !important;
  transform: translateY(0) !important; }

.nav:target .nav__menu-right-item, .nav:target .nav__menu-right-fos, .nav:target .nav__menu-right-contacts-link,
.nav--open .nav__menu-right-item,
.nav--open .nav__menu-right-fos,
.nav--open .nav__menu-right-contacts-link {
  opacity: 1 !important;
  transform: translateY(0) !important; }

.is-loaded .nav__toggle {
  opacity: 1;
  transform: translateY(0);
  transition-delay: .2s;
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.nav__menu-left-list {
  list-style-type: none; }

.nav__menu-left-item {
  margin-bottom: 15px;
  text-align: center;
  opacity: 0;
  transition: all .4s; }
  @media (min-width: 992px) {
    .nav__menu-left-item {
      margin-bottom: 57px;
      text-align: left; } }

.nav__menu-left-link {
  font-weight: 600;
  font-size: 22px;
  line-height: 120%;
  color: #fff;
  transition: all .4s; }
  @media (min-width: 992px) {
    .nav__menu-left-link {
      font-weight: 800;
      font-size: 58px;
      line-height: 110%; } }
  .nav__menu-left-link:hover {
    color: #b9b9b9; }
  .nav__menu-left-link_orange {
    color: #FF6B00; }

.nav__menu-left-item:nth-child(1) {
  transform: translate(40px, -40px); }

.nav__menu-left-item:nth-child(2) {
  transform: translate(80px, -80px); }

.nav__menu-left-item:nth-child(3) {
  transform: translate(120px, -120px); }

.nav__menu-left-item:nth-child(4) {
  transform: translate(160px, -160px); }

.nav__menu-left-item:nth-child(5) {
  transform: translate(200px, -200px); }

.nav__menu-right-list {
  list-style-type: none;
  margin-bottom: 72px;
  max-width: 385px; }
  @media (min-width: 992px) {
    .nav__menu-right-list {
      margin-top: 22px; } }

.nav__menu-right-item {
  margin-bottom: 40px;
  opacity: 0;
  transition: all .4s; }

.nav__menu-right-link {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  transition: all .4s; }
  .nav__menu-right-link:hover {
    color: #b9b9b9; }

.nav__menu-right-item:nth-child(1) {
  transform: translate(40px, -40px); }

.nav__menu-right-item:nth-child(2) {
  transform: translate(80px, -80px); }

.nav__menu-right-item:nth-child(3) {
  transform: translate(120px, -120px); }

.nav__menu-right-item:nth-child(4) {
  transform: translate(160px, -160px); }

.nav__menu-right-item:nth-child(5) {
  transform: translate(200px, -200px); }

.nav__menu-right-fos {
  display: block;
  width: 100%;
  max-width: 371px;
  height: auto;
  padding: 16px 35px;
  margin: 0 auto 52px auto;
  background-color: #FF6B00;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  opacity: 0;
  transition: all .4s;
  transform: translate(360px, -360px); }
  @media (min-width: 992px) {
    .nav__menu-right-fos {
      margin: 0 0 52px 0; } }

.nav__menu-right-contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 371px;
  margin: 50px auto; }
  @media (min-width: 992px) {
    .nav__menu-right-contacts {
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin: 0; } }
  .nav__menu-right-contacts-link:nth-child(1) {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #fff;
    opacity: 0;
    transition: all .4s;
    transform: translate(180px, -180px); }
  .nav__menu-right-contacts-link:nth-child(2) {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #fff;
    margin-top: 15px;
    opacity: 0;
    transition: all .4s;
    transform: translate(180px, -180px); }
    @media (min-width: 992px) {
      .nav__menu-right-contacts-link:nth-child(2) {
        font-weight: 600;
        font-size: 20px;
        line-height: 120%;
        margin-top: 0; } }

.nav__menu .container::-webkit-scrollbar-track {
  background-color: #212121; }

.nav__menu .container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0;
  border-radius: 50%;
  background-color: #1d1d1d; }

.nav__menu .container::-webkit-scrollbar-thumb:hover {
  background-color: #2d2d2d; }

.nav__menu .container::-webkit-scrollbar {
  width: 2px; }

.projects__title {
  font-weight: 800;
  font-size: 30px;
  line-height: 110%;
  color: #212121;
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .projects__title {
      font-size: 44px; } }
  @media (min-width: 1200px) {
    .projects__title {
      font-size: 58px;
      margin-bottom: 70px; } }

.projects__link-all {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #212121; }
  @media (min-width: 992px) {
    .projects__link-all {
      font-size: 24px; } }
  .projects__link-all svg {
    width: 48px;
    height: 39px;
    margin-left: 22px; }
    @media (min-width: 992px) {
      .projects__link-all svg {
        width: 65px;
        height: 50px; } }

.projects__item {
  position: relative;
  display: block;
  width: 100%;
  height: 411px;
  padding: 20px 15px;
  margin-bottom: 20px;
  transition: all .3s;
  transform: translateY(0); }
  @media (min-width: 992px) {
    .projects__item {
      height: 598px;
      padding: 35px 30px;
      margin-bottom: 30px; } }
  @media screen and (min-width: 1900px) {
    .projects__item {
      height: 761px; } }
  .projects__item:hover {
    transform: translateY(-10px); }
  .projects__item-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .projects__item-title {
        font-size: 24px;
        margin-bottom: 12px; } }
    @media (min-width: 992px) {
      .projects__item-title {
        font-size: 28px; } }
    .projects__item-title_white {
      color: #fff; }
  .projects__item-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000; }
    @media (min-width: 992px) {
      .projects__item-desc {
        font-size: 16px; } }
    .projects__item-desc_white {
      color: #fff; }
  .projects__item-nskavtovokzal {
    background-color: #A3E2FF;
    background-image: url("/build/images/index/projects/nskavtovokzal.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .projects__item-skylift {
    background-image: url("/build/images/index/projects/skylift.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .projects__item-spireol {
    background-color: #010103;
    background-image: url("/build/images/index/projects/spireol.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .projects__item-italica {
    background-image: url("/build/images/index/projects/italica.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .projects__item-verspeak {
    background-color: #F7F2EC;
    background-image: url("/build/images/index/projects/verspeak.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 70%; }
  .projects__item-ecogold {
    background-color: #fff;
    background-image: url("/build/images/index/projects/ecogold.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #9BA5BA; }
  .projects__item-skydom {
    position: relative;
    background-color: #fff;
    background-image: url("/build/images/index/projects/skydom.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    border: 1px solid #9BA5BA; }
    .projects__item-skydom:before {
      content: '';
      position: absolute;
      top: 92px;
      left: calc(50% - 45px);
      width: 90px;
      height: 90px;
      background-image: url("/build/images/index/projects/logo-skydom.svg");
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center; }
      @media (min-width: 992px) {
        .projects__item-skydom:before {
          top: 122px;
          left: calc(50% - 70px);
          width: 140px;
          height: 140px; } }
      @media (min-width: 1200px) {
        .projects__item-skydom:before {
          top: 156px;
          left: calc(50% - 89px);
          width: 178px;
          height: 178px; } }
  .projects__item-photomix {
    background-color: #070B14;
    background-image: url("/build/images/index/projects/photomix.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .projects__item-decora {
    background-image: url("/build/images/index/projects/decora.gif");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top; }
  .projects__item-redfox {
    background-color: #9DCACD;
    background-image: url("/build/images/index/projects/redfox.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .projects__item-milkbunny {
    background-image: url("/build/images/index/projects/milkbunny.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
  .projects__item-malachite {
    background-image: url("/build/images/index/projects/malachite.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #9BA5BA; }
  .projects__item-bearbach {
    background-color: #EF6A3A;
    background-image: url("/build/images/index/projects/bearbach.gif");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .projects__item-empty {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #FBE5DF; }
    .projects__item-empty .projects__item-title {
      margin-bottom: 40px;
      font-weight: 800;
      font-size: 40px;
      line-height: 110%;
      color: #212121; }
      @media (min-width: 992px) {
        .projects__item-empty .projects__item-title {
          margin-bottom: 93px;
          font-size: 58px; } }
    .projects__item-empty .projects__item-btn {
      display: inline;
      width: 100%;
      max-width: 250px;
      padding: 16px 0;
      text-align: center;
      font-weight: 600;
      font-size: 18px;
      line-height: 120%;
      color: #fff;
      background-color: #FF6B00; }

.projects__mb {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .projects__mb {
      margin-bottom: 200px; } }

.projects__video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-width: 100%;
  z-index: -1; }

.projects__video_center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 450px;
  margin: 0 auto; }
  @media (min-width: 992px) {
    .projects__video_center {
      max-width: none; } }

.projects__video_top {
  top: 0; }

.projects__video_full-height {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1; }

.projects__video_bottom {
  bottom: 0; }

.fos__title {
  margin-bottom: 36px;
  font-weight: 800;
  font-size: 30px;
  line-height: 110%;
  color: #212121; }
  @media (min-width: 992px) {
    .fos__title {
      margin-bottom: 41px;
      font-size: 44px; } }
  @media (min-width: 1200px) {
    .fos__title {
      margin-bottom: 47px;
      font-size: 58px; } }

.fos__desc {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #212121; }
  @media (min-width: 992px) {
    .fos__desc {
      margin-bottom: 50px;
      font-size: 24px; } }
  .fos__desc a {
    color: #0A199F; }
    .fos__desc a:hover {
      text-decoration: underline; }

.form-input {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
  padding: 30px 0 35px 0; }
  @media (min-width: 992px) {
    .form-input {
      padding: 37px 0 45px 0;
      margin-bottom: 20px;
      max-width: 385px; } }
  .form-input label {
    position: absolute;
    top: 4px;
    left: 5px;
    display: flex;
    align-items: flex-end;
    min-height: 52px;
    transition: all .3s;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 992px) {
      .form-input label {
        top: 28px;
        font-size: 20px; } }
  .form-input input {
    padding: 6px 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.5px solid #212121;
    z-index: 1;
    background-color: transparent;
    transition: all .3s;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #212121;
    outline: none; }
    @media (min-width: 992px) {
      .form-input input {
        font-size: 20px;
        padding: 14px 5px; } }
    .form-input input:focus {
      border-bottom: 1.5px solid #0A199F; }
  .form-input input:focus ~ label,
  .form-input input:not(:placeholder-shown) ~ label {
    top: -20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    color: #212121; }
    @media (min-width: 992px) {
      .form-input input:focus ~ label,
      .form-input input:not(:placeholder-shown) ~ label {
        top: -8px;
        font-size: 20px; } }
  .form-input input:focus ~ label {
    color: #0A199F; }
  .form-input__error-message {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-start;
    height: 35px;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #DE4343;
    transition: all .3s;
    opacity: 0; }
    @media (min-width: 992px) {
      .form-input__error-message {
        align-items: center;
        height: 40px;
        font-size: 16px; } }

.form-textarea {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .form-textarea {
      margin-bottom: 30px;
      margin-top: 53px; } }
  .form-textarea label {
    display: flex;
    margin-bottom: 14px;
    min-height: 52px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 992px) {
      .form-textarea label {
        font-size: 20px; } }
  .form-textarea textarea {
    display: block;
    width: 100%;
    height: 185px;
    margin-bottom: 15px;
    padding: 16px 6px;
    border: 1.5px solid #212121;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #212121;
    resize: none;
    background-color: transparent; }
    @media (min-width: 992px) {
      .form-textarea textarea {
        padding: 16px 18px;
        font-weight: normal;
        font-size: 18px;
        line-height: 120%; } }
    @media (min-width: 1200px) {
      .form-textarea textarea {
        padding: 16px 11px; } }
    .form-textarea textarea:focus {
      border: 1.5px solid #0A199F; }
  .form-textarea__error-message {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #DE4343; }

.form-file {
  display: flex;
  flex-direction: column;
  margin-bottom: 28px; }
  @media (min-width: 992px) {
    .form-file {
      margin-bottom: 33px; } }
  @media (min-width: 1200px) {
    .form-file {
      margin-bottom: 0; } }
  .form-file__input {
    position: relative;
    overflow: hidden;
    width: 217px;
    height: 34px;
    background: transparent;
    color: #212121;
    cursor: pointer; }
    .form-file__input-container {
      display: flex;
      flex-direction: column;
      margin-bottom: 19px; }
      @media (min-width: 992px) {
        .form-file__input-container {
          flex-direction: row;
          align-items: center; } }
    .form-file__input label {
      display: flex;
      align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      cursor: pointer; }
      .form-file__input label:hover span {
        color: #FF6B00; }
      .form-file__input label svg path {
        transition: all .3s; }
      .form-file__input label:hover svg path {
        fill: #FF6B00; }
      .form-file__input label svg {
        margin-right: 13px; }
    .form-file__input span {
      font-weight: 500;
      font-size: 14px;
      line-height: 1;
      color: #212121;
      transition: all .3s; }
      @media (min-width: 992px) {
        .form-file__input span {
          font-weight: 400;
          font-size: 18px;
          line-height: 1; } }
    .form-file__input-text {
      margin-left: 45px;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      color: #686868; }
      @media (min-width: 992px) {
        .form-file__input-text {
          margin-left: 0;
          margin-top: 4px;
          font-size: 16px; } }
    .form-file__input input[type="file"] {
      display: none; }
  .form-file__clear {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #212121;
    background-color: #eee;
    border-radius: 5px;
    max-width: 120px;
    transition: all .3s; }
    .form-file__clear svg {
      margin-right: 10px;
      transition: all .3s; }
    .form-file__clear:hover {
      color: #fff;
      background-color: #DE4343; }
    .form-file__clear:hover svg path {
      fill: #fff; }
  .form-file__list {
    list-style-type: none;
    margin-bottom: 15px; }
  .form-file__item {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #212121;
    margin-bottom: 8px;
    overflow-wrap: break-word; }

.form-checkbox {
  margin-top: 25px; }
  .form-checkbox input[type="checkbox"]:checked + label:before, .form-checkbox input[type="checkbox"]:not(:checked) + label:before {
    width: 27px;
    height: 28px;
    border: 1px solid rgba(155, 165, 186, 0.5);
    box-sizing: border-box;
    filter: drop-shadow(0px 7px 20px rgba(0, 0, 0, 0.15)); }
    @media (min-width: 992px) {
      .form-checkbox input[type="checkbox"]:checked + label:before, .form-checkbox input[type="checkbox"]:not(:checked) + label:before {
        width: 25px;
        height: 25px; } }
  .form-checkbox input[type="checkbox"]:checked + label:before {
    filter: none;
    border: 1px solid #0A199F; }
  .form-checkbox input[type="checkbox"]:checked + label:after, .form-checkbox input[type="checkbox"]:not(:checked) + label:after {
    left: 7px;
    top: 7px;
    border-left: 2px solid #0A199F;
    border-bottom: 2px solid #0A199F;
    border-radius: 0; }
    @media (min-width: 992px) {
      .form-checkbox input[type="checkbox"]:checked + label:after, .form-checkbox input[type="checkbox"]:not(:checked) + label:after {
        left: 6px;
        top: 6px; } }
  .form-checkbox input[type="checkbox"]:checked + label, .form-checkbox input[type="checkbox"]:not(:checked) + label {
    padding-left: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 992px) {
      .form-checkbox input[type="checkbox"]:checked + label, .form-checkbox input[type="checkbox"]:not(:checked) + label {
        font-size: 16px; } }
    .form-checkbox input[type="checkbox"]:checked + label a, .form-checkbox input[type="checkbox"]:not(:checked) + label a {
      color: #0A199F; }
      .form-checkbox input[type="checkbox"]:checked + label a:hover, .form-checkbox input[type="checkbox"]:not(:checked) + label a:hover {
        text-decoration: underline; }
  .form-checkbox input[type="checkbox"]:focus + label:before {
    border: 1px solid #0A199F; }

.form-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 287px;
  height: 54px;
  margin: 40px auto 0 auto;
  background-color: #FF6B00;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  transition: all .3s; }
  @media (min-width: 992px) {
    .form-submit {
      width: 234px;
      margin: 18px 0 0 0; } }
  .form-submit:hover, .form-submit:focus {
    background-color: #FF9F5A; }

.error-message label, .error-message textarea, .error-message input, .error-message span {
  color: #DE4343 !important; }

.error-message textarea {
  border: 1.5px solid #DE4343; }

.error-message input {
  border-bottom: 1.5px solid #DE4343; }

.error-message .form-input__error-message {
  opacity: 1; }

.form-warning-anim {
  animation-name: warnAnim;
  animation-duration: 500ms;
  animation-iteration-count: 1; }

@keyframes warnAnim {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(15px, 0); }
  50% {
    transform: translate(-15px, 0); }
  75% {
    transform: translate(15px, 0); }
  100% {
    transform: translate(0, 0); } }

.fos-modal {
  position: relative;
  display: block;
  width: 100%;
  max-width: 805px;
  min-height: 326px;
  margin: 0 15px;
  padding: 15px;
  background-color: #fff; }
  @media (min-width: 992px) {
    .fos-modal {
      padding: 45px 55px; } }
  .fos-modal__close {
    position: absolute;
    top: 12px;
    right: 6px;
    padding: 15px;
    background-color: transparent; }
  .fos-modal__title {
    max-width: 387px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 34px;
    line-height: 120%;
    color: #212121; }
  .fos-modal__desc {
    max-width: 638px;
    font-weight: normal;
    font-size: 22px;
    line-height: 130%;
    color: #000; }

.form-loading {
  position: absolute; }

.dots {
  filter: url(#gooeyness);
  padding: 17px;
  width: 100%; }

.dot {
  background: white;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  width: 14px;
  height: 14px; }

.dot:first-child {
  animation: FirstDot 3s infinite; }

.dot:nth-child(2) {
  animation: SecondDot 3s infinite; }

.dot:nth-child(3) {
  animation: ThirdDot 3s infinite; }

.dot:nth-child(4) {
  animation: FourthDot 3s infinite; }

.dot:nth-child(5) {
  animation: FifthDot 3s infinite; }

@keyframes FirstDot {
  0% {
    transform: scale(1) translateX(0); }
  25% {
    transform: scale(2.5) translateX(0); }
  50% {
    transform: scale(1) translateX(0); }
  83% {
    transform: scale(1) translateX(100px); }
  100% {
    transform: scale(1) translateX(0); } }

@keyframes SecondDot {
  0% {
    transform: translateX(0px); }
  27% {
    transform: translateX(-15px); }
  50% {
    transform: translateX(0px); }
  81% {
    transform: translateX(80px); }
  100% {
    transform: translateX(0); } }

@keyframes ThirdDot {
  0% {
    transform: translateX(0px); }
  29% {
    transform: translateX(-40px); }
  50% {
    transform: translateX(0px); }
  79% {
    transform: translateX(50px); }
  100% {
    transform: translateX(0); } }

@keyframes FourthDot {
  0% {
    transform: translateX(0px); }
  31% {
    transform: translateX(-70px); }
  50% {
    transform: translateX(0px); }
  77% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0); } }

@keyframes FifthDot {
  0% {
    transform: scale(1) translateX(0); }
  33% {
    transform: scale(1) translateX(-105px); }
  50% {
    transform: scale(1) translateX(0); }
  75% {
    transform: scale(2.5) translateX(0); }
  100% {
    transform: scale(1) translateX(0); } }

.filter {
  position: absolute;
  visibility: hidden; }

.ppk-dot,
.ppk-dot-outline {
  display: none; }
  @media (min-width: 992px) {
    .ppk-dot,
    .ppk-dot-outline {
      display: block;
      z-index: 999;
      pointer-events: none;
      position: fixed;
      top: 50%;
      left: 50%;
      border-radius: 50%;
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; } }

.ppk-dot {
  width: 6px;
  height: 6px;
  background-color: #feac43; }

.ppk-dot-outline {
  width: 30px;
  height: 30px;
  background-color: rgba(254, 172, 67, 0.5); }

.progress-scroll {
  display: none; }
  @media (min-width: 1400px) {
    .progress-scroll {
      position: fixed;
      left: -30px;
      bottom: 125px;
      display: flex;
      align-items: center;
      transform: rotate(-90deg); } }
  @media (min-width: 1921px) {
    .progress-scroll {
      left: 0; } }
  .progress-scroll__line {
    position: relative;
    width: 85px;
    height: 2px;
    background-color: #9BA5BA; }
    .progress-scroll__line-arrow {
      position: absolute;
      top: -9px;
      right: -2px;
      transform: rotate(90deg);
      transition: all 1s; }
  .progress-scroll__text {
    margin-left: 12px;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #9BA5BA; }

.social-links {
  display: none; }
  @media (min-width: 1400px) {
    .social-links {
      position: fixed;
      top: calc(50vh - 60px);
      right: 50px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 25px;
      background-color: #ffffffcc;
      z-index: 10;
      list-style-type: none; } }
  @media (min-width: 1921px) {
    .social-links {
      right: 120px; } }
  .social-links__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: -10px;
    transition: all .3s; }
    .social-links__item:last-child {
      margin-bottom: 0; }
    .social-links__item a {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
    .social-links__item svg, .social-links__item path {
      transition: all .3s; }
    .social-links__item:hover {
      background-color: #eee;
      border-radius: 15px; }
      .social-links__item:hover svg, .social-links__item:hover path {
        fill: #FF6B00; }

.arcticmodal-container_i2 {
  padding: 24px 0; }
  @media (min-width: 375px) {
    .arcticmodal-container_i2 {
      padding: 24px; } }

.arcticmodal-container_i.active {
  width: 100%;
  height: 100%;
  background-color: #fff; }

.arcticmodal-fos {
  width: 100%;
  height: 100%;
  display: block; }
  .arcticmodal-fos__close-block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .arcticmodal-fos__close-block {
        padding: 70px 55px 0 55px; } }
  .arcticmodal-fos__close {
    display: flex;
    align-items: center;
    margin: 15px 15px 0 0;
    cursor: pointer; }
    .arcticmodal-fos__close svg {
      width: 30px;
      margin-right: 15px; }
      @media (min-width: 992px) {
        .arcticmodal-fos__close svg {
          width: 65px; } }

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .container {
      width: 540px; } }
  @media (min-width: 768px) {
    .container {
      width: 720px; } }
  @media (min-width: 992px) {
    .container {
      width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px; } }
  @media (min-width: 1400px) {
    .container {
      width: 1320px; } }

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%; }

.container-secondary {
  max-width: 1640px;
  margin: 0 auto; }

.content {
  display: block;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 992px) {
    .content {
      padding-right: 68px;
      padding-left: 68px; } }
  @media (min-width: 1400px) {
    .content {
      padding-right: 140px;
      padding-left: 140px; } }
  @media (min-width: 1921px) {
    .content {
      padding-right: 250px;
      padding-left: 250px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }
  .row_align-center {
    align-items: center; }
  .row_align-end {
    align-items: flex-end; }
  .row_justify-between {
    justify-content: space-between; }

.col-auto, .col-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-offset-12 {
  margin-left: 100%; }

.col-offset-11 {
  margin-left: 91.66666667%; }

.col-offset-10 {
  margin-left: 83.33333333%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-8 {
  margin-left: 66.66666667%; }

.col-offset-7 {
  margin-left: 58.33333333%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-5 {
  margin-left: 41.66666667%; }

.col-offset-4 {
  margin-left: 33.33333333%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-2 {
  margin-left: 16.66666667%; }

.col-offset-1 {
  margin-left: 8.33333333%; }

.col-offset-0 {
  margin-left: 0; }

@media (min-width: 576px) {
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0; } }

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0; } }

@media (min-width: 992px) {
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-offset-12 {
    margin-left: 100%; }
  .col-xl-offset-11 {
    margin-left: 91.66666667%; }
  .col-xl-offset-10 {
    margin-left: 83.33333333%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-8 {
    margin-left: 66.66666667%; }
  .col-xl-offset-7 {
    margin-left: 58.33333333%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-5 {
    margin-left: 41.66666667%; }
  .col-xl-offset-4 {
    margin-left: 33.33333333%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-2 {
    margin-left: 16.66666667%; }
  .col-xl-offset-1 {
    margin-left: 8.33333333%; }
  .col-xl-offset-0 {
    margin-left: 0; } }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

@media (min-width: 576px) {
  .order-sm-0 {
    order: 0; } }

@media (min-width: 576px) {
  .order-sm-1 {
    order: 1; } }

@media (min-width: 576px) {
  .order-sm-2 {
    order: 2; } }

@media (min-width: 576px) {
  .order-sm-3 {
    order: 3; } }

@media (min-width: 576px) {
  .order-sm-4 {
    order: 4; } }

@media (min-width: 576px) {
  .order-sm-5 {
    order: 5; } }

@media (min-width: 576px) {
  .order-sm-6 {
    order: 6; } }

@media (min-width: 576px) {
  .order-sm-7 {
    order: 7; } }

@media (min-width: 576px) {
  .order-sm-8 {
    order: 8; } }

@media (min-width: 576px) {
  .order-sm-9 {
    order: 9; } }

@media (min-width: 576px) {
  .order-sm-10 {
    order: 10; } }

@media (min-width: 576px) {
  .order-sm-11 {
    order: 11; } }

@media (min-width: 576px) {
  .order-sm-12 {
    order: 12; } }

@media (min-width: 768px) {
  .order-md-0 {
    order: 0; } }

@media (min-width: 768px) {
  .order-md-1 {
    order: 1; } }

@media (min-width: 768px) {
  .order-md-2 {
    order: 2; } }

@media (min-width: 768px) {
  .order-md-3 {
    order: 3; } }

@media (min-width: 768px) {
  .order-md-4 {
    order: 4; } }

@media (min-width: 768px) {
  .order-md-5 {
    order: 5; } }

@media (min-width: 768px) {
  .order-md-6 {
    order: 6; } }

@media (min-width: 768px) {
  .order-md-7 {
    order: 7; } }

@media (min-width: 768px) {
  .order-md-8 {
    order: 8; } }

@media (min-width: 768px) {
  .order-md-9 {
    order: 9; } }

@media (min-width: 768px) {
  .order-md-10 {
    order: 10; } }

@media (min-width: 768px) {
  .order-md-11 {
    order: 11; } }

@media (min-width: 768px) {
  .order-md-12 {
    order: 12; } }

@media (min-width: 992px) {
  .order-lg-0 {
    order: 0; } }

@media (min-width: 992px) {
  .order-lg-1 {
    order: 1; } }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; } }

@media (min-width: 992px) {
  .order-lg-3 {
    order: 3; } }

@media (min-width: 992px) {
  .order-lg-4 {
    order: 4; } }

@media (min-width: 992px) {
  .order-lg-5 {
    order: 5; } }

@media (min-width: 992px) {
  .order-lg-6 {
    order: 6; } }

@media (min-width: 992px) {
  .order-lg-7 {
    order: 7; } }

@media (min-width: 992px) {
  .order-lg-8 {
    order: 8; } }

@media (min-width: 992px) {
  .order-lg-9 {
    order: 9; } }

@media (min-width: 992px) {
  .order-lg-10 {
    order: 10; } }

@media (min-width: 992px) {
  .order-lg-11 {
    order: 11; } }

@media (min-width: 992px) {
  .order-lg-12 {
    order: 12; } }

@media (min-width: 1200px) {
  .order-xl-0 {
    order: 0; } }

@media (min-width: 1200px) {
  .order-xl-1 {
    order: 1; } }

@media (min-width: 1200px) {
  .order-xl-2 {
    order: 2; } }

@media (min-width: 1200px) {
  .order-xl-3 {
    order: 3; } }

@media (min-width: 1200px) {
  .order-xl-4 {
    order: 4; } }

@media (min-width: 1200px) {
  .order-xl-5 {
    order: 5; } }

@media (min-width: 1200px) {
  .order-xl-6 {
    order: 6; } }

@media (min-width: 1200px) {
  .order-xl-7 {
    order: 7; } }

@media (min-width: 1200px) {
  .order-xl-8 {
    order: 8; } }

@media (min-width: 1200px) {
  .order-xl-9 {
    order: 9; } }

@media (min-width: 1200px) {
  .order-xl-10 {
    order: 10; } }

@media (min-width: 1200px) {
  .order-xl-11 {
    order: 11; } }

@media (min-width: 1200px) {
  .order-xl-12 {
    order: 12; } }

.footer {
  display: block;
  width: 100%;
  padding: 42px 0 46px 0;
  background: #212121; }
  @media (min-width: 992px) {
    .footer {
      padding: 37px 0 44px 0; } }
  @media (min-width: 1200px) {
    .footer {
      padding: 73px 0 81px 0; } }
  .footer__link {
    display: inline-flex;
    margin-bottom: 11px;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #fff;
    transition: all .3s; }
    @media (min-width: 992px) {
      .footer__link {
        margin-bottom: 15px;
        font-weight: 600;
        font-size: 18px;
        line-height: 120%; } }
    @media (min-width: 1200px) {
      .footer__link {
        margin-bottom: 20px; } }
    .footer__link:hover, .footer__link:focus {
      color: #fff;
      text-decoration: underline; }
  .footer__col {
    display: flex;
    flex-direction: column; }
  .footer__social-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    list-style-type: none; }
    @media (min-width: 992px) {
      .footer__social-list {
        justify-content: flex-start;
        margin-bottom: 0; } }
    @media (min-width: 1200px) {
      .footer__social-list {
        margin-bottom: 40px; } }
  .footer__social-item {
    margin: 0 11px; }
    .footer__social-item:first-child {
      margin-left: 0; }
  .footer__address {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #fff;
    text-align: center; }
    @media (min-width: 992px) {
      .footer__address {
        font-weight: 600;
        font-size: 18px;
        line-height: 120%;
        text-align: left; } }
  .footer__mb {
    margin-bottom: 38px; }
    .footer__mb:first-child {
      margin-bottom: 0; }
    @media (min-width: 992px) {
      .footer__mb {
        margin-bottom: 40px; }
        .footer__mb:first-child {
          margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .footer__mb {
        margin-bottom: 0; }
        .footer__mb:first-child {
          margin-bottom: 0; } }
  .footer__logo {
    width: 109px;
    height: 37px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; }
  .footer__tel {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #fff; }

.wiget {
  position: fixed;
  right: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  z-index: 10000; }
  .wiget__whatsapp {
    bottom: 110px; }
  .wiget__telegram {
    bottom: 40px; }
  .wiget__icon {
    width: 100%; }

.home-content__first-block {
  padding-top: 44px; }
  @media (min-width: 992px) {
    .home-content__first-block {
      padding-top: 79px; } }
  @media (min-width: 1400px) {
    .home-content__first-block {
      padding-top: 150px; } }

.home-content__projects {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .home-content__projects {
      margin-bottom: 120px; } }
  @media (min-width: 1200px) {
    .home-content__projects {
      margin-bottom: 200px; } }

.home-content__fos {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .home-content__fos {
      margin-bottom: 160px; } }
  @media (min-width: 1200px) {
    .home-content__fos {
      margin-bottom: 190px; } }

.first-block__row-title {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(155, 165, 186, 0.5);
  opacity: 0;
  transform: translateY(2.5rem); }
  @media (min-width: 992px) {
    .first-block__row-title {
      padding-bottom: 47px; } }

.first-block__row-list {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(155, 165, 186, 0.5);
  margin-bottom: 45px;
  opacity: 0;
  transform: translateY(5rem); }
  @media (min-width: 1200px) {
    .first-block__row-list {
      padding-top: 52px;
      padding-bottom: 52px;
      margin-bottom: 70px; } }

.first-block__title {
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  color: #212121;
  margin-bottom: 16px; }
  @media (min-width: 992px) {
    .first-block__title {
      font-size: 58px;
      margin-bottom: 30px; } }
  @media (min-width: 1400px) {
    .first-block__title {
      font-size: 95px;
      margin-bottom: 16px; } }

.first-block__desc {
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  color: #212121; }
  @media (min-width: 992px) {
    .first-block__desc {
      font-size: 22px;
      max-width: 650px; } }
  @media (min-width: 1400px) {
    .first-block__desc {
      font-weight: bold;
      font-size: 34px;
      line-height: 120%;
      max-width: 770px; } }

.first-block__list {
  display: flex;
  row-gap: 18px;
/*  flex-direction: column;*/
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .first-block__list {
/*      max-height: 150px; */
    } }
  @media (min-width: 1200px) {
    .first-block__list {
/*      max-height: 100px;*/
       } }
  /*.first-block__list::after {
    content: "";
    height: 100%;
    width: 100%;
    flex-shrink: 1; 
  }*/
  .first-block__list-item {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #212121;
    margin-bottom: 10px;
    transition: all .3s; }
    .first-block__list-item:hover {
      color: #FF6B00; }
    @media (min-width: 992px) {
      .first-block__list-item {
        width: 50%;
        margin-bottom: 0px;
         } }
    @media (min-width: 1200px) {
      .first-block__list-item {
        width: 33%; } }

.is-loaded .first-block__row-title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.5s; }

.is-loaded .first-block__row-list {
  opacity: 1;
  transform: translateY(0);
  transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.75s; }

.page-content__first-block-horizon {
  display: flex;
  flex-direction: column;
  padding: 45px 0; }
  @media (min-width: 880px) {
    .page-content__first-block-horizon {
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      padding: 70px 0 60px 0; } }
  @media (min-width: 1200px) {
    .page-content__first-block-horizon {
      padding: 170px 0 130px 0; } }

.page-content__first-block-title {
  margin-bottom: 40px;
  font-weight: 800;
  font-size: 36px;
  line-height: 110%;
  color: #212121; }
  @media (min-width: 880px) {
    .page-content__first-block-title {
      margin-bottom: 0;
      font-size: 35px; } }
  @media (min-width: 1200px) {
    .page-content__first-block-title {
      font-size: 55px; } }
  @media (min-width: 1660px) {
    .page-content__first-block-title {
      font-size: 95px; } }

.page-content__first-block-list {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  @media (min-width: 880px) {
    .page-content__first-block-list {
      flex-direction: row;
      justify-content: flex-end; } }

.page-content__first-block-item {
  margin-bottom: 10px; }
  @media (min-width: 880px) {
    .page-content__first-block-item {
      margin-bottom: 0;
      margin-left: 15px; } }
  @media (min-width: 1200px) {
    .page-content__first-block-item {
      margin-left: 30px; } }
  .page-content__first-block-item a {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 1200px) {
      .page-content__first-block-item a {
        font-size: 20px; } }
    @media (min-width: 1660px) {
      .page-content__first-block-item a {
        font-size: 24px; } }

.project-title {
  display: flex;
  flex-direction: column;
  padding-top: 32px; }
  @media (min-width: 992px) {
    .project-title {
      padding-top: 50px; } }
  @media (min-width: 1200px) {
    .project-title {
      padding-top: 70px; } }
  .project-title__title {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    color: #212121;
    min-height: 39px; }
    @media (min-width: 992px) {
      .project-title__title {
        min-height: 66px;
        font-size: 60px; } }
    @media (min-width: 1200px) {
      .project-title__title {
        min-height: 110px;
        margin-bottom: 35px;
        font-size: 95px; } }
  .project-title__desc {
    max-width: 920px;
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    color: #212121;
    opacity: 0; }
    @media (min-width: 992px) {
      .project-title__desc {
        font-size: 28px; } }
    @media (min-width: 1200px) {
      .project-title__desc {
        margin-bottom: 38px;
        font-size: 34px; } }
  .project-title__link {
    display: inline;
    width: auto;
    margin: 0 auto 35px 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 120%;
    color: #212121; }
    @media (min-width: 992px) {
      .project-title__link {
        margin: 0 auto 37px 0; } }
    .project-title__link:hover {
      text-decoration: underline; }
  .project-title__bread-crumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin-bottom: 42px; }
    @media (min-width: 992px) {
      .project-title__bread-crumb {
        display: none; } }
    .project-title__bread-crumb-item {
      position: relative;
      padding-right: 24px;
      font-weight: 500;
      font-size: 18px;
      line-height: 130%;
      color: #212121; }
      .project-title__bread-crumb-item::before {
        content: '/';
        position: absolute;
        top: 1px;
        right: 4px; }
      .project-title__bread-crumb-item:last-child {
        padding-right: 0; }
        .project-title__bread-crumb-item:last-child::before {
          display: none; }

.project-title-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  border-top: 1.5px solid rgba(155, 165, 186, 0.5); }
  @media (min-width: 992px) {
    .project-title-footer {
      padding: 30px 0; } }
  @media (min-width: 1200px) {
    .project-title-footer {
      padding: 37px 0; } }
  .project-title-footer__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    @media (min-width: 992px) {
      .project-title-footer__nav {
        max-width: 680px; } }
    .project-title-footer__nav-link {
      display: flex;
      align-items: center;
      width: auto; }
      @media (min-width: 992px) {
        .project-title-footer__nav-link {
          width: 100%;
          max-width: 290px; } }
      .project-title-footer__nav-link:first-child {
        margin-right: auto;
        justify-content: flex-start; }
        @media (min-width: 992px) {
          .project-title-footer__nav-link:first-child {
            margin: 0;
            justify-content: space-between; } }
      .project-title-footer__nav-link:last-child {
        margin-left: auto;
        justify-content: flex-end; }
        @media (min-width: 992px) {
          .project-title-footer__nav-link:last-child {
            margin: 0;
            justify-content: space-between; } }
      .project-title-footer__nav-link span {
        display: none; }
        @media (min-width: 992px) {
          .project-title-footer__nav-link span {
            display: inline;
            font-weight: 600;
            font-size: 21px;
            line-height: 120%;
            color: #212121; } }
      .project-title-footer__nav-link svg {
        width: 45px;
        min-width: 45px;
        height: 36px; }
        @media (min-width: 992px) {
          .project-title-footer__nav-link svg {
            width: 65px;
            min-width: 65px;
            height: 50px; } }
  .project-title-footer__bread-crumb {
    display: none; }
    @media (min-width: 992px) {
      .project-title-footer__bread-crumb {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-left: 75px;
        list-style-type: none; } }
    .project-title-footer__bread-crumb-item {
      position: relative;
      padding-right: 24px;
      font-weight: 600;
      font-size: 20px;
      line-height: 130%;
      color: #212121; }
      .project-title-footer__bread-crumb-item::before {
        content: '/';
        position: absolute;
        top: 1px;
        right: 4px; }
      .project-title-footer__bread-crumb-item:last-child {
        padding-right: 0; }
        .project-title-footer__bread-crumb-item:last-child::before {
          display: none; }

.project-main-img {
  position: relative;
  display: block;
  width: 100%;
  height: 215px;
  min-height: 215px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 992px) {
    .project-main-img {
      height: 500px;
      min-height: 500px; } }
  @media (min-width: 1200px) {
    .project-main-img {
      height: 800px;
      min-height: 800px; } }

.project-img-border {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #a7a2ab4d; }
  @media (min-width: 992px) {
    .project-img-border {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (min-width: 1200px) {
    .project-img-border {
      padding-top: 135px;
      padding-bottom: 135px; } }

.project-img-second {
  display: block;
  width: 100%;
  height: auto; }
  .project-img-second_border-radius {
    border-radius: 14px; }
    @media (min-width: 1200px) {
      .project-img-second_border-radius {
        border-radius: 40px; } }
  .project-img-second_mb {
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .project-img-second_mb {
        margin-bottom: 100px; } }
    @media (min-width: 1200px) {
      .project-img-second_mb {
        margin-bottom: 200px; } }
  .project-img-second_mx {
    margin-left: auto;
    margin-right: auto; }

.project-desc {
  padding: 50px 0 0 0; }
  @media (min-width: 992px) {
    .project-desc {
      padding: 100px 0 0 0; } }
  @media (min-width: 1200px) {
    .project-desc {
      padding: 150px 0 0 0; } }
  .project-desc__row {
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .project-desc__row {
        margin-bottom: 100px; } }
    @media (min-width: 1200px) {
      .project-desc__row {
        margin-bottom: 150px; } }
  .project-desc__title {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 30px;
    line-height: 110%;
    color: #212121; }
    @media (min-width: 992px) {
      .project-desc__title {
        margin-bottom: 0;
        font-size: 40px; } }
    @media (min-width: 1092px) {
      .project-desc__title {
        font-size: 45px; } }
    @media (min-width: 1200px) {
      .project-desc__title {
        font-size: 50px; } }
    @media (min-width: 1300px) {
      .project-desc__title {
        font-size: 58px; } }
  .project-desc__text {
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 992px) {
      .project-desc__text {
        margin-bottom: 18px;
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .project-desc__text {
        margin-bottom: 22px;
        font-size: 22px; } }
    .project-desc__text:last-child {
      margin-bottom: 0; }
  .project-desc__list {
    padding-left: 20px;
    margin-bottom: 16px; }
    @media (min-width: 992px) {
      .project-desc__list {
        margin-bottom: 18px; } }
    @media (min-width: 1200px) {
      .project-desc__list {
        margin-bottom: 22px; } }
  .project-desc__item {
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 992px) {
      .project-desc__item {
        margin-bottom: 18px;
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .project-desc__item {
        margin-bottom: 22px;
        font-size: 22px; } }
    .project-desc__item:last-child {
      margin-bottom: 0; }
  .project-desc__small {
    padding: 0 0 50px 0; }
    @media (min-width: 1200px) {
      .project-desc__small {
        padding: 0 0 100px 0; } }

.project-like__block {
  padding: 37px 0 53px 0;
  border-top: 1.5px solid rgba(155, 165, 186, 0.5);
  border-bottom: 1.5px solid rgba(155, 165, 186, 0.5); }
  @media (min-width: 992px) {
    .project-like__block {
      padding: 50px 0 75px; } }
  @media (min-width: 1200px) {
    .project-like__block {
      padding: 77px 0 102px; } }

.project-like__title {
  display: block;
  width: 100%;
  margin-bottom: 37px;
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  line-height: 110%;
  color: #212121; }
  @media (min-width: 992px) {
    .project-like__title {
      margin-bottom: 42px;
      font-size: 46px; } }
  @media (min-width: 1200px) {
    .project-like__title {
      margin-bottom: 50px;
      font-size: 58px; } }

.project-like__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 54px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  background-color: #FF6B00; }
  .project-like__btn:hover {
    background-color: #FF9F5A; }

.project-pagination {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .project-pagination {
      padding: 100px 0 200px 0;
      flex-direction: row;
      justify-content: space-between; } }
  .project-pagination__link-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 418px;
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .project-pagination__link-left {
        margin-bottom: 0; } }
    .project-pagination__link-left > svg {
      width: 45px;
      min-width: 45px;
      height: 36px;
      margin: 0 33px 0 0; }
      @media (min-width: 992px) {
        .project-pagination__link-left > svg {
          width: 65px;
          min-width: 65px;
          height: 50px;
          margin: 0 29px 0 0; } }
    .project-pagination__link-left > span {
      font-weight: bold;
      font-size: 20px;
      line-height: 120%;
      color: #212121; }
      @media (min-width: 992px) {
        .project-pagination__link-left > span {
          font-size: 28px;
          text-align: left; } }
  .project-pagination__link-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 418px;
    width: 100%; }
    @media (min-width: 992px) {
      .project-pagination__link-right {
        flex-direction: row-reverse;
        justify-content: flex-end; } }
    .project-pagination__link-right > svg {
      width: 45px;
      min-width: 45px;
      height: 36px;
      margin: 0 33px 0 0; }
      @media (min-width: 992px) {
        .project-pagination__link-right > svg {
          width: 65px;
          min-width: 65px;
          height: 50px;
          margin: 0 0 0 29px; } }
    .project-pagination__link-right > span {
      font-weight: bold;
      font-size: 20px;
      line-height: 120%;
      color: #212121; }
      @media (min-width: 992px) {
        .project-pagination__link-right > span {
          font-size: 28px;
          text-align: right; } }

.project-other__skylift-desc {
  display: flex;
  flex-direction: column;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .project-other__skylift-desc {
      align-items: center;
      justify-content: center;
      padding: 100px 0; } }
  @media (min-width: 1200px) {
    .project-other__skylift-desc {
      padding: 160px 0; } }
  .project-other__skylift-desc-title {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 30px;
    line-height: 110%;
    color: #212121; }
    @media (min-width: 992px) {
      .project-other__skylift-desc-title {
        display: none; } }
  .project-other__skylift-desc-text {
    display: block;
    width: 100%;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 992px) {
      .project-other__skylift-desc-text {
        max-width: 945px;
        margin: 0 auto;
        font-size: 22px; } }

.project-other__nskavtovokzal-text-center {
  display: block;
  width: 100%;
  max-width: 1176px;
  padding: 50px 0;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #212121; }
  @media (min-width: 992px) {
    .project-other__nskavtovokzal-text-center {
      font-size: 26px; } }
  @media (min-width: 1200px) {
    .project-other__nskavtovokzal-text-center {
      font-size: 34px;
      padding: 100px 0; } }
  .project-other__nskavtovokzal-text-center > a {
    color: #0A199F; }

.project-other__skydom-img-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 40px; }
  @media (min-width: 992px) {
    .project-other__skydom-img-block {
      flex-direction: row;
      justify-content: space-between;
      margin-top: 80px; } }
  .project-other__skydom-img-block img {
    display: block;
    width: 100%;
    max-width: 330px;
    height: auto; }
    @media (min-width: 1200px) {
      .project-other__skydom-img-block img {
        max-width: 418px; } }

.is-loaded .project-title__desc {
  opacity: 1;
  transition: opacity 3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.contacts-title {
  display: flex;
  flex-direction: column;
  padding: 44px 0 40px 0; }
  @media (min-width: 768px) {
    .contacts-title {
      flex-direction: row;
      align-items: center;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .contacts-title {
      padding: 130px 0 100px 0; } }
  @media (min-width: 1200px) {
    .contacts-title {
      padding: 170px 0 130px 0; } }
  .contacts-title__title {
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    color: #212121; }
    @media (min-width: 768px) {
      .contacts-title__title {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .contacts-title__title {
        font-size: 45px; } }
    @media (min-width: 1200px) {
      .contacts-title__title {
        font-size: 65px; } }
    @media (min-width: 1600px) {
      .contacts-title__title {
        font-size: 95px; } }
  .contacts-title__desc {
    display: flex;
    flex-direction: column; }
    @media (min-width: 768px) {
      .contacts-title__desc {
        flex-direction: row;
        align-items: center;
        flex-wrap: nowrap; } }
    .contacts-title__desc a {
      margin: 0 0 10px 0;
      font-weight: bold;
      font-size: 22px;
      line-height: 120%;
      color: #212121; }
      @media (min-width: 768px) {
        .contacts-title__desc a {
          margin: 0 30px 0 0; } }
      @media (min-width: 992px) {
        .contacts-title__desc a {
          margin: 10px 60px 0 0; } }
      @media (min-width: 1200px) {
        .contacts-title__desc a {
          font-size: 26px; } }
      @media (min-width: 1600px) {
        .contacts-title__desc a {
          margin: 15px 120px 0 0;
          font-size: 34px; } }
  .contacts-title-footer {
    padding: 40px 0;
    border-top: 1.5px solid rgba(155, 165, 186, 0.5); }
    @media (min-width: 992px) {
      .contacts-title-footer {
        padding: 35px 0; } }
    .contacts-title-footer__desc {
      display: flex;
      align-items: center;
      margin-bottom: 16px;
      font-style: normal;
      font-weight: 600;
      font-size: 16px;
      line-height: 120%;
      color: #212121;
      transition: all .3s; }
      @media (min-width: 992px) {
        .contacts-title-footer__desc {
          margin-bottom: 0;
          font-size: 18px; } }
      .contacts-title-footer__desc svg {
        margin-left: 25px;
        width: 45px;
        min-width: 45px;
        height: 36px; }
        @media (min-width: 992px) {
          .contacts-title-footer__desc svg {
            margin-left: 30px;
            width: 65px;
            min-width: 65px;
            height: 50px; } }
    .contacts-title-footer a.contacts-title-footer__desc:hover {
      color: #FF6B00; }

.services-title {
  display: block;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #9ba5ba1f; }
  @media (min-width: 992px) {
    .services-title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-top: 75px;
      padding-bottom: 75px; } }
  @media (min-width: 1200px) {
    .services-title {
      padding-top: 90px;
      padding-bottom: 110px; } }
  @media (min-width: 1500px) {
    .services-title {
      padding-top: 124px;
      padding-bottom: 148px; } }
  .services-title__block {
    display: flex;
    flex-direction: column;
    margin-right: 25px; }
  .services-title__title {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 36px;
    line-height: 110%;
    color: #212121; }
    @media (min-width: 992px) {
      .services-title__title {
        margin-bottom: 45px;
        font-size: 50px; } }
    @media (min-width: 1200px) {
      .services-title__title {
        margin-bottom: 55px;
        font-size: 64px;
        line-height: 104%; } }
    @media (min-width: 1500px) {
      .services-title__title {
        margin-bottom: 70px;
        font-size: 95px;
        line-height: 110%; } }
  .services-title__desc {
    max-width: 808px;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #212121; }
    @media (min-width: 992px) {
      .services-title__desc {
        font-size: 24px; } }
    @media (min-width: 1500px) {
      .services-title__desc {
        font-size: 28px; } }
  .services-title__img {
    display: inline-block;
    max-width: 260px;
    margin: 42px auto 0 auto; }
    @media (min-width: 992px) {
      .services-title__img {
        width: 100%;
        max-width: 448px;
        height: auto;
        margin: 0 15px 0 0; } }
    @media (min-width: 1300px) {
      .services-title__img {
        max-width: 550px; } }

.services-list {
  padding-top: 50px;
  padding-bottom: 80px; }
  @media (min-width: 992px) {
    .services-list {
      padding-top: 100px; } }
  @media (min-width: 1200px) {
    .services-list {
      padding-top: 170px; } }
  .services-list__item {
    max-width: 400px;
    margin-right: auto;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .services-list__item {
        margin-bottom: 90px; } }
    @media (min-width: 1200px) {
      .services-list__item {
        margin-bottom: 120px; } }
  .services-list__subtitle {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 45px;
    line-height: 130%;
    color: #9BA5BA; }
    @media (min-width: 992px) {
      .services-list__subtitle {
        margin-bottom: 23px;
        font-size: 52px; } }
    @media (min-width: 1500px) {
      .services-list__subtitle {
        margin-bottom: 26px;
        font-size: 60px; } }
  .services-list__title {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 22px;
    line-height: 120%;
    color: #212121; }
    @media (min-width: 992px) {
      .services-list__title {
        margin-bottom: 18px;
        font-size: 28px; } }
    @media (min-width: 1500px) {
      .services-list__title {
        margin-bottom: 21px;
        font-size: 34px; } }
  .services-list__desc {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 992px) {
      .services-list__desc {
        margin-bottom: 20px;
        font-size: 19px; } }
    @media (min-width: 1500px) {
      .services-list__desc {
        margin-bottom: 25px;
        font-size: 22px; } }
  .services-list__link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 992px) {
      .services-list__link {
        font-size: 15px; } }
    @media (min-width: 1500px) {
      .services-list__link {
        font-weight: normal;
        font-size: 18px;
        line-height: 120%; } }
    .services-list__link svg {
      width: 45px;
      min-width: 45px;
      height: 36px;
      margin-left: 20px; }
      @media (min-width: 992px) {
        .services-list__link svg {
          width: 65px;
          min-width: 65px;
          height: 50px;
          margin-left: 30px; } }

.services-get {
  padding-top: 50px;
  padding-bottom: 16px; }
  @media (min-width: 992px) {
    .services-get {
      padding-top: 110px;
      padding-bottom: 43px; } }
  @media (min-width: 1200px) {
    .services-get {
      padding-top: 170px;
      padding-bottom: 70px; } }
  .services-get__title {
    max-width: 812px;
    margin-bottom: 47px;
    font-weight: 800;
    font-size: 30px;
    line-height: 110%;
    color: #212121; }
    @media (min-width: 992px) {
      .services-get__title {
        margin-bottom: 69px;
        font-size: 44px; } }
    @media (min-width: 1200px) {
      .services-get__title {
        margin-bottom: 91px;
        font-size: 58px; } }
  .services-get__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    max-width: 435px; }
    @media (min-width: 992px) {
      .services-get__item {
        margin-bottom: 67px; } }
    @media (min-width: 1200px) {
      .services-get__item {
        margin-bottom: 85px; } }
    .services-get__item-num {
      margin-bottom: 15px;
      font-weight: 500;
      font-size: 24px;
      line-height: 130%;
      color: #FF6B00; }
      @media (min-width: 992px) {
        .services-get__item-num {
          margin-bottom: 17px; } }
    .services-get__item-title {
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 22px;
      line-height: 120%;
      color: #212121; }
      @media (min-width: 992px) {
        .services-get__item-title {
          margin-bottom: 22px;
          font-size: 28px; } }
      @media (min-width: 1200px) {
        .services-get__item-title {
          margin-bottom: 30px;
          font-size: 34px; } }
    .services-get__item-desc {
      font-weight: normal;
      font-size: 16px;
      line-height: 130%;
      color: #212121; }
      @media (min-width: 992px) {
        .services-get__item-desc {
          font-size: 19px; } }
      @media (min-width: 1200px) {
        .services-get__item-desc {
          font-size: 22px; } }
  .services-get__img {
    display: block;
    width: 100%;
    max-width: 448px;
    height: auto;
    margin: 0 auto 40px auto; }
    @media (min-width: 1200px) {
      .services-get__img {
        margin: 0; } }
    @media (min-width: 1300px) {
      .services-get__img {
        max-width: 456px; } }
    .services-get__img-block {
      display: flex;
      align-items: flex-start; }

.services-price {
  padding-top: 16px;
  padding-bottom: 80px; }
  @media (min-width: 992px) {
    .services-price {
      padding-top: 83px;
      padding-bottom: 140px; } }
  @media (min-width: 1200px) {
    .services-price {
      padding-top: 40px;
      padding-bottom: 200px; } }
  @media (min-width: 1600px) {
    .services-price {
      padding-top: 150px; } }
  .services-price__title {
    margin-bottom: 10px;
    font-weight: 800;
    font-size: 30px;
    line-height: 110%;
    color: #212121; }
    @media (min-width: 992px) {
      .services-price__title {
        margin-bottom: 50px;
        max-width: 545px;
        font-size: 44px; } }
    @media (min-width: 1200px) {
      .services-price__title {
        margin-bottom: 90px;
        font-size: 58px; } }
  .services-price__item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1.5px solid #212121; }
    @media (min-width: 992px) {
      .services-price__item {
        padding-top: 45px;
        padding-bottom: 45px; } }
    @media (min-width: 1200px) {
      .services-price__item {
        padding-top: 60px;
        padding-bottom: 60px; } }
    .services-price__item-title {
      margin-bottom: 24px;
      font-weight: bold;
      font-size: 22px;
      line-height: 120%;
      color: #212121; }
      @media (min-width: 992px) {
        .services-price__item-title {
          margin-bottom: 0;
          font-size: 24px; } }
      @media (min-width: 1200px) {
        .services-price__item-title {
          font-size: 35px; } }
    .services-price__item-desc {
      margin-bottom: 25px;
      font-weight: normal;
      font-size: 16px;
      line-height: 130%;
      color: #000; }
      @media (min-width: 992px) {
        .services-price__item-desc {
          margin-bottom: 0;
          font-size: 18px; } }
      @media (min-width: 1200px) {
        .services-price__item-desc {
          font-size: 20px; } }
    .services-price__item-price {
      font-weight: 500;
      font-size: 25px;
      line-height: 120%;
      color: #212121; }
      @media (min-width: 992px) {
        .services-price__item-price {
          margin-top: 15px;
          text-align: center; } }
      @media (min-width: 1200px) {
        .services-price__item-price {
          margin-top: 25px;
          font-size: 30px; } }

.services-price .services-price__item:nth-child(2) {
  padding-top: 0; }

.team__img-main {
  display: block;
  width: 100%;
  height: auto; }

.team__title {
  margin-bottom: 34px;
  font-weight: 800;
  font-size: 30px;
  line-height: 110%;
  color: #212121; }
  @media (min-width: 992px) {
    .team__title {
      font-size: 45px; } }
  @media (min-width: 1200px) {
    .team__title {
      font-size: 58px; } }

.team-desc {
  padding: 25px 0 40px 0; }
  @media (min-width: 992px) {
    .team-desc {
      padding: 100px 0; } }
  @media (min-width: 1200px) {
    .team-desc {
      padding: 150px 0; } }
  .team-desc__row {
    display: block; }
    @media (min-width: 768px) {
      .team-desc__row {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  .team-desc__desc-block {
    display: block;
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .team-desc__desc-block {
        margin-bottom: 0; } }
    @media (min-width: 992px) {
      .team-desc__desc-block {
        max-width: 937px; } }
  .team-desc__desc {
    margin-bottom: 16px;
    font-weight: normal;
    font-size: 16px;
    line-height: 130%; }
    @media (min-width: 992px) {
      .team-desc__desc {
        margin-bottom: 24px;
        font-weight: 500;
        font-size: 24px; } }
  .team-desc__stats-block {
    display: block;
    max-width: 260px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .team-desc__stats-block {
        margin: 0 0 0 75px; } }
    @media (min-width: 992px) {
      .team-desc__stats-block {
        max-width: 386px; } }
  .team-desc__stats-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .team-desc__stats-item {
        margin-bottom: 20px; } }
  .team-desc__stats-num {
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    color: #212121; }
    @media (min-width: 992px) {
      .team-desc__stats-num {
        margin-right: 15px;
        font-size: 70px; } }
  .team-desc__stats-desc {
    width: 154px;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #212121; }
    @media (min-width: 992px) {
      .team-desc__stats-desc {
        width: 200px;
        font-size: 24px; } }

.team-list {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
  list-style-type: none; }
  .team-list__item {
    display: block;
    width: 100%;
    transition: all .3s; }
    @media (min-width: 426px) {
      .team-list__item {
        max-width: 395px;
        padding: 0 7px; } }
    @media (min-width: 606px) {
      .team-list__item {
        max-width: 288px; } }
    @media (min-width: 992px) {
      .team-list__item {
        max-width: 285px;
        margin-bottom: 30px; } }
    @media (min-width: 1276px) {
      .team-list__item {
        max-width: 380px; } }
    @media (min-width: 1400px) {
      .team-list__item {
        max-width: 373px; } }
    @media (min-width: 1921px) {
      .team-list__item {
        max-width: 355px; } }
    @media (min-width: 2275px) {
      .team-list__item {
        max-width: 443px; } }
    .team-list__item:hover .team-list__img {
      opacity: 0; }
    .team-list__item:hover .team-list__default {
      opacity: 0; }
    .team-list__item:hover .team-list__hover {
      opacity: 1;
      top: -31px; }
  .team-list__img-block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .team-list__img {
    opacity: 1;
    width: 100%;
    height: auto;
    z-index: 1;
    transition: all .3s; }
  .team-list__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 5px 20px 5px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #212121; }
  .team-list__default {
    text-align: center;
    opacity: 1;
    transition: all .3s; }
  .team-list__hover {
    position: relative;
    top: 0px;
    text-align: center;
    opacity: 0;
    transition: all .6s; }

.team-mate__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border-top: 1px solid rgba(155, 165, 186, 0.5); }

.team-mate__item {
  padding: 8px 6px;
  width: 100%;
  max-width: 33.33%;
  height: 86px;
  border-right: 1.5px solid rgba(155, 165, 186, 0.5);
  border-bottom: 1.5px solid rgba(155, 165, 186, 0.5); }
  @media (min-width: 1200px) {
    .team-mate__item {
      padding: 15px 20px;
      max-width: 16.66%;
      height: 186px; } }
  @media (min-width: 1600px) {
    .team-mate__item {
      padding: 24px 44px; } }
  .team-mate__item:nth-child(3n+0) {
    border-right: none; }
    @media (min-width: 1200px) {
      .team-mate__item:nth-child(3n+0) {
        border-right: 1.5px solid rgba(155, 165, 186, 0.5); } }
  @media (min-width: 1200px) {
    .team-mate__item:nth-child(6) {
      border-right: none; } }
  .team-mate__item:first-child {
    border-left: none; }
  .team-mate__item:last-child {
    border-right: none; }

.team-mate__img {
  display: block;
  width: 100%;
  max-width: 164px;
  height: 100%;
  margin: 0 auto;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all .5s; }
  @media (min-width: 1200px) {
    .team-mate__img {
      max-width: 560px; } }
  .team-mate__img_verspeak {
    background-image: url("/build/images/team/verspeak.jpg"); }
    .team-mate__img_verspeak:hover {
      background-image: url("/build/images/team/verspeak-hover.jpg"); }
  .team-mate__img_skylift {
    background-image: url("/build/images/team/skylift.jpg"); }
    .team-mate__img_skylift:hover {
      background-image: url("/build/images/team/skylift-hover.jpg"); }
  .team-mate__img_angira {
    background-image: url("/build/images/team/angira.jpg"); }
    .team-mate__img_angira:hover {
      background-image: url("/build/images/team/angira-hover.jpg"); }
  .team-mate__img_crimeasky {
    background-image: url("/build/images/team/crimeasky.jpg"); }
    .team-mate__img_crimeasky:hover {
      background-image: url("/build/images/team/crimeasky-hover.jpg"); }
  .team-mate__img_nskavtovokzal {
    background-image: url("/build/images/team/nskavtovokzal.jpg"); }
    .team-mate__img_nskavtovokzal:hover {
      background-image: url("/build/images/team/nskavtovokzal-hover.jpg"); }
  .team-mate__img_redfox {
    background-image: url("/build/images/team/redfox.jpg"); }
    .team-mate__img_redfox:hover {
      background-image: url("/build/images/team/redfox-hover.jpg"); }
  .team-mate__img_ecogold {
    background-image: url("/build/images/team/ecogold.jpg"); }
    .team-mate__img_ecogold:hover {
      background-image: url("/build/images/team/ecogold-hover.jpg"); }
  .team-mate__img_oporarussia {
    background-image: url("/build/images/team/oporarussia.jpg"); }
    .team-mate__img_oporarussia:hover {
      background-image: url("/build/images/team/oporarussia-hover.jpg"); }
  .team-mate__img_overkill {
    background-image: url("/build/images/team/overkill.jpg"); }
  .team-mate__img_sinar {
    background-image: url("/build/images/team/sinar.jpg"); }
  .team-mate__img_malahit {
    background-image: url("/build/images/team/malahit.jpg"); }
    .team-mate__img_malahit:hover {
      background-image: url("/build/images/team/malahit-hover.jpg"); }
  .team-mate__img_lommeta {
    background-image: url("/build/images/team/lommeta.jpg"); }

.team-quote {
  display: block;
  width: 100%;
  height: 427px;
  min-height: 427px;
  padding: 61px 25px;
  background-image: url("/build/images/team/quote-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (min-width: 992px) {
    .team-quote {
      height: 550px;
      min-height: 550px;
      padding: 75px; } }
  @media (min-width: 1200px) {
    .team-quote {
      height: 661px;
      min-height: 661px;
      padding: 95px 132px; } }
  .team-quote blockquote {
    position: relative;
    max-width: 320px;
    margin: 0 0 0 15%;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #fff; }
    @media (min-width: 992px) {
      .team-quote blockquote {
        max-width: 663px;
        margin: 80px;
        font-size: 28px; } }
    .team-quote blockquote:before {
      content: '“';
      position: absolute;
      top: -40px;
      left: -25px;
      font-weight: 600;
      font-size: 60px;
      line-height: 130%; }
      @media (min-width: 992px) {
        .team-quote blockquote:before {
          top: -84px;
          left: -76px;
          font-size: 140px; } }
    .team-quote blockquote:after {
      content: '”';
      position: absolute;
      bottom: -56px;
      right: -25px;
      font-weight: 600;
      font-size: 60px;
      line-height: 130%; }
      @media (min-width: 992px) {
        .team-quote blockquote:after {
          bottom: -160px;
          right: -65px;
          font-size: 140px; } }

.team-job {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .team-job {
      padding-top: 100px;
      padding-bottom: 100px; } }
  @media (min-width: 1200px) {
    .team-job {
      padding-top: 200px;
      padding-bottom: 200px; } }
  .team-job__title {
    margin-bottom: 35px;
    font-weight: 800;
    font-size: 30px;
    line-height: 110%;
    color: #212121; }
    @media (min-width: 992px) {
      .team-job__title {
        margin-bottom: 0;
        font-size: 45px; } }
    @media (min-width: 1200px) {
      .team-job__title {
        font-size: 58px; } }
  .team-job__item {
    display: flex;
    align-items: center; }
  .team-job__text {
    position: relative;
    display: block;
    padding: 53px 0 30px 0;
    margin-bottom: 26px;
    border-bottom: 1px solid #212121;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
    color: #212121; }
    @media (min-width: 992px) {
      .team-job__text {
        padding: 45px 0 22px 0;
        margin-bottom: 0;
        font-size: 34px; } }
    .team-job__text span {
      position: absolute;
      top: 0;
      left: 0;
      font-weight: normal;
      font-size: 16px;
      line-height: 130%;
      color: #212121; }
      @media (min-width: 992px) {
        .team-job__text span {
          font-size: 22px; } }

.jobs__breadcrumbs {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #212121; }

.jobs__item {
  padding: 10px;
  margin-bottom: 50px;
  background-color: #e6e8ed4d; }
  @media (min-width: 992px) {
    .jobs__item {
      padding: 78px 15px;
      margin-bottom: 200px; } }
  @media (min-width: 1200px) {
    .jobs__item {
      padding: 78px 60px; } }
  @media (min-width: 1600px) {
    .jobs__item {
      padding: 78px 138px; } }

.jobs__desc-block {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .jobs__desc-block {
      margin-bottom: 60px; } }

.jobs__desc {
  margin: 0; }
  @media (min-width: 992px) {
    .jobs__desc {
      margin: 0 0 0 15px; } }

.jobs__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
  line-height: 120%;
  color: #212121; }
  @media (min-width: 992px) {
    .jobs__title {
      margin-bottom: 0;
      font-size: 34px; } }

.jobs__list {
  margin: 0 0 16px 0;
  padding: 0;
  list-style-type: none; }
  @media (min-width: 992px) {
    .jobs__list {
      margin: 0 0 22px 0; } }

.jobs__list-item {
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #212121; }
  @media (min-width: 992px) {
    .jobs__list-item {
      font-size: 22px; } }

.jobs__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #212121; }
  @media (min-width: 992px) {
    .jobs__text {
      font-size: 22px; } }

.jobs__link {
  display: flex;
  align-items: center;
  margin-top: 25px;
  font-weight: normal;
  font-size: 16px;
  line-height: 130%;
  color: #212121; }
  @media (min-width: 992px) {
    .jobs__link {
      margin-top: 50px;
      font-size: 22px; } }
  .jobs__link img {
    max-width: 50px;
    width: 100%;
    margin-right: 10px; }

.brief {
  padding: 35px 0 40px 0;
  transition: all .5s; }
  @media (min-width: 992px) {
    .brief {
      padding: 77px 0 85px 0; } }
  .brief__title-block {
    margin-bottom: 50px; }
  .brief__title {
    max-width: 1180px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 24px;
    line-height: 110%;
    color: #212121; }
    @media (min-width: 992px) {
      .brief__title {
        margin-bottom: 45px;
        font-size: 58px; } }
  .brief__desc {
    margin-bottom: 16px;
    max-width: 805px;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #000; }
    @media (min-width: 992px) {
      .brief__desc {
        margin-bottom: 18px;
        font-size: 18px; } }
    .brief__desc a {
      color: #000;
      text-decoration: underline;
      transition: all .3s; }
      .brief__desc a:hover {
        color: #FF6B00; }
  .brief__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center; }
    @media (min-width: 430px) {
      .brief__nav {
        flex-direction: row; } }
  .brief__next {
    display: block;
    min-width: 167px;
    padding: 11px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    background-color: #FF6B00;
    color: #fff;
    transition: all .3s; }
    .brief__next:hover {
      background-color: #FF9F5A; }
    .brief__next_ml {
      margin: 0 0 0 auto; }
  .brief__back {
    display: block;
    min-width: 167px;
    margin-bottom: 15px;
    padding: 11px 30px;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    background-color: transparent;
    border: 1px solid #FF6B00;
    color: #FF6B00;
    transition: all .3s; }
    @media (min-width: 430px) {
      .brief__back {
        margin-bottom: 0;
        margin-right: 35px; } }
    .brief__back:hover {
      background-color: #FF9F5A;
      color: #fff; }
    .brief__back_ml {
      margin: 0 0 0 auto; }
  .brief__submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 167px;
    height: 45px;
    background-color: #FF6B00;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 120%;
    color: #fff;
    transition: all .3s; }
    @media (min-width: 992px) {
      .brief__submit {
        max-width: 361px;
        height: 54px; } }
    .brief__submit:hover, .brief__submit:focus {
      background-color: #FF9F5A; }
    .brief__submit-text-lg {
      display: none; }
      @media (min-width: 992px) {
        .brief__submit-text-lg {
          display: inline; } }
    .brief__submit-text-sm {
      display: inline; }
      @media (min-width: 992px) {
        .brief__submit-text-sm {
          display: none; } }

.brief-form {
  padding: 15px;
  background-color: #e6e8ed4d; }
  @media (min-width: 992px) {
    .brief-form {
      min-height: 285px;
      padding: 50px 40px; } }
  .brief-form__transition {
    transition: all .3s; }
  @media (min-width: 992px) {
    .brief-form__row {
      margin-bottom: 30px; } }
  .brief-form__title {
    margin-bottom: 22px;
    font-weight: bold;
    font-size: 22px;
    line-height: 130%;
    color: #000; }
    @media (min-width: 992px) {
      .brief-form__title {
        margin-bottom: 28px;
        font-size: 28px; } }
  .brief-form__subtitle {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    color: #000; }
    @media (min-width: 992px) {
      .brief-form__subtitle {
        margin-top: 50px; } }
  .brief-form__radio {
    width: 100%;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 20px;
    line-height: 130%;
    color: #000; }
    @media (min-width: 992px) {
      .brief-form__radio {
        margin-bottom: 40px; } }
    .brief-form__radio-row {
      border-bottom: 1.5px solid rgba(155, 165, 186, 0.5); }
      @media (min-width: 992px) {
        .brief-form__radio-row {
          padding-top: 50px; } }
  .brief-form__file {
    margin-top: 28px; }
    @media (min-width: 992px) {
      .brief-form__file {
        margin-top: 55px; } }
  .brief-form__custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .brief-form__custom-radio + label {
      display: inline-flex;
      align-items: flex-start;
      user-select: none;
      cursor: pointer; }
    .brief-form__custom-radio + label::before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      flex-shrink: 0;
      flex-grow: 0;
      border: 2px solid #0A199F;
      border-radius: 50%;
      margin-right: 0.5em;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
      transition: all .5s; }
    .brief-form__custom-radio:not(:disabled):not(:checked) + label:hover::before {
      border-color: #FF6B00; }
    .brief-form__custom-radio:not(:disabled):active + label::before {
      background-color: #FF6B00;
      border-color: #b3d7ff; }
    .brief-form__custom-radio:focus + label::before {
      box-shadow: 0 0 0 0.2rem transparent; }
    .brief-form__custom-radio:focus:not(:checked) + label::before {
      border-color: #80bdff; }
    .brief-form__custom-radio:checked + label::before {
      border-color: #FF6B00;
      background-color: #FF6B00;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
    .brief-form__custom-radio:disabled + label::before {
      background-color: #e9ecef; }
  @media (min-width: 992px) {
    .brief-form__list-checkbox {
      margin-top: 50px; } }
  .brief-form__checkbox-btn {
    display: inline-block;
    margin: 0 15px 25px 0;
    user-select: none;
    position: relative;
    /* Checked */
    /* Hover */
    /* Active */ }
    .brief-form__checkbox-btn input[type=checkbox] {
      z-index: -1;
      opacity: 0;
      display: block;
      width: 0;
      height: 0; }
    .brief-form__checkbox-btn span {
      display: inline-block;
      cursor: pointer;
      padding: 9px 30px;
      font-weight: 500;
      font-size: 16px;
      line-height: 130%;
      color: #212121;
      border: 1px solid #686868;
      box-sizing: border-box;
      border-radius: 100px;
      transition: all .3s;
      background-color: transparent; }
    .brief-form__checkbox-btn input[type=checkbox]:checked + span {
      background-color: #FF6B00;
      color: #fff;
      border: 1px solid #FF6B00; }
    .brief-form__checkbox-btn:hover {
      color: #666; }
    .brief-form__checkbox-btn input[type=checkbox]:active:not(:disabled) + span {
      background: #d2c5ac;
      color: #000; }

.brief-success {
  padding: 35px 0 40px 0;
  transition: all .5s;
  min-height: calc(100vh - 380px); }
  @media (min-width: 992px) {
    .brief-success {
      padding: 77px 0 85px 0; } }
  .brief-success__btn-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0; }
    @media (min-width: 420px) {
      .brief-success__btn-block {
        flex-direction: row; } }
  .brief-success__download {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 216px;
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    color: #212121; }
    @media (min-width: 420px) {
      .brief-success__download {
        margin-bottom: 0;
        margin-right: 60px; } }
    .brief-success__download svg {
      margin-right: 15px; }
  .brief-success__reload {
    margin-left: 0; }

/* =============================================
   IT-INFO PAGE — art-glos.ru
   ============================================= */

.it-info-content {
    padding-top: 35px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    .it-info-content {
        padding-top: 70px;
        padding-bottom: 120px;
    }
}

.it-info__page-title {
    margin-bottom: 40px;
    font-weight: 800;
    font-size: 36px;
    line-height: 1.1;
    color: #383838;
}

@media (min-width: 992px) {
    .it-info__page-title {
        font-size: 58px;
        margin-bottom: 55px;
    }
}

.it-info__section-title {
    margin-bottom: 25px;
    font-weight: 800;
    font-size: 30px;
    line-height: 1.1;
    color: #383838;
}

@media (min-width: 992px) {
    .it-info__section-title {
        font-size: 34px;
        margin-bottom: 40px;
    }
}

.it-info__table-wrap {
    margin-bottom: 60px;
    overflow-x: auto;
}

@media (min-width: 992px) {
    .it-info__table-wrap {
        margin-bottom: 90px;
    }
}

.it-info__table {
    width: 100%;
    border-collapse: collapse;
}

.it-info__table td {
    padding: 15px 20px;
    vertical-align: top;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    color: #383838;
    border: 1px solid #FF6B00;
}

@media (min-width: 992px) {
    .it-info__table td {
        padding: 18px 24px;
        font-size: 18px;
    }
}

.it-info__table-label {
    width: 35%;
}

.it-info__table-value p {
    margin: 0 0 10px 0;
}

.it-info__table-value p:last-child {
    margin-bottom: 0;
}
.it-info__table-value a {
    color: #FF6B00;
    text-decoration: underline;
    word-break: break-word;
}
.it-info__table-value a:hover {
    color: #cc5500;
}


.it-info__inner-list {
    margin: 0;
    padding-left: 18px;
}

.it-info__inner-list li {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.3;
    color: #383838;
}

@media (min-width: 992px) {
    .it-info__inner-list li {
        font-size: 18px;
        margin-bottom: 8px;
    }
}

@media (max-width: 767px) {
    .it-info__table,
    .it-info__table tbody,
    .it-info__table tr,
    .it-info__table td {
        display: block;
        width: 100%;
    }

    .it-info__table td {
        padding: 10px 14px;
        border-bottom: none;
    }

    .it-info__table tr {
        border: 1px solid #FF6B00;
        margin-bottom: 8px;
        display: block;
    }

    .it-info__table-label {
        font-weight: 600;
        border-bottom: 1px solid #FF6B00;
    }
}

.it-info__activity-block {
    margin-top: 0;
}

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

.it-info__activity-list li {
    position: relative;
    padding: 0 0 18px 22px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #383838;
}

/* Акцентный цвет — оранжевый для art-glos.ru */
.it-info__activity-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    background-color: rgba(255, 107, 0, 1);
    border-radius: 50%;
}

@media (min-width: 992px) {
    .it-info__activity-list li {
        padding: 0 0 20px 24px;
        font-size: 16px;
    }

    .it-info__activity-list li::before {
        top: 7px;
        width: 9px;
        height: 9px;
    }
}

.it-info__code {
    font-weight: 700;
    color: #383838;
    margin-right: 4px;
}

/* Ссылка в футере */
.footer__it-info-link {
    display: block;
    margin-top: 15px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
}

.footer__it-info-link:hover,
.footer__it-info-link:focus {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (min-width: 992px) {
    .footer__it-info-link {
        font-weight: 600;
        font-size: 14px;
    }
}
/*# sourceMappingURL=main.css.map */
