/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

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

.clearfix:after, .container:after {
  clear: both;
}

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

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

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 70px;
  scrollbar-gutter: stable;
}

body {
  font-family: SegoeUI, Arial, Tahoma, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1A1A1A;
  background: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 1.33;
}

*, *:active, *:focus {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

::-webkit-input-placeholder {
  color: #353535;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #353535;
  opacity: 1;
}

::placeholder {
  color: #353535;
  opacity: 1;
}

.a-page {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
}

.main-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

strong, b {
  font-weight: 700;
}

em, p i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

s {
  text-decoration: line-through;
}

.w-100 {
  width: 100%;
}

.button {
  min-height: 50px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  color: #000;
  font-family: SegoeUI, Arial, Tahoma, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 39px;
  text-align: center;
  background: #FFB800;
  line-height: 1.31;
  border: 1px solid transparent;
  border-radius: 10px;
}

.button:hover {
  background: #FFD900;
}

.button.black-empty-button {
  background: #fff;
  border-color: #000;
}

.button.black-empty-button:hover {
  border-color: #1F9CDB;
  color: #1F9CDB;
}

.button.white-empty-button {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.button.white-empty-button:hover {
  border-color: #FFB800;
  color: #FFB800;
}

.button.blue-empty-button {
  background: transparent;
  border-color: #1F9CDB;
  color: #1f9cdb;
}

.button.blue-empty-button:hover {
  background: #1f9cdb;
  color: #fff;
}

.button.blue-empty-button:hover img {
  filter: brightness(0) invert(1);
}

.button img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  transition: all 0.2s ease-out;
}

.button.small-button {
  padding: 7px 19px;
  min-height: 40px;
  font-size: 14px;
}

button.button {
  cursor: pointer;
  line-height: 1.31;
  font-family: SegoeUI, Arial, Tahoma, sans-serif;
}

.simple-form input, .simple-form textarea, .simple-form select {
  display: block;
  width: 100%;
  height: 50px;
  transition: border-color 0.3s ease-out;
  padding: 0 19px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-family: SegoeUI, Arial, Tahoma, sans-serif;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* .simple-form input.error {
  background-color: rgba(255, 0, 0, 0.05);
} */
.simple-form input::-webkit-input-placeholder, .simple-form textarea::-webkit-input-placeholder, .simple-form select::-webkit-input-placeholder {
  color: #353535;
  opacity: 1;
}

.simple-form input:-moz-placeholder, .simple-form textarea:-moz-placeholder, .simple-form select:-moz-placeholder {
  color: #353535;
  opacity: 1;
}

.simple-form input::-moz-placeholder, .simple-form textarea::-moz-placeholder, .simple-form select::-moz-placeholder {
  color: #353535;
  opacity: 1;
}

.simple-form input:-ms-input-placeholder, .simple-form textarea:-ms-input-placeholder, .simple-form select:-ms-input-placeholder {
  color: #353535;
  opacity: 1;
}

.simple-form input:focus, .simple-form textarea:focus {
  border-color: #FFB800;
}

.simple-form textarea {
  resize: none;
  height: 150px;
  line-height: 1.35;
  padding: 14px 19px;
}

.simple-form .input-block {
  margin-bottom: 20px;
  position: relative;
}

section {
  position: relative;
  z-index: 2;
}

.simple-section {
  margin: 100px 0;
}

h1 {
  font-weight: 700;
  font-size: 66px;
  line-height: 1.09;
  color: #000;
  margin-bottom: 41px;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.33;
  color: #000;
  margin-bottom: 10px;
}

.title-description {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  color: #1F9CDB;
  line-height: 1.6;
}

.title-description.black {
  color: #000;
}

.a-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  color: #000;
  transition: all 0.3s ease-out;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.17);
  width: 100vw;
  padding-right: 15px;
}

.header-top-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #EAEAEA;
}

.header-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -30px;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.33;
}

.header-menu li {
  margin: 0 30px;
}

.header-menu a {
  transition: all 0.3s ease-out;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-menu a:hover {
  color: #1F9CDB;
}

.header-menu-left li a::before, .menu-footer-left li a::before {
  content: '';
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.header-menu-left li:first-child a::before, .menu-footer-left li:first-child a::before {
  background-image: url('../images/book-text.svg');
}

.header-menu-left li:nth-child(2) a::before, .menu-footer-left li:nth-child(2) a::before {
  background-image: url('../images/map.svg');
}

.header-menu-left li:last-child a::before, .menu-footer-left li:last-child a::before {
  background-image: url('../images/gift.svg');
}

.header-menu img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.header-menu.black {
  color: #000;
}

.header-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 13px 0;
}

.header-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.header-logo img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 12px;
}

.header-logo .name {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.38;
}

.header-logo .place {
  font-weight: 600;
  font-size: 15px;
  color: #838383;
  margin-top: 1px;
  line-height: 1.35;
}

.header-phone {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  margin-right: 30px;
  color: #000;
}

.header-phone .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.header-phone img {
  display: block;
}

.header-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-socials a {
  margin: 0 7px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  background: #E8EEF0;
}

.header-socials a:hover {
  background: #e2f3ff;
}

.header-open {
  display: none;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 6px;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  background: #E8EEF0;
  cursor: pointer;
}

.header-open:hover {
  background: #e2f3ff;
}

.header-inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header-inner .buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.header-inner .button {
  margin: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-city {
  position: relative;
  z-index: 5;
  margin-left: 50px;
}

.header-city-toggle {
  font-weight: 700;
  height: 40px;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: #e8eef0;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 15px;
  transition: all 0.3s ease-out;
}

.header-city-toggle:hover {
  background: #e2f3ff;
}

.header-city-toggle.opened {
  background: #e2f3ff;
}

.header-city-toggle.opened .arrow {
  transform: rotate(-45deg);
  margin-top: 4px;
}

.header-city-toggle img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.header-city-toggle .name {
  display: block;
  margin-right: 16px;
}

.header-city-toggle .arrow {
  width: 10px;
  height: 10px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(135deg);
  margin-top: -4px;
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-city-podmenu {
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.16);
  padding: 4px;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
}

.header-city-menu {
  line-height: 1.2;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.31;
}

.header-city-menu a {
  transition: all 0.3s ease-out;
  color: #000;
  display: block;
  white-space: nowrap;
  padding: 10px 16px;
  border-radius: 10px;
}

.header-city-menu .current-menu-item a {
  background-color: #e2f3ff;
  border-radius: 10px;
}

.header-city-menu a:hover {
  background: #1F9CDB;
  color: #fff;
}

.header-city-menu .active {
  color: #000;
  font-weight: 700;
}

.city-confirmation {
  border-radius: 20px;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.17);
  background: #fff;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  width: 294px;
  text-align: center;
  display: none;
}

