@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensans.woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensanssemibold.woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensansbold.woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/opensansextrabold.woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

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

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body {
  font-size: 14px;
  line-height: 16px;
  font-family: "Open Sans", "Arial", sans-serif;
  color: #333;
}
body.no-scroll {
  position:fixed;
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  padding-right: 15px; 
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, button, textarea {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  font-family: "Open Sans", "Arial", sans-serif;
  cursor: pointer;
}

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

::-moz-selection {
  background-color: #D10001;
  color: #ffffff;
}

::selection {
  background-color: #D10001;
  color: #ffffff;
}

.visually-hidden,
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

main {
  display: block;
  padding-top: 135px;
}
@media (max-width: 1199.9px) {
  main {
    padding-top: 103px;
  }
}

.overflow {
  overflow-y: hidden;
}

.container {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1170px;
}
@media (max-width: 1366px) {
  .container {
    max-width: 1170px;
  }
}
@media (max-width: 1199.9px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.9px) {
  .container {
    max-width: 740px;
  }
}
@media (max-width: 767.9px) {
  .container {
    max-width: 540px;
  }
}
@media (max-width: 575.9px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  z-index: 3;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.overlay--visible {
  opacity: 1;
  visibility: visible;
}

.page-header {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  padding: 30px 0;
  z-index: 5;
}
.page-header--bg {
  background: rgb(64, 179, 224); /* светло-синий */
}
.page-header--bg .btn {
  background-color: #ffffff;
  color: rgb(66, 169, 95);
}
.page-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.logo svg {
  display: block;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logo span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #ffffff;
}

.burger {
  display: none;
  width: 30px;
}

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.site-nav__item {
  position: relative;
  margin-right: 25px;
}
.site-nav__item:hover a::after, .site-nav__item:focus a::after {
  width: 100%;
}
.site-nav__item:last-child {
  margin-right: 0;
}
.site-nav__item > a {
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: white;
}
.site-nav__item > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contacts__number {
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  border-bottom: 1px solid transparent;
}
.contacts__number:focus, .contacts__number:hover {
  color: #ffffff;
  border-color: #ffffff;
}
.contacts__phone {
  margin: 0 auto;
}

@media (max-width: 1199.9px) {
  .page-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .main-nav__title {
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #FFFFFF;
  }

  .page-header__nav .main-nav__wrap {
    position: fixed;
    visibility: hidden;
    width: 100%;
    left: 0;
    z-index: 10;
    top: 0;
    max-width: 400px;
    padding: 40px;
    height: 100%;
    overflow-y: auto;
    background: #0088cc;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .page-header__nav .main-nav__wrap--active {
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .page-header .site-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 60px;
    padding-right: 30px;
  }
  .page-header .site-nav__item a {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
  }
  .page-header .site-nav__item a::after {
    display: none;
  }

  .site-nav > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .burger {
    display: block;
    position: relative;
    z-index: 20;
    margin-right: 10px;
  }
  .burger:hover, .burger:focus {
    outline: 0;
  }

  .burger span {
    background: #fff;
    display: block;
    height: 3px;
    margin: 7px 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .burger--active span:last-child {
    -webkit-transform: rotate(45deg) translate(-9px, -9px);
        -ms-transform: rotate(45deg) translate(-9px, -9px);
            transform: rotate(45deg) translate(-9px, -9px);
  }

  .burger--active span:nth-child(2) {
    opacity: 0;
  }

  .burger--active span:first-child {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        -ms-transform: rotate(-45deg) translate(-5px, 5px);
            transform: rotate(-45deg) translate(-5px, 5px);
  }
}
a:not([href]):hover {
  color: #ffffff;
  cursor: pointer;
}

svg g path,
.st11 {
  fill: none;
  stroke: white;
  stroke-width: 1.7999;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}

.btn {
  padding: 8px 15px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  text-align: center;
  background-color: rgb(0, 136, 204); /* Telegram синий */
  border-radius: 25px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.btn:hover,
.btn:focus {
  background-color: #ffffff;
  color: rgb(0, 136, 204); /* синий текст */
  border: 2px solid rgb(0, 136, 204); /* синяя рамка */
}
.btn--big {
  padding: 15px;
  text-transform: uppercase;
}
.btn:hover,
.btn:focus {
  background-color: #ffffff;
  color: rgb(0, 136, 204); /* синий текст при наведении */
  border-color: rgb(0, 136, 204); /* синяя обводка */
}

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

.promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -135px;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
  background-image: url("../img/banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.promo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(3, 3, 3, 0.88)), to(rgba(25, 77, 77, 0.28)));
  background: -o-linear-gradient(left, rgba(3, 3, 3, 0.88) 0%, rgba(25, 77, 77, 0.28) 100%);
  background: linear-gradient(to right, rgba(3, 3, 3, 0.88) 0%, rgba(25, 77, 77, 0.28) 100%);
}
.promo__container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
.promo .container {
  position: relative;
  z-index: 1;
}
.promo__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.promo__title {
  margin-bottom: 0;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  color: #ffffff;
}
.promo__list {
  margin: 10px 0;
}
.promo__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo__item-icon {
  width: 75px;
  height: 75px;
  margin-right: 15px;
}
.promo__item-desc {
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
}
.promo__btn {
  margin: 20px 0;
  width: 100%;
  max-width: 220px;
}

.categories {
  padding: 50px 0;
  padding-bottom: 80px;
}

.categories__list {
  margin-top: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.categories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.categories__item-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.categories__item-img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.categories__item-title {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.categories__item-desc {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
  color: #333;
}

.title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  color: #333;
}

.documents {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
    background-image: url("../img/docs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.documents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0, 0.7);
}

.documents__title {
  color: #fff;
}

.documents__content {
  position: relative;
  z-index: 1;
  color: #fff;
}

.documents__list {
  margin: 40px 0;
  display: block;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}
.documents__list li {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}

.subtitle {
  margin: 30px 0;
  font-size: 16px;
}

.price {
  padding-bottom: 80px;
}
.price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px;
  background-color: #ffffff;
  border: 2px solid #dddfeb;
  border-right-color: transparent;
  color: #333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.price__item:last-child {
  border-color: #dddfeb;
}
.price__item:hover, .price__item:focus {
  z-index: 1;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  border-color: #b62e2e;
  background-color: #b62e2e;
  border-radius: 5px;
  color: #ffffff;
  -webkit-box-shadow: 0px 14px 17px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 14px 17px 1px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.price__item:hover .price__item-learning, .price__item:focus .price__item-learning {
  opacity: 1;
}
.price__item:hover .price__item-btn, .price__item:focus .price__item-btn {
  color: #ffffff;
}
.price__item:hover .price__item-btn:hover, .price__item:hover .price__item-btn:focus, .price__item:focus .price__item-btn:hover, .price__item:focus .price__item-btn:focus {
  color: #b62e2e;
}
.price__item-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}
.price__item-icon svg g path {
  stroke: transparent;
  fill: #dddfeb;
}
.price__item-title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}
.price__item-title span {
  display: block;
}
.price__item-sum {
  margin: 40px 0;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}
.price__item-sum b {
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
}
.price__item-learning {
  text-align: center;
  opacity: 0.5;
}
.price__item-learning strong {
  display: block;
  margin-bottom: 10px;
}
.price__item-learning span {
  display: block;
  margin-bottom: 5px;
}
.price__item-btn {
  margin-top: 40px;
  padding: 12px;
  width: 100%;
  max-width: 100%;
  border-color: #dddfeb;
  background: transparent;
  color: #333;
  text-transform: uppercase;
}

.faq {
  padding-top: 50px;
  background-color: #fff;
}
.faq__title {
  color: #333;
}
.faq__subtitle {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-align: center;
  opacity: 0.5;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0;
}
.faq__list li {
  margin-bottom: 40px;
  width: 45%;
}
.faq__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.faq__item-icon {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  margin-top: -15px;
}
.faq__item-title {
  margin-bottom: 20px;
  font-size: 23px;
  line-height: 26px;
  color: #333;
}
.faq__item-desc {
  font-size: 16px;
  line-height: 18px;
  color: #333;
  opacity: 0.5;
}

.reviews {
  padding: 60px 0;
  background-color: rgb(27, 32, 40);
}

.reviews__title {
  color: #fff;
}

.reviews__subtitle {
  color: #fff;
  opacity: 0.5;
  text-align: center;
  font-size: 16px;
}

.reviews__list {
  margin: 40px 0;
}

.reviews__list li {
  margin-bottom: 20px;
}

.reviews__item {
  background-color: #fff;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.reviews__item-img {
  margin: 0 auto;
}

.reviews__item-img img {
  display: block;
  width: 109px;
  height: 109px;
  border-radius: 50%;
}

.reviews__item-title {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin: 20px 0;
  color: #000;
  font-weight: 700;
}

.reviews__item-desc {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin: 20px 0;
  color: #000;
  opacity: 0.5;
}

.address {
  position: relative;
  height: 400px;
  overflow: hidden;
}
.address iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.address__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.address__wrap {
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
.address__title {
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
  color: #333;
}
.address__text {
  font-size: 18px;
  line-height: 24px;
  color: #333;
  text-align: center;
}

.page-footer {
  padding: 30px 0;
  padding-bottom: 20px;
  background-color: #050505;
}
.page-footer__nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-footer__nav li {
  margin-right: 10px;
}
.page-footer .site-nav > li:not(:last-child) {
  margin-right: 10px;
}
.page-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*модальное окно*/
.modal {
  left: 50%;
  top: 50%;
  padding: 1rem;
  background-color: rgba(0,0,0,.8);

  -webkit-animation-name: modalopen;
  animation-name: modalopen;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal__inner {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 615px;
  margin: 0 auto;
  background-color: #fff;
  border-radius:5px;
  padding: 4rem 6rem 4rem 6rem;
  opacity: 1;
  -webkit-transition: opacity .8s;
  -o-transition: opacity .8s;
  transition: opacity .8s;
  -webkit-animation-name: modalopen;
  animation-name: modalopen;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
}
.modal__close {
  padding: 10px;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.modal__close:focus {
  outline:none;
  border:none;
}
.modal__close:active {
  -webkit-transform: scale(.9, .9);
      -ms-transform: scale(.9, .9);
          transform: scale(.9, .9);
}
.modal__title {
  font-weight: normal;
  font-size: 3rem;
  line-height: 1;
  color: #000;
  text-align: center;
}
.modal .contact__social {
  display: block;
  margin-left: 0;
}
.modal .contact__social a:first-of-type {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}
.modal .contact__social a:last-of-type {
  margin-left: 0;

}
.modal .contact__social a span {
  display: inline-block;
  margin-left: 0.8rem;
  font-size: 16px;
  border-bottom:1px solid transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.modal .contact__social a:hover {-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);}
.modal .contact__social a:hover span { border-color: black}
.modal .contact__social a svg {width:36px; height: 36px;}

.contact__social {display: -webkit-box;display: -ms-flexbox;display: flex; margin-left: 14px;}
.contact__social a:last-of-type {margin-left: 1rem;}

.contact__social a {color: black;-webkit-transition: .3s;-o-transition: .3s;transition: .3s;}
.contact__social a svg {width:24px; height: 24px;}
.contact__social a:hover {-webkit-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);transform:scale(1.1,1.1)}
.contact__social a svg g path {fill:white;}

@-webkit-keyframes modalopen {
  from {
    top: 28%;
    opacity: 0;
  }
  to {
      top: 30%;
      opacity: 1;
  }
}

@keyframes modalopen {
  from {
    top: 28%;
    opacity: 0;
  }
  to {
      top: 30%;
      opacity: 1;
  }
}

@media (max-width: 1199.9px) {
  .page-header {
    padding: 12px 0;
  }

  .promo {
    padding-bottom: 90px;
  }
  .promo::before {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .promo__content {
    margin: 0 auto;
    max-width: none;
  }

  .price__item-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price__item-sum b {
    font-size: 30px;
    line-height: 34px;
  }

  .page-footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .page-footer__nav {
    padding: 0;
  }
  .page-footer__nav .site-nav__item a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991.9px) {
  .price__item {
    padding: 25px;
  }

  .page-footer__nav {
    margin-top: 30px;
  }
  .contact__social {margin-left: 0;}
}
@media (max-width: 767.9px) {
  .promo__title br {
    display: none;
  }

  .price__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .price__item {
    border-right-color: #dddfeb;
    margin-bottom: 20px;
  }
  .price__item:hover, .price__item:focus {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .price__item-btn {
    max-width: 180px;
  }

  .faq__list li {
    width: 100%;
  }
  .modal__inner {
    padding: 3rem 4rem;
  }
  .modal__title {
    font-size: 2.5rem;
  }

}
@media (max-width: 620px) {
  .modal__inner {
    max-width: 92%;
    padding: 2rem;
  }
  .modal__title {
    font-size: 24px;
  }
}
@media (max-width: 575.9px) {
  .promo {
    padding-top: 130px;
    padding-bottom: 50px;
  }
  .promo__title {
    text-align: center;
  }
  .promo__btn {
    margin: 0 auto;
    margin-top: 10px;
    max-width: 180px;
  }

  .main-nav__title {
    font-size: 13px;
    line-height: 18px;
  }

  .btn {
    font-size: 13px;
    line-height: 18px;
  }

  .promo__title {
    margin-bottom: 20px;
  }

  .promo__list li {
    margin-bottom: 20px;
  }

  .promo__item-icon {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px;
    height: 60px;
  }

  .faq__title,
.promo__title,
.title {
    font-size: 30px;
    line-height: 38px;
  }

  .faq__item-title {
    font-size: 20px;
    line-height: 24px;
  }

  .reviews__item {
    padding: 20px;
  }

  .address__title {
    font-size: 30px;
    line-height: 38px;
  }

  .address__text {
    font-size: 14px;
    line-height: 16px;
  }

  .faq__list {
    margin-bottom: 0;
  }

  .page-footer__logo {
    margin-bottom: 15px;
  }
  .modal__title {
    text-align: left;
  }
  .modal .contact__social a:first-of-type {
    margin-top: 2rem;
  }
  .modal__close {
    top: 0.5rem;
    right: 0.5rem;
  }
  footer .contact__social {margin: 0 auto;}
  .contact__social a svg {width:30px; height: 30px;}
}
.modal__inner {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.modal__title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

.modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  cursor: pointer;
}

.contact__social--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.contact__social--centered img {
  transition: transform 0.2s;
}
.contact__social--centered img:hover {
  transform: scale(1.1);
}

.telegram-label {
  font-size: 16px;
  color: #0088cc;
  font-weight: 500;
  margin: 0;
}
.contact__social--centered {
  display: flex;
  justify-content: center;
}

.telegram-button {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0088cc;
  font-weight: 500;
  font-size: 16px;
  transition: transform 0.2s;
}

.telegram-button:hover {
  transform: scale(1.05);
}

