@font-face {
  font-family: SFUIDisplay;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/SFUIDisplay-Light.woff2) format("woff2");
}
@font-face {
  font-family: SFUIDisplay;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/SFUIDisplay-Regular.woff2) format("woff2");
}
@font-face {
  font-family: SFUIDisplay;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/SFUIDisplay-Bold.woff2) format("woff2");
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
:root {
  --bg-color: hsl(0, 0%, 100%);
  --text-color: hsl(0, 0%, 0%);
  --header-text-color: hsl(0, 0%, 59%);
  --brand-color: hsl(0, 0%, 100%);
}
body {
  color: var(--text-color);
  font-family: SFUIDisplay, system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--bg-color);
}
::after,
::before,
a,
span {
  display: inline-flex;
  text-decoration: none;
  color: inherit;
}
button {
  background-color: transparent;
  color: #fff;
}
.site-wrapper {
  overflow-x: hidden;
}
.container {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.container-wide {
  max-width: 1470px;
}
.container-huge {
  max-width: 2064px;
}
.section-title {
  font-size: 36px;
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.header-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.header-top::before {
  content: "";
  background: url(../img/header-pic1.webp) no-repeat;
  position: absolute;
  top: 0;
  left: -520px;
  width: 600px;
  height: 600px;
  z-index: -1;
}
.header-top::after {
  content: "";
  background: url(../img/header-pic2.webp) no-repeat;
  position: absolute;
  top: 0;
  left: 19px;
  width: 600px;
  height: 600px;
  z-index: -1;
}
.header-top__logo-link {
  padding: 15px;
  margin-left: -15px;
  position: relative;
  z-index: 10;
}
.header-top__logo-pic {
  width: 68px;
  height: 71px;
}
.action-block {
  display: flex;
  margin-bottom: -1px;
}
.action-block__btn {
  width: 200px;
  height: 68px;
  padding: 18px 38px 14px 40px;
  background-color: #27c5dc;
  clip-path: polygon(100% 100%, 100% 0, 13% 7%, 0 45%, 0 100%);
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-left: 27px;
  letter-spacing: 0.01em;
}
.action-part {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
}
.action-part__phone {
  font-size: 25px;
  margin-left: auto;
  font-weight: 300;
  margin-top: 5px;
  line-height: 1.5;
}
.change-language {
  margin-right: -5px;
  margin-top: 5px;
  position: relative;
  z-index: 2;
}
.change-language__btn {
  color: #c1c1c1;
  font-size: 15px;
  line-height: 1.8;
  text-transform: uppercase;
  margin: 0 5px;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}
.change-language__btn:focus-within,
.change-language__btn:hover {
  color: #000;
  border-bottom: 3px solid #27c5dc;
}
.menu {
  background-color: #000;
  color: #fff;
  font-size: 15px;
}
.menu-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navbar {
  display: flex;
  margin-left: -12px;
}
.navbar__link {
  padding: 11px 12px;
  transition: 0.3s;
  letter-spacing: 0.02em;
}
.navbar__link:hover {
  background-color: #2b2b2b;
}
.menu__form-select {
  margin-right: 17px;
  position: relative;
}
.menu__city-select {
  font-size: 15px;
  color: #fff;
  border: none;
  padding: 11px 15px;
  background-color: #2b2b2b;
  appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.03em;
}
.menu__form-select::after {
  content: "▼";
  position: absolute;
  left: 160px;
  top: 16px;
  z-index: 100;
  font-size: 8px;
  color: #27c5dc;
}
.menu__btn {
  font-size: 15px;
  border: none;
  padding: 11px 13px;
  transition: 0.3s;
  margin-left: 12px;
  letter-spacing: 0.02em;
}
.menu__btn:hover {
  background-color: #2b2b2b;
}
.hero {
  background: url(../img/hero-pic.webp) no-repeat 50% 50% / cover;
  padding-top: 90px;
  padding-bottom: 260px;
  color: #fff;
}
.hero__content {
  max-width: 750px;
  padding-left: 3px;
}
.hero__title {
  font-size: 50px;
  margin-bottom: 22px;
}
.hero__title span {
  font-weight: 300;
}
.hero__text {
  padding-left: 30px;
  padding-right: 180px;
  border-left: 3px solid #27c5dc;
  line-height: 1.16;
  margin-bottom: 20px;
}
.subparagraph {
  display: flex;
}
.hero__icon {
  margin-right: 20px;
  width: 40px;
  height: 40px;
}
.intermediate-section {
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}
.intermediate-section > .container::before {
  content: "";
  position: absolute;
  top: -140px;
  left: -254px;
  z-index: -1;
  width: 800px;
  height: 650px;
  background: url(../img/section-pic2.webp) no-repeat calc(50% - 236px) -269px;
}
.intermediate-section > .container::after {
  content: "";
  position: absolute;
  top: -140px;
  right: -254px;
  z-index: -1;
  width: 800px;
  height: 650px;
  background: url(../img/section-pic1.webp) no-repeat calc(50% + 155px) -250px;
}
.intermediate-section__text {
  padding: 0 70px;
  margin-bottom: 27px;
}
.intermediate-section__btn {
  border: 3px solid #0a6dc9;
  border-radius: 10px;
  font-weight: 700;
  padding: 10px 47px;
  transition: 0.3s;
}
.intermediate-section__btn:focus-within,
.intermediate-section__btn:hover {
  background: #0a6dc9;
  color: #fff;
}
.offer-section {
  padding: 70px 0;
}
.triggers-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.triggers-block__item {
  width: 466px;
  text-align: center;
}
.triggers-block__pic {
  width: 466px;
  height: 284px;
  border-radius: 30px;
  margin-bottom: 15px;
}
.program-section {
  padding: 70px 0;
}
.program-section > .container-wide::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -24px;
  width: 1000px;
  height: 1100px;
  z-index: -1;
  transform: rotateZ(-3.5deg);
  background: url(../img/prog-sec-pic.webp) no-repeat calc(50% - 22px) 108px;
}
.programs-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.program-block__card {
  width: 710px;
  position: relative;
}
.program-block__card::before {
  content: "14-55 ЛЕТ";
  position: absolute;
  top: 45px;
  right: 0;
  width: 146px;
  height: 57px;
  border-radius: 10px 0 0 10px;
  font-weight: 700;
  padding: 18px 28px 17px 28px;
  background: #fff;
}
.program-block__card:nth-child(2)::before {
  content: "18-55 ЛЕТ";
}
.program-block__card:nth-child(n + 3) {
  margin-top: 20px;
}
.program-block__pic {
  border-radius: 30px 30px 0 0;
  width: 710px;
  height: 284px;
}
.card-bottom {
  border-radius: 0 0 30px 30px;
  background-color: #f2f6f9;
  margin-top: -7px;
  display: flex;
  align-items: center;
}
.program-block__title {
  text-transform: uppercase;
  font-weight: 700;
  padding: 28px 0 24px 37px;
}
.program-block__btn {
  padding: 32px 24px;
  background: #0066c5;
  margin-left: auto;
  border-radius: 0 0 30px 0;
  box-shadow: 0 0 0 #0066c5;
}
.program-block__btn img {
  width: 42px;
  height: 15px;
}
.benefits-section {
  padding: 70px 0;
}
.benefits-block {
  display: flex;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.benefits-block__item {
  width: 344px;
  padding: 0 58px;
  position: relative;
}
.benefits-block__item:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -11px;
  width: 3px;
  height: 183px;
  background-color: #f2f6f9;
}
.benefits-block__item:first-child > .benefits-block__pic {
  padding-top: 36px;
}
.benefits-block__pic {
  width: 130px;
  height: 120px;
  margin-bottom: 14px;
}
.get-consultation {
  padding: 70px 0 145px 0;
}
.consultation-content {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
.get-consultation__fisrt-pic {
  position: absolute;
  top: 0;
  left: -21%;
  z-index: 10;
  width: 258px;
  height: 647px;
  object-fit: cover;
  border-radius: 30px;
}
.get-consultation__offer {
  max-width: 610px;
  padding-left: 90px;
  margin-left: -884px;
}
.get-consultation__title {
  margin-bottom: 40px;
}
.get-consultation__text {
  margin-bottom: 40px;
  padding-right: 17px;
}
.get-consultation__btn {
  font-weight: 700;
  background: #0066c5;
  border-radius: 10px;
  font-size: 17px;
  color: #fff;
  padding: 15px 52px;
  letter-spacing: 0.03em;
}
.get-consultation__second-pic {
  position: absolute;
  top: 0;
  right: -24%;
  width: 1110px;
  height: 647px;
  object-fit: cover;
}
.footer {
  padding-top: 145px;
  padding-bottom: 18px;
}
.footer-wrap {
  padding-top: 18px;
  padding-bottom: 38px;
  text-align: center;
  background: #000;
  color: #fff;
}
.footer__title {
  font-weight: 700;
  margin-bottom: 22px;
}
.social-media {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__link {
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.3s;
  width: 42px;
  font-size: 15px;
  height: 42px;
  align-items: center;
  justify-content: center;
}
.footer__link:focus-within,
.footer__link:hover {
  border: 1px solid #27c5dc;
  color: #27c5dc;
}
.footer__link:nth-child(n + 2) {
  margin-left: 15px;
}
.footer__copyright {
  font-size: 11px;
}
@media (max-width: 1399.98px) {
  .triggers-block__item {
    width: 350px;
  }
  .triggers-block__pic {
    width: 350px;
    height: 213px;
  }
  .program-block__card {
    width: 610px;
  }
  .program-block__pic {
    width: 610px;
    height: 244px;
  }
  .program-block__title {
    font-size: 16px;
  }
  .program-section > .container-wide::after {
    background: url(../img/prog-sec-pic.webp) no-repeat calc(50% + 47px) 148px;
  }
  .benefits-block__item {
    width: 274px;
  }
}
@media (max-width: 1299.98px) {
  .program-block__card {
    width: 560px;
  }
  .program-block__pic {
    width: 560px;
    height: 224px;
  }
  .program-section > .container-wide::after {
    background: url(../img/prog-sec-pic.webp) no-repeat calc(50% + 100px) 118px;
  }
}
@media (max-width: 1199.98px) {
  body {
    font-size: 16px;
  }
  .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .intermediate-section__text {
    padding: 0 110px;
  }
  .intermediate-section > .container::before {
    top: -108px;
    left: -109px;
  }
  .intermediate-section > .container::after {
    top: -155px;
    right: -146px;
  }
  .triggers-block__item {
    width: 306px;
  }
  .triggers-block__pic {
    width: 300px;
    height: 183px;
  }
  .program-section > .container-wide::after {
    background: url(../img/prog-sec-pic.webp) no-repeat calc(50% + 205px) 72px;
  }
  .program-block__card {
    width: 475px;
  }
  .program-block__pic {
    width: 475px;
    height: 190px;
  }
  .program-block__title {
    padding: 20px 0 18px 37px;
  }
  .program-block__btn {
    padding: 28px 24px;
  }
  .benefits-block__item {
    width: 236px;
    padding: 0 38px;
  }
  .get-consultation__second-pic {
    width: 875px;
    height: 510px;
    right: -6%;
  }
}
@media (max-width: 991.98px) {
  .action-part {
    max-width: 230px;
  }
  .action-block {
    align-items: flex-end;
  }
  .menu-wrap {
    justify-content: center;
  }
  .intermediate-section {
    padding-top: 100px;
  }
  .triggers-block {
    justify-content: center;
  }
  .triggers-block__item:nth-child(2) {
    margin-left: 30px;
  }
  .triggers-block__item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .programs-block {
    justify-content: center;
  }
  .program-block__card:nth-child(n + 2) {
    margin-top: 20px;
  }
  .benefits-block {
    position: relative;
  }
  .benefits-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 3px;
    height: 400px;
    background-color: #f2f6f9;
  }
  .benefits-block::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 940px;
    height: 3px;
    background-color: #f2f6f9;
  }
  .benefits-block__item {
    width: 315px;
    padding: 0 68px;
  }
  .benefits-block__item {
    width: 315px;
    padding: 0 68px;
  }
  .benefits-block__item:nth-child(n + 3) {
    margin-top: 50px;
  }
  .benefits-block__item:nth-child(n + 2)::before {
    height: 0;
    width: 0;
  }
}
@media (max-width: 767.98px) {
  .action-block__btn {
    padding: 18px 34px 14px 35px;
  }
  .triggers-block__item {
    width: 360px;
  }
  .triggers-block__item:nth-child(n + 2) {
    margin-left: 0;
    margin-top: 20px;
  }
  .benefits-block {
    justify-content: center;
  }
  .benefits-block::after,
  .benefits-block::before {
    height: 0;
    width: 0;
  }
  .benefits-block__item {
    width: 360px;
    padding: 25px 75px;
  }
  .benefits-block__item:nth-child(n + 2) {
    border-top: 3px solid #f2f6f9;
    margin-top: 0;
  }
  .get-consultation {
    padding-bottom: 70px;
  }
  .get-consultation__offer {
    max-width: 435px;
    padding-left: 0;
    margin-left: -935px;
  }
  .get-consultation__title.section-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .get-consultation__second-pic {
    right: 6%;
  }
}
@media (max-width: 575.98px) {
  body {
    font-size: 14px;
  }
  .container {
    max-width: 100%;
  }
  .section-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .header-top {
    flex-direction: column;
    align-items: center;
  }
  .header-top__logo-link {
    margin-left: 0;
  }
  .action-block {
    flex-direction: column;
    align-items: center;
  }
  .action-block__btn {
    margin-left: 0;
  }
  .menu-wrap {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navbar {
    flex-direction: column;
    align-items: center;
  }
  .menu__form-select {
    display: flex;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
  }
  .menu__btn {
    margin-left: 0;
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .hero__text {
    padding-left: 15px;
    padding-right: 40px;
  }
  .intermediate-section__text {
    padding: 0 27px;
  }
  .triggers-block__item {
    width: 270px;
  }
  .triggers-block__pic {
    width: 270px;
    height: 165px;
  }
  .program-block__card {
    width: 270px;
  }
  .program-block__pic {
    width: 270px;
    height: 108px;
  }
  .program-block__card::before {
    top: 15px;
    width: 110px;
    height: 41px;
    padding: 12px 5px 5px 21px;
  }
  .program-block__title {
    padding: 10px 0 10px 15px;
    font-size: 12px;
  }
  .program-block__btn {
    padding: 22px 24px;
  }
  .program-block__btn img {
    width: 32px;
    height: 11px;
  }
  .benefits-block__item {
    width: 270px;
  }
  .get-consultation__offer {
    max-width: 270px;
    margin-left: -1115px;
  }
  .get-consultation__btn {
    font-size: 12px;
  }
  .get-consultation__second-pic {
    right: 18%;
  }
  footer {
    padding-top: 70px;
  }
}
