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

/* Base */
body, html {
  margin: 0;
  padding: 0; }

body {
  font-family: "EuropeExt", sans-serif !important;
  line-height: 1.2;
  color: #fff;
  background: #222C2E;
  overflow-x: hidden;
  font-size: 12px; }
  @media (min-width: 992px) {
    body {
      font-size: 18px; } }
  body.noscroll {
    overflow: hidden; }

iframe {
  border: 0; }

hr {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #ddd; }

img, svg {
  max-width: 100%;
  max-height: 100%; }

/* Headers */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  margin: 20px 0; }
  @media (min-width: 992px) {
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      margin: 42px 0; } }

h1, .h1 {
  font-size: 16px; }
  @media (min-width: 992px) {
    h1, .h1 {
      font-size: 36px; } }

h2, .h2 {
  font-size: 16px; }
  @media (min-width: 992px) {
    h2, .h2 {
      font-size: 36px; } }

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-size: 18px; }
  @media (min-width: 992px) {
    h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      font-size: 30px; } }

/* Text */
p {
  margin: 10px 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

a {
  text-decoration: none;
  color: inherit;
  transition: .2s ease; }
  a:hover {
    text-decoration: none;
    color: #E95522; }

b, strong {
  font-weight: 700; }
  b i, b em, strong i, strong em {
    font-weight: 700; }

i, em {
  font-weight: 400;
  font-style: italic; }
  i b, i strong, em b, em strong {
    font-weight: 700 !important; }

/* Lists */
ul, ol {
  overflow: hidden;
  margin: 10px 0;
  padding-left: 15px; }
  @media (min-width: 992px) {
    ul, ol {
      padding-left: 30px; } }
  ul:first-child, ol:first-child {
    margin-top: 0; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }
  ul li, ol li {
    padding: 0.25em 0; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

.video__container {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }
  .video__container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

pre {
  font: normal 14/1.5 monospace !important;
  position: relative;
  padding: 15px;
  text-align: left !important;
  background: #eee; }
  pre:before {
    content: 'debug';
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    color: #aaa; }

.m-auto {
  margin: auto; }

.ml-auto {
  margin-left: auto; }

.form {
  position: relative;
  padding: 20px;
  border: 1px solid #fff; }
  .form__header {
    margin-bottom: 20px; }
  .form__field {
    width: 100%; }
    @media (min-width: 768px) {
      .form__field {
        width: calc(50% - 10px); }
        .form__field.w100 {
          width: 100%; } }
    .form__field-list {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
    .form__field .wpcf7-form-control-wrap {
      display: block;
      margin-top: 5px; }
    .form__field label {
      display: block; }
  .form__messages {
    display: none;
    margin-bottom: 20px; }
  .form__note {
    font-size: 12px;
    margin-top: 30px; }
  .form__bad {
    color: #f00; }
  .form__good {
    color: #0f0; }
  .form__content {
    max-width: 100%;
    width: 700px;
    border-radius: 10px; }
    .form__content input, .form__content select {
      border: 1px solid #673ab7; }
  .form__title {
    font-size: 32px;
    color: #673ab7;
    font-weight: 600; }
    .form__title:after {
      content: '';
      max-width: 100%;
      height: 2px;
      margin-top: 15px;
      width: 75px;
      background-color: #673ab7; }
  .form__text {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px; }
    .form__text img {
      width: 98px;
      height: 98px; }

.wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none; }

.wpcf7-not-valid {
  border: 1px solid #f00; }

::-webkit-input-placeholder {
  color: #666; }

::-moz-placeholder {
  color: #666; }

:-moz-placeholder {
  color: #666; }

:-ms-input-placeholder {
  color: #666; }

::-webkit-inner-spin-button {
  display: none; }

::-webkit-calendar-picker-indicator {
  display: none; }

::-webkit-inner-cancel-button {
  display: none; }

::-webkit-clear-button {
  display: none; }

::-webkit-search-cancel-button {
  display: none; }

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

[type='submit'], [type='reset'], input, textarea, select {
  font: inherit;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  transition: all .2s;
  color: #fff;
  outline: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  [type='submit']:focus, [type='reset']:focus, input:focus, textarea:focus, select:focus {
    outline: none; }

[type='submit'], [type='reset'] {
  appearance: none;
  width: auto; }

button {
  appearance: none; }

[data-anchor] {
  cursor: pointer; }

textarea {
  resize: none; }

[type='radio'], [type='checkbox'] {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0; }

.btn {
  color: #fff;
  transition: all .4s ease-in-out;
  font-size: 10px;
  font-family: "EuropeExt", sans-serif;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
  text-decoration: none;
  -webkit-user-select: none;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
  border: 1px solid #fff;
  font-weight: bold;
  width: 240px;
  background: none;
  height: 38px; }
  @media (min-width: 992px) {
    .btn {
      font-size: 12px;
      height: 46px;
      width: 283px; } }
  .btn:hover {
    color: #E95522;
    background: rgba(217, 217, 217, 0.5); }
  .btn svg {
    width: 21px;
    height: 21px;
    fill: #E95522; }

.control {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -12px; }
  .control svg {
    fill: #0199e6;
    width: 100%;
    height: 100%; }
  .control.prev {
    left: 0; }
  .control.next {
    right: 0; }

.slick-dots {
  position: absolute;
  left: 15px;
  bottom: 15px;
  gap: 7px;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: auto; }
  @media (min-width: 992px) {
    .slick-dots {
      left: 50px;
      bottom: 100px;
      gap: 25px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent; }
    @media (min-width: 992px) {
      .slick-dots li {
        height: 20px;
        width: 20px; } }
    .slick-dots li.slick-active {
      background: #fff; }
    .slick-dots li button {
      display: none; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@font-face {
  font-family: 'EuropeExt';
  src: url("fonts/EuropeExt.eot");
  src: url("fonts/EuropeExt.eot") format("embedded-opentype"), url("fonts/EuropeExt.woff2") format("woff2"), url("fonts/EuropeExt.woff") format("woff"), url("fonts/EuropeExt.ttf") format("truetype"), url("fonts/EuropeExt.svg#EuropeExt") format("svg");
  font-weight: normal; }
@font-face {
  font-family: 'EuropeExt';
  src: url("fonts/EuropeExtBold.eot");
  src: url("fonts/EuropeExtBold.eot") format("embedded-opentype"), url("fonts/EuropeExtBold.woff2") format("woff2"), url("fonts/EuropeExtBold.woff") format("woff"), url("fonts/EuropeExtBold.ttf") format("truetype"), url("fonts/EuropeExtBold.svg#EuropeExtBold") format("svg");
  font-weight: 700; }
/*
 * base on bootstrap 4
 */
/* container */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px;
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1200px;
      padding-right: 15px;
      padding-left: 15px; } }

.m-auto {
  margin: auto; }

/* row */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1200px) {
    .row {
      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 */
.col, .col-auto, .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-sm, .col-sm-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-md, .col-md-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-lg, .col-lg-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-xl, .col-xl-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 576px) {
    .col, .col-auto, .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-sm, .col-sm-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-md, .col-md-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-lg, .col-lg-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-xl, .col-xl-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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col, .col-auto, .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-sm, .col-sm-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-md, .col-md-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-lg, .col-lg-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-xl, .col-xl-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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col, .col-auto, .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-sm, .col-sm-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-md, .col-md-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-lg, .col-lg-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-xl, .col-xl-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 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1200px) {
    .col, .col-auto, .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-sm, .col-sm-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-md, .col-md-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-lg, .col-lg-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-xl, .col-xl-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 {
      padding-right: 15px;
      padding-left: 15px; } }

.col {
  max-width: 100%;
  flex-basis: 0;
  flex-grow: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.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) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 576px) {
  .col-sm-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 576px) {
  .col-sm-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 576px) {
  .col-sm-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 576px) {
  .col-sm-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 576px) {
  .col-sm-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 576px) {
  .col-sm-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 576px) {
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 576px) {
  .offset-sm-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-3 {
    margin-left: 25%; } }

@media (min-width: 576px) {
  .offset-sm-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-6 {
    margin-left: 50%; } }

@media (min-width: 576px) {
  .offset-sm-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 576px) {
  .offset-sm-9 {
    margin-left: 75%; } }

@media (min-width: 576px) {
  .offset-sm-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 576px) {
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

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

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

@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) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 768px) {
  .col-md-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 768px) {
  .col-md-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 768px) {
  .col-md-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 768px) {
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 768px) {
  .col-md-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 768px) {
  .col-md-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 768px) {
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 768px) {
  .col-md-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 768px) {
  .col-md-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 768px) {
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 768px) {
  .col-md-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 768px) {
  .col-md-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 768px) {
  .offset-md-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-3 {
    margin-left: 25%; } }

@media (min-width: 768px) {
  .offset-md-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-6 {
    margin-left: 50%; } }

@media (min-width: 768px) {
  .offset-md-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 768px) {
  .offset-md-9 {
    margin-left: 75%; } }

@media (min-width: 768px) {
  .offset-md-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 768px) {
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

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

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

@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) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 992px) {
  .col-lg-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 992px) {
  .col-lg-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 992px) {
  .col-lg-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 992px) {
  .col-lg-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 992px) {
  .col-lg-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 992px) {
  .offset-lg-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-3 {
    margin-left: 25%; } }

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-6 {
    margin-left: 50%; } }

@media (min-width: 992px) {
  .offset-lg-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 992px) {
  .offset-lg-9 {
    margin-left: 75%; } }

@media (min-width: 992px) {
  .offset-lg-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 992px) {
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

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

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

@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) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1; } }

@media (min-width: 1200px) {
  .col-xl-auto {
    width: auto;
    max-width: none;
    flex: 0 0 auto; } }

@media (min-width: 1200px) {
  .col-xl-1 {
    max-width: 8.3333333333%;
    flex: 0 0 8.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-2 {
    max-width: 16.6666666667%;
    flex: 0 0 16.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%; } }

@media (min-width: 1200px) {
  .col-xl-4 {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-5 {
    max-width: 41.6666666667%;
    flex: 0 0 41.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%; } }

@media (min-width: 1200px) {
  .col-xl-7 {
    max-width: 58.3333333333%;
    flex: 0 0 58.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-8 {
    max-width: 66.6666666667%;
    flex: 0 0 66.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%; } }

@media (min-width: 1200px) {
  .col-xl-10 {
    max-width: 83.3333333333%;
    flex: 0 0 83.3333333333%; } }

@media (min-width: 1200px) {
  .col-xl-11 {
    max-width: 91.6666666667%;
    flex: 0 0 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 100%; } }

@media (min-width: 1200px) {
  .offset-xl-1 {
    margin-left: 8.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-2 {
    margin-left: 16.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-3 {
    margin-left: 25%; } }

@media (min-width: 1200px) {
  .offset-xl-4 {
    margin-left: 33.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-5 {
    margin-left: 41.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-6 {
    margin-left: 50%; } }

@media (min-width: 1200px) {
  .offset-xl-7 {
    margin-left: 58.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-8 {
    margin-left: 66.6666666667%; } }

@media (min-width: 1200px) {
  .offset-xl-9 {
    margin-left: 75%; } }

@media (min-width: 1200px) {
  .offset-xl-10 {
    margin-left: 83.3333333333%; } }

@media (min-width: 1200px) {
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

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

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

@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; } }

/* display */
.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: flex !important; }

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; } }

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; } }

@media (min-width: 576px) {
  .d-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 576px) {
  .d-sm-block {
    display: block !important; } }

@media (min-width: 576px) {
  .d-sm-table {
    display: table !important; } }

@media (min-width: 576px) {
  .d-sm-table-row {
    display: table-row !important; } }

@media (min-width: 576px) {
  .d-sm-table-cell {
    display: table-cell !important; } }

@media (min-width: 576px) {
  .d-sm-flex {
    display: flex !important; } }

@media (min-width: 576px) {
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; } }

@media (min-width: 768px) {
  .d-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) {
  .d-md-block {
    display: block !important; } }

@media (min-width: 768px) {
  .d-md-table {
    display: table !important; } }

@media (min-width: 768px) {
  .d-md-table-row {
    display: table-row !important; } }

@media (min-width: 768px) {
  .d-md-table-cell {
    display: table-cell !important; } }

@media (min-width: 768px) {
  .d-md-flex {
    display: flex !important; } }

@media (min-width: 768px) {
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; } }

@media (min-width: 992px) {
  .d-lg-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) {
  .d-lg-block {
    display: block !important; } }

@media (min-width: 992px) {
  .d-lg-table {
    display: table !important; } }

@media (min-width: 992px) {
  .d-lg-table-row {
    display: table-row !important; } }

@media (min-width: 992px) {
  .d-lg-table-cell {
    display: table-cell !important; } }

@media (min-width: 992px) {
  .d-lg-flex {
    display: flex !important; } }

@media (min-width: 992px) {
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .d-xl-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .d-xl-table {
    display: table !important; } }

@media (min-width: 1200px) {
  .d-xl-table-row {
    display: table-row !important; } }

@media (min-width: 1200px) {
  .d-xl-table-cell {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .d-xl-flex {
    display: flex !important; } }

@media (min-width: 1200px) {
  .d-xl-inline-flex {
    display: inline-flex !important; } }

html, body {
  min-width: 320px;
  height: 100%; }

.main__wrapper {
  position: relative; }
  .main__wrapper:not(.home) .header {
    background: #222C2E; }
  .main__wrapper:not(.home) .sidebar {
    top: 61px;
    height: calc(100vh - 61px);
    padding-top: 50px; }
    @media (min-width: 992px) {
      .main__wrapper:not(.home) .sidebar {
        height: calc(100vh - 94px);
        padding-top: 164px;
        top: 70px; } }

.content {
  padding-bottom: 50px; }
  .content p {
    margin: 20px 0; }

.page__actions .post__items {
  padding: 0; }
  .page__actions .post__items-block {
    background: none;
    padding-top: 0; }

.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  background: #222C2E;
  z-index: 100;
  padding: 164px 15px 30px;
  transform: translateX(100%);
  transition: .2s; }
  .sidebar.open {
    transform: translateX(0); }
  .sidebar__menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .sidebar__menu ul li {
      padding: 10px 0; }

.header {
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  padding: 8px 15px;
  margin-bottom: -61px; }
  @media (min-width: 992px) {
    .header {
      margin-bottom: -94px;
      padding: 12px 20px 12px 35px; } }
  .header__item {
    display: flex;
    align-items: center;
    gap: 48px;
    width: 33.3%; }
    .header__item:nth-child(2) {
      justify-content: center; }
    .header__item:nth-child(3) {
      justify-content: flex-end; }
  .header .logo img {
    transition: .2s;
    width: 450px; }
  .header__phone {
    display: none; }
    @media (min-width: 992px) {
      .header__phone {
        font-size: 14px;
        display: block; } }
    @media (min-width: 1200px) {
      .header__phone {
        font-size: 18px; } }
  .header.fix {
    background: rgba(34, 44, 46, 0.7) !important;
    padding-top: 5px;
    padding-bottom: 5px; }
    .header.fix .socials__item {
      width: 30px;
      height: 30px; }
      .header.fix .socials__item svg {
        width: 18px;
        height: 18px; }
    .header.fix .logo img {
      width: 290px; }
    .header.fix .burger.active span {
      transform: rotate(45deg) translate(3px, -5px); }
      .header.fix .burger.active span:nth-last-child(1) {
        transform: rotate(-45deg) translate(3px, 1px); }
    .header.fix .burger span {
      width: 29px;
      margin-bottom: 7px; }
      .header.fix .burger span:last-child {
        margin-bottom: 0; }
    .header.fix .burger__block {
      width: 45px;
      height: 45px; }
    .header.fix .sidebar {
      top: 55px;
      height: calc(100vh - 55px);
      padding-top: 70px; }
      @media (min-width: 992px) {
        .header.fix .sidebar {
          top: 57px;
          height: calc(100vh - 57px); } }

.footer {
  background: #222C2E;
  color: #fff;
  text-align: center; }
  .footer a:hover {
    color: #E95522; }
  .footer__top {
    padding: 30px 0 20px; }
    @media (min-width: 992px) {
      .footer__top {
        padding: 37px 0; } }
  .footer .logo {
    display: inline-block;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .footer .logo {
        margin-bottom: 34px; } }
    .footer .logo img {
      width: 190px; }
      @media (min-width: 992px) {
        .footer .logo img {
          width: auto; } }
  .footer__contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px; }
    @media (min-width: 992px) {
      .footer__contacts {
        flex-direction: row;
        gap: 75px; } }
    .footer__contacts-item {
      font-size: 14px;
      display: flex;
      align-items: center;
      gap: 10px;
      font-weight: bold; }
      .footer__contacts-item-icon {
        width: 15px;
        height: 15px;
        flex: none;
        display: flex;
        align-items: center;
        justify-content: center; }
        .footer__contacts-item-icon svg {
          fill: #E95522; }
  .footer__menu {
    background: #1C1E1F;
    padding: 21px 0;
    display: none; }
    @media (min-width: 992px) {
      .footer__menu {
        display: block; } }
    .footer__menu ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 58px; }
      .footer__menu ul .current_page_item a {
        color: #E95522; }
      .footer__menu ul a:hover {
        color: #E95522; }
  .footer__copyright {
    padding: 20px 0;
    font-size: 10px; }
    @media (min-width: 992px) {
      .footer__copyright {
        padding: 22px 0;
        font-size: 14px; } }

.animation {
  transition-delay: 0s;
  transition-duration: 1s;
  animation-duration: 2s;
  opacity: 0;
  visibility: hidden; }
  .animation.animated {
    opacity: 1;
    visibility: visible; }
  .animation.fadeInUp {
    transition-property: transform, opacity;
    transform: translateY(50%);
    opacity: 0; }
    .animation.fadeInUp.animated {
      transform: translateY(0);
      opacity: 1; }
  .animation.fadeInDown {
    transition-property: transform, opacity;
    transform: translateY(-20%);
    opacity: 0; }
    .animation.fadeInDown.animated {
      transform: translateY(0);
      opacity: 1; }
  .animation.fadeInLeft {
    transition-property: transform, opacity;
    transform: translateX(-50%);
    opacity: 0; }
    .animation.fadeInLeft.animated {
      transform: translateX(0);
      opacity: 1; }
  .animation.fadeIn {
    transition-property: opacity;
    opacity: 0; }
    .animation.fadeIn.animated {
      opacity: 1; }
  .animation.fadeInRight {
    transition-property: transform, opacity;
    transform: translateX(50%);
    opacity: 0; }
    .animation.fadeInRight.animated {
      transform: translateY(0);
      opacity: 1; }
  .animation[data-duration="0.1"] {
    transition-duration: 0.1s; }
  .animation[data-delay="0.1"] {
    transition-delay: 0.1s; }
  .animation[data-duration="0.2"] {
    transition-duration: 0.2s; }
  .animation[data-delay="0.2"] {
    transition-delay: 0.2s; }
  .animation[data-duration="0.3"] {
    transition-duration: 0.3s; }
  .animation[data-delay="0.3"] {
    transition-delay: 0.3s; }
  .animation[data-duration="0.4"] {
    transition-duration: 0.4s; }
  .animation[data-delay="0.4"] {
    transition-delay: 0.4s; }
  .animation[data-duration="0.5"] {
    transition-duration: 0.5s; }
  .animation[data-delay="0.5"] {
    transition-delay: 0.5s; }
  .animation[data-duration="0.6"] {
    transition-duration: 0.6s; }
  .animation[data-delay="0.6"] {
    transition-delay: 0.6s; }
  .animation[data-duration="0.7"] {
    transition-duration: 0.7s; }
  .animation[data-delay="0.7"] {
    transition-delay: 0.7s; }
  .animation[data-duration="0.8"] {
    transition-duration: 0.8s; }
  .animation[data-delay="0.8"] {
    transition-delay: 0.8s; }
  .animation[data-duration="0.9"] {
    transition-duration: 0.9s; }
  .animation[data-delay="0.9"] {
    transition-delay: 0.9s; }
  .animation[data-duration="1"] {
    transition-duration: 1s; }
  .animation[data-delay="1"] {
    transition-delay: 1s; }
  .animation[data-duration="1.1"] {
    transition-duration: 1.1s; }
  .animation[data-delay="1.1"] {
    transition-delay: 1.1s; }
  .animation[data-duration="1.2"] {
    transition-duration: 1.2s; }
  .animation[data-delay="1.2"] {
    transition-delay: 1.2s; }
  .animation[data-duration="1.3"] {
    transition-duration: 1.3s; }
  .animation[data-delay="1.3"] {
    transition-delay: 1.3s; }
  .animation[data-duration="1.4"] {
    transition-duration: 1.4s; }
  .animation[data-delay="1.4"] {
    transition-delay: 1.4s; }
  .animation[data-duration="1.5"] {
    transition-duration: 1.5s; }
  .animation[data-delay="1.5"] {
    transition-delay: 1.5s; }
  .animation[data-duration="1.6"] {
    transition-duration: 1.6s; }
  .animation[data-delay="1.6"] {
    transition-delay: 1.6s; }
  .animation[data-duration="1.7"] {
    transition-duration: 1.7s; }
  .animation[data-delay="1.7"] {
    transition-delay: 1.7s; }
  .animation[data-duration="1.8"] {
    transition-duration: 1.8s; }
  .animation[data-delay="1.8"] {
    transition-delay: 1.8s; }
  .animation[data-duration="1.9"] {
    transition-duration: 1.9s; }
  .animation[data-delay="1.9"] {
    transition-delay: 1.9s; }
  .animation[data-duration="2"] {
    transition-duration: 2s; }
  .animation[data-delay="2"] {
    transition-delay: 2s; }
  .animation[data-duration="2.1"] {
    transition-duration: 2.1s; }
  .animation[data-delay="2.1"] {
    transition-delay: 2.1s; }
  .animation[data-duration="2.2"] {
    transition-duration: 2.2s; }
  .animation[data-delay="2.2"] {
    transition-delay: 2.2s; }
  .animation[data-duration="2.3"] {
    transition-duration: 2.3s; }
  .animation[data-delay="2.3"] {
    transition-delay: 2.3s; }
  .animation[data-duration="2.4"] {
    transition-duration: 2.4s; }
  .animation[data-delay="2.4"] {
    transition-delay: 2.4s; }
  .animation[data-duration="2.5"] {
    transition-duration: 2.5s; }
  .animation[data-delay="2.5"] {
    transition-delay: 2.5s; }
  .animation[data-duration="2.6"] {
    transition-duration: 2.6s; }
  .animation[data-delay="2.6"] {
    transition-delay: 2.6s; }
  .animation[data-duration="2.7"] {
    transition-duration: 2.7s; }
  .animation[data-delay="2.7"] {
    transition-delay: 2.7s; }
  .animation[data-duration="2.8"] {
    transition-duration: 2.8s; }
  .animation[data-delay="2.8"] {
    transition-delay: 2.8s; }
  .animation[data-duration="2.9"] {
    transition-duration: 2.9s; }
  .animation[data-delay="2.9"] {
    transition-delay: 2.9s; }
  .animation[data-duration="3"] {
    transition-duration: 3s; }
  .animation[data-delay="3"] {
    transition-delay: 3s; }
  .animation[data-duration="3.1"] {
    transition-duration: 3.1s; }
  .animation[data-delay="3.1"] {
    transition-delay: 3.1s; }
  .animation[data-duration="3.2"] {
    transition-duration: 3.2s; }
  .animation[data-delay="3.2"] {
    transition-delay: 3.2s; }
  .animation[data-duration="3.3"] {
    transition-duration: 3.3s; }
  .animation[data-delay="3.3"] {
    transition-delay: 3.3s; }
  .animation[data-duration="3.4"] {
    transition-duration: 3.4s; }
  .animation[data-delay="3.4"] {
    transition-delay: 3.4s; }
  .animation[data-duration="3.5"] {
    transition-duration: 3.5s; }
  .animation[data-delay="3.5"] {
    transition-delay: 3.5s; }
  .animation[data-duration="3.6"] {
    transition-duration: 3.6s; }
  .animation[data-delay="3.6"] {
    transition-delay: 3.6s; }
  .animation[data-duration="3.7"] {
    transition-duration: 3.7s; }
  .animation[data-delay="3.7"] {
    transition-delay: 3.7s; }
  .animation[data-duration="3.8"] {
    transition-duration: 3.8s; }
  .animation[data-delay="3.8"] {
    transition-delay: 3.8s; }
  .animation[data-duration="3.9"] {
    transition-duration: 3.9s; }
  .animation[data-delay="3.9"] {
    transition-delay: 3.9s; }
  .animation[data-duration="4"] {
    transition-duration: 4s; }
  .animation[data-delay="4"] {
    transition-delay: 4s; }
  .animation[data-duration="4.1"] {
    transition-duration: 4.1s; }
  .animation[data-delay="4.1"] {
    transition-delay: 4.1s; }
  .animation[data-duration="4.2"] {
    transition-duration: 4.2s; }
  .animation[data-delay="4.2"] {
    transition-delay: 4.2s; }
  .animation[data-duration="4.3"] {
    transition-duration: 4.3s; }
  .animation[data-delay="4.3"] {
    transition-delay: 4.3s; }
  .animation[data-duration="4.4"] {
    transition-duration: 4.4s; }
  .animation[data-delay="4.4"] {
    transition-delay: 4.4s; }
  .animation[data-duration="4.5"] {
    transition-duration: 4.5s; }
  .animation[data-delay="4.5"] {
    transition-delay: 4.5s; }
  .animation[data-duration="4.6"] {
    transition-duration: 4.6s; }
  .animation[data-delay="4.6"] {
    transition-delay: 4.6s; }
  .animation[data-duration="4.7"] {
    transition-duration: 4.7s; }
  .animation[data-delay="4.7"] {
    transition-delay: 4.7s; }
  .animation[data-duration="4.8"] {
    transition-duration: 4.8s; }
  .animation[data-delay="4.8"] {
    transition-delay: 4.8s; }
  .animation[data-duration="4.9"] {
    transition-duration: 4.9s; }
  .animation[data-delay="4.9"] {
    transition-delay: 4.9s; }
  .animation[data-duration="5"] {
    transition-duration: 5s; }
  .animation[data-delay="5"] {
    transition-delay: 5s; }
  .animation[data-duration="5.1"] {
    transition-duration: 5.1s; }
  .animation[data-delay="5.1"] {
    transition-delay: 5.1s; }

.burger {
  /*@include breakpoint(xl) {
    display: none;
  }*/ }
  .burger__block {
    width: 45px;
    height: 45px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3E5B63;
    transition: .2s;
    position: relative;
    z-index: 200;
    cursor: pointer; }
    @media (min-width: 992px) {
      .burger__block {
        width: 70px;
        height: 70px; } }
  .burger.active span {
    opacity: 1;
    transform: rotate(45deg) translate(3px, -5px); }
    @media (min-width: 992px) {
      .burger.active span {
        transform: rotate(45deg) translate(2px, -6px); } }
    .burger.active span:nth-last-child(1) {
      transform: rotate(-45deg) translate(3px, 1px); }
      @media (min-width: 992px) {
        .burger.active span:nth-last-child(1) {
          transform: rotate(-45deg) translate(2px, 2px); } }
    .burger.active span:nth-last-child(2) {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2); }
  .burger span {
    display: block;
    width: 29px;
    height: 2px;
    margin-bottom: 7px;
    margin-left: auto;
    position: relative;
    background: #fff;
    z-index: 2;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
    @media (min-width: 992px) {
      .burger span {
        width: 39px;
        margin-bottom: 9px; } }
    .burger span:first-child {
      transform-origin: 0% 0%; }
    .burger span:nth-last-child(2) {
      transform-origin: 0% 100%; }
    .burger span:last-child {
      margin-bottom: 0; }

.heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .heading {
      margin-bottom: 75px; } }
  .heading__title {
    font-size: 28px; }
    @media (min-width: 992px) {
      .heading__title {
        font-size: 74px; } }
    .heading__title span {
      color: #E95522; }
  .heading__subtitle {
    font-size: 13px; }
    @media (min-width: 992px) {
      .heading__subtitle {
        font-size: 24px; } }

.contacts {
  background: #222C2E;
  color: #fff;
  font-weight: bold; }
  .contacts__top {
    position: relative;
    height: 300px; }
    @media (min-width: 992px) {
      .contacts__top {
        height: auto; } }
    .contacts__top > img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .contacts__top-content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      padding-top: 61px; }
      @media (min-width: 992px) {
        .contacts__top-content {
          padding-top: 94px; } }
      .contacts__top-content .title {
        font-size: 25px; }
        @media (min-width: 992px) {
          .contacts__top-content .title {
            font-size: 66px; } }
      .contacts__top-content .subtitle {
        font-size: 12px;
        margin-bottom: 50px; }
        @media (min-width: 992px) {
          .contacts__top-content .subtitle {
            font-size: 24px;
            margin-bottom: 100px; } }
  .contacts__bottom {
    padding: 50px 0; }
    @media (min-width: 992px) {
      .contacts__bottom {
        padding: 100px 0 120px; } }
  .contacts__row {
    display: flex;
    gap: 60px;
    flex-direction: column;
    margin-bottom: 70px; }
    @media (min-width: 992px) {
      .contacts__row {
        margin-bottom: 167px;
        flex-direction: row; } }
  .contacts__map {
    width: 550px;
    flex: none;
    max-width: 95%;
    position: relative;
    height: 300px; }
    @media (min-width: 992px) {
      .contacts__map {
        height: 436px; } }
    .contacts__map:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-image: linear-gradient(90deg, #fff, #fff 75%, transparent 75%, transparent 100%);
      background-size: 30px 1px;
      right: -15px;
      bottom: -15px; }
      @media (min-width: 992px) {
        .contacts__map:before {
          right: -33px;
          bottom: -33px; } }
    .contacts__map:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      background-image: linear-gradient(0deg, #fff, #fff 75%, transparent 75%, transparent 100%);
      background-size: 1px 30px;
      right: -15px;
      bottom: -15px; }
      @media (min-width: 992px) {
        .contacts__map:after {
          right: -33px;
          bottom: -33px; } }
  .contacts__values {
    position: relative; }
    .contacts__values:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #E95522;
      z-index: 1;
      height: calc(100% + 40px);
      left: -5px;
      width: 90px; }
      @media (min-width: 992px) {
        .contacts__values:before {
          height: calc(100% + 75px);
          left: -25px;
          width: 183px; } }
    .contacts__values-title {
      text-transform: uppercase;
      position: relative;
      z-index: 2;
      font-size: 20px;
      margin-bottom: 25px; }
      @media (min-width: 992px) {
        .contacts__values-title {
          font-size: 36px;
          margin-bottom: 50px; } }
    .contacts__values-list {
      position: relative;
      z-index: 2; }
    .contacts__values-item {
      font-size: 14px; }
      @media (min-width: 992px) {
        .contacts__values-item {
          margin-bottom: 26px;
          font-size: 24px; } }
      .contacts__values-item:last-child {
        margin-bottom: 0; }
      .contacts__values-item-label {
        display: flex;
        gap: 9px;
        align-items: flex-end;
        margin-bottom: 5px; }
        @media (min-width: 992px) {
          .contacts__values-item-label {
            gap: 13px; } }
        .contacts__values-item-label-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          height: 20px;
          transform: translateY(-2px); }
          @media (min-width: 992px) {
            .contacts__values-item-label-icon {
              width: 30px;
              height: 30px;
              transform: translateY(-4px); } }
        .contacts__values-item-label svg {
          fill: #fff; }
  .contacts__req-name {
    color: #E95522;
    font-size: 14px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .contacts__req-name {
        font-size: 24px;
        margin-bottom: 46px; } }
  .contacts__req ul {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .contacts__req ul {
        margin-bottom: 50px;
        column-count: 2;
        column-gap: 30px; } }
  .contacts__req-download a {
    display: flex;
    align-items: center;
    gap: 11px; }
    .contacts__req-download a svg {
      fill: #E95522;
      width: 20px;
      height: 20px; }
      @media (min-width: 992px) {
        .contacts__req-download a svg {
          width: 25px;
          height: 25px; } }

.phones__block-title {
  font-size: 14px;
  margin-top: 6px; }
.phones__block-value a {
  font-weight: bold;
  color: #fff; }
.phones__block.dropdown__block .dropdown__block-list {
  left: 50%;
  transform: translateX(-50%);
  padding-top: 6px; }

.dropdown__block {
  position: relative; }
  .dropdown__block-selected {
    display: flex;
    align-items: center;
    gap: 11px;
    cursor: pointer; }
    @media (min-width: 768px) {
      .dropdown__block-selected {
        gap: 12px; } }
    .dropdown__block-selected svg {
      flex: none;
      width: 8px;
      height: 6px;
      fill: #fff; }
  .dropdown__block-list {
    position: absolute;
    opacity: 0;
    transition: all .1s ease-in-out;
    top: 100%;
    z-index: 10;
    visibility: hidden; }
    .dropdown__block-list-wrap {
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
      background: #222C2E;
      margin-top: 5px;
      padding: 10px;
      transform: translateX(-10px); }
  .dropdown__block-item {
    white-space: nowrap;
    margin-bottom: 7px;
    cursor: pointer;
    display: block; }
    .dropdown__block-item:last-child {
      margin-bottom: 0; }
  .dropdown__block:hover .dropdown__block-list {
    opacity: 1;
    visibility: visible; }

.socials {
  display: flex;
  align-items: center;
  gap: 7px; }
  .socials__item {
    background: #3E5B63;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px; }
    @media (min-width: 992px) {
      .socials__item {
        width: 45px;
        height: 45px; } }
    .socials__item svg {
      fill: #fff;
      width: 18px;
      height: 18px; }
      @media (min-width: 992px) {
        .socials__item svg {
          width: 25px;
          height: 25px; } }

.main__services {
  position: relative; }
  @media (min-width: 1200px) {
    .main__services {
      height: 100vh; } }
  .main__services .heading {
    position: absolute;
    z-index: 20;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    top: 9%; }
    @media (min-width: 992px) {
      .main__services .heading {
        top: 32%;
        white-space: nowrap; } }
    .main__services .heading__title {
      font-size: 26px;
      margin-bottom: 16px; }
      @media (min-width: 992px) {
        .main__services .heading__title {
          font-size: 60px; } }
    .main__services .heading__subtitle {
      font-size: 13px; }
      @media (min-width: 992px) {
        .main__services .heading__subtitle {
          font-size: 28px; } }
  .main__services-list {
    display: flex;
    position: relative;
    z-index: 10;
    height: 100%;
    flex-direction: column; }
    @media (min-width: 992px) {
      .main__services-list {
        flex-direction: row; } }
  .main__services-item {
    position: relative;
    font-weight: bold;
    color: #fff;
    flex: none;
    width: 100%; }
    @media (min-width: 992px) {
      .main__services-item {
        width: 33.3%;
        flex-grow: 1; } }
    .main__services-item:hover {
      color: #fff; }
      .main__services-item:hover .main__services-item-img {
        filter: grayscale(0); }
      .main__services-item:hover .main__services-item-icon:before {
        background: rgba(217, 217, 217, 0.5); }
    .main__services-item-img {
      position: relative;
      z-index: 5;
      transition: .2s;
      filter: grayscale(1);
      height: 100%; }
      .main__services-item-img:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(16, 16, 16, 0.7);
        transition: .2s;
        z-index: 10; }
      .main__services-item-img img {
        display: block;
        width: 100%;
        object-fit: cover; }
    .main__services-item:not(:first-child) .main__services-item-content {
      flex-direction: column;
      gap: 70px; }
      .main__services-item:not(:first-child) .main__services-item-content-wrap {
        position: static; }
        @media (min-width: 992px) {
          .main__services-item:not(:first-child) .main__services-item-content-wrap {
            position: absolute; } }
    .main__services-item:not(:first-child) .main__services-btn {
      position: static;
      transform: unset; }
    .main__services-item-content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 15;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .main__services-item-content-wrap {
        top: 58%;
        position: absolute; }
    .main__services-item-icon {
      position: relative;
      z-index: 1;
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px; }
      .main__services-item-icon:before {
        content: '';
        width: 90px;
        height: 90px;
        border: 1px solid #757575;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        transition: .2s; }
        @media (min-width: 992px) {
          .main__services-item-icon:before {
            width: 140px;
            height: 140px; } }
    .main__services-item-title {
      font-size: 16px;
      position: relative;
      z-index: 2;
      text-transform: uppercase; }
      @media (min-width: 992px) {
        .main__services-item-title {
          font-size: 24px; } }
      .main__services-item-title span {
        color: #E95522; }
    .main__services-item .main__services-btn {
      z-index: 100;
      display: block; }
      @media (min-width: 992px) {
        .main__services-item .main__services-btn {
          display: none; } }
  .main__services-btn {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 12;
    display: none; }
    @media (min-width: 992px) {
      .main__services-btn {
        bottom: 10%;
        display: block; } }
  .main__services-swipe {
    position: absolute;
    z-index: 10;
    right: 15px;
    top: calc(58% + 21px);
    width: 30px;
    height: 42px; }
    @media (min-width: 992px) {
      .main__services-swipe {
        display: none; } }
.main__advantages {
  background: url("images/bg2.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .main__advantages {
      background-attachment: fixed;
      padding: 162px 0 116px; } }
  .main__advantages .heading {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .main__advantages .heading {
        margin-bottom: 124px; } }
  .main__advantages-list {
    background: rgba(34, 44, 46, 0.8);
    margin-bottom: 45px; }
    @media (min-width: 992px) {
      .main__advantages-list {
        margin-bottom: 105px;
        display: flex;
        justify-content: center; } }
  .main__advantages-item {
    width: 370px;
    max-width: 100%;
    flex: none;
    padding: 20px;
    font-size: 12px; }
    @media (min-width: 992px) {
      .main__advantages-item {
        border-right: 1px solid #5B5B5B;
        font-size: 16px;
        padding: 28px 48px; } }
    .main__advantages-item:last-child {
      border-right: 0; }
    .main__advantages-item-title {
      text-transform: uppercase;
      font-size: 14px;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        .main__advantages-item-title {
          font-size: 22px;
          margin-bottom: 30px; } }
  .main__advantages-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 13px;
    cursor: pointer; }
    .main__advantages-bottom svg {
      width: 18px;
      height: 25px;
      flex: none; }
    .main__advantages-bottom .text span {
      color: #E95522; }
.main__steps {
  background: #222C2E;
  padding: 50px 0;
  color: #fff;
  font-weight: bold; }
  @media (min-width: 992px) {
    .main__steps {
      padding: 150px 0; } }
  .main__steps-list {
    max-width: 1085px;
    margin: 0 auto; }
  @media (min-width: 992px) {
    .main__steps-item {
      display: flex; } }
  .main__steps-item:last-child {
    margin-bottom: 0 !important; }
  .main__steps-item:nth-child(2n) {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .main__steps-item:nth-child(2n) {
        margin-bottom: 157px; } }
    .main__steps-item:nth-child(2n) .main__steps-item-img {
      order: 2; }
      .main__steps-item:nth-child(2n) .main__steps-item-img:before {
        left: -20px;
        top: -20px; }
        @media (min-width: 992px) {
          .main__steps-item:nth-child(2n) .main__steps-item-img:before {
            left: unset;
            top: unset;
            right: -40px;
            bottom: -40px; } }
      .main__steps-item:nth-child(2n) .main__steps-item-img:after {
        left: -20px;
        top: -24px; }
        @media (min-width: 992px) {
          .main__steps-item:nth-child(2n) .main__steps-item-img:after {
            left: unset;
            top: unset;
            right: -40px;
            bottom: -40px; } }
    .main__steps-item:nth-child(2n) .main__steps-item-content {
      order: 1; }
      @media (min-width: 992px) {
        .main__steps-item:nth-child(2n) .main__steps-item-content {
          margin-left: -200px;
          transform: translateX(200px); } }
    .main__steps-item:nth-child(2n) .main__steps-item-step .step-num {
      order: 2; }
    .main__steps-item:nth-child(2n) .main__steps-item-step .step-text {
      order: 1; }
  .main__steps-item:nth-child(2n+1) {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .main__steps-item:nth-child(2n+1) {
        margin-bottom: 77px; } }
    @media (min-width: 992px) {
      .main__steps-item:nth-child(2n+1) .main__steps-item-step {
        margin-left: -157px; } }
    .main__steps-item:nth-child(2n+1) .main__steps-item-img:before {
      left: -20px;
      top: -20px; }
      @media (min-width: 992px) {
        .main__steps-item:nth-child(2n+1) .main__steps-item-img:before {
          left: -40px;
          top: -40px; } }
    .main__steps-item:nth-child(2n+1) .main__steps-item-img:after {
      left: -20px;
      top: -24px; }
      @media (min-width: 992px) {
        .main__steps-item:nth-child(2n+1) .main__steps-item-img:after {
          left: -40px;
          top: -44px; } }
  .main__steps-item-img {
    flex: none;
    position: relative;
    z-index: 5;
    width: 85%;
    margin: 0 auto; }
    @media (min-width: 992px) {
      .main__steps-item-img {
        width: auto;
        margin: 0; } }
    .main__steps-item-img img {
      display: block; }
    .main__steps-item-img:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-image: linear-gradient(90deg, #fff, #fff 75%, transparent 75%, transparent 100%);
      background-size: 20px 1px; }
    .main__steps-item-img:after {
      content: '';
      position: absolute;
      width: 1px;
      height: 100%;
      background-image: linear-gradient(0deg, #fff, #fff 75%, transparent 75%, transparent 100%);
      background-size: 1px 20px; }
  .main__steps-item-content {
    position: relative;
    z-index: 10;
    padding-top: 30px; }
    @media (min-width: 992px) {
      .main__steps-item-content {
        padding-top: 72px;
        margin-left: -235px; } }
  .main__steps-item-step {
    display: flex;
    text-transform: uppercase;
    line-height: 1;
    font-size: 50px;
    gap: 10px; }
    @media (min-width: 992px) {
      .main__steps-item-step {
        gap: 40px;
        font-size: 128px; } }
    .main__steps-item-step .step-num {
      color: #E95522; }
  .main__steps-item-title {
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 992px) {
      .main__steps-item-title {
        font-size: 26px;
        margin-bottom: 30px; } }
  .main__steps-item-text span {
    color: #E95522; }
  .main__steps-item-text .step-1-phone {
    font-size: 18px;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .main__steps-item-text .step-1-phone {
        margin-top: 30px;
        font-size: 30px; } }
    .main__steps-item-text .step-1-phone-title {
      text-transform: uppercase;
      font-size: 14px; }
      @media (min-width: 992px) {
        .main__steps-item-text .step-1-phone-title {
          font-size: 18px; } }
      .main__steps-item-text .step-1-phone-title a {
        display: flex;
        align-items: center;
        gap: 8px; }
        @media (min-width: 992px) {
          .main__steps-item-text .step-1-phone-title a {
            gap: 14px; } }
      .main__steps-item-text .step-1-phone-title svg {
        width: 26px;
        height: 26px;
        fill: #E95522; }
        @media (min-width: 992px) {
          .main__steps-item-text .step-1-phone-title svg {
            width: 36px;
            height: 36px; } }
      .main__steps-item-text .step-1-phone-title a:hover {
        color: #fff; }
    .main__steps-item-text .step-1-phone-value {
      color: #E95522;
      margin-bottom: 10px; }
      @media (min-width: 992px) {
        .main__steps-item-text .step-1-phone-value {
          margin-bottom: 20px; } }
  .main__steps-item-text .step-2-phone {
    margin-top: 30px; }
    .main__steps-item-text .step-2-phone-title {
      text-transform: uppercase;
      margin-bottom: 11px; }
      .main__steps-item-text .step-2-phone-title a:hover {
        color: #fff; }
    .main__steps-item-text .step-2-phone-value {
      color: #E95522;
      font-size: 23px; }
      @media (min-width: 992px) {
        .main__steps-item-text .step-2-phone-value {
          font-size: 33px; } }
.main__about {
  background: url("images/bg-about.jpg") no-repeat 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .main__about {
      padding: 150px 0 184px; } }
  .main__about .logo {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .main__about .logo {
        margin-bottom: 90px; } }
    .main__about .logo img {
      width: 100px; }
      @media (min-width: 992px) {
        .main__about .logo img {
          width: auto; } }
  .main__about .heading__title {
    font-size: 22px; }
    @media (min-width: 992px) {
      .main__about .heading__title {
        font-size: 64px; } }
  .main__about-text {
    max-width: 740px;
    margin: 0 auto 80px; }
    @media (min-width: 992px) {
      .main__about-text {
        margin-bottom: 140px; } }
  .main__about-phone-text {
    text-transform: uppercase;
    margin-bottom: 4px; }
    @media (min-width: 992px) {
      .main__about-phone-text {
        margin-bottom: 13px; } }
  .main__about-phone-value a {
    color: #E95522;
    font-size: 24px; }
    @media (min-width: 992px) {
      .main__about-phone-value a {
        font-size: 35px; } }

.dep {
  position: relative;
  background: url("images/vyezd.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .dep {
      padding: 135px 0; } }
  .dep__title1 {
    font-size: 22px; }
    @media (min-width: 992px) {
      .dep__title1 {
        font-size: 72px; } }
  .dep__title2 {
    font-size: 14px;
    color: #E95522;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .dep__title2 {
        margin-bottom: 30px;
        font-size: 45px; } }
  .dep__title3 {
    font-size: 14px;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .dep__title3 {
        font-size: 27px;
        margin-bottom: 100px; } }
  .dep__contacts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 66px; }
  .dep__qr {
    display: none; }
    @media (min-width: 992px) {
      .dep__qr {
        display: block; } }
  .dep__btn {
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .dep__btn {
        margin-bottom: 26px; } }
  .dep__phone {
    font-size: 18px; }
    @media (min-width: 992px) {
      .dep__phone {
        font-size: 31px; } }

.gar {
  background: url("images/gar.jpg") no-repeat 50% 50%;
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 50px 0; }
  @media (min-width: 992px) {
    .gar {
      background-attachment: fixed;
      padding-top: 223px; } }
  .gar .logo {
    margin-bottom: 50px; }
    .gar .logo img {
      width: 100px; }
      @media (min-width: 992px) {
        .gar .logo img {
          width: auto; } }
  .gar .heading {
    margin-bottom: 60px; }
    @media (min-width: 992px) {
      .gar .heading {
        margin-bottom: 216px; } }
    .gar .heading__title {
      font-size: 18px;
      margin-bottom: 5px; }
      @media (min-width: 992px) {
        .gar .heading__title {
          margin-bottom: 0;
          font-size: 46px; } }
    @media (min-width: 992px) {
      .gar .heading__subtitle {
        font-size: 22px; } }

.about {
  background: #222C2E;
  color: #fff;
  padding-top: 61px;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .about {
      padding-top: 94px;
      padding-bottom: 150px; } }
  .about__top {
    position: relative; }
    .about__top > img {
      display: block; }
    .about__top-content {
      padding: 0 15px 15px;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      @media (min-width: 992px) {
        .about__top-content {
          padding-bottom: 92px; } }
      .about__top-content .heading {
        margin-bottom: 0; }
        .about__top-content .heading__title {
          font-size: 22px; }
          @media (min-width: 992px) {
            .about__top-content .heading__title {
              font-size: 66px; } }
  .about .title {
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    font-size: 18px;
    padding: 30px 0; }
    @media (min-width: 992px) {
      .about .title {
        padding: 65px 0;
        font-size: 36px; } }
    .about .title:before {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: url("images/logo.png") no-repeat;
      background-size: contain;
      opacity: 0.3;
      z-index: -1;
      left: -5px;
      width: 90px;
      height: 62px; }
      @media (min-width: 992px) {
        .about .title:before {
          left: -45px;
          width: 207px;
          height: 140px; } }
  .about .text .orange {
    color: #E95522;
    font-weight: bold; }
  .about .text p {
    margin: 15px 0; }
    @media (min-width: 992px) {
      .about .text p {
        margin: 30px 0; } }
    .about .text p:first-child {
      margin-top: 0; }
    .about .text p:last-child {
      margin-bottom: 0; }

.certs {
  display: flex;
  margin-top: 40px;
  gap: 15px;
  flex-wrap: wrap; }
  @media (min-width: 992px) {
    .certs {
      gap: 30px;
      margin-top: 80px;
      flex-wrap: nowrap; } }
  .certs__item {
    width: calc(50% - 7.5px); }
    @media (min-width: 992px) {
      .certs__item {
        width: auto; } }
    .certs__item img {
      display: block; }

.service__banner {
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 140px 0 100px;
  background-position: center;
  background-size: cover; }
  @media (min-width: 992px) {
    .service__banner {
      background-size: unset;
      background-attachment: fixed;
      padding: 228px 0 200px; } }
  .service__banner-block {
    width: 670px;
    max-width: 100%;
    margin: 0 auto; }
  .service__banner-title {
    text-transform: uppercase;
    line-height: 1; }
    .service__banner-title span {
      display: block; }
    .service__banner-title.service-36 .line1 {
      font-size: 60px; }
      @media (min-width: 992px) {
        .service__banner-title.service-36 .line1 {
          font-size: 126px; } }
    .service__banner-title.service-36 .line2 {
      font-size: 25px; }
      @media (min-width: 992px) {
        .service__banner-title.service-36 .line2 {
          font-size: 52px;
          margin-top: -5px; } }
    .service__banner-title.service-38 .line1 {
      font-size: 26px; }
      @media (min-width: 992px) {
        .service__banner-title.service-38 .line1 {
          font-size: 65px; } }
    .service__banner-title.service-38 .line2 {
      font-size: 50px; }
      @media (min-width: 992px) {
        .service__banner-title.service-38 .line2 {
          margin-top: -5px;
          font-size: 126px; } }
    .service__banner-title.service-40 {
      font-size: 40px; }
      @media (min-width: 992px) {
        .service__banner-title.service-40 {
          font-size: 94px; } }
  .service__banner-subtitle {
    color: #E95522;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .service__banner-subtitle {
        font-size: 24px;
        margin-bottom: 30px; } }
  .service__banner-text {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .service__banner-text {
        margin-bottom: 50px;
        padding: 0; } }
  .service__banner-bottom {
    color: #E95522;
    font-size: 16px;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .service__banner-bottom {
        font-size: 24px;
        margin-bottom: 50px; } }
  .service__banner .scroll-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 35px;
    cursor: pointer; }
    .service__banner .scroll-down svg {
      width: 30px;
      height: 15px;
      stroke: #fff;
      fill: none; }
.service__info {
  font-weight: bold;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .service__info {
      padding-bottom: 115px; } }
.service__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px 0 20px;
  gap: 20px; }
  @media (min-width: 992px) {
    .service__title {
      gap: 30px;
      margin: 68px 0 50px; } }
  .service__title-icon {
    position: relative;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px; }
    @media (min-width: 992px) {
      .service__title-icon {
        width: 80px;
        height: 80px; } }
    .service__title-icon:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      border: 1px solid #757575;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
.service__description {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .service__description {
      margin-bottom: 90px; } }
.service__blocks-item {
  margin-bottom: 105px; }
  .service__blocks-item:last-child {
    margin-bottom: 0; }
  .service__blocks-item-title {
    text-align: center;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .service__blocks-item-title {
        margin-bottom: 100px; } }
  .service__blocks-item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    @media (min-width: 992px) {
      .service__blocks-item-list {
        gap: 30px; } }
    .service__blocks-item-list-item {
      position: relative;
      width: 100%; }
      @media (min-width: 992px) {
        .service__blocks-item-list-item {
          width: calc(50% - 15px); }
          .service__blocks-item-list-item:first-child:before, .service__blocks-item-list-item:last-child:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-image: linear-gradient(90deg, #fff, #fff 75%, transparent 75%, transparent 100%);
            background-size: 20px 1px; }
          .service__blocks-item-list-item:first-child:after, .service__blocks-item-list-item:last-child:after {
            content: '';
            position: absolute;
            width: 1px;
            height: 100%;
            background-image: linear-gradient(0deg, #fff, #fff 75%, transparent 75%, transparent 100%);
            background-size: 1px 20px; }
          .service__blocks-item-list-item:first-child:before {
            left: -20px;
            top: -20px; }
          .service__blocks-item-list-item:first-child:after {
            left: -20px;
            top: -24px; }
          .service__blocks-item-list-item:last-child:before {
            right: -20px;
            bottom: -20px; }
          .service__blocks-item-list-item:last-child:after {
            right: -20px;
            bottom: -20px; } }
      .service__blocks-item-list-item > img {
        display: block; }
      .service__blocks-item-list-item-content {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px; }
        @media (min-width: 992px) {
          .service__blocks-item-list-item-content {
            padding: 25px; } }
      .service__blocks-item-list-item-text {
        font-size: 13px; }
        @media (min-width: 992px) {
          .service__blocks-item-list-item-text {
            font-size: 22px; } }
      .service__blocks-item-list-item-price {
        color: #E95522;
        font-size: 22px; }
        @media (min-width: 992px) {
          .service__blocks-item-list-item-price {
            font-size: 48px; } }

/*# sourceMappingURL=template_styles.css.map */
