* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img[data-lazyloaded] {
  opacity: 0;
}
img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  outline: none;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button {
  cursor: pointer;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 0.5208333vw;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}

body {
  font-size: 16px;
  line-height: 1;
  margin-right: 0 !important;
  position: relative;
  overflow-x: hidden;
}

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

ul li {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.hide {
  display: none;
}

.dont_show .footer {
  display: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em auto;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.modal__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  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;
  z-index: 2;
  display: none;
}

.modal__wrapper .modal {
  background: white;
  padding: 25px;
  border-radius: 5px;
  height: 350px;
  width: 300px;
}

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

.modal__wrapper .modal__close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.modal__btn {
  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;
  border: 1px solid black;
  border-radius: 30px;
  height: 50px;
  width: 150px;
  cursor: pointer;
}

nav {
  /* overflow: hidden; */
  z-index: 500;
  position: relative;
}

nav .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.25s ease;
}

.admin-bar nav .navbar {
  margin-top: 32px;
}

nav .navbar .menu {
  flex-grow: 1;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 45;
}

nav .navbar .social__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav .navbar .social__items .social__item {
  margin-right: 30px;
}

nav .navbar .social__items .social__item:first-child a span {
  left: -15px;
}

nav .navbar .social__items .social__item:nth-child(2) a span {
  left: -3px;
}

nav .navbar .social__items .social__item:nth-child(3) a span {
  left: -8px;
}

nav .navbar .social__items .social__item:last-child {
  margin-right: 0;
}

nav .navbar .social__items .social__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

nav .navbar .social__items .social__item a span {
  position: absolute;
  color: #ffffff;
  font-size: 12px;
  bottom: -18px;
}

.header__box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.25s ease;
}

.header__box.scroll-down {
  top: -150px;
}

.header__box:before {
  content: "";
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, #006384 0%, #006f93 100%);
  opacity: 0;
  transition: all 0.25s ease;
  /* transition-delay: 1s; */
}

.header__box.header-fixed:before,
.header__box.active:before {
  opacity: 1;
}
/*
* {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-template-page-payment * {
  /* iOS Safari */
/* -webkit-user-select: auto; */
/* Safari */
/* -khtml-user-select: auto; */
/* Konqueror HTML */
/* -moz-user-select: auto; */
/* Old versions of Firefox */
/* -ms-user-select: auto; */
/* Internet Explorer/Edge */
/* user-select: auto; */
/* Non-prefixed version, currently
                                                                      supported by Chrome, Edge, Opera and Firefox */
/*} */

.header__box.active:before {
  transition-delay: 0s;
}

.header__box.header-fixed,
.header__box.active {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.header__box.header-fixed .navbar {
  padding: 7px 0;
}

nav .navbar .logo {
  max-width: 265px;
  z-index: 1001;
}

nav .navbar .logo img {
  width: 100%;
}

nav .navbar .cabinet__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 22;
  margin-right: 30px;
}

nav .navbar .cabinet__item .cabinet__text {
  position: absolute;
  color: #fff;
  font-size: 12px;
  bottom: -27px;
  left: -8px;
}

nav .navbar .cabinet__item img {
  margin-right: 8px;
}

nav .navbar .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
}

nav .navbar .menu__list .menu__list-item.menu__list-item-mb a:first-child {
  display: none;
}

nav .navbar .menu__list .menu__list-item.menu__list-item-mb .sub-menu {
  display: flex;
  justify-content: center;
  padding: 30px 40px 0;
  border-top: 2px solid #ffffff;
}

nav .navbar .menu__list .menu__list-item.menu__list-item-mb .sub-menu li {
  margin-right: 30px;
}

nav
  .navbar
  .menu__list
  .menu__list-item.menu__list-item-mb
  .sub-menu
  li:last-child {
  margin-right: 0;
}

nav .navbar .menu__list .menu__list-item.menu__list-item-mb .sub-menu a {
  display: block;
}

nav .navbar .menu__list-item {
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: 400;
  line-height: 40px;
  max-height: 40px;
  margin-right: 50px;
  border-bottom: transparent;
}

nav .navbar .menu__list-item a {
  color: #ffffff;
}

nav .navbar .menu__list-item.menu-item-has-children > a {
  position: relative;
}

nav .navbar .menu__list-item.menu-item-has-children > a:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg fill='%23fff' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M98.9,184.7l1.8,2.1l136,156.5c4.6,5.3,11.5,8.6,19.2,8.6c7.7,0,14.6-3.4,19.2-8.6L411,187.1l2.3-2.6 c1.7-2.5,2.7-5.5,2.7-8.7c0-8.7-7.4-15.8-16.6-15.8v0H112.6v0c-9.2,0-16.6,7.1-16.6,15.8C96,179.1,97.1,182.2,98.9,184.7z'/%3E%3C/svg%3E")
    center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

nav .navbar .menu__list-item:nth-child(7) {
  margin-right: 0;
}

nav .navbar .menu__list-item:hover {
  border-bottom: 1px solid #fff;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

nav .navbar .menu__list-item .sub-menu {
  display: none;
  position: absolute;
  left: -20px;
  top: 38px;
  min-width: 220px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-image: linear-gradient(to top, #006384 0%, #006f93 100%);
  padding: 8px 0;
}

nav .navbar .menu__list-item .sub-menu a {
  position: relative;
  display: block;
  line-height: 1.7;
  padding: 5px 15px;
}

nav .navbar .menu__list-item .sub-menu a:hover {
  background: rgba(255, 255, 255, 0.15);
}

nav .navbar .menu__list-item .sub-menu li:last-child {
  position: relative;
  margin-top: 12px;
}

nav .navbar .menu__list-item .sub-menu li:last-child:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.15);
}

nav ul li a svg:hover path {
  fill: #fe6f64;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

nav ul li a svg path {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.burger {
  display: none;
  cursor: pointer;
}

nav .navbar .navbar__right {
  display: flex;
  align-items: center;
}

nav .navbar .menu.active .menu__list {
  flex-direction: column;
}

nav .navbar .menu.active .menu__list:before {
  content: "";
  position: fixed;
  z-index: -10;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(18, 105, 146, 0.719);
}

.header {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.3)),
    to(rgba(0, 99, 132, 0.1))
  );
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 99, 132, 0.1) 100%
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 99, 132, 0.1) 100%
  );
  background-size: cover;
}

.header .header__title-item {
  margin-top: 10px;
}

.header.header__index {
  min-height: 800px;
}

.header__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* border-left: 1px solid white;
    border-right: 1px solid white; */
  max-height: 295px;
  height: 100%;
  margin-top: 40px;
}

.header__content-block .header__list {
  background-position: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 35px;
  padding-left: 154px;
  position: relative;
}

.header__content-block .header__list::before {
  position: absolute;
  content: "";
  left: -1px;
  top: -79px;
  width: 1px;
  height: 105.5%;
  background: #ffffff;
}

.header__content-block .header__list::after {
  position: absolute;
  content: "";
  right: -1px;
  top: -79px;
  width: 1px;
  height: 105.5%;
  background: #ffffff;
}

.header__content-block .header__list-item {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 60px;
  position: relative;
}

.header__content-block .header__list-item::before {
  content: "";
  position: absolute;
  background: url("../img/list-item.svg");
  left: -42px;
  top: 23px;
  height: 20px;
  width: 20px;
}

.header__content {
  position: relative;
  z-index: 1;
  padding-top: 105px;
}

.header__video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.video__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: ease-in-out 0.4s;
}

.btn.header__btn {
  position: relative;
  max-width: 410px;
  margin-left: 210px;
  z-index: 111;
  padding: 6px 15px;
}

.header__btn:after {
  position: absolute;
  content: "";
  right: -366px;
  top: 33px;
  width: 340px;
  height: 1px;
  background: white;
  overflow-x: hidden;
}

.header__btn:before {
  position: absolute;
  overflow: hidden;
  content: "";
  left: -365px;
  top: 33px;
  width: 338px;
  height: 1px;
  background: #ffffff;
}

.title {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  margin-top: 60px;
  display: block;
  z-index: 2;
}

.header__title {
  display: block;
  position: relative;
  padding-top: 25px;
}

.header__title:after {
  position: absolute;
  content: "";
  right: 0px;
  top: 62px;
  width: 300px;
  height: 1px;
  background: white;
}

.header__title:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 62px;
  width: 300px;
  height: 1px;
  background: white;
}

.freelesson__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 12;
  position: relative;
}

.freelesson__section::after {
  content: "";
  position: absolute;
  right: 0;
  top: -133px;
  -webkit-clip-path: polygon(100% 35%, 0% 100%, 100% 100%);
  clip-path: polygon(100% 35%, 0% 100%, 100% 100%);
  background: white;
  z-index: -1;
  height: 135px;
  width: 50%;
}

.freelesson__section::before {
  content: "";
  position: absolute;
  left: 0;
  top: -133px;
  -webkit-clip-path: polygon(0% 35%, 0% 100%, 100% 100%);
  clip-path: polygon(0% 35%, 0% 100%, 100% 100%);
  background: white;
  z-index: -1;
  height: 135px;
  width: 50%;
}

.freelesson__section .freelesson {
  margin-top: -50px;
  border-radius: 20px;
  -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.18);
  background-color: #ffffff;
}