.city-confirmation .title {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.31;
}

.city-confirmation .buttons {
  margin: 0 -5px;
  display: -ms-flexbox;
  display: flex;
}

.city-confirmation .button {
  margin: 0 5px;
  width: calc(50% - 10px);
  padding-left: 9px;
  padding-right: 9px;
}

.intro-section {
  padding-top: 210px;
  padding-bottom: 99px;
}

.intro-city {
  position: absolute;
  z-index: -4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.intro-city img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

.intro-content {
  position: relative;
  z-index: 3;
}

.intro-text {
  max-width: 700px;
  position: relative;
  z-index: 5;
}

.intro-text .description {
  font-size: 26px;
  line-height: 1.23;
  margin-bottom: 56px;
  color: #000;
}

.intro-information {
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
  background: #1F9CDB;
  border-radius: 20px;
}

.intro-form {
  box-shadow: 0 4px 33px 0 rgba(0, 0, 0, 0.13);
  background: #fff;
  border-radius: 18px 20px 20px 18px;
  width: 380px;
  padding: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.intro-form .button {
  width: 100%;
}

.intro-form .note {
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
  color: #000;
  line-height: 1.31;
}

.intro-form a {
  color: #1F9CDB;
}

.intro-form a:hover {
  text-decoration: underline;
}

.intro-dates {
  color: #fff;
  padding: 20px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.intro-dates .title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 23px;
  line-height: 1.33;
}

.intro-dates-list {
  font-size: 16px;
  font-weight: 600;
}

.intro-dates-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
}

.intro-dates-list li:last-child {
  margin-bottom: 0;
}

.intro-dates-list img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.intro-paraplan {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.paraplan-1 {
  left: 59%;
  top: 0;
  animation: flying 5s linear infinite;
}

.paraplan-2 {
  right: -2%;
  top: 39%;
  animation: flying 3.5s linear infinite;
}

.paraplan-3 {
  left: -12%;
  top: 31%;
  animation: flying 4s linear infinite;
}

@keyframes flying {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(20px);
  }

}

.why-we-section {
  padding: 100px 0 85px;
  background: linear-gradient(180deg, #fff 0%, #e8f8ff 100%);
}

.why-we-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -15px -30px;
  color: #000;
  font-size: 16px;
  text-align: center;
}

.why-we-list li {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 25%;
}

.why-we-list .image {
  margin-bottom: 20px;
}

.why-we-list .image img {
  display: block;
  margin: 0 auto;
  max-width: 190px;
  height: auto;
}

.why-we-list p {
  line-height: 1.31;
}

.why-we-list strong {
  font-weight: 600;
}

.wave {
  pointer-events: none;
  left: 0;
  width: 100vw;
  margin-left: -3px;
  position: absolute;
  z-index: -3;
}

.wave img {
  width: calc(100% + 6px);
  height: auto;
  display: block;
}

.wave.top {
  bottom: 100%;
  margin-bottom: -1px;
}

.wave.bottom {
  top: 100%;
  margin-top: -1px;
}

.wave.inner-top {
  top: -1px;
}

.wave.inner-bottom {
  bottom: -1px;
}

.offers-content {
  position: relative;
}

.offers-block {
  border-bottom: 1px solid #ffb800;
  border-left: 1px solid #ffb800;
  border-right: 8px solid #ffb800;
  border-top: 19px solid #ffb800;
  border-radius: 30px;
  padding: 19px 22px 29px 29px;
  box-shadow: 7px 16px 33px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  margin-bottom: 30px;
}

.offers-block:last-child {
  margin-bottom: 0;
}

.offers-block .gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
  width: 390px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: start;
}

.offers-block .gallery li {
  margin: 0 5px 10px;
  position: relative;
  width: calc(50% - 10px);
  border-radius: 10px;
  overflow: hidden;
}

.offers-block .gallery li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.offers-block .gallery img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.offers-block .qr-code {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.offers-block .qr-code img {
  display: block;
  max-width: 98px;
  height: auto;
}

.offers-block .inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 40px;
  padding: 0 40px;
  border-left: 2px dashed #bdbdbd;
  border-right: 2px dashed #bdbdbd;
  color: #000;
}

.offers-block .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: 1.33;
}

.offers-block .title img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 10px;
}

.offers-block .price-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.offers-block .price {
  margin-right: 20px;
  color: #1F9CDB;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.89;
}

.offers-block .price:last-child {
  margin-right: 0;
}

.offers-block .red {
  color: #ed2828;
}

.offers-block .old-price {
  font-size: 26px;
  line-height: 1.23;
  text-decoration: line-through;
  color: #9d9d9d;
  margin-right: 20px;
}

.offers-block .old-price:last-child {
  margin-right: 0;
}

