@import "../fonts/stylesheet.css";
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,
sub,
sup,
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%;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  font-family: "Raleway" !important;
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}

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

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.heading-1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
}

.heading-2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 120%;
}

.heading-3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.heading-4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.heading-5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.heading-6 {
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 120% !important;
}

.subtitle-1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.subtitle-2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.body-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.subheading-1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.subheading-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.subheading-3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.subheading-4 {
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.subheading-5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.subheading-6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.paragraph-1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.paragraph-3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
}

.btn-text {
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

@media screen and (max-width: 1200px) {
  .heading-1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
  }
  .heading-2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 120%;
  }
  .heading-3 {
    font-size: 42px;
    font-weight: 600;
    line-height: 120%;
  }
  .heading-4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
  }
  .heading-5 {
    font-size: 20px;
  }
  .heading-6 {
    font-size: 20px !important;
    font-weight: 600;
    line-height: 120%;
  }
  .subtitle-1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
  }
  .subtitle-2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }
  .body-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 120%;
  }
  .subheading-1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }
  .subheading-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 120%;
  }
  .subheading-3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
  }
  .subheading-4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
  }
  .subheading-5 {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
  }
  .subheading-6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
  }
  .paragraph-1 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
  }
  .paragraph-2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
  }
  .paragraph-3 {
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
  }
  .btn-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
  }
  .caption {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
  }
}
@media screen and (max-width: 900px) {
  .heading-1 {
    font-size: 32px;
  }
  .heading-2 {
    font-size: 32px;
  }
  .heading-3 {
    font-size: 32px;
  }
  .heading-4 {
    font-size: 22px;
  }
  .heading-5 {
    font-size: 16px;
  }
  .heading-6 {
    font-size: 18px !important;
  }
  .subtitle-1 {
    font-size: 16px;
  }
  .subtitle-2 {
    font-size: 18px;
  }
  .body-text {
    font-size: 14px;
  }
  .subheading-1 {
    font-size: 16px;
  }
  .subheading-2 {
    font-size: 14px;
  }
  .subheading-3 {
    font-size: 16px;
  }
  .subheading-4 {
    font-size: 14px;
    font-weight: 500;
  }
  .subheading-5 {
    font-size: 14px;
  }
  .subheading-6 {
    font-size: 14px;
  }
  .paragraph-1 {
    font-size: 12px;
  }
  .paragraph-2 {
    font-size: 12px;
  }
  .paragraph-3 {
    font-size: 12px;
    font-weight: 400;
  }
  .btn-text {
    font-size: 16px;
  }
  .caption {
    font-size: 14px;
    font-weight: 400;
  }
}
@media screen and (max-width: 600px) {
  .heading-1 {
    font-size: 26px;
    font-weight: 600;
  }
  .heading-2 {
    font-size: 24px;
  }
  .heading-3 {
    font-size: 22px;
  }
  .heading-4 {
    font-size: 20px;
  }
  .heading-5 {
    font-size: 18px;
  }
  .heading-6 {
    font-size: 16px !important;
    font-weight: 500 !important;
  }
  .subtitle-1 {
    font-size: 16px;
  }
  .subtitle-2 {
    font-size: 16px;
  }
  .body-text {
    font-size: 14px;
  }
  .subheading-1 {
    font-size: 14px;
  }
  .subheading-2 {
    font-size: 14px;
  }
  .subheading-3 {
    font-size: 14px;
    font-weight: 600;
  }
  .subheading-4 {
    font-size: 12px;
    font-weight: 500;
  }
  .subheading-5 {
    font-size: 12px;
  }
  .subheading-6 {
    font-size: 14px;
  }
  .paragraph-1 {
    font-size: 12px;
  }
  .paragraph-2 {
    font-size: 10px;
  }
  .paragraph-3 {
    font-size: 12px;
  }
  .btn-text {
    font-size: 16px;
  }
  .caption {
    font-size: 12px;
    font-weight: 500;
  }
}
.color-red {
  color: rgb(218, 0, 43);
}

.color-pink {
  color: rgb(255, 72, 108);
}

.color-green {
  color: rgb(58, 232, 190);
}

.color-blue {
  color: rgb(9, 162, 228);
}

.color-white {
  color: rgb(255, 255, 255);
}

.color-dark {
  color: rgb(51, 51, 51) !important;
}

.color-grey {
  color: rgb(153, 153, 153);
}

.bg-red {
  background-color: rgb(218, 0, 43);
}

.bg-green {
  background-color: rgb(58, 232, 190);
}

.bg-blue {
  background-color: rgb(9, 162, 228);
}

.bg-white {
  background-color: rgb(255, 255, 255);
}

.bg-grey {
  background-color: rgb(153, 153, 153);
}

.cursor-p {
  cursor: pointer !important;
}

