@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700&display=swap);

/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

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

/* HTML5 hidden-attribute fix for newer browsers */

*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

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

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

button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.ws-multi_button-copyright{
  display: none !important;
}

[class^=_icon-]::before,
[class*=" _icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.wrapper > main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

body {
  font-family: "Roboto";
  color: #333333;
}

body.noscroll {
  overflow: hidden;
}

.header__burger-icon {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__burger-icon::after,
.header__burger-icon::before,
.header__burger-icon span {
  position: absolute;
  left: 0;
  width: 30px;
  height: 10%;
  background-color: #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__burger-icon::after {
  content: "";
  bottom: 0;
}

.header__burger-icon::before {
  content: "";
  top: 0;
}

.header__burger-icon.active::after {
  bottom: 50%;
  -webkit-transform: rotate(45deg) translateY(50%);
      -ms-transform: rotate(45deg) translateY(50%);
          transform: rotate(45deg) translateY(50%);
}

.header__burger-icon.active::before {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);-->
          transform: rotate(-45deg) translateY(-50%);
}

.header__burger-icon.active span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.home-banner {
  margin-bottom: 150px;
  margin-top: 40px;
}

.tabs {
  position: relative;
  padding: 50px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  border-radius: 24px;
  margin-bottom: 100px;
}

.tabs__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 60px;
}

.tabs__btn-item {
  font-size: 20px;
  line-height: 1.2;
  color: #545454;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tabs__btn-item:hover {
  border-bottom: 1px solid #fc8900;
}

.tabs__btn-item.active {
  border-bottom: 1px solid #fc8900;
}

.tabs__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px;
}

.tabs__block-image img {
	position: relative;
	z-index: 100;
}

.tabs__content-body .bg-line {
	position: absolute;
    right: 0;
    top: 80%;
	z-index: 0;
}

.tabs__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(65% - 40px);
          flex: 1 1 calc(65% - 40px);
}

.tabs__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 25px;
  max-width: 70%;
}

.tabs__title {
  font-size: 24px;
  max-width: 65%;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 32px;
  color: #fc8900;
}
.main-imedia .tabs__title {
  font-size: 24px;
  max-width: 65%;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 32px;
  color: #fc8900;
  margin-top: 0px !important;
}
.tabs__btn-list a {
    color: #545454;
    text-decoration: none;
}

.tabs__title span {
  font-size: 24px;
  color: #fc8900;
  font-weight: 600;
  display: block;
}

.tabs__description {
  font-size: 14px;
  line-height: 1.2;
  color: #000;
  max-width: 70%;
  margin-bottom: 40px;
}

.tabs__btn {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 7px 12px;
  font-size: 18px;
  border-radius: 24px;
  background: #fc8900;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  z-index: 100;
}

.tabs__btn:hover {
  opacity: 0.5;
}

.tabs__block-image {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(35% - 30px);
          flex: 1 1 calc(35% - 30px);
  border-radius: 12px;
}

.tabs__block-image img {
  max-width: 100%;
  height: 100%;
  border-radius: 24px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 406px;
}

.tabs__price {
  z-index: 100;
  position: absolute;
  left: -50px;
  top: 10%;
  color: #fff;
  border-radius: 22px;
  background: #fc8900;
  font-size: 22px;
  line-height: 1.2;
  padding: 6px 10px;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(255, 165, 0, 0.5);
}

.advanced-list {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 2px 2px 2px #f9f9f9;
          box-shadow: 2px 2px 2px #f9f9f9;
  left: 0;
  right: 0;
  margin: auto;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  position: absolute;
  bottom: -65px;
  padding: 40px;
  background: #fff;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}

.advanced-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advanced-list__img {
  width: 50px;
  height: 50px;
}

.advanced-list__img img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.advanced-list__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  max-width: 200px;
}

.advanced-list__title {
  color: #fc8900;
  font-size: 14px;
  line-height: 1.2;
}