.offers-block .discount {
  background: #ed2828;
  border-radius: 12px;
  padding: 4px;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1.35;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.offers-block .type {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}

.offers-block .list {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: left;
}

.offers-block .list li {
  margin-bottom: 14px;
  position: relative;
  padding-left: 32px;
  line-height: 1.31;
}

.offers-block .list li:before {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  background: url("../images/square-check.svg") no-repeat;
}

.offers-block .list li:last-child {
  margin-bottom: 0;
}

.paraplan-4 {
  right: -25%;
  top: -20.5%;
  animation: flying 5.5s linear infinite;
}

.paraplan-5 {
  left: -19.8%;
  bottom: 18%;
  animation: flying 3.5s linear infinite;
}

.construction-section {
  background: #8dd2f5;
  padding: 120px 0 104px;
}

.construction-cloud {
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.construction-cloud img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.construction-content {
  position: relative;
  width: 720px;
}

.construction-paraplan {
  position: absolute;
  z-index: 2;
  left: 100%;
  margin-left: 131px;
  bottom: 0;
  margin-bottom: 13px;
  width: 646px;
  animation: flying 3.5s linear infinite;
}

.construction-paraplan img {
  display: block;
  width: 100%;
  height: auto;
}

.construction-paraplan .number {
  position: absolute;
  z-index: 3;
  cursor: pointer;
  border-radius: 10px;
  padding: 10px;
  width: 41px;
  height: 41px;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  transition: all 0.3s ease-out;
}

.construction-paraplan .number.active {
  color: #fff;
}

.construction-paraplan .number.active:after {
  transform: scale(1.15);
  background: #1f9cdb;
}

.construction-paraplan .number:after {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 10px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
  position: absolute;
  transition: all 0.3s ease-out;
}

.construction-paraplan .number-1 {
  left: 17%;
  top: 18.2%;
}

.construction-paraplan .number-2 {
  right: 46%;
  bottom: 24.8%;
}

.construction-paraplan .number-3 {
  left: 28.8%;
  top: 39.5%;
}

.construction-paraplan .number-4 {
  right: 42%;
  top: 27%;
}

.construction-paraplan .number-5 {
  right: 15.8%;
  top: 20.2%;
}

.construction-paraplan .number-6 {
  bottom: 1.5%;
  right: 40.8%;
}

.construction-paraplan .number-7 {
  bottom: 13%;
  left: 31%;
}

.construction-paraplan .number-8 {
  bottom: 8.8%;
  left: 21%;
}

.construction-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px -30px;
}

.construction-list li {
  margin: 0 15px 30px;
  width: calc(50% - 30px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 130px;
  box-shadow: 0 4px 28px 0 rgba(13, 146, 188, 0.33);
  background: #fff;
  border-radius: 20px;
  padding: 13px 18px;
  transition: all 0.3s ease-out;
  color: #000;
  font-size: 16px;
  border: 2px solid transparent;
  cursor: pointer;
}

.construction-list li.active {
  border-color: #1f9cdb;
}

.construction-list .step {
  width: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #1f9cdb;
}

.construction-list .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 4px;
}

.reasons-list-wide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.reasons-list-wide li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 15px 30px;
  width: calc(33.333% - 30px);
  border-radius: 10px 20px 20px 10px;
  background: #f3f6f8;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  min-height: 264px;
  position: relative;
  padding-left: 190px;
}

.reasons-list-wide li:hover {
  background: #E2F3FF;
}

.reasons-list-wide .image {
  width: 190px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.reasons-list-wide .image img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reasons-list-wide .inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px;
}

.reasons-list-wide .title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.2;
}

.reasons-list-wide p {
  margin-bottom: 20px;
}

.reasons-list-wide p:last-child {
  margin-bottom: 0;
}

.reasons-list-wide li .inner a.button::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}

.reasons-list-wide li:first-child .inner a.button::before {
  background-image: url('../images/video.svg');
}

.reasons-list-wide li:nth-child(2) .inner a.button::before {
  background-image: url('../images/camera.svg');
}

.reasons-list-wide li:last-child .inner a.button::before {
  background-image: url('../images/map.svg');
}

.reasons-list {
  margin: 0 -15px -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reasons-list li {
  margin: 0 15px 30px;
  width: calc(20% - 30px);
  border-radius: 10px 10px 20px 20px;
  padding: 0px 20px 20px;
  background: #f3f6f8;
  overflow: hidden;
  text-align: center;
  transition: all 0.3s ease-out;
  font-size: 14px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.reasons-list li:hover {
  background: #E2F3FF;
}

.reasons-list .image {
  margin: 0 -20px 20px;
}

.reasons-list .image img {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: auto;
}

.reasons-list .title {
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 14px;
  line-height: 1.2;
}

.request-content {
  position: relative;
}

.request-inner {
  background: #1F9CDB;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 2;
  padding: 50px 249px 50px 105px;
}

.request-inner h2 {
  color: #fff;
  margin-bottom: 20px;
}

.request-inner .note {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.3;
  margin-top: 10px;
}

.request-inner .note a {
  transition: all 0.3s ease-out;
  text-decoration: underline;
}

.request-inner .note a:hover {
  color: #ffb800;
}

.request-inner .cloud {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.request-inner .cloud img {
  display: block;
}

.request-inner .cloud.left {
  left: 0;
}

.request-inner .cloud.right {
  right: 0;
}

.request-form {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  align-items: flex-start;
}

.request-form .input-block, .request-form .button {
  margin: 0 10px;
  width: calc(33.333% - 20px);
}

.request-paraplan {
  position: absolute;
  z-index: 5;
  right: 2.5%;
  bottom: 14%;
  animation: flying 3.5s linear infinite;
}

.steps-list {
  margin: 0 -10px -20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.steps-list li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 36px 10px 20px;
  width: calc(20% - 20px);
  border-radius: 20px;
  padding: 29px 19px;
  background: #e5f5ff;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  text-align: center;
  position: relative;
  line-height: 1.35;
}

.steps-list li:hover {
  border-color: #1F9CDB;
}

.steps-list .number {
  position: absolute;
  bottom: 100%;
  margin-bottom: 1px;
  right: 29px;
  background: #1f9cdb;
  border-radius: 10px 10px 0 0;
  padding: 0 10px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.steps-list .number img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 6px;
}

.steps-list .image {
  margin-bottom: 20px;
}

.steps-list .image img {
  display: block;
  margin: 0 auto;
  height: auto;
  width: min(100%, 85px);
}

.steps-list .title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.gifts-section {
  background: #1F9CDB;
  margin-top: 136px;
  padding: 149px 0 70px;
}

.gifts-section .cloud {
  position: absolute;
  z-index: -3;
  left: 0;
  bottom: 0;
}

.gifts-section .cloud img {
  display: block;
  width: 100%;
  height: auto;
}

.gifts-inner {
  position: relative;
}

.gifts-content {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.gifts-block {
  position: relative;
  z-index: 3;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(50% - 15px);
  margin: 0 15px;
}

.gifts-block .inner {
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  height: 100%;
}

.gifts-block .button {
  width: 100%;
  margin-top: 30px;
}

.gifts-block h2 {
  margin-bottom: 30px;
}

.gifts-block ul li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 54px;
}

.gifts-block ul li:before {
  content: "";
  left: 0;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  position: absolute;
}

.gifts-block ul li:last-child {
  margin-bottom: 0;
}

.gifts-block .type {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  line-height: 1.35;
  margin-bottom: 6px;
}

.gifts-block .yes:before {
  background: url("../images/check-yes.svg") no-repeat;
  background-size: 100% auto;
}

.gifts-block .no:before {
  background: url("../images/check-no.svg") no-repeat;
  background-size: 100% auto;
}

.gifts-block .no.yess::before {
  background: url("../images/check-yes.svg") no-repeat;
  background-size: 100% auto;
}

.gifts-block .gifts {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: 100%;
  margin-bottom: -25px;
}

.gifts-block .gifts img {
  margin: 0 auto;
  display: block;
  height: auto;
  max-width: 100%;
}

.paraplan-6 {
  left: -16.3%;
  bottom: -8%;
  animation: flying 3.5s linear infinite;
}

.paraplan-7 {
  right: -14.5%;
  bottom: 7%;
  animation: flying 5.5s linear infinite;
}

.example-pic {
  display: block;
  width: 100%;
  height: auto;
}

.reviews-button {
  text-align: center;
  margin-top: 30px;
}

.faq-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -100px;
  width: 100%;
  height: calc(100% + 170px);
  background: linear-gradient(180deg, #fff 0%, #e8f8ff 100%);
}

.faq-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
}

.faq-list {
  padding: 0 15px;
  width: 50%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.faq-block {
  margin-bottom: 10px;
  border: 1px solid rgba(31, 156, 219, 0.51);
  border-radius: 20px;
  background: #fff;
}

.faq-block:last-child {
  margin-bottom: 0;
}

.faq-block .question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 19px 29px;
}

.faq-block .question:hover .arrow {
  border-color: #1F9CDB;
  background: #e2f3ff;
}

.faq-block .question:hover .arrow i {
  border-color: #1F9CDB;
}

.faq-block .question.opened .arrow {
  background: #e2f3ff;
}

.faq-block .question.opened .arrow i {
  transform: rotate(-45deg);
  border-color: #1F9CDB;
  margin-top: 4px;
}

.faq-block .title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.35;
}

.faq-block .arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  background: #f5f5f5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid transparent;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

.faq-block .arrow i {
  width: 10px;
  height: 10px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(135deg);
  margin-top: -4px;
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.faq-block .answer {
  padding: 0 103px 29px 29px;
  display: none;
}

.faq-block p {
  margin-bottom: 14px;
}

.faq-block p:last-child {
  margin-bottom: 0;
}

.faq-block .tel {
  font-weight: 700;
  color: #1F9CDB;
}

.a-footer {
  background: #073952;
  color: #fff;
  padding: 70px 0 26px;
}

.footer-bottom {
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-bottom .buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-bottom .button {
  margin: 0 10px;
}

.footer-bottom .text {
  margin-left: 20px;
  text-align: right;
  font-size: 14px;
  line-height: 1.43;
}

.footer-bottom .text a {
  color: #fff;
  transition: all 0.3s ease-out;
}

.footer-bottom .text a:hover {
  color: #ffb800;
}

.footer-bottom .copyright {
  color: rgba(255, 255, 255, 0.77);
}

.footer-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.footer-block {
  margin: 0 15px;
}

.footer-logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer-logo img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  display: block;
  margin-right: 12px;
}

.footer-logo .name {
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.38;
}

.footer-logo .place {
  font-weight: 600;
  font-size: 14px;
  color: #ffb800;
  margin-top: 1px;
  line-height: 1.35;
}

.footer-menu {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.33;
}

.footer-menu li {
  margin-bottom: 20px;
}

.footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-menu a {
  transition: all 0.3s ease-out;
}

.footer-menu a:hover {
  color: #ffb800;
}

.footer-links {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.31;
}

.footer-links li {
  margin-bottom: 16px;
}

.footer-links li:last-child {
  margin-bottom: 0;
}

.footer-links a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.3s ease-out;
}

.footer-links a:hover {
  color: #ffb800;
}

.footer-links a:hover img {
  filter: brightness(0) invert(80%) sepia(54%) saturate(4326%) hue-rotate(3deg) brightness(104%) contrast(109%);
}

.footer-links img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.footer-phone {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 20px;
}

.footer-phone img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  filter: brightness(0) invert(1);
}