.freelesson__section .freelesson__title {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#006384),
    to(#006f93)
  );
  background-image: -o-linear-gradient(bottom, #006384 0%, #006f93 100%);
  background-image: linear-gradient(to top, #006384 0%, #006f93 100%);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.freelesson__section .freelesson .freelesson__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 35px;
  width: 100%;
}

.freelesson__section .freelesson .freelesson__items .freelesson__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  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;
  padding-left: 25px;
}

.freelesson__section .freelesson .freelesson__items .freelesson__item-text {
  color: #333333;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  width: 100%;
}

.freelesson__section .freelesson__items {
  z-index: 22;
}

.statistics__section.hr-bottom {
  padding-bottom: 60px;
}

.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.statistics .statictic__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.statistics .statictic__item-title {
  color: #006384;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.statistics .statictic__item-img {
  margin-top: 8px;
  margin-bottom: 8px;
}

.statistics .statictic__item-text {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  max-width: 320px;
}

.section__about.section__about-text {
  padding-bottom: 35px;
}

.section__about {
  padding-top: 80px;
  padding-bottom: 110px;
}

.section__about .about {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section__about .about.about__stady {
  padding: 30px;
  border: 2px solid #ff6464;
  border-radius: 5px;
}

.section__about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}

.section__about-text {
  flex: 0 0 49%;
  margin-right: 10px;
}

.section__about .hr {
  margin-bottom: 20px;
}

.section__about .about .about__list {
  width: 100%;
  margin: 0 auto;
}

.section__about .about__list-item {
  margin-top: 15px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section__about .about__list-item img {
  margin-right: 10px;
  width: 26px;
  min-width: 26px;
  min-height: 26px;
  height: 26px;
}

.section__about .about__player {
  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;
  margin: 80px 0;
}

.section__about .about__player img {
  width: 100%;
}

.section__about .steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.section__about .steps .step__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  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;
  overflow: hidden;
}

.section__about .steps .step__item-img {
  width: 127px;
  height: 80px;
  text-align: center;
}

.section__about .steps .step__item-title {
  color: #006384;
  font-size: 18px;
  font-weight: 700;
  line-height: 50px;
}

.section__about .steps .step__item-text {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  padding: 15px 10px;
}

.section__about .steps .step__item-hr {
  margin-top: 0;
  height: 2px;
  width: 67px;
}

.section__about .section__title {
  line-height: 40px;
  font-size: 28px;
}

.section__about .section__title span {
  color: #ff6464;
  font-weight: 700;
  line-height: 35px;
}

.courses__section {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding-top: 8rem;
  padding-bottom: calc(8rem - 16px);
}

/* .lazy-background {
    background: url(../img/loaders.jpg) no-repeat center/cover !important;
} */
.courses__section .courses__title {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.courses__section .section__text {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  display: block;
}

.courses__section .courses__hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.courses__section .course__btn {
  max-width: 260px;
  display: block;
  margin: 35px auto 0;
}

.courses__section .courses {
  display: flex;
  flex-wrap: wrap;
  margin: 35px -16px 0;
}

.courses__section .courses .course__item {
  position: relative;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin-bottom: 16px;
}

.courses__section .courses .course__item-img img {
  max-width: 218px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 160px;
  z-index: -1;
}

.courses__section .courses .course__item-body {
  background: #fff;
  margin-top: -3px;
  max-width: 218px;
  min-height: 295px;
  border-radius: 8px;
  margin-top: -15px;
  z-index: 111;
  display: block;
  position: relative;
  /* flex-direction: column;
    justify-content: space-between; */
}

.courses__section .courses .course__item-body .course__item-title {
  color: #006384;
  font-family: "Open Sans";
  font-weight: 700;
  text-align: center;
  line-height: 22px;
  font-size: 15px;
  padding: 15px 5px;
}

.courses__section .courses .course__item-body .course__item-text {
  line-height: 18px;
  padding: 10px 15px;
  color: #333333;
  font-weight: 400;
  text-align: center;
  /* height: 190px; */
  display: block;
  font-size: 13px;
}

.courses__section .courses .course__item-body .course__hr {
  margin-top: 0;
  margin-bottom: 0;
}

.courses__section .courses .course__item-body .course__item-btn {
  /* margin-top: 30px; */
  background-color: #006894;
  padding: 13px 25px;
  border-radius: 8px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.courses__section .courses .course__item-body .course__item-btn a {
  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;
  color: white;
}

.courses__section .courses .course__item-body .course__item-btn a img {
  margin-left: 5px;
  margin-top: 5px;
}

.courses .slick-slide {
  margin-right: 10px;
  height: auto;
}

.courses .slick-slide > div {
  height: 100%;
}

.courses .slick-slide:last-child {
  margin-right: 0;
}

.courses .slick-slider {
  min-width: 0;
}

.courses .slick-list {
  overflow: hidden;
}

.courses .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.courses .slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.courses .slick-dots {
  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;
  position: relative;
  margin-top: 3rem;
}

.courses .slick-dots li {
  list-style: none;
}

.courses .slick-dots li:first-child button,
.courses .slick-dots li:last-child button {
  border-radius: 2px 0 0 2px;
}

.courses .slick-dots button {
  font-size: 0;
  width: 162px;
  height: 3px;
  background-color: #ffffff;
  border: none;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.courses .slick-dots li.slick-active button {
  background-color: #ff6464;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.courses .course__item.course__item-all {
  width: 100%;
  min-width: 218px;
}

.courses .course__item.course__item-all a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Open Sans";
  font-size: 26px;
  line-height: 1.25;
  font-weight: 600;
  color: #fff;
  background-image: linear-gradient(
    to bottom,
    #004d67 0%,
    #006d91 35%,
    #006384 100%
  );
  padding: 16px;
  border-radius: 8px;
}

.courses .course__item.course__item-all:hover i {
  margin-left: 10px;
}

.courses .course__item.course__item-all i {
  display: block;
  margin-top: 25px;
  width: 45px;
  height: 45px;
  background: url("data:image/svg+xml,%3Csvg fill='%23fff' enable-background='new 0 0 96 96' height='96px' id='arrow_right' version='1.1' viewBox='0 0 96 96' width='96px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M12,52h62.344L52.888,73.456c-1.562,1.562-1.562,4.095-0.001,5.656c1.562,1.562,4.096,1.562,5.658,0l28.283-28.284l0,0 c0.186-0.186,0.352-0.391,0.498-0.609c0.067-0.101,0.114-0.21,0.172-0.315c0.066-0.124,0.142-0.242,0.195-0.373 c0.057-0.135,0.089-0.275,0.129-0.415c0.033-0.111,0.076-0.217,0.099-0.331C87.973,48.525,88,48.263,88,48l0,0 c0-0.003-0.001-0.006-0.001-0.009c-0.001-0.259-0.027-0.519-0.078-0.774c-0.024-0.12-0.069-0.231-0.104-0.349 c-0.039-0.133-0.069-0.268-0.123-0.397c-0.058-0.139-0.136-0.265-0.208-0.396c-0.054-0.098-0.097-0.198-0.159-0.292 c-0.146-0.221-0.314-0.427-0.501-0.614L58.544,16.888c-1.562-1.562-4.095-1.562-5.657-0.001c-1.562,1.562-1.562,4.095,0,5.658 L74.343,44L12,44c-2.209,0-4,1.791-4,4C8,50.209,9.791,52,12,52z'/%3E%3C/svg%3E")
    center no-repeat;
  background-size: contain;
  transition: all 0.25s ease;
}

.btn {
  text-align: center;
}

.more_courses {
  padding-top: 75px !important;
  margin-top: 0;
}

.more_courses .courses-title {
  color: #ff6464;
  font-weight: 700;
  text-transform: uppercase;
}

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

.more__section.more_courses p.text-center {
  line-height: 24px;
  font-size: 13px;
}

.programm__section {
  padding: 80px 0;
  overflow: hidden;
}

.programm__section .section__title span {
  color: #ff6464;
  font-weight: 700;
  line-height: 60px;
}

.programm__section .programm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.programm__section .programm__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.accordion__title-course {
  font-size: 18px !important;
}

.accordion__item-content--course {
  font-size: 16px !important;
  line-height: 22px !important;
}

.form__section {
  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;
  padding: 131px 0;
  overflow: hidden;
}

.form__section .form__main {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.form__section .form__main .form__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1a5a88;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: -18px;
  font-size: 35px;
  font-weight: 400;
  line-height: 60px;
  text-transform: uppercase;
}

.form__section .form__main .form__title .section__title span {
  color: #ff6464;
  font-weight: 700;
}

.form__section .form__main .form__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 78px 96px 108px;
  background-color: #ffffff;
  border: 2px solid #e85a50;
}

.form__section .form__main .form__box::before {
  position: absolute;
  content: "";
  background: url(../img/map.png) no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -40.5%;
  top: 20px;
  opacity: 0.7;
}

.form__section .form__main .form__box::after {
  position: absolute;
  content: "";
  background: url(../img/map_p2.png) no-repeat;
  background-position: right;
  width: 100%;
  height: 100%;
  z-index: -1;
  right: -36.7%;
  top: 20px;
  opacity: 0.7;
}

.form__section .form__main .form__box .form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 58px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__info
  .form__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__info
  .form__info-item
  .item__img {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 25px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__info
  .form__info-item
  .item__img
  img {
  max-width: 100%;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__info
  .form__info-item
  span {
  max-width: 250px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__info
  .form__info-item:nth-child(1) {
  margin-bottom: 34px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__info
  .form__info-item:nth-child(2) {
  margin-bottom: 28px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__info
  .form__info-item:nth-child(3) {
  margin-bottom: 32px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__info
  .form__info-item:nth-child(4) {
  margin-bottom: 0;
}

.form__section .form__main .form__box .form__items .form__inputs .form__input {
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  input {
  font-size: 16px;
  padding: 5px 0 3px 50px;
  width: 360px;
  border: none;
  border-bottom: 2px solid #c4c4c4;
  line-height: 40px;
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}
.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  span.valid__phone {
  top: 68px;
  margin: 0;
  left: 0;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  input:hover,
.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  input:active,
.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  input:focus {
  outline: 0;
  outline-offset: 0;
  border: none;
  border-bottom: 2px solid #006384;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input:hover
  span
  svg
  path {
  fill: #006384;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input:focus
  span
  svg
  path {
  fill: #006384;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input:active
  span
  svg
  path {
  fill: #006384;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  [type="number"]::-webkit-inner-spin-button,
.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  [type="number"]::-webkit-outer-spin-button {
  height: 0;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  input[type="number"] {
  -moz-appearance: textfield;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  span {
  position: absolute;
  left: 12px;
  top: 10px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  span
  svg
  path {
  fill: #c4c4c4;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input:nth-child(3)
  span {
  top: 16px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input:nth-child(4)
  span {
  top: 15px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__title {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li {
  margin-right: 24px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li:nth-child(2)
  label
  .name__social-form {
  left: -9px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li:last-child {
  margin-right: 0;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li:last-child
  label
  .name__social-form {
  left: 2px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li
  label {
  cursor: pointer;
  position: relative;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li
  label
  input {
  display: none;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li
  label
  input:checked
  ~ svg
  path {
  fill: #006384;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li:hover
  svg
  path {
  fill: #006384;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li:hover
  span {
  color: #006384 !important;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li
  label
  svg
  path {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info
  .messenger__links
  li
  label
  .name__social-form {
  position: absolute;
  font-size: 12px;
  bottom: -8px;
  left: -19px;
  font-weight: 600;
  color: #c4c4c4;
  transition: ease-in-out 0.3s;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .messenger__info.success-message {
  max-width: 340px;
  height: 100%;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .iti__country-list
  span {
  position: inherit;
}

.form__section .form__main .form__box .form__btn {
  margin-bottom: 0;
  background-color: #ffffff;
}

.form__section .form__main .form__box .form__btn .btn.form__btn {
  cursor: pointer;
  border: none;
  outline: none;
}

.form__section .form__main .form__box .form__btn .btn.form__btn:hover,
.form__section .form__main .form__box .form__btn .btn.form__btn:active {
  outline: 0;
  outline-offset: 0;
}

.form__section .form__main .form__box .form__btn-main {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: -142px;
}

.form__section .form__main .text-error {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  color: #ff6464;
  left: 6px;
}

.form__section.form__section-courses {
  padding: 30px 0 40px;
}

.form__section.form__section-courses .form__main .form__box {
  padding: 78px 96px 0px;
}

.form__section.form__section-courses .form__main .form__box .form__btn {
  margin-bottom: -14px;
}

.form__section.form__two .form__main {
  max-width: 100%;
}

.form__section.form__two .form__main .form__title {
  margin-bottom: -50px;
}

.form__section.form__two .form__main .hr.blu-hr {
  background-color: #cde8f1;
}

.form__section.form__two .form__main .form__box {
  padding: 84px 48px;
}

.form__section.form__two .form__main .form__box::before,
.form__section.form__two .form__main .form__box::after {
  background: #ffffff;
  left: -4px;
  width: 5px;
  height: 140px;
  top: 22%;
  z-index: 1;
  opacity: 1;
}

.form__section.form__two .form__main .form__box::after {
  right: -4px;
  left: auto;
}

.form__section.form__two .form__main .form__box .form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form__section.form__two .form__main .form__box .form__items .form__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input {
  margin-left: 5px;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input:first-child {
  margin-left: 0;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input
  input {
  max-width: 262px;
  width: 100%;
}

.form__section.form__two .form__main .form__box .form__items .messenger__info {
  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;
}

.form__section
  .form__main
  .form__box
  .form__items
  .messenger__info.success-message
  .messenger__title,
.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info.success-message
  .messenger__title {
  /* font-weight: 700; */
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  display: flex;
  flex-flow: column;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 30px;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li {
  margin-right: 24px;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li:nth-child(2)
  label
  .name__social-form {
  left: -9px;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li:last-child {
  margin-right: 0;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li:last-child
  label
  .name__social-form {
  left: 2px;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li
  label {
  position: relative;
  cursor: pointer;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li
  label
  input {
  display: none;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li
  label
  input:checked
  ~ svg
  path {
  fill: #006384;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li
  label
  svg:hover
  path {
  fill: #006384;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li
  label
  svg
  path {
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.form__section.form__two
  .form__main
  .form__box
  .form__items
  .messenger__info
  .messenger__links
  li
  label
  .name__social-form {
  position: absolute;
  font-size: 12px;
  bottom: -9px;
  left: -19px;
  font-weight: 600;
  color: #c4c4c4;
}

.form__section.form__two .form__main .form__box .form__btn {
  width: 300px;
  background-color: #ffffff;
  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;
  margin-bottom: -118px;
}

.form__section.form__two .form__main .form__box .form__btn .btn__form {
  max-width: 266px;
  width: 100%;
  border: none;
}

.form__section.form__two.course__form {
  padding: 0 0 95px;
}

.form__section
  .form__main
  .form__box
  .form__items
  .form__inputs
  .form__input.additional_phone__input {
  margin-bottom: 15px;
}

.certificate__section {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  padding: 130px 0;
}

.certificate__section .container {
  width: 100%;
  max-width: 992px;
  padding: 0 20px;
}

.certificate__section .container .certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.certificate__section .container .certificate .certificate__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.certificate__section .container .certificate .certificate__img {
  margin-top: 40px;
}

.certificate__section .container .certificate .certificate__title {
  color: #006384;
  font-size: 32px;
  font-weight: 600;
  line-height: 50px;
  max-width: 680px;
  text-align: center;
}

.reviews__section {
  padding: 60px 0 18px;
  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;
  font-size: 45px;
  overflow: hidden;
}

footer.hnKkAN {
  background: transparent;
  padding-top: 0;
}

.reviews__section .reviews__main .reviews__title {
  text-transform: uppercase;
}

.reviews__section .reviews__main .section__title span {
  font-weight: 700;
  color: #ff6464;
}

.reviews__section .reviews__main .reviews__title .hr.blu-hr {
  border-radius: 2px;
  background-color: #cde8f1;
  margin: 20px auto 25px;
}

.reviews__section .reviews__main .reviews__title .blue-text.second {
  font-size: 22px;
}

.reviews__section .reviews__main p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  text-transform: none;
}

.reviews__section .reviews__main .reviews__btn {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.reviews__section .reviews__main .reviews__btn a {
  max-width: 260px;
}

.reviews__section .reviews__main .slider__box .youtube__slider .slick-slider {
  min-width: 0;
}

/* .reviews__section .reviews__main .slider__box .youtube__slider .slick-list {
    overflow: inherit;
} */
.reviews__section .reviews__main .slider__box .youtube__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.reviews__section .reviews__main .slider__box .youtube__slider .slider {
  position: relative;
  padding: 0px 60px;
  height: auto;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: auto;
  bottom: -20px;
  margin: 0;
  z-index: 10;
  font-size: 0;
  width: 30px;
  height: 60px;
  outline: 0;
  outline-offset: 0;
  background-color: rgba(196, 196, 196, 0.7);
  transition: ease-in-out 0.3s;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-arrow:hover {
  background-color: rgba(196, 196, 196, 1);
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-arrow.slick-prev {
  left: 33%;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  border: none;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-arrow.slick-prev::before {
  position: absolute;
  content: "";
  border: solid #ffffff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5.5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: ease-in-out 0.4s;
  top: 35%;
  left: 40%;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-arrow.slick-prev:hover::before {
  border-color: #ff6464;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-arrow.slick-next {
  right: 33%;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  border: none;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-arrow.slick-next::after {
  position: absolute;
  content: "";
  border: solid #ffffff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5.5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: ease-in-out 0.4s;
  top: 35%;
  left: 30%;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-arrow.slick-next:hover::after {
  border-color: #ff6464;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-arrow.slick-disabled {
  opacity: 0.2;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-dots {
  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;
  position: relative;
  top: 0;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-dots
  li {
  list-style: none;
  margin: 0px 10px;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-dots
  button {
  font-size: 0;
  width: 49px;
  height: 4px;
  background-color: #d9d9d9;
  border: none;
  border-radius: 2px;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider
  .slick-dots
  li.slick-active
  button {
  background-color: #ff6464;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.reviews__section .slick-slide a {
  border: none;
  outline: none;
  display: block;
}

.reviews__section .reviews__main .slider__box .youtube__slider .slider__item {
  padding: 0px 10px;
  height: auto;
  cursor: pointer;
  position: relative;
  display: block;
  font-size: 0;
  border: none;
  outline: none;
  position: relative;
  transition: ease-in-out 0.3s;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider-play-icon {
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: rgba(255, 100, 100, 1);
  border-radius: 50%;
  border: 1px solid #fff;
  transition: ease-in-out 0.3s;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item:hover
  .slider-play-icon
  i {
  transform: scale(1.05);
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider-play-icon
  i {
  border: 10px solid transparent;
  border-left: 15px solid #fff;
  transition: ease-in-out 0.3s;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  img {
  width: 100%;
  /* max-width: 320px; */
  max-height: 180px;
  border-radius: 4px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: fit-content;
  border: none;
  outline: none;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider__text {
  margin-top: 70px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(14, 102, 240, 0.2);
  box-shadow: 0px 0px 6px 2px rgba(14, 102, 240, 0.2);
  -webkit-transition: ease-in 0.2s;
  -o-transition: ease-in 0.2s;
  transition: ease-in 0.2s;
  border-radius: 20px;
  height: 390px;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .gallery__img
  .placeholder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #006384;
  display: block;
}

.reviews__section .reviews__main .reviews__widget .hcc {
  font-family: "Open Sans", sans-serif;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hc__top__left
  .hcc:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hc__top__left
  .hc__top__like.hc_unclick {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe6e63),
    to(#fe8a81)
  );
  background: -o-linear-gradient(bottom, #fe6e63 0%, #fe8a81 100%);
  background: linear-gradient(to top, #fe6e63 0%, #fe8a81 100%);
  border-radius: 35px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  padding: 2px 10px;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hcc.hc__menu
  .hc__menu__comment::before {
  border: solid #fe8a81;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 35%;
  left: 30%;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hc__top__left
  .hc__top__like.hc_unclick
  .hc__top__block:nth-child(1) {
  top: 0;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hc__top__left
  .hc__top__like.hc_unclick
  .hc__top__block:nth-child(1),
.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hc__top__left
  .hc__top__like.hc_unclick
  .hc__top__block:nth-child(2) {
  margin-top: 0;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hc__top__left
  .hc__top__like.hc_unclick
  .hcc.hc__top__block.hc__top__lk
  .like {
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hc__top__left
  .hc__top__like.hc_unclick:hover
  .hcc.hc__top__block.hc__top__lk
  .like {
  -webkit-box-shadow: 9px 7px 25px 5px #fe8a81;
  box-shadow: 9px 7px 25px 5px #fe8a81;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hc__top__left
  .hc__top__like.hc_unclick
  .hcc.hc__top__block {
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  color: #ffffff;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hc__top__left
  .hc__top__like.hc_unclick
  .hcc.hc__top__block.hc__top__lk
  svg
  path {
  fill: #ffffff !important;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hcc
  .hc__form
  .hc__reply__buttons
  .hc__form__send {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe6e63),
    to(#fe8a81)
  );
  background: -o-linear-gradient(bottom, #fe6e63 0%, #fe8a81 100%);
  background: linear-gradient(to top, #fe6e63 0%, #fe8a81 100%);
  border-radius: 35px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  font-weight: 600;
  padding: 5px 10px;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hcc
  .hc__form
  .hc__reply__buttons
  .hc__form__send:hover {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(252, 110, 99, 0.8)),
    to(rgba(17, 16, 15, 0.8))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(252, 110, 99, 0.8) 0%,
    rgba(17, 16, 15, 0.8) 100%
  );
  background: linear-gradient(
    to top,
    rgba(252, 110, 99, 0.8) 0%,
    rgba(17, 16, 15, 0.8) 100%
  );
  -webkit-box-shadow: 9px 7px 25px 5px #fe8a81;
  box-shadow: 9px 7px 25px 5px #fe8a81;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hcc.hc__form
  .hcc.hc__reply__box__textarea {
  border-radius: 5px;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hcc.hc__form
  .hcc.hc__reply__close {
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hcc.hc__form
  .hcc.hc__reply__close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.reviews__section
  .reviews__main
  .reviews__widget
  .hcc.hc__right
  .hcc.hc__menu__comment__popup
  .hcc.hc__menu__comment__popup__check
  svg {
  width: 14px;
  height: 14px;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider__text
  .text__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider__text
  .text__title
  .avatar
  img {
  max-width: 60px;
  width: 100%;
  max-width: 75px;
  border-radius: 50%;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider__text
  .text__title
  .client__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 22px;
  margin: 20px;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider__text
  .text__title
  .client__info
  .cl__name {
  color: #026487;
  margin-bottom: 2px;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider__text
  .text__title
  .client__info
  .chaild__name {
  font-size: 16px;
  color: #026487;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider__text
  .text__title
  .client__info
  .rank {
  margin-top: 10px;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider__text
  .text__title
  .client__info
  .rank
  img {
  width: 100%;
  max-width: 125px;
}

.reviews__section
  .reviews__main
  .slider__box
  .youtube__slider
  .slider__item
  .slider__text
  .slider__main-text {
  font-size: 14px;
  line-height: 24px;
}

.anycomment.anycomment-copy-footer {
  border-top: none;
}

.anycomment.anycomment-copy-footer svg,
.anycomment.anycomment-copy-footer a {
  display: none;
}

.anycomment-app .anycomment-summary-count,
.anycomment-app .anycomment-summary-sort {
  font-size: 14px;
}

.anycomment-app .anycomment-list .comment-single-body__text-content p {
  font-size: 14px;
}

.pluses__section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 140px 0;
}

.pluses__section .section__title span {
  font-weight: 700;
  color: #ff6464;
}

.pluses__section .section__title strong {
  font-weight: 700;
}

.pluses__section .pluses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}

.pluses__section .pluses__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  -webkit-box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 4px 15px rgba(0, 0, 0, 0.35);
  border-radius: 8px;
  background-color: #ffffff;
  max-width: 265px;
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 28px;
}

.pluses__section .pluses__item .plus4 {
  margin-top: 15px;
}

.pluses__section .pluses__item-img {
  margin-top: 15px;
  height: 80px;
  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;
}

.pluses__section .pluses__item-title {
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.pluses__section .pluses__item-text {
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  padding: 0 10px;
  font-size: 13px;
}

.accordion__item-content {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 40px;
  padding-bottom: 15px;
  padding-right: 80px;
  display: none;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  color: #333333;
}

.accordion__item-active .accordion__item-content {
  opacity: 1;
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: fade 0.3s linear;
  animation: fade 0.3s linear;
  word-break: break-word;
  margin-top: -15px;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.accordion__item {
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  align-items: center;
  padding-right: 10px;
}

.accordion-up {
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.accordion-up.active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-left {
  flex: none;
  fill: #006384;
  margin-right: 20px;
}

.accordion-left.active {
  fill: #ff6464;
}

.accordion__title {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.accordion__item-trigger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px;
  min-height: 80px;
}

.accrodion-left {
  margin-right: 20px;
}

.accordion__section {
  padding-top: 0px;
  padding-bottom: 100px;
}

.accordion__section .section__title span {
  color: #ff6464;
  font-weight: 700;
}

.accordion__section .reviews__bottom {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion__section .reviews__bottom .section__title {
  margin-bottom: -60px;
  background-color: #ffffff;
  width: 600px;
  position: relative;
  z-index: 1;
}

.accordion__section .reviews__bottom .hr.blu-hr {
  background: #cde8f1;
  position: relative;
  top: 80px;
}

.accordion__section .reviews__bottom .text__block {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  border: 2px solid #e85a50;
  padding: 88px 10px;
  width: 100%;
  position: relative;
}

.accordion__section .reviews__bottom .text__block::before {
  position: absolute;
  content: "";
  height: 120px;
  width: 6px;
  background: #ffffff;
  left: -3px;
  top: 27%;
}

.accordion__section .reviews__bottom .text__block::after {
  position: absolute;
  content: "";
  height: 120px;
  width: 6px;
  background: #ffffff;
  top: 27%;
  right: -3px;
}

.accordion__section .reviews__bottom .reviews__btn {
  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;
}

.accordion__section .reviews__bottom .reviews__btn .btn__block {
  width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffffff;
  position: relative;
  top: -27px;
}

.footer {
  padding: 25px 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#004d67),
    color-stop(35%, #006d91),
    to(#006384)
  );
  background: -o-linear-gradient(bottom, #004d67 0%, #006d91 35%, #006384 100%);
  background: linear-gradient(to top, #004d67 0%, #006d91 35%, #006384 100%);
  overflow: hidden;
  color: #ffffff;
  margin-bottom: -20px;
  position: relative;
  z-index: 5;
}

.footer a {
  color: inherit;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__top .footer__item {
  flex: 0 0 24%;
}

.footer__top .footer__item li a {
  transition: ease-in-out 0.4s;
}

.footer__top .footer__item li:hover a {
  color: #fe8a81;
}

.footer__top .footer__item-title {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.footer__top .footer__item-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(to top, #fe6e63 0%, #fe8a81 100%);
  z-index: 1;
}

.footer__top .footer__item-title::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: 2px;
  z-index: 2;
  background: #ffffff;
  transition: ease-in-out 0.6s;
}

.footer__top .footer__item:hover .footer__item-title::before {
  width: 100%;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
}

.footer__social li:not(:last-child),
.footer__soc-contact:not(:last-child) {
  margin-right: 15px;
}

.footer__social li svg {
  width: 28px;
  height: 28px;
}

.footer__social li svg path,
.footer__soc-contact svg path {
  transition: ease-in-out 0.4s;
}

.footer__social li:hover a svg path,
.footer__soc-contact li ul li:hover a svg path {
  fill: #fe6f64 !important;
}

.footer__soc-contact li:first-child a {
  display: flex;
  align-items: center;
}

.footer__soc-contact li:first-child a img {
  margin-right: 5px;
}

.links__list li:not(:last-child) {
  margin-bottom: 10px;
}

.links__list li {
  line-height: 20px;
}

.links__list li,
.footer__phone-contact li,
.footer__soc-contact li span,
.footer_pay-text,
.footer_pay-link,
.subscrible__text li {
  font-size: 13px;
}

.subscrible__text {
  margin-top: 10px;
  line-height: 20px;
}

.footer_pay {
  margin-bottom: 15px;
}

.footer__phone-contact li {
  margin-bottom: 15px;
  line-height: 20px;
}

.footer__soc-contact li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}

.footer__soc-contact li ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer__soc-contact li ul li a span {
  margin-top: 5px;
  color: #fff;
  text-align: center;
}

.footer__soc-contact li ul li:not(:last-child) {
  margin-right: 20px;
}

.footer_pay-block .footer_pay-text {
  line-height: 20px;
  margin-bottom: 15px;
}

.footer_pay-block .footer_pay {
  display: flex;
  align-items: center;
}

.footer_pay-block .footer_pay li:not(:last-child) {
  margin-right: 15px;
}

.footer_pay-block .footer_pay li {
  border-radius: 50%;
  background: #ffffff;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_pay-block .footer_pay li img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.footer_pay-block .footer_pay li:first-child img {
  position: relative;
  top: 3px;
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  font-size: 13px;
}

.footer__bottom ul {
  display: flex;
  justify-content: center;
}

.footer__bottom ul:last-child {
  margin-top: 15px;
}

.footer__bottom ul li:not(:last-child) {
  margin-right: 20px;
}

.page__header {
  position: relative;
  padding-top: 70px;
}

.back__image {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  height: 100%;
}

.back__image img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  object-position: center;
}

.breadcrumb {
  position: relative;
  z-index: 5;
}

.breadcrumb_course-post {
  position: relative;
  top: -70px;
}

.breadcrumb__block {
  padding-left: 30px;
}

.breadcrumb__block a:first-child {
  position: relative;
}

.breadcrumb__block a:first-child::before {
  position: absolute;
  content: "";
  left: -30px;
  top: 0;
  background: url(../img/home.svg) no-repeat center/cover;
  width: 24px;
  height: 22px;
}

.breadcrumb__list,
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb__list .breadcrumb__list-item,
.breadcrumb a {
  margin-right: 10px;
  display: flex;
}

.breadcrumb__list .breadcrumb__list-item a,
.breadcrumb a,
.breadcrumb * {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  line-height: 60px;
}

.breadcrumb__list .breadcrumb__list-item .bred {
  margin-top: 4px;
}

.price__section {
  padding-bottom: 80px;
  padding-top: 40px;
}

.page__info {
  position: relative;
  padding: 204px 0 100px;
  z-index: 5;
}

.page__title {
  position: relative;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  display: block;
  padding-left: 28px;
}

.page__title:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: calc(100% + 10px);
  -webkit-box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 2px 1px 1px rgba(0, 0, 0, 0.4);
  background-color: #fe8379;
}

.price {
  padding: 10px 0;
}

.price .price__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price .price__info-img {
  margin-right: 20px;
}

.price .strong-text {
  font-weight: 600;
}

.price__text,
.price__info-text p {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.price__info-text span {
  color: #006384;
  font-weight: 700;
}

.doc,
.price__info-text a {
  color: #006384;
  text-decoration: underline;
  line-height: 24px;
}

.price__section .container.container__tabs {
  max-width: 1180px;
}

.section__title.swich__tabs-title {
  color: #fe6f64;
}

.tabs__block-header .swiper-container {
  max-width: 660px;
  padding: 15px 10px;
}

.tabs__block-header .swiper-wrapper {
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
  border-radius: 25px;
}

.tabs__block-header .swiper-slide {
  display: flex;
  cursor: pointer;
  height: initial;
}

.tabs__block-header .swiper-slide:first-child {
  justify-content: flex-end;
}

.tabs__block-header .swiper-slide:last-child {
  justify-content: flex-start;
}

.tabs__block-header .swiper-slide .swiper-slide-content {
  color: #000000;
  background: #ffffff;
  border-radius: 25px;
  padding: 14px 10px;
  display: block;
  width: 100%;
  text-align: center;
  transition: ease-in-out 0.4s;
}

.tabs__block-header
  .swiper-slide.swiper-slide-thumb-active
  .swiper-slide-content {
  color: #ffffff;
}

.tabs__block-header .swiper-slide .swiper-slide-content div {
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 14px;
}

.tabs__block-header .swiper-slide .swiper-slide-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tabs__block-header .swiper-slide .swiper-slide-content::before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  background: linear-gradient(to top, #fe6f64 0%, #fe8a81 100%);
  z-index: 1;
  border-radius: 25px;
  transition: ease-in-out 0.4s;
}

.tabs__block-header .swiper-slide:first-child .swiper-slide-content::before {
  right: 0;
}

.tabs__block-header .swiper-slide:last-child .swiper-slide-content::before {
  left: 0;
}

.tabs__block-header
  .swiper-slide.swiper-slide-thumb-active
  .swiper-slide-content::before {
  width: 100%;
}

.tabs__block-header.no-split .swiper-wrapper .swiper-slide {
  width: 100% !important;
}

.tabs__block-content .tabs__block-header-caption {
  max-width: 1000px;
  width: 100%;
  margin: 10px auto 30px;
  text-align: center;
}

.tabs__block-content .tabs__block-header-caption p {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 auto;
}

.tabs__block-content .swiper-container {
  padding: 0 20px 20px;
}

.tabs .tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* display: none; */
  justify-content: space-between;
  -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  border-radius: 25px;
}

.tabs .tabs__header-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  border-radius: 25px;
  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;
  padding: 4px 0;
  cursor: pointer;
}

.tabs .tabs__header-item img {
  margin-right: 10px;
  max-width: 30px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.tabs .tabs__header span {
  transition: ease-in-out 0.3s;
}

.tabs .tabs__header .active {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(254, 111, 100, 0.5)),
    to(#fe8a81)
  );
  background-image: -o-linear-gradient(
    bottom,
    rgb(254, 111, 100, 0.5) 0%,
    #fe8a81 100%
  );
  background-image: linear-gradient(
    to top,
    rgb(254, 111, 100, 0.5) 0%,
    #fe8a81 100%
  );
}

.tabs .tabs__header .active span {
  color: #ffffff;
  font-weight: 600;
}

.tabs .tabs__content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 56px;
  width: 100%;
  gap: 20px;
}

.tabs .tabs__content-item .tabs__content-item--block {
  -webkit-box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24%;
  flex: 0 0 24%;
  border-radius: 15px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#004d67),
    color-stop(35%, #006d91),
    to(#fff)
  );
  background-image: -o-linear-gradient(top, #004d67 0%, #006d91 35%, #fff 100%);
  background-image: linear-gradient(
    to bottom,
    #004d67 0%,
    #006d91 35%,
    #fff 100%
  );
}

.tabs .tabs__content-item .tabs__content-item--block-title {
  padding: 25px 22px;
  color: #ffffff;
  font-weight: 600;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
}

.tabs .tabs__content-item .tabs__content-item--block-body {
  border-radius: 8px;
  background-color: #ffffff;
  padding-left: 42px;
  padding-right: 42px;
  padding-bottom: 32px;
  height: 100%;
  max-height: 324px;
  min-height: 321px;
}

.tabs .tabs__content-item .tabs__content-item--block-body .price__hr {
  position: relative;
  top: -6px;
}

.tabs .tabs__content-item .tabs__content-item--block-body .tab__price {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
  padding-top: 25px;
}

.tabs .tabs__content-item .tabs__content-item--block-body .tab__subprice {
  line-height: 34px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.tabs .tabs__content-item .tabs__content-item--block-body .tab__pay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tabs
  .tabs__content-item
  .tabs__content-item--block-body
  .tab__pay
  [alt="card"] {
  margin-right: 11px;
}

.tabs
  .tabs__content-item
  .tabs__content-item--block-body
  .tab__pay.tab__pay-alt
  img {
  margin: 0;
  width: 100%;
  height: 46px;
  max-width: 150px;
  object-fit: contain;
  object-position: center;
}

.tabs .tabs__content-item .tabs__content-item--block-body .tab__hr {
  position: relative;
  text-align: center;
  margin-top: 30px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.tabs .tabs__content-item .tabs__content-item--block-body .tab__hr span {
  display: flex;
  justify-content: center;
  background: white;
  padding: 0px 5px;
  z-index: 2;
}
.tabs .tabs__content-item .tabs__content-item--block-body .tab__hr:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #dadada;
}

.tabs .tabs__content-item .tabs__content-item--block-body .tab__hr:before {
  left: 0;
  top: 50%;
}

.payment__section {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 139px;
  padding-bottom: 142px;
}

.payment__section .payment__title {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.payment__section .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

.payment__section .payment .payment__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-wrap: wrap;
}

.payment__section .payment .payment__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#004d67),
    color-stop(35%, #006d91),
    to(#006384)
  );
  background-image: -o-linear-gradient(
    top,
    #004d67 0%,
    #006d91 35%,
    #006384 100%
  );
  background-image: linear-gradient(
    to bottom,
    #004d67 0%,
    #006d91 35%,
    #006384 100%
  );
  margin-right: 25px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.payment__section .payment .payment__item-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  padding: 20px 50px;
}

.payment__section .payment .payment__item-text {
  font-weight: 400;
  line-height: 18px;
  font-size: 16px;
  color: #ffffff;
  padding: 0 12px;
  text-align: center;
  min-height: 55px;
}

.payment__section .payment .payment__item-img {
  margin-top: 14px;
  max-width: 262px;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

.payment__section .payment .payment__item-img img {
  width: 100%;
}

.payment__section .payment .payment__item-link {
  padding: 20px 20px;
}

.payment__section .payment .payment__item-link a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  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;
}

.payment__section .payment .payment__item-link a img {
  margin-top: 5px;
  margin-left: 4px;
}

.payment__section .payment .payment__item-hr {
  margin-top: -40px;
  margin-bottom: 15px;
}

.back__item {
  display: none;
}

.text__price {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
  padding-top: 25px;
  padding-bottom: 90px;
}

.price__hr {
  margin-top: 39px;
  border: none;
  height: 1px;
  background-color: #dadada;
  display: block;
}

.examples__section {
  padding-top: 80px;
}

.examples__section .examples {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.examples__section.course__post {
  overflow: hidden;
}

.examples__section.course__post .exmaples__text h2,
.examples__section.course__post .exmaples__text h3,
.examples__section.course__post .exmaples__text h4,
.examples__section.course__post .exmaples__text h5,
.examples__section.course__post .exmaples__text h6 {
  font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 700;
  color: #006384;
}

.about__course .about__course-desc-text h2,
.about__course .about__course-desc-text h3,
.about__course .about__course-desc-text h4,
.about__course .about__course-desc-text h5,
.about__course .about__course-desc-text h6 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #006384;
}

.examples__section .examples-text,
.examples__section .exmaples__text p,
.examples__section .exmaples__text li,
.about__course .about__course-desc-text,
.about__course p,
.about__course li {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.examples__section.course__post .examples-text,
.examples__section.course__post .exmaples__text p,
.examples__section.course__post .exmaples__text li,
.about__course p,
.about__course li {
  font-size: 14px;
}

.examples__section.course__post .exmaples__text p:not(:last-child),
.about__course p:not(:last-child) {
  margin-bottom: 8px;
}

.examples__section.vacancy__section .exmaples__text,
.examples__section.vacancy__section .exmaples__text p,
.examples__section.vacancy__section .exmaples__text li {
  font-size: 15px;
}

.examples__section .exmaples__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding-right: 35px;
}

.examples__section .exmaples__text p span,
.examples__section .exmaples__text li span,
.about__course p span,
.about__course li span {
  color: #006384;
  font-weight: 700;
  line-height: 30px;
}

.examples__section .examples__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}

.examples__section .examples__img-title {
  color: #006384;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
}

.examples__section .examples__img-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.examples__section .examples__img-img p {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}

.examples__section .examples__img-img p:last-child {
  margin-bottom: 0;
}

.examples__section iframe {
  max-width: 402px;
  max-height: 268px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.examples__section .iframe-class:last-child {
  margin-bottom: 0;
}

.examples__section .examples__img-img img {
  max-width: 402px;
  height: auto;
  width: 100%;
  border-radius: 10px;
}

.examples__section.course__post .exmaples__text {
  padding-right: 0;
  -webkit-box-flex: 0;
  -ms-flex: auto;
  flex: auto;
}

.examples__section.course__post .examples__img {
  position: relative;
  z-index: 10;
}

.examples__section.course__post .examples__img-img {
  margin-top: 0;
}

.exaples-popup-link {
  width: 100%;
  margin-top: 30px;
}

.exaples-popup-link .btn {
  width: fit-content;
  font-size: 16px;
}

.course__post .wp-block-image .alignright {
  /* margin: 60px 0 .5em 1em; */
}

.wp-block-image .aligncenter {
  margin-top: 1em;
}

.results__section {
  background: url("../img/res-bg.jpg") center/cover no-repeat;
  padding: 141px 0;
  overflow: hidden;
}

.results__section .results {
  -webkit-box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 3px 15px rgba(0, 0, 0, 0.18);
  border-radius: 20px;
  background-color: #ffffff;
}

.results__section .results__title {
  color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#006384),
    to(#006f93)
  );
  background-image: -o-linear-gradient(bottom, #006384 0%, #006f93 100%);
  background-image: linear-gradient(to top, #006384 0%, #006f93 100%);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  padding: 15px 5px;
  border-top-left-radius: 20px;
  border-top-right-radius: 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;
  text-align: center;
}

.results__section .results__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.results__section .results__content-item {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; */
  width: 100%;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.results__section .results__content-item-list {
  margin-top: 40px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex: 0 0 48%;
}

.results__section .results__content-item-list img {
  margin-right: 23px;
  width: 26px;
  height: 26px;
}

.cources__price {
  padding-top: 0;
}

.course-text {
  font-weight: 400;
}

.course__hr {
  background: #dadada;
  border: none;
  height: 1px;
  margin-top: 40px;
}

.course__page .more__section {
  overflow: hidden;
  padding: 80px 0 20px;
}

.more__section.new__posts {
  padding: 0 0 20px;
}

.more__section {
  padding: 140px 0;
}

.more__section .more,
.more__section .alm-reveal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more__section .more__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19%;
  flex: 0 0 19%;
  border-radius: 11px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  margin-bottom: 60px;
  max-width: 216.6px;
  display: flex;
  flex-flow: column;
}

.more__section .more__item .more__item-img {
  z-index: 1;
  position: relative;
  margin-bottom: -10px;
  overflow: hidden;
  border-radius: 8px;
}

.more__section .more__item .more__item-img img {
  max-width: 218px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: auto;
  min-height: 156px;
}

.more__section.new__posts .more__item-img img {
  max-width: 354px;
  min-height: 235px;
}

.more__section.new__posts .more__item .more__item-img img {
  border-radius: 8px;
}

.more__section.new__posts .more__item .more__item-body-title {
  transition: ease-in-out 0.3s;
}

.more__section.new__posts .more__item .more__item-img .overlay_text {
  position: absolute;
  z-index: 20;
  top: 40%;
  left: 32%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition:
    transform 0.5s ease,
    opacity 0.5s ease;
  transition:
    transform 0.5s ease,
    opacity 0.5s ease;
}

.more__section.new__posts .more__item .more__item-img .overlay_bg {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  margin: auto;
  width: 0px;
  height: 0px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.more__section.new__posts .more__item:hover .overlay_bg {
  opacity: 1;
  width: 150%;
  height: 150%;
  left: -85px;
}

.more__section.new__posts .more__item:hover .overlay_text {
  opacity: 1;
  left: 0;
  text-align: center;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition:
    transform 0.5s ease,
    opacity 1.3s ease;
  transition:
    transform 0.5s ease,
    opacity 1.3s ease;
}

.more__section.new__posts .more__item:hover .more__item-body-title {
  opacity: 0;
  color: transparent;
}

.more__section.new__posts .more__item .more__item-img .data_pub {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 0;
  font-size: 16px;
  line-height: 25px;
  padding-left: 15px;
  color: #fff;
  width: 100%;
}

.more__section.new__posts .more__item .more__item-img .data_pub::before {
  position: absolute;
  content: "";
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.726),
    rgba(0, 0, 0, 0.716) 20%,
    rgba(0, 0, 0, 0.566) 50%,
    rgba(0, 0, 0, 0.2) 75%,
    rgba(0, 0, 0, 0.002)
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.726)),
    color-stop(20%, rgba(0, 0, 0, 0.716)),
    color-stop(50%, rgba(0, 0, 0, 0.566)),
    color-stop(75%, rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.002))
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.726),
    rgba(0, 0, 0, 0.716) 20%,
    rgba(0, 0, 0, 0.566) 50%,
    rgba(0, 0, 0, 0.2) 75%,
    rgba(0, 0, 0, 0.002)
  );
  width: 100%;
  height: 180%;
  bottom: -5px;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 8px 8px 0 0;
}

.more__section.new__posts .more__item .more__item-img .data_pub span {
  position: relative;
  z-index: 5;
  display: inline-block;
}

.more__section.new__posts .more__item .more__item-body-text {
  padding-bottom: 15px;
}

.more__section .more__item-body {
  background-color: white;
  border-radius: 11px;
  z-index: 12;
}

.more__section .more__item-body-title {
  color: #006384;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  padding-top: 20px;
  text-align: center;
  font-size: 15px;
}

.more__section .more__item-body-text {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  padding-bottom: 60px;
  padding-left: 5px;
  padding-right: 5px;
}

.more__section .more__item-link {
  background-color: #006894;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 22;
}

.more__section .more__item-link a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  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;
  padding: 12px 22px;
}

.more__section .more__item-link a img {
  position: relative;
  top: 2px;
  margin-left: 2px;
}

.more__section .more__hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.more__section.more_courses {
  padding: 0;
  position: relative;
}

.more__section.more_courses .more_courses-btn {
  margin: 15px auto 0;
  max-width: 430px;
  text-align: center;
  line-height: 20px;
}

.more__section.new__posts .more__item-img::after {
  position: absolute;
  content: "";
  background: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.726),
    rgba(0, 0, 0, 0.716) 20%,
    rgba(0, 0, 0, 0.566) 50%,
    rgba(0, 0, 0, 0.2) 75%,
    rgba(0, 0, 0, 0.002)
  );
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.726)),
    color-stop(20%, rgba(0, 0, 0, 0.716)),
    color-stop(50%, rgba(0, 0, 0, 0.566)),
    color-stop(75%, rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.002))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.726),
    rgba(0, 0, 0, 0.716) 20%,
    rgba(0, 0, 0, 0.566) 50%,
    rgba(0, 0, 0, 0.2) 75%,
    rgba(0, 0, 0, 0.002)
  );
  width: 100%;
  height: 57%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  border-radius: 0 0 8px 8px;
}

.more__section.new__posts .more__item-img a {
  position: relative;
}

.more__section.new__posts .more__item-img .more__item-body-title {
  position: absolute;
  bottom: 15px;
  z-index: 3;
  color: #fff;
  width: 100%;
}

.more__section.new__posts .courses__hr {
  height: 6px;
  width: 150px;
  border-radius: 6px;
}

.more__section.new__posts .more .more__item {
  margin-right: 10px;
  margin-bottom: 15px;
  flex: 0 0 31%;
  max-width: none;
}

.more__section.new__posts .more .more__item:nth-child(3n) {
  margin-right: 0;
}

.more__section.new__posts .more .more__item:last-child {
  margin-right: 0;
}

.more__section.new__posts .more .more__item .more__item-img {
  border-radius: 8px;
}

.read__more-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 15px;
  min-width: 100%;
  text-align: center;
}

.read__more {
  flex: 0 0 15%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.read__content {
  height: 100%;
}

.read__content figure {
  width: 100%;
}

.read__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 10px;
}

.read__more-title {
  font-size: 14px;
  line-height: 18px;
  padding: 10px 5px;
  font-weight: 600;
}

.read__more-text {
  color: #006384;
}

.read__more-text span:first-child {
  transition: ease-in-out 0.4s;
  display: inline-block;
}

.read__more-text span:last-child {
  transition: ease-in-out 0.8s;
  display: inline-block;
}

.read__more:hover .read__more-text span {
  color: #ff6464;
}

.read__content img {
  max-width: 480px;
  height: 135px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.works__section {
  /* padding-top: 100px; */
  overflow: hidden;
}

.works__section.works__slider {
  padding-bottom: 20px;
}

.works__section.works__slider.blu-bg {
  padding: 40px 0;
  /* background: #1a6894; */
  background: url(../img/blubg.png);
  background-size: cover;
  height: 790px;
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}

.works__section.works__slider.blu-bg .section__title {
  color: #fff;
}

/* .works__section.works__slider .container__big {
  padding: 0 20px;
} */
.works__section.works__slider .swiper-container {
  padding-bottom: 30px;
}
.works__section.works__slider
  .swiper-container-horizontal
  > .swiper-pagination-bullets {
  bottom: 30px;
}
.works__section .section__title {
  color: #006384;
  font-weight: 700;
}

.works__section .section__title span {
  color: #ff6464;
}

.works {
  padding: 20px 0 60px;
}
.works__section .hr {
  margin-bottom: 30px;
  margin-top: 30px;
}
.works .works__item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.works .works__item .works__overlay {
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0px;
  background: url("../img/work-overlay.png") center/cover no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px;
  z-index: 22;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.works .works__item .works__overlay:hover {
  opacity: 1;
}

.works .works__item .works__overlay img {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.works .works__item .works__overlay .works__overlay-item-title {
  display: block;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
}

.works .works__item .works__overlay .works__overlay-item-name {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.works .works__item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 220px;
  display: block;
  opacity: 1 !important;
}
.works .works__item .play {
  position: absolute;
  height: 50px;
  width: 50px;
  height: 50px;
  width: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.works__section .swiper-button-next,
.works__section .swiper-button-prev {
  top: auto;
  bottom: 10px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  margin-top: 0;
  box-shadow: 1px 1.732px 15px 0px rgb(0 0 0 / 20%);
  background: #155376;
  transition: all 0.3s ease;
}
.works__section .swiper-button-next:hover,
.works__section .swiper-button-prev:hover {
  box-shadow: 2px 3px 15px 0px rgb(0 0 0 / 30%);
}
.works__section .swiper-button-next {
  right: 33%;
  /* background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 254, 0.1) 90%); */
}

.works__section .swiper-button-prev {
  left: 33%;
  /* background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 254, 0.1) 90%); */
}

.works__section .swiper-button-prev:after,
.works__section .swiper-container-rtl .swiper-button-next:after {
  position: absolute;
  content: "";
  left: 18px;
  border: solid #fff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5.5px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: ease-in-out 0.3s;
}

.works__section .swiper-button-next:after,
.works__section .swiper-container-rtl .swiper-button-prev:after {
  position: absolute;
  content: "";
  border: solid #fff;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 5.5px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 13px;
}

.works__section .swiper-pagination-bullet {
  border-radius: 2px;
  width: 49px;
  height: 4px;
  overflow: hidden;
  position: relative;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.works__section .swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  left: 0;
  top: auto;
  height: 100%;
  width: 0;
  background: #ff6464;
  -webkit-transition: ease-in 0.3s;
  -o-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
}

.works__section
  .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 100%;
}

.contacts__section {
  padding-top: 73px;
}

.contacts__section .contacts__text,
.contacts__section.agreement p {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
}

.contacts_btn {
  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;
  margin-top: 80px;
  margin-bottom: 80px;
}

.contact__accordion {
  margin-top: 40px;
}

/* .contact__accordion .accordion__item-content p {
    font-weight: 600;
} */
.contact__accordion .accordion__item-content ol li,
.contact__accordion .accordion__item-content ul li {
  padding: 5px 10px;
}

.contact__accordion .accordion__item-content ol li a,
.contact__accordion .accordion__item-content ul li a {
  color: #337ab7;
}

.contact__accordion .accordion__item-content ol .red___text,
.contact__accordion .accordion__item-content ul .red___text {
  color: #ff0000;
}

.contact__accordion .accordion__item-content ul li {
  list-style: inside;
}

.contact__accordion .accordion__item-content .requisites li {
  padding: 0 10px;
}

/* .swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    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-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.no__scroll-body {
  overflow: hidden;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
}

.container.container__big {
  max-width: 1980px;
}

.container iframe {
  border-radius: 4px;
}

.container .btn {
  cursor: pointer;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container__fluid {
  width: 100%;
  padding: 0 50px;
  margin: 0 auto;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 35px;
}

ol {
  padding: 0;
}

.btn,
.pagination__block #load-posts a {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 35px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe6e63),
    to(#fe8a81)
  );
  background-image: -o-linear-gradient(bottom, #fe6e63 0%, #fe8a81 100%);
  background-image: linear-gradient(to top, #fe6e63 0%, #fe8a81 100%);
  padding: 10px 30px;
}

.section__title {
  font-size: 35px;
  line-height: 60px;
  font-weight: 400;
  display: block;
  text-align: center;
  color: white;
}

.blue-text {
  color: #006384;
}

.red-text {
  color: #ff6464;
  font-weight: 700;
  line-height: 60px;
}

.hr {
  width: 90px;
  height: 3px;
  border-radius: 2px;
  border: none;
  margin-top: 20px;
}

.blue-hr {
  background-color: #cde8f1;
}

.red-hr {
  border-radius: 2px;
  background-color: #fa6c5f;
}

.text-shadow {
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
}

.strong {
  font-weight: 700;
}

.footer-hr {
  height: 1px;
  background-color: #ffffff;
  opacity: 0.5;
  border: none;
}
.fixed_links {
  position: fixed;
  flex-flow: column;
  bottom: 30px;
  z-index: 10000;
  right: 50px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.fixed_links .link {
  transform: scale(0);
  transition: all 0.3s ease-in-out 0.3s;
}
.fixed_links .link.active {
  transform: scale(1);
}
.fixed_links .icon {
  width: 50px;
  height: 50px;
  display: flex;
}

.fixed_links .link {
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-self: center;
  width: 50px;
  white-space: nowrap;
  height: 70px;
  background-color: transparent;
  line-height: 30px;
}
.fixed_links .icon img {
  width: 100%;
  height: 100%;
}
.fixed_links .text_top {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff;
  filter: drop-shadow(0px 0px 1px black);
}

#go-top span {
  background: url(../img/up-arrow.png) center no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out 0.3s;
  width: 50px;
  height: 50px;
  display: flex;
  margin: 0 auto;
  margin-bottom: -10px;
}

.error-404.not-found {
  height: 88vh;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center !important;
}

.open__post {
  display: block;
}

.open__post.seo__post {
  overflow: hidden;
}

.open__post.seo__post .post__text p,
.open__post.seo__post .post__text li {
  font-size: 15px;
}

.open__post.seo__post .post__text h1,
.open__post.seo__post .post__text h2,
.open__post.seo__post .post__text h3,
.open__post.seo__post .post__text h4,
.open__post.seo__post .post__text h5,
.open__post.seo__post .post__text h6 {
  color: #006384;
  font-weight: 700;
  line-height: 30px;
  font-size: 20px !important;
  margin-top: 15px;
}

.open__post.seo__post .post__text h1:first-child,
.open__post.seo__post .post__text h2:first-child,
.open__post.seo__post .post__text h3:first-child,
.open__post.seo__post .post__text h4:first-child,
.open__post.seo__post .post__text h5:first-child,
.open__post.seo__post .post__text h6:first-child {
  margin-top: 0;
}

.open__post.seo__post .post__text span {
  color: #006384;
  font-weight: 700;
}

.open__post .open__post-block {
  padding: 20px 0 0;
}

.open__post .open__post-block .post__text p,
.open__post .open__post-block .post__text li {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.open__post .open__post-block .post__text li {
  padding-left: 10px;
}

.open__post .open__post-block .post__text i {
  font-style: italic;
}

.open__post .open__post-block .post__text a {
  text-decoration: underline;
  color: #057fd6;
}

.open__post .open__post-block .open__block-img {
  padding: 0 20px 20px 0;
}

.open__post .open__post-block img,
.open__post .open__post-block iframe,
.open__post .open__post-block .post__text img,
.open__post .open__post-block .post__text iframe {
  width: 100%;
  max-width: 480px;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}

.share__block {
  margin-top: 60px;
  margin-bottom: 60px;
}

.share__block .share__title {
  text-align: center;
  font-size: 24px;
  line-height: 25px;
  color: #006384;
}

.share__date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #006384;
  font-size: 16px;
  margin-top: 20px;
}

.share__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.share__btn a {
  margin-right: 10px;
  transition: ease-in-out 0.3s;
}

.share__btn a:last-child {
  margin-right: 0;
}

.share__btn img {
  max-width: 35px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.pagination__block {
  display: block;
}

.pagination__block .nav-links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__block .nav-links .page-numbers {
  display: flex;
  align-items: center;
}

.pagination__block .nav-links .pagination__btn {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pagination__block .nav-links .pagination__btn.next svg {
  transform: rotateY(180deg);
  margin-left: 5px;
}

/*= Pagination loader */
.pagination__block #load-posts {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination__block #load-posts a.disabled {
  display: none;
}

#pagination-loader {
  width: 40px;
  height: 40px;
  margin: 1.5em auto;
  background: #ccc;
  border-radius: 50%;
  -webkit-animation: pulse 1s infinite alternate;
  animation: pulse 1s infinite alternate;
  display: none;
}

@-webkit-keyframes pulse {
  from {
    opacity: 1;
    width: 40px;
    height: 40px;
  }

  to {
    opacity: 0.5;
    width: 35px;
    height: 35px;
  }
}

@keyframes pulse {
  from {
    opacity: 1;
    width: 40px;
    height: 40px;
  }

  to {
    opacity: 0.5;
    width: 35px;
    height: 35px;
  }
}

.more-page-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.more-page-2 .more__item {
  margin-right: 10px;
  margin-bottom: 15px;
  flex: 0 0 31%;
  max-width: none;
}

.pagination__block .more__item {
  margin-right: 10px;
  margin-bottom: 15px;
  flex: 0 0 31%;
  max-width: none;
}

.pagination__block .more__item:nth-child(3n) {
  margin-right: 0;
}

.pagination__block .more__item:last-child {
  margin-right: 0;
}

.more-page-2 .more__item:last-child {
  margin-right: 0;
}



/* popup style */
body.lock {
  overflow: hidden;
  -webkit-transition: ease-in 0s;
  -o-transition: ease-in 0s;
  transition: ease-in 0s;
}

.video__how {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
}

.how__lesson {
  position: relative;
  display: block;
}

.how__lesson::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(94.97deg, #004d67 -13.79%, #140e1d 108.2%);
  opacity: 0;
  z-index: 1;
  transition: ease-in-out 0.3s;
}

.video__how:hover .play__video img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.video__how:hover .how__lesson::after {
  opacity: 0.4;
}

.video__how .play__video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 80px;
  display: inline-block;
  z-index: 2;
}

.video__how img {
  width: 100%;
  margin: 0 auto;
  display: block;
  transition: ease-in-out 0.3s;
}

.wp-block-image img {
  height: auto;
}

.wp-block-columns {
  margin-bottom: 0.75em;
}

.wp-block-column img {
  border-radius: 10px;
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 15px;
}

#canvas_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.canvas_menu {
  position: fixed;
  background: #000;
  top: 0;
  right: 0;
  width: 150vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -9999;
  transition: all 1s ease-out;
  clip-path: circle(100px at 90% -20%);
}

.canvas_menu.active-canvas-munu {
  clip-path: circle(100vh at 90% 30%);
}

.gift__certificate .container-certificate {
  background: url(../img/bg-pay-cert1.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 132px 0;
}

.gift__certificate-block-top {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
}

.gift__certificate-block-top hr {
  margin: 1.3em auto;
}

.gift__certificate-block-top .gift__block-text {
  flex: 0 0 49%;
}

.gift__certificate-block-top .gift__block-desc {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  text-align: left;
  color: #ff6464;
  margin-bottom: 20px;
}

.gift__certificate-block-top .gift__block-subdesc {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: #ffffff;
  margin: 0 0 60px;
}

.gift__certificate-block-top .gift__block-btn {
  display: flex;
  justify-content: center;
}

.gift__certificate-block-top .gift__block-btn .gift-btn {
  display: inline-block;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  line-height: 30px;
  padding: 10px 60px;
}

.gift__certificate-block-top .gift__block-img {
  display: flex;
  align-items: flex-end;
}

.gift__certificate-block-top .gift__block-img img {
  display: block;
  max-width: 457px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.gift__certificate-block-bottom {
  display: flex;
  align-items: flex-start;
}

.gift__certificate-block-bottom .section__title.gift-bottom {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.42;
  text-align: left;
  color: #006384;
  margin-bottom: 24px;
}

.gift__certificate-block-bottom {
  padding: 66px 0 106px;
}

.gift__certificate-block-bottom .gift__block-desc-desc {
  line-height: 1.5;
}

.gift__certificate-block-bottom .gift__block-desc-desc p {
  margin-bottom: 20px;
}

.gift__certificate-block-bottom .gift__block-img {
  margin-right: 30px;
}

.gift__certificate-block-bottom .gift__block-img {
  display: block;
  max-width: 360px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.home .about__course,
.about__course.about__course-courses {
  padding: 30px 0 60px;
}

.about__course {
  padding: 30px 0;
}

.about__course .section__title span {
  color: #ff6464;
  font-weight: 700;
}

.about__course-desc {
  color: #5e5e5e;
  margin-top: 10px;
}

.about__course-desc-text {
  max-height: 86px;
}

.about__course-desc-text ul,
.exmaples__text ul {
  margin-top: -10px;
}

.about__course-desc-text ul li,
.exmaples__text ul li {
  position: relative;
  padding-left: 25px;
}

.about__course-desc-text ul li::before,
.exmaples__text ul li::before {
  position: absolute;
  content: "";
  background: #006384;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.about__course .btn-button {
  padding-left: 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  text-decoration: underline;
  line-height: 1.75;
  letter-spacing: 0.8px;
  text-align: left;
  color: #006d91;
  background: inherit;
  border: none;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.show-more-item {
  position: relative;
  overflow: hidden;
  -webkit-transition:
    max-height 1s ease,
    visibility 1s ease,
    opacity 0.5s ease;
  -o-transition:
    max-height 1s ease,
    visibility 1s ease,
    opacity 0.5s ease;
  transition:
    max-height 1s ease,
    visibility 1s ease,
    opacity 0.5s ease;
}

.show-more-btn::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #006d91;
  border-right: 2px solid #006d91;
  display: inline-block;
  vertical-align: top;
  height: 8px;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  right: -20px;
  top: 52%;
  margin: -4px 0 0;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.show-more.show-more-active .show-more-item::after {
  background: transparent;
  pointer-events: none;
}

.show-more.show-more-active .show-more-btn {
  margin-top: 0;
}

.show-more.show-more-active .show-more-btn::after {
  -webkit-transform: rotate(135deg) rotateY(180deg);
  transform: rotate(135deg) rotateY(180deg);
}

.show-more-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 40px;
  bottom: -10px;
  pointer-events: none;
  left: 0;
  z-index: 2;
  -webkit-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0.9)),
    color-stop(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.3)
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.3)
  );
}

.show-more.show-more-active .show-more-item::after {
  background: transparent;
}

.show-more.show-more-active .show-more-btn::after {
  -webkit-transform: rotate(135deg) rotateY(180deg);
  transform: rotate(135deg) rotateY(180deg);
}

#bingc-phone-button {
  bottom: 2% !important;
}

.b24-widget-button-position-bottom-right {
  bottom: 120px !important;
}

.btn.navbar__btn {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  padding: 10px 10px;
  margin-right: 7rem;
}

.btn.mobile__btn,
.menu .footer__phone-contact,
.menu .footer__social {
  display: none;
}

.navbar .footer__social {
  display: block;
}

.courses .slick-list {
  transition: all 0.3s ease;
}

.defaultStyle ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
  font-size: 14px;
}
.defaultStyle ul li {
  list-style: disc;
  display: list-item;
  text-align: -webkit-match-parent;
  font-size: 14px;
}
.defaultStyle p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-size: 14px;
}
/* popup style */
@media screen and (min-width: 480px) {
  .price .price__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .about__course .btn-button {
    margin-top: -10px;
  }
}

@media screen and (min-width: 600px) {
  .title br {
    display: none;
  }

  .title.header__title br {
    display: block;
  }

  .accordion__section .reviews__bottom .section__title br {
    display: none;
  }
}

@media screen and (min-width: 700px) {
  .btn:hover {
    background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(252, 110, 99, 0.8)),
      to(rgba(17, 16, 15, 0.8))
    );
    background: -o-linear-gradient(
      bottom,
      rgba(252, 110, 99, 0.8) 0%,
      rgba(17, 16, 15, 0.8) 100%
    );
    background: linear-gradient(
      to top,
      rgba(252, 110, 99, 0.8) 0%,
      rgba(17, 16, 15, 0.8) 100%
    );
    -webkit-box-shadow: 9px 7px 25px 5px #fe8a81;
    box-shadow: 9px 7px 25px 5px #fe8a81;
    -webkit-transition: ease-in-out 0.3s;
    -o-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
  }

  .canvas_menu.active-canvas-munu {
    clip-path: circle(100vh at 70% 30%);
  }
}

@media screen and (min-width: 769px) {
  .form__section.form__two .form__main .form__title br {
    display: none;
  }

  .examples__section.course__post .examples__img {
    -webkit-box-flex: 0;
    -ms-flex: auto;
    flex: auto;
    float: right;
    padding-left: 20px;
  }

  .examples__section.course__post .examples {
    display: block;
  }

  .price__section .swich__tabs-title {
    padding: 20px 0;
  }
}

@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-column:nth-child(2n) {
    margin-left: 1em;
  }

  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }
}

@media screen and (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 1em;
  }
}

@media screen and (min-width: 996px) {
  .course__post .wp-block-image .alignright {
    /* margin-right: -85px; */
  }
}

@media screen and (min-width: 1025px) {
  nav .navbar .menu__list .menu__list-item.menu__list-item-mb {
    display: none;
  }

  .open__post .open__post-block .open__block-img {
    float: left;
  }

  .gift__certificate-block-top .gift__block-img .gift__block-subdesc,
  .gift__certificate-block-top .gift__block-img .gift__block-btn {
    display: none;
    visibility: hidden;
  }
}

@media screen and (min-width: 1150px) {
  .payment__section .payment .payment__item:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1445px) {
  .header__content-block .header__list::before {
    height: 108%;
    top: -84px;
  }

  .header__content-block .header__list::after {
    height: 108%;
    top: -84px;
  }

  .header__title {
    padding-top: 0;
  }

  .header__title:before {
    width: 265px;
  }

  .header__title::after {
    width: 265px;
  }

  .header__content-block {
    max-height: 249px;
  }

  .header__title-item:after {
    top: 50px;
  }

  .header__title-item:before {
    top: 50px;
  }

  .gift__certificate .container-certificate {
    min-height: 802px;
  }
}

@media screen and (max-width: 1886px) {
  nav .navbar .cabinet__item img {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1695px) {
  nav .navbar .menu__list-item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1577px) {
  nav .navbar .cabinet__item {
    position: relative;
    z-index: 1000;
  }

  .container__fluid {
    padding: 0 25px;
  }

  .container__fluid {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1500px) {
  .certificate__section {
    background-position: 15%;
  }
}

@media screen and (max-width: 1440px) {
  nav .navbar .menu__list-item {
    font-size: 14.5px;
  }

  .header__content-block {
    max-height: none;
  }

  .header__content-block .header__list-item {
    font-size: 18px;
    line-height: 50px;
  }

  .header__content-block .header__list-item::before {
    top: 17px;
  }

  .btn.header__btn {
    max-width: 366px;
    margin-left: 228px;
    margin-top: 40px;
  }

  .header__btn:after {
    right: -393px;
    width: 370px;
    top: 23px;
  }

  .header__btn:before {
    left: -383px;
    width: 360px;
    top: 23px;
  }

  .title {
    font-size: 26px;
  }

  .header__title-item:after {
    right: -416px;
    width: 390px;
    top: 53px;
  }

  .header__title-item:before {
    left: -416px;
    width: 390px;
    top: 53px;
  }

  .header__content-block .header__list::before {
    top: -63px;
    height: 99.5%;
  }

  .header__content-block .header__list::after {
    top: -63px;
    height: 99.5%;
  }

  .freelesson__section .freelesson__title {
    font-size: 20px !important;
  }

  .freelesson__section .freelesson .freelesson__items .freelesson__item-text {
    font-size: 14.5px;
  }

  .statistics .statictic__item-text {
    font-size: 16.5px;
  }

  .section__about .about__list-item {
    font-size: 14.5px;
  }

  .section__about .steps .step__item-title {
    font-size: 18px;
  }

  .courses__section .section__text {
    font-size: 16px;
  }

  .courses__section .course__btn {
    max-width: 240px;
  }

  .accordion__item-content {
    line-height: 30px;
  }

  .accordion__title {
    font-size: 18px;
  }

  .breadcrumb__list .breadcrumb__list-item a {
    font-size: 14px;
  }

  .price__text {
    font-size: 16px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-title,
  .tabs1 .tabs__content-item1 .tabs__content-item--block-title1 {
    font-size: 20px;
    line-height: 30px;
  }

  .payment__section .payment .payment__item-title {
    font-size: 18px;
    line-height: 32px;
  }

  .payment__section .payment .payment__item-text {
    font-size: 14px;
    line-height: 20px;
  }

  .examples__section .examples-text {
    font-size: 15px;
  }

  .results__section .results__content-item-list {
    font-size: 16px;
  }

  .more__section .more__item-body-text {
    font-size: 13px;
  }

  .btn {
    font-size: 15px;
    padding: 6px 15px;
  }

  h2 {
    font-size: 28px !important;
  }

  .section__title {
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .more__section.new__posts .more__item-img .more__item-body-title {
    font-size: 15px;
  }

  .title.header__title {
    line-height: 40px;
  }

  .header__content-block {
    margin-top: 20px;
  }

  .pagination__block #load-posts a {
    font-size: 15px;
    padding: 6px 15px;
  }
}

@media screen and (max-width: 1400px) {
  .section__about .steps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section__about .steps .step__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 1360px) {
  nav .navbar .menu__list-item {
    margin-right: 15px;
  }

  .gift__certificate .container-certificate {
    min-height: 652px;
  }
}

@media screen and (max-width: 1300px) {
  nav .navbar .social__items {
    display: none;
  }
}

@media screen and (max-width: 1240px) {
  .works .works__item .works__overlay {
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .works .works__item .works__overlay .works__overlay-item-title {
    font-size: 14px;
    line-height: 17px;
  }

  .works .works__item .works__overlay .works__overlay-item-name {
    font-size: 14px;
    line-height: 17px;
  }
}

@media screen and (max-width: 1200px) {
  .courses__section .courses {
    margin: 35px 0 0;
  }

  .courses__section .courses .course__item {
    width: 25%;
  }

  .courses__section .courses .course__item {
    margin-bottom: 24px;
  }

  .tabs .tabs__content-item,
  .tabs1 .tabs__content-item1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tabs .tabs__content-item .tabs__content-item--block,
  .tabs1 .tabs__content-item1 .tabs__content-item--block1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .payment__section .payment {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .payment__section .payment .payment__item {
    margin-bottom: 15px;
  }

  .gift__certificate .container-certificate {
    padding: 70px 0;
    min-height: auto;
  }

  .courses__section {
    padding-top: 8rem;
    padding-bottom: calc(8rem - 24px);
  }

  .courses__section .course__btn {
    margin: 4rem auto 0;
  }

  .btn.navbar__btn {
    display: none;
  }
}

@media screen and (max-width: 1160px) {
  nav .navbar .menu__list-item {
    line-height: 20px;
  }

  .more__section .more,
  .more__section .alm-reveal,
  .more__section .more-page-2,
  .more__section .more-page-3,
  .more__section .more-page-4,
  .more__section .more-page-5,
  .more__section .more-page-6,
  .more__section .more-page-7,
  .more__section .more-page-8,
  .more__section .more-page-9,
  .more__section .more-page-10 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .more__section.new__posts .pagination__block .more__item {
    margin-right: 10px;
  }

  .more__section.new__posts .pagination__block .more__item:nth-child(3),
  .more__section.new__posts .pagination__block .more__item:last-child {
    margin-right: 0;
  }

  .more__section .more__item {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
  }

  .payment__section .payment .payment__row {
    max-width: 830px;
  }

  .payment__section .payment .payment__item {
    flex: 0 0 47%;
    max-width: 262px;
  }

  .payment__section .payment .payment__item:nth-child(2n) {
    margin-right: 0;
  }

  .reviews__section .container {
    width: 100vw;
  }
}

@media screen and (max-width: 1155px) {
  .btn.header__btn {
    margin-left: 132px;
  }

  .btn.header__btn {
    margin-left: 142px;
  }

  .header__btn:after {
    right: -309px;
    width: 286px;
    top: 22px;
  }

  .header__btn:before {
    left: -297px;
    width: 274px;
    top: 22px;
  }

  .header__title-item:after {
    right: -330px;
    width: 310px;
  }

  .header__title-item:before {
    left: -330px;
    width: 306px;
  }
}

@media screen and (max-width: 1152px) {
  .container {
    max-width: 970px;
  }
}

@media screen and (max-width: 1150px) {
  .pluses__section .pluses {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
  }

  .pluses__section .pluses__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }

  .courses__section {
    padding: 8rem 0;
  }

  .courses__section .courses {
    display: block;
  }

  .courses__section .courses .course__item {
    margin-bottom: 0;
  }

  nav .navbar .cabinet__item img {
    margin-right: 10px;
  }

  nav .navbar .menu {
    width: 0;
  }

  nav .navbar .menu__list {
    flex-direction: column;
    margin-bottom: 25px;
  }

  nav .navbar .menu__list-item:hover {
    border-bottom: none;
  }

  nav .navbar .menu__list-item.fade {
    opacity: 1;
  }

  nav .navbar .menu__list-item:last-child {
    margin-bottom: 0;
  }

  nav .navbar .menu__list-item:last-child:hover {
    border: none;
  }

  nav .navbar .menu__list-item:nth-child(1) {
    transition: all 0.5s ease 0.6s;
  }

  nav .navbar .menu__list-item:nth-child(2) {
    transition: all 0.5s ease 0.8s;
  }

  nav .navbar .menu__list-item:nth-child(3) {
    transition: all 0.5s ease 1s;
  }

  nav .navbar .menu__list-item:nth-child(4) {
    transition: all 0.5s ease 1.2s;
  }

  nav .navbar .menu__list-item:nth-child(5) {
    transition: all 0.5s ease 1.4s;
  }

  nav .navbar .menu__list-item:nth-child(6) {
    transition: all 0.5s ease 1.6s;
  }

  nav .navbar .menu__list-item:nth-child(7) {
    transition: all 0.5s ease 1.8s;
  }

  nav .navbar .menu__list-item:nth-child(8) {
    transition: all 0.5s ease 2s;
  }

  nav .navbar .menu__list-item:nth-child(9) {
    transition: all 0.5s ease 2.1s;
  }

  nav a.btn.mobile__btn {
    display: inline-block;
    position: relative;
    z-index: 9999;
    font-size: 12px;
    padding: 2px 14px;
    margin-top: 5px;
  }

  .menu .footer__phone-contact {
    display: flex;
    flex-direction: column;
  }

  .menu .footer__social {
    display: flex;
    align-items: center;
  }

  nav .navbar .menu.active .menu__list:before {
    display: none;
  }

  nav .navbar .menu .footer__social {
    margin-top: 20px;
  }

  nav .navbar .menu .footer__social svg {
    width: 35px;
  }

  nav .navbar .menu__list-item .sub-menu {
    position: static;
    margin-bottom: 5px;
    margin-left: 15px;
  }

  nav .navbar .menu__list-item .sub-menu a:hover {
    background: none;
  }

  nav .navbar .menu__list-item {
    max-height: none;
  }

  .burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 20px;
    width: 30px;
    z-index: 1050;
    margin-right: 20px;
    cursor: pointer;
  }

  .burger:hover span {
    background: #ff6464;
  }

  .burger:hover::before,
  .burger:hover::after {
    background: #ff6464;
  }

  .burger.active-burger:before {
    background: #ff6464;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    top: 8px;
  }

  .burger.active-burger:after {
    background: #ff6464;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

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

  .burger:before,
  .burger:after {
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 4px;
    width: 100%;
    background: white;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger:before {
    top: 0;
  }

  .burger::after {
    bottom: -2px;
  }

  .burger span {
    position: absolute;
    top: 9px;
    right: 0;
    width: 100%;
    background: white;
    height: 4px;
    border-radius: 4px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  nav .navbar {
    flex-wrap: wrap;
  }

  nav .navbar .menu {
    display: none;
    order: 6;
    width: 100%;
    z-index: 9999;
    padding: 20px 20px 0;
  }

  nav.header-fixed .navbar .menu {
    display: none;
    order: 6;
    width: 100%;
    z-index: 9999;
    padding: 20px 20px 10px;
  }

  nav .navbar .menu a {
    font-size: 15px;
    color: #fff;
  }

  nav .navbar .menu .footer__phone-contact a {
    font-size: 15px;
  }

  nav .navbar .menu .footer__phone-contact a img {
    width: 15px;
    margin-right: 5px;
  }

  nav .navbar .menu__list-item {
    padding: 0;
    margin-right: 0;
  }

  nav .navbar .menu__list-item a {
    display: inline-block;
  }

  nav .navbar .menu__list-item > a {
    padding: 10px 0;
  }

  nav .navbar .menu__list-item.menu__list-item-mb .social__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 40px 0;
    border-top: 2px solid #ffffff;
  }

  .header .header__title-item {
    padding-top: 0;
    margin-top: 0;
    top: 40px;
  }

  .header__content-block {
    max-height: 252px;
  }

  .header__content-block .header__list {
    padding-left: 134px;
    padding-top: 85px;
    top: -20px;
    position: relative;
  }

  .header__content-block .header__list::before {
    top: 8px;
    height: 83%;
  }

  .header__content-block .header__list::after {
    top: 8px;
    height: 83%;
  }

  .btn.header__btn {
    margin-left: 162px;
  }

  .header__content-block .header__list-item {
    font-size: 24px;
    line-height: 35px;
  }

  .header__content-block .header__list-item::before {
    top: 16px;
  }

  .header__btn:after {
    right: -308px;
    width: 280px;
    top: 34px;
  }

  .header__btn:before {
    left: -296px;
    top: 34px;
    width: 265px;
  }

  .header__title-item:after {
    top: 50px;
  }

  .header__title-item:before {
    top: 50px;
  }

  .form__section.form__two .form__main .form__box .form__items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form__section.form__two .form__main .form__box .form__items .form__inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }

  .form__section.form__two
    .form__main
    .form__box
    .form__items
    .form__inputs
    .form__input {
    margin-left: 0;
  }

  .form__section.form__two
    .form__main
    .form__box
    .form__items
    .form__inputs
    .form__input
    input {
    max-width: 300px;
    min-width: 300px;
  }

  .open__post .open__post-block {
    display: flex;
    flex-direction: column;
  }

  .open__post .open__post-block .open__block-img {
    padding: 0;
  }

  .open__post.seo__post .open__block-img {
    margin-bottom: 20px;
  }

  .open__post .open__post-block .post__text img,
  .open__post .open__post-block .post__text iframe {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .open__post.seo__post .post__text br {
    display: none;
  }

  .read__more-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .section__about-block {
    flex-direction: column;
  }

  .section__about .about .about__list {
    margin-bottom: 10px;
  }

  .gift__certificate-block-top .gift__block-text .gift__block-subdesc,
  .gift__certificate-block-top .gift__block-text .gift__block-btn {
    display: none;
    visibility: hidden;
  }

  .gift__certificate-block-top .gift__block-desc {
    text-align: center;
  }

  .gift__certificate-block-top {
    flex-direction: column;
  }

  .gift__certificate-block-top .gift__block-img,
  .gift__certificate-block-bottom {
    flex-direction: column;
    align-items: center;
  }

  .gift__certificate-block-bottom .gift__block-img {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .exaples-popup-link {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .accordion__item-active .accordion__item-content {
    margin-top: 0;
  }
  .header__content {
    padding-top: 90px;
  }

  nav .navbar .cabinet__item {
    margin-right: 65px;
  }

  .header__content-block {
    padding-top: 10px;
    max-height: 275px;
  }

  .header__content-block .header__list {
    padding-bottom: 0;
    padding-top: 20px;
    padding-left: 68px;
  }

  .btn.header__btn {
    margin-left: 118px;
  }

  .header__btn:after {
    top: 24px;
    right: -198px;
    width: 178px;
  }

  .header__btn:before {
    top: 24px;
    left: -186px;
    width: 164px;
  }

  .title {
    line-height: 46px;
  }

  .header__title-item {
    margin-top: -15px !important;
    top: 17px !important;
  }

  .header__title-item:after {
    top: 33px;
    right: -221px;
    width: 200px;
  }

  .header__title-item:before {
    top: 33px;
    left: -221px;
    width: 198px;
  }

  .header__title::before {
    width: 200px;
  }

  .header__title::after {
    width: 200px;
  }

  .header__content-block .header__list::before {
    top: -25px;
    height: 99.5%;
  }

  .header__content-block .header__list::after {
    height: 99.5%;
    top: -25px;
  }

  .freelesson__section .freelesson__title {
    line-height: 26px;
    padding: 13px;
  }

  .freelesson__section .freelesson .freelesson__items .freelesson__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    text-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .freelesson__section
    .freelesson
    .freelesson__items
    .freelesson__item:nth-child(2)
    .freelesson__item-text {
    margin-top: 2px;
  }

  .freelesson__section .freelesson .freelesson__items .freelesson__item-text {
    margin-left: 0;
    margin-top: 10px;
  }

  .programm__section {
    padding: 40px 0;
    overflow: hidden;
  }

  .form__section .form__main .form__box .form__btn-main {
    margin-bottom: -134px;
    width: 260px;
  }

  .form__section.form__two .form__main .form__box .form__btn {
    margin-bottom: -110px;
  }

  .certificate__section {
    padding: 80px 0;
    background: url("../img/certificate-bg-tb.jpg") center/cover no-repeat;
  }

  .reviews__section {
    padding: 78px 0;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider__item
    .slider__text {
    height: 410px;
  }

  .accordion__item-content {
    line-height: 24px;
  }

  .accordion__title {
    line-height: 24px;
  }
  .accordion__item {
    margin-top: 10px;
    padding-bottom: 10px;
  }

  .accordion__item-trigger {
    min-height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .accordion__item-trigger svg {
    min-width: 19px;
    min-height: 21px;
  }

  .examples__section {
    padding-top: 20px;
  }

  .examples__section .examples-text {
    text-align: justify;
  }

  h2 {
    font-size: 26px !important;
    line-height: 40px !important;
  }

  h2 .red-text {
    line-height: 40px;
  }

  .section__title {
    font-size: 26px !important;
  }

  .red-text {
    line-height: 40px;
  }

  .footer__top .footer__item {
    flex: 0 0 48%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .courses__section .courses .course__item-body .course__item-title {
    font-size: 15px;
    padding: 8px 10px;
  }

  .courses__section .courses .course__item-body .course__item-text {
    max-height: 200px;
    padding: 8px 10px;
  }

  .form__section {
    padding: 78px 10px 105px;
  }

  .form__section .form__main .form__title {
    max-width: 690px;
  }

  .form__section .form__main .form__title .section__title {
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
  }

  .form__section .form__main .form__box {
    padding: 60px 40px 108px;
  }

  .form__section .form__main .form__box .form__items .form__inputs {
    max-width: 300px;
  }

  .form__section
    .form__main
    .form__box
    .form__items
    .form__inputs
    .form__input
    input {
    max-width: 300px;
  }

  .more__section.new__posts .more__item-img .more__item-body-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 990px) {
  .results__section .results__content-item {
    padding: 0;
  }

  .results__section .results__content-item-list {
    padding: 15px;
  }
}

@media screen and (max-width: 900px) {
  .examples__section .examples {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .examples__section .examples .exaples__item {
    padding-right: 0;
  }

  .examples__section .exmaples__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .examples__section .examples__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 895px) {
  .programm__section .programm {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .programm__section .programm__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media screen and (max-width: 800px) {
  .page__title.title__post br {
    display: none;
  }
}

@media screen and (max-width: 790px) {
  .back__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .back__item2 {
    display: none;
  }
}

@media screen and (max-width: 778px) {
  .statistics {
    margin-top: 80px;
    padding: 0 20px;
  }

  .statistics .statictic__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .statistics .statictic__item-title {
    color: #006384;
    font-size: 27px;
    line-height: 40px;
  }

  .statistics .statictic__item-img {
    width: 184px;
    height: 142px;
  }

  .statistics .statictic__item-img img {
    width: 100%;
  }

  .statistics .statictic__item-text {
    line-height: 22px;
  }
}

@media screen and (max-width: 772px) {
  .header__content-block {
    width: 100%;
    max-width: 660px;
    margin: 35px auto 0;
    max-height: 290px;
  }

  .header__content-block .header__list {
    padding-left: 77px;
    padding-top: 0;
  }

  .title {
    text-align: center;
    line-height: 70px;
  }

  .title.header__title {
    line-height: 35px;
  }
}

/* @media screen and (max-width: 769px) {
  .form__section.form__two .form__main .form__title {
    max-width: 420px;
  }
} */

@media screen and (max-width: 768px) {
  .courses__section .courses .slick-list {
    padding: 0 1.25rem;
  }

  nav .navbar .cabinet__item {
    margin-right: 25px;
  }

  .header .header__title-item {
    position: relative;
    top: -20px !important;
  }

  .btn.header__btn {
    margin-left: 16%;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    top: 20px;
    margin: 0 auto;
    position: relative;
    left: -7.2%;
  }

  .header__btn:after {
    top: 16px;
    right: -189px;
    width: 172px;
  }

  .header__btn:before {
    top: 16px;
    left: -183px;
    width: 165px;
  }

  .header__title-item:after {
    top: 45px;
    right: -177px;
    width: 153px;
  }

  .header__title-item:before {
    top: 45px;
    left: -176px;
    width: 146px;
  }

  .header__title::before {
    width: 150px;
    left: 43px;
  }

  .header__title::after {
    width: 150px;
    right: 43px;
  }

  .header__content-block .header__list::before {
    top: -66px;
    height: 123%;
  }

  .header__content-block .header__list::after {
    top: -66px;
    height: 123%;
    right: 0;
  }

  .page__header.header__post .page__info {
    padding: 90px 0 160px;
  }

  .freelesson__section .freelesson {
    width: 96%;
    margin: -146px auto 0;
  }

  .freelesson__section .freelesson .freelesson__items .freelesson__item-text {
    font-size: 14px;
  }

  .section__about {
    padding: 71px 0;
  }

  .section__about .about .section__title {
    line-height: 25px !important;
  }

  .section__about .about {
    width: 97%;
  }

  .section__about-text {
    margin-right: 0;
  }

  .section__about .about__player {
    margin: 42px 0 46px;
  }

  .courses__section {
    padding: 8rem 0;
    overflow: hidden;
  }

  .courses__section .container {
    padding: 0;
  }

  .courses__section .courses__title {
    font-size: 30px;
  }

  .courses__section .section__text {
    padding: 0 15px;
  }

  .courses__section .courses__hr {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .courses__section .course__btn {
    margin: 2rem auto 0;
    line-height: 28px;
    font-size: 14px;
  }

  .courses .slick-dots button {
    width: 100px;
  }

  .form__section .form__main .form__box::before {
    display: none;
  }

  .form__section .form__main .form__box::after {
    display: none;
  }

  .form__section
    .form__main
    .form__box
    .form__items
    .form__inputs
    .messenger__info.success-message {
    padding-top: 10px;
    max-width: 275px;
  }

  .form__section
    .form__main
    .form__box
    .form__items
    .form__inputs
    .messenger__info.success-message
    .messenger__title,
  .form__section.form__two
    .form__main
    .form__box
    .form__items
    .form__inputs
    .messenger__info.success-message
    .messenger__title {
    font-size: 16px;
    position: relative;
    top: 0;
  }

  .form__section .form__main .form__box .form__btn .btn.form__btn {
    font-size: 14px;
    line-height: 26px;
  }

  .form__section .form__main .form__box .form__btn-main {
    margin-bottom: -126px;
  }

  .certificate__section .container .certificate .certificate__item {
    max-width: 436px;
  }

  .certificate__section .container .certificate .certificate__img {
    margin-top: 10px;
  }

  .certificate__section .container .certificate .certificate__img img {
    width: 100%;
    max-width: 364px;
    height: 257px;
  }

  .certificate__section .container .certificate .certificate__title {
    font-size: 22px;
    line-height: 34px;
  }

  .reviews__section .reviews__main .reviews__title .section__title {
    line-height: 35px !important;
  }

  .reviews__section
    .reviews__main
    .reviews__title
    .section__title.blue-text.second {
    margin-bottom: 10px;
  }

  .reviews__section .reviews__main .reviews__title .hr.blu-hr {
    margin-top: 10px;
  }

  .reviews__section .reviews__main .reviews__btn {
    font-size: 14px;
  }

  .reviews__section .reviews__main .reviews__btn a {
    line-height: 28px;
  }

  .reviews__section .reviews__main .slider__box .youtube__slider .slider {
    width: auto;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider
    .slick-arrow.slick-prev {
    left: 9px;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider
    .slick-arrow.slick-next {
    right: 9px;
  }

  .pluses__section {
    padding: 80px 0;
  }

  .pluses__section .section__title.text-shadow {
    width: 100%;
    max-width: 435px;
    margin: 0 auto;
  }

  .pluses__section .pluses {
    max-width: 570px;
    margin: 0 auto;
  }

  .accordion__section {
    padding: 80px 10px 100px;
  }

  .accordion__section .reviews__bottom .section__title {
    line-height: 35px !important;
  }

  .accordion__section .reviews__bottom .section__title {
    width: 500px;
  }

  .accordion__section .accordion__item-content {
    padding-right: 20px;
    margin-left: 30px;
  }

  .accordion__section .accordion-left {
    margin-right: 10px;
  }

  /* .page__header {
        background: url("../img/page-bg-other.jpg") center/cover no-repeat;
    } */
  .page__info {
    padding: 172px 0 50px;
  }

  .page__info:before {
    height: 96px;
    top: 50px;
  }

  .page__title {
    font-size: 36px;
    line-height: 46px;
  }

  .price {
    padding-bottom: 30px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body .tab__pay,
  .tabs1 .tabs__content-item1 .tabs__content-item--block-body1 .tab__pay {
    margin-top: 36px;
  }

  .payment__section {
    padding: 80px 0;
  }

  .results__section {
    padding: 61px 0;
  }

  .more__section,
  .course__page .more__section {
    padding: 60px 0;
  }

  .course__page .more__section {
    padding: 60px 0 20px;
  }

  .section__title {
    font-size: 30px;
    line-height: 35px !important;
  }

  .examples__section.course__post .examples {
    /* flex-direction: column-reverse; */
  }

  .examples__section.course__post .examples__img {
    margin-top: 20px;
  }

  .programm__section .section__title span,
  .programm__section .section__title {
    line-height: 35px;
  }

  .wp-block-column {
    flex-basis: 100% !important;
    margin-top: 1em;
  }
}

@media (max-width: 767.98px) {
  .container.container.container__big {
    max-width: 800px;
  }

  .reviews__section .reviews__main .slider__box .youtube__slider .slick-list {
    overflow: hidden;
  }
}

@media screen and (max-width: 700px) {
  .header__box.header-fixed .navbar {
    padding: 5px 0;
  }

  nav .navbar .cabinet__item {
    margin-right: 15px;
  }

  nav .navbar .cabinet__item .cabinet__text {
    display: none;
    visibility: hidden;
  }

  .burger {
    position: relative;
    top: -3px;
  }

  nav .navbar .menu.active .menu__list {
    background: transparent;
    background-position: 100%;
  }

  .header .header__title-item {
    font-size: 30px;
  }

  .header__content-block {
    border: none;
  }

  .header__content-block .header__list::before {
    position: absolute;
    content: "";
    background: url(../img/rectangle_left.svg) no-repeat;
    background-size: cover;
    width: 3%;
    height: 120%;
    top: -45px;
    left: 70px;
  }

  .header__content-block .header__list::after {
    position: absolute;
    content: "";
    background: url(../img/rectangle_left.svg) no-repeat;
    background-size: cover;
    width: 3%;
    height: 120%;
    top: -45px;
    right: 70px;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }

  .header__content-block .header__list-item {
    font-size: 16px;
    line-height: 22px;
    max-width: 375px;
    width: 100%;
    margin: 0 auto 10px;
  }

  .header__content-block .header__list-item:last-child {
    margin: 0 auto;
  }

  .header__content-block .header__list-item::before {
    top: 7px;
  }

  nav .navbar .menu .menu__list.active .menu__list-item:nth-child(3)::before {
    width: 210vw;
  }

  .header__btn:after {
    display: none;
  }

  .header__btn:before {
    display: none;
  }

  .title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .header__title-item:after {
    display: none;
  }

  .header__title-item:before {
    display: none;
  }

  .header__title::before,
  .header__title::after {
    display: none;
  }

  .title.header__title {
    max-width: 480px;
    margin: 0 auto;
  }

  .freelesson__section .freelesson .freelesson__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .freelesson__section .freelesson .freelesson__items .freelesson__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    margin-bottom: 18px;
  }

  .freelesson__section
    .freelesson
    .freelesson__items
    .freelesson__item:last-child {
    margin-bottom: 0;
  }

  .freelesson__section
    .freelesson
    .freelesson__items
    .freelesson__item
    .freelesson__item-img {
    margin-right: 20px;
    width: 23%;
    min-width: 72.23px;
    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;
  }
  .freelesson__section
    .freelesson
    .freelesson__items
    .freelesson__item
    .freelesson__item-img
    img {
    width: 80%;
  }
  .statistics {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .statistics .statictic__item {
    margin-bottom: 24px;
  }

  .statistics .statictic__item:last-child {
    margin-bottom: 0;
  }

  .statistics .statictic__item-title {
    font-size: 24px;
  }

  .section__about {
    padding: 60px 0;
  }

  .section__about .about .section__title {
    font-size: 25px;
  }

  .section__about .about .blue-hr {
    margin-top: 10px;
  }

  .section__about .about__list-item {
    font-size: 14px;
    line-height: 22px;
  }

  .section__about .about__list-item img {
    width: 22px;
    height: 22px;
    min-width: 22px;
  }

  .section__about .steps .step__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 420px;
    margin: 8px auto 0;
  }

  .section__about .steps .step__item:first-child {
    margin-top: 0;
  }

  .section__about .steps .step__item .step__item-hr {
    margin-bottom: -5px;
  }

  .section__about .steps .step__item-img {
    height: auto;
  }

  .form__section .form__main .form__box .form__btn-main {
    margin-bottom: -96px;
    margin-top: -78px;
  }

  .form__section.form__two .form__main .section__title {
    margin-bottom: -60px;
    background-color: #ffffff;
    line-height: 35px !important;
  }

  .form__section.form__two
    .form__main
    .form__box
    .form__items
    .form__inputs.after__use-form {
    display: none;
  }

  .form__section.form__two
    .form__main
    .form__box
    .form__items
    .messenger__info {
    position: relative;
    margin-top: 10px;
  }

  .form__section.form__two .form__main .form__box .form__btn {
    margin-top: -150px;
    padding-left: 0;
  }

  .form__section {
    padding: 58px 0 36px;
  }

  .form__section .form__main .form__title .section__title {
    font-size: 25px;
  }

  .form__section .form__main .form__box {
    border: none;
  }

  .form__section .form__main .form__box .form__items {
    -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;
  }

  .form__section .form__main .form__box .form__items .form__info {
    margin-bottom: 63px;
  }

  .form__section .form__main .form__box .form__items .form__inputs {
    border: 2px solid #e85a50;
    width: 100%;
    max-width: 100%;
    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;
    padding: 0px 0 55px;
  }

  .form__section
    .form__main
    .form__box
    .form__items
    .form__inputs
    .form__input {
    background-color: #ffffff;
    position: relative;
    top: -30px;
  }

  .form__section
    .form__main
    .form__box
    .form__items
    .form__inputs
    .messenger__info
    .messenger__title {
    max-width: 320px;
    text-align: center;
  }

  .form__section .form__main .form__box .form__btn .btn.form__btn {
    width: 220px;
  }

  .certificate__section {
    padding: 60px 0;
    background-position: 220% 0px;
  }

  .certificate__section .container .certificate .certificate__item {
    max-width: 364px;
    margin: 0 auto;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider__item
    .slider__text {
    margin-top: 10px;
  }

  .accordion__section .section__title {
    line-height: 35px !important;
  }

  .after__use-form {
    padding: 10px 0 55px;
  }

  .form__section.form__two {
    padding: 58px 0 110px;
  }

  /* .works__section .swiper-pagination {
    display: none;
  } */
}

@media screen and (max-width: 700px) and (max-width: 600px) {
  .header__content-block .header__list::before {
    left: 0;
  }

  .header__content-block .header__list::after {
    right: 0;
  }
}

@media screen and (max-width: 700px) and (max-width: 480px) {
  .header__content-block .header__list::before {
    height: 170%;
  }

  .header__content-block .header__list::after {
    height: 170%;
  }
}

@media screen and (max-width: 700px) and (max-width: 380px) {
  .header__content-block .header__list::before {
    height: 150%;
  }

  .header__content-block .header__list::after {
    height: 150%;
  }
}

@media screen and (max-width: 700px) and (max-width: 360px) {
  .header__content-block .header__list::before {
    height: 138%;
    left: -5px;
  }

  .header__content-block .header__list::after {
    height: 138%;
    right: -5px;
  }
}

@media screen and (max-width: 700px) and (max-width: 350px) {
  .form__section .form__main .form__box .form__btn {
    width: 280px;
    padding-left: 10px;
  }

  .form__section .form__main .form__box .form__btn .btn.form__btn {
    width: 260px;
  }
}

@media screen and (max-width: 620px) {
  .certificate__section .container .certificate .certificate__img img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  nav .navbar .logo img {
    width: 226px;
    height: 41px;
  }

  .header .header__title-item {
    position: relative;
    top: -26px !important;
  }

  .courses__section .courses .course__item-body .course__item-title {
    font-size: 13px;
    line-height: 17px;
    padding: 5px 10px;
  }

  .courses__section .courses .course__item-body .course__item-text {
    font-size: 11px;
    padding: 5px 10px;
  }

  .form__section {
    margin-bottom: 20px;
  }

  /* .form__section.form__two .form__main .form__title {
    max-width: 360px;
  } */

  .form__section.form__two .form__main .form__box {
    padding: 84px 0px;
  }

  /* .reviews__section .reviews__main p {
    margin-top: 150px;
  } */

  .slider__box {
    margin-bottom: 60px;
  }

  .reviews__section .reviews__main .slider__box .youtube__slider .slick-list {
    height: 120% !important;
  }

  .reviews__section .reviews__main .slider__box .youtube__slider .slider {
    padding: 0px 10px;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider
    .slick-arrow {
    top: auto;
    bottom: -20%;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider
    .slick-arrow.slick-prev {
    left: 20%;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider
    .slick-arrow.slick-next {
    right: 20%;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider__item
    img {
    max-height: none;
  }

  .accordion__section .reviews__bottom {
    margin-top: 128px;
  }

  .accordion__section .reviews__bottom .section__title {
    width: auto;
    padding: 0 15px;
    font-size: 25px;
    line-height: 20px;
    position: relative;
    top: 5px;
  }

  .accordion__section .reviews__bottom .hr.blu-hr {
    top: 60px;
  }

  .accordion__section .reviews__bottom .text__block {
    padding: 55px 10px;
  }

  .accordion__section .reviews__bottom .text__block br {
    display: none;
  }

  .accordion__section .reviews__bottom .text__block::before,
  .accordion__section .reviews__bottom .text__block::after {
    display: none;
  }

  .page__title:before {
    height: 100%;
  }

  .page__title {
    font-size: 24px;
    line-height: 35px;
  }

  .price {
    padding-top: 30px;
  }

  .tabs .tabs__content-item .tabs__content-item--block {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 47%;
  }

  .tabs .tabs__content-item .tabs__content-item--block-title {
    font-size: 20px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body {
    padding-left: 17px;
    padding-right: 17px;
    min-height: 276px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body .text__price {
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body .tab__price {
    padding-top: 18px;
    font-size: 20px;
    line-height: 32px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body .tab__subprice {
    font-size: 15px;
    line-height: 24px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body .tab__pay {
    margin-top: 21px;
    font-size: 13px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body .tab__hr {
    margin-top: 17px;
    font-size: 11px;
  }

  .tabs__block-header .swiper-slide .swiper-slide-content {
    padding: 8px;
  }

  .tabs__block-header .swiper-slide .swiper-slide-content div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
  }

  .examples__section .examples-text {
    text-align: justify;
  }

  .results__section .results__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .results__section .results__title {
    font-size: 20px;
  }

  .results__section .results__content-item-list {
    margin-top: 5px;
  }

  .examples__section.course__post .exmaples__text h2,
  .examples__section.course__post .exmaples__text h3,
  .examples__section.course__post .exmaples__text h4,
  .examples__section.course__post .exmaples__text h5,
  .examples__section.course__post .exmaples__text h6 {
    line-height: 24px !important;
  }

  #go-top {
    left: 20px;
  }

  .video__how .play__video {
    max-width: 60px;
  }

  .how__lesson::after {
    opacity: 0.4;
  }

  .video__how:hover .play__video img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  .results__section .results__content-item-list {
    flex: 0 0 100%;
  }

  .wp-block-column .wp-block-image {
    margin-top: 1em;
  }
}

@media screen and (max-width: 580px) {
  .pluses__section .pluses__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .tabs .tabs__header-item img,
  .tabs1 .tabs__header-item1 img {
    display: none;
  }

  .more__section.new__posts .more .more__item {
    flex: 0 0 100%;
    margin-right: 0;
  }

  .more__section.new__posts .more .more__item:last-child {
    margin-bottom: 0;
  }

  .more__section.new__posts .pagination__block .more__item {
    flex: 0 0 100%;
    margin-right: 0;
  }

  .more__section.new__posts .pagination__block .more__item:last-child {
    margin-bottom: 0;
  }

  .more__section.new__posts .more__item-img img {
    max-width: 580px;
  }

  .more__section .more,
  .more__section .alm-reveal,
  .more__section .more-page-2,
  .more__section .more-page-3,
  .more__section .more-page-4,
  .more__section .more-page-5,
  .more__section .more-page-6,
  .more__section .more-page-7,
  .more__section .more-page-8,
  .more__section .more-page-9,
  .more__section .more-page-10 {
    margin-top: 0;
  }
}

@media screen and (max-width: 568px) {
  html {
    font-size: 2.666vw;
  }

  .payment__section .payment .payment__row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .courses__section {
    padding: 3.5rem 0;
  }

  .courses__section .section__text {
    font-size: 1.4rem;
  }

  .courses__section .courses__hr {
    margin: 0.75rem auto;
  }

  .courses__section .courses {
    margin-top: 2.5rem;
  }

  .courses__section .courses .course__item-body .course__item-btn a {
    font-size: 14px;
  }
}

@media screen and (max-width: 558px) {
  .page__info {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .page__info:before {
    top: 0;
  }

  .page__header.header__post .page__info::before {
    top: 15%;
  }
}

@media screen and (max-width: 550px) {
  .accordion__title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 525px) {
  .payment__section .payment .payment__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 500px) {
  .fixed_links {
    right: 20px;
    gap: 0;
  }

  .fixed_links .icon {
    width: 40px;
    height: 40px;
  }
  .navbar .menu .footer__soc-contact li ul {
    margin-bottom: 30px;
  }
  .form__section .form__main .form__title {
    margin: 0;
  }
  .works__section.works__slider.blu-bg {
    background-image: url(../img/mobblubg.png);
    height: 600px;
  }
  .form__section.form__two .form__main .hr.blu-hr {
    position: relative;
    top: 10px;
  }

  .form__section.form__two .form__main .section__title {
    margin-bottom: -20px;
  }

  .form__section.form__two .form__main .form__box .form__items .form__inputs {
    padding: 0 0 150px;
  }

  .form__section.form__two .form__main .form__box .form__btn {
    margin-top: -170px;
  }

  .works .works__item .works__overlay .works__overlay-item-title {
    font-size: 24px;
    line-height: 35px;
  }

  .works .works__item .works__overlay .works__overlay-item-name {
    font-size: 24px;
    line-height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .works__section .swiper-pagination-bullet {
    width: 30px;
  }
  .works .works__item {
    max-height: 230px;
  }
  .works__section .swiper-button-next:after,
  .works__section .swiper-container-rtl .swiper-button-prev:after {
    border-width: 0 4px 4px 0;
    padding: 4.5px;
    left: 12px;
  }
  .works__section .swiper-button-prev:after,
  .works__section .swiper-container-rtl .swiper-button-next:after {
    border-width: 0 4px 4px 0;
    left: 15px;
    padding: 4.5px;
  }
  .works__section.works__slider .swiper-container {
    padding: 0 20px;
    padding-bottom: 30px;
  }

  .header .header__title-item {
    font-size: 24px;
    top: -30px !important;
  }

  .btn.header__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, 350%);
    -ms-transform: translate(-50%, 350%);
    transform: translate(-50%, 350%);
  }

  .section__about .about__list-item {
    text-align: justify;
  }

  .title {
    font-size: 22px;
  }

  .courses .slick-dots button {
    width: 50px;
  }

  .form__section .form__main .form__box {
    padding: 26px 0px 86px;
  }

  .form__section
    .form__main
    .form__box
    .form__items
    .form__info
    .form__info-item
    .item__img {
    width: 55px;
    margin-right: 15px;
  }

  .form__section
    .form__main
    .form__box
    .form__items
    .form__info
    .form__info-item
    span {
    width: calc(100% - 70px);
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider
    .slick-arrow {
    top: auto;
    bottom: -24%;
  }

  /* .page__header {
        background: url("../img/page-bg-phone.jpg") center/cover no-repeat;
    } */
  .price .price__info {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .price .price__info .price__info-img {
    float: left;
  }

  .price .price__info .price__text.strong-text {
    line-height: 0;
  }

  .price .price__info img {
    width: 39px;
    height: 47px;
  }

  .payment__section .payment .payment__item {
    flex: 0 0 48.4%;
    margin-right: 0;
  }

  .payment__section .payment .payment__item-title {
    padding: 20px 40px;
  }

  .payment__section .payment .payment__item-img img {
    height: auto;
  }

  .works .works__item img {
    height: auto;
  }

  .course__page .works {
    max-height: 270px;
  }

  .examples__section .examples__img-img iframe,
  .examples__section .examples__img-img img {
    width: 100%;
  }

  .accordion__title-course {
    font-size: 16px !important;
  }

  .accordion__item-content--course {
    font-size: 15px !important;
  }

  .footer {
    margin-bottom: -40px;
  }

  .footer__top .footer__item {
    flex: 0 0 100%;
  }

  .links__list li,
  .footer__phone-contact li,
  .footer__soc-contact li span,
  .footer_pay-text {
    font-size: 14px;
  }

  .footer__bottom ul {
    flex-wrap: wrap;
  }

  .footer__bottom ul li {
    line-height: 20px;
    text-align: center;
  }

  .footer__bottom ul li:not(:last-child) {
    margin-right: 0;
  }

  .footer__bottom-item .line {
    display: none;
  }

  .accordion__item-content {
    padding-right: 30px;
  }

  .section__title {
    font-size: 20px !important;
  }

  .course__post .wp-block-image .alignright {
    margin-left: 0;
    margin-top: 10px;
  }

  .examples__section iframe {
    width: 100%;
    max-width: none;
  }

  .wp-block-columns {
    margin-bottom: 0.35em;
  }
  .works__section .swiper-button-next,
  .works__section .swiper-button-prev {
    height: 40px;
    width: 40px;
  }
  .works__section.works__slider
    .swiper-container-horizontal
    > .swiper-pagination-bullets {
    width: 200px !important;
  }
  .works__section .swiper-button-prev {
    left: 20px;
  }

  .works__section .swiper-button-next {
    right: 20px;
  }

  .works__section .swiper-container {
    max-height: 320px;
  }

  .section__about .about.about__stady {
    padding: 10px;
  }

  .gift__certificate-block-top .gift__block-desc {
    font-size: 18px;
  }

  .gift__certificate-block-bottom .section__title.gift-bottom {
    font-size: 18px !important;
    line-height: 1.43 !important;
  }

  .gift__certificate-block-bottom .gift__block-desc-desc {
    font-size: 14px;
  }

  .gift__certificate-block-top .gift__block-subdesc {
    font-size: 14px;
    text-align: center;
  }

  .gift__certificate-block-top .gift__block-subdesc {
    margin: 90px 0 30px;
  }

  .gift__certificate-block-bottom {
    padding: 16px 0 36px;
  }

  .gift__certificate .container-certificate {
    background: url(../img/bg-pay-cert1-mb.jpg);
    background-size: cover;
    padding: 70px 0 200px;
  }

  .gift__certificate-block-top .gift__block-text {
    margin-bottom: 150px;
  }

  .b24-widget-button-position-bottom-right {
    bottom: 100px !important;
    right: 23px !important;
  }
}

@media screen and (max-width: 465px) {
  .freelesson__section .freelesson__title {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .freelesson__section .freelesson .freelesson__items {
    padding: 10px;
  }
}

@media screen and (max-width: 462px) {
  .price__text {
    line-height: 22px;
  }

  .more__section .more,
  .more__section .alm-reveal {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .more__section .more__item .more__item-img img {
    width: 100%;
    height: 130px;
  }

  .more__section .more__item {
    margin-right: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }

  .more__section .more__item-body-title {
    font-size: 13px;
    line-height: 18px;
    padding-top: 10px;
  }

  .more__section .more__item-body-text {
    font-size: 13px;
  }

  .more__section .more__item-link a {
    font-size: 13px;
    line-height: 20px;
    padding: 11px 10px;
  }

  .burger {
    margin-right: 5px;
  }
}

@media screen and (max-width: 450px) {
  .freelesson__section .freelesson .freelesson__items .freelesson__item {
    padding-left: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 425px) {
  .courses__section .courses .course__item-img img {
    width: 225px;
    height: 160px;
  }

  .courses__section .courses .course__item-body {
    width: 225px;
    min-height: 235px;
    max-height: 320px;
  }

  .courses .course__item.course__item-all {
    min-width: 225px;
  }

  .programm__section .red-text {
    line-height: 35px;
  }

  .courses__section .courses .course__item .course__item-btn.item-btn {
    margin-top: 13px;
  }

  .reviews__section {
    padding: 20px 0;
  }
  /* 
  .reviews__section .reviews__main p {
    margin-top: 50px; */
  /* } */

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider
    .slick-arrow {
    top: auto;
    bottom: -25%;
  }

  .tabs .tabs__content-item .tabs__content-item--block-title {
    font-size: 18px;
    min-height: 100px;
    padding: 15px 18px;
    line-height: 35px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body {
    min-height: 250px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body .tab__pay img {
    width: 100%;
    max-width: 28px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-body:nth-child(2) img {
    width: auto;
    max-width: 86px;
  }

  .read__more-block {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 406px) {
  .btn.header__btn {
    -webkit-transform: translate(-50%, 380%);
    -ms-transform: translate(-50%, 380%);
    transform: translate(-50%, 380%);
  }

  .header__content-block .header__list::before,
  .header__content-block .header__list::after {
    height: 140%;
  }

  .payment__section .payment .payment__item-title {
    padding: 20px 22px;
  }
}

@media screen and (max-width: 400px) {
  nav .navbar .logo img {
    width: 176px;
    height: 32px;
  }

  nav .navbar .cabinet__item img {
    margin-right: 15px;
  }

  .accordion__section .reviews__bottom .reviews__btn .btn__block {
    width: 250px;
  }

  .gift__certificate .container-certificate {
    padding: 70px 0 160px;
  }
}

@media (max-height: 568px) and (max-width: 375px) {
  .btn.header__btn {
    padding: 5px;
    text-align: center;
  }
}

@media (max-height: 630px) and (max-width: 400px) {
}

@media screen and (max-width: 380px) {
  .header__content-block .header__list {
    padding-left: 55px;
  }

  .course__page .works {
    max-height: 180px;
  }
}

@media screen and (max-width: 350px) {
  .courses__section .courses .course__item-img img {
    width: 100%;
    max-width: 100%;
  }

  .courses .slick-slide {
    margin-left: 6.5px;
  }

  .form__section
    .form__main
    .form__box
    .form__items
    .form__inputs
    .form__input
    input {
    max-width: 260px;
  }

  .form__section.form__two
    .form__main
    .form__box
    .form__items
    .form__inputs
    .form__input
    input {
    max-width: 280px;
    min-width: 280px;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider__item
    .slider__text {
    height: 440px;
  }

  .accordion__section .reviews__bottom .section__title {
    font-size: 22px;
  }

  .accordion__section .reviews__bottom .section__title .red-text {
    font-size: 22px;
  }

  .tabs .tabs__content-item .tabs__content-item--block-title {
    padding: 15px 5px;
    font-size: 16px;
  }

  .more__section .more__item .more__item-img img {
    height: auto;
  }

  .more__section .more__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .payment__section .payment .payment__item-title {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 325px) {
  .tabs .tabs__content-item .tabs__content-item--block-body {
    min-height: 263px;
  }
}

@media (min-width: 992px) and (max-width: 1440px) {
  .header__content-block {
    /* margin-top: 20px; */
  }
}

@media (min-width: 700px) and (max-width: 860px) {
  .form__section.form__two .form__main {
    padding: 0 80px;
  }
}

@media (min-width: 500px) and (max-width: 700px) {
  .form__section.form__two .form__main .hr.blu-hr {
    display: none;
  }
}

@media (min-width: 993px) and (max-width: 1150px) {
  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider
    .slick-dots {
    top: -430px;
  }

  .reviews__section
    .reviews__main
    .slider__box
    .youtube__slider
    .slider__item
    .slider__text {
    height: 340px;
  }
}

@media (min-width: 600px) and (max-width: 700px) {
  .tabs .tabs__content-item .tabs__content-item--block-title {
    height: 80px;
    padding: 0 20px;
    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;
  }
}

.webp .courses__section {
  background: url(../img/courses-bg.webp) center/cover no-repeat;
}

.webp .form__section .form__main .form__box::before {
  background: url(../img/map.webp) no-repeat;
}

.webp .form__section .form__main .form__box::after {
  background: url(../img/map_p2.webp) no-repeat;
}

.webp .certificate__section {
  background: url(../img/certificate-bg.webp) center/cover no-repeat;
}

.webp .pluses__section {
  background: url(../img/pluses-bg.webp) center/cover no-repeat;
}

/* .webp .page__header {
    background: url(../img/page-bg.webp) center/cover no-repeat;
} */
.webp .payment__section {
  background: url(../img/payment2-bg.webp) center/cover no-repeat;
}

.webp .results__section {
  background: url(../img/res-bg.webp) center/cover no-repeat;
}

.webp .works .works__item .works__overlay {
  background: url(../img/work-overlay.webp) center/cover no-repeat;
}

@media screen and (max-width: 992px) {
  .webp .certificate__section {
    background: url(../img/certificate-bg-tb.webp) center/cover no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .webp .header__video {
    background: url(../img/page-bg-tb.webp) center/cover no-repeat;
  }
}

@media screen and (max-width: 768px) {
  /* .webp .page__header {
        background: url(../img/page-bg-other.webp) center/cover no-repeat;
    } */
}

@media screen and (max-width: 480px) {
  /* .webp .page__header {
        background: url(../img/page-bg-phone.webp) center/cover no-repeat;
    } */
}

@media screen and (max-width: 782px) {
  .admin-bar nav .navbar {
    margin-top: 46px;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

container__fluid header__box .navbar .menu {
  display: flex !important;
}

#wpdcom .wpd-form-row .wpd-form-col-left .wpdiscuz-item,
#wpdcom .wmu-add,
#wpdcom .wpd-hidden,
#comments #wpdcom .wc-field-submit .wpd_label .wpd_label__check {
  display: flex;
}

#wpdcom .wpd-comment-text p:last-child {
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 22px;
  padding-left: 5px;
  padding-right: 5px;
}
#wpdcom input[type="button"],
#wpdcom input[type="reset"],
#wpdcom input[type="submit"],
#wpdcom button {
  margin: none;
}
#wpdcom .ql-editor > *,
#wpdcom .ql-editor::before {
  font-size: 13px;
}
.wc_website-wrapper {
  display: none !important;
}
#wpdcom .wc-field-submit input[type="submit"],
#wpdcom .wpd-prim-button {
  text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
  border-radius: 35px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fe6e63),
    to(#fe8a81)
  );
  background-image: -o-linear-gradient(bottom, #fe6e63 0%, #fe8a81 100%);
  background-image: linear-gradient(to top, #fe6e63 0%, #fe8a81 100%);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  line-height: initial;
}

#wpdcom .wc-field-submit {
  display: flex;
  align-items: center;
}
#wpdcom .wpd-up svg {
  fill: #31839e !important;
}
#wpdcom .wpd-blog-author .wpd-comment-author,
#wpdcom .wpd-blog-author .wpd-comment-author a,
#wpdcom .wpd-blog-guest .wpd-comment-author,
#wpdcom .wpd-blog-guest .wpd-comment-author a,
#wpdcom .wpd-blog-post_author .wpd-comment-author,
#wpdcom .wpd-blog-post_author .wpd-comment-author a {
  color: #31839e;
}
#wpdcom .wpd-blog-post_author .wpd-comment-label {
  background-color: #31839e;
}
#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-post_author .wpd-avatar img,
#wpdcom.wpd-layout-1 .wpd-comment .wpd-blog-author .wpd-avatar img {
  border-color: #31839e;
}
#comments {
  margin: 0;
}
#wpdcom .wpd-thread-list {
  padding-bottom: 0;
}
#wpdcom {
  margin-top: 40px;
}
#wpdcom #wpd-threads {
  margin-top: 0;
}

.sitemap_wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 48px;
  align-items: start;
  padding: 50px 0 72px;
}

.sitemap_wrapper ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 24px;
  width: 100%;
  min-width: 0;
}
.sitemap_wrapper ul > .category_name {
  list-style-type: disc;
  margin-bottom: 12px;
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
}
.sitemap_wrapper ul li:not(.category_name) {
  margin-left: 12px;
}
.sitemap_wrapper li {
  list-style-type: circle;
  padding: 5px 0;
  line-height: 20px;
  overflow-wrap: anywhere;
}
.sitemap_wrapper li a {
  color: inherit;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.35;
  text-decoration: none;
}
.sitemap_wrapper li a:hover {
  text-decoration: underline;
  color: #fe8a81;
}
.sitemap_wrapper li a br {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sitemap_wrapper {
    gap: 24px 28px;
    padding: 40px 0 56px;
  }

  .sitemap_wrapper ul {
    padding-inline-start: 20px;
  }

  .sitemap_wrapper ul > .category_name {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .sitemap_wrapper li a {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  .sitemap_wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 32px 0 48px;
  }

  .sitemap_wrapper ul {
    padding-inline-start: 18px;
  }

  .sitemap_wrapper ul > .category_name {
    margin-bottom: 8px;
    font-size: 22px;
  }

  .sitemap_wrapper ul li:not(.category_name) {
    margin-left: 6px;
  }

  .sitemap_wrapper li {
    padding: 4px 0;
  }

  .sitemap_wrapper li a {
    font-size: 16px;
    line-height: 1.4;
  }
}
 
.cmplz-cookiebanner.cmplz-show {
  display: none !important;
}

body .alm-listing {
  display: flex !important;
  flex-wrap: wrap !important;
}

.button {
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: 1px solid #1e1e1e;
  border-radius: 50px;
  font-size: var(--font16);
  font-weight: 500;
  padding: 7.5px 8px;

  padding-left: 20px;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.button .arrow {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--primary-color);
  width: 31px;
  height: 31px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  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;
  border-radius: 50%;
}
.button:hover .arrow {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0 0 5px rgba(112, 79, 230, 0.254901961);
  box-shadow: 0 0 0 5px rgba(112, 79, 230, 0.254901961);
}

.button.yellow:hover {
  -webkit-box-shadow: 0 0 0 5px rgba(230, 215, 79, 0.658) !important;
  box-shadow: 0 0 0 5px rgba(230, 215, 79, 0.658) !important;
}

.home .button.yellow.up:hover .arrow {
  transform: rotate(90deg);
}