.advanced-list__desc {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.learning {
  margin-bottom: 100px;
}

.title-block {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
}

.learning__title {
  text-align: center;
  margin-bottom: 50px;
}

.learning__body {
  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;
  gap: 50px;
}

.learning__top-text {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
  color: #545454;
  padding-left: 30px;
}

.learning__top-text::after {
  position: absolute;
  content: "";
  background: url("../img/learning-1.svg") 0 0/cover no-repeat;
  width: 19px;
  height: 20px;
  left: 0px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.learning__bottom-text {
  position: relative;
  font-size: 16px;
  margin-bottom: 30px;
  color: #545454;
  padding: 15px 60px;
  border-radius: 24px;
  border: 1px solid #fc8900;
}

.no-webp .learning__bottom-text::after{
  background: url("../img/learning-2.png") 0 0/cover no-repeat; }

.learning__bottom-text::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 20px;
  left: 20px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.program {
  margin-bottom: 100px;
}

.program__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.program__container {
  max-width: 1125px !important;
}

.program__title {
  font-size: 70px;
  font-weight: 700;
}

.teachers {
  margin-bottom: 100px;
}

.teachers__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #f9f9f9;
  border-radius: 24px;
  -webkit-box-shadow: 2px 2px 2px #f9f9f9;
          box-shadow: 2px 2px 2px #f9f9f9;
  padding: 50px 70px;
  border: 1px solid #f9f9f9;
}

.teachers__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.teachers__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 20px);
          flex: 1 1 calc(33.333% - 20px);
}

.teachers__img {
  border-radius: 50%;
  padding: 0 20px;
  height: 300px;
  margin-bottom: 30px;
}

.teachers__img img {
  max-width: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.teachers__title {
  color: #fc8900;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  max-width: 200px;
  margin: 0 auto 12px;
}

.teachers__desc {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
}

.documents {
  margin-bottom: 100px;
}

.documents .container {
  max-width: 1120px;
}

.documents__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 85px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.documents__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
}

.documents__title {
  color: #fc8900;
  font-weight: 700;
  font-size: 70px;
  margin-right: auto;
  margin-bottom: 24px;
}

.documents__desc {
  font-size: 16px;
  line-height: 1.2;
}

.documents__block-image {
  border: 1px solid #f9f9f9;
  padding: 50px;
  border-radius: 24px;
  -webkit-box-shadow: 2px 2px 2px #f9f9f9;
          box-shadow: 2px 2px 2px #f9f9f9;
  overflow: hidden;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.1), 0 8px 16px rgba(0, 0, 0, 0.1);
}

.documents__block-image:hover img {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
}

.documents__block-image img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-advantages {
  margin-bottom: 100px;
}

.list-advantages__body {
  padding: 20px;
  border-radius: 24px;
  background: #000;
}

.list-advantages__title {
  color: #fff;
  margin-bottom: 25px;
  text-align: center;
}

.list-advantages__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 70%;
  margin: 0 auto;
}

.list-advantages__items .learning__top-text {
  background: #fff;
  font-size: 18px;
  color: #545454;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 600;
  padding: 32px 120px;
  padding-top: 37px;
}

.list-advantages__items .learning__top-text::after {
  width: 30px;
  height: 33px;
  left: 69px;
}

.products-others {
  margin-bottom: 100px;
}

.products-others .title-block {
  margin-bottom: 80px;
}

.products-others__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-others__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(33.333% - 30px);
          flex: 1 1 calc(33.333% - 30px);
}

.products-others__block-img {
  position: relative;
  width: 350px;
  height: 350px;
  margin-bottom: 15px;
  border-radius: 24px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.products-others__block-img:hover {
  -webkit-box-shadow: 1px 1px 1px 2px #fc8900;
          box-shadow: 1px 1px 1px 2px #fc8900;
}

.products-others__block-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  border-radius: 24px;
}

