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

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details,
/* 1 */
menu {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}

input,
textarea {
  -moz-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  font-family: "Sofia Sans";
}

html,
body {
  margin: 0px 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
  -ms-text-size-adjust: auto;
  -webkit-text-size-adjust: auto;
  font-family: "Sofia Sans";
}

.all {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.all__data {
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.line-clear {
  width: 100%;
}

.header {
  width: 100%;
  position: relative;
  min-height: -moz-calc(100vh - 50px);
  min-height: calc(100vh - 50px);
}

.header--page
{
  max-height: unset;
    min-height: unset;
    height: auto;
    background: rgb(0 0 0 / 60%);
}

.header-line {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0px;
  height: 158px;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  font-size: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-top: 50px;
}

.header--page .header-line
{
  position: relative;
}

.header__video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}

.header__logo {
  max-width: 190px;
  display: inline-block;
  vertical-align: middle;
}

.header__logo img {
  width: 100%;
}

.main {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
  padding-top: 10px;
}

.main__item {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-right: 15px;
}

.main__link {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.main__link:hover {
  border-bottom: 2px solid #00AEEF;
}

.header__contact {
  position: absolute;
  right: 0;
  top: -30px;
  width: 135px;
}

.header__l {
  display: block;
  width: 100%;
  padding-bottom: 6px;
  font-size: 16px;
  color: #fff;
}

.header__l a {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}

.header__l span {
  display: block;
  font-size: 12px;
}

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 5px;
}

.social--header {
  padding-top: 5px;
}

.social--footer {
  padding-left: 40px;
  padding-top: 22px;
}

.social__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.social--footer .social__item img {
  width: 32px;
  height: 32px;
}

.header-box {
  min-height: -moz-calc(100vh - 150px);
  min-height: calc(100vh - 150px);
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: -moz-calc(100% - 158px);
  height: calc(100% - 158px);
  padding: 30px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.base-block {
  width: 1350px;
  margin: 0 auto;
  position: relative;
}

.btn-buy {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
  margin-top: 80px;
  cursor: pointer;
}

.btn-buy::after {
  content: '';
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.complex {
  padding-top: 68px;
}

.complex-box {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 48px;
}

.complex-box__d1 {
  -moz-box-flex: 0;
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  width: 500px;
}

.complex__title {
  color: #202020;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
  padding-bottom: 20px;
  font-family: "Marvin Visions";
}

.complex__text {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

.complex-box__d2 {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 120px;
}

.types {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  text-align: right;
}

.types__item {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.4px;
  padding: 8px 13px;
  text-decoration: none;
  cursor: pointer;
}

.types__item--active {
  background: #00AEEF;
  color: #fff;
}

.complex-data {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
}

.complex-data__d1 {
  -moz-box-flex: 0;
  -ms-flex: 0 0 742px;
  flex: 0 0 742px;
  width: 742px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.complex-item {
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 2 - 15px);
  flex: 0 0 calc(100% / 2 - 15px);
  margin-right: 15px;
  color: #fff;
  height: 356px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.complex-item__data {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  color: #fff;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  left: 0px;
  height: 130px;
}

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

.complex-item__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  visibility: hidden;
  position: absolute;
  bottom: 10px;
}

.complex-item:hover .complex-item__text {
  visibility: visible;
}

.complex-data__d2 {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.complex-base {
  width: 100%;
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  color: #fff;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
}

.complex-base__data {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  display: block;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  color: #fff;
  padding: 50px;
}

.complex-base__title {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 44.8px;
  padding-bottom: 10px;
}

.complex-base__text {
  font-size: 18px;
}

.complex-base__text p {
  padding-bottom: 25px;
}

.price {
  width: 100%;
  background: url(../images/bg1.png) no-repeat center center;
  height: 875px;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  -moz-background-size: cover;
  background-size: cover;
}

.price__title {
  text-align: center;
  color: #fff;
  font-family: "Marvin Visions";
  padding-top: 120px;
  color: #FFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 55.419px;
  padding-bottom: 60px;
}

.price-list {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-flex: wrap;
  -ms-flex: wrap;
  flex: wrap;
  gap: 20px;
}

.price-item {
  width: 635px;
  -moz-box-flex: 0;
  -ms-flex: 0 0 635px;
  flex: 0 0 635px;
  height: 600px;
  background: #fff;
  margin-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 95px 0 0 80px;
}

.price-item__title {
  color: #0B0914;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 30px;
}

.price-item__hour {
  color: #0B0914;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  border-bottom: dashed #A9A9AA;
  width: 75%;
  padding-bottom: 20px;
  margin-bottom: 52px;
}

.price-item__hour span {
  font-size: 18px;
  line-height: 40px;
}

.price-item__notlimit {
  color: #0B0914;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 40px;
}

.price-item__notlimit b {
  font-weight: bold;
}

.price-item__notlimit span {
  font-size: 18px;
  line-height: 40px;
}

.price-item__desc {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90%;
}

.price-item__desc p {
  color: #0B0914;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin: 0 20px;
  padding: 10px 0;
}

.time {
  width: 100%;
  padding-top: 66px;
  padding-bottom: 20px;
}

.time__title {
  text-align: center;
  color: #202020;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 55.419px;
  text-align: center;
  font-family: "Marvin Visions";
  padding-bottom: 100px;
}

.time-line {
  font-size: 0px;
  width: 100%;
  padding-bottom: 20px;
}

.time-line__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}

.time-line__title {
  color: #323232;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  width: 75%;
  height: 170px;
  font-weight: bold;
}

.time-line__t {
  color: #00AEEF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
  position: relative;
  height: 100px;
}

.time-line__t::before {
  display: block;
  position: absolute;
  left: 0;
  bottom: 14px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  background: #00AEEF;
  width: 18px;
  height: 18px;
}

.time-line__t::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 22px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  background: #00AEEF;
  width: 100%;
  height: 2px;
}

.time-line__desc {
  color: #323232;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  width: 75%;
}

.info-block {
  background: #00AEEF;
  width: 798px;
  padding: 45px 20px;
  margin: 50px auto;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-block__icon {
  padding-right: 10px;
}

.info-block__data {
  color: #FFF;
}

.info-block__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.info-block__desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.form {
  background: url(../images/bg2.png) no-repeat center center fixed;
  height: 850px;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}

.form__title {
  font-family: "Marvin Visions";
  color: #FFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 55.419px;
  padding-top: 110px;
  padding-bottom: 110px;
}

.group-form__title {
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 85px;
}

.group-form__line {
  display: block;
  padding-bottom: 50px;
}

.group-form__line br {
  display: none;
}

.group-form__line p {
  display: inline-block;
  vertical-align: middle;
}

.group-form__input {
  outline: none;
  border: none;
  background: none;
  border-bottom: 1px #fff solid;
  color: #fff;
  width: 223px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 30px;
}

.group-form__input::-moz-placeholder {
  color: #fff;
}

.group-form__input:-ms-input-placeholder {
  color: #fff;
}

.group-form__input::placeholder {
  color: #fff;
}

.group-form__select {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.group-select {
  border: 1px solid #FFFFFF;
  padding: 16px 46px 16px 23px;
  font-size: 18px;
  line-height: 21px;
  margin-left: 28px;
  background: transparent;
  outline: none;
  position: relative;
  color: white;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/select.svg);
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: 85% 50%;
}

.group-select option {
  background: white;
  outline: none;
  border: 0;
  color: black;
}

.group-form__btn {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  border: none;
}

.group-form__btn img {
  padding-left: 20px;
}

.shop {
  width: 100%;
  /*height: 1807px;*/
}

.services {
  background: url(../images/bg3.png) no-repeat;
  height: 1150px;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  -moz-background-size: cover;
  background-size: cover;
}

.services__title {
  font-family: "Marvin Visions";
  color: #FFF;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
  margin: 0;
  padding-top: 120px;
  margin-bottom: 30px;
}

.services__text {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  padding-bottom: 20px;
}

.slider-service-box {
  width: 100%;
}

.slider-service-box__arrows {
  text-align: right;
  padding-bottom: 20px;
}

.slider-service-box__arrow-prev {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.slider-service-box__arrow-prev img {
  width: 100%;
}

.slider-service-box__arrow-next {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.slider-service-box__arrow-next img {
  width: 100%;
}

.slider-service .slick-slide {
  outline: none !important;
}

.slider-service .slick-track {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.service-item {
  background: #F9F9F9;
  padding: 30px 15px 30px 30px;
  margin-right: 15px;
  height: 100%;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 314px;
  margin: 0 auto;
  height: 612px;
}

.service-item__logo {
  display: block;
  width: 100%;
  padding-bottom: 34px;
}

.service-item__logo img {
  height: 61px;
}

.service-item__title {
  color: #323232;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 25px;
}

.service-item__desc {
  color: #323232;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.popup-link {
  color: #00AEEF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  display: none;
  cursor: pointer;
}

.popup-link img {
  width: 40px !important;
  height: 40px !important;
  padding-left: 15px;
}

.service-item:hover .popup-link {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.programm {
  width: 100%;
  padding-top: 62px;
  padding-bottom: 70px;
}

.programm-box {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.programm-box__d1 {
  -moz-box-flex: 0;
  -ms-flex: 0 0 520px;
  flex: 0 0 520px;
  width: 520px;
}

.programm-box__title {
  font-family: "Marvin Visions";
  color: #202020;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
  margin-bottom: 0;
}

.programm-box__d2 {
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 115px;
}

.programm-data {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.programm-list {
  -moz-box-flex: 0;
  -ms-flex: 0 0 660px;
  flex: 0 0 660px;
  width: 660px;
}

.programm-item {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  cursor: pointer;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.programm-item:not(:hover) {
  background-image: none !important;
}

.programm-item:hover {
  opacity: 0.7;
  background-blend-mode: multiply;
  background: #00AEEF;
}

.programm-item__time {
  background: #fff;
  width: 17%;
  margin-right: 40px;
  margin-left: 0;
  padding: 8px 37px;
  border: 1px solid #00AEEF;
  color: #00AEEF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.programm-item__desc {
  width: 70%;
}

.programm-item__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding-bottom: 13px;
  color: #202020;
}

.programm-item__text {
  color: #707070;
  font-weight: 300;
}

.programm-item:hover .programm-item__title {
  color: #fff;
}

.programm-item:hover .programm-item__text {
  color: #fff;
}

.action {
  width: 100%;
  padding-bottom: 180px;
}

.action__title {
  color: #323232;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 55.419px;
  font-family: "Marvin Visions";
  padding-bottom: 65px;
}

.action__text {
  color: #323232;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  width: 50%;
  margin-bottom: 55px;
}

.action-slider-box {
  width: 100%;
  overflow: hidden;
}

.action-slider-box__arrows {
  width: 100%;
  text-align: right;
  padding-bottom: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 5px;
}

.action-slider-box__arrows span {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-left: 20px;
}

.slider-action .slick-track {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.action-slider-box__data {
  width: -moz-calc(100% + 16px);
  width: calc(100% + 16px);
  margin-left: -8px;
}

.action-item {
  width: 100%;
  cursor: pointer;
}

.action-item__image {
  position: relative;
  height: 500px;
  width: 100%;
}

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

.action-item__info {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: none;
  background:#fff
}

.action-item:hover .action-item__info
{
  display: block;
  color: #323232;
  font-size: 28px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
}

.action-item__data {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.action-item__title {
  color: #323232;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.687px;
  margin: 0;
  padding-bottom: 15px;
  font-weight: bold;
}

.action-item__desc {
  width: 90%;
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  color: #323232;
}

.action-item__more {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #00AEEF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.action-item__more img {
  width: 40px !important;
  height: 40px !important;
  padding-left: 15px;
}

.responce {
  width: 100%;
  background: url(../images/bg4.png) no-repeat;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: multiply;
  -moz-background-size: cover;
  background-size: cover;
  padding-bottom: 120px;
}

.responce__title {
  padding-top: 120px;
  color: #FFF;
  font-family: "Marvin Visions";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
}

.responce__text {
  width: 75%;
  padding-top: 20px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 50px;
  margin: 0;
}

.responce-box {
  width: 100%;
}

.responce-box__arrows {
  text-align: right;
  margin-top: -40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-right: 4px;
}

.slider-responce-box__arrow-prev {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  cursor: pointer;
}

.slider-responce-box__arrow-next {
  display: inline-block;
  vertical-align: top;
  margin-left: 7px;
  cursor: pointer;
}

.responce-box__slider {
  width: -moz-calc(100% + 30px);
  width: calc(100% + 30px);
  margin-left: -20px;
  padding-top: 44px;
}

.slider-responce .slick-track {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

.responce-item {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: #fff;
  padding: 45px;
  height: 521px;
}

.responce-item__icon {
  display: block;
  width: 100%;
}

.responce-item__icon img {
  height: 60px;
}

.responce-item__raiting {
  width: 100%;
  display: block;
  padding: 25px 0px;
}

.responce-item__raiting img {
  height: 20px;
}

.responce-item__title {
  color: #323232;
  font-size: 18px;
  font-weight: 600;
  line-height: 145%;
  font-weight: bold;
}

.responce-item__desc {
  color: #323232;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 20px 0px;
}

.responce-item__more {
  color: #00AEEF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer;
}

.responce-item__more img {
  padding-left: 15px;
}

.news {
  width: 100%;
  padding-top: 120px;
}

.news__title {
  margin-bottom: 60px;
  color: #202020;
  font-family: "Marvin Visions";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 105.6px;
}

.news-box {
  width: 100%;
}

.news-box__arrows {
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-bottom: 10px;
}

.news-box__arrow-prev,
.news-box__arrow-next {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}

.news-box-slider {
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  margin-left: -10px;
}

.slider-news .slick-track {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}

.news-item {
  display: block;
  width: 100%;
  cursor: pointer;
}

.news-item__image {
  display: block;
  width: 100%;
  height: 445px;
  margin-bottom: 30px;
}

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

.news-item__data {
  display: block;
  width: 100%;
}

.news-item__title {
  display: block;
  width: 100%;
  color: #302C2A;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  padding-bottom: 30px;
  font-weight: bold;
}

.news-item__text {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  padding-bottom: 20px;
  display: block;
}

.news-item__more {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #302C2A;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.news-item__more img {
  height: 40px;
  padding-left: 15px;
}

.news-item:hover .news-item__title {
  color: #00AEEF;
}

.news-item:hover .news-item__more {
  color: #00AEEF;
}

.contacts {
  width: 100%;
}

.contacts__title {
  font-family: "Marvin Visions";
  margin-top: 120px;
  color: #202020;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 105.6px;
  padding-bottom: 65px;
}

.map-contacts {
  height: 1100px;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  filter: brightness(0.8);
  overflow: hidden;
}

.map-contacts::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  content: '';
}

.footer {
  position: absolute;
  bottom: -40px;
  background: #fff;
  width: 1350px;
  height: 667px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 85px 70px 0 60px;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__d1 {
  -moz-box-flex: 0;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  width: 400px;
}

.footer__logo {
  display: block;
  width: 100%;
  padding-bottom: 20px;
}

.footer__logo img {
  max-width: 100%;
}

.footer__adress {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  color: #0B0914;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 20px;
}

.footer__adress img {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.footer-phones {
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 40px;
}

.footer-phones__line {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 38.477px;
  text-decoration: none;
}

.footer-phones__line span {
  font-size: 14px;
}

.footer-phones__link {
  cursor: pointer;
  text-decoration: none;
  color: #0B0914;
}

.footer-info {
  color: #9F9F9F;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding-top: 30px;
  padding-left: 40px;
  display: block;
  width: 405px;
}

.footer-info--mb {
  display: none;
}

.footer-copyright {
  width: 100%;
  text-align: center;
  -moz-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  color: #202020;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.6px;
  padding: 20px 0px;
}

.footer__d2 {
  -moz-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 400px);
  flex: 0 0 calc(100% - 400px);
  width: 400px;
  font-size: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding-left: 70px;
  padding-top: 136px;
}

.footer-main {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  padding-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.footer-main--t1 {
  padding-top: 30px;
  width: 32%;
}

.footer-main--t2 {
  padding-top: 48px;
  width: 24%;
}

.footer-main__item {
  display: block;
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
  padding-bottom: 25px;
}

.footer-main__link {
  color: #202020;
  cursor: pointer;
  text-decoration: none;
}

.footer-main__link:hover {
  color: #00AEEF;
  text-decoration: underline;
}

.header-mobile {
  display: none;
}

.mobile-menu-list-block {
  display: none;
}

.mobile-menu-list-block {
  display: none;
  width: 33px;
  top: 15px;
  cursor: pointer;
  height: 25px;
  right: 0px;
  z-index: 90;
  position: absolute;
}

.mobile-menu-list {
  display: block;
  width: 33px;
  height: 4px;
  background: #cdcdcd;
  position: absolute;
  top: 8px;
  z-index: 30;
  right: 0px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mobile-menu-list::before {
  display: block;
  content: "";
  width: 33px;
  height: 4px;
  background: #cdcdcd;
  position: absolute;
  top: -10px;
  right: 0px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.mobile-menu-list::after {
  display: block;
  content: "";
  width: 33px;
  height: 4px;
  background: #cdcdcd;
  position: absolute;
  top: 10px;
  right: 0px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.open-main .mobile-menu-list {
  background: transparent;
}

.open-main .mobile-menu-list::before, .open-main .mobile-menu-list::after {
  top: 0px;
  right: 0px;
  bottom: 0;
  width: 35px;
}

.open-main .mobile-menu-list::before {
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open-main .mobile-menu-list::after {
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-list, .mobile-menu-list::before, .mobile-menu-list::after {
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  background: #fff;
}

.main__item--mobile {
  display: none;
}

.up {
  width: 77px;
  height: 76px;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  display: none;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.up img {
  width: 77px;
  height: 76px;
}

@media (max-width: 1366px) {
  .base-block {
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
  }

  .price-item {
    width: -moz-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
    -moz-box-flex: -moz-calc(100% / 2 - 20px);
    -ms-flex: calc(100% / 2 - 20px);
    flex: calc(100% / 2 - 20px);
    margin-right: 0px;
  }

  .service-item {
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 640px;
  }

  .programm-box__d1 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .programm-box__d2 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    padding-top: 30px;
    text-align: left;
  }

  .programm-box__d2 .types {
    text-align: left;
  }

  .programm-list {
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2 - 30px);
    flex: 0 0 calc(100% / 2 - 30px);
    width: -moz-calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
  }

  .action__text {
    margin-bottom: 0px;
  }

  .action {
    padding-bottom: 50px;
  }

  .news__title {
    margin-bottom: 30px;
  }

  .footer {
    width: 100%;
  }
}

@media (max-width: 1279px) {
  .all__data {
    overflow: hidden;
  }

  .main {
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    text-align: center;
  }

  .complex-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .complex-box__d1 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .complex-box__d2 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .complex-box__d2 .types {
    text-align: left;
  }

  .complex-data__d1 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 535px;
    flex: 0 0 535px;
    width: 535px;
  }

  .service-item__desc {
    font-size: 18px;
    line-height: 26px;
  }

  .action-item__image {
    height: 350px;
  }

  .responce-item {
    padding: 35px 20px;
  }

  .news {
    padding-top: 30px;
  }

  .news-item__image {
    height: 326px;
  }

  .footer__d2 {
    padding-left: 20px;
  }

  .footer__d1 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    width: 300px;
  }

  .footer-main--t2 {
    width: 27%;
  }

  .footer-main__item {
    font-size: 18px;
    line-height: 1.4;
  }

  .footer__d2 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    width: 300px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-phones__line {
    line-height: 22px;
    padding-bottom: 20px;
  }

  .contacts .base-block {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .action-item:hover .action-item__info
  {
    display: none !important;
  }
  .complex-data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .complex-data__d1, .complex-data__d2 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .complex-data__d1 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 15px);
    flex: 0 0 calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
  }

  .complex-base {
    width: 100%;
    min-height: 400px;
    padding-top: 100px;
  }

  .complex-box__d2 {
    padding-top: 30px;
  }

  .types {
    overflow: auto;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: static;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }

  .types__item {
    width: 170px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
    text-align: center;
    height: 45px;
    padding: 0;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    border: 1px solid #00AEEF;
    color: #00AEEF;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-right: 20px;
  }

  .types__item--active {
    color: #fff;
  }

  .complex-base__data {
    padding: 25px;
  }

  .complex-base {
    width: 100%;
  }

  .complex-base__text p:last-child {
    padding-bottom: 0px;
  }

  .complex-data__d2 {
    height: 100%;
  }

  .price__title {
    font-size: 45px;
    padding-top: 40px;
    padding-bottom: 35px;
  }

  .price-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .price-item {
    width: 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    padding: 20px;
  }

  .price-item__title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .price-item__hour {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 8px;
    margin-bottom: 25px;
  }

  .price-item__notlimit {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 10px;
  }

  .price-item__desc p {
    font-size: 14px;
  }

  .price {
    height: auto;
    padding-bottom: 20px;
  }

  .complex__title, .time__title, .form__title, .services__title, .programm-box__title, .action__title, .responce__title, .news__title, .contacts__title, .price__title {
    font-size: 30px;
    line-height: 34px;
  }

  .time__title {
    padding-bottom: 20px;
  }

  .complex__text {
    font-size: 14px;
    line-height: 22px;
  }

  .complex {
    padding-top: 20px;
  }

  .time-line__item {
    width: 100%;
    display: block;
    padding-bottom: 30px;
  }

  .time-line__title {
    font-size: 18px;
    line-height: 22px;
    height: auto;
    padding-bottom: 10px;
  }

  .time-line__t {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    height: 65px;
  }

  .time-line__desc {
    font-size: 14px;
    line-height: 22px;
  }

  .info-block {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    text-align: center;
    margin: 30px 0px;
  }

  .info-block__title {
    padding-bottom: 20px;
  }

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

  .group-form__title {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
  }

  .form {
    height: auto;
  }

  .services__title {
    padding-top: 30px;
  }

  .services__text {
    font-size: 14px;
    line-height: 22px;
  }

  .services {
    height: auto;
    padding-bottom: 30px;
  }

  .programm-item {
    display: block;
    width: 100%;
  }

  .programm-list, .programm-data {
    width: 100%;
    display: block;
  }

  .programm-item__time {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 30px;
  }

  .programm-item__desc {
    width: 100%;
  }

  .programm {
    padding-bottom: 30px;
  }

  .action__title {
    padding-bottom: 30px;
  }

  .action__text {
    font-size: 14px;
    line-height: 22px;
  }

  .responce__title {
    padding-top: 30px;
  }

  .responce__text {
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .responce-box__arrows {
    margin-top: 9px;
  }

  .news-item__title {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 15px;
  }

  .news-item__text {
    font-size: 14px;
    line-height: 22px;
  }

  .news-item__image {
    margin-bottom: 18px;
  }

  .contacts__title {
    padding-top: 30px;
    display: none;
  }

  .news {
    padding-bottom: 30px;
  }

  .footer__d1, .footer__d2 {
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .footer-info {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }

  .footer {
    padding-top: 35px;
  }

  .footer__logo img {
    width: 214px;
  }

  .footer__adress {
    font-size: 18px;
    padding-top: 0px;
  }

  .footer__d2 {
    padding-top: 20px;
    padding-left: 0px;
  }

  .footer-main__item {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .footer-main {
    padding-top: 0px;
  }

  .social--footer {
    padding-top: 0px;
  }
}

@media (max-width: 767px) {
	
	.complex-item__text
	{
		visibility:hidden !important;
	}

  .open-main .main {
    display: block;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 420px;
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 50px;
    padding-top: 150px;
    z-index: 3;
  }

  .main__item {
    display: block;
    text-align: left;
    font-size: 22px;
    padding: 10px 0px;
  }

  .main__item--mobile {
    display: block;
    padding-top: 40px;
  }

  .main__link {
    font-size: 22px;
  }

  .mobile-menu-list-block {
    display: block;
  }

  .header-mobile {
    display: block;
    text-align: center;
    position: relative;
    padding-top: 10px;
    height: 34px;
  }

  .main {
    display: none;
  }

  .header__contact {
    display: none;
  }

  .header-line {
    background: none;
    padding-top: 25px;
  }

  .header__logo {
    width: 100%;
    text-align: center;
    display: block;
    max-width: 100%;
  }

  .header__logo img {
    max-width: 312px;
  }

  .complex-item {
    height: 200px;
  }

  .complex-item__data {
    height: 65px;
    padding: 14px;
  }

  .complex-item__name {
    font-size: 14px;
  }

  .group-form__input {
    width: 100%;
    margin-bottom: 25px;
  }

  .complex-base {
    height: auto;
    padding-top: 0px;
  }

  .complex-base__data {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
  }

  .group-form__line {
    margin-bottom: 0px;
    padding-bottom: 0;
  }

  .form__title {
    padding-bottom: 20px;
  }

  .group-form__title {
    padding-bottom: 30px;
  }

  .group-form__line--b {
    text-align: center;
    margin-top: 20px;
  }

  .form {
    padding-bottom: 30px;
  }

  .service-item {
    height: auto;
  }

  .responce-box__slider {
    padding-top: 18px;
  }

  .responce-item {
    height: auto;
  }

  .footer__logo {
    text-align: center;
  }

  .footer__adress {
    text-align: center;
  }

  .footer-phones {
    padding-left: 0px;
    text-align: center;
  }

  .social--footer {
    text-align: center;
    padding-left: 0px;
  }

  .footer-info {
    display: none;
  }

  .footer-main {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-main__item {
    padding-bottom: 10px;
  }

  .footer-info--mb {
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }

  .open-main .main {
    width: 100%;
  }
}

body * {
  max-height: 1000000px;
}

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

p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}



/* dialog */
.dialog {
  display: none;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 150;
  margin: 0;
}

.dialog__closed {
  display: block;
  background-image: url(../images/close-2.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  width: 54px;
  height: 54px;
  border: none;
  margin: 30px 0 30px auto;
  cursor: pointer;
}

.dialog__content {
  width: 100%;
  position: relative;
}

.dialog-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 9999999;
  display: none;
  overflow-y: scroll;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.bodyFix {
  height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  margin: 0;
  touch-action: none;
  position: fixed;
  padding-right: 18px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dialog__title {
  font-size: 48px;
  letter-spacing: -2.4px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  line-height: 1.2;
  margin-bottom: 30px;
}

.dialog__content {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 50px;
  color: #000;
}

.dialog__content p
{
  padding-bottom: 20px;
}

.content
{
  padding-top: 60px;
  color: #202020;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    padding-bottom: 60px;
}

.content h1
{
  color: #202020;
  font-family: Inter;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
  font-family: "Marvin Visions";
  padding-bottom: 20px;
}

.content .big
{
  font-size: 24px;
}

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

.content ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 20px;
}

.content ul li {
  color: #202020;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  list-style: none;
  padding-left: 35px;
}

.content ul li:before {
  content: '';
  width: 24px;
  height: auto;
  aspect-ratio: 1;
  background-image: url(../images/check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.fixed-banner {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #00AEEFCC;
  width: 300px;
  padding: 50px 30px;
  box-shadow: -4px -4px 100px 0px rgba(0, 0, 0, 0.30);
  color: #fff;
  line-height: 1.5;
  z-index: 99;
  box-sizing: border-box;
}

.fixed-banner__close {
  position: absolute;
  background-image: url(../images/close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  border: none;
  width: 36px;
  height: 36px;
  top: -18px;
  left: -50px;
  cursor: pointer;
}

.fixed-banner__text
{
  color:#fff;
}

.fixed-banner p {
  margin: 0 0 1rem;
}


@media (max-width: 1279px) {
  .bodyFix
  {
    padding-right: 0px;
  }
}

@media (max-width: 1023px) {

}

@media (max-width: 767px) {
  .dialog__closed
  {
    width: 30px;
    height: 30px;
    margin: 15px 0 15px auto;
  }
  .dialog__title
  {
    font-size: 20px;
    letter-spacing: normal;
    margin-bottom: 15px;
  }
  .dialog__content
  {
    font-size: 16px;
  }
  .dialog__content p
  {
    padding-bottom: 10px;
  }
  .up
  {
    width: 40px;
    height: 40px;
    right: 30px;
    bottom: 30px;
  }
  .up img
  {
    width: 40px;
    height: 40px;
  }
  .fixed-banner {
      width: 100%;
      max-height: calc(100% - 86px);
      bottom: 0;
      right: 0;
  }
    .fixed-banner__text {
      overflow: auto;
  }
    .fixed-banner__close {
      left: auto;
      right: 0;
      top: -50px;
  }
  .content h1
  {
    font-size: 30px;
  }
  .content .big
  {
    font-size: 20px;
  }
  .content ul li
  {
    font-size: 18px;
  }
}

@media (max-width: 479px) {

}