.navigation {
  background-color: #fbfefd;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 600px) {
  .navigation {
    background-color: rgb(255, 255, 255);
  }
}
.navigation__right {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navigation__block {
  height: 90px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.navigation__block .nav__toggle {
  font-size: 1.3rem;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1200px) {
  .navigation__block .nav__toggle {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .navigation__block {
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .navigation__block {
    height: 60px;
    padding: 0 16px;
  }
}
.navigation__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 40px;
}
.navigation__links.show-menu {
  top: 90px;
}
@media screen and (max-width: 900px) {
  .navigation__links.show-menu {
    top: 80px;
    border-top: 1.4px solid rgb(9, 162, 228);
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .navigation__links.show-menu {
    top: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .navigation__links {
    position: fixed;
    width: 100%;
    top: -100%;
    left: 0;
    padding: 1.5rem;
    text-align: center;
    background-color: #fbfefd;
    transition: 0.4s;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    z-index: 100;
  }
}
@media screen and (max-width: 900px) {
  .navigation__links {
    grid-gap: 18px;
    flex-direction: column;
  }
}
@media screen and (max-width: 900px) {
  .navigation__links {
    grid-gap: 12px;
  }
}
.navigation__link {
  cursor: pointer;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  color: rgb(51, 51, 51);
  text-decoration: none;
  font-size: 20px;
}
.navigation__link:hover {
  color: inherit;
}
.navigation__link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 10px;
  background-color: rgb(9, 162, 228);
  transition: all 0.2s;
}
.navigation__link_active::before {
  width: 100%;
}
.navigation__link:hover::before {
  width: 100%;
}
.navigation__link:hover .navigation__link-select svg path {
  fill: rgb(218, 0, 43);
}
.navigation__link:hover .navigation__select-block {
  opacity: 1;
  visibility: visible;
}
.navigation__logo {
  display: flex;
  align-items: center;
  max-width: 190px;
  min-width: 85px;
  cursor: pointer;
}
.navigation__logo img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .navigation__logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 600px) {
  .navigation__logo {
    max-width: 120px;
  }
}
.navigation__actions {
  display: flex;
  align-items: center;
  grid-gap: 32px;
}
@media screen and (max-width: 1200px) {
  .navigation__actions {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .navigation__actions {
    grid-gap: 12px;
  }
}
.navigation__buttons {
  display: flex;
  align-items: center;
  grid-gap: 32px;
}
@media screen and (max-width: 1200px) {
  .navigation__buttons {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .navigation__buttons {
    grid-gap: 12px;
  }
}
@media screen and (max-width: 600px) {
  .navigation__buttons {
    display: none;
  }
}
.navigation__buttons button {
  height: 40px;
  border-radius: 12px;
}
@media screen and (max-width: 900px) {
  .navigation__buttons button {
    height: 30px;
    font-size: 12px;
    border-radius: 8px;
    padding: 8px 12px;
  }
}

.scroll-header {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-user {
  position: relative;
}
.nav-user__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: rgb(253, 244, 244);
  color: rgb(218, 0, 43);
  font-size: 22px;
  font-weight: 600;
}
.nav-user__menu {
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  z-index: 2;
  min-width: 200px;
  padding: 8px 0;
  border-radius: 12px;
  position: absolute;
  background-color: rgb(255, 255, 255);
  top: 65px;
  right: 0;
  box-shadow: 5px 6px 10px rgba(17, 17, 17, 0.05);
  transition: all 0.2s;
}
.nav-user__menu::before {
  content: "";
  background-color: white;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  right: 24px;
  z-index: 1;
  transform: rotate(45deg);
  box-shadow: rgba(149, 157, 165, 0.1) 0px -4px 24px;
}
.nav-user:hover .nav-user__menu {
  visibility: visible;
  opacity: 1;
}
.nav-user__item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 16px;
  transition: all 0.2s;
}
.nav-user__item:hover {
  background-color: rgb(242, 242, 242);
}
.nav-user__item img {
  margin-right: 8px;
}

.footer {
  background-color: rgb(51, 51, 51);
  width: 100%;
}
.footer__block {
  height: 120px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .footer__block {
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .footer__block {
    height: 60px;
    padding: 0 16px;
  }
}
.footer__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  grid-gap: 40px;
}
@media screen and (max-width: 1200px) {
  .footer__links {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .footer__links {
    grid-gap: 18px;
  }
}
@media screen and (max-width: 900px) {
  .footer__links {
    grid-gap: 12px;
  }
}
.footer__link {
  cursor: pointer;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .footer__link {
    display: none;
  }
}
.footer__link:hover {
  color: rgb(255, 255, 255);
}
.footer__link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  transition: all 0.2s;
}
.footer__link_active::before {
  width: 100%;
}
.footer__link:hover::before {
  width: 100%;
}
.footer__link:hover .footer__link-select svg path {
  fill: rgb(218, 0, 43);
}
.footer__link:hover .navigation__select-block {
  opacity: 1;
  visibility: visible;
}
.footer__logo {
  display: flex;
  align-items: center;
  max-width: 214px;
  min-width: 85px;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .footer__logo {
    max-width: 140px;
  }
}
@media screen and (max-width: 900px) {
  .footer__logo {
    max-width: 120px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__politicy {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}

.sidebar {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  padding: 24px 16px 32px 16px;
  box-sizing: border-box;
  overflow-y: auto;
  transition: all 0.3s;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width: 600px) {
  .sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transform: translateX(-100vw);
  }
}
.sidebar::-webkit-scrollbar {
  width: 8px;
}
.sidebar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 4px rgb(153, 153, 153);
  border-radius: 10px;
}
.sidebar::-webkit-scrollbar-thumb {
  background: rgb(255, 0, 50);
  border-radius: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sidebar::-webkit-scrollbar-thumb:hover {
  background: rgb(218, 0, 43);
}
.sidebar .accordion {
  margin-top: 40px;
}
.sidebar__items {
  margin-top: 20px;
  margin-bottom: 20px;
}
.sidebar__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  cursor: pointer;
}
.sidebar__item:not(:last-child) {
  border-bottom: 1px solid rgb(242, 242, 242);
}
.sidebar__item-icon {
  margin-right: 12px;
}
.sidebar__info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
  color: rgb(153, 153, 153);
  border-radius: 12px;
  transition: all 0.2s;
}
.sidebar__info-item svg path {
  fill: rgb(153, 153, 153);
  transition: all 0.2s;
}
.sidebar__info-item:hover {
  background-color: rgb(242, 242, 242);
  color: rgb(51, 51, 51);
}
.sidebar__info-item:hover svg path {
  fill: rgb(51, 51, 51);
}
.sidebar__info-item_active {
  background-color: rgb(242, 242, 242);
  color: rgb(51, 51, 51);
}
.sidebar__info-item_active svg path {
  fill: rgb(51, 51, 51);
}
.sidebar__select:not(:last-child) {
  border-bottom: 1px solid rgb(242, 242, 242);
}
.sidebar__select .sidebar__item {
  border-bottom: none;
}
.sidebar__options {
  display: none;
}
.sidebar__options_active {
  display: inherit;
}
.sidebar__option {
  padding: 12px;
}
.sidebar__buttons .button {
  width: 100%;
}
.sidebar__buttons .button:not(:last-child) {
  margin-bottom: 16px;
}
.sidebar__bottom {
  border-top: solid 1px rgb(232, 232, 232);
  padding: 12px 0;
}
.sidebar__top {
  display: grid;
  grid-gap: 30px;
}
.sidebar__balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}

.di-flex {
  display: flex;
}

.flex-d-column {
  flex-direction: column;
}

.jus-content-between {
  justify-content: space-between;
}

.jus-content-center {
  justify-content: center !important;
}

.jus-content-end {
  justify-content: end;
}

.jus-content-start {
  justify-content: start;
}

.al-items-center {
  align-items: center;
}

.di-inline-block {
  display: inline-block;
}

.di-none {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .tab-none {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .phone-none {
    display: none !important;
  }
}

.tab-show {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .tab-show {
    display: inherit !important;
  }
}

.phone-show {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .phone-show {
    display: inherit !important;
  }
}

.position-r {
  position: relative;
}

.position-a {
  position: absolute;
}

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

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

.margin-lg {
  margin: 32px;
}

.margin-r-lg {
  margin-right: 32px;
}

.margin-l-lg {
  margin-right: 32px;
}

.margin-t-lg {
  margin-top: 32px;
}

.margin-b-lg {
  margin-bottom: 32px;
}

.margin-x-lg {
  margin-right: 32px;
  margin-left: 32px;
}

.margin-y-lg {
  margin-top: 32px;
  margin-bottom: 32px;
}

.margin-r {
  margin-right: 16px;
}

.margin-l {
  margin-left: 16px;
}

.margin-t {
  margin-top: 16px;
}

.margin-b {
  margin-bottom: 16px;
}

.margin-x {
  margin-left: 16px;
  margin-right: 16px;
}

.margin-y {
  margin-top: 16px;
  margin-bottom: 16px;
}

.padding-lg {
  padding: 32px;
}

.padding-r-lg {
  padding-right: 32px;
}

.padding-l-lg {
  padding-right: 32px;
}

.padding-t-lg {
  padding-top: 32px;
}

.padding-b-lg {
  padding-bottom: 32px;
}

.padding-x-lg {
  padding-right: 32px;
  padding-left: 32px;
}

.padding-y-lg {
  padding-top: 32px;
  padding-bottom: 32px;
}

.padding-r {
  padding-right: 16px;
}

.padding-l {
  padding-left: 16px;
}

.padding-t {
  padding-top: 16px;
}

.padding-b {
  padding-bottom: 16px;
}

.padding-x {
  padding-left: 16px;
  padding-right: 16px;
}

.padding-y {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation__link-select {
  display: flex;
  align-items: center;
  grid-gap: 4px;
}
.navigation__link-select svg {
  width: 18px;
}
.navigation__select-block {
  opacity: 0;
  visibility: hidden;
  min-width: 100px;
  padding: 2px;
  position: absolute;
  background-color: rgb(242, 242, 242);
  border-radius: 12px;
  border: 2px solid rgb(232, 232, 232);
  top: 35px;
  left: -14px;
  z-index: 2;
  min-height: 35px;
  max-height: 272px;
  box-shadow: rgba(149, 157, 165, 0.2) 0 5px 25px;
  transition: all 0.2s;
}
.navigation__select-block::before {
  content: "";
  background-color: rgb(242, 242, 242);
  width: 10px;
  height: 10px;
  position: absolute;
  top: -6px;
  left: 55px;
  z-index: -1;
  transform: rotate(45deg);
  box-shadow: rgba(149, 157, 165, 0.1) 0px -4px 24px;
}
@media screen and (max-width: 600px) {
  .navigation__select-block::before {
    right: 10px;
    left: auto;
  }
}
.navigation__select-option {
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s;
}
.navigation__select-option:hover {
  background-color: rgb(255, 255, 255);
}
.navigation__select-option_active {
  background-color: rgb(255, 255, 255);
}

.scroll-p {
  padding-top: 120px;
}
@media screen and (max-width: 900px) {
  .scroll-p {
    padding-top: 80px;
  }
}

.before {
  position: relative;
}
.before::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 4px;
  border-radius: 8px;
  background-color: rgb(9, 162, 228);
  bottom: -30px;
  margin: 0 auto;
  right: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 600px) {
  .before::before {
    display: block;
  }
}

.nav__toggle {
  font-size: 1.3rem;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 900px) {
  .nav__toggle {
    display: block;
  }
}

.show {
  display: inherit;
}

.hidden {
  display: none;
}

.science {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.science__icon {
  width: 48px;
  height: 48px;
  display: inline-block;
}
.science__img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

.lesson {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .lesson {
    grid-template-columns: 16px 1fr;
    gap: 8px;
  }
}
.lesson__icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgb(9, 162, 228);
}
@media screen and (max-width: 600px) {
  .lesson__icon {
    width: 16px;
    height: 16px;
  }
}
.lesson__main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .lesson__main {
    gap: 8px;
  }
}

.course {
  padding: 40px 24px 24px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 12px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .course {
    padding: 28px 16px 16px;
  }
}
.course__number {
  position: absolute;
  left: 24px;
  top: -25px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: rgb(255, 255, 255);
}
@media screen and (max-width: 600px) {
  .course__number {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    top: -20px;
  }
}
.course__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.course__items .subheading-1 {
  position: relative;
  padding-left: 16px;
}
.course__items .subheading-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgb(9, 162, 228);
}

.owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.owl-dots .active {
  background-color: rgb(9, 162, 228) !important;
  width: 40px !important;
}

.owl-dot {
  width: 20px !important;
  height: 6px !important;
  background-color: rgb(229, 230, 233) !important;
  border-radius: 20px;
  transition: all 0.2s;
}

.advantage {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.advantage__title {
  text-align: center;
  margin-top: 24px;
}
.advantage img {
  width: 100%;
}

.modal-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 48px;
  border-radius: 12px;
  box-sizing: border-box;
  position: relative;
  background-color: rgb(250, 250, 252);
}
@media screen and (max-width: 900px) {
  .modal-form {
    padding: 24px;
  }
}
@media screen and (max-width: 600px) {
  .modal-form {
    padding: 18px;
  }
}
.modal-form .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

:root {
  --duration: 30s;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.ticker-wrap {
  overflow: hidden;
  width: 100dvw;
  height: 4rem;
  background-color: #09a2e4;
  padding-left: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .ticker-wrap {
    height: 3rem;
  }
}

.ticker {
  display: inline-block;
  height: inherit;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: var(--duration);
}
@media screen and (max-width: 900px) {
  .ticker {
    height: 3rem;
    line-height: 3rem;
  }
}

.ticker__item {
  font-family: "Raleway" !important;
  display: inline-block;
  padding: 0 1rem;
  font-size: 2rem;
  color: white;
}
@media screen and (max-width: 900px) {
  .ticker__item {
    font-size: 22px;
  }
}

.input {
  width: 100%;
}
.input__reload {
  cursor: pointer;
  margin-top: 8px;
  text-align: center;
  color: rgb(218, 0, 43);
}
.input__block {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.input__block input {
  height: 58px;
  width: 100%;
  padding: 18px 36px 18px 16px;
  border-radius: 12px;
  border: 1px solid rgb(242, 242, 242);
  box-sizing: border-box;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .input__block input {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .input__block input {
    height: 48px;
    font-size: 16px;
    padding: 16px 12px;
    border-radius: 8px;
    border: 2px solid rgb(242, 242, 242);
  }
}
.input__block input:hover, .input__block input:focus {
  border: 1px solid rgb(51, 51, 51);
}
@media screen and (max-width: 600px) {
  .input__block input:hover, .input__block input:focus {
    border: 2px solid rgb(51, 51, 51);
  }
}
.input__block input::-moz-placeholder {
  color: rgb(106, 106, 106);
  font-weight: 400 !important;
}
.input__block input::placeholder {
  color: rgb(106, 106, 106);
  font-weight: 400 !important;
}
.input__icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.input__label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  color: rgb(196, 196, 196);
}
@media screen and (max-width: 1200px) {
  .input__label {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .input__label {
    font-size: 14px;
  }
}
.input__description {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgb(153, 153, 153);
}
.input-error input {
  border: 2px solid rgb(218, 0, 43);
}
.input-error .input__description {
  color: rgb(218, 0, 43);
}
.input-error .input__icon path {
  fill: rgb(218, 0, 43);
}
.input-success input {
  border: 2px solid rgb(58, 232, 190);
}
.input-success .input__description {
  color: rgb(58, 232, 190);
}
.input-success .input__icon path {
  fill: rgb(58, 232, 190);
}

.textarea {
  width: 100%;
}
.textarea__block {
  position: relative;
}
.textarea__block textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 2px solid rgb(232, 232, 232);
  box-sizing: border-box;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .textarea__block textarea {
    font-size: 16px;
    padding: 10px 12px;
    border-radius: 8px;
  }
}
.textarea__block textarea:hover, .textarea__block textarea:focus {
  border: 2px solid rgb(51, 51, 51);
}
.textarea__block textarea::-moz-placeholder {
  color: rgb(106, 106, 106);
  font-weight: 400 !important;
}
.textarea__block textarea::placeholder {
  color: rgb(106, 106, 106);
  font-weight: 400 !important;
}
.textarea__label {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  color: rgb(153, 153, 153);
}
@media screen and (max-width: 600px) {
  .textarea__label {
    font-size: 16px;
  }
}

.button {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  border-radius: 16px;
}
@media screen and (max-width: 900px) {
  .button {
    height: 40px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .button {
    height: 36px;
    border-radius: 10px;
    padding: 8px 20px;
  }
}
.button:focus .arrow__dark {
  display: none;
}
.button:focus .arrow__white {
  display: inline;
}
.button__outline {
  border: 2px solid rgb(51, 51, 51);
  cursor: pointer;
  background-color: transparent;
  background-position: center;
  color: rgb(51, 51, 51);
  transition: all 0.6s;
}
.button__outline:hover {
  background-color: rgb(242, 242, 242);
  background-image: radial-gradient(circle, transparent 1%, rgb(242, 242, 242) 1%);
  background-position: center;
  background-size: 15000%;
}
.button__outline:active {
  transition: background 0s;
  background-size: 100%;
  background-color: rgb(242, 242, 242);
}
.button__outline:active .button__outline__text {
  color: rgb(51, 51, 51);
}
.button__outline:active .button__outline svg path {
  fill: rgb(255, 255, 255);
}
.button__outline:focus {
  background-color: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.1);
}
.button__outline-red {
  border: 2px solid rgb(218, 0, 43);
  cursor: pointer;
  background-color: transparent;
  background-position: center;
  color: rgb(51, 51, 51);
  transition: all 0.6s;
}
.button__outline-red:hover {
  background-color: rgb(242, 242, 242);
  background-image: radial-gradient(circle, transparent 1%, rgb(242, 242, 242) 1%);
  background-position: center;
  background-size: 15000%;
}
.button__outline-red:active {
  transition: background 0s;
  background-size: 100%;
  background-color: rgb(218, 0, 43);
}
.button__outline-red:active svg path {
  fill: rgb(218, 0, 43);
}
.button__outline-red:active__text {
  color: rgb(51, 51, 51);
}
.button__outline-red:focus {
  background-color: rgb(218, 0, 43);
  color: rgb(255, 255, 255);
  box-shadow: 0 0 0 2px rgba(17, 17, 17, 0.1);
}
.button__outline-red:focus svg path {
  fill: rgb(255, 255, 255);
}
.button__red {
  border: none;
  cursor: pointer;
  background-color: rgb(218, 0, 43);
  background-position: center;
  color: rgb(255, 255, 255);
  transition: all 0.6s;
}
.button__red:hover {
  background-color: rgb(196, 0, 39);
  background-image: radial-gradient(circle, transparent 1%, rgb(218, 0, 43) 1%);
  background-position: center;
  background-size: 15000%;
}
.button__red:active {
  transition: background 0s;
  background-size: 100%;
  background-color: rgb(218, 0, 43);
}
.button__red:focus {
  background-color: rgb(196, 0, 39);
  box-shadow: 0 0 0 2px rgba(218, 0, 43, 0.1);
}
.button__blue {
  border: none;
  cursor: pointer;
  background-color: rgb(9, 162, 228);
  background-position: center;
  color: rgb(255, 255, 255);
  transition: all 0.6s;
}
.button__blue:hover {
  background-color: rgb(8, 138, 194);
  background-image: radial-gradient(circle, transparent 1%, rgb(9, 162, 228) 1%);
  background-position: center;
  background-size: 15000%;
}
.button__blue:active {
  transition: background 0s;
  background-size: 100%;
  background-color: rgb(9, 162, 228);
}
.button__blue:focus {
  background-color: rgb(8, 138, 194);
  box-shadow: 0 0 0 2px rgba(9, 162, 228, 0.1);
}
.button__dark {
  border: none;
  cursor: pointer;
  background-color: rgb(51, 51, 51);
  background-position: center;
  color: rgb(255, 255, 255);
  transition: all 0.6s;
}
.button__dark:hover {
  background-color: rgba(51, 51, 51, 0.9);
  background-image: radial-gradient(circle, transparent 1%, rgb(51, 51, 51) 1%);
  background-position: center;
  background-size: 15000%;
}
.button__dark:active {
  transition: background 0s;
  background-size: 100%;
  background-color: rgb(51, 51, 51);
}
.button__dark:focus {
  background-color: rgba(51, 51, 51, 0.9);
  box-shadow: 0 0 0 2px rgba(51, 51, 51, 0.1);
}
.button__pink-lighten {
  border: none;
  cursor: pointer;
  color: rgb(218, 0, 43);
  background-color: rgb(255, 219, 226);
  background-position: center;
  transition: all 0.6s;
}
.button__pink-lighten:hover {
  background-color: rgb(251, 197, 208);
  background-image: radial-gradient(circle, transparent 1%, rgb(255, 219, 226) 1%);
  background-position: center;
  background-size: 15000%;
}
.button__pink-lighten:active {
  transition: background 0s;
  background-size: 100%;
  background-color: rgb(255, 219, 226);
}
.button__text {
  border: 2px solid rgba(51, 51, 51, 0);
  cursor: pointer;
  color: rgb(51, 51, 51);
  background-color: transparent;
  transition: all 0.4s;
}
.button__text:hover {
  color: rgb(106, 106, 106);
}
.button__text:focus {
  border: 2px solid rgba(51, 51, 51, 0.5);
}
.button__disabled {
  border: none;
  background: rgb(232, 232, 232);
  color: rgb(106, 106, 106);
  cursor: inherit;
}
.button__1 {
  height: 29px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 400;
}
.button__1 img {
  width: 10px;
  height: 10px;
}
.button__2 {
  height: 32px;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
}
.button__2 img {
  width: 12px;
  height: 12px;
}
.button__3 {
  height: 36px;
  padding: 8px 20px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .button__3 {
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    padding: 6px 16px;
  }
}
.button__3 img {
  width: 13px;
  height: 13px;
}
.button__4 {
  height: 40px;
  padding: 10px 32px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .button__4 {
    font-size: 16px;
    font-weight: 500;
    height: 36px;
    padding: 8px 20px;
  }
}
@media screen and (max-width: 600px) {
  .button__4 {
    font-size: 16px;
    font-weight: 500;
    height: 36px;
    padding: 8px 20px;
  }
}
.button__5 {
  height: 48px;
  padding: 12px 28px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 900px) {
  .button__5 {
    padding: 8px 12px;
    font-size: 16px;
    height: 42px;
    border-radius: 8px;
  }
}

.button-link {
  height: 60px;
  padding: 0;
  border-radius: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .button-link {
    height: 48px;
    border-radius: 12px;
  }
}
.button-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  color: rgb(255, 255, 255) !important;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .button-link a {
    padding: 0 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .button-link a {
    font-size: 12px;
  }
}
.button-link a:hover {
  color: rgb(255, 255, 255);
}

.button-icon__1 {
  padding: 4px;
  width: 30px;
  height: 30px;
}
.button-icon__2 {
  padding: 4px;
  width: 32px;
  height: 32px;
}
.button-icon__3 {
  padding: 4px;
  width: 36px;
  height: 36px;
}
.button-icon__4 {
  padding: 4px;
  width: 40px;
  height: 40px;
}
.button-icon__5 {
  padding: 4px;
  width: 48px;
  height: 48px;
  border-radius: 12px;
}
@media screen and (max-width: 900px) {
  .button-icon__5 {
    font-size: 16px;
    height: 42px;
    width: 42px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 600px) {
  .button-icon__5 {
    height: 36px;
    width: 36px;
    border-radius: 6px;
  }
}
.button-icon__6 {
  padding: 4px;
  width: 56px;
  height: 56px;
}

.arrow__dark {
  display: inherit;
}
.arrow__white {
  display: none;
}

.burger-btn {
  width: 30px;
  height: 30px;
  cursor: pointer;
  padding: 4px 2px;
  display: none;
}
@media screen and (max-width: 600px) {
  .burger-btn {
    display: inherit;
  }
}
.burger-btn img {
  width: 100%;
}

.lang__block {
  position: relative;
}
.lang__selected {
  height: 50px;
  width: 86px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 14px 16px;
  border: 1px solid rgb(229, 230, 233);
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
}
@media screen and (max-width: 900px) {
  .lang__selected {
    height: 42px;
    width: 76px;
    padding: 10px 12px;
    border-radius: 10px;
  }
}
.lang__img {
  height: 19.5px;
  width: 28px;
}
.lang__name {
  margin-right: 10px;
}
.lang__menu {
  position: absolute;
  top: 55px;
  left: -2px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  width: 85px;
  padding: 8px 0;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(149, 157, 165, 0.2) 0 5px 25px;
  transition: all 0.2s;
}
@media screen and (max-width: 900px) {
  .lang__menu {
    top: 48px;
    width: 78px;
  }
}
@media screen and (max-width: 600px) {
  .lang__menu {
    right: 0;
    left: auto;
  }
}
.lang__menu::before {
  content: "";
  background-color: white;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  left: 55px;
  z-index: 1;
  transform: rotate(45deg);
  box-shadow: rgba(149, 157, 165, 0.1) 0px -4px 24px;
}
@media screen and (max-width: 900px) {
  .lang__menu::before {
    left: 50px;
  }
}
@media screen and (max-width: 600px) {
  .lang__menu::before {
    right: 10px;
    left: 45px;
  }
}
.lang__selected:hover .lang__menu {
  visibility: visible;
  opacity: 1;
}
.lang__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 8px 10px;
  transition: all 0.2s;
}
@media screen and (max-width: 900px) {
  .lang__item {
    padding: 5px 10px;
  }
}
.lang__item:hover {
  background-color: rgb(250, 250, 252);
}

.home-header {
  display: grid;
  grid-gap: 32px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 24px 92px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .home-header {
    padding: 24px 24px 60px;
    grid-gap: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .home-header {
    padding: 40px 16px 0;
    grid-gap: 24px;
  }
}
.home-header__text {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.home-header__title-1 {
  text-align: center;
  font-weight: 800 !important;
  color: rgb(9, 162, 228);
  margin-bottom: 4px;
}
.home-header__title-2 {
  text-align: center;
  font-weight: 600 !important;
  margin-bottom: 8px;
}
.home-header__img {
  display: flex;
  justify-content: center;
}
.home-header__img-blue {
  position: absolute;
  left: -5px;
  bottom: 0;
  z-index: -1;
}
.home-header__img-green {
  position: absolute;
  right: 0;
  bottom: 20%;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .home-header__img img {
    width: 100%;
  }
}
.home-req {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto 128px;
  padding: 0 24px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .home-req {
    margin: 0 auto 64px;
  }
}
@media screen and (max-width: 600px) {
  .home-req {
    margin: 0 auto 56px;
    padding: 0 16px;
  }
}
.home-req__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
@media screen and (max-width: 900px) {
  .home-req__block {
    grid-gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .home-req__block {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

.sciences {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
  padding: 92px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 900px) {
  .sciences {
    padding: 60px 24px;
    grid-gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .sciences {
    padding: 36px 16px;
    grid-gap: 20px;
  }
}
.sciences__bg {
  background-color: rgb(250, 250, 252);
}
.sciences__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.sciences__block {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .sciences__block {
    grid-template-columns: 1fr;
    grid-gap: 32px;
  }
}
@media screen and (max-width: 600px) {
  .sciences__block {
    grid-gap: 20px;
  }
}
.sciences__ad {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 600px) {
  .sciences__ad img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .sciences__ad {
    flex-direction: column;
    grid-gap: 20px;
  }
}
.sciences__ad-block {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .sciences__ad-block {
    text-align: center;
    margin-bottom: 30px;
  }
}
.sciences__ad img {
  width: 100%;
}
.sciences__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 42px;
}
@media screen and (max-width: 600px) {
  .sciences__list {
    grid-template-columns: 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 40px;
    text-align: center;
  }
}

.qa-work {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
  padding: 94px 24px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .qa-work {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media screen and (max-width: 900px) {
  .qa-work {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .qa-work {
    grid-gap: 40px;
    padding-top: 50px;
  }
}
.qa-work.before::before {
  bottom: -45px;
}
.qa-work__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .qa-work__text {
    text-align: center;
    gap: 36px;
  }
  .qa-work__text div {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .qa-work__img {
    width: calc(100% - 80px);
  }
}
.qa-work__img img {
  width: 100%;
}

.lessons {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 24px 110px 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
}
@media screen and (max-width: 900px) {
  .lessons {
    padding: 0 24px 80px 24px;
    grid-template-columns: 1fr;
    grid-gap: 62px;
  }
}
@media screen and (max-width: 600px) {
  .lessons {
    grid-gap: 60px;
  }
}
.lessons__bg {
  background-image: url("../img/lessons-bg.svg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 40%;
}
.lessons__header {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .lessons__header {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .lessons__header {
    flex-direction: column;
    gap: 18px;
  }
}
.lessons__header.before::before {
  bottom: -30px;
}
.lessons__header-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 600px) {
  .lessons__header-item {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .lessons__header-item .heading-3 {
    font-size: 28px;
    width: 40px;
  }
  .lessons__header-item .subtitle-2 {
    font-size: 18px;
  }
}
.lessons__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 900px) {
  .lessons__items {
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .lessons__items {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
@media screen and (max-width: 600px) {
  .lessons__items .lesson {
    display: flex;
    text-align: center;
  }
  .lessons__items .lesson.before::before {
    bottom: -30px;
  }
  .lessons__items .lesson .lesson__icon {
    display: none;
  }
}

.courses {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-bottom: 92px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .courses {
    gap: 32px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .courses {
    gap: 18px;
    padding-bottom: 36px;
  }
}
.courses__title {
  max-width: 816px;
  text-align: center;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 600px) {
  .courses__title {
    padding: 0 16px;
  }
}
.courses__list {
  padding-left: 70px;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 900px) {
  .courses__list {
    padding-left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .courses__list {
    padding: 0 16px;
  }
}
.courses__list .owl-stage-outer {
  height: 400px;
}
@media screen and (max-width: 900px) {
  .courses__list .owl-stage-outer {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  .courses__list .owl-stage-outer {
    height: 240px;
  }
}
.courses__list .owl-stage {
  padding: 30px 0 30px 12px;
  display: flex;
}

.advantages {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
  padding: 92px 24px;
  padding-top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 900px) {
  .advantages {
    padding: 0 24px 60px 24px;
  }
  .advantages .heading-3 {
    margin-bottom: 10px;
  }
}
.advantages__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 900px) {
  .advantages__list {
    flex-direction: column;
    row-gap: 60px;
  }
  .advantages__list img {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 600px) {
  .advantages__list img {
    width: calc(100% - 60px);
  }
}

.motivation {
  max-width: 702px;
  width: 100%;
  margin: 0 auto;
  padding: 92px 24px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
@media screen and (max-width: 900px) {
  .motivation {
    padding: 60px 24px;
    grid-gap: 28px;
  }
}
@media screen and (max-width: 600px) {
  .motivation {
    grid-gap: 24px;
  }
}
.motivation__bg {
  background-image: url("../img/motivation_bg.svg");
  background-size: cover;
  background-position: center center;
}

.questions {
  max-width: 1238px;
  width: 100%;
  margin: 0 auto;
  padding: 32px 24px 92px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .questions {
    padding: 32px 24px 60px;
    grid-gap: 28px;
  }
}
@media screen and (max-width: 600px) {
  .questions {
    padding: 48px 16px 32px;
    grid-gap: 24px;
  }
}
.questions__bg {
  background-image: linear-gradient(rgb(250, 250, 252), white);
}
@media screen and (max-width: 900px) {
  .questions__bg {
    padding-top: 60px;
  }
}
.questions__item {
  background-color: rgb(255, 255, 255);
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 900px) {
  .questions__item {
    padding: 16px;
  }
}
.questions__item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .questions__item:not(:last-child) {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 900px) {
  .questions__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.questions__item .icon-minus {
  display: none;
}
.questions__item .icon-plus {
  display: inherit;
}
.questions__item_active .questions__answer {
  display: inherit;
}
.questions__item_active .questions__icon {
  transform: rotate(180deg);
}
.questions__item_active .icon-minus {
  display: inherit;
}
.questions__item_active .icon-plus {
  display: none;
}
.questions__icon {
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(0deg);
  transition: all 0.3s;
}
@media screen and (max-width: 900px) {
  .questions__icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 900px) {
  .questions__icon img {
    width: 20px;
    height: 20px;
  }
}
.questions__question {
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  cursor: pointer;
  grid-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .questions__question {
    grid-template-columns: 1fr 36px;
    grid-gap: 18px;
  }
}
@media screen and (max-width: 900px) {
  .questions__question {
    grid-template-columns: 1fr 32px;
    grid-gap: 12px;
  }
}
.questions__answer {
  margin-top: 12px;
  display: none;
  color: rgb(51, 51, 51);
}
@media screen and (max-width: 900px) {
  .questions__answer {
    margin-top: 12px;
  }
}
@media screen and (max-width: 900px) {
  .questions__answer {
    margin-top: 8px;
  }
}
.questions__answer-show {
  padding-left: 88px;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .questions__answer-show {
    margin-top: 14px;
  }
}
@media screen and (max-width: 900px) {
  .questions__answer-show {
    padding-left: 49px;
    margin-top: 13px;
  }
}

.contacts {
  padding: 0 24px 92px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .contacts {
    padding: 0 24px 60px;
  }
}
@media screen and (max-width: 600px) {
  .contacts {
    padding: 0 16px 36px;
  }
}
.contacts__block {
  max-width: 1190px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgb(250, 250, 252);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
}
@media screen and (max-width: 600px) {
  .contacts__block {
    grid-template-columns: 1fr;
  }
}
.contacts__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 48px 24px 48px 48px;
  box-sizing: border-box;
}
@media screen and (max-width: 900px) {
  .contacts__form {
    padding: 24px 18px 24px 24px;
  }
}
@media screen and (max-width: 600px) {
  .contacts__form {
    padding: 16px;
    gap: 16px;
  }
}
.contacts__inputs {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}
@media screen and (max-width: 600px) {
  .contacts__inputs {
    flex-direction: column;
  }
}
.contacts__action {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 600px) {
  .contacts__action {
    gap: 36px;
    flex-direction: column;
  }
}
.contacts__action .button {
  align-self: end;
  white-space: nowrap;
}
.contacts__link {
  color: rgb(9, 162, 228);
}
.contacts__info {
  padding: 48px 24px 48px 48px;
  box-sizing: border-box;
  background-image: url("../img/form-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 900px) {
  .contacts__info {
    padding: 24px;
    gap: 24px;
  }
}
@media screen and (max-width: 600px) {
  .contacts__info {
    padding: 16px;
    gap: 16px;
  }
}
.contacts__info-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.contacts__socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 600px) {
  .contacts__socials {
    margin-top: 18px;
  }
}
.contacts__socials-icon {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.contacts__socials-img {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}/*# sourceMappingURL=main.css.map */