.products-others__price {
  position: absolute;
  right: -20px;
  top: 20px;
  left: initial;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.products-others__title {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  margin-bottom: 12px;
  color: #333333;
}

.products-others__btn {
  font-size: 16px;
  padding: 7px 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: auto;
}

.accordion {
  max-width: 640px;
}

.accordion__item {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #f9f9f9;
  border-radius: 50px;
  background: #f9f9f9;
  -webkit-box-shadow: 2px 2px 2px #f9f9f9;
          box-shadow: 2px 2px 2px #f9f9f9;
}

.accordion__item:hover {
  -webkit-box-shadow: 1px 1px 1px 2px #fc8900;
          box-shadow: 1px 1px 1px 2px #fc8900;
}

.accordion__item:not(:last-child) {
  margin-bottom: 20px;
}

.accordion__btn {
  position: relative;
  padding: 20px 50px;
  text-align: left;
  width: 100%;
  font-size: 18px;
  color: #545454;
}

.accordion__btn::after {
  position: absolute;
  right: 15px;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url("../img/arrow-accordion.svg") 0 0/cover no-repeat;
  width: 14px;
  height: 14px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.accordion__btn.active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__content {
  overflow: hidden;
  max-height: 0;
  pointer-events: none;
  color: #545454;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.accordion__content.active {
  pointer-events: all;
}

.accordion__text {
  padding: 20px 50px;
  padding-top: 0;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1000;
}

.popup.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup__body {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup__content {
  position: relative;
  background-color: #fff;
  color: #000;
  max-width: 600px;
  width: 500px;
  border-radius: 24px;
  padding: 30px;
  min-height: 185px;
}

.popup__content p {
  font-weight: 500;
}

.popup__content .popup__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  height: 150px;
}

.popup__content .popup__image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popup__content .teachers__title {
  margin: 0;
  font-size: 20px;
  margin-bottom: 10px;
  text-align: left;
  max-width: 100%;
}

.popup__content .popup__user-info {
  line-height: 1.2;
  padding: 5px 20px;
  background: #f9f9f9;
  font-size: 14px;
}

.popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
}

.popup__close svg {
  pointer-events: none;
}

.popup .popup__subtitle {
  color: #fc8900;
  font-weight: 600;
  margin-bottom: 5px;
}

.header {
  margin-bottom: 70px;
  position: relative;
}

/* Add sticky behaviour */
.sticky {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: #fff;
}
.main-home {
	margin-top: 220px;
}
@media (max-width: 1280px) {
	.sticky {
		padding-bottom: 15px;
	}
	.main-home {
		margin-top: 205px;
	}
}
@media (max-width: 1024px) {
	.sticky {
		padding-bottom: 0px;
	}
	.main-home {
		margin-top: 110px;
	}
}

.container {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto;
}

.header__container {
/*   max-width: 1500px; */
  max-width: 1240px;
}

.header__top {
	    display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 55px;
  padding: 15px 0;
  margin-bottom: 20px;
}

.header__logo {
  width: 200px;
}

.header__logo img {
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.header__links a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__links a:hover {
  opacity: 0.7;
}

.header__links a {
  position: relative;
  color: #fc8900;
  font-weight: 600;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__links a:last-child::after {
  background: url("/wp-content/uploads/2024/06/mail-blue.png") 0 0/cover no-repeat;
}

.header__links a:nth-child(2)::after {
  background: url("/wp-content/uploads/2024/06/whatsapp.png") 0 0/cover no-repeat;
}

.header__links a::after {
  width: 20px;
  height: 20px;
  top: 0;
  left: -30px;
  bottom: 0;
  position: absolute;
  content: "";
  background: url("../img/phone.svg") 0 0/cover no-repeat;
  margin: auto;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1270px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.header__list a {
  font-weight: 500;
  font-size: 20px;
  color: #545454;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__list a:hover {
  color: #fc8900;
}

.header__search {
  position: relative;
  padding: 6px 12px;
  color: #545454;
  background: transparent;
  border-radius: 12px;
  border: 2px solid #fc8900;
}

.header__search img {
  position: absolute;
  right: 15px;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header__search input {
  border: none;
  width: 100%;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  outline: none;
}

.search-form {
    display: flex;
}

.footer {
  padding: 30px 0 0;
  background: #fff;
}

.footer__wrapper {
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px;
  gap: 60px;
}

.footer__logo {
  width: 335px;
  margin-bottom: 5px;
}

.footer__logo img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__desc {
  font-size: 12px;
  line-height: 1.2;
  max-width: 335px;
}

.footer__list-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  margin-bottom: 40px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.footer__list li {
  font-size: 14px;
  line-height: 1.1;
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__list li:hover {
  color: #fc8900;
}

.footer__list:last-child {
  padding: 0 27px;
}

.footer__visually {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 20px;
  color: #333333;
  padding: 12px 20px 12px 60px;
  border: 1px solid #fc8900;
  border-radius: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.footer__visually:hover {
  background: #fc8900;
  color: #fff;
}

.footer__visually::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../img/eye.svg") 0 0/cover no-repeat;
  left: 20px;
  width: 30px;
  height: 30px;
}

.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 27px;
}

.footer__links a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer__links a:hover {
  color: #fc8900;
}

.footer__links a {
  position: relative;
  font-size: 17px;
  line-height: 1.2;
}

.footer__links a:last-child::after {
  background: url("../img/mail.svg") 0 0/cover no-repeat;
}

.footer__links a:last-child::after {
  background: url("/wp-content/uploads/2024/06/mail-blue.png") 0 0/cover no-repeat;
}

.footer__links a:nth-child(2)::after {
  background: url("/wp-content/uploads/2024/06/whatsapp.png") 0 0/cover no-repeat;
}

.footer__links a::after {
  width: 20px;
  height: 20px;
  top: 0;
  left: -30px;
  bottom: 0;
  position: absolute;
  content: "";
  background: url("../img/phone.svg") 0 0/cover no-repeat;
  margin: auto;
}

.footer {
	margin-bottom: 150px;
}

.bottom-form .screen-reader-response {
	display: none;
}

.bottom-form input[type="tel"],
.bottom-form input[type="email"] {
	padding-left: 20px;
    font-size: 16px;
    color: #7d7d7d;
    font-weight: bold;
    border-radius: 12px;
    border: none;
	height: 50px;
	width: 370px;
}

.bottom-form input[type="file"] {
    display: none;
}

.bottom-form input[type="submit"] {
	background: #fc8900;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 7px 16px;
    border-radius: 14px;
	height: 40px;
	align-self: center;
	border: none;
	cursor: pointer;
}

.bottom-form input[type="checkbox"] {
	margin-right: 4px;
}

.bottom-form span[data-name="your-consent"] {
	align-self: center;
}

.bottom-form__acceptance {
	display: block!important;
}

.bottom-form__acceptance a:hover {
	text-decoration: underline;
}

.bottom-form .wpcf7-acceptance span {
	font-size: 14px;
}

.bottom-form__row {
	display: flex;
	margin-top: 14px;
}

.bottom-form__col {
	width: 33.3%;
	display: flex;
}

.bottom-form__col:last-child {
	justify-content: center;
}

.bottom-form__row::first-child {
	justify-content: space-around;
}

.bottom-form__mobile_on {
	display: none;
}

.bottom-form__mobile_off {
	display: flex;
}

.bottom-form__button,
.bottom-form__upload {
	border: 1px solid #fc8900;
    padding: 7px 20px;
    color: #fc8900!important;
	font-size: 14px;
	border-radius: 24px;
	background: #fff;
	cursor: pointer;
}
.bottom-form__button:hover {
    text-transform: none!important;
}

@media (min-width: 37.5em) {

	.sticky {
		position: fixed;
	}

	.header__top {
		margin-bottom: 20px;
	}
	
	.bottom-form__close-mobile {
	visibility: hidden;
	}
	
.bottom-form__decoration {
	position: fixed;
	/*     bottom: 120px; */
	width: 100%;
	z-index: 999;
	height: 4px;
	background: #fc8900;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: -3px;
}

.bottom-form {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
	min-height: 120px;
	background: #ededed;
	padding-bottom: 10px;
}

.bottom-form.hidden {
	transform: translateY(0%);
}
.bottom-form.hidden .bottom-form__decoration {
	height: -30px;
	margin-top: -3px;
	cursor: pointer;
}

.bottom-form__close {
	visibility: hidden;
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	color: #fc8900;
    float: right;
	margin-right: 15px;
	margin-top: 4px;
}
}

@media (max-width: 37.5em) {

	.sticky {
		position: absolute;
	}

	.header__top {
		margin-bottom: 0px;
	}
	
	.bottom-form__close {
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	color: black;
	float: right;
	margin-right: 15px;
	margin-top: 1.5%;
	}
	
.bottom-form__decoration {
	position: fixed;
	/*     bottom: 120px; */
	width: 100%;
	z-index: 999;
	height: 40px;
	background: #fc8900;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	margin-top: -39px;
}

.bottom-form {
	position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
	min-height: 120px;
	background: #ededed;
	padding-bottom: 10px;
}

.bottom-form.hidden {
	transform: translateY(100%);
}
.bottom-form.hidden .bottom-form__decoration {
	height: 40px;
	margin-top: -40px;
	cursor: pointer;
}

.bottom-form__close-mobile {
	background: none;
	border: none;
	font-size: 22px;
	cursor: pointer;
	color: white;
	float: right;
	margin-right: 20%;
	margin-top: 1.5%;
}
}


@media (min-width: 1160px) {
	.wpcf7-response-output {
		padding: 10px 0px;
	}
}

@media (max-width: 1160px) {
	.wpcf7-response-output {
		display: block;
	}
	.bottom-form .container {
		max-width: 620px;
	}
	.bottom-form__row {
		flex-direction: column;
	}
	.bottom-form__col {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.bottom-form input[type="tel"],
	.bottom-form input[type="email"] {
		width: 100%;
	}
	.bottom-form input[type="submit"] {
		width: 100%;
	}
	.bottom-form__buttons {
		justify-content: center;
		text-align: center;
		width: fit-content;
		align-self: center;
		gep: 0px;
	}
	.bottom-form__mobile_on {
		display: block;
	}
	.bottom-form__mobile_off {
		display: none;
	}
}

@media (min-width: 45em) {
  .products-others__body {
    padding: 0 30px;
    gap: 30px;
  }
}

@media (min-width: 48em) {
  .no-webp .list-advantages__items .learning__top-text{
    background: url("../img/border-course.png") 0 0/100% no-repeat; }
}

@media (min-width: 64em) {
  .header__burger {
    display: none;
  }

  .footer__list:last-child {
    border-left: 1px solid #fc8900;
    border-right: 1px solid #fc8900;
  }
}

@media (min-width: 80em) {
  .header__nav::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100vw;
    height: calc(100% - 72px);
    background: #f9f9f9;
    z-index: -1;
  }

  .header__search {
    min-width: 250px;
  }
}

@media (max-width: 95em) {
  .footer__logo {
    width: 280px;
  }
}

@media (max-width: 80em) {
  .program__title {
    font-size: 48px;
  }

  .header__links a {
    font-size: 16px;
  }

  .header__list a {
    font-size: 16px;
  }
}

@media (max-width: 64em) {
  .home-banner {
    margin-bottom: 100px;
  }

  .tabs {
    padding: 35px;
  }

  .tabs__btn-list {
    margin-bottom: 45px;
  }

  .tabs__content-item {
    padding-bottom: 100px;
  }

  .tabs__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(29% - 30px);
            flex: 1 1 calc(29% - 30px);
  }

  .tabs__text {
    margin-bottom: 15px;
    font-size: 14px;
    max-width: 100%;
  }

  .tabs__title {
    margin-bottom: 20px;
    font-size: 22px;
    max-width: 90%;
  }

  .tabs__title span {
    font-size: 22px;
    max-width: 90%;
  }

  .tabs__description {
    max-width: 90%;
  }

  .advanced-list {
    padding: 25px;
    gap: 15px;
  }

  .learning {
    margin-bottom: 60px;
  }

  .title-block {
    font-size: 32px;
  }

  .learning__title {
    margin-bottom: 35px;
  }

  .learning__body {
    gap: 35px;
  }

  .program {
    margin-bottom: 75px;
  }

  .program__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .program__title {
    font-size: 36px;
  }

  .teachers {
    margin-bottom: 75px;
  }

  .teachers__body {
    padding: 40px 50px;
  }

  .teachers__list {
    margin-top: 35px;
  }

  .teachers__img {
    margin-bottom: 20px;
    height: 255px;
  }

  .documents {
    margin-bottom: 75px;
  }

  .documents__body {
    gap: 40px;
  }

  .documents__title {
    font-size: 48px;
  }

  .list-advantages {
    margin-bottom: 75px;
  }

  .list-advantages__items {
    max-width: 97%;
  }

  .products-others {
    margin-bottom: 75px;
  }

  .accordion__btn {
    padding: 20px 30px;
  }

  .accordion__text {
    padding: 20px 30px;
    padding-top: 0;
  }

  .popup__top {
    margin-bottom: 20px;
    gap: 15px;
    text-align: center;
  }

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

  .popup__top .popup__image {
    width: 150px;
  }

  .header__top {
    gap: 35px;
  }

  .header__links {
    gap: 23px;
  }

  .header__links a::after {
    left: -20px;
    width: 15px;
    height: 15px;
  }

  .header__nav {
    position: fixed;
    inset: 0;
    top: 110px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 15px;
    background: #fff;
    z-index: 22;
    -webkit-transform: translate(0, -200%);
        -ms-transform: translate(0, -200%);
            transform: translate(0, -200%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__nav .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__nav .header__list a {
    font-size: 20px;
  }

  .header__nav .header__search {
    padding: 10px 12px;
    font-size: 20px;
    width: 90%;
  }

  .header__nav.active {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .footer__wrapper {
    gap: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer__desc {
    max-width: 100%;
  }

  .footer__list-page {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 28px;
  }

  .footer__list:last-child {
    padding: 0 15px;
  }

  .footer__visually {
    font-size: 18px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

  .footer__links {
    padding-left: 15px;
  }

  .footer__links a::after {
    left: -20px;
    width: 15px;
    height: 15px;
  }

  .footer__links a {
    font-size: 16px;
  }
}

@media (max-width: 48em) {
  .home-banner {
	  margin-bottom: 75px;
	  margin-top: 32px;
  }

  .tabs {
    padding: 25px;
    margin-bottom: 150px;
  }

  .tabs__btn-list {
    gap: 15px;
    margin-bottom: 30px;
  }

  .tabs__btn-item {
    font-size: 16px;
  }

  .tabs__content-item {
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .tabs__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .tabs__text {
    font-size: 12px;
  }

  .tabs__description {
    margin-bottom: 20px;
  }

  .tabs__btn {
    width: 100%;
    font-size: 14px;
    text-align: center;
  }

  .tabs__block-image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 400px;
    margin: 0 auto;
  }

  .tabs__price {
    left: -30px;
    font-size: 18px;
  }

  .advanced-list {
    bottom: -120px;
  }

  .learning {
    margin-bottom: 35px;
  }

  .title-block {
    font-size: 26px;
  }

  .learning__title {
    margin-bottom: 25px;
  }

  .learning__body {
    gap: 20px;
  }

  .learning__top-text {
    margin-bottom: 20px;
  }

  .program {
    margin-bottom: 50px;
  }

  .program__title {
    font-size: 28px;
  }

  .teachers {
    margin-bottom: 50px;
  }

  .teachers__body {
    padding: 30px;
  }

  .teachers__list {
    margin-top: 20px;
  }

  .teachers__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .teachers__title {
    max-width: 100%;
    text-align: center;
  }

  .documents {
    margin-bottom: 50px;
  }

  .documents__body {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .documents__info {
    max-width: 100%;
  }

  .documents__title {
    font-size: 32px;
  }

  .documents__block-image {
    padding: 35px;
  }

  .list-advantages {
    margin-bottom: 50px;
  }

  .list-advantages__title {
    margin-bottom: 16px;
  }

  .list-advantages__items {
    gap: 25px;
  }

  .list-advantages__items .learning__top-text {
    background: #fff;
    border-radius: 50px;
    padding: 14px 30px !important;
    font-size: 14px;
  }

  .products-others {
    margin-bottom: 50px;
  }

  .products-others .title-block {
    margin-bottom: 50px;
  }

  .products-others__price {
    right: -8px;
    left: initial;
  }

  .products-others__title {
    font-size: 20px;
  }

  .header {
    margin-bottom: 35px;
  }

  .header__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
  }

  .footer__wrapper {
    gap: 30px;
    padding: 15px 20px;
  }

  .footer__desc {
    font-size: 11px;
  }

  .footer__list-page {
    margin-bottom: 20px;
  }

  .footer__visually {
    font-size: 16px;
  }

  .footer__links a {
    font-size: 14px;
  }
}

@media (max-width: 62.25em) {
  .teachers__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .list-advantages__items .learning__top-text {
    padding: 30px 60px;
  }

  .list-advantages__items .learning__top-text::after {
    content: none;
  }

  .accordion {
    max-width: 100%;
  }
}

@media (max-width: 48.0625em) {
  .list-advantages__body {
    padding: 12px;
  }

  .footer__links {
    gap: 15px;
  }
}

@media (max-width: 47.5em) {
  .footer {
    padding: 20px 0 0;
  }
}

@media (max-width: 37.5em) {
  .header__top {
    gap: 15px;
    padding: 15px 0;
  }

  .header__logo {
    width: 160px;
  }
}

@media (max-width: 32.5em) {
  .tabs {
    padding: 12px;
  }

  .tabs__block-image {
    height: 300px;
	margin-bottom: 25%;
  }

  .program__title {
    font-size: 24px;
  }

  .products-others__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .products-others__block-img {
    width: 100%;
  }

  .products-others__block-img img {
    max-width: 100%;
  }

  .products-others__title {
    font-size: 18px;
  }

  .popup__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .header__links {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .header__links a {
    font-size: 14px;
    text-align: right;
  }

  .header__links a::after {
    width: 10px;
    height: 10px;
    left: -15px;
    content: none;
  }

  .footer__links a::after {
    width: 10px;
    height: 10px;
    left: -15px;
    content: none;
  }
}

.webp .learning__bottom-text::after{ background: url(../img/learning-2.webp) 0 0/cover no-repeat; }

@media (min-width: 48em){

  .webp .list-advantages__items .learning__top-text{ background: url(../img/border-course.webp) 0 0/100% no-repeat; }
}