.footer-socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 -7px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-socials a {
  margin: 0 7px;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  background: #fff;
}

.footer-socials a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.certificate-intro-section {
  padding: 150px 0;
}

.certificate-intro-content {
  position: relative;
  z-index: 3;
}

.certificate-intro-text {
  max-width: 1018px;
  position: relative;
  z-index: 5;
}

.certificate-intro-text h1 {
  max-width: 766px;
  margin-bottom: 48px;
}

.breadcrumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 75px;
}

.breadcrumbs li {
  position: relative;
  margin: 0 46px 5px 0;
  max-width: 100%;
}

.breadcrumbs li:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -25px;
  width: 9px;
  height: 9px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #848484;
  border-right: 2px solid #848484;
  transform: rotate(45deg);
}

.breadcrumbs li:last-child {
  margin-right: 0;
}

.breadcrumbs li:last-child:after {
  display: none;
}

.breadcrumbs li:last-child a, .breadcrumbs li:last-child span {
  color: #000;
  font-weight: 600;
}

.breadcrumbs a, .breadcrumbs span {
  display: inline-flex;
  color: #414141;
  align-items: center;
  column-gap: 10px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumb_last strong {
  font-weight: 600;
}

.breadcrumbs span.a-quos {
  font-size: 30px;
  color: #848484;
}

.breadcrumbs a::after {
  content: "";
  width: 9px;
  height: 9px;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #848484;
  border-right: 2px solid #848484;
  transform: rotate(45deg);
}

.paraplan-8 {
  top: 11%;
  left: 70%;
  animation: flying 5s linear infinite;
}

.paraplan-9 {
  top: 19%;
  left: 79%;
  animation: flying 3.5s linear infinite;
}

.certificate-steps {
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.certificate-steps li {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 36px 10px 0;
  width: calc(33.333% - 20px);
  border-radius: 20px;
  padding: 29px 19px;
  background: #fff;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  text-align: center;
  position: relative;
  line-height: 1.35;
  box-shadow: 0 4px 20px 0 rgba(13, 146, 188, 0.31);
}

.certificate-steps li:hover {
  border-color: #1F9CDB;
}

.certificate-steps .number {
  position: absolute;
  bottom: 100%;
  margin-bottom: 1px;
  right: 29px;
  background: #1f9cdb;
  border-radius: 10px 10px 0 0;
  padding: 0 10px;
  height: 36px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.certificate-steps .number img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 6px;
  max-width: 100%;
}

.certificate-steps .image {
  margin-bottom: 20px;
}

.certificate-steps .image img {
  display: block;
  margin: 0 auto;
  height: auto;
}

.certificate-steps .title {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}

.certificate-section {
  background: #1F9CDB;
  margin-top: -22px;
  padding: 60px 0 88px;
  z-index: 1;
}

.certificate-section .cloud {
  position: absolute;
  z-index: -3;
  left: 0;
  bottom: 0;
}

.certificate-section .cloud img {
  display: block;
  width: 100%;
  height: auto;
}

.certificate-type {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  font-size: 16px;
  color: #000;
}

.certificate-type li {
  width: calc(50% - 30px);
  margin: 0 15px;
  box-shadow: 0 4px 20px 0 rgba(13, 146, 188, 0.31);
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 29px;
  border-radius: 20px;
  transition: all 0.3s ease-out;
}

.certificate-type li:hover {
  border-color: #1F9CDB;
}

.certificate-type .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.certificate-type .image img {
  display: block;
  height: auto;
}

.certificate-type .title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 4px;
  line-height: 1.33;
}

.certificate-type .note {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.6;
  color: #1F9CDB;
  margin-bottom: 20px;
}

.certificate-type p {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  text-align: left;
}

.certificate-type p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/pin.svg") no-repeat;
}

.certificate-type p:last-child {
  margin-bottom: 0;
}

/*================= МОДАЛКИ ======================*/
.popup-modal {
  max-width: 420px;
  margin: 30px auto;
  position: relative;
  padding: 30px;
  background: #FFFFFF;
  box-shadow: none;
  border-radius: 20px;
}

.popup-modal .mfp-close {
  top: 30px;
  right: 30px;
  line-height: 1px;
  opacity: 1;
  width: 38px;
  height: 38px;
  text-align: center;
}

.popup-modal .mfp-close img {
  pointer-events: none;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
}

.popup-modal .mfp-close:hover img {
  filter: grayscale(0);
}

.mfp-bg {
  background: #000;
}

.mfp-wrap~.a-page header, .mfp-wrap~.a-page .main-content, .mfp-wrap~.a-page footer {
  filter: blur(7px);
}

.mfp-zoom-in {

  /* start state */

  /* animate in */

  /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.65);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.59;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.65);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.popup-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.33;
  padding-right: 44px;
}

.popup-title img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  margin-right: 10px;
}

.popup-form {
  color: #000;
}

.popup-form .button {
  width: 100%;
}

.popup-form .note {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.31;
}

.popup-form .note a {
  color: #1F9CDB;
}

.popup-form .note a:hover {
  text-decoration: underline;
}

.popup-form .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 20px;
}

.form-count {
  border-top: 1px dashed #bdbdbd;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1.35;
}

.form-count li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}

.form-count .type {
  font-size: 16px;
}

.form-count .value {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 20px;
  text-align: right;
  margin-left: 20px;
}

.form-count .total .type {
  font-size: 18px;
  font-weight: 600;
}

.form-count .total .value {
  color: #1F9CDB;
  font-size: 28px;
}

.checkbox-block {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
}

.checkbox-block input {
  display: none;
}

.checkbox-block input:checked+i {
  background: #FFB800;
}

.checkbox-block input:checked+i:before {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 5px;
  left: 5px;
  background: url("../images/checkbox.svg") center no-repeat;
  background-size: 100% auto;
}

.checkbox-block label {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.31;
}

.checkbox-block label:hover i {
  background: #FFB800;
}

.checkbox-block i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease-out;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 6px;
  background: #EBEBEB;
  margin-right: 15px;
}

.checkbox-block a {
  color: #FFB800;
}

.checkbox-block a:hover {
  text-decoration: underline;
}

.checkbox-block span {
  margin-right: auto;
}

.checkbox-block strong {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1F9CDB;
  margin-left: 10px;
  text-align: right;
  font-weight: 700;
}

.radio-block {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #000;
}

.radio-block input {
  display: none;
}

.radio-block input:checked+i {
  background: #fff !important;
  border-color: #EBEBEB;
}

.radio-block input:checked+i:before {
  opacity: 1;
}

.radio-block label {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  line-height: 1.31;
}

.radio-block label:hover i {
  background: #FFB800;
}

.radio-block i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  transition: all 0.3s ease-out;
  display: block;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 50%;
  background: #EBEBEB;
  margin-right: 15px;
  border: 1px solid transparent;
}

.radio-block i:before {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 4px;
  left: 4px;
  transition: all 0.3s ease-out;
  border-radius: 50%;
  background: #FFB800;
  opacity: 0;
}

.radio-block a {
  color: #FFB800;
}

.radio-block a:hover {
  text-decoration: underline;
}

.radio-block span {
  margin-right: auto;
}

.radio-block strong {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #1F9CDB;
  margin-left: 10px;
  text-align: right;
  font-weight: 700;
}

.certificate-radio {
  border-bottom: 1px dashed #bdbdbd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.certificate-radio label {
  width: calc(50% - 5px);
  display: block;
  cursor: pointer;
}

.certificate-radio label:hover span {
  border-color: #FFB800;
}

.certificate-radio input {
  display: none;
}

.certificate-radio input:checked+span {
  border-color: #FFB800;
}

.certificate-radio input:checked+span:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../images/check-check.svg");
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}

.certificate-radio span {
  display: block;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.26);
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 9px;
  transition: all 0.3s ease-out;
  height: 100%;
  position: relative;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  color: #000;
  line-height: 1.31;
}

.certificate-radio img {
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 100%;
  margin-bottom: 10px;
}

.general-order {
  border-top: 1px dashed #bdbdbd;
  padding-top: 20px;
  margin-top: 20px;
}

label.error {
  display: block;
  font-size: 14px;
  color: red;
  margin-top: 7px;
  padding-left: 2px;
}

.align-items-start {
  align-items: flex-start;
}

.main-pt {
  padding-top: 155px;
}

.main-pb {
  padding-bottom: 50px;
}

.flex-1 {
  flex: 1;
}

.d-grid {
  display: grid;
}

.gap-y-16 {
  grid-row-gap: 1rem;
}

.align-items-start {
  align-items: start;
}

.error-404 .widget_archive {
  display: grid;
  align-items: start;
  row-gap: 1rem;
  justify-content: start;
}

a:visited, a:active {
  color: inherit;
}

/*
=========================
VK comments
=========================
*/
.reviews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin: 40px 0;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
  font-size: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.review-box-img a {
  display: block;
}

.review-box-img img {
  width: 100%;
  object-fit: cover;
}

.review-card-details {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.reviews-box-content {
  flex-grow: 1;
}

.review-card-details a {
  display: inline-block;
  margin-top: 15px;
  color: #0077ff;
  text-decoration: none;
  font-weight: 600;
}

.reviews-box-content {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* start media */
@media (min-width:0) {
  .container {
    width: 100%;
  }

}

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

}

@media (min-width:1020px) {
  .container {
    width: 1000px;
  }

  .header-mobile, .header-overlay {
    display: none !important;
  }

}

@media (min-width:1260px) {
  .container {
    width: 1220px;
  }

}

@media (min-width:1530px) {
  .container {
    width: 1490px;
  }

}

@media (max-width:1529px) {
  .header-menu {
    margin: 0 -20px;
  }

  .header-menu li {
    margin: 0 20px;
  }

  .header-city {
    margin-left: 25px;
  }

  .header-phone {
    font-size: 18px;
    margin-right: 20px;
  }

  .header-inner .button {
    margin: 0 5px;
  }

  .offers-block .inner {
    margin: 0 30px;
    padding: 0 30px;
  }

  .construction-content {
    width: 680px;
  }

  .construction-paraplan {
    margin-left: 5px;
  }

  .reasons-list-wide {
    margin: 0 -10px;
  }

  .reasons-list-wide li {
    margin: 0 10px 20px;
    width: calc(33.333% - 20px);
  }

  .reasons-list-wide li {
    padding-left: 160px;
  }

  .reasons-list-wide .image {
    width: 160px;
  }

  .reasons-list-wide .button {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .reasons-list {
    margin: 0 -10px -20px;
  }

  .reasons-list li {
    margin: 0 10px 20px;
    width: calc(20% - 20px);
  }

  .request-inner {
    padding-left: 80px;
    padding-right: 230px;
  }

  .gifts-section {
    padding-top: 110px;
  }

  .paraplan-4 {
    right: -27%;
  }

  .certificate-type li {
    padding: 14px;
  }

  .certificate-type .image {
    margin-right: 10px;
  }

  .certificate-type .title {
    font-size: 26px;
  }

  .certificate-type .note {
    font-size: 18px;
  }

}

@media (max-width:1259px) {
  .simple-section {
    margin: 70px 0;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 32px;
  }

  .header-menu {
    margin: 0 -12px;
    font-size: 15px;
  }

  .header-menu li {
    margin: 0 12px;
  }

  .header-socials {
    margin: 0 -3px;
  }

  .header-socials a {
    margin: 0 3px;
    height: 34px;
    width: 34px;
  }

  .header-bottom .header-phone {
    width: 34px;
    height: 34px;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.3s ease-out;
    background: #E8EEF0;
    border-radius: 10px;
    margin-right: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: none;
  }

  .header-bottom .header-phone:hover {
    background: #e2f3ff;
  }

  .header-bottom .header-phone .icon {
    margin-right: 0;
  }

  .header-bottom .header-phone img {
    height: auto;
    width: 18px;
  }

  .header-bottom .header-phone span {
    display: none;
  }

  .header-city-toggle {
    font-size: 13px;
    padding-right: 15px;
    padding-left: 10px;
  }

  .header-city-toggle .name {
    margin-right: 12px;
  }

  .header-logo .name {
    font-size: 15px;
  }

  .header-logo .place {
    font-size: 14px;
  }

  .header-inner .button {
    font-size: 13px;
  }

  .intro-text {
    max-width: 600px;
  }

  .intro-text .description {
    font-size: 22px;
  }

  .paraplan-1 {
    left: 62%;
  }

  .paraplan-2 {
    right: -11%;
    top: 46%;
  }

  .offers-block {
    padding-left: 19px;
    padding-right: 19px;
  }

  .offers-block .inner {
    margin: 0 20px;
    padding: 0 20px;
  }

  .offers-block .gallery {
    width: 350px;
  }

  .offers-block .title {
    margin-bottom: 20px;
  }

  .offers-block .price-block {
    margin-bottom: 20px;
  }

  .offers-block .list {
    margin-bottom: 20px;
  }

  .paraplan-4 {
    right: -32%;
  }

  .construction-content {
    width: 580px;
  }

  .construction-list {
    margin: 0 -10px -20px;
  }

  .construction-list li {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
    min-height: 120px;
  }

  .construction-list .name {
    font-size: 18px;
  }

  .construction-paraplan {
    width: 500px;
    margin-left: 0;
  }

  .construction-paraplan .number {
    width: 37px;
    height: 37px;
    padding: 8px;
  }

  .reasons-list-wide {
    margin: 0 -5px;
  }

  .reasons-list-wide li {
    margin: 0 5px 10px;
    width: calc(33.333% - 10px);
    padding: 0 10px 20px;
    display: block;
  }

  .reasons-list-wide .image {
    position: static;
    margin: 0 -10px 20px;
    width: calc(100% + 20px);
    height: auto;
  }

  .reasons-list-wide .inner {
    padding: 0;
  }

  .reasons-list {
    margin: 0 -5px -10px;
  }

  .reasons-list li {
    margin: 0 5px 10px;
    width: calc(20% - 10px);
    padding: 0 10px 20px;
  }

  .reasons-list .image {
    margin-left: -10px;
    margin-right: -10px;
  }

  .reasons-list .title {
    font-size: 17px;
  }

  .request-inner {
    padding-left: 40px;
    padding-right: 180px;
  }

  .steps-list {
    margin: 0 -5px -10px;
  }

  .steps-list li {
    margin: 36px 5px 10px;
    width: calc(20% - 10px);
    padding-left: 9px;
    padding-right: 9px;
  }

  .steps-list .title {
    font-size: 17px;
  }

  .gifts-section {
    padding-top: 90px;
    margin-top: 90px;
  }

  .gifts-block .inner {
    padding: 25px;
  }

  .gifts-block ul li {
    margin-bottom: 25px;
  }

  .faq-content {
    margin: 0 -5px;
  }

  .faq-list {
    padding: 0 5px;
  }

  .faq-block .question {
    padding: 19px;
  }

  .faq-block .answer {
    padding-left: 19px;
    padding-right: 80px;
  }

  .faq-block .title {
    font-size: 18px;
  }

  .faq-bg {
    height: calc(100% + 110px);
    bottom: -70px;
  }

  footer {
    padding: 50px 0 26px;
  }

  .footer-phone {
    font-size: 16px;
  }

  .footer-menu {
    min-width: 160px;
  }

  .paraplan-8 {
    left: 80%;
    top: 5%;
  }

  .paraplan-9 {
    left: 88%;
  }

  .certificate-type li {
    display: block;
    text-align: center;
    padding: 19px;
    padding-top: 0;
  }

  .certificate-type .image {
    margin-right: 0;
  }

  .certificate-type .image img {
    margin: 0 auto;
    max-width: 100%;
  }

}

@media (max-width:1019px) {
  .simple-section {
    margin: 30px 0;
  }

  header {
    padding-right: 0;
  }

  .header-top {
    display: none !important;
  }

  .header-bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 0;
  }

  .header-bottom .header-phone {
    display: -ms-flexbox;
    display: flex;
  }

  .header-inner {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 8px;
  }

  .header-inner .buttons {
    margin: 0 -5px;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .header-inner .button {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 34px;
  }

  .header-city {
    margin-left: 0;
    margin-right: 10px;
  }

  .header-logo {
    margin-right: auto;
  }

  .header-logo img {
    margin-right: 8px;
    height: auto;
    width: 34px;
  }

  .header-logo .place {
    margin-top: 0;
  }

  .header-open {
    display: -ms-flexbox;
    display: flex;
  }

  .header-city-toggle {
    height: 34px;
  }

  .intro-section {
    padding-top: 130px;
    padding-bottom: 50px;
  }

  .intro-section .wave {
    display: none;
  }

  .intro-text {
    max-width: 100%;
  }

  .intro-text .description {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }

  h1 {
    text-align: center;
    font-size: 34px;
    margin-bottom: 20px;
  }

  h2 {
    text-align: center;
    font-size: 26px;
  }

  .title-description {
    text-align: center;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .intro-information {
    margin: 0 auto;
  }

  .paraplan-1 {
    display: none;
  }

  .paraplan-3 {
    top: 3%;
  }

  .paraplan-2 {
    top: 8%;
  }

  .paraplan-2 img {
    height: auto;
    width: 65px;
  }

  .why-we-section {
    padding: 30px 0;
  }

  .why-we-section .wave {
    display: none;
  }

  .why-we-list {
    font-size: 15px;
    margin: 30px -10px -20px;
  }

  .why-we-list li {
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .paraplan-4, .paraplan-5, .paraplan-6, .paraplan-7 {
    display: none;
  }

  .offers-block {
    border-right: 1px solid #ffb800;
    border-top: 10px solid #ffb800;
    padding: 19px;
    padding-top: 10px;
  }

  .offers-block .qr-code {
    display: none;
  }

  .offers-block .inner {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }

  .offers-block .price {
    font-size: 28px;
  }

  .offers-block .button {
    width: 100%;
  }

  .offers-block .old-price {
    font-size: 24px;
  }

  .construction-section {
    padding: 30px 0;
  }

  .construction-section .wave {
    display: none;
  }

  .construction-content {
    width: 100%;
  }

  .construction-paraplan {
    position: relative;
    left: 50%;
    width: 420px;
    margin-left: -210px;
    margin-bottom: 25px;
  }

  .construction-list {
    margin: 0 -5px -10px;
  }

  .construction-list li {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
    min-height: 1px;
  }

  .reasons-list li {
    width: calc(25% - 10px);
  }

  .reasons-list li:last-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    border-radius: 10px 20px 20px 10px;
  }

  .reasons-list li:last-child .image {
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .reasons-list li:last-child .inner {
    padding: 10px 20px;
  }

  .request-inner {
    padding: 20px;
    text-align: center;
  }

  .request-inner .note {
    margin-top: 0;
  }

  .request-form {
    margin: 0;
    display: block;
  }

  .request-form .input-block, .request-form .button {
    margin: 0 0 20px;
    width: 100%;
  }

  .request-paraplan {
    bottom: 75%;
    right: -3%;
  }

  .request-paraplan img {
    height: auto;
    width: 65px;
  }

  .steps-list li {
    width: calc(33.333% - 10px);
    margin-top: 0;
  }

  .steps-list .number {
    bottom: auto;
    top: 16px;
    right: 0;
    border-radius: 10px 0 0 10px;
    height: 30px;
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 0;
  }

  .gifts-section {
    padding-bottom: 30px;
  }

  .gifts-section .wave {
    display: none;
  }

  .gifts-content {
    margin: 0;
    display: block;
  }

  .gifts-block {
    margin: 0 0 120px;
    width: 100%;
  }

  .gifts-block:last-child {
    margin-bottom: 0;
  }

  .gifts-block .gifts img {
    max-width: 540px;
  }

  .gifts-block h2 {
    margin-bottom: 20px;
  }

  .gifts-block ul {
    font-size: 13px;
  }

  .gifts-block ul li {
    margin-bottom: 20px;
  }

  .gifts-block .type {
    font-size: 16px;
  }

  .gifts-block .inner {
    padding-top: 10px;
  }

  .gifts-block .button {
    margin-top: 20px;
  }

  .faq-bg {
    height: calc(100% + 30px);
    bottom: -30px;
  }

  .faq-content {
    display: block;
  }

  .faq-list {
    width: 100%;
    margin-bottom: 10px;
  }

  .faq-list:last-child {
    margin-bottom: 0;
  }

  .faq-block .question {
    padding: 9px;
    padding-left: 19px;
  }

  .faq-block .title {
    font-size: 16px;
  }

  .faq-block .arrow {
    width: 36px;
    height: 36px;
    margin-left: 20px;
  }

  .faq-block .answer {
    padding: 0 60px 9px 19px;
  }

  footer {
    padding-top: 30px;
  }

  .footer-top {
    display: block;
    margin: 0;
  }

  .footer-block {
    margin: 0;
  }

  .footer-contacts {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }

  .footer-phone {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .footer-logo {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-menu li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-menu a {
    display: block;
    padding: 13px 0;
  }

  .footer-links {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-links li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .footer-links a {
    padding: 13px 0;
  }

  .footer-bottom {
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
    margin-top: 20px;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .footer-bottom .text {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }

  .footer-bottom .button {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  html.no-scroll {
    overflow: hidden;
  }

  .header-overlay {
    background: #000;
    opacity: 0.8;
    position: fixed;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    display: none;
  }

  .header-mobile {
    position: fixed;
    z-index: 101;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    overflow: auto;
    padding: 15px 0 20px;
    border-radius: 0 0 20px 20px;
    display: none;
    max-height: 100%;
  }

  .header-mobile .buttons {
    display: block;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  .header-mobile .button {
    margin: 0 0 10px;
    width: 100%;
  }

  .header-mobile .header-logo img {
    width: 44px;
    margin-right: 12px;
  }

  .header-mobile .mobile-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .header-mobile .header-socials {
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -5px;
  }

  .header-mobile .header-socials a {
    margin: 0 5px;
  }

  .header-mobile .header-phone {
    margin-right: 0;
    margin-bottom: 14px;
  }

  .header-mobile .center {
    text-align: center;
  }

  .header-mobile .header-city-podmenu {
    width: 100%;
  }

  .header-mobile .header-city {
    margin-bottom: 20px;
  }

  .header-mobile .header-city-toggle {
    font-size: 14px;
    height: 40px;
    padding: 8px 23px;
  }

  .header-mobile .header-city-toggle .arrow {
    margin-left: auto;
  }

  .header-close {
    cursor: pointer;
    transition: all 0.3s ease-out;
    filter: grayscale(1);
  }

  .header-close:hover {
    filter: grayscale(0);
  }

  .header-close img {
    display: block;
  }

  .header-menu {
    display: block;
    margin: 0;
    text-align: left;
  }

  .header-menu li {
    margin: 0;
    border-bottom: 1px solid #EDEDED;
  }

  .header-menu a {
    padding: 12px 0;
  }

  .header-menu.black {
    border-top: 1px solid #EDEDED;
  }

  .breadcrumbs {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .certificate-intro-section {
    padding: 120px 0 50px;
  }

  .certificate-intro-section .wave {
    display: none;
  }

  .certificate-intro-text h1 {
    max-width: 90%;
    margin: 0 auto 40px;
  }

  .certificate-steps {
    margin: 0 -2px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .certificate-steps li {
    margin-left: 2px;
    margin-right: 2px;
    width: calc(33.333% - 4px);
    border-radius: 10px;
  }

  .certificate-steps .number {
    right: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: -30px;
  }

  .paraplan-8 {
    left: -5%;
    top: 2.5%;
  }

  .paraplan-8 img {
    height: auto;
    width: 85px;
  }

  .paraplan-9 img {
    height: auto;
    width: 86px;
  }

  .certificate-section {
    margin-top: 0;
    padding: 30px 0;
  }

  .certificate-section .wave {
    display: none;
  }

  .certificate-type {
    margin: 0 -5px -10px;
    font-size: 14px;
  }

  .certificate-type li {
    margin: 0 5px 10px;
    width: calc(50% - 10px);
  }

  .certificate-type .title {
    font-size: 24px;
  }

  .certificate-type .note {
    margin-bottom: 15px;
  }

}

@media (max-width:767px) {
  .city-confirmation {
    width: 260px;
  }

  .intro-form {
    width: 65%;
    padding: 20px;
  }

  .why-we-list li {
    width: 50%;
  }

  .why-we-list .image img {
    height: auto;
    width: 120px;
  }

  .offers-block {
    display: block;
  }

  .offers-block .gallery {
    width: calc(100% + 10px);
  }

  .offers-block .inner {
    padding-left: 0;
    margin-left: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-left: none;
    border-top: 2px dashed #bdbdbd;
    text-align: center;
  }

  .offers-block .title {
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 24px;
  }

  .offers-block .price-block {
    -ms-flex-pack: center;
    justify-content: center;
  }

  .offers-block .price {
    margin-right: 15px;
  }

  .offers-block .old-price {
    margin-right: 15px;
  }

  .construction-list li {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 14px;
  }

  .construction-list .step {
    text-align: center;
    margin-right: 0;
    margin-bottom: 5px;
    width: 100%;
    font-size: 26px;
  }

  .construction-list .name {
    font-size: 16px;
  }

  .reasons-list-wide li {
    width: calc(100% - 10px);
  }

  .reasons-list-wide .image img {
    max-height: 280px;
  }

  .reasons-list li {
    width: calc(50% - 10px);
  }

  .reasons-list .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .steps-list li {
    width: calc(50% - 10px);
    padding: 19px 9px;
  }

  .gifts-section {
    padding-top: 70px;
  }

  .gifts-block .gifts img {
    max-width: 480px;
  }

  .request-paraplan {
    right: -5%;
  }

  .breadcrumbs li {
    margin: 0 32px 5px 0;
  }

  .breadcrumbs li:after {
    right: -18px;
  }

  .certificate-intro-section {
    padding-bottom: 30px;
  }

  .certificate-steps {
    font-size: 13px;
  }

  .certificate-steps li {
    padding: 9px;
  }

  .certificate-steps .image {
    margin-bottom: 10px;
  }

  .certificate-steps .title {
    font-size: 14px;
  }

  .certificate-steps .number {
    font-size: 16px;
    height: 30px;
  }

  .certificate-type .title {
    font-size: 20px;
  }

  .certificate-type .note {
    font-size: 16px;
  }

  .certificate-type .image {
    width: 165px;
    margin: 0 auto;
  }

}

@media (max-width:500px) {
  .header-bottom .header-logo img {
    display: none;
  }

  .header-bottom .header-city-toggle {
    padding: 0;
    width: 34px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header-bottom .header-city-toggle span {
    display: none;
  }

  .header-bottom .header-city-toggle .arrow {
    display: none;
  }

  .header-bottom .header-city-toggle img {
    margin-right: 0;
  }

  .header-bottom .button {
    padding: 7px 9px;
    font-size: 12px;
  }

  .header-socials .mobile-hidden {
    display: none;
  }

  .intro-information {
    display: block;
  }

  .intro-form {
    width: 100%;
    border-radius: 18px 18px 20px 20px;
  }

  .intro-dates {
    text-align: center;
    padding: 20px 15px;
  }

  .intro-dates .title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .intro-dates-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -5px;
  }

  .intro-dates-list li {
    margin: 0 5px;
  }

  .construction-paraplan {
    width: 300px;
    margin-left: -150px;
  }

  .construction-paraplan .number {
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .construction-paraplan .number:after {
    border-radius: 4px;
  }

  .reasons-list li {
    font-size: 13px;
  }

  .reasons-list li:last-child .image {
    width: 160px;
  }

  .reasons-list li:last-child .inner {
    padding: 10px 20px;
  }

  .gifts-section {
    padding-top: 50px;
    margin-top: 70px;
  }

  .gifts-block {
    margin-bottom: 85px;
  }

  .gifts-block .gifts img {
    max-width: 100%;
  }

  .footer-bottom .button {
    font-size: 12px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .popup-modal {
    padding: 20px;
  }

  .popup-modal .mfp-close {
    top: 20px;
    right: 20px;
  }

  .certificate-steps {
    font-size: 12px;
  }

  .certificate-steps li {
    padding: 9px;
  }

  .certificate-type {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .certificate-type li {
    width: calc(100% - 10px);
  }

}
