@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap");
:root {
  --textColor: #3d3d3d;
}

body.darktheme {
  background: #121212;
  --textColor: #fff;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.w50 {
  width: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.w45 {
  width: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.w40 {
  width: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.w35 {
  width: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.w30 {
  width: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.w25 {
  width: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.w20 {
  width: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.w15 {
  width: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.w10 {
  width: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.w5 {
  width: 5px !important;
}

* {
  font-feature-settings: "pnum" on, "lnum" on;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

:-moz-placeholder {
  color: inherit;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input,
select,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
}

input[type=search]::-webkit-search-cancel-button {
  display: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: block;
  transition: all 0.3s ease;
}

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

body {
  line-height: 1.4;
  transition: 0s;
  font-size: 16px;
  color: var(--textColor);
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-feature-settings: "pnum" on, "lnum" on;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input:focus,
button,
button:focus,
textarea {
  outline: none;
}

button {
  cursor: pointer;
  transition: all 0.3s ease;
}

button {
  background-color: transparent;
  border: none;
}

a:focus,
a:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

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

.left {
  float: left;
}

.right {
  float: right;
}

a,
input[type=submit] {
  transition: all 0.3s ease;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

textarea {
  resize: none;
}

.table-respond {
  overflow: auto;
}

.table-respond td,
.table-respond th {
  white-space: nowrap;
}

.btn,
.btn:focus,
.btn:hover {
  outline: none;
  box-shadow: none;
}

.bold {
  font-weight: 700;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/** START HEADER **/
body.hidden {
  overflow: hidden;
}
body.w-spinner .spinner {
  opacity: 1;
  visibility: visible;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
  backdrop-filter: blur(5px);
  padding: 14px 0;
  z-index: 10;
  transition: top 0.5s ease;
}
header.hidden {
  top: -106px;
}
header.inner {
  border-bottom: 1px solid #EFF3F3;
}
@media (max-width: 991px) {
  header.inner {
    border: none;
  }
  header.inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #EFF3F3;
    left: 0;
    top: calc(100% + 42px);
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header.inner:after {
    top: calc(100% + 36px);
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px 0;
  }
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
header .header-left {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
header .header-left__mobile {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  header .header-left__mobile {
    position: absolute;
    top: 100%;
    left: 15px;
    padding: 10px 0;
    background: #fff;
    width: 100%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  header .header-left__mobile {
    left: 10px;
    padding: 9px 0;
  }
}
@media (max-width: 991px) {
  header .header-left__mobile:after {
    content: "";
    left: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    height: 100%;
    width: 1000px;
  }
  header .header-left__mobile:before {
    content: "";
    right: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    height: 100%;
    width: 1000px;
  }
}
header .header-left .logo {
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  header .header-left .logo {
    margin: 0;
  }
}
header .header-left .logo:hover {
  opacity: 0.7;
}
header .header-left__catalog {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 14px;
  border-radius: 3px;
  min-width: 145px;
  cursor: pointer;
  margin: 0 20px 0 0;
  color: #fff;
  transition: all 0.4s ease;
  background: linear-gradient(93.17deg, #fd6e22 0%, #fd9822 100%);
  background-size: 100%;
  border: none;
  z-index: 4;
  transition: all 0.3s ease;
}
header .header-left__catalog:hover {
  background-size: 300%;
  background-position: right;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 1px 1px rgba(0, 0, 0, 0.02);
}
header .header-left__catalog:active {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 1px 1px rgba(0, 0, 0, 0.02), inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  header .header-left__catalog {
    padding: 7px 14px;
    min-width: 84px;
    border-radius: 300px;
  }
}
header .header-left__catalog > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  position: relative;
  display: block;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  header .header-left__catalog > span {
    font-size: 12px;
    line-height: 14px;
  }
}
header .header-left__catalog > span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 11px;
  height: 7px;
  background: url("../images/catalog-chevron.svg") center no-repeat;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  header .header-left__catalog > span:after {
    background-size: contain;
    max-width: 8px;
  }
}
header .header-left__catalog.opened span:after {
  transform: translateY(-50%) rotate(-180deg);
}
header .header-left__catalog.hidden .catalog-inner {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25px);
}
header .header-left__menu {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-left__menu li {
  margin: 0 20px 0 0;
}
header .header-left__menu li:nth-last-child(1) {
  margin: 0;
}
header .header-left__menu li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--textColor);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  header .header-left__menu li a {
    font-size: 12px;
    line-height: 14px;
  }
}
header .header-left__menu li a:hover {
  color: #fd6e22;
}
header .header-left__menu li.w-submenu {
  position: relative;
}
header .header-left__menu li.w-submenu a:after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 7px;
  margin: 0 0 0 10px;
  background: url("../images/menu-chevron.svg") center no-repeat;
}
@media (max-width: 767px) {
  header .header-left__menu li.w-submenu a:after {
    background-size: contain;
    max-width: 7px;
    margin: 0 0 0 6.5px;
  }
}
header .header-left__menu li.w-submenu .submenu {
  position: absolute;
  left: -20px;
  top: 100%;
  padding: 30px 0 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25px);
  transition: all 0.3s ease;
  width: 235px;
  pointer-events: none;
}
@media (max-width: 767px) {
  header .header-left__menu li.w-submenu .submenu {
    display: none;
  }
}
header .header-left__menu li.w-submenu .submenu-wrapper {
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
}
header .header-left__menu li.w-submenu .submenu-wrapper ul li {
  margin: 0 0 13px;
}
header .header-left__menu li.w-submenu .submenu-wrapper ul li:nth-last-child(1) {
  margin: 0;
}
header .header-left__menu li.w-submenu .submenu-wrapper ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--textColor);
}
header .header-left__menu li.w-submenu .submenu-wrapper ul li a:after {
  content: none;
}
header .header-left__menu li.w-submenu .submenu-wrapper ul li a:hover {
  color: #fd6e22;
}
header .header-left__menu li.w-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
header .header-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-right__login {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--textColor);
}
@media (max-width: 767px) {
  header .header-right__login {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 12px;
  }
}
header .header-right__login:hover {
  color: #fd6e22;
}
header .header-right__login svg {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  header .header-right__login svg {
    margin: 0 0 7px;
    filter: invert(74%) sepia(11%) saturate(253%) hue-rotate(167deg) brightness(90%) contrast(85%);
  }
}
header .header-right__education {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--textColor);
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  header .header-right__education {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    text-transform: capitalize;
  }
  header .header-right__education span {
    display: none;
  }
}
header .header-right__education:hover {
  color: #fd6e22;
}
header .header-right__education svg {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  header .header-right__education svg {
    margin: 0 0 3px;
  }
  header .header-right__education svg path {
    stroke: #9fa8b0;
  }
}
header .header-right__cabinet {
  position: relative;
}
header .header-right__cabinet .cabinet-inner {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  margin: 7px 20px 0 0;
  cursor: pointer;
}
header .header-right__cabinet .cabinet-inner.mobile {
  display: none;
}
@media (max-width: 767px) {
  header .header-right__cabinet .cabinet-inner {
    display: none;
  }
  header .header-right__cabinet .cabinet-inner.mobile {
    display: inline-flex;
  }
}
header .header-right__cabinet .cabinet-inner:after {
  content: "";
  display: inline-flex;
  align-items: center;
  background: url("../images/cabinet-chevron.svg") center no-repeat;
  width: 13px;
  height: 12px;
  margin: 0 0 0 12px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  header .header-right__cabinet .cabinet-inner:after {
    content: none;
  }
}
@media (max-width: 767px) {
  header .header-right__cabinet .cabinet-inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    color: var(--textColor);
    margin: 0 20px 0 0;
  }
  header .header-right__cabinet .cabinet-inner:before {
    content: "";
    background: url("../images/cabinet-mobile.svg") center no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 0 6px;
  }
}
@media (max-width: 767px) {
  header .header-right__cabinet picture {
    display: none;
  }
}
header .header-right__cabinet picture img {
  width: 16px;
  height: 16px;
  object-fit: cover;
  object-position: center;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
header .header-right__cabinet .cabinet-menu {
  position: absolute;
  left: -17px;
  top: 100%;
  padding: 24px 0 0;
  transition: all 0.3s ease;
  width: 210px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-25px);
  pointer-events: none;
}
@media (max-width: 767px) {
  header .header-right__cabinet .cabinet-menu {
    display: none;
  }
}
header .header-right__cabinet .cabinet-menu__wrapper {
  padding: 16px;
  background: #ffffff;
  border-radius: 5px;
  width: 100%;
}
header .header-right__cabinet .cabinet-menu__wrapper a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--textColor);
}
header .header-right__cabinet .cabinet-menu__wrapper a:hover {
  color: #fd6e22;
}
header .header-right__cabinet .cabinet-menu__wrapper a:hover svg {
  filter: invert(56%) sepia(42%) saturate(4887%) hue-rotate(346deg) brightness(101%) contrast(98%);
}
header .header-right__cabinet .cabinet-menu__wrapper a svg {
  margin: 0 10px 0 0;
}
header .header-right__cabinet .cabinet-menu__item {
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 13px;
}
header .header-right__cabinet .cabinet-menu__item ul li {
  margin: 0 0 13px;
}
header .header-right__cabinet:hover .cabinet-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
header .header-right__cabinet:hover .cabinet-inner:after {
  transform: rotate(-180deg);
}
header .header-right__hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 767.02px) {
  header .header-right__hamburger {
    display: none;
  }
}
header .header-right__hamburger p {
  font-weight: 500;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: var(--textColor);
  margin: 5.5px 0 0;
  pointer-events: none;
}
header .header-right__phones {
  margin: 0 32px 0 0;
}
@media (max-width: 767px) {
  header .header-right__phones {
    margin: 0;
  }
}
header .header-right__phones span {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #9FA8B0;
  margin: 0 0 3px;
}
@media (max-width: 767px) {
  header .header-right__phones span {
    font-size: 10px;
    margin: 0 0 2px;
    line-height: 12px;
  }
}
header .header-right__phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  header .header-right__phone {
    font-size: 13px;
    line-height: 21px;
  }
}
header .header-right__phone:before {
  content: "";
  position: absolute;
  right: calc(100% + 5px);
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/header-phone-ico.svg") center no-repeat;
}
@media (max-width: 767px) {
  header .header-right__phone:before {
    max-width: 10px;
    max-height: 10px;
    background-size: contain;
  }
}
header .header-right__phone--chevron {
  margin: 0 0 0 9px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  header .header-right__phone--chevron {
    margin: 0 0 0 6px;
  }
  header .header-right__phone--chevron svg {
    max-width: 10px;
    max-height: 10px;
  }
}
header .header-right__phone--inner {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-15px);
  padding: 17px 0 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  min-width: 281px;
  cursor: default;
}
@media (max-width: 767px) {
  header .header-right__phone--inner {
    left: initial;
    transform: translateX(0%) translateY(-15px);
    right: 10px;
  }
}
header .header-right__phone--inner .inner-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 64px 134px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 767px) {
  header .header-right__phone--inner .inner-wrapper {
    padding: 15px;
  }
}
header .header-right__phone--inner .inner-wrapper ul {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  header .header-right__phone--inner .inner-wrapper ul {
    margin: 0 0 10px;
  }
}
header .header-right__phone--inner .inner-wrapper ul li {
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  header .header-right__phone--inner .inner-wrapper ul li {
    margin: 0 0 10px;
  }
}
header .header-right__phone--inner .inner-wrapper ul li:nth-last-child(1) {
  margin: 0;
}
header .header-right__phone--inner .inner-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 767px) {
  header .header-right__phone--inner .inner-wrapper ul li a {
    font-size: 13px;
    line-height: 21px;
  }
}
header .header-right__phone--inner .inner-wrapper ul li a:hover {
  color: #fd6e22;
}
header .header-right__phone--inner .inner-wrapper ul li a img {
  margin: 0 12px 0 0;
}
header .header-right__phone--inner .inner-wrapper p {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: var(--textColor);
}
header .header-right__phone--inner .inner-wrapper p span {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
}
header .header-right__phone:hover .header-right__phone--chevron {
  transform: rotate(-180deg);
}
header .header-right__phone:hover .header-right__phone--inner {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
@media (max-width: 767px) {
  header .header-right__phone:hover .header-right__phone--inner {
    transform: translateX(0%) translateY(0);
  }
}
header .about-menu.opened,
header .catalog-menu.opened {
  z-index: 4;
}
header.checkout-header + .content {
  background: #EFF3F3;
}
@media (max-width: 991px) {
  header.checkout-header + .content {
    padding-top: 72px;
  }
}

.catalog-inner {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 30px 0 0;
  width: calc(100% - 30px);
  left: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(-25px);
  cursor: default;
}
@media (max-width: 991px) {
  .catalog-inner {
    left: 0;
  }
}
@media (max-width: 767px) {
  .catalog-inner {
    display: none;
  }
}
.catalog-inner.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.catalog-inner .catalog-inner__wrapper {
  padding: 20px 20px 30px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .catalog-inner .catalog-inner__wrapper {
    flex-wrap: wrap;
  }
}
.catalog-inner .catalog-inner__wrapper .catalog-left {
  max-width: 235px;
  width: 100%;
  padding: 0 22px 0 0;
  border-right: 1px solid #eff3f3;
  margin: 0 30px 0 0;
}
@media (max-width: 991px) {
  .catalog-inner .catalog-inner__wrapper .catalog-left {
    width: 100%;
    max-width: 100%;
    border: none;
    border-bottom: 1px solid #eff3f3;
    padding: 0 0 15px;
    margin: 0 0 15px;
  }
}
.catalog-inner .catalog-inner__wrapper .catalog-left__link {
  position: relative;
  font-weight: 700;
}
.catalog-inner .catalog-inner__wrapper .catalog-left__link:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 11px;
  background: url("../images/catalog-right-arrow.svg") center no-repeat;
}
.catalog-inner .catalog-inner__wrapper .catalog-right {
  width: calc(100% - 235px);
  overflow: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .catalog-inner .catalog-inner__wrapper .catalog-right {
    width: 100%;
  }
}
.catalog-inner .catalog-inner__wrapper .catalog-right__dynamic {
  width: calc(100% - 260px);
  display: flex;
  flex-wrap: wrap;
}
.catalog-inner .catalog-inner__wrapper .catalog-right__dynamic .row {
  margin: 0;
  width: 100%;
}
.catalog-inner .catalog-inner__wrapper .catalog-right__dynamic .row [class*=col-] {
  padding: 0;
}
.catalog-inner .catalog-inner__wrapper .catalog-right__static {
  max-width: 260px;
  width: 100%;
}
.catalog-inner .catalog-inner__wrapper .catalog-right__static .catalog-right__item {
  width: 100%;
}
.catalog-inner .catalog-inner__wrapper .catalog-right__item ul {
  margin: 0 0 26px;
}
.catalog-inner .catalog-inner__wrapper .catalog-right__item p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--textColor);
  margin: 0 0 13px;
}
.catalog-inner .catalog-inner__wrapper li {
  margin: 0 0 13px;
}
.catalog-inner .catalog-inner__wrapper li:nth-last-child(1) {
  margin: 0;
}
.catalog-inner .catalog-inner__wrapper li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--textColor);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.catalog-inner .catalog-inner__wrapper li a:hover {
  color: #fd6e22;
}

.lang {
  position: relative;
}
@media (max-width: 767px) {
  .lang {
    display: none;
  }
}
.lang span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: var(--textColor);
  cursor: pointer;
}
.lang span:after {
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 11px;
  height: 7px;
  margin: 0 0 0 10px;
  transition: all 0.3s ease;
  background: url("../images/menu-chevron.svg") center no-repeat;
}
.lang .lang-inner {
  position: absolute;
  right: 0;
  top: 100%;
  width: 60px;
  padding: 30px 0 0;
  transition: all 0.3s ease;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 5;
}
.lang ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
}
.lang ul li {
  margin: 0 0 13px;
}
.lang ul li:nth-last-child(1) {
  margin: 0;
}
.lang ul li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--textColor);
}
.lang ul li a:hover {
  color: #9fa8b0;
}
.lang:hover .lang-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}
.lang:hover span:after {
  transform: rotate(-180deg);
}

.hamburger {
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  z-index: 8;
  position: relative;
  transition: all 0.3s ease;
  left: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 767.02px) {
  .hamburger {
    display: none;
  }
}
.hamburger .line {
  width: 16px;
  height: 2px;
  background: #9fa8b0;
  display: block;
  margin: 1.7px 0;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(4px) rotate(45deg);
  -ms-transform: translateY(4px) rotate(45deg);
  -o-transform: translateY(4px) rotate(45deg);
  transform: translateY(4px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6.5px) rotate(-45deg);
  -ms-transform: translateY(-6.5px) rotate(-45deg);
  -o-transform: translateY(-6.5px) rotate(-45deg);
  transform: translateY(-6.5px) rotate(-45deg);
}
.hamburger:hover {
  cursor: pointer;
}

.mob-nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 10;
  overflow: auto;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (min-width: 767.02px) {
  .mob-nav {
    display: none;
  }
}
.mob-nav.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mob-nav__top {
  padding: 23px 10px 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 65px;
}
.mob-nav .lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.mob-nav .lang-inner {
  width: 63px;
}
.mob-nav .lang-inner ul {
  padding: 0;
}
.mob-nav .switch {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  width: 70px;
}
.mob-nav .switch.active .slider:before {
  -webkit-transform: translateX(38px);
  -ms-transform: translateX(38px);
  transform: translateX(38px);
}
.mob-nav .switch.active .slider:after {
  -webkit-transform: translateY(-50%) translateX(38px);
  -ms-transform: translateY(-50%) translateX(38px);
  transform: translateY(-50%) translateX(38px);
}
.mob-nav .switch .slider small:after {
  left: 20px;
}
.mob-nav .js-hide-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.mob-nav__middle {
  padding: 0 10px 16px;
}
.mob-nav__middle ul {
  margin: 0 0 20px;
}
.mob-nav__middle ul:nth-last-child(1) {
  margin: 0;
}
.mob-nav__middle ul li {
  margin: 0 0 10px;
}
.mob-nav__middle ul li:nth-last-child(1) {
  margin: 0;
}
.mob-nav__middle a {
  background: #eff3f3;
  border-radius: 5px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 15px;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
}
.mob-nav__middle a > svg {
  margin: 0 10px 0 0;
}
.mob-nav__middle a > svg path {
  stroke: #9fa8b0;
}
.mob-nav__middle a span {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mob-nav__middle .submenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background: #fff;
  z-index: 1;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mob-nav__middle .submenu.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mob-nav__middle .submenu-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 23px 10px 26px;
}
.mob-nav__middle .submenu-top a {
  background: transparent;
  min-height: initial;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--textColor);
  padding: 0;
}
.mob-nav__middle .submenu-top p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
}
.mob-nav__middle .submenu-middle {
  padding: 0 10px 16px;
  overflow: auto;
}
.mob-nav__middle .thirdmenu {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background: #fff;
  z-index: 2;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mob-nav__middle .thirdmenu.opened {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.mob-nav__middle .thirdmenu-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 23px 10px 26px;
}
.mob-nav__middle .thirdmenu-top a {
  background: transparent;
  min-height: initial;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--textColor);
  padding: 0;
}
.mob-nav__middle .thirdmenu-top p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
}
.mob-nav__middle .thirdmenu-middle {
  padding: 0 10px 16px;
  overflow: auto;
}

@media (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 32px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .switch {
    display: none;
  }
}
.switch.active .slider {
  background: #909090;
}
.switch.active .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch.active .slider:after {
  -webkit-transform: translateY(-50%) translateX(26px);
  -ms-transform: translateY(-50%) translateX(26px);
  transform: translateY(-50%) translateX(26px);
  background: url("../images/night_ico.svg") center no-repeat;
  filter: brightness(0) invert(1);
}
.switch.active .slider small:before {
  opacity: 1;
  visibility: visible;
}
.switch.active .slider small:after {
  opacity: 0;
  visibility: hidden;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #eff3f3;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  z-index: 4;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 4px;
  bottom: 4px;
  background: linear-gradient(93.17deg, #fd6e22 0%, #fd9822 100%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.switch .slider:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform: translateY(-50%);
  background: url("../images/day_ico.svg") center no-repeat;
}
.switch .slider small {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
}
.switch .slider small:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transform: translateY(-50%);
  background: url("../images/day_ico.svg") center no-repeat;
  filter: brightness(1) invert(1);
  opacity: 0;
  visibility: hidden;
}
.switch .slider small:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(-50%) translateX(26px);
  -ms-transform: translateY(-50%) translateX(26px);
  transform: translateY(-50%) translateX(26px);
  background: url("../images/night_ico.svg") center no-repeat;
}

/** END HEADER **/
/** START CONTENT **/
.row {
  margin: 0 -12px;
}
.row [class*=col-] {
  padding: 0 12px;
}

.section-main {
  padding: 7px 0 36px;
}
@media (max-width: 767px) {
  .section-main {
    padding-top: 0px;
    padding-bottom: 11px;
  }
}
@media (min-width: 1200.02px) {
  .section-main .container {
    max-width: 1310px;
  }
}
.section-main__wrapper {
  padding: 45px 70px;
  background: #0066ff;
  border-radius: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1200px) {
  .section-main__wrapper {
    padding: 30px 40px;
  }
}
@media (max-width: 991px) {
  .section-main__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section-main__wrapper {
    min-width: calc(100% + 20px);
    margin: 0 -10px;
    border-radius: 0;
    padding: 14px 10px 10px;
  }
}
.section-main__wrapper:before {
  content: "";
  position: absolute;
  left: -270px;
  top: -70px;
  width: 735px;
  height: 696px;
  background: url("../images/blue-circles.svg") center no-repeat;
  z-index: -1;
}
.section-main__wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 29px;
  background: url("../images/main-after.svg") center no-repeat;
  width: 521px;
  height: 350px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-main__wrapper:after {
    left: initial;
    top: 40%;
    right: 6px;
    transform: translateY(-50%);
    background-size: contain;
    max-width: 265px;
  }
}
.section-main__wrapper .wrapper-left {
  width: calc(100% - 408px);
  padding: 0 100px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .section-main__wrapper .wrapper-left {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991px) {
  .section-main__wrapper .wrapper-left {
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }
}
.section-main__wrapper .wrapper-right {
  max-width: 408px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section-main__wrapper .wrapper-right {
    max-width: 100%;
  }
}
.section-main__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  margin: 0 0 23px;
}
@media (max-width: 1200px) {
  .section-main__title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .section-main__title {
    font-size: 17px;
    line-height: 23px;
    margin: 0 0 10px;
  }
}
.section-main__description {
  font-size: 15px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .section-main__description {
    font-size: 12px;
    line-height: 19px;
    margin: 0 0 10px;
  }
}
.section-main__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 33px;
}
@media (max-width: 767px) {
  .section-main__buttons {
    margin: 0 0 20px;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .section-main__buttons .btn {
    padding: 7px 9px;
  }
}
.section-main__buttons .btn:nth-child(1) {
  margin: 0 18px 0 0;
  min-width: 181px;
}
@media (max-width: 767px) {
  .section-main__buttons .btn:nth-child(1) {
    min-width: calc(50% - 5px);
    margin: 0;
  }
}
.section-main__buttons .btn:nth-last-child(1) {
  min-width: 208px;
}
@media (max-width: 767px) {
  .section-main__buttons .btn:nth-last-child(1) {
    min-width: calc(50% - 5px);
    margin: 0;
  }
}
.section-main__accreditation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .section-main__accreditation {
    flex-wrap: wrap;
  }
}
.section-main__accreditation .accreditation-left {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 40px 0 0;
}
@media (max-width: 1200px) {
  .section-main__accreditation .accreditation-left {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-main__accreditation .accreditation-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-main__accreditation .accreditation-left {
    justify-content: center;
    margin: 0 0 15px;
    width: 100%;
  }
}
.section-main__accreditation .accreditation-left img {
  margin: 0 15px 0 0;
}
.section-main__accreditation .accreditation-left p {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
}
.section-main__accreditation .accreditation-right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section-main__accreditation .accreditation-right {
    justify-content: space-between;
    width: 100%;
  }
}
.section-main__accreditation .accreditation-right__item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.section-main__accreditation .accreditation-right__item:nth-child(1) {
  margin: 0 19px 0 0;
}
.section-main__accreditation .accreditation-right__item span {
  min-width: 29px;
  margin: 0 10px 0 0;
}
.section-main__accreditation .accreditation-right__item--rating {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-main__accreditation .accreditation-right__item--rating p {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  margin: 0 0 1px;
}
.section-main__accreditation .accreditation-right__item--rating ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-main__accreditation .accreditation-right__item--rating ul li {
  margin: 0 3px 0 0;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-main__accreditation .accreditation-right__item--rating ul li:nth-last-child(1) {
  margin: 0;
}
.section-main__registration {
  padding: 27px 40px 39px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .section-main__registration {
    padding: 27px 13px 19px;
  }
}
.section-main__registration .with-us__list {
  position: absolute;
  right: 55px;
  top: -14px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .section-main__registration .with-us__list {
    right: 25px;
  }
}
.section-main__registration .with-us__list li {
  margin: 0 -15px 0 0;
}
.section-main__registration .with-us__list li img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.section-main__registration .with-us {
  display: flex;
  justify-content: flex-end;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #3d3d3d;
  margin: 0 0 7px;
}
.section-main__registration .registration-title {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .section-main__registration .registration-title {
    font-size: 15px;
    line-height: 19px;
  }
}
.section-main__registration form .form-group-wrapper {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .section-main__registration form .form-group-wrapper {
    margin: 0 0 6px;
  }
}
.section-main__registration form .form-group-wrapper.valid span {
  color: #0066ff;
  font-size: 12px;
}
.section-main__registration form .form-group-wrapper .form-group.has-error + span {
  color: #ff0000;
}
.section-main__registration form .form-group-wrapper span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #9fa8b0;
  font-family: "Raleway";
  font-weight: 500;
}
.section-main__registration form small {
  display: block;
  margin: 0 auto 5px;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #9fa8b0;
}
.section-main__registration form .btn {
  min-width: 100%;
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .section-main__registration form .btn {
    margin: 0 0 14px;
  }
}
.section-main__registration form p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
  text-align: center;
  margin: 0 0 11px;
}
@media (max-width: 767px) {
  .section-main__registration form p {
    font-size: 12px;
    line-height: 14px;
  }
}
.section-main__registration form p a {
  font-weight: 500;
  text-decoration: underline;
}
.section-main__registration form p a:hover {
  text-decoration: none;
}
.section-main__registration form span {
  color: #9e9e9e;
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
}
.section-main__registration form span a {
  text-decoration: underline;
}
.section-main__registration form span a:hover {
  text-decoration: none;
}
.section-main__banners {
  margin: 24px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .section-main__banners {
    margin: 20px 0 0;
  }
}
.section-main__banners .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-main__banners img {
  width: 100%;
  margin: 0 0 24px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .section-main__banners img {
    margin: 0 0 14px;
    border-radius: 10px;
  }
}
.section-main__banners:after {
  content: "";
  position: absolute;
  top: -295px;
  right: -315px;
  width: 795px;
  height: 796px;
  background: url("../images/orange-circles.svg") center no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-main__banners:after {
    content: none;
  }
}
.section-main__banners.inner-banners {
  margin: 0 0 6px;
}
@media (min-width: 1200.02px) {
  .section-main__banners.inner-banners .container {
    max-width: 1310px;
  }
}
.section-main__banners.inner-banners:after {
  content: none;
}

.link-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -5px 15px;
}
.link-row .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid #3d3d3d;
  width: 100%;
  margin: 0 5px;
  border-radius: 300px;
}
.link-row .link img,
.link-row .link svg {
  transition: all 0.3s ease;
  margin: 0;
}
@media (max-width: 767px) {
  .link-row .link img,
  .link-row .link svg {
    max-width: 54px;
  }
}
.link-row .link:hover {
  background: #3d3d3d;
}
.link-row .link:hover img,
.link-row .link:hover svg {
  filter: brightness(0) invert(1);
}
.link-row .link.google {
  border-color: #ff0000;
}
.link-row .link.google:hover {
  background: #ff0000;
}
.link-row .link.facebook {
  border-color: #0066ff;
}
.link-row .link.facebook:hover {
  background: #0066ff;
}

.section-companies {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-companies {
    padding: 25px 0;
  }
}
.section-companies .section-title {
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .section-companies .section-title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-companies .section-title {
    margin: 0 0 27px;
  }
}
.section-companies .company-slider {
  margin: 0 -55px;
}
@media (max-width: 991px) {
  .section-companies .company-slider {
    margin: 0;
  }
  .section-companies .company-slider .swiper-button.swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .section-companies .company-slider .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 991px) {
  .section-companies .company-slider .swiper-button.swiper-button-next {
    right: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .section-companies .company-slider .swiper-button.swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .section-companies .company-slider {
    padding: 0 35px;
    margin: 0 -10px;
  }
}
.section-companies .swiper-pagination {
  display: none;
}
@media (max-width: 991px) {
  .section-companies .swiper-pagination {
    display: flex;
    justify-content: center;
    position: static;
    margin: 10px 0 0;
  }
  .section-companies .swiper-pagination span {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}
.section-companies .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .section-companies .swiper-slide {
    opacity: 0;
    visibility: hidden;
  }
  .section-companies .swiper-slide.swiper-slide-prev {
    opacity: 0 !important;
    visibility: hidden;
  }
  .section-companies .swiper-slide.swiper-slide-visible, .section-companies .swiper-slide.swiper-slide-next, .section-companies .swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
  }
}
.section-companies .swiper-slide .company-image {
  max-width: 104px;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.section-companies .swiper-slide .company-image img {
  transition: all 0.3s ease;
  filter: grayscale(1);
}
.section-companies .swiper-slide .company-image:hover img {
  filter: grayscale(0);
}
.section-companies .swiper-navigation {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
  pointer-events: none;
}
.section-companies .swiper-navigation .swiper-button {
  position: relative;
  margin: 0;
  pointer-events: all;
}

.section-courses {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-courses {
    padding: 25px 0;
  }
}
.section-courses .section-title {
  margin: 0 0 28px;
}
@media (max-width: 767px) {
  .section-courses .section-title {
    margin: 0 0 13px;
  }
}
.section-courses .courses-slider {
  overflow: visible;
  display: flex;
}
.section-courses .courses-slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.section-courses .courses-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.section-courses .swiper-button {
  width: 42px;
  height: 42px;
}
.section-courses .swiper-button.swiper-button-prev {
  left: -21px;
}
.section-courses .swiper-button.swiper-button-next {
  right: -21px;
}
.section-courses .btn-wrapper {
  margin: 42px 0 0;
}
@media (max-width: 767px) {
  .section-courses .btn-wrapper {
    margin: 0;
  }
  .section-courses .btn-wrapper .btn {
    min-width: 166px;
  }
}
.section-courses.thnx-courses .course .to-course {
  margin: 0;
}
@media (max-width: 767px) {
  .section-courses.thnx-courses .course {
    display: none;
  }
  .section-courses.thnx-courses .course:nth-child(1), .section-courses.thnx-courses .course:nth-child(2), .section-courses.thnx-courses .course:nth-child(3) {
    display: flex;
  }
}

.course {
  background: #ffffff;
  border: 2px solid #eff3f3;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  transition: border 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: initial;
}
@media (max-width: 767px) {
  .course {
    padding: 20px 14px 20px;
    margin: 0 0 20px;
  }
}
.course:hover {
  border-color: #fd6e22;
  box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02), 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);
}
.course .labels {
  position: absolute;
  left: 20px;
  top: -10px;
}
@media (max-width: 480px) {
  .course .labels {
    left: 10px;
  }
}
.course .labels span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
}
.course .course-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
  margin: 0 0 15px;
}
.course .course-title .level {
  position: relative;
  top: -2px;
}
.course .course-description {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
  margin: 0 0 15px;
}
.course .course-description span {
  font-weight: 700;
}
.course .course-info {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .course .course-info {
    margin: 0;
  }
}
.course .course-info li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
  margin: 0 0 15px;
  width: 100%;
}
.course .course-info li span {
  color: #9fa8b0;
  margin: 0 0 0 3px;
}
.course .course-info li svg {
  margin: 0 10px 0 0;
  min-width: 13px;
}
.course .course-lector {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
.course .course-lector .lector-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 0 0;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  overflow: hidden;
}
.course .course-lector .lector-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.course .course-lector p {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
}
.course .course-lector p:nth-child(1) {
  margin: 0 0 7px;
}
.course .course-lector .lector-info div {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.course .course-program {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #eff3f3;
  border-radius: 5px;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: var(--textColor);
  position: relative;
  margin: 0 0 20px;
  width: 100%;
  cursor: pointer;
}
.course .course-program:after {
  content: "";
  position: absolute;
  right: 14px;
  top: 13px;
  width: 15px;
  height: 13px;
  transition: all 0.3s ease;
  background: url("../images/program-chevron.svg") center no-repeat;
}
.course .course-program.opened:after {
  transform: rotate(-180deg);
}
.course .course-program p {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: var(--textColor);
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .course .course-program p {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 6px;
  }
}
.course .course-program ul li:nth-last-child(1) p {
  margin: 0;
}
.course .course-program__inner {
  padding: 10px 0 0;
  cursor: default;
  display: none;
}
.course .course-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 16px;
}
@media (max-width: 991px) {
  .course .course-price {
    flex-wrap: wrap;
  }
}
.course .course-price p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
  margin: 0 10px 0 0;
}
@media (max-width: 991px) {
  .course .course-price p {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .course .course-price p {
    width: initial;
    margin: 0 10px 0 0;
    font-size: 22px;
    line-height: 28px;
  }
}
.course .course-price span {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #9fa8b0;
  text-decoration: line-through;
}
.course .course-price span.currency {
  text-decoration: none;
  color: var(--textColor);
}
.course .course-price .labels {
  position: static;
  margin: 0 0 0 10px;
}
.course .to-course {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
  margin: 0 0 20px;
}
.course .to-course span {
  color: #fd6e22;
  font-weight: 700;
}
@media (max-width: 767px) {
  .course .to-course span {
    display: block;
    width: 100%;
  }
}
.course .btn {
  margin: auto 0 0;
}
@media (max-width: 767px) {
  .course .btn {
    padding: 7px 30px;
  }
}
.course .course-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto 0 0;
  position: relative;
  z-index: 3;
}
.course .course-footer .btn {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 12px;
  color: #fd6e22;
}
.course .course-footer .to-course {
  margin: 0 0 0 16px;
}
.course .share {
  position: absolute;
  right: 30px;
  bottom: 38px;
}
@media (max-width: 767px) {
  .course .share {
    position: static;
    margin: 13px auto 0;
  }
}

.share {
  display: flex;
  align-items: center;
  justify-content: center;
}
.share .ico-hide {
  margin: 0 10px 0 0;
  position: relative;
}
.share .ico-hide svg {
  transition: all 0.3s ease;
}
.share .ico-hide small {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--textColor);
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.share:hover .ico-hide svg {
  opacity: 0;
  visibility: hidden;
}
.share:hover .ico-hide small {
  opacity: 1;
  visibility: visible;
}

.section-conferentions {
  padding: 60px 0;
  position: relative;
}
.section-conferentions.conf-corp {
  padding-bottom: 16px !important;
}
@media (max-width: 767px) {
  .section-conferentions.conf-corp {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .section-conferentions {
    padding: 25px 0 5px;
  }
}
.section-conferentions .container {
  position: relative;
}
.section-conferentions .container:before {
  content: "";
  position: absolute;
  left: -415px;
  bottom: -250px;
  background: url("../images/conf-before.svg") center no-repeat;
  width: 900px;
  height: 912px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-conferentions .container:before {
    content: none;
  }
}
.section-conferentions .container:after {
  content: "";
  position: absolute;
  right: -290px;
  bottom: -415px;
  background: url("../images/conf-after.svg") center no-repeat;
  width: 620px;
  height: 796px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-conferentions .container:after {
    content: none;
  }
}
.section-conferentions .section-title {
  padding: 0 0 0 70px;
}
@media (max-width: 767px) {
  .section-conferentions .section-title {
    padding: 0;
    margin: 0 0 20px;
  }
}
@media (min-width: 1200.02px) {
  .section-conferentions .container {
    max-width: 1310px;
  }
}
@media (max-width: 767px) {
  .section-conferentions.conf-record {
    padding: 0;
  }
}
.section-conferentions.conf-record .container:after, .section-conferentions.conf-record .container:before {
  content: none;
}

.conf-item {
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 30px;
  border: 3px solid #eff3f3;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .conf-item {
    border-radius: 10px;
    margin: 0 0 20px;
  }
}
.conf-item__left {
  width: calc(100% - 465px);
  padding: 48px 55px 48px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1200px) {
  .conf-item__left {
    padding: 25px 30px;
  }
}
@media (max-width: 991px) {
  .conf-item__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .conf-item__left {
    padding: 20px 14px;
  }
}
.conf-item__right {
  max-width: 465px;
  width: 100%;
}
@media (max-width: 991px) {
  .conf-item__right {
    display: none;
  }
}
.conf-item__right img {
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  position: relative;
  top: -3px;
  right: -3px;
}
.conf-item__title {
  margin: 0 0 15px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
  display: inline-flex;
}
@media (max-width: 767px) {
  .conf-item__title {
    font-size: 18px;
    line-height: 21px;
  }
}
.conf-item__date {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .conf-item__date {
    margin: 0 0 14px;
  }
}
.conf-item__date li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .conf-item__date li {
    font-size: 12px;
    line-height: 19px;
  }
}
.conf-item__date li:nth-child(1) {
  font-weight: 700;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .conf-item__date li:nth-child(1) {
    margin: 0 10px 0 0;
  }
}
.conf-item__date li svg {
  margin: 0 10px 0 0;
}
.conf-item__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
  margin: 0 0 15px;
}
@media (max-width: 767px) {
  .conf-item__description {
    font-size: 12px;
    line-height: 19px;
  }
}
.conf-item__description span {
  font-weight: 700;
}
.conf-item__lectors {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.conf-item__lectors li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
  margin: 0 20px 16px 0;
}
@media (max-width: 1200px) {
  .conf-item__lectors li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .conf-item__lectors li {
    font-size: 12px;
    line-height: 19px;
    margin: 0 5px 5.5px;
  }
  .conf-item__lectors li:nth-last-child(2) {
    display: none;
  }
}
.conf-item__lectors li.last-list-item {
  color: #9fa8b0;
}
.conf-item__lectors li img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  object-position: center;
  margin: 0 10px 0 0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .conf-item__lectors li img {
    width: 20px;
    height: 20px;
  }
}
.conf-item__tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
@media (max-width: 1200px) {
  .conf-item__tags {
    flex-wrap: wrap;
  }
}
.conf-item__tags li {
  margin: 0 16px 5px 0;
}
.conf-item__tags li:nth-last-child(1) {
  margin-right: 0;
}
@media (max-width: 767px) {
  .conf-item__tags li {
    margin: 0 10px 5.5px 0;
  }
}
.conf-item__tags li div {
  font-size: 16px;
  line-height: 26px;
  color: #9fa8b0;
}
@media (max-width: 767px) {
  .conf-item__tags li div {
    font-size: 12px;
    line-height: 19px;
  }
}
.conf-item__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .conf-item__footer {
    margin: 0;
    flex-wrap: wrap;
  }
  .conf-item__footer .btn {
    font-size: 12px;
  }
}
.conf-item__footer p {
  margin: 0 0 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
}
.conf-item__footer .conf-item__price span{
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #9fa8b0;
  text-decoration: line-through;
}
.conf-item__footer .conf-item__price span.currency {
  text-decoration: none;
  color: var(--textColor);
}
.conf-item__footer .conf-item__price span span.currency {
  color: #9fa8b0;
}
.conf-item__footer .conf-item__price p{
  margin: 0 10px 0 16px;
}
.conf-item__footer .conf-item__price .labels {
  position: static;
  margin: 0 0 0 10px;
}
.conf-item__footer .conf-item__price{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.conference-page .discount_price span{
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #9fa8b0;
  text-decoration: line-through;
}
.conference-page .first-page-button .blue-envelope__button{
  flex-direction: initial;
}
.conference-page .first-page-button .blue-envelope__button .btn{
  margin-bottom: 0;
}
.conference-page .first-page-button .blue-envelope__button .discount_price .labels{
  position: static;
    margin: 0 0 0 10px;
}
.conference-page .first-page-button .blue-envelope__button .discount_price{
  margin: 0 16px;
  display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (max-width: 767px) {
  .conf-item__footer p {
    font-size: 14px;
    line-height: 26px;
  }
  .conf-item__footer .conf-item__price span {
    font-size: 14px;
    line-height: 26px;
  }
  .conf-item__footer > a{
    margin-bottom: 10px;
  }
  .conf-item__footer .conf-item__price{
    width: 100%;
  }
  .conference-page .first-page-button .blue-envelope__button{
    flex-direction: column;
  }
  .conference-page .first-page-button .blue-envelope__button .discount_price{
    margin-top: 12px;
  }
  .conference-page .first-page-button .blue-envelope__button .btn,.conference-page .first-page-button .blue-envelope__button .btn span{
    font-size: 16px;
  }
  .conference-page .first-page-button{
    margin-bottom: 25px;
  }

}
.conf-item__footer .share {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .conf-item__footer .share {
    position: static;
    margin: 15px auto 0;
    transform: none;
    width: 100%;
  }
}

.section-best {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-best {
    padding: 25px 0;
  }
}
.section-best .section-title {
  margin: 0 0 44px;
}
@media (max-width: 767px) {
  .section-best .section-title {
    margin: 0 0 15px;
  }
}
.section-best .best-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
  margin: 0 0 34px;
}
@media (max-width: 767px) {
  .section-best .best-text {
    font-size: 14px;
    line-height: 23px;
    margin: 0 0 15px;
  }
}
.section-best .video-wrapper {
  position: relative;
  overflow: visible;
}
.section-best .video-wrapper:before {
  content: "";
  position: absolute;
  left: -155px;
  top: 3px;
  width: 320px;
  height: 320px;
  background: #0066ff;
  opacity: 0.3;
  filter: blur(107.779px);
  z-index: -1;
}
@media (max-width: 767px) {
  .section-best .video-wrapper:before {
    content: none;
  }
}
.section-best .video-wrapper:after {
  content: "";
  position: absolute;
  right: -393px;
  bottom: -255px;
  width: 760px;
  height: 752px;
  background: url("../images/video-after.svg") center no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-best .video-wrapper:after {
    background-size: contain;
    max-width: 339px;
    right: -193px;
    bottom: -373px;
  }
}
.section-best.best-catalog {
  padding-top: 21px;
  padding-bottom: 29px;
}
@media (max-width: 767px) {
  .section-best.best-catalog {
    padding-bottom: 5px;
  }
}
.section-best.best-catalog .section-title {
  font-size: 32px;
  line-height: 38px;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section-best.best-catalog .section-title {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 30px;
  }
}
.section-best.best-catalog .best-item {
  margin: 0 0 21px;
}
@media (max-width: 767px) {
  .section-best.best-catalog .best-item {
    margin: 0 0 7px;
  }
}
@media (max-width: 767px) {
  .section-best.best-catalog .best-item__description {
    padding: 0;
    margin: 15px 0 0;
  }
}
.section-best.best-catalog .swiper-pagination {
  position: static;
}

.advantage {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .advantage {
    margin: 0 0 20px;
  }
}
.advantage-img {
  margin: 5px 10px 0 0;
}
@media (max-width: 767px) {
  .advantage-img {
    margin: 0 8px 0 0;
  }
  .advantage-img svg {
    max-width: 33px;
    max-height: 35px;
    margin: 0 0 10px;
  }
}
.advantage-info p {
  font-weight: 500;
  font-size: 45px;
  line-height: 55px;
  color: var(--textColor);
  margin: 0 0 4px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .advantage-info p {
    font-size: 32px;
    line-height: 22px;
  }
}
.advantage-info span {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .advantage-info span {
    font-size: 12px;
    line-height: 23px;
  }
}

.best-item {
  margin: 0 0 38px;
}
@media (max-width: 767px) {
  .best-item {
    margin: 0 0 20px;
    position: relative;
  }
}
.best-item__ico {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .best-item__ico {
    position: absolute;
    left: 0;
    top: 0;
  }
  .best-item__ico svg {
    max-width: 24px;
  }
}
.best-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .best-item__title {
    padding: 0 0 0 36px;
    margin: 0 0 3px;
  }
}
.best-item__description {
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .best-item__description {
    padding: 0 0 0 36px;
  }
}

.video-wrapper {
  position: relative;
  height: 510px;
  border-radius: 30px;
  margin: 0 0 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .video-wrapper {
    height: 168px;
    border-radius: 10px;
    margin: 0 0 20px;
  }
}
.video-wrapper picture img {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 767px) {
  .video-wrapper picture img {
    border-radius: 10px;
  }
}
.video-wrapper__play {
  position: absolute;
  max-width: 68px;
  height: 68px;
  width: 100%;
  left: 50px;
  bottom: 50px;
  border-radius: 300px;
  padding: 21px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .video-wrapper__play {
    max-width: 35px;
    height: 35px;
    left: 14px;
    bottom: 14px;
  }
}
.video-wrapper__play svg {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .video-wrapper__play svg {
    max-width: 17px;
    left: 14px;
  }
}
.video-wrapper__play:hover {
  max-width: 200px;
}
.video-wrapper__play:hover span {
  opacity: 1;
  visibility: visible;
  transition: all 1s ease;
}
.video-wrapper__play span {
  padding: 0 0 0 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #3d3d3d;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.video-wrapper__small {
  height: 314px;
  border-radius: 20px;
}
.video-wrapper__small:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  .video-wrapper__small {
    height: 169px;
  }
}
.video-wrapper__small picture img {
  border-radius: 20px;
}
.video-wrapper__small .video-wrapper__play {
  max-width: 53px;
  height: 53px;
  left: 40px;
  bottom: 40px;
  z-index: 3;
}
@media (max-width: 767px) {
  .video-wrapper__small .video-wrapper__play {
    max-width: 41px;
    height: 41px;
    left: 20px;
    bottom: 20px;
  }
}
.video-wrapper__small .video-wrapper__play svg {
  left: 18px;
}
@media (max-width: 767px) {
  .video-wrapper__small .video-wrapper__play svg {
    left: 14px;
  }
}
.video-wrapper__small .video-wrapper__play:hover {
  max-width: 200px;
}

.section-articles {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-articles {
    padding: 25px 0;
  }
  .section-articles .section-title {
    margin: 0 0 10px;
  }
}
.section-articles .btn-wrapper {
  margin: 56px 0 0;
}
@media (max-width: 767px) {
  .section-articles .btn-wrapper {
    margin: 0;
  }
}
.section-articles .article-slider {
  padding: 10px 0px;
  overflow: visible;
}
.section-articles .article-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.section-articles .article-slider .swiper-button {
  width: 42px;
  height: 42px;
}
.section-articles .article-slider .swiper-button.swiper-button-prev {
  left: -21px;
}
.section-articles .article-slider .swiper-button.swiper-button-next {
  right: -21px;
}
@media (max-width: 767px) {
  .section-articles.thnx-articles .article {
    display: none;
  }
  .section-articles.thnx-articles .article:nth-child(1), .section-articles.thnx-articles .article:nth-child(2), .section-articles.thnx-articles .article:nth-child(3) {
    display: flex;
  }
}

.article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 14px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .article {
    margin: 0 0 20px;
  }
}
.article:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  border: 2px solid #eff3f3;
  border-radius: 20px;
  z-index: -1;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .article:after {
    border-radius: 10px;
  }
}
.article.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.article .labels {
  position: absolute;
  left: 20px;
  top: -9px;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .article .labels {
    left: 10px;
  }
}
.article-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 15px;
  color: var(--textColor);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 56px;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .article-title {
    font-size: 18px;
    line-height: 21px;
    -webkit-line-clamp: 3;
    min-height: initial;
  }
}
.article-description {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 0 0 15px;
}
.article-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 13px;
}
.article-rating__inner {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.article-rating__inner ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 7px 0 0;
}
.article-rating__inner ul li {
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px 0 0;
}
.article-rating__inner p {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  margin: 2px 0 0;
}
.article-rating span {
  font-weight: 500;
  font-size: 12px;
  color: var(--textColor);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.article-rating span svg {
  margin: 0 10px 3px 0;
}
.article-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 15px;
}
.article-info ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.article-info ul li {
  margin: 0 16px 0 0;
  font-weight: 500;
  font-size: 12px;
  color: var(--textColor);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.article-info ul li:nth-last-child(1) {
  margin: 0;
}
.article-info ul li svg {
  margin: 0 10px 0 0;
}
.article-info span {
  font-weight: 500;
  font-size: 12px;
  color: var(--textColor);
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.article-info span svg {
  margin: 0 10px 0 0;
}
.article-tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 10px;
}
.article-tags li {
  margin: 0 16px 5px 0;
}
.article-tags li:nth-last-child(1) {
  margin-right: 0;
}
.article-tags li div {
  font-size: 12px;
  line-height: 19px;
  color: #9fa8b0;
}
.article-lector {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
}
.article-lector img {
  margin: 0 10px 0 0;
  border-radius: 50%;
}
.article:hover .labels {
  top: -24px;
}
.article:hover:after {
  height: calc(100% + 30px);
  top: -15px;
  border-color: #fd6e22;
  box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02), 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);
}
.article.article-author {
  align-items: center;
  justify-content: center;
  border: none;
  background: #0066FF;
  border-radius: 20px;
}
.article.article-author:after {
  content: none;
}
@media (max-width: 767px) {
  .article.article-author {
    border-radius: 10px;
    padding: 30px;
  }
}
.article.article-author .article-img {
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  .article.article-author .article-img {
    margin: 0 0 13px;
    max-width: 207px;
  }
}
.article.article-author p {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 27px;
}
@media (max-width: 767px) {
  .article.article-author p {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 13px;
  }
}
.article.article-author .btn {
  padding: 0 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .article.article-author .btn {
    font-size: 13px;
  }
}

.section-videos {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  .section-videos {
    padding: 25px 0 50px;
  }
}
.section-videos .section-title {
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .section-videos .section-title {
    margin: 0 0 14px;
  }
}
.section-videos .container {
  position: relative;
}
.section-videos .container:after {
  content: "";
  position: absolute;
  right: -300px;
  bottom: -235px;
  width: 687px;
  height: 680px;
  background: url("../images/video-small-after.svg") center no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-videos .container:after {
    background-size: contain;
    max-width: 339px;
    right: -110px;
  }
}
.section-videos .video-wrapper {
  margin: 0;
}
@media (max-width: 991px) {
  .section-videos .video-wrapper {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  .section-videos .video-wrapper {
    margin: 0 0 15px;
  }
}
.section-videos .btn-wrapper {
  margin: 36px 0 0;
}
@media (max-width: 767px) {
  .section-videos .btn-wrapper {
    margin: 20px 0 0;
  }
}

.section-catalog .catalog-subtitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
  margin: 0 0 29px;
}
@media (max-width: 767px) {
  .section-catalog .catalog-subtitle {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 15px;
  }
}
.section-catalog .catalog-subtitle svg {
  margin: 0 0 0 12px;
}
@media (max-width: 767px) {
  .section-catalog .catalog-subtitle svg {
    width: 22px;
    height: 22px;
  }
}
.section-catalog .nav-tabs {
  margin: 0 0 30px;
}
.section-catalog .catalog-envelope {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .section-catalog .catalog-envelope {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section-catalog .catalog-envelope {
    padding: 0;
  }
}
.section-catalog .catalog-envelope .catalog-content {
  width: calc(100% - 288px);
  padding: 0 0 0 31px;
}
@media (max-width: 991px) {
  .section-catalog .catalog-envelope .catalog-content {
    width: 100%;
    padding: 0;
  }
}
.section-catalog .catalog-envelope .catalog-content [class*=col-] {
  margin: 0 0 29px;
}
@media (max-width: 767px) {
  .section-catalog .catalog-envelope .catalog-content [class*=col-] {
    margin: 0 0 20px;
  }
}
.section-catalog .catalog-envelope .catalog-content [class*=col-] .course {
  height: 100%;
}
.section-catalog .filter-items {
  margin: 0 0 27px;
}
@media (max-width: 991px) {
  .section-catalog .filter-items {
    display: none;
  }
}
.section-catalog .filter-items__title {
  font-size: 12px;
  line-height: 14px;
  color: #9fa8b0;
  margin: 0 0 11px;
}
.section-catalog .filter-items ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.section-catalog .filter-items ul li {
  margin: 0 13px 13px 0;
}
.section-catalog .filter-items ul li a {
  border: 1px solid #eff3f3;
  border-radius: 300px;
  padding: 4px 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9fa8b0;
}
.section-catalog .filter-items ul li a span {
  width: 8px;
  height: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 0 0 6px;
}
.section-catalog .filter-items ul li a span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: url("../images/filter-cross.svg") center no-repeat;
}
.section-catalog .filter-items ul li a.remove-all {
  border: none;
  padding: 0;
  color: #fd6e22;
  text-decoration: underline;
}
.section-catalog .filter-items ul li a.remove-all:hover {
  text-decoration: none;
}

.catalog-title {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 41px;
  line-height: 48px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .catalog-title {
    font-size: 20px;
    line-height: 23px;
  }
}

aside {
  max-width: 288px;
  width: 100%;
}
@media (max-width: 991px) {
  aside {
    display: none;
  }
}
aside .filter-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
  padding: 0 0 15px;
  border-bottom: 1px solid #eff3f3;
  width: 100%;
}
aside .aside-elem {
  padding: 17px 0 20px;
  border-bottom: 1px solid #eff3f3;
}
@media (max-width: 991px) {
  aside .aside-elem {
    display: none;
  }
}
aside .aside-elem .js-toggle-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: var(--textColor);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
@media (max-width: 991px) {
  aside .aside-elem .js-toggle-title {
    font-size: 14px;
    line-height: 17px;
  }
}
aside .aside-elem .js-toggle-title:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  background: url("../images/sidebar-chevron.svg") center no-repeat;
  width: 17px;
  height: 17px;
  transition: all 0.3s ease;
}
aside .aside-elem .js-toggle-title.toggled:after {
  transform: translateY(-50%);
}
aside .aside-elem .toggled-content {
  padding: 20px 20px 0 0;
}
aside .aside-elem .toggled-content__inner {
  max-height: 160px;
  overflow: auto;
  height: 100%;
  width: 100%;
  padding: 0 0 0 1px;
}
aside .aside-elem .toggled-content__inner::-webkit-scrollbar {
  width: 2px;
  border-radius: 2px;
}
aside .aside-elem .toggled-content__inner::-webkit-scrollbar-track {
  background: #eff3f3;
  border-radius: 2px;
}
aside .aside-elem .toggled-content__inner::-webkit-scrollbar-thumb {
  background: #0066ff;
  border-radius: 2px;
}
aside .aside-elem .toggled-content__show {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 27px;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--textColor);
  border: 1px solid #eff3f3;
  border-radius: 4px;
  margin: 12px 0 0;
}
aside .aside-elem .toggled-content__show:hover {
  background: #eff3f3;
  color: #0066ff;
}
aside .aside-elem .toggled-content__show:hover span {
  color: #9fa8b0;
}
aside .aside-elem .toggled-content__show span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #9fa8b0;
  margin: 0 0 0 7px;
}
@media (max-width: 991px) {
  aside .aside-elem .toggled-content {
    padding: 15px 0 0;
  }
}
@media (max-width: 991px) {
  aside .consult-form {
    display: none;
  }
}
aside .consult-form .dropdown {
  margin: 0 0 16px;
}
aside .consult-form .dropdown_toggle {
  min-height: 44px;
}

.consult-form {
  padding: 20px;
  background: #0066ff;
  border-radius: 5px;
  margin: 23px 0 0;
  height: 100%;
}
.consult-form__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #ffffff;
  margin: 0 0 16px;
}
.consult-form__title span {
  display: block;
  margin: 16px 0 0;
  font-size: 12px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 400;
}
.consult-form .form-group-wrapper .form-group {
  border: none;
}
.consult-form .form-group-wrapper .form-group .form-input {
  min-height: 44px;
}
.consult-form .form-group-wrapper .form-group span {
  top: 14px;
}
.consult-form__call {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  margin: 0 0 16px;
}
.consult-form__dropdown {
  background: #ffffff;
  border-radius: 3px;
  margin: 0 0 16px;
  cursor: pointer;
}
.consult-form__dropdown span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding: 0 20px;
  min-height: 44px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #9fa8b0;
}
.consult-form__dropdown span svg {
  margin: 0 10px 0 0;
}
.consult-form__dropdown span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url("../images/phones-dropdown-ico.svg") center no-repeat;
  width: 16px;
  height: 16px;
}
.consult-form .btn {
  min-width: 100%;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 16px;
}
.consult-form__info {
  color: #80b3ff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
.consult-form__info a {
  text-decoration: underline;
}
.consult-form__info a:hover {
  text-decoration: none;
}

.sidebar-check {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  line-height: 18px;
  color: var(--textColor);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  margin: 0 0 10px;
}
.sidebar-check:nth-last-child(1) {
  margin: 0;
}
.sidebar-check.checked .checkmark {
  background: #0066ff;
  border-color: #0066ff;
}
.sidebar-check.checked .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.sidebar-check b {
  font-weight: 400;
  transition: all 0.3s ease;
}
.sidebar-check small {
  color: #9fa8b0;
  transition: all 0.3s ease;
}
.sidebar-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.sidebar-check input:checked ~ .checkmark {
  background: #0066ff;
  border-color: #0066ff;
}
.sidebar-check input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.sidebar-check .checkmark {
  height: 18px;
  width: 18px;
  border: 1px solid #9fa8b0;
  border-radius: 4px;
  transition: all 0.3s ease;
  margin: 0 8px 0 0;
  position: relative;
}
.sidebar-check .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 32%;
  top: 50%;
  width: 5px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
}
.sidebar-check.disabled {
  pointer-events: none;
}
.sidebar-check.disabled .checkmark {
  background: #eff3f3;
}

.search-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .search-filter {
    flex-wrap: wrap;
  }
}
.search-filter form {
  width: calc(100% - 211px);
  margin: 0 20px 0 0;
}
.search-filter form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 4px;
  height: calc(100% - 8px);
  width: 79px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  min-height: 28px;
  border-radius: 4px;
}
.search-filter form .btn:before, .search-filter form .btn:after {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .search-filter form .btn {
    border-radius: 300px;
  }
  .search-filter form .btn:before, .search-filter form .btn:after {
    border-radius: 300px;
  }
}
@media (max-width: 991px) {
  .search-filter form {
    order: 3;
    width: 100%;
    margin: 20px 0 0;
  }
}
.search-filter form .form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  min-height: 36px;
}
@media (max-width: 767px) {
  .search-filter form .form-group {
    min-height: 45px;
  }
}
.search-filter form .form-group i {
  padding: 0;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.search-filter form .form-group .form-input {
  width: calc(100% - 37px);
  min-height: 36px;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: var(--textColor);
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  background: #eff3f3;
  border: 1px solid #eff3f3;
  padding: 0 38px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .search-filter form .form-group .form-input {
    border-radius: 300px;
    min-height: 45px;
  }
}
.search-filter form .form-group .form-input:hover {
  background: #fff;
}
.search-filter form .form-group .form-input:focus {
  background: #fff;
  border-color: #0066ff;
}
.search-filter .bordered-select {
  max-width: 211px;
  width: 100%;
}
@media (max-width: 767px) {
  .search-filter .bordered-select {
    max-width: 148px;
  }
}
.search-filter .btn {
  font-weight: 500;
  font-size: 13px;
}
.search-filter .btn svg {
  margin: 0 10px 0 0;
}
@media (min-width: 991.02px) {
  .search-filter .btn {
    display: none;
  }
}

.filter-window {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 288px;
  top: 0;
  left: -100%;
  min-height: 100%;
  background: #fff;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  box-shadow: 0px 4px 124px rgba(0, 0, 0, 0.45);
  overflow: auto;
  height: 100%;
}
.filter-window.visible {
  opacity: 1;
  left: 0;
  visibility: visible;
}
.filter-window .main-title {
  background: transparent;
  color: #3b3b3b;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-radius: 0;
  font-size: 20px;
  line-height: 24px;
  color: #3b3b3b;
  text-transform: capitalize;
}
.filter-window .main-title span {
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  color: #b6b6b6;
  margin: 3px 0 0 15px;
}
.filter-window .main-title:before {
  content: none;
}
.filter-window .aside-elem {
  display: block;
  width: 100%;
}
.filter-window .aside-mobile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px 15px;
}
.filter-window .close {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 9;
}
.filter-window .btns {
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  max-width: 288px;
  z-index: 8;
  background: #fff;
  padding: 10px;
}
.filter-window .btns .btn {
  font-size: 13px;
  margin: 0 0 10px;
  min-width: 100%;
}

.page-pagination {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-pagination p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #9fa8b0;
  margin: 0 0 19.5px;
}
@media (max-width: 767px) {
  .page-pagination p {
    font-size: 12px;
    line-height: 19px;
    margin: 0 0 17px;
    font-weight: 400;
  }
}
.page-pagination .btn.btn-orange__bordered {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fd6e22;
  margin: 0 0 28px;
  min-width: 292px;
}
@media (max-width: 767px) {
  .page-pagination .btn.btn-orange__bordered {
    min-width: 100%;
    margin: 0 0 19px;
  }
}
.page-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .page-pagination ul li.dots {
    display: none;
  }
}
.page-pagination ul li.prev, .page-pagination ul li.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.page-pagination ul li.prev span, .page-pagination ul li.next span {
  width: auto;
  height: auto;
}
.page-pagination ul li.prev a, .page-pagination ul li.next a {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .page-pagination ul li.prev a, .page-pagination ul li.next a {
    border: 1px solid #eff3f3;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-pagination ul li.prev a span, .page-pagination ul li.next a span {
    display: none;
  }
  .page-pagination ul li.prev a svg, .page-pagination ul li.next a svg {
    width: 5px;
    margin: 0;
  }
}
.page-pagination ul li.prev.disabled, .page-pagination ul li.next.disabled {
  pointer-events: none;
}
.page-pagination ul li.prev.disabled a span, .page-pagination ul li.next.disabled a span {
  color: #9fa8b0;
}
.page-pagination ul li.prev.disabled a svg path, .page-pagination ul li.next.disabled a svg path {
  stroke: #9fa8b0;
}
.page-pagination ul li.prev {
  left: 0;
}
.page-pagination ul li.prev svg {
  margin: 0 11px 0 0;
}
.page-pagination ul li.next {
  right: 0;
}
.page-pagination ul li.next svg {
  margin: 0 0 0 11px;
}
.page-pagination ul li a,
.page-pagination ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--textColor);
  width: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  height: 40px;
}
@media (max-width: 767px) {
  .page-pagination ul li a,
  .page-pagination ul li span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
    border-width: 1px;
  }
}
.page-pagination ul li a:hover {
  color: #fd6e22;
}
.page-pagination ul li.active span {
  color: #fd6e22;
  border-color: #fd6e22;
}

.section-info {
  padding: 50px 0;
}
@media (max-width: 991px) {
  .section-info {
    padding: 25px 0;
  }
}
@media (max-width: 767px) {
  .section-info {
    padding: 25px 0 0;
  }
  .section-info .container {
    padding: 0;
  }
}
@media (min-width: 1200.02px) {
  .section-info .container {
    max-width: 1310px;
  }
}
.section-info .info-item {
  display: flex;
  justify-content: space-between;
  background: #eff3f3;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .section-info .info-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section-info .info-item {
    border-radius: 0;
  }
}
.section-info .info-item__right {
  max-width: 628px;
  width: 100%;
}
@media (max-width: 1200px) {
  .section-info .info-item__right {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-info .info-item__right {
    max-width: 100%;
    height: 290px;
  }
}
@media (max-width: 767px) {
  .section-info .info-item__right {
    height: 216px;
    padding: 0 10px 15px;
  }
}
.section-info .info-item__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .section-info .info-item__right img {
    border-radius: 10px;
  }
}
.section-info .info-item__right .video-wrapper__small {
  height: 100%;
  margin: 0;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .section-info .info-item__right .video-wrapper__small {
    border-radius: 10px;
  }
  .section-info .info-item__right .video-wrapper__small:after {
    border-radius: 10px;
  }
}
.section-info .info-item__left {
  width: calc(100% - 628px);
  padding: 40px 65px 40px 70px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1200px) {
  .section-info .info-item__left {
    width: calc(100% - 400px);
  }
}
@media (max-width: 991px) {
  .section-info .info-item__left {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .section-info .info-item__left {
    padding: 30px 10px 0px;
  }
  .section-info .info-item__left .btn {
    font-size: 12px;
    margin: 0 0 20px;
  }
}
.section-info .info-item__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #3d3d3d;
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .section-info .info-item__title {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 23px;
  }
}
.section-info .info-item__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #3d3d3d;
  margin: 0 0 21px;
}
@media (max-width: 767px) {
  .section-info .info-item__subtitle {
    font-size: 13px;
    line-height: 21px;
    margin: 0;
  }
}
.section-info .info-item__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
  margin: 0 0 22px;
}
.section-info .info-item__description p {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #3d3d3d;
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .section-info .info-item__description p {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 14px;
  }
}
.section-info .info-item__description p:nth-last-child(1) {
  margin: 0;
}
.section-info .info-item__description p .text-blue {
  display: block;
  margin: 0 0 19px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #0066FF;
}
@media (max-width: 767px) {
  .section-info .info-item__description p .text-blue {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
  }
}
@media (max-width: 767px) {
  .section-info .info-item__description {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 15px;
  }
}
.section-info form {
  width: 100%;
}
.section-info form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: 170px;
  font-weight: 500;
  font-size: 16px;
  min-height: 40px;
  border-radius: 300px;
}
.section-info form .btn:before, .section-info form .btn:after {
  border-radius: 300px;
}
@media (max-width: 767px) {
  .section-info form .btn {
    border-radius: 300px;
    width: 45px;
    top: 8px;
    right: 7px;
    height: calc(100% - 16px);
    padding: 0;
  }
  .section-info form .btn span {
    display: none;
  }
  .section-info form .btn:before, .section-info form .btn:after {
    border-radius: 300px;
  }
  .section-info form .btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/generate-arrow.svg") center no-repeat;
    width: 17px;
    height: 14px;
    border-radius: 0;
  }
  .section-info form .btn.w-copy:After {
    background: url("../images/generate-copy.svg") center no-repeat;
    width: 15px;
    height: 14px;
  }
}
@media (max-width: 991px) {
  .section-info form {
    order: 3;
    width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .section-info form {
    margin: 0 0 20px;
  }
}
.section-info form .form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  border-radius: 300px;
  transition: all 0.3s ease;
  position: relative;
  min-height: 60px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05), 0px 2px 2px 0px rgba(0, 0, 0, 0.05), 0px 32px 32px 0px rgba(0, 0, 0, 0.05), 0px 4px 4px 0px rgba(0, 0, 0, 0.05), 0px 8px 8px 0px rgba(0, 0, 0, 0.05), 0px 16px 16px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  .section-info form .form-group {
    min-height: 60px;
  }
}
.section-info form .form-group .form-input {
  width: calc(100% - 110px);
  min-height: 60px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #3d3d3d;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 300px;
  height: 100%;
  background: #fff;
  padding: 0 190px 0 42px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .section-info form .form-group .form-input {
    border-radius: 300px;
    min-height: 60px;
    padding: 0 62px 0 38px;
  }
}

.section-helpers {
  padding: 50px 0 105px;
}
@media (max-width: 991px) {
  .section-helpers {
    padding: 25px 0 70px;
  }
}
@media (max-width: 767px) {
  .section-helpers {
    padding: 0;
  }
  .section-helpers .container {
    padding: 0;
  }
}
.section-helpers .container {
  position: relative;
}
.section-helpers .container:before {
  content: "";
  position: absolute;
  left: -215px;
  top: -95px;
  width: 735px;
  height: 735px;
  z-index: -1;
  background: url("../images/helpers-before.svg") center no-repeat;
}
@media (max-width: 767px) {
  .section-helpers .container:before {
    content: none;
  }
}
.section-helpers .container:after {
  content: "";
  position: absolute;
  right: -175px;
  top: -95px;
  width: 735px;
  height: 735px;
  background: url("../images/helpers-after.svg") center no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-helpers .container:after {
    content: none;
  }
}
@media (min-width: 1200.02px) {
  .section-helpers .container {
    max-width: 1310px;
  }
}
.section-helpers .consult-form {
  background: transparent;
  padding: 0;
  border-radius: 0;
  max-width: 397px;
}
@media (max-width: 991px) {
  .section-helpers .consult-form {
    max-width: 100%;
  }
}
.section-helpers .consult-form .form-group-wrapper .form-group .form-input {
  min-height: 50px;
}
.section-helpers .consult-form__call {
  font-size: 18px;
  line-height: 21px;
}
.section-helpers .consult-form .dropdown {
  margin: 0 0 20px;
}
.section-helpers .consult-form__footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section-helpers .consult-form__footer {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.section-helpers .consult-form__footer .btn {
  min-width: 197px;
  font-weight: 400;
  font-size: 16px;
  min-height: 40px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .section-helpers .consult-form__footer .btn {
    min-width: 100%;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 21px;
  }
}
.section-helpers .consult-form__info {
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .section-helpers .consult-form__info {
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .section-helpers .consult-form__info {
    text-align: center;
  }
  .section-helpers .consult-form__info br {
    display: none;
  }
}
.section-helpers .helpers-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 60px 70px 50px;
  background: #0066ff;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .section-helpers .helpers-item {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .section-helpers .helpers-item {
    border-radius: 10px;
    padding: 30px 10px;
  }
}
.section-helpers .helpers-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 29px;
  background: url("../images/main-after.svg") center no-repeat;
  width: 521px;
  height: 350px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-helpers .helpers-item:after {
    content: none;
  }
}
.section-helpers .helpers-item__left {
  max-width: 480px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section-helpers .helpers-item__left {
    max-width: 100%;
    width: 100%;
  }
}
.section-helpers .helpers-item__right {
  z-index: 3;
  width: calc(100% - 480px);
}
@media (max-width: 991px) {
  .section-helpers .helpers-item__right {
    display: none;
  }
}
.section-helpers .helpers-item__right img {
  position: absolute;
  right: 121px;
  bottom: 0;
}
@media (max-width: 1200px) {
  .section-helpers .helpers-item__right img {
    max-width: 40%;
    right: 5px;
  }
}
.section-helpers .helpers-item__title {
  font-weight: 700;
  font-size: 38px;
  line-height: 45px;
  color: #ffffff;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section-helpers .helpers-item__title {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 15px;
  }
}
.section-helpers .helpers-item__title span {
  display: block;
  margin: 20px 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .section-helpers .helpers-item__title span {
    font-size: 13px;
    line-height: 21px;
    margin: 15px 0 0;
  }
  .section-helpers .helpers-item__title span br {
    display: none;
  }
}

.section-course {
  padding: 21px 0 50px;
  padding-top: 21px !important;
}
.section-course .row {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .section-course {
    padding-top: 5px !important;
    padding: 5px 0;
  }
  .section-course .row {
    margin: 0 -7px;
  }
  .section-course .row [class*=col-] {
    padding: 0 7px;
  }
}
@media (min-width: 1200.02px) {
  .section-course .container {
    max-width: 1310px;
  }
}
.section-course.course-paid .blue-envelope__right {
  right: 123px;
  bottom: initial;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .section-course.course-paid .blue-envelope__right {
    right: 20px;
  }
}
@media (max-width: 991px) {
  .section-course.course-paid .blue-envelope__right {
    position: relative;
    right: auto;
    transform: none;
  }
}
.section-course.course-paid .blue-envelope__right img {
  border-radius: 50%;
  width: 379px;
  height: 379px;
}
@media (max-width: 1200px) {
  .section-course.course-paid .blue-envelope__right img {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 991px) {
  .section-course.course-paid .blue-envelope__right img {
    width: 300px;
    height: 300px;
  }
}

.blue-envelope {
  padding: 80px 70px;
  background: #0066ff;
  border-radius: 30px;
  position: relative;
  margin: 0 0 51px;
}
@media (max-width: 991px) {
  .blue-envelope {
    padding: 30px 30px 10px;
  }
}
@media (max-width: 767px) {
  .blue-envelope {
    padding: 25px 10px 15px;
    border-radius: 10px;
    width: calc(100% + 20px);
    margin: 0 -10px;
    margin-bottom: 29px;
  }
}
.blue-envelope:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url("../images/blue-bg-before.svg") center no-repeat;
  width: 1820px;
  height: 742px;
  z-index: -1;
}
.blue-envelope:after {
  content: "";
  position: absolute;
  right: 100px;
  top: 48px;
  background: url("../images/main-after.svg") center no-repeat;
  background-size: contain;
  width: 677px;
  height: 455px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .blue-envelope:after {
    right: 10px;
    top: initial;
    bottom: 15px;
    width: 412px;
    height: 278px;
    background-size: contain;
  }
}
.blue-envelope .labels {
  position: absolute;
  left: 70px;
  top: -15px;
}
@media (max-width: 767px) {
  .blue-envelope .labels {
    top: -10px;
    left: 10px;
  }
}
.blue-envelope .labels span {
  padding: 5.5px 14px;
  font-size: 13px;
}
@media (max-width: 767px) {
  .blue-envelope .labels span {
    padding: 0 8px;
  }
}
.blue-envelope__cost {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .blue-envelope__cost {
    justify-content: space-between;
    margin: 0 0 16px;
  }
}
.blue-envelope__cost li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 40px 0 0;
}
@media (max-width: 767px) {
  .blue-envelope__cost li {
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }
}
.blue-envelope__cost li:nth-last-child(1) {
  margin: 0;
}
.blue-envelope__cost li span {
  margin: 0 0 0 5px;
}
.blue-envelope__cost li svg {
  margin: 0 14px 0 0;
}
@media (max-width: 767px) {
  .blue-envelope__cost li svg {
    margin: 0 10px 0 0;
    max-width: 18px;
  }
}
.blue-envelope__left {
  max-width: 655px;
  z-index: 4;
  position: relative;
}
@media (max-width: 991px) {
  .blue-envelope__left {
    max-width: 100%;
  }
}
.blue-envelope__title {
  font-weight: 700;
  font-size: 41px;
  line-height: 48px;
  color: #ffffff;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .blue-envelope__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 16px;
  }
}
.blue-envelope__title span {
  display: block;
  font-size: 15px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}
@media (max-width: 767px) {
  .blue-envelope__title span {
    font-size: 13px;
    line-height: 21px;
  }
}
.blue-envelope__numbers {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .blue-envelope__numbers {
    flex-wrap: wrap;
  }
}
.blue-envelope__number {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blue-envelope__number {
    width: 50%;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .blue-envelope__number {
    width: 100%;
  }
}
.blue-envelope__number--ico {
  margin: 0 14px 0 0;
}
@media (max-width: 1200px) {
  .blue-envelope__number--ico {
    margin: 4px 6px 0 0;
  }
}
@media (max-width: 767px) {
  .blue-envelope__number--ico {
    max-width: 30px;
    max-height: 30px;
    margin: 5px 6px 0 0;
  }
  .blue-envelope__number--ico svg {
    width: 100%;
    height: 100%;
  }
}
.blue-envelope__number--text p {
  color: #FFF;
  font-size: 45px;
  font-weight: 600;
  margin: 0 0 1px;
}
@media (max-width: 1200px) {
  .blue-envelope__number--text p {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .blue-envelope__number--text p {
    font-size: 34px;
    line-height: 40px;
    margin: 0;
  }
}
.blue-envelope__number--text span {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
@media (max-width: 767px) {
  .blue-envelope__number--text span {
    display: block;
    margin: 0 0 0 -30px;
    font-size: 12px;
    font-weight: 500;
  }
}
.blue-envelope__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
.blue-envelope__acc {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
}
.blue-envelope__acc img {
  margin: 0 30px 0 0;
}
.blue-envelope__description {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  max-width: 635px;
}
.blue-envelope__description a {
  text-decoration: underline;
}
.blue-envelope__description a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .blue-envelope__description {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 16px;
  }
}
.blue-envelope__list, .blue-envelope__list2 {
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .blue-envelope__list, .blue-envelope__list2 {
    margin: 0 0 16px;
  }
}
.blue-envelope__list li, .blue-envelope__list2 li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  margin: 0 0 5px;
}
 .blue-envelope__list2 li{
 	 color: #000000;
 }
@media (max-width: 767px) {
  .blue-envelope__list li, .blue-envelope__list2 li {
    font-size: 13px;
    line-height: 21px;
  }
}
.blue-envelope__list li:before, .blue-envelope__list2 li:before {
  content: "";
  display: inline-flex;
  align-items: center;
  background: url("../images/course-check.svg") center no-repeat;
  min-width: 16px;
  height: 16px;
  margin: 3px 12px 0 0;
}
.blue-envelope__list2 li:before{
	 background: url("../images/course-check-black.svg") center no-repeat;
}
.blue-envelope__start {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .blue-envelope__start {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 16px;
  }
}
.blue-envelope__start span {
  font-weight: 700;
}
.blue-envelope__start small {
  color: #80b3ff;
  font-size: 12px;
  margin: 0 0 0 4px;
}
@media (max-width: 767px) {
  .blue-envelope__start small {
    width: 100%;
    display: block;
    margin: 3px 0 0;
  }
}
.blue-envelope__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .blue-envelope__buttons {
    justify-content: space-between;
  }
}
.blue-envelope__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.blue-envelope__button:nth-child(1) {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .blue-envelope__button:nth-child(1) {
    margin: 0 10px 0 0;
    white-space: nowrap;
    width: calc(100% - 120px);
  }
  .blue-envelope__button:nth-child(1) .btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blue-envelope__button:nth-last-child(1) span small {
    display: block;
  }
}
.blue-envelope__button .btn {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .blue-envelope__button .btn {
    font-size: 12px;
    padding: 10px 16px;
    min-width: 110px;
  }
}
.blue-envelope__button .btn span {
  line-height: initial;
  margin: 0 0 0 10px;
  min-height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.blue-envelope__button .btn span.currency {
  margin: 0 0 0 3px;
  min-height: initial;
}
@media (max-width: 767px) {
  .blue-envelope__button .btn span {
    font-size: 10px;
    line-height: 12px;
    padding: 2px 4px;
  }
}
.blue-envelope__button span {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .blue-envelope__button span {
    font-size: 10px;
    line-height: 12px;
  }
}
.blue-envelope__button span small {
  font-weight: 700;
}
.blue-envelope__generation {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .blue-envelope__generation {
    margin: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.blue-envelope__generation.mobile {
  display: none;
}
@media (max-width: 767px) {
  .blue-envelope__generation {
    display: none;
  }
  .blue-envelope__generation.mobile {
    display: flex;
  }
}
.blue-envelope__generation img {
  margin: 0 20px 0 0;
  max-width: initial;
}
@media (max-width: 767px) {
  .blue-envelope__generation img {
    margin: 0 0 10px;
  }
}
.blue-envelope__generation p {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .blue-envelope__generation p {
    text-align: center;
  }
  .blue-envelope__generation p br {
    display: none;
  }
}
.blue-envelope__generation p span {
  font-weight: 700;
}
.blue-envelope__right {
  position: absolute;
  right: 77px;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 1200px) {
  .blue-envelope__right {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .blue-envelope__right {
    position: relative;
    display: flex;
    right: auto;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    z-index: 2;
    margin: 20px 0 0;
  }
}
.blue-envelope__right img {
  max-height: 425px;
}
@media (max-width: 1200px) {
  .blue-envelope__right img {
    max-height: 300px;
  }
}
.blue-envelope__countdown {
  position: absolute;
  right: 0;
  bottom: 17px;
}
@media (max-width: 1200px) {
  .blue-envelope__countdown {
    right: 35px;
  }
}
@media (max-width: 991px) {
  .blue-envelope__countdown {
    right: auto;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
  }
}
.blue-envelope__countdown > p {
  padding: 5px 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
  background: #ffffff;
  border-radius: 5px;
  display: inline-flex;
  margin: 0 0 8px;
}
.blue-envelope__advantages {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 22px 0 0;
}
@media (max-width: 1200px) {
  .blue-envelope__advantages {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .blue-envelope__advantages {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .blue-envelope__advantages {
    flex-wrap: nowrap;
    margin: 10px 0 0;
  }
}
.blue-envelope__advantages li {
  margin: 0 20px 0 0;
}
@media (max-width: 1200px) {
  .blue-envelope__advantages li {
    margin: 0 20px 20px 0;
  }
}
@media (max-width: 991px) {
  .blue-envelope__advantages li {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .blue-envelope__advantages li {
    width: 33.3333333333%;
    margin: 0 5px;
  }
}
.blue-envelope__advantages li:nth-last-child(1) {
  margin: 0;
}
.blue-envelope__advantages li:nth-child(2) p span {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .blue-envelope__advantages li:nth-child(2) p span {
    white-space: normal;
  }
}
.blue-envelope__advantages li p {
  font-weight: 600;
  font-size: 42px;
  line-height: 49px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .blue-envelope__advantages li p {
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .blue-envelope__advantages li p {
    font-size: 20px;
    line-height: 23px;
  }
}
.blue-envelope__advantages li p span {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  display: inline-flex;
  margin: 0 0 0 10px;
}
@media (max-width: 991px) {
  .blue-envelope__advantages li p span {
    max-width: 100px;
  }
}
@media (max-width: 767px) {
  .blue-envelope__advantages li p span {
    font-size: 10px;
    line-height: 15px;
    margin: 0;
    text-align: center;
  }
}
.blue-envelope.green-bg {
  background: #43AC7A;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .blue-envelope.green-bg {
    padding-bottom: 15px;
    margin-bottom: 0;
  }
}
.blue-envelope.green-bg:before {
  background: url("../images/green-envelope-after.svg") center no-repeat;
  top: 70%;
}
.blue-envelope.green-bg:after {
  width: 599px;
  height: 402px;
  background-size: contain;
  right: 147px;
  top: 60px;
}
@media (max-width: 767px) {
  .blue-envelope.green-bg:after {
    right: 10px;
    top: initial;
    bottom: 15px;
    width: 412px;
    height: 278px;
    background-size: contain;
  }
}
.blue-envelope.orange-bg {
  background: #FD6E22;
  border-radius: 30px;
  padding: 60px 70px;
}
@media (max-width: 991px) {
  .blue-envelope.orange-bg {
    padding: 30px 30px 0;
  }
}
@media (max-width: 767px) {
  .blue-envelope.orange-bg {
    padding: 14px 12px 0;
    border-radius: 10px;
    width: 100%;
  }
}
.blue-envelope.orange-bg:after, .blue-envelope.orange-bg:before {
  content: none;
}
.blue-envelope.corp-bg {
  background: #1F964C;
  padding: 40px 70px 107px;
}
@media (max-width: 991px) {
  .blue-envelope.corp-bg {
    padding: 30px 30px 15px;
  }
}
@media (max-width: 767px) {
  .blue-envelope.corp-bg {
    padding: 25px 10px 15px;
  }
}
.blue-envelope__inner {
  padding: 40px 70px;
  margin: 0 -70px;
  min-width: calc(100% + 140px);
}
@media (max-width: 991px) {
  .blue-envelope__inner {
    padding: 30px 30px 10px;
    margin: 0;
    min-width: 100%;
  }
}
.blue-envelope.custom-envelope {
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .blue-envelope.custom-envelope {
    padding-bottom: 10px;
  }
}
.blue-envelope.custom-envelope .blue-envelope__description {
  font-size: 15px;
  max-width: 655px;
}
.blue-envelope.custom-envelope .blue-envelope__button .btn {
  margin: 0;
}
.blue-envelope.custom-envelope .blue-envelope__right img {
  max-height: initial;
}
@media (max-width: 1200px) {
  .blue-envelope.custom-envelope .blue-envelope__right img {
    max-width: 300px;
  }
}

.countdown {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.countdown .countdown-item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
  margin: 0 5px 0 0;
  min-height: 63px;
}
.countdown .countdown-item__separator {
  margin: 0 10px 15px;
  background: url("../images/count-separator.svg") center no-repeat;
  width: 4px;
  height: 12px;
}
.countdown .countdown-items {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background: #ffffff;
  border-radius: 5px;
  padding: 5px 10px;
  min-height: 63px;
}
.countdown .countdown-items div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.countdown span {
  font-weight: 500;
  font-size: 30px;
  line-height: 35px;
  color: #fd6e22;
}
.countdown .smalltext {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #3d3d3d;
}
.countdown__black span {
  color: var(--textColor);
}
.countdown__black .countdown-item__separator {
  margin: 0 10px 15px;
  background: url("../images/black-separator.svg") center no-repeat;
  width: 4px;
  height: 12px;
}
.countdown__black .countdown-item,
.countdown__black .countdown-items {
  background: transparent;
  border: 1px solid #3D3D3D;
  border-radius: 5px;
}
.countdown__white span {
  color: #FFFFFF;
}
.countdown__white .countdown-item__separator {
  margin: 0 10px 15px;
  background: url("../images/black-separator.svg") center no-repeat;
  width: 4px;
  height: 12px;
  filter: brightness(0) invert(1);
}
.countdown__white .countdown-item,
.countdown__white .countdown-items {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
}
.countdown__white .smalltext {
  color: #fff;
}

.course-info {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .course-info {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .course-info {
    align-items: center;
    margin: 0 0 14px;
  }
}
.course-info svg {
  margin: 0 14px 0 0;
  min-width: 28px;
}
@media (max-width: 767px) {
  .course-info svg {
    min-width: 24px;
    max-width: 24px;
    margin: 0 10px 0 0;
  }
}
.course-info__description span {
  display: block;
  margin: 0 0 7px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #868f9e;
}
@media (max-width: 767px) {
  .course-info__description span {
    font-size: 10px;
    line-height: 12px;
    margin: 0;
  }
}
.course-info__description div {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .course-info__description div {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .course-info__description div {
    font-size: 15px;
    line-height: 21px;
    white-space: nowrap;
  }
}
.course-info__description p {
  margin: 18px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .course-info__description p {
    font-size: 13px;
    margin: 12px 0 0;
  }
}
.course-info.align-top {
  align-items: flex-start;
}
@media (max-width: 767px) {
  .course-info.align-top div {
    font-size: 15px;
    line-height: 21px;
  }
}

.section-description {
  padding: 95px 0 100px;
  background: #eff3f3;
  align-items: center;
}
.section-description + .section-lectors {
  padding: 100px 0 95px;
}
@media (max-width: 767px) {
  .section-description {
    padding: 30px 0;
  }
}
.section-description .recommended .section-title {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .section-description .recommended .section-title {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) {
  .section-description .recommended .row {
    display: flex;
    justify-content: center;
  }
}
.section-description .study {
  margin: 162px 0 0;
}
@media (max-width: 991px) {
  .section-description .study {
    margin: 40px 0 0;
  }
}
@media (max-width: 767px) {
  .section-description .study {
    margin: 10px 0 0;
  }
}
.section-description .study .container {
  position: relative;
}
.section-description .study .container:before {
  content: "";
  width: 480px;
  height: 480px;
  background: #0066ff;
  opacity: 0.1;
  filter: blur(107.779px);
  position: absolute;
  top: -255px;
  left: -254px;
}
@media (max-width: 767px) {
  .section-description .study .container:before {
    content: none;
  }
}
.section-description .study .container:after {
  content: "";
  position: absolute;
  right: -305px;
  bottom: -345px;
  background: url("../images/study-after.svg") center no-repeat;
  width: 636px;
  height: 796px;
}
@media (max-width: 767px) {
  .section-description .study .container:after {
    content: none;
  }
}
@media (min-width: 1200.02px) {
  .section-description .study .container {
    max-width: 1310px;
  }
}
.section-description .study-wrapper {
  padding: 67px 70px;
  background: #ffffff;
  border: 2px solid #eff3f3;
  border-radius: 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1200px) {
  .section-description .study-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section-description .study-wrapper {
    padding: 14px 14px 0;
    border-radius: 10px;
  }
  .section-description .study-wrapper .section-title {
    margin: 0 0 13px;
  }
  .section-description .study-wrapper .section-title span {
    margin: 13px 0 0;
  }
}
@media (max-width: 767px) {
  .section-description .study .best-item {
    margin: 0 0 13px;
  }
  .section-description .study .best-item__ico {
    top: 5px;
  }
}
.section-description .study .best-item__title {
  min-height: 46px;
}
@media (max-width: 767px) {
  .section-description .study .best-item__title {
    min-height: initial;
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 10px;
  }
}

@media (max-width: 991px) {
  .recommended-item {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .recommended-item {
    margin: 0 0 20px;
  }
}
.recommended-item__image {
  position: relative;
  margin: 0 0 25px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .recommended-item__image {
    border-radius: 10px;
    margin: 0 0 20px;
  }
}
.recommended-item__image img {
  height: 150px;
  object-position: center;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 767px) {
  .recommended-item__image img {
    height: 123px;
  }
}
.recommended-item__image p {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 180px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .recommended-item__image p {
    left: 19px;
    font-size: 16px;
    line-height: 20px;
  }
}
.recommended-item__description {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
  padding: 0 0 0 30px;
}
@media (max-width: 767px) {
  .recommended-item__description {
    font-size: 13px;
    line-height: 21px;
    padding: 0;
  }
}

.section-lectors {
  padding: 100px 0 95px;
}
.section-lectors .hidden-elements [class*=col-] {
  display: none;
}
.section-lectors .hidden-elements [class*=col-]:nth-child(1), .section-lectors .hidden-elements [class*=col-]:nth-child(2), .section-lectors .hidden-elements [class*=col-]:nth-child(3), .section-lectors .hidden-elements [class*=col-]:nth-child(4), .section-lectors .hidden-elements [class*=col-]:nth-child(5), .section-lectors .hidden-elements [class*=col-]:nth-child(6), .section-lectors .hidden-elements [class*=col-]:nth-child(7), .section-lectors .hidden-elements [class*=col-]:nth-child(8) {
  display: block;
}
.section-lectors .hidden-elements.show-all [class*=col-] {
  display: block;
}
.section-lectors [class*=col-] {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-lectors [class*=col-] {
    margin: 0 0 13px;
  }
}
@media (max-width: 767px) {
  .section-lectors {
    padding: 30px 0 27px;
  }
  .section-lectors .section-title {
    margin: 0 0 13px;
  }
  .section-lectors .section-title span {
    font-size: 13px;
  }
  .section-lectors .btn-wrapper {
    margin: 0;
  }
}

.lector {
  border: 2px solid #eff3f3;
  border-radius: 30px;
  padding: 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .lector {
    padding: 16px 12px;
    position: relative;
    border-radius: 10px;
    margin: 0 0 13px;
  }
}
.lector .lector-image {
  margin: 0 33px 0 0;
}
@media (max-width: 767px) {
  .lector .lector-image {
    margin: 0;
    position: absolute;
    left: 12px;
    top: 16px;
  }
}
.lector .lector-image img {
  min-width: 248px;
  max-width: 248px;
  height: 248px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .lector .lector-image img {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
  }
}
.lector .lector-description {
  width: calc(100% - 281px);
}
@media (max-width: 767px) {
  .lector .lector-description {
    width: 100%;
  }
}
.lector .lector-description__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .lector .lector-description__date {
    padding: 0 0 0 90px;
    line-height: 14px;
  }
}
.lector .lector-description__name {
  margin: 0 0 5px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .lector .lector-description__name {
    padding: 0 0 0 90px;
    font-size: 15px;
    line-height: 21px;
  }
}
.lector .lector-description__post {
  margin: 0 0 13px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--textColor);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .lector .lector-description__post {
    padding: 0 0 0 90px;
    margin: 0 0 24px;
  }
}
.lector .lector-description__post img {
  margin: 0 0 3px 10px;
  max-width: 60px;
}
@media (max-width: 1200px) {
  .lector .lector-description__post img {
    margin: 3px;
  }
}
.lector .lector-description__about {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .lector .lector-description__about {
    font-size: 13px;
    line-height: 21px;
  }
}
.lector .lector-description__works {
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .lector .lector-description__works {
    margin: 0 0 3px;
  }
}
.lector .lector-description__works p {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .lector .lector-description__works p {
    font-size: 10px;
    line-height: 12px;
  }
}
.lector .lector-description__works ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.lector .lector-description__works ul li {
  margin: 0 20px 10px 0;
}
.lector .lector-description__works ul li img {
  max-width: 60px;
}
.lector .lector-description__nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.lector .lector-description__nav .btn {
  margin: 0 23px 0 0;
}
@media (max-width: 767px) {
  .lector .lector-description__nav .btn {
    font-size: 13px;
    padding: 10px 24px;
    margin: 0 20px 0 0;
  }
}
.lector .lector-description__nav .link {
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .lector .lector-description__nav .link {
    font-size: 13px;
  }
  .lector .lector-description__nav .link svg {
    margin: 0 10px 0 0;
  }
  .lector .lector-description__nav .link span {
    display: none;
  }
}
.lector.lector-small {
  padding: 20px;
  border-radius: 20px;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  .lector.lector-small {
    padding: 16px 12px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .lector.lector-small {
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .lector.lector-small .lector-image {
    position: static;
    margin: 0 10px 0 0;
  }
}
.lector.lector-small .lector-image img {
  min-width: 84px;
  max-width: 84px;
  height: 84px;
}
@media (max-width: 767px) {
  .lector.lector-small .lector-image img {
    min-width: 60px;
    max-width: 60px;
    height: 60px;
  }
}
.lector.lector-small .lector-description {
  width: calc(100% - 117px);
}
@media (max-width: 767px) {
  .lector.lector-small .lector-description {
    width: calc(100% - 70px);
  }
}
.lector.lector-small .lector-description__name {
  margin: 0 0 11px;
}
@media (max-width: 767px) {
  .lector.lector-small .lector-description__name {
    padding: 0;
    margin: 0 0 4px;
  }
}
.lector.lector-small .lector-description__post {
  margin: 0 0 11px;
}
@media (max-width: 767px) {
  .lector.lector-small .lector-description__post {
    padding: 0;
    margin: 0 0 7px;
  }
}

.section-grey {
  padding: 100px 0;
  background: #eff3f3;
}
@media (max-width: 767px) {
  .section-grey {
    padding: 30px 0 0;
  }
  .section-grey .section-title {
    margin: 0 0 16px;
  }
  .section-grey .section-title span {
    font-size: 13px;
  }
}
.section-grey .programms .row,
.section-grey .programms .section-title {
  padding: 0 70px;
}
@media (max-width: 767px) {
  .section-grey .programms .row,
  .section-grey .programms .section-title {
    padding: 0;
  }
}
.section-grey .hidden-elements .collapse-item {
  display: none;
}
.section-grey .hidden-elements .collapse-item:nth-child(1), .section-grey .hidden-elements .collapse-item:nth-child(2), .section-grey .hidden-elements .collapse-item:nth-child(3), .section-grey .hidden-elements .collapse-item:nth-child(4), .section-grey .hidden-elements .collapse-item:nth-child(5) {
  display: block;
}
.section-grey .hidden-elements.show-all .collapse-item {
  display: block;
}
.section-grey .container {
  position: relative;
}
@media (min-width: 1200.02px) {
  .section-grey .container {
    max-width: 1310px;
  }
}
.section-grey .container:before {
  content: "";
  position: absolute;
  left: -320px;
  top: -95px;
  width: 792px;
  height: 912px;
  background: url("../images/faq-before.svg") center no-repeat;
}
.section-grey .faq-envelope {
  padding: 5px 70px 51px;
  background: #fff;
  border-radius: 30px;
  margin: 35px 0 0px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section-grey .faq-envelope {
    padding: 5px 15px 30px;
  }
}
@media (max-width: 767px) {
  .section-grey .faq-envelope {
    margin: 15px 0 0px;
    padding: 3px 10px 30px;
    border-radius: 10px;
  }
}
.section-grey .faq-envelope .btn-wrapper {
  margin: 38px 0 0;
}
@media (max-width: 767px) {
  .section-grey .faq-envelope .btn-wrapper {
    margin: 13px 0 0;
  }
}
.section-grey .blue-envelope {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px 0 0;
  padding: 70px;
}
@media (max-width: 991px) {
  .section-grey .blue-envelope {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-grey .blue-envelope {
    margin: 30px 0 0;
    padding: 14px;
    width: 100%;
  }
  .section-grey .blue-envelope__cost li {
    font-size: 15px;
    line-height: 21px;
  }
}
.section-grey .blue-envelope:after {
  content: none;
}
.section-grey .blue-envelope__left {
  max-width: 608px;
}
.section-grey .blue-envelope__right {
  position: static;
}
@media (max-width: 991px) {
  .section-grey .blue-envelope__right {
    display: none;
  }
}
.section-grey .blue-envelope__right .countdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 50px 0 0;
}
@media (max-width: 1200px) {
  .section-grey .blue-envelope__right .countdown-wrapper {
    padding: 0;
  }
}
.section-grey .blue-envelope__right .countdown-wrapper .countdown-item {
  margin: 0 8px 0 0;
}
.section-grey .blue-envelope__right .countdown-wrapper .countdown-item__separator {
  margin: 0 15px 20px;
}
.section-grey .blue-envelope__right .countdown-wrapper > p {
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
  font-size: 20px;
  line-height: 24px;
}
.section-grey .blue-envelope__right .countdown-wrapper .smalltext {
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 1200px) {
  .section-grey .blue-envelope__right .countdown-wrapper .smalltext {
    font-size: 12px;
    line-height: 14px;
  }
}
.section-grey .blue-envelope__right .countdown-wrapper .countdown span {
  font-size: 44px;
  line-height: 52px;
}
@media (max-width: 1200px) {
  .section-grey .blue-envelope__right .countdown-wrapper .countdown span {
    font-size: 30px;
    line-height: 35px;
  }
}

.enroll {
  max-width: 970px;
  width: 100%;
  margin: 100px auto 0;
}
@media (max-width: 767px) {
  .enroll {
    margin: 30px auto 0;
  }
}
.enroll .container:before {
  content: none;
}
.enroll .section-title {
  margin: 0 0 44px;
  text-align: center;
  padding: 0;
}
@media (max-width: 991px) {
  .enroll .section-title span br {
    display: none;
  }
}
@media (max-width: 767px) {
  .enroll .section-title {
    text-align: left;
    margin: 0 0 16px;
  }
}
.enroll .courses-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .enroll .courses-wrapper {
    margin: 15px 0 0;
  }
}
.enroll .courses-wrapper .row {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.enroll .courses-wrapper .row [class*=col-] {
  position: relative;
}
@media (max-width: 991px) {
  .enroll .courses-wrapper .row [class*=col-] {
    margin: 0 0 30px;
  }
}
.enroll .courses-wrapper .row [class*=col-]:before {
  content: "";
  position: absolute;
  left: -395px;
  top: -85px;
  width: 735px;
  height: 735px;
  background: url("../images/enroll-before.svg") center no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .enroll .courses-wrapper .row [class*=col-]:before {
    content: none;
  }
}
.enroll .courses-wrapper .row [class*=col-]:after {
  content: "";
  position: absolute;
  right: -370px;
  top: -60px;
  width: 735px;
  height: 735px;
  background: url("../images/enroll-after.svg") center no-repeat;
  z-index: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .enroll .courses-wrapper .row [class*=col-]:after {
    content: none;
  }
}

.bonus-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
  margin: 0 0 44px;
}
@media (max-width: 767px) {
  .bonus-item {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 21px;
    align-items: center;
  }
}
.bonus-item svg {
  margin: 0 20px 0 0;
  min-width: 24px;
}
@media (max-width: 767px) {
  .bonus-item svg {
    width: 28px;
    margin: 0 14px 0 0;
  }
}

.course-item {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 30px;
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .course-item {
    padding: 22px 12px 18px;
    border-radius: 10px;
  }
}
.course-item .labels {
  position: absolute;
  left: 30px;
  top: -15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .course-item .labels {
    left: 12px;
    top: -7.5px;
  }
}
.course-item .labels span {
  padding: 5px 14px;
}
@media (max-width: 767px) {
  .course-item .labels span {
    padding: 0 8px;
  }
}
.course-item__title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .course-item__title {
    margin: 0 0 14px;
    font-size: 20px;
    line-height: 23px;
  }
}
.course-item ul {
  margin: 0 0 24px;
  min-height: 260px;
}
@media (max-width: 991px) {
  .course-item ul {
    min-height: initial;
    margin: 0 0 9px;
  }
}
.course-item ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .course-item ul li {
    font-size: 13px;
    line-height: 21px;
  }
}
.course-item ul li a {
  display: contents;
  text-decoration-line: underline;
  color: #FD6E22;
}
.course-item ul li a:hover {
  text-decoration: none;
}
.course-item ul li:before {
  content: "";
  min-width: 16px;
  height: 16px;
  margin: 3px 12px 0 0;
  background: url("../images/course-check-black.svg") center no-repeat;
  background-size: contain;
}
.course-item__price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .course-item__price {
    margin: 0 0 14px;
  }
}
.course-item__price p {
  font-weight: 700;
  font-size: 41px;
  line-height: 48px;
  color: var(--textColor);
  margin: 0 11px 0 0;
}
@media (max-width: 767px) {
  .course-item__price p {
    font-size: 20px;
    line-height: 23px;
    margin: 0 8px 0 0;
  }
}
.course-item__price p span {
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  margin: 0 0 0 3px;
  text-decoration: none;
}
.course-item__price span {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
  text-decoration: line-through;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .course-item__price span {
    margin: 0 8px 0 0;
  }
}
.course-item__price .sale-info {
  padding: 1px 5px;
  font-size: 14px;
  position: relative;
}
@media (max-width: 767px) {
  .course-item__price .sale-info {
    font-size: 10px;
    min-width: initial;
  }
}
.course-item__price .sale-info:after {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  width: 46px;
  height: 38px;
  background: url("../images/course-arrow.svg") center no-repeat;
}
@media (max-width: 767px) {
  .course-item__price .sale-info:after {
    width: 28px;
    height: 22px;
    background-size: contain;
  }
}
.course-item__price .labels {
  position: static;
}
.course-item__prices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .course-item__prices {
    margin: 0 0 14px;
  }
}
.course-item__prices--single {
  margin: 0 13px 0 0;
}
@media (max-width: 767px) {
  .course-item__prices--single {
    margin: 0 29px 0 0;
  }
}
.course-item__prices--single:nth-last-child(1) {
  margin: 0;
}
.course-item__prices--single p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .course-item__prices--single p {
    font-size: 10px;
    line-height: 15px;
  }
}
.course-item__prices--single p span {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
  display: block;
  margin: 6px 0 0;
}
.course-item__prices--single p span span {
  display: initial;
  margin: 0;
}
@media (max-width: 767px) {
  .course-item__prices--single p span {
    font-size: 16px;
    line-height: 19px;
  }
}
.course-item__prices--single.grey p,
.course-item__prices--single.grey span {
  color: #c5c5c5;
}
.course-item .btn {
  min-width: 100%;
  height: 40px;
  margin: auto 0 0;
}
@media (max-width: 767px) {
  .course-item .btn {
    font-size: 13px;
  }
}
.course-item .countdown-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 24px 0 0;
  width: 100%;
  justify-content: center;
}
@media (max-width: 767px) {
  .course-item .countdown-wrapper {
    margin: 14px 0 0;
  }
}
.course-item .countdown-wrapper > p {
  margin: 0 0 13px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--textColor);
}
.course-item__free .course-item__price {
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .course-item__free .course-item__price {
    width: 100%;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .course-item__free .course-item__price {
    justify-content: flex-start;
    align-items: flex-end;
  }
}
.course-item__free .course-item__price p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .course-item__free .course-item__price p {
    font-size: 20px;
    line-height: 23px;
  }
}
.course-item__free .course-item__price p span {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-decoration: line-through;
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .course-item__free .course-item__price p span {
    font-size: 16px;
    line-height: 19px;
  }
}
.course-item__free .course-item__price .hit-info {
  padding: 3px 11px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  position: relative;
}
@media (max-width: 767px) {
  .course-item__free .course-item__price .hit-info {
    padding: 3px 5px;
    font-size: 10px;
    line-height: 15px;
  }
}
.course-item__free .course-item__price .hit-info:after {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  width: 46px;
  height: 38px;
  background: url(../images/course-arrow.svg) center no-repeat;
}
@media (max-width: 767px) {
  .course-item__free .course-item__price .hit-info:after {
    width: 28px;
    height: 22px;
    background-size: contain;
  }
}

.section-credit {
  padding: 120px 0 50px;
}
@media (max-width: 767px) {
  .section-credit {
    padding: 36px 0 15px;
  }
}
.section-credit .section-title {
  margin: 0 0 14px;
}
.section-credit .section-title span {
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .section-credit .section-title span {
    font-size: 10px;
    line-height: 13px;
  }
}
.section-credit .credit-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 0 72px;
}
@media (max-width: 767px) {
  .section-credit .credit-inner {
    margin: 0 0 30px;
  }
}
.section-credit .credit-inner .credit-left {
  max-width: 565px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-credit .credit-inner .credit-left .btn {
    font-size: 13px;
  }
}
.section-credit .credit-inner .credit-left .description {
  max-width: 460px;
  margin: 0 0 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-credit .credit-inner .credit-left .description {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-credit .credit-inner .credit-left ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 38px;
}
@media (max-width: 767px) {
  .section-credit .credit-inner .credit-left ul {
    margin: 0 0 20px;
  }
}
.section-credit .credit-inner .credit-left ul li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 32px 0 0;
  max-width: 160px;
}
@media (max-width: 767px) {
  .section-credit .credit-inner .credit-left ul li {
    margin: 0 22px 0 0;
    max-width: 140px;
  }
}
.section-credit .credit-inner .credit-left ul li:nth-last-child(1) {
  margin: 0;
}
.section-credit .credit-inner .credit-left ul li svg {
  margin: 0 9px 0 0;
  min-width: 36px;
}
@media (max-width: 767px) {
  .section-credit .credit-inner .credit-left ul li svg {
    margin: 0 7px 0 0;
  }
}
.section-credit .credit-inner .credit-left ul li p {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-credit .credit-inner .credit-left ul li p {
    font-size: 10px;
    line-height: 12px;
  }
}
.section-credit .credit-inner .credit-left ul li p span {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-credit .credit-inner .credit-left ul li p span {
    font-size: 15px;
    line-height: 21px;
    display: block;
    width: 100%;
  }
}
.section-credit .credit-inner .credit-right {
  width: calc(100% - 500px);
  position: absolute;
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .section-credit .credit-inner .credit-right {
    width: calc(100% - 300px);
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .section-credit .credit-inner .credit-right {
    display: none;
  }
}
.section-credit .credit-steps > p {
  margin: 0 0 21px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-credit .credit-steps > p {
    font-size: 20px;
    line-height: 23px;
  }
}
.section-credit .credit-steps ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section-credit .credit-steps ul {
    flex-wrap: wrap;
  }
}
.section-credit .credit-steps ul li {
  max-width: 226px;
  padding: 0 20px 0 0;
  width: 100%;
}
@media (max-width: 767px) {
  .section-credit .credit-steps ul li {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 14px;
  }
}
.section-credit .credit-steps ul li:nth-last-child(1) {
  padding: 0;
}
.section-credit .credit-steps ul li .number {
  min-width: 34px;
  max-width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 17px;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  color: #0066FF;
  border-radius: 50%;
  background: #EFF3F3;
  position: relative;
}
@media (max-width: 767px) {
  .section-credit .credit-steps ul li .number {
    margin: 0 14px 0 0;
    font-size: 13px;
    line-height: 21px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
  }
}
.section-credit .credit-steps ul li .number:after {
  content: "";
  position: absolute;
  left: calc(100% + 22px);
  width: 141px;
  height: 10px;
  background: url("../images/credit-arrow.svg") center right no-repeat;
}
@media (max-width: 767px) {
  .section-credit .credit-steps ul li .number:after {
    content: none;
  }
}
.section-credit .credit-steps ul li .description {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
}

.section-certificate {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .section-certificate {
    padding: 1px 0 15px;
  }
}
@media (min-width: 1200.02px) {
  .section-certificate .container {
    max-width: 1310px;
  }
}
.section-certificate .blue-envelope {
  padding: 60px 70px;
  margin: 0;
}
@media (max-width: 991px) {
  .section-certificate .blue-envelope {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section-certificate .blue-envelope {
    margin: 0 -15px;
    border-radius: 0;
    padding: 30px 12px;
  }
  .section-certificate .blue-envelope__title {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 16px;
  }
  .section-certificate .blue-envelope__subtitle {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 16px;
  }
  .section-certificate .blue-envelope__acc img {
    margin: 0 14px 0 0;
  }
}
.section-certificate .blue-envelope:after {
  right: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-certificate .blue-envelope__left {
  max-width: 605px;
}
@media (max-width: 991px) {
  .section-certificate .blue-envelope__right {
    display: none;
  }
}
@media (max-width: 1200px) {
  .section-certificate .blue-envelope__right img {
    max-height: 250px;
  }
}
.section-certificate.cert-grey {
  padding: 100px 0;
  background: #EFF3F3;
}
@media (max-width: 767px) {
  .section-certificate.cert-grey {
    padding: 0;
  }
}
.section-certificate.cert-grey + .section-reviews {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section-certificate.cert-grey + .section-reviews {
    padding: 30px 0 15px;
  }
}
.section-certificate.cert-grey .container {
  position: relative;
}
.section-certificate.cert-grey .container:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/blue-bg-before.svg) center no-repeat;
  width: 1820px;
  height: 742px;
  z-index: 0;
}
.section-certificate.cert-grey .blue-envelope:before {
  content: none;
}

.section-reviews {
  padding: 50px 0 44px;
}
@media (max-width: 767px) {
  .section-reviews {
    padding: 30px 0 15px;
  }
  .section-reviews + .section-faq {
    padding-bottom: 30px;
  }
}
.section-reviews .section-title {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section-reviews .section-title {
    margin: 0 0 20px;
  }
}
.section-reviews .reviews-slider {
  overflow: visible;
}
.section-reviews .reviews-slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-reviews .reviews-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.section-reviews .reviews-slider .swiper-slide .review-image {
  height: 365px;
  border: 2px solid #EFF3F3;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 0 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-reviews .reviews-slider .swiper-slide .review-image {
    height: 300px;
    border-radius: 10px;
  }
}
.section-reviews .reviews-slider .swiper-slide .review-image__zoom {
  position: absolute;
  top: 18px;
  right: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(89, 116, 255, 0.2);
  width: 42px;
  height: 42px;
}
@media (max-width: 767px) {
  .section-reviews .reviews-slider .swiper-slide .review-image__zoom {
    display: none;
  }
}
.section-reviews .reviews-slider .swiper-slide .review-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.section-reviews .reviews-slider .swiper-slide .author-name {
  margin: 0 0 9px;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-reviews .reviews-slider .swiper-slide .author-name {
    font-size: 16px;
    line-height: 19px;
  }
}
.section-reviews .reviews-slider .swiper-slide .author-post {
  margin: 0 0 9px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #9FA8B0;
}
@media (max-width: 767px) {
  .section-reviews .reviews-slider .swiper-slide .author-post {
    font-size: 10px;
    line-height: 12px;
  }
}
.section-reviews .reviews-slider .swiper-slide .review {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-reviews .reviews-slider .swiper-slide .review {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-reviews .reviews-slider .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .section-reviews .reviews-slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    width: 100%;
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .section-reviews .swiper-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.section-reviews .swiper-button {
  width: 42px;
  height: 42px;
  top: 185px;
}
@media (max-width: 767px) {
  .section-reviews .swiper-button {
    top: auto;
    bottom: -10px;
    width: 30px;
    height: 30px;
  }
  .section-reviews .swiper-button.swiper-button-disabled {
    opacity: 1;
    visibility: visible;
  }
}
.section-reviews .swiper-button.swiper-button-prev {
  left: -21px;
}
@media (max-width: 767px) {
  .section-reviews .swiper-button.swiper-button-prev {
    left: 0px;
  }
}
.section-reviews .swiper-button.swiper-button-next {
  right: -21px;
}
@media (max-width: 767px) {
  .section-reviews .swiper-button.swiper-button-next {
    right: 0px;
  }
}

.section-logos {
  padding: 44px 0;
}
@media (max-width: 767px) {
  .section-logos {
    padding: 30px 0 0;
  }
}
.section-logos .section-title {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section-logos .section-title {
    margin: 0 0 25px;
  }
}
.section-logos ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  .section-logos ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.section-logos ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .section-logos ul li {
    width: 33.3333333333%;
    margin: 0 0 27px;
  }
}

.section-gift {
  padding: 50px 0 35px;
}
@media (max-width: 767px) {
  .section-gift {
    padding: 0 0 15px;
  }
}
@media (min-width: 1200.02px) {
  .section-gift .container {
    max-width: 1310px;
  }
}
@media (max-width: 991px) {
  .section-gift .blue-envelope {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section-gift .blue-envelope {
    padding: 30px 12px;
    border-radius: 0;
    margin-bottom: 0;
  }
  .section-gift .blue-envelope .btn {
    font-size: 13px;
  }
}
.section-gift .blue-envelope:after {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.section-gift .blue-envelope__left {
  max-width: 769px;
}
.section-gift .blue-envelope__right {
  right: 68px;
  bottom: 40px;
}
@media (max-width: 1200px) {
  .section-gift .blue-envelope__right {
    bottom: 0;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .section-gift .blue-envelope__right {
    display: none;
  }
}
.section-gift .blue-envelope__subtitle {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #FFFFFF;
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .section-gift .blue-envelope__subtitle {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 20px;
  }
}
.section-gift .blue-envelope ul {
  margin: 0 0 26px;
}
.section-gift .blue-envelope ul li {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section-gift .blue-envelope ul li {
    align-items: center;
  }
}
.section-gift .blue-envelope ul li:nth-last-child(1) {
  margin: 0;
}
.section-gift .blue-envelope ul li svg {
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .section-gift .blue-envelope ul li svg {
    margin: 0 14px 0 0;
    width: 36px;
  }
}
.section-gift .blue-envelope ul li p span {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #FFFFFF;
  display: block;
  width: 100%;
}
.section-gift .blue-envelope ul li p small {
  font-weight: 700;
  font-size: 39px;
  line-height: 46px;
  color: #FFFFFF;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .section-gift .blue-envelope ul li p small {
    font-size: 20px;
    line-height: 23px;
    margin: 0 5px 0 0;
  }
}

.section-resume {
  padding: 35px 0 50px;
}
@media (max-width: 767px) {
  .section-resume {
    padding: 15px 0;
  }
  .section-resume .section-title {
    margin: 0 0 14px;
  }
}
.section-resume .vacancy-wrapper {
  padding: 50px 60px 30px;
  background: #FFFFFF;
  border: 4px solid #EFF3F3;
  box-shadow: 0px 64px 134px rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper {
    border-radius: 10px;
    box-shadow: none;
    padding: 10px;
  }
}
.section-resume .vacancy-wrapper .vacancy-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 35px;
  margin: 0 0 26px;
  border-bottom: 3px solid #EFF3F3;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-header {
    padding: 0 0 14px;
    margin: 0 0 10px;
  }
}
.section-resume .vacancy-wrapper .vacancy-header__img {
  margin: 0 30px 0 0;
  min-width: 87px;
  height: 87px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-header__img {
    min-width: 55px;
    height: 55px;
    margin: 0 20px 0 0;
  }
}
.section-resume .vacancy-wrapper .vacancy-header__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-resume .vacancy-wrapper .vacancy-header__info p {
  font-weight: 500;
  font-size: 38px;
  line-height: 46px;
  color: var(--textColor);
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-header__info p {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 5px;
    font-weight: 700;
  }
}
.section-resume .vacancy-wrapper .vacancy-header__info span {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #0066FF;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-header__info span {
    font-size: 20px;
    line-height: 23px;
    font-weight: 700;
  }
}
.section-resume .vacancy-wrapper .vacancy-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-resume .vacancy-wrapper .vacancy-body {
    flex-wrap: wrap;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__title {
  margin: 0 0 26px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-body__title {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 10px;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__left {
  max-width: 480px;
  padding: 0 66px 0 0;
}
@media (max-width: 991px) {
  .section-resume .vacancy-wrapper .vacancy-body__left {
    padding: 0;
    max-width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-body__left {
    margin: 0 0 10px;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__left ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-body__left ul li {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__left ul li:before {
  content: "";
  min-width: 16px;
  height: 16px;
  margin: 3px 12px 0 0;
  background: url("../images/course-check-black.svg") center no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-body__left ul li:before {
    min-width: 13px;
    height: 13px;
    background-size: contain;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__right {
  width: calc(100% - 480px);
}
@media (max-width: 991px) {
  .section-resume .vacancy-wrapper .vacancy-body__right {
    width: 100%;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__right .vacancy-instrument {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-body__right .vacancy-instrument {
    margin: 0 0 11px;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__right .vacancy-instrument img {
  margin: 0 14px 0 0;
  min-width: 46px;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-body__right .vacancy-instrument img {
    min-width: 30px;
    max-width: 30px;
    margin: 0 14px 0 0;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__right .vacancy-instrument p {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--textColor);
}
.section-resume .vacancy-wrapper .vacancy-body__right .vacancy-instrument span {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
  display: block;
}
.section-resume .vacancy-wrapper .vacancy-body__right .certificate-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.section-resume .vacancy-wrapper .vacancy-body__right .certificate-item__img {
  margin: 0 14px 0 0;
}
.section-resume .vacancy-wrapper .vacancy-body__right .certificate-item__img img {
  min-width: 52px;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-body__right .certificate-item__img img {
    min-width: 32px;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__right .certificate-item__info p {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-body__right .certificate-item__info p {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-resume .vacancy-wrapper .vacancy-body__right .certificate-item__info span {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #9FA8B0;
}
@media (max-width: 767px) {
  .section-resume .vacancy-wrapper .vacancy-body__right .certificate-item__info span {
    font-size: 10px;
    line-height: 12px;
  }
}

.section-faq {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .section-faq {
    padding: 15px 0;
  }
}
.section-faq .section-title {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section-faq .section-title {
    margin: 0 0 13px;
  }
}
.section-faq .faq-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .section-faq .faq-wrapper {
    flex-wrap: wrap;
  }
}
.section-faq .faq-wrapper__left {
  max-width: 670px;
  padding: 0 66px 0 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .section-faq .faq-wrapper__left {
    max-width: 500px;
    padding: 0 30px 0 0;
  }
}
@media (max-width: 991px) {
  .section-faq .faq-wrapper__left {
    max-width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .section-faq .faq-wrapper__left {
    margin: 0 0 10px;
  }
}
.section-faq .faq-wrapper__right {
  width: calc(100% - 670px);
}
@media (max-width: 1200px) {
  .section-faq .faq-wrapper__right {
    width: calc(100% - 500px);
  }
}
@media (max-width: 991px) {
  .section-faq .faq-wrapper__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-faq .faq-wrapper__right {
    margin: 0 -10px;
    width: calc(100% + 20px);
  }
}
.section-faq .faq-wrapper__right .consult-form {
  margin: 0;
  padding: 50px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .section-faq .faq-wrapper__right .consult-form {
    border-radius: 10px;
    padding: 30px 10px;
  }
  .section-faq .faq-wrapper__right .consult-form .form-group-wrapper {
    margin: 0 0 12px;
  }
  .section-faq .faq-wrapper__right .consult-form__call {
    margin: 0 0 12px;
  }
  .section-faq .faq-wrapper__right .consult-form .btn {
    font-size: 13px;
    margin: 0 0 12px;
  }
}
.section-faq .faq-wrapper__right .consult-form__title {
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .section-faq .faq-wrapper__right .consult-form__title {
    font-size: 20px;
    line-height: 23px;
  }
}
.section-faq .faq-wrapper__right .consult-form__title span {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .section-faq .faq-wrapper__right .consult-form__title span {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-faq .faq-wrapper__right .dropdown {
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .section-faq .faq-wrapper__right .dropdown {
    margin: 0 0 12px;
  }
}
.section-faq .faq-wrapper__right .dropdown_toggle {
  min-height: 44px;
}
.section-faq .collapse-item {
  padding: 32px 0;
}
@media (max-width: 767px) {
  .section-faq .collapse-item {
    padding: 13px 0 16px;
  }
}
.section-faq .collapse-item:nth-child(1) {
  border-top: 1px solid #DEDEDE;
}
@media (max-width: 767px) {
  .section-faq .collapse-item:nth-child(1) {
    border-top: none;
  }
}
.section-faq .collapse-item .collapse-body {
  padding: 24px 0;
  max-width: 425px;
}
@media (max-width: 767px) {
  .section-faq .collapse-item .collapse-body {
    max-width: 100%;
    padding: 15px 0 0;
  }
}
.section-faq .collapse-item .collapse-body p {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
}

.section-mailing {
  padding: 70px 0;
  background: #0066FF;
  margin: 26px 0 0;
}
@media (max-width: 767px) {
  .section-mailing {
    margin: 30px 0 0;
    padding: 50px 0;
  }
}
.section-mailing .container {
  max-width: 658px;
}
.section-mailing .section-title {
  color: #fff;
  margin: 0 0 24px;
  text-align: center;
}
.section-mailing .form-group-wrapper {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 300px;
  margin: 0 auto;
  min-height: 60px;
  max-width: 600px;
}
.section-mailing .form-group-wrapper .form-group {
  position: relative;
}
.section-mailing .form-group-wrapper .form-group.has-error .help-block {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 5px 0 0 42px;
}
@media (max-width: 767px) {
  .section-mailing .form-group-wrapper .form-group.has-error .help-block {
    padding: 5px 0 0 37px;
  }
}
.section-mailing .form-group-wrapper .form-group.has-error .form-input::-webkit-input-placeholder {
  color: #ff0000;
}
.section-mailing .form-group-wrapper .form-group.has-error .form-input::-moz-placeholder {
  color: #ff0000;
}
.section-mailing .form-group-wrapper .form-group.has-error .form-input:-ms-input-placeholder {
  color: #ff0000;
}
.section-mailing .form-group-wrapper .form-group.has-error .form-input:-moz-placeholder {
  color: #ff0000;
}
.section-mailing .form-group-wrapper .form-group .form-input {
  background: transparent;
  border: none;
  min-height: 60px;
  padding: 0 180px 0 42px;
  border-radius: 300px;
}
@media (max-width: 767px) {
  .section-mailing .form-group-wrapper .form-group .form-input {
    padding: 0 65px 0 37px;
    font-size: 16px;
  }
}
.section-mailing .form-group-wrapper .btn {
  position: absolute;
  right: 12px;
  top: 10px;
  min-height: calc(100% - 20px);
  padding: 7px 30px;
}
@media (max-width: 767px) {
  .section-mailing .form-group-wrapper .btn {
    min-width: 48px;
    max-width: 48px;
    padding: 0;
    height: 48px;
    top: 6px;
    right: 7px;
    overflow: hidden;
  }
  .section-mailing .form-group-wrapper .btn small {
    display: none;
  }
  .section-mailing .form-group-wrapper .btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/btn-after.svg");
    width: 16px;
    height: 16px;
  }
}

.section-for {
  padding: 20px 0 50px;
}
@media (max-width: 767px) {
  .section-for {
    padding: 20px 0 0;
  }
}
.section-for .recommended-item__image {
  margin: 0 0 18px;
}
.section-for .recommended-item__image img {
  height: 110px;
}

@media (max-width: 767px) {
  .section-grey.grey-conf {
    padding: 15px 0 30px;
  }
}
@media (min-width: 1200.02px) {
  .section-grey.grey-conf .container {
    max-width: 1170px;
  }
}
.section-grey.grey-conf .course-info {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-grey.grey-conf .course-info {
    margin: 0 0 10px;
  }
}
.section-grey.grey-conf .course-info__description span {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
  margin: 0;
}
.section-grey.grey-conf .course-info__description div {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--textColor);
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section-grey.grey-conf .course-info__description div {
    font-size: 15px;
    line-height: 21px;
  }
}
.section-grey.grey-conf .conf-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section-grey.grey-conf .conf-info {
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
}
.section-grey.grey-conf .conf-info li {
  margin: 0 48px 0 0;
}
@media (max-width: 767px) {
  .section-grey.grey-conf .conf-info li {
    margin: 0 0 10px;
    width: 100%;
  }
  .section-grey.grey-conf .conf-info li .course-info {
    margin: 0;
  }
}
.section-grey.grey-conf .conf-info li:nth-last-child(1) {
  margin: 0;
}
.section-grey.grey-conf .conf-programm .container:before {
  content: none;
}
.section-grey.grey-conf .countdown-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .section-grey.grey-conf .countdown-wrapper {
    margin: 0;
  }
}
.section-grey.grey-conf .countdown-wrapper > p {
  padding: 5px 10px;
  background: #fff;
  margin: 0 0 8px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: var(--textColor);
  display: inline-flex;
}
.section-grey.grey-conf .course-item {
  height: 100%;
}
.section-grey.grey-conf .btn-wrapper {
  margin: 88px 0 0;
}
@media (max-width: 767px) {
  .section-grey.grey-conf .btn-wrapper {
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .section-grey + .section-info {
    padding-top: 0;
  }
}

.conf-envelope {
  padding: 30px 0 30px 125px;
  position: relative;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 991px) {
  .conf-envelope {
    padding: 30px 12px;
  }
}
@media (max-width: 767px) {
  .conf-envelope {
    padding: 20px 12px;
  }
}
.conf-envelope:nth-child(1) {
  border-top: 1px solid #DEDEDE;
}
.conf-envelope__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .conf-envelope__head {
    margin: 0 0 13px;
  }
}
.conf-envelope__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: var(--textColor);
  max-width: 725px;
}
@media (max-width: 767px) {
  .conf-envelope__title {
    font-size: 16px;
    line-height: 21px;
  }
}
.conf-envelope__time {
  background: #fff;
  padding: 0 14px;
  border-radius: 60px;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  min-height: 41px;
  align-items: center;
  justify-content: center;
  color: #0066FF;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .conf-envelope__time {
    padding: 0;
    min-height: initial;
    font-size: 13px;
    line-height: 21px;
    background: transparent;
  }
}
.conf-envelope__nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .conf-envelope__nav {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.conf-envelope__nav .btn {
  padding: 0px 24px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .conf-envelope__nav .btn {
    margin: 0 0 10px;
    font-size: 13px;
  }
}
.conf-envelope__nav .link {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .conf-envelope__nav .link {
    font-size: 12px;
    line-height: 16px;
  }
}
.conf-envelope__body {
  padding: 0 122px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .conf-envelope__body {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .conf-envelope__body {
    flex-wrap: wrap;
  }
}
.conf-envelope__left {
  width: calc(100% - 449px);
}
@media (max-width: 991px) {
  .conf-envelope__left {
    width: 100%;
  }
}
.conf-envelope__lector {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  margin: 54px 0 0;
}
@media (max-width: 991px) {
  .conf-envelope__lector {
    margin: 13px 0 0;
  }
}
.conf-envelope__lector:nth-child(1) {
  position: static;
  margin: 0;
}
.conf-envelope__lector:nth-child(1) img {
  left: 0;
  top: 30px;
  transform: none;
}
.conf-envelope__lector:nth-child(2) {
  margin: 34px 0 0;
}
@media (max-width: 991px) {
  .conf-envelope__lector:nth-child(2) {
    margin: 13px 0 0;
  }
}
@media (max-width: 991px) {
  .conf-envelope__lector {
    align-items: center;
  }
}
.conf-envelope__lector img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  right: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .conf-envelope__lector img {
    position: static;
    margin: 0 15px 0 0;
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .conf-envelope__lector img {
    min-width: 80px;
    max-width: 80px;
    height: 80px;
  }
}
.conf-envelope__lector--descr p {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  color: var(--textColor);
  margin: 0 0 7px;
}
@media (max-width: 767px) {
  .conf-envelope__lector--descr p {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 5px;
  }
}
.conf-envelope__lector--descr span {
  display: block;
  margin: 0 0 2px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .conf-envelope__lector--descr span {
    font-size: 10px;
    line-height: 12px;
  }
}
.conf-envelope__lector--descr a {
  display: inline-flex;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #FD6E22;
}
@media (max-width: 767px) {
  .conf-envelope__lector--descr a {
    font-size: 12px;
    line-height: 15px;
  }
}
.conf-envelope__lector--descr a:hover {
  text-decoration: none;
}
.conf-envelope__right {
  max-width: 449px;
  width: 100%;
}
@media (max-width: 991px) {
  .conf-envelope__right {
    max-width: 100%;
    margin: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .conf-envelope__right {
    margin: 14px 0 0;
  }
}
.conf-envelope__right ul {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
  list-style-type: disc;
  margin: 0 0 8px;
  max-height: 71px;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 14px;
}
@media (max-width: 767px) {
  .conf-envelope__right ul {
    font-size: 13px;
    line-height: 21px;
    max-height: 58px;
  }
}
.conf-envelope__right ul.full-height {
  max-height: 100%;
}
.conf-envelope__right ul.full-height:After {
  opacity: 1;
  visibility: hidden;
}
.conf-envelope__right ul:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 38px;
  background: linear-gradient(180deg, rgba(239, 243, 243, 0) 0%, #EFF3F3 100%);
  pointer-events: none;
}
.conf-envelope__right .more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #FD6E22;
  padding: 0 0 0 14px;
}
.conf-envelope__right .more.hidden {
  display: none;
}
.conf-envelope__right .more:hover {
  text-decoration: none;
}
.conf-envelope__right .more svg {
  margin: 0 0 0 10px;
}
.conf-envelope.break .conf-envelope__head {
  margin: 0;
  align-items: center;
}
.conf-envelope.break .conf-envelope__body {
  display: none;
}

.section-video {
  padding: 100px 0 20px;
}
@media (max-width: 767px) {
  .section-video {
    padding: 30px 0 0px;
  }
  .section-video .section-title {
    margin: 0 0 20px;
  }
}
.section-video .container {
  position: relative;
}
.section-video .container:before {
  content: "";
  position: absolute;
  right: -294px;
  bottom: -190px;
  width: 639px;
  height: 430px;
  background: url("../images/small-video-after.svg") center no-repeat;
}
@media (max-width: 767px) {
  .section-video .container:before {
    content: none;
  }
}
.section-video .container:after {
  content: "";
  position: absolute;
  right: -96px;
  bottom: -134px;
  width: 248px;
  height: 248px;
  background: #02BAC7;
  opacity: 0.3;
  filter: blur(107.779px);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-video .container:after {
    content: none;
  }
}

.section-w-images {
  padding: 60px 0 10px;
}
@media (max-width: 767px) {
  .section-w-images {
    padding: 15px 0 0;
  }
}
.section-w-images .images-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -30px;
}
@media (max-width: 767px) {
  .section-w-images .images-row {
    margin: 0 -10px;
  }
}
.section-w-images .images-row .images-col {
  width: 16.6666666667%;
  padding: 0 30px;
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section-w-images .images-row .images-col {
    margin: 0 0 24px;
    padding: 0 10px;
  }
}
@media (max-width: 991px) {
  .section-w-images .images-row .images-col {
    width: 33.3333333333%;
  }
}

.section-partner {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section-partner {
    padding: 5px 0 0px;
  }
}
.section-partner .blue-envelope {
  position: relative;
  padding: 50px 30px;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section-partner .blue-envelope {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-partner .blue-envelope {
    margin: 0;
    width: 100%;
    padding: 30px;
  }
}
.section-partner .blue-envelope:after, .section-partner .blue-envelope:before {
  content: none;
}
.section-partner .blue-envelope__left {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 431px;
  width: 100%;
}
@media (max-width: 991px) {
  .section-partner .blue-envelope__left {
    position: static;
    transform: none;
    max-width: 100%;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-partner .blue-envelope__left {
    margin: 0 0 13px;
  }
}
.section-partner .blue-envelope__right {
  width: calc(100% - 431px);
  position: static;
}
@media (max-width: 991px) {
  .section-partner .blue-envelope__right {
    width: 100%;
  }
}
.section-partner .blue-envelope__right p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 0 13px;
}
@media (max-width: 991px) {
  .section-partner .blue-envelope__right p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-partner .blue-envelope__right p {
    font-size: 15px;
    line-height: 21px;
  }
}
.section-partner .blue-envelope__right .btn {
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-partner .blue-envelope__right .btn {
    font-size: 13px;
    min-width: 203px;
  }
}

.section-checkout {
  padding: 5px 0 165px;
}
@media (max-width: 767px) {
  .section-checkout {
    padding: 0 0 30px;
  }
}
.section-checkout .section-title {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .section-checkout .section-title {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 19px;
  }
}
.section-checkout .checkout-envelope {
  padding: 30px 30px 14px;
  background: #fff;
  margin: 0 0 20px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .section-checkout .checkout-envelope {
    padding: 15px 10px;
    margin: 0 0 10px;
  }
}
.section-checkout .checkout-envelope .row {
  margin: 0 -7.5px;
}
.section-checkout .checkout-envelope .row [class*=col-] {
  padding: 0 7.5px;
}
.section-checkout .checkout-envelope .row [class*=col-]:nth-last-child(1) .form-group-wrapper {
  margin: 0;
}
.section-checkout .checkout-envelope__title {
  margin: 0 0 25px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-checkout .checkout-envelope__title {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 19px;
  }
}
.section-checkout .checkout-envelope.comment {
  padding: 14px 30px;
  position: relative;
}
@media (max-width: 767px) {
  .section-checkout .checkout-envelope.comment {
    padding: 14px 10px;
  }
}
.section-checkout .checkout-envelope.comment a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #FF612F;
  text-decoration: underline;
  padding: 0 0 0 26px;
  position: relative;
}
@media (max-width: 767px) {
  .section-checkout .checkout-envelope.comment a {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-checkout .checkout-envelope.comment a:hover {
  text-decoration: none;
}
.section-checkout .checkout-envelope.comment a svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .section-checkout .checkout-envelope.comment a svg {
    max-width: 16px;
  }
}
.section-checkout .checkout-envelope.comment .close-comment {
  position: absolute;
  right: 16px;
  top: 16px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-checkout .checkout-envelope.comment .close-comment {
    right: 10px;
    top: 17px;
  }
}
.section-checkout .checkout-envelope.comment .close-comment svg {
  margin: 0;
  display: block;
}
.section-checkout .checkout-envelope.comment .form-group-wrapper {
  display: none;
  margin: 11px 0 0;
}
@media (max-width: 767px) {
  .section-checkout .checkout-envelope.comment .form-group-wrapper .form-group textarea.form-input {
    min-height: 108px;
  }
}
.section-checkout .checkout-envelope.comment.comment-visible > a {
  color: var(--textColor);
  text-decoration: none;
  cursor: default;
  padding: 0;
}
@media (max-width: 767px) {
  .section-checkout .checkout-envelope.comment.comment-visible > a {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
  }
}
.section-checkout .checkout-envelope.comment.comment-visible > a svg {
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
.section-checkout .checkout-envelope.comment.comment-visible .close-comment {
  opacity: 1;
  visibility: visible;
}
.section-checkout .row {
  margin: 0 -15px;
}
.section-checkout .row [class*=col-] {
  padding: 0 15px;
}
.section-checkout .order {
  padding: 12px 15px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .section-checkout .order {
    margin: 0 0 14px;
  }
}
.section-checkout .order .order-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .section-checkout .order .order-title {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-checkout .order .order-title {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-checkout .order .order-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 10px;
}
@media (max-width: 991px) {
  .section-checkout .order .order-name {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-checkout .order .order-name {
    margin: 0 0 10px;
  }
}
.section-checkout .order .order-name p {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
  max-width: 304px;
}
@media (max-width: 767px) {
  .section-checkout .order .order-name p {
    font-size: 13px;
    line-height: 21px;
    max-width: initial;
    width: calc(100% - 25px);
  }
}
.section-checkout .order .order-name a {
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-checkout .order .order-price {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .section-checkout .order .order-price {
    display: none;
  }
}
.section-checkout .order .order-price > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #A0ADC1;
  text-decoration: line-through;
  margin: 0 10px 0 0;
}
.section-checkout .order .order-price p {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
}
.section-checkout .order .order-price p span {
  font-size: 12px;
}
.section-checkout .order .order-promo {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #EFF3F3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .section-checkout .order .order-promo {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
.section-checkout .order .order-promo .form-group-wrapper {
  width: 100%;
  position: relative;
  margin: 10px 0 0;
}
.section-checkout .order .order-promo .form-group-wrapper .form-group .form-input {
  min-height: 41px;
  font-size: 12px;
  padding: 0 110px 0 16px;
}
.section-checkout .order .order-promo .form-group-wrapper a {
  position: absolute;
  right: 16px;
  top: 9px;
  font-size: 14px;
  line-height: 23px;
}
.section-checkout .order .order-promo p {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-checkout .order .order-promo p {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-checkout .order .order-promo p span {
  display: none;
  position: relative;
}
.section-checkout .order .order-promo p span::before {
  content: ":";
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
  margin: 0 3px 0 0;
}
.section-checkout .order .order-promo .promo-link,
.section-checkout .order .order-promo .add {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #FF612F;
  text-decoration: underline;
}
.section-checkout .order .order-promo .promo-link.shown,
.section-checkout .order .order-promo .add.shown {
  color: var(--textColor);
}
.section-checkout .order .order-promo .promo-link.cancel,
.section-checkout .order .order-promo .add.cancel {
  color: #FF612F;
}
.section-checkout .order .order-promo .promo-link:hover,
.section-checkout .order .order-promo .add:hover {
  text-decoration: none;
}
@media (min-width: 991.02px) {
  .section-checkout .order.order-mobile {
    display: none;
  }
}
.section-checkout .order.order-mobile .order-name,
.section-checkout .order.order-mobile .order-title,
.section-checkout .order.order-mobile .order-price {
  display: flex;
}
.section-checkout .total .total-title {
  margin: 0 0 14px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
  padding: 0 15px;
}
@media (max-width: 767px) {
  .section-checkout .total .total-title {
    padding: 0;
  }
}
.section-checkout .total ul {
  padding: 0 15px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section-checkout .total ul {
    padding: 0;
  }
}
.section-checkout .total ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 14px;
}
.section-checkout .total ul li:nth-last-child(1) {
  margin: 0;
}
.section-checkout .total ul li p {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
}
.section-checkout .total ul li:nth-last-child(1) p {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
}
.section-checkout .total ul li:nth-last-child(1) p:nth-last-child(1) {
  font-size: 22px;
}
.section-checkout .total ul li:nth-last-child(1) p span {
  font-size: 12px;
  font-weight: 400;
  color: var(--textColor);
}
.section-checkout .total .btn {
  min-width: 100%;
  margin: 0 0 10px;
}
.section-checkout .total small {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #9FA8B0;
  text-align: center;
  display: block;
}
.section-checkout .total small a {
  text-decoration: underline;
}
.section-checkout .total small a:hover {
  text-decoration: none;
}

.payment-item {
  margin: 0 0 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .payment-item {
    margin: 0 0 14px;
  }
}
.payment-item__visible {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .payment-item__visible {
    position: relative;
  }
}
.payment-item:nth-last-child(1) {
  margin: 0;
}
.payment-item .checkmark {
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  border: 1px solid #BDBDBD;
  position: relative;
}
@media (max-width: 767px) {
  .payment-item .checkmark {
    margin: 5px 10px 0 0;
  }
}
.payment-item .checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 6.4px;
  height: 6.4px;
  background: #FD6E22;
  border-radius: 50%;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.payment-item__icon {
  max-width: 23px;
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .payment-item__icon svg {
    max-width: 18px;
    max-height: 17px;
  }
}
.payment-item__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .payment-item__title {
    font-size: 13px;
    line-height: 21px;
  }
  .payment-item__title .info-modal svg {
    max-width: 15px;
  }
}
.payment-item__hidden {
  padding: 5px 0 0 58px;
  width: 100%;
}
@media (max-width: 767px) {
  .payment-item__hidden {
    padding: 5px 0 0 56px;
  }
}
.payment-item__hidden p {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .payment-item__hidden p {
    font-size: 13px;
    line-height: 21px;
  }
}
.payment-item__hidden .payment-options {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .payment-item__hidden .payment-options {
    flex-wrap: wrap;
  }
}
.payment-item__hidden .payment-options .payment-option {
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .payment-item__hidden .payment-options .payment-option {
    width: 100%;
    margin: 0 0 10px;
  }
}
.payment-item__hidden .payment-options .payment-option > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
  margin: 0 0 4px;
}
.payment-item__hidden .payment-options .payment-option p {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .payment-item__hidden .payment-options .payment-option p {
    min-height: initial;
  }
}
.payment-item__hidden .payment-options .payment-option p span {
  margin: 0 0 0 5px;
}
.payment-item__hidden .dropdown {
  min-width: 117px;
  width: 100%;
}
.payment-item__hidden .dropdown .dropdown_toggle {
  min-height: 36px;
  border: 1px solid #9FA8B0;
}
.payment-item__hidden .dropdown .dropdown_toggle span {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #9FA8B0;
}
.payment-item .info-modal rect {
  transition: all 0.3s ease;
}
.payment-item .info-modal:hover rect {
  fill: #FD6E22;
}
.payment-item.active .checkmark {
  border-color: #FD6E22;
}
.payment-item.active .checkmark:after {
  opacity: 1;
  visibility: visible;
}

.section-thanks {
  padding: 29px 0 46px;
}
@media (max-width: 767px) {
  .section-thanks {
    padding: 0px 0 20px;
  }
}
@media (min-width: 1200.02px) {
  .section-thanks .container {
    max-width: 1310px;
  }
}
.section-thanks .thanks-wrapper {
  padding: 80px 70px 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #43AC7A;
  border-radius: 30px;
}
.section-thanks .thanks-wrapper.error-wrapper{
  
  background: #AC0F0F;
}
@media (max-width: 991px) {
  .section-thanks .thanks-wrapper {
    padding: 50px 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section-thanks .thanks-wrapper {
    padding: 14px 17px 30px;
    border-radius: 10px;
  }
}
.section-thanks .thanks-wrapper__left {
  max-width: 545px;
  width: 100%;
}
@media (max-width: 1200px) {
  .section-thanks .thanks-wrapper__left {
    max-width: 450px;
  }
}
@media (max-width: 991px) {
  .section-thanks .thanks-wrapper__left {
    max-width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.section-thanks .thanks-wrapper__left p {
  font-weight: 700;
  font-size: 41px;
  line-height: 48px;
  color: #FFFFFF;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-thanks .thanks-wrapper__left p {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-thanks .thanks-wrapper__left p {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 13px;
  }
}
.section-thanks .thanks-wrapper__left span {
  display: block;
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .section-thanks .thanks-wrapper__left span {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-thanks .thanks-wrapper__left span {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 13px;
  }
}
.section-thanks .thanks-wrapper__left .btn {
  padding: 8px 53px;
}
.section-thanks .thanks-wrapper__right {
  position: absolute;
  right: 69px;
  bottom: 0px;
  width: calc(100% - 544px);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .section-thanks .thanks-wrapper__right {
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 991px) {
  .section-thanks .thanks-wrapper__right {
    order: 1;
    position: static;
    width: 100%;
    transform: none;
    justify-content: center;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .section-thanks .thanks-wrapper__right {
    margin: 0 0 13px;
  }
}

.section-error {
  padding: 0 0 84px;
}
@media (max-width: 767px) {
  .section-error {
    padding: 0 0 30px;
  }
}
@media (min-width: 1200.02px) {
  .section-error .container {
    max-width: 1310px;
  }
}
.section-error .error-wrapper {
  padding: 80px 160px 60px;
  background: #0066FF;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 1200px) {
  .section-error .error-wrapper {
    padding: 60px 70px;
  }
}
@media (max-width: 767px) {
  .section-error .error-wrapper {
    padding: 30px;
    border-radius: 10px;
  }
}
.section-error .error-wrapper:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1853px;
  height: 662px;
  background: url("../images/error-before.svg") center no-repeat;
  z-index: -1;
}
.section-error .error-wrapper:after {
  content: "";
  position: absolute;
  right: 289px;
  transform: translateY(-50%);
  top: 50%;
  background: url("../images/main-after.svg") center no-repeat;
  width: 401px;
  background-size: contain;
  height: 269px;
  pointer-events: none;
}
@media (max-width: 991px) {
  .section-error .error-wrapper:after {
    top: -33px;
    transform: translateX(-50%);
    left: 50%;
  }
}
@media (max-width: 767px) {
  .section-error .error-wrapper:after {
    width: 225px;
    height: 151px;
  }
}
.section-error .error-wrapper__left {
  max-width: 490px;
  width: 100%;
}
@media (max-width: 991px) {
  .section-error .error-wrapper__left {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.section-error .error-wrapper__left p {
  font-weight: 700;
  font-size: 105px;
  line-height: 73px;
  color: #FFFFFF;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-error .error-wrapper__left p {
    margin: 0 0 15px;
  }
}
.section-error .error-wrapper__left span {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-error .error-wrapper__left span {
    margin: 0 0 15px;
  }
}
.section-error .error-wrapper__right {
  position: absolute;
  right: 185px;
  bottom: -28px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .section-error .error-wrapper__right {
    right: 25px;
    max-width: 290px;
  }
}
@media (max-width: 991px) {
  .section-error .error-wrapper__right {
    display: none;
  }
}

@media (min-width: 1200.02px) {
  .section-blog .container {
    max-width: 1310px;
  }
}
.section-blog .blue-envelope {
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-blog .blue-envelope {
    margin: 0 0 14px;
    overflow: hidden;
    padding-bottom: 134px;
  }
}
.section-blog .blue-envelope__left {
  max-width: 705px;
}
@media (max-width: 1200px) {
  .section-blog .blue-envelope__left {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .section-blog .blue-envelope__left {
    max-width: 100%;
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .section-blog .blue-envelope__left {
    margin: 0;
  }
}
.section-blog .blue-envelope__description {
  font-size: 15px;
  line-height: 24px;
  max-width: 701px;
  margin: 0;
}
@media (max-width: 767px) {
  .section-blog .blue-envelope__description {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-blog .blue-envelope__right {
  right: 0;
  top: -7px;
}
@media (max-width: 1200px) {
  .section-blog .blue-envelope__right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-blog .blue-envelope__right img {
    max-height: 230px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .section-blog .blue-envelope__right img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .section-blog .blue-envelope__right {
    transform: none;
  }
}
@media (max-width: 767px) {
  .section-blog .blue-envelope__right {
    position: absolute;
    margin: 0;
    bottom: -50px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 0 12px;
  }
}
.section-blog .section-main__banners {
  margin: 0;
}

.section-news {
  padding: 12px 0 29px;
}
@media (max-width: 767px) {
  .section-news {
    padding: 15px 0 0px;
  }
}
.section-news .search-filter {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-news .search-filter {
    margin: 0 0 18px;
  }
}
@media (max-width: 991px) {
  .section-news .search-filter form {
    order: 1;
    margin: 0 0 14px;
  }
}
.section-news .search-filter form .form-group {
  min-height: 48px;
}
@media (max-width: 767px) {
  .section-news .search-filter form .form-group {
    min-height: 39px;
  }
}
.section-news .search-filter form .form-group .form-input {
  min-height: 48px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .section-news .search-filter form .form-group .form-input {
    min-height: 39px;
    font-size: 13px;
  }
}
.section-news .search-filter form .btn {
  font-size: 14px;
  width: 118px;
}
@media (max-width: 767px) {
  .section-news .search-filter form .btn {
    width: 97px;
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .section-news .search-filter .dropdown {
    max-width: 100%;
    order: 2;
  }
}
.section-news .search-filter .dropdown.bordered-select .dropdown_toggle {
  min-height: 48px;
  font-size: 14px;
  padding: 0 33px 0 24px;
}
@media (max-width: 767px) {
  .section-news .search-filter .dropdown.bordered-select .dropdown_toggle {
    min-height: 39px;
    font-size: 13px;
    padding: 0 33px 0 14px;
  }
  .section-news .search-filter .dropdown.bordered-select .dropdown_toggle span {
    width: 200px;
  }
}
.section-news .nav-tabs {
  flex-wrap: wrap;
  overflow: visible;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .section-news .nav-tabs.items-visible li {
    display: block;
  }
}
.section-news .nav-tabs.items-hidden li {
  display: none;
}
.section-news .nav-tabs.items-hidden li:nth-child(1), .section-news .nav-tabs.items-hidden li:nth-child(2), .section-news .nav-tabs.items-hidden li:nth-child(3), .section-news .nav-tabs.items-hidden li:nth-child(4), .section-news .nav-tabs.items-hidden li:nth-child(5), .section-news .nav-tabs.items-hidden li:nth-child(6), .section-news .nav-tabs.items-hidden li:nth-child(7), .section-news .nav-tabs.items-hidden li:nth-child(8), .section-news .nav-tabs.items-hidden li:nth-child(9) {
  display: block;
}
.section-news .nav-tabs li {
  margin: 0 0 15px;
}
.section-news .nav-tabs li.show-more {
  display: flex;
}
@media (max-width: 767px) {
  .section-news .nav-tabs li.show-more {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-news .nav-tabs li {
    margin: 0 0 10px;
    display: none;
  }
  .section-news .nav-tabs li.show-more {
    display: block;
  }
  .section-news .nav-tabs li:nth-child(1), .section-news .nav-tabs li:nth-child(2), .section-news .nav-tabs li:nth-child(3), .section-news .nav-tabs li:nth-child(4), .section-news .nav-tabs li:nth-child(5), .section-news .nav-tabs li:nth-child(6), .section-news .nav-tabs li:nth-child(7), .section-news .nav-tabs li:nth-child(8), .section-news .nav-tabs li:nth-child(9) {
    display: block;
  }
}
.section-news .nav-tabs li .nav-link {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .section-news .nav-tabs li .nav-link {
    padding: 0 12px;
    line-height: 19px;
  }
}
.section-news .nav-tabs li .nav-link.active {
  margin: 0 15px;
}
@media (max-width: 767px) {
  .section-news .nav-tabs li .nav-link.active {
    margin: 0;
  }
}
.section-news .nav-tabs li .nav-link.orange-link {
  color: #FD6E22;
}
.section-news .nav-tabs li .nav-link.orange-link span:after {
  background: #FD6E22;
}
.section-news [class*=col-] {
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-news [class*=col-] {
    margin: 0 0 20px;
  }
}
.section-news .article {
  opacity: 1;
  visibility: visible;
  padding: 30px;
  height: 100%;
}
@media (max-width: 1200px) {
  .section-news .article {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .section-news .article {
    padding: 14px 12px;
    border-radius: 10px;
    margin: 0;
  }
  .section-news .article.article-author {
    padding: 30px 20px;
  }
  .section-news .article-lector {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-news .article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  min-height: 69px;
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .section-news .article-title {
    font-size: 15px;
    line-height: 20px;
    min-height: initial;
    margin: 0 0 12px;
  }
}
.section-news .article-description {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .section-news .article-description {
    font-size: 13px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    margin: 0 0 12px;
  }
}
.section-news .page-pagination {
  margin: 31px 0 0;
}
@media (max-width: 767px) {
  .section-news .page-pagination {
    margin: 0;
  }
}

.section-corporative {
  padding: 21px 0 30px;
}
@media (max-width: 767px) {
  .section-corporative {
    padding: 0;
  }
  .section-corporative + .section-companies {
    padding-top: 0;
  }
}
@media (min-width: 1200.02px) {
  .section-corporative .container {
    max-width: 1310px;
  }
}
.section-corporative .blue-envelope {
  margin: 0 0 65px;
}
@media (max-width: 767px) {
  .section-corporative .blue-envelope {
    margin: 0 -10px 30px;
  }
  .section-corporative .blue-envelope .btn {
    min-width: 100%;
    font-size: 12px;
  }
}
.section-corporative .blue-envelope__title {
  margin: 0 0 38px;
}
@media (max-width: 767px) {
  .section-corporative .blue-envelope__title {
    margin: 0 0 30px;
  }
}
.section-corporative .blue-envelope__list {
  margin: 0 0 38px;
}
@media (max-width: 767px) {
  .section-corporative .blue-envelope__list {
    margin: 0 0 30px;
  }
}
.section-corporative .corporative-advantages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
}
@media (max-width: 1200px) {
  .section-corporative .corporative-advantages {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .section-corporative .corporative-advantages {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-corporative .corporative-advantages {
    align-items: flex-start;
  }
}
.section-corporative .corporative-advantages__title {
  font-weight: 700;
  font-size: 41px;
  line-height: 48px;
  color: var(--textColor);
  max-width: 267px;
  width: 100%;
  margin: 0 49px 0 0;
}
@media (max-width: 1200px) {
  .section-corporative .corporative-advantages__title {
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section-corporative .corporative-advantages__title {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 34px;
  }
}
.section-corporative .corporative-advantages .advantages {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .section-corporative .corporative-advantages .advantages {
    flex-wrap: wrap;
  }
}
.section-corporative .corporative-advantages .advantages .advantage {
  margin: 0 0 0 40px;
}
@media (max-width: 991px) {
  .section-corporative .corporative-advantages .advantages .advantage {
    width: 50%;
    margin: 0 0 20px;
  }
}
.section-corporative .corporative-advantages .advantages .advantage:nth-child(1) {
  margin: 0;
}
@media (max-width: 991px) {
  .section-corporative .corporative-advantages .advantages .advantage:nth-child(1) {
    margin: 0 0 20px;
  }
}

.section-video.video-corp {
  padding: 40px 0 50px;
}
@media (max-width: 767px) {
  .section-video.video-corp {
    padding: 15px 0 20px;
  }
}
.section-video.video-corp .container:before {
  width: 576px;
  height: 388px;
  background-size: contain;
  right: -233px;
  bottom: -171px;
}
.section-video.video-corp .video-wrapper {
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .section-video.video-corp .video-wrapper {
    margin: 0 0 9px;
  }
}
.section-video.video-corp .video-wrapper__small {
  height: 283px;
}
@media (max-width: 767px) {
  .section-video.video-corp .video-wrapper__small {
    height: 169px;
  }
}
.section-video.video-corp .video-wrapper__text {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
  padding: 0 30px;
}
@media (max-width: 767px) {
  .section-video.video-corp .video-wrapper__text {
    font-size: 16px;
    line-height: 19px;
    padding: 0px;
  }
}
.section-video.video-corp .video-wrapper__text span {
  display: block;
  margin: 5px 0 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #9FA8B0;
}
@media (max-width: 767px) {
  .section-video.video-corp .video-wrapper__text span {
    font-size: 10px;
    line-height: 19px;
  }
}
.section-video.video-corp .hidden-elements [class*=col-] {
  margin: 0 0 30px;
  display: none;
}
@media (max-width: 767px) {
  .section-video.video-corp .hidden-elements [class*=col-] {
    margin: 0 0 20px;
  }
}
.section-video.video-corp .hidden-elements [class*=col-]:nth-child(1), .section-video.video-corp .hidden-elements [class*=col-]:nth-child(2) {
  display: block;
}
.section-video.video-corp .hidden-elements.show-all [class*=col-] {
  display: block !important;
}
@media (max-width: 767px) {
  .section-video.video-corp .btn-wrapper {
    margin: 0;
  }
}
.section-video.video-corp .video-slider {
  max-width: 1035px;
  margin: 0 auto;
  overflow: visible;
}
.section-video.video-corp .video-slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
}
.section-video.video-corp .video-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.section-video.video-corp .video-slider .swiper-button {
  width: 42px;
  height: 42px;
  top: 135px;
}
.section-video.video-corp .video-slider .swiper-button.swiper-button-disabled {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .section-video.video-corp .video-slider .swiper-button {
    top: auto;
    bottom: -10px;
    width: 30px;
    height: 30px;
  }
}
.section-video.video-corp .video-slider .swiper-button.swiper-button-prev {
  left: -55px;
}
@media (max-width: 767px) {
  .section-video.video-corp .video-slider .swiper-button.swiper-button-prev {
    left: 0px;
  }
}
.section-video.video-corp .video-slider .swiper-button.swiper-button-next {
  right: -55px;
}
@media (max-width: 767px) {
  .section-video.video-corp .video-slider .swiper-button.swiper-button-next {
    right: 0px;
  }
}
.section-video.video-corp .video-slider .swiper-pagination {
  display: none;
}
@media (max-width: 767px) {
  .section-video.video-corp .video-slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    width: 100%;
    margin: 30px 0 0;
  }
}
.section-video.video-corp-bottom .video-slider {
  position: relative;
}
.section-video.video-corp-bottom .video-slider:after {
  content: "";
  position: absolute;
  background: url("../images/video-corp-before.svg") center no-repeat;
  width: 735px;
  height: 735px;
  left: -345px;
  bottom: -265px;
}
@media (max-width: 767px) {
  .section-video.video-corp-bottom .video-slider:after {
    content: none;
  }
}

.section-actions {
  padding: 50px 0 31px;
}
.section-actions .container {
  position: relative;
}
.section-actions .container:before {
  content: "";
  width: 480px;
  height: 373px;
  background: #0066FF;
  opacity: 0.1;
  filter: blur(107.779px);
  position: absolute;
  left: -324px;
  bottom: -141px;
}
.section-actions .section-title {
  margin: 0 0 71px;
}
@media (max-width: 767px) {
  .section-actions .section-title {
    margin: 0 0 20px;
  }
}
.section-actions .best-item__title {
  min-height: 70px;
}
@media (max-width: 767px) {
  .section-actions .best-item__title {
    min-height: initial;
  }
}

.section-request {
  padding: 75px 0 78px;
}
@media (max-width: 767px) {
  .section-request {
    padding: 15px 0 0;
  }
  .section-request .section-title {
    margin: 0 0 30px;
  }
}
.section-request .request-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-request .request-wrapper__left {
  width: calc(100% - 470px);
}
@media (max-width: 991px) {
  .section-request .request-wrapper__left {
    display: none;
  }
}
.section-request .request-wrapper__right {
  max-width: 470px;
}
@media (max-width: 991px) {
  .section-request .request-wrapper__right {
    max-width: 100%;
  }
}
.section-request .request-wrapper__right .consult-form {
  padding: 50px 50px 32px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .section-request .request-wrapper__right .consult-form {
    margin: 0 -10px;
    width: calc(100% + 20px);
    border-radius: 10px;
    padding: 30px 10px;
  }
}
.section-request .request-wrapper__right .consult-form__title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-request .request-wrapper__right .consult-form__title {
    font-size: 20px;
    line-height: 23px;
  }
}
.section-request .request-wrapper__right .consult-form__title span {
  margin: 16px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 767px) {
  .section-request .request-wrapper__right .consult-form__title span {
    margin: 12px 0 0;
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .section-request .request-wrapper__right .consult-form .form-group-wrapper {
    margin: 0 0 12px;
  }
}
.section-request .request-wrapper__right .consult-form .form-group-wrapper .form-group .form-input {
  min-height: 50px;
}
@media (max-width: 767px) {
  .section-request .request-wrapper__right .consult-form .form-group-wrapper .form-group .form-input {
    min-height: 44px;
  }
}
.section-request .request-wrapper__right .consult-form .dropdown {
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .section-request .request-wrapper__right .consult-form .dropdown {
    margin: 0 0 12px;
  }
  .section-request .request-wrapper__right .consult-form .dropdown_toggle {
    min-height: 44px;
  }
}

.section-post .container {
  max-width: 782px;
}
.section-post .blue-envelope {
  margin: 0 0 24px;
  max-width: 1140px;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .section-post .blue-envelope {
    margin: 0 10px 14px;
    overflow: hidden;
    padding-bottom: 134px;
    width: calc(100% - 20px);
  }
}
.section-post .blue-envelope__left {
  max-width: 705px;
}
@media (max-width: 1200px) {
  .section-post .blue-envelope__left {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .section-post .blue-envelope__left {
    max-width: 100%;
    margin: 0 0 15px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .section-post .blue-envelope__left {
    margin: 0;
  }
}
.section-post .blue-envelope__description {
  font-size: 15px;
  line-height: 24px;
  max-width: 701px;
  margin: 0;
}
@media (max-width: 767px) {
  .section-post .blue-envelope__description {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-post .blue-envelope__right {
  right: 0;
  max-width: 387px;
}
@media (max-width: 1200px) {
  .section-post .blue-envelope__right {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section-post .blue-envelope__right img {
    max-height: 230px;
  }
}
@media (max-width: 1200px) and (max-width: 767px) {
  .section-post .blue-envelope__right img {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .section-post .blue-envelope__right {
    transform: none;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .section-post .blue-envelope__right {
    position: absolute;
    margin: 0;
    bottom: -50px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 0 0 12px;
  }
}
.section-post .post-head {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}
.section-post .post-head__image {
  position: relative;
}
.section-post .post-head img {
  height: 390px;
  border-radius: 30px;
  object-fit: cover;
  object-position: center;
  margin: 0 0 30px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-post .post-head img {
    border-radius: 0px;
    height: 320px;
  }
}
.section-post h1 {
  font-weight: 700;
  font-size: 41px;
  line-height: 48px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-post h1 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 20px;
  }
}
.section-post .post-head__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-post .post-head__info {
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
}
.section-post .post-head__info ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .section-post .post-head__info ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 14px;
  }
}
.section-post .post-head__info ul li {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
  margin: 0 20px 0 0;
}
.section-post .post-head__info ul li:nth-last-child(1) {
  margin: 0;
}
.section-post .post-head__info ul li svg {
  margin: 0 10px 3px 0;
}
.section-post .post-head__info--right {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section-post .post-head__info--right {
    width: 100%;
    justify-content: space-between;
  }
}
.section-post .post-head__info--right p {
  margin: 0;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
}
.section-post .post-info__rating {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 20px 0 0;
}
.section-post .post-info__rating ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 7px 0 0;
}
.section-post .post-info__rating ul li {
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 3px 0 0;
}
.section-post .post-info__rating ul li svg {
  margin: 0;
}
.section-post .post-info__rating p {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  margin: 2px 0 0;
}

.section-blog-inner-content h1 {
  font-weight: 700;
  font-size: 41px;
  line-height: 48px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-blog-inner-content h1 {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 20px;
  }
}
.section-blog-inner-content h2 {
  font-weight: 700;
  font-size: 34px;
  line-height: 48px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-blog-inner-content h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px;
  }
}
.section-blog-inner-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-blog-inner-content h3 {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 20px;
  }
}
.section-blog-inner-content h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-blog-inner-content h4 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 20px;
  }
}
.section-blog-inner-content h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-blog-inner-content h5 {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 20px;
  }
}
.section-blog-inner-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-blog-inner-content p {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 20px;
  }
}
.section-blog-inner-content img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.section-blog-inner-content .row .zoom-gallery img {
  border-radius: 10px;
}
.section-blog-inner-content .zoom-gallery {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .section-blog-inner-content .zoom-gallery {
    margin: 0 0 20px;
    display: block;
  }
}
.section-blog-inner-content .zoom-gallery img {
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 363px;
}
@media (max-width: 767px) {
  .section-blog-inner-content .zoom-gallery img {
    border-radius: 10px;
    max-height: initial;
    object-fit: contain;
  }
}
.section-blog-inner-content .zoom-gallery:after {
  content: "";
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: url("../images/zoom-ico.svg") center no-repeat #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
}
@media (max-width: 767px) {
  .section-blog-inner-content .zoom-gallery:after {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
    background-size: 50%;
  }
}
.section-blog-inner-content .grey-block {
  padding: 30px;
  background: #EFF3F3;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .section-blog-inner-content .grey-block {
    padding: 30px 12px;
  }
}
.section-blog-inner-content .grey-block p {
  font-size: 14px;
}
@media (max-width: 767px) {
  .section-blog-inner-content .grey-block p {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-blog-inner-content iframe {
  border-radius: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  .section-blog-inner-content iframe {
    height: 196px;
  }
}
.section-blog-inner-content em {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
}
.section-blog-inner-content blockquote {
  padding: 0 0 0 41px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-blog-inner-content blockquote {
    padding: 0 0 0 30px;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 21px;
  }
}
.section-blog-inner-content blockquote:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  background: url("../images/blockquote-before.svg") center no-repeat;
  width: 24px;
  height: 16px;
}
@media (max-width: 767px) {
  .section-blog-inner-content blockquote:before {
    width: 20px;
    background-size: contain;
  }
}
.section-blog-inner-content ol {
  counter-reset: counter;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-blog-inner-content ol {
    margin: 0 0 16px;
  }
}
.section-blog-inner-content ol li {
  counter-increment: counter;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-blog-inner-content ol li {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-blog-inner-content ol li:before {
  content: counter(counter) ". ";
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
}
.section-blog-inner-content ul {
  list-style-type: disc;
  margin: 0 0 30px;
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  .section-blog-inner-content ul {
    margin: 0 0 16px;
  }
}
.section-blog-inner-content ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-blog-inner-content ul li {
    font-size: 13px;
    line-height: 21px;
  }
}

.table-overflow,
.default-table {
  overflow: auto;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .table-overflow,
  .default-table {
    margin: 0 0 20px;
  }
}
.table-overflow table,
.default-table table {
  width: 100%;
}
.table-overflow table p,
.default-table table p {
  margin: 0 !important;
}
.table-overflow table tr th,
.default-table table tr th {
  padding: 17px 5px;
  background: #9FA8B0;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 21px;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 767px) {
  .table-overflow table tr th,
  .default-table table tr th {
    font-weight: 500;
  }
}
.table-overflow table tr th p,
.default-table table tr th p {
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .table-overflow table tr th,
  .default-table table tr th {
    padding: 12px 15px;
    font-size: 13px;
    line-height: 21px;
  }
}
.table-overflow table tr th:nth-child(1),
.default-table table tr th:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table-overflow table tr th:nth-last-child(1),
.default-table table tr th:nth-last-child(1) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none;
}
.table-overflow table tbody tr:nth-child(2n) td,
.default-table table tbody tr:nth-child(2n) td {
  background: #EFF3F3;
}
.table-overflow table tbody tr:nth-child(2n) td:nth-child(1),
.default-table table tbody tr:nth-child(2n) td:nth-child(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table-overflow table tbody tr:nth-child(2n) td:nth-last-child(1),
.default-table table tbody tr:nth-child(2n) td:nth-last-child(1) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table-overflow table tbody tr td,
.default-table table tbody tr td {
  font-size: 15px;
  line-height: 21px;
  text-align: center;
  color: #333333;
  padding: 17px 5px;
}
@media (max-width: 767px) {
  .table-overflow table tbody tr td,
  .default-table table tbody tr td {
    padding: 13px 20px;
    font-size: 13px;
    line-height: 21px;
  }
}

.blue-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #0066FF;
  margin: 0 11px 7px 0;
  display: inline-flex;
}
@media (max-width: 767px) {
  .blue-link {
    font-size: 10px;
    line-height: 12px;
    margin: 0 15px 16px 0;
  }
}
.blue-link:nth-last-child(1) {
  margin: 0;
}

.tags {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .tags {
    margin: 0 0 25px;
  }
}

.post {
  margin: 0 0 35px;
}
.post p {
  margin: 0 0 19px;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .post p {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 13px;
  }
}
.post .post-rating {
  padding: 20px 35px 20px 20px;
  border: 2px solid #EFF3F3;
  border-radius: 20px;
  max-width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .post .post-rating {
    border-radius: 10px;
    padding: 14px 30px 14px 12px;
  }
}
.post .post-rating__left {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 10px 0 0;
}
.post .post-rating .rating {
  display: flex;
  width: 100%;
  justify-content: center;
  overflow: hidden;
  flex-direction: row-reverse;
  margin: 0 15px 3px 0;
}
@media (max-width: 767px) {
  .post .post-rating .rating {
    margin: 0 9px 0 0;
  }
}
.post .post-rating .rating > input {
  display: none;
}
.post .post-rating .rating > label {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-top: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0695 0.0751953L12.41 7.27865H19.9842L13.8565 11.7306L16.1971 18.9341L10.0695 14.4821L3.94184 18.9341L6.28239 11.7306L0.154764 7.27865H7.72892L10.0695 0.0751953Z' fill='%239FA8B0'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .post .post-rating .rating > label {
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin: 0 5px 0 0;
  }
  .post .post-rating .rating > label:nth-child(1) {
    margin: 0;
  }
}
.post .post-rating .rating > input:checked ~ label,
.post .post-rating .rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4093 0.0751953L12.7499 7.27865H20.324L14.1964 11.7306L16.5369 18.9341L10.4093 14.4821L4.28169 18.9341L6.62223 11.7306L0.494608 7.27865H8.06877L10.4093 0.0751953Z' fill='%23FD6E22'/%3E%3C/svg%3E%0A");
}
.post .post-rating .rating > input:not(:checked) ~ label:hover,
.post .post-rating .rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='19' viewBox='0 0 21 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.4093 0.0751953L12.7499 7.27865H20.324L14.1964 11.7306L16.5369 18.9341L10.4093 14.4821L4.28169 18.9341L6.62223 11.7306L0.494608 7.27865H8.06877L10.4093 0.0751953Z' fill='%23FD6E22'/%3E%3C/svg%3E%0A");
}
.post .post-rating p {
  font-weight: 500;
  font-size: 19.246px;
  line-height: 30px;
  color: var(--textColor);
  margin: 0;
}
@media (max-width: 767px) {
  .post .post-rating p {
    font-size: 26px;
    line-height: 30px;
  }
}
.post .post-rating span {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .post .post-rating span {
    font-size: 10px;
    line-height: 12px;
  }
}
.post .post-author {
  padding: 20px;
  border: 2px solid #EFF3F3;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .post .post-author {
    align-items: flex-start;
    padding: 14px;
    border-radius: 10px;
  }
}
.post .post-author .author-photo {
  margin: 0 33px 0 0;
}
@media (max-width: 767px) {
  .post .post-author .author-photo {
    margin: 0 14px 0 0;
  }
}
.post .post-author .author-photo img {
  min-width: 84px;
  height: 84px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .post .post-author .author-photo img {
    min-width: 66px;
    height: 66px;
  }
}
.post .post-author .author-info .author-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: var(--textColor);
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .post .post-author .author-info .author-name {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 8px;
  }
}
.post .post-author .author-info .author-post {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: var(--textColor);
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .post .post-author .author-info .author-post {
    margin: 0 0 8px;
    font-size: 13px;
    line-height: 21px;
  }
}
.post .post-author .author-info .author-post img {
  margin: 0 0 0 8px;
  max-width: 56px;
}
@media (max-width: 767px) {
  .post .post-author .author-info .author-post img {
    margin: 6px 0 0 3px;
  }
}
.post .post-author .author-info a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .post .post-author .author-info a {
    font-weight: 700;
    font-size: 10px;
    line-height: 15px;
    color: var(--textColor);
  }
}
.post .post-author .author-info a:hover {
  text-decoration: none;
}

.page-comments {
  padding: 0 0 107px;
}
@media (max-width: 767px) {
  .page-comments {
    padding: 0 0 10px;
  }
}
.page-comments .not-authorized {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}
.page-comments .not-authorized a {
  border-bottom: 1px dashed #000;
}
.page-comments .not-authorized a:hover {
  border-color: transparent;
}
.page-comments .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .page-comments .title {
    font-size: 16px;
    line-height: 19px;
    margin: 0 0 13px;
  }
}
.page-comments .title span {
  color: #9FA8B0;
}
@media (max-width: 767px) {
  .page-comments .my-comment .btn {
    padding: 0 50px;
    font-size: 13px;
  }
}
.page-comments .my-comment textarea {
  background: #EFF3F3;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  min-height: 113px;
  word-break: break-word;
  margin: 0 0 30px;
  font-weight: 400;
  font-size: 14px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .page-comments .my-comment textarea {
    padding: 14px 12px;
    margin: 0 0 20px;
  }
}
.page-comments .my-comment textarea::-webkit-input-placeholder {
  color: #9fa8b0;
}
.page-comments .my-comment textarea::-moz-placeholder {
  color: #9fa8b0;
}
.page-comments .my-comment textarea:-ms-input-placeholder {
  color: #9fa8b0;
}
.page-comments .my-comment textarea:-moz-placeholder {
  color: #9fa8b0;
}
.page-comments .my-comment textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.page-comments .my-comment textarea:focus::-moz-placeholder {
  color: transparent;
}
.page-comments .my-comment textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.page-comments .my-comment textarea:focus:-moz-placeholder {
  color: transparent;
}
.page-comments .comments_wrap {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .page-comments .comments_wrap {
    margin: 30px 0 0;
  }
}
.page-comments .comment-content {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .page-comments .comment-content {
    margin: 0 0 20px;
  }
}
.page-comments .comment-content .comment-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .page-comments .comment-content .comment-header {
    margin: 0 0 12px;
  }
}
.page-comments .comment-content .comment-header .author-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-comments .comment-content .comment-header .author-icon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin: 0 8px 0 0;
}
.page-comments .comment-content .comment-header .author-icon p {
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: var(--textColor);
  margin: 0;
}
.page-comments .comment-content .comment-header .date {
  font-size: 12px;
  line-height: 18px;
  color: #9FA8B0;
  margin: 0;
}
.page-comments .comment-content .comment-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .page-comments .comment-content .comment-text {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 21px;
  }
}
.page-comments .comment-content .comment-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-comments .comment-content .comment-footer .open-answer_link {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: underline;
  color: var(--textColor);
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .page-comments .comment-content .comment-footer .open-answer_link {
    font-size: 13px;
    line-height: 21px;
  }
}
.page-comments .comment-content .comment-footer .open-answer_link:hover {
  text-decoration: none;
}
.page-comments .comment-content .comment-footer .like {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  color: var(--textColor);
}
.page-comments .comment-content .comment-footer .like img {
  margin: 0 6px 4px 0;
  transition: all 0.3s ease;
  filter: grayscale(1);
}
.page-comments .comment-content .comment-footer .like.active img {
  filter: grayscale(0);
}
.page-comments .answer {
  padding: 0 0 0 41px;
  position: relative;
}
@media (max-width: 767px) {
  .page-comments .answer {
    padding: 0 0 0 31px;
  }
}
.page-comments .answer.answer-form + .answer:before {
  content: "";
  position: absolute;
  left: 15px;
  top: -6px;
  width: 17px;
  height: 20px;
  background: url("../images/comment-answer.svg") center no-repeat;
}
@media (max-width: 767px) {
  .page-comments .answer.answer-form + .answer:before {
    left: 3px;
  }
}
.page-comments .answer .comment-content .comment-footer {
  justify-content: flex-end;
}
.page-comments .answer .comment.my-comment {
  display: none;
  margin: 0 0 30px;
}
.page-comments .answer.open .comment.my-comment {
  display: block;
}

.stay-author {
  padding: 30px 35px;
  background: #0066FF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .stay-author {
    flex-wrap: wrap;
    padding: 30px;
    margin: 0;
    border-radius: 10px;
  }
}
.stay-author__left {
  position: absolute;
  left: 30px;
  top: 30px;
  max-width: 310px;
}
@media (max-width: 767px) {
  .stay-author__left {
    max-width: 100%;
    width: 100%;
    margin: 0 0 13px;
    position: static;
  }
  .stay-author__left img {
    max-width: 204px;
    margin: 0 auto;
  }
}
.stay-author__right {
  width: calc(100% - 323px);
}
@media (max-width: 767px) {
  .stay-author__right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.stay-author__right p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .stay-author__right p {
    font-size: 15px;
    line-height: 21px;
  }
}
.stay-author__right .btn {
  padding: 0 50px;
}
@media (max-width: 767px) {
  .stay-author__right .btn {
    font-size: 13px;
  }
}

.section-course.section-project .blue-envelope:after {
  width: 538px;
  height: 361px;
  background-size: contain;
  right: 210px;
}
@media (max-width: 991px) {
  .section-course.section-project .blue-envelope:after {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .section-course.section-project .blue-envelope:after {
    width: 412px;
    height: 300px;
    left: auto;
    right: 10px;
    background-size: contain;
    bottom: 120px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .section-course.section-project .blue-envelope__right {
    margin: 0;
  }
}

.section-faq.section-participate {
  padding: 100px 0 116px;
  background: #EFF3F3;
  position: relative;
}
@media (max-width: 767px) {
  .section-faq.section-participate {
    padding: 30px 0 0;
  }
}
.section-faq.section-participate::before {
  content: "";
  position: absolute;
  left: 0px;
  top: -75px;
  width: 750px;
  height: 917px;
  background: url("../images/faq-project-before.svg") center no-repeat;
}
@media (max-width: 767px) {
  .section-faq.section-participate::before {
    content: none;
  }
}
@media (min-width: 1200.02px) {
  .section-faq.section-participate .container {
    max-width: 1310px;
  }
}
.section-faq.section-participate .section-title {
  padding: 0 70px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-faq.section-participate .section-title {
    padding: 0;
    margin: 0 0 19px;
  }
}
.section-faq.section-participate .faq-wrapper {
  background: #FFFFFF;
  border-radius: 30px;
  align-items: initial;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-faq.section-participate .faq-wrapper {
    border-radius: 0;
    background: transparent;
  }
}
.section-faq.section-participate .faq-wrapper__left {
  padding: 50px 64px 50px 70px;
  width: calc(100% - 470px);
  max-width: 100%;
}
@media (max-width: 1200px) {
  .section-faq.section-participate .faq-wrapper__left {
    width: calc(100% - 400px);
  }
}
@media (max-width: 991px) {
  .section-faq.section-participate .faq-wrapper__left {
    width: 100%;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .section-faq.section-participate .faq-wrapper__left {
    padding: 3px 10px;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 30px;
  }
}
.section-faq.section-participate .faq-wrapper__left .collapse-item:nth-child(1) {
  border-top: none;
}
@media (max-width: 767px) {
  .section-faq.section-participate .faq-wrapper__left .collapse-item:nth-last-child(1) {
    border-bottom: none;
  }
}
.section-faq.section-participate .faq-wrapper__left .collapse-item .collapse-body {
  padding-bottom: 0;
}
.section-faq.section-participate .faq-wrapper__left .collapse-item .collapse-body ul {
  list-style-type: none;
}
.section-faq.section-participate .faq-wrapper__left .collapse-item .collapse-body ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
  margin: 0 0 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  list-style-type: none;
}
@media (max-width: 767px) {
  .section-faq.section-participate .faq-wrapper__left .collapse-item .collapse-body ul li {
    font-size: 13px;
    line-height: 21px;
  }
}
.section-faq.section-participate .faq-wrapper__left .collapse-item .collapse-body ul li .flags-courses {
  margin: 5px 0 0 10px;
}
.section-faq.section-participate .faq-wrapper__left .collapse-item .collapse-body ul li:before {
  content: "";
  display: inline-flex;
  align-items: center;
  min-width: 16px;
  height: 16px;
  background: url("../images/collapse-check.svg") center no-repeat;
  margin: 4px 12px 0 0;
}
@media (max-width: 767px) {
  .section-faq.section-participate .faq-wrapper__left .collapse-item .collapse-body ul li:before {
    min-width: 14px;
    height: 14px;
    background-size: contain;
  }
}
.section-faq.section-participate .faq-wrapper__right {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 1200px) {
  .section-faq.section-participate .faq-wrapper__right {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .section-faq.section-participate .faq-wrapper__right {
    width: calc(100% + 20px);
    max-width: initial;
  }
}
.section-faq.section-participate .faq-wrapper__right .consult-form {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-faq.section-participate .faq-wrapper__right .consult-form .form-group-wrapper {
  width: 100%;
}
.section-faq.section-participate .faq-wrapper__right .consult-form__call {
  width: 100%;
}
.section-faq.section-participate .faq-wrapper__right .consult-form .dropdown {
  width: 100%;
}
.section-faq.section-participate.wo-form .faq-wrapper__left {
  width: 100%;
  max-width: 100%;
}

.section-stages {
  padding: 100px 0 20px;
}
@media (max-width: 767px) {
  .section-stages {
    padding: 30px 0 0;
  }
}
.section-stages .section-title {
  margin: 0 0 51px;
}
@media (max-width: 767px) {
  .section-stages .section-title {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-stages [class*=col-] {
    margin: 0 0 30px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .section-stages [class*=col-] {
    margin: 0 0 8px;
  }
}

.stage {
  padding: 40px 20px 20px;
  border: 2px solid #EFF3F3;
  border-radius: 20px;
  position: relative;
  height: 100%;
}
@media (max-width: 767px) {
  .stage {
    padding: 14px 12px 14px 54px;
    border-radius: 10px;
  }
}
.stage-number {
  position: absolute;
  left: 20px;
  top: -19px;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EFF3F3;
  border-radius: 50%;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
@media (max-width: 767px) {
  .stage-number {
    top: 14px;
    left: 16px;
    width: 26px;
    height: 26px;
    font-size: 13px;
    line-height: 21px;
  }
}
.stage-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #FD6E22;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .stage-title {
    font-size: 15px;
    line-height: 21px;
  }
}
.stage-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .stage-description {
    font-size: 13px;
    line-height: 21px;
  }
}

.section-level {
  padding: 0 0 60px;
}
@media (max-width: 767px) {
  .section-level {
    padding: 30px 0 0;
  }
}
@media (min-width: 1200.02px) {
  .section-level .container {
    max-width: 1310px;
  }
}
.section-level .blue-envelope {
  margin: 0;
  padding: 70px;
}
.section-level .blue-envelope__button .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .section-level .blue-envelope {
    width: 100%;
    padding: 30px 14px;
  }
  .section-level .blue-envelope__title {
    font-size: 20px;
    line-height: 23px;
    margin: 0 0 24px;
  }
}
.section-level .blue-envelope:before, .section-level .blue-envelope:after {
  content: none;
}
.section-level .blue-envelope__right {
  right: 70px;
  bottom: 32px;
  max-height: 314px;
}
@media (max-width: 1200px) {
  .section-level .blue-envelope__right {
    display: none;
  }
}

.section-project-courses {
  padding: 45px 0 50px;
}
@media (max-width: 767px) {
  .section-project-courses {
    padding: 15px 0;
  }
}
.section-project-courses .course {
  height: 100%;
}
@media (max-width: 767px) {
  .section-project-courses .course {
    height: initial;
  }
}
.section-project-courses .row {
  margin: 0 -7px;
}
.section-project-courses .row [class*=col-] {
  padding: 0 7px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-project-courses .row [class*=col-] {
    margin: 0px;
  }
}

.section-password {
  padding: 5px 0 102px;
}
.section-password .section-title {
  font-size: 24px;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .section-password .section-title {
    font-size: 20px;
  }
}
.section-password form {
  max-width: 920px;
  margin: 0 auto;
  background: #fff;
  border-radius: 30px;
  padding: 50px 230px;
}
@media (max-width: 991px) {
  .section-password form {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .section-password form {
    padding: 25px 10px;
    border-radius: 10px;
  }
}
.section-password form .add-info {
  font-weight: 500;
  color: #9FA8B0;
  font-size: 12px;
  padding: 0 0 0 20px;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .section-password form .add-info {
    font-size: 10px;
  }
}
.section-password form .btn {
  min-width: 100%;
}

.section-platform {
  padding: 15px 0 35px;
}
@media (max-width: 767px) {
  .section-platform {
    padding: 0 0 30px;
  }
}
.section-platform .section-title {
  margin: 0 0 60px;
}
@media (max-width: 767px) {
  .section-platform .section-title {
    margin: 0 0 25px;
  }
}
.section-platform .platform-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 48px;
}
@media (max-width: 767px) {
  .section-platform .platform-items {
    margin: 0;
  }
}
.section-platform .platform-items .platform-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 991px) {
  .section-platform .platform-items .platform-item {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.section-platform .platform-items .platform-item:nth-child(1) {
  margin: 0 0 0 66px;
}
@media (max-width: 1200px) {
  .section-platform .platform-items .platform-item:nth-child(1) {
    margin: 0;
  }
}
.section-platform .platform-items .platform-item:nth-child(3) {
  margin: -100px 0 0 115px;
}
@media (max-width: 1200px) {
  .section-platform .platform-items .platform-item:nth-child(3) {
    margin: 45px 0 0;
  }
}
@media (max-width: 991px) {
  .section-platform .platform-items .platform-item:nth-child(3) {
    margin: 0;
  }
}
.section-platform .platform-items .platform-item:nth-child(3) .platform-item__info p {
  margin: 25px 0 31px;
}
.section-platform .platform-items .platform-item__img {
  margin: 0 13px 0 0;
}
@media (max-width: 991px) {
  .section-platform .platform-items .platform-item__img {
    order: 2;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.section-platform .platform-items .platform-item__img .cat img {
  -webkit-animation-name: cat;
  animation-name: cat;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.section-platform .platform-items .platform-item__img img {
  max-width: initial;
}
.section-platform .platform-items .platform-item__img p {
  display: none;
  color: var(--textColor);
  font-size: 18px;
  font-weight: 500;
  line-height: 25.6px;
}
.section-platform .platform-items .platform-item__img p small {
  font-weight: 700;
  display: contents;
}
@media (max-width: 991px) {
  .section-platform .platform-items .platform-item__img p {
    display: block;
  }
}
@media (max-width: 767px) {
  .section-platform .platform-items .platform-item__img p {
    font-size: 14px;
    line-height: 19px;
  }
}
.section-platform .platform-items .platform-item__info {
  max-width: 382px;
}
@media (max-width: 991px) {
  .section-platform .platform-items .platform-item__info {
    order: 1;
    width: 100%;
    max-width: 100%;
  }
  .section-platform .platform-items .platform-item__info img {
    position: absolute;
    right: 0px;
    top: 50%;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .section-platform .platform-items .platform-item__info img {
    max-width: 47px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .section-platform .platform-items .platform-item__info .bottom-info {
    display: none;
  }
}
.section-platform .platform-items .platform-item__info span {
  position: absolute;
  left: -26px;
  top: -15px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #009045;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 25.6px;
  background: #EFF3F3;
  z-index: 3;
}
@media (max-width: 991px) {
  .section-platform .platform-items .platform-item__info span {
    position: static;
    margin: 0 17px 0 0;
  }
}
@media (max-width: 767px) {
  .section-platform .platform-items .platform-item__info span {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 25px;
  }
}
.section-platform .platform-items .platform-item__info p {
  color: var(--textColor);
  font-size: 18px;
  font-weight: 500;
  line-height: 25.6px;
  margin: 0 0 50px;
}
@media (max-width: 991px) {
  .section-platform .platform-items .platform-item__info p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 25px;
  }
  .section-platform .platform-items .platform-item__info p br {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-platform .platform-items .platform-item__info p {
    margin-top: 0 !important;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px !important;
  }
}
.section-platform .platform-items .platform-item__info p small {
  font-weight: 700;
  display: contents;
}
.section-platform .platform-items .platform-item.diff {
  align-items: center;
  margin: 28px 0 0;
}
@media (max-width: 991px) {
  .section-platform .platform-items .platform-item.diff {
    margin: 0 0 25px;
  }
}
.section-platform .platform-items .platform-item.diff .platform-item__info {
  position: relative;
  z-index: 3;
}
.section-platform .platform-items .platform-item.diff .platform-item__info p {
  margin: 0 -10px 0 0;
}
.section-platform .collapse-item {
  padding: 32px 0;
}
@media (max-width: 767px) {
  .section-platform .collapse-item {
    padding: 13px 0;
  }
}
.section-platform .collapse-item:nth-child(1) {
  border-top: 1px solid #dedede;
}
@media (max-width: 767px) {
  .section-platform .collapse-item:nth-child(1) {
    border-top: none;
  }
}
.section-platform .collapse-item .collapse-body {
  padding: 24px 42px 0 0;
}
@media (max-width: 767px) {
  .section-platform .collapse-item .collapse-body {
    padding: 15px 0 0;
  }
  .section-platform .collapse-item .collapse-body p {
    font-size: 14px;
  }
}
.section-platform.platform-second .platform-items .platform-item:nth-child(1) {
  margin: 0 0 0 31px;
  max-width: 540px;
}
@media (max-width: 991px) {
  .section-platform.platform-second .platform-items .platform-item:nth-child(1) {
    max-width: 100%;
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .section-platform.platform-second .platform-items .platform-item:nth-child(1) .platform-item__img {
    position: relative;
    right: 20px;
  }
  .section-platform.platform-second .platform-items .platform-item:nth-child(1) .platform-item__img img {
    max-width: 169px;
  }
}
.section-platform.platform-second .platform-items .platform-item:nth-child(1) .platform-item__info p {
  margin: 15px 0 14px;
}
.section-platform.platform-second .platform-items .platform-item:nth-child(2) {
  width: calc(100% - 577px);
}
@media (max-width: 991px) {
  .section-platform.platform-second .platform-items .platform-item:nth-child(2) {
    width: 100%;
    margin: 0 0 15px;
  }
}
.section-platform.platform-second .platform-items .platform-item:nth-child(2) .platform-item__info p {
  margin: 15px 0 5px;
}
.section-platform.platform-second .platform-items .platform-item:nth-child(3) {
  margin: 43px 0 0 115px;
}
@media (max-width: 1200px) {
  .section-platform.platform-second .platform-items .platform-item:nth-child(3) {
    margin: 43px 0 0;
  }
}
@media (max-width: 991px) {
  .section-platform.platform-second .platform-items .platform-item:nth-child(3) {
    margin: 0 0 25px;
  }
}
@media (max-width: 767px) {
  .section-platform.platform-second .platform-items .platform-item:nth-child(3) .platform-item__info img {
    top: 40%;
  }
}
.section-platform.platform-second .platform-items .platform-item.diff {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  max-width: 242px;
  margin: 88px 0 0;
}
@media (max-width: 991px) {
  .section-platform.platform-second .platform-items .platform-item.diff {
    max-width: 100%;
    margin: 0 0 25px;
  }
}
.section-platform.platform-second .platform-items .platform-item.diff .platform-item__img {
  margin: 0 0 21px;
}
@media (max-width: 991px) {
  .section-platform.platform-second .platform-items .platform-item.diff .platform-item__img {
    order: 1;
    margin: 0 auto 25px;
  }
}

@-webkit-keyframes cat {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes cat {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  75% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.section-web-reports__block {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  padding: 70px 70px;
  border-radius: 10px;
  background: #fff;
  position: relative;
  z-index: 1;
}

.section-web-reports__block .section-title {
  text-align: center;
}

.section-web-reports__block:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: -1;
  background: url(/images/pic/largae-icon2.png) center no-repeat;
  width: 236px;
  height: 225px;
}

.section-web-reports .schedule .title {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

.section-web-reports .schedule.registration .title {
  margin-left: 40px;
}

.section-web-reports .schedule.payments .title {
  margin-left: 40px;
}

.section-web-reports .schedule {
  margin-top: 40px;
}

.section-web-reports .schedule .top-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section-web-reports .schedule img {
  width: 100%;
  object-fit: cover;
}

.section-web-reports .directly-sheudle {
  margin-top: 20px;
}

.section-web-reports .schedule .date {
  border: none;
  outline: none;
  background-size: 11px;
  font-size: 14px;
  color: #1ca4de;
  display: flex;
  align-items: center;
}

.section-web-reports .schedule select {
  background: url(/images/pic/arrow-down.png) right no-repeat;
  border: none;
  outline: none;
  background-size: 11px;
  padding-right: 20px;
  font-size: 14px;
  color: #1ca4de;
  font-family: "ProximaNova-Regular", sans-serif;
}

.section-web-reports .schedule .top-info span {
  color: #333;
  font-size: 14px;
  margin-right: 10px;
  font-family: "ProximaNova-Semibold", sans-serif;
}

.section-web-reports .schedule .title {
  font-size: 20px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .section-web-reports__block {
    padding: 40px;
  }
}
@media screen and (max-width: 575px) {
  .section-web-reports__block {
    padding: 15px;
  }
}
@media screen and (max-width: 575px) {
  .section-web-reports .schedule .top-info .title {
    margin-left: 0;
  }
  .section-web-reports .schedule .top-info {
    flex-wrap: wrap;
    margin: 0 0 0 30px;
  }
}
.section-lectors {
  position: relative;
  padding: 21px 0 93px;
}
@media (max-width: 767px) {
  .section-lectors {
    padding: 0 0 40px;
  }
}
@media (min-width: 1200.02px) {
  .section-lectors .container {
    max-width: 1310px;
  }
}
.section-lectors .lectors-wrapper {
  padding: 80px 68px 85px;
  background: url("../images/lectors-bg.png") center no-repeat #0066FF;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  margin: 0 0 67px;
}
@media (max-width: 991px) {
  .section-lectors .lectors-wrapper {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .section-lectors .lectors-wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px 25px;
    border-radius: 10px;
    padding: 25px 10px 35px;
  }
}
.section-lectors .lectors-wrapper:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -175px;
  transform: translateX(-50%);
  background: url(../images/lectors-before.svg) center no-repeat;
  width: 1820px;
  height: 742px;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-lectors .lectors-wrapper:after {
    content: none;
  }
}
.section-lectors .lectors-wrapper .lectors-title {
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section-lectors .lectors-wrapper .lectors-title {
    font-size: 24px;
    margin: 0 0 16px;
  }
}
@media (max-width: 991px) {
  .section-lectors .lectors-dots {
    display: none;
  }
}
.section-lectors .lectors-dots picture {
  position: absolute;
}
.section-lectors .lectors-dots picture:nth-child(1) {
  left: 87px;
  top: 10px;
}
.section-lectors .lectors-dots picture:nth-child(2) {
  left: 582px;
  bottom: 8px;
}
.section-lectors .lectors-dots picture:nth-child(3) {
  right: 487px;
  top: 9px;
}
.section-lectors .lectors-dots picture:nth-child(4) {
  right: 14px;
  bottom: 18px;
}
.section-lectors form {
  width: 453px;
}
@media (max-width: 767px) {
  .section-lectors form {
    width: 100%;
  }
}
.section-lectors form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 4px;
  top: 4px;
  height: calc(100% - 8px);
  width: 106px;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  min-height: 33px;
  border-radius: 3px;
}
.section-lectors form .btn:before, .section-lectors form .btn:after {
  border-radius: 3px;
}
@media (max-width: 767px) {
  .section-lectors form .btn {
    border-radius: 300px;
    width: 82px;
  }
  .section-lectors form .btn:before, .section-lectors form .btn:after {
    border-radius: 300px;
  }
}
@media (max-width: 991px) {
  .section-lectors form {
    order: 3;
    width: 100%;
    margin: 20px 0 0;
  }
}
.section-lectors form .form-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  min-height: 41px;
}
@media (max-width: 767px) {
  .section-lectors form .form-group {
    min-height: 45px;
  }
}
.section-lectors form .form-group i {
  padding: 0;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 3;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
}
.section-lectors form .form-group .form-input {
  width: calc(100% - 110px);
  min-height: 41px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #d3d3d3;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  background: #fff;
  padding: 0 115px 0 38px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .section-lectors form .form-group .form-input {
    border-radius: 300px;
    min-height: 45px;
    padding: 0 95px 0 38px;
  }
}
.section-lectors .lectors-list {
  max-width: 1140px;
  margin: 0 auto;
}
.section-lectors [class*=col-] {
  margin: 0 0 10px;
}
.section-lectors .lector.lector-small {
  min-height: 149px;
  align-items: flex-start;
}
.section-lectors .lector.lector-small:hover {
  border-color: #FD6E22;
}
@media (max-width: 767px) {
  .section-lectors .lector.lector-small {
    min-height: initial;
  }
}
.section-lectors .lector.lector-small .lector-description__post {
  min-height: 43px;
  align-items: flex-start;
}
.section-lectors .page-pagination {
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .section-lectors .page-pagination {
    margin: 10px 0 0;
  }
}

.section-lector {
  padding: 21px 0 93px;
}
@media (max-width: 767px) {
  .section-lector {
    padding: 0 0 40px;
  }
}
@media (min-width: 1200.02px) {
  .section-lector .container {
    max-width: 1310px;
  }
}
.section-lector .lector-envelope {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 80px 70px 50px;
  border-radius: 30px;
  background: #06F;
  position: relative;
  margin: 0 0 33px;
}
@media (max-width: 991px) {
  .section-lector .lector-envelope {
    flex-wrap: wrap;
    padding: 30px 30px 15px;
  }
}
@media (max-width: 767px) {
  .section-lector .lector-envelope {
    padding: 25px 10px 15px;
    border-radius: 10px;
    width: calc(100% + 20px);
    margin: 0 -10px 15px;
  }
}
.section-lector .lector-envelope .lector-dots picture {
  position: absolute;
}
.section-lector .lector-envelope .lector-dots picture:nth-child(1) {
  top: 10px;
  right: 535px;
}
.section-lector .lector-envelope .lector-dots picture:nth-child(2) {
  bottom: 6px;
  right: 70px;
}
.section-lector .lector-envelope:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -175px;
  transform: translateX(-50%);
  background: url("../images/lectors-before.svg") center no-repeat;
  width: 1820px;
  height: 742px;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-lector .lector-envelope:before {
    content: none;
  }
}
.section-lector .lector-envelope:after {
  content: "";
  position: absolute;
  right: 201px;
  top: 2px;
  background: url("../images/lector-after.svg") center no-repeat;
  background-size: contain;
  width: 644px;
  height: 433px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-lector .lector-envelope:after {
    right: 10px;
    top: initial;
    bottom: 15px;
    width: 412px;
    height: 278px;
    background-size: contain;
  }
}
.section-lector .lector-envelope .left-side {
  max-width: 608px;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .section-lector .lector-envelope .left-side {
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .section-lector .lector-envelope .left-side {
    max-width: 100%;
  }
}
.section-lector .lector-envelope .right-side {
  width: calc(100% - 608px);
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 70px 0 30px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .section-lector .lector-envelope .right-side {
    width: calc(100% - 500px);
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-lector .lector-envelope .right-side {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    justify-content: center;
    margin: 20px 0 0;
  }
}
.section-lector .lector-envelope .right-side img {
  min-width: 383px;
  max-width: 383px;
  height: 383px;
  border-radius: 50%;
  border: 3px solid #fff;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1200px) {
  .section-lector .lector-envelope .right-side img {
    min-width: 280px;
    max-width: 280px;
    height: 280px;
  }
}
.section-lector .lector-envelope__title {
  color: #fff;
  font-size: 41px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section-lector .lector-envelope__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 16px;
  }
}
.section-lector .lector-envelope__description {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 34px;
}
@media (max-width: 1200px) {
  .section-lector .lector-envelope__description {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .section-lector .lector-envelope__description {
    font-weight: 500;
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 16px;
  }
}
.section-lector .lector-envelope__courses p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 25.6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 9px;
}
@media (max-width: 767px) {
  .section-lector .lector-envelope__courses p {
    font-size: 16px;
    line-height: 19px;
  }
}
.section-lector .lector-envelope__courses p svg {
  margin: 0 12px 0 0;
}
.section-lector .lector-envelope__courses ul {
  padding: 0 0 0 10px;
}
.section-lector .lector-envelope__courses ul li {
  margin: 0 0 9px;
}
@media (max-width: 767px) {
  .section-lector .lector-envelope__courses ul li {
    margin: 0 0 5px;
  }
}
.section-lector .lector-envelope__courses ul li:nth-last-child(1) {
  margin: 0;
}
.section-lector .lector-envelope__courses ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  text-decoration-line: underline;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section-lector .lector-envelope__courses ul li a {
    font-size: 14px;
    line-height: 19px;
  }
}
.section-lector .lector-envelope__courses ul li a:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
  margin: 0 11px 0 0;
}
.section-lector .lector-envelope__courses ul li a:hover {
  text-decoration: none;
}
.section-lector .lector-information {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.section-lector .lector-information:before {
  content: "";
  position: absolute;
  right: -294px;
  bottom: -190px;
  width: 639px;
  height: 430px;
  background: url(../images/small-video-after.svg) center no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-lector .lector-information:before {
    content: none;
  }
}
.section-lector .lector-information:after {
  content: "";
  position: absolute;
  right: -96px;
  bottom: -134px;
  width: 248px;
  height: 248px;
  background: #0066FF;
  opacity: 0.3;
  filter: blur(107.779px);
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-lector .lector-information:after {
    content: none;
  }
}
.section-lector .lector-socials {
  max-width: 1140px;
  margin: 0 auto;
}
.section-lector .lector-socials p {
  margin: 0 0 15px;
  color: var(--textColor);
  font-size: 16px;
  font-weight: 700;
}
.section-lector .lector-socials ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .section-lector .lector-socials ul {
    overflow: auto;
  }
}
.section-lector .lector-socials ul li {
  margin: 0 32px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-lector .lector-socials ul li:nth-last-child(1) {
  margin: 0;
}
.section-lector .lector-socials ul li:nth-child(1) a:hover {
  background: #1d52a1;
}
.section-lector .lector-socials ul li:nth-child(2) a:hover {
  background: #35aee2;
}
.section-lector .lector-socials ul li:nth-child(3) a:hover {
  background: #1d9bf0;
}
.section-lector .lector-socials ul li:nth-child(4) a:hover {
  background: #ff0000;
}
.section-lector .lector-socials ul li:nth-child(5) a:hover {
  background: #1870b1;
}
.section-lector .lector-socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #EFF3F3;
  border-radius: 16px;
  margin: 0 0 12px;
}
.section-lector .lector-socials ul li a img {
  transition: all 0.3s ease;
}
.section-lector .lector-socials ul li a:hover img {
  filter: brightness(0) invert(1);
}
.section-lector .lector-socials ul li span {
  font-size: 12px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.info-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #EFF3F3;
  background: #FFF;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .info-wrapper {
    padding: 20px 14px;
    margin: 0 0 10px;
    flex-wrap: wrap;
  }
}
.info-wrapper__icon {
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .info-wrapper__icon {
    margin: 0 0 10px;
  }
}
.info-wrapper__content--title {
  color: var(--textColor);
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .info-wrapper__content--title {
    font-size: 18px;
    line-height: 21px;
  }
}
.info-wrapper__text p {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}
@media (max-width: 767px) {
  .info-wrapper__text p {
    font-size: 14px;
    line-height: 23px;
  }
}
.info-wrapper__text ul {
  list-style-type: disc;
  padding: 0 0 0 15px;
}
.info-wrapper__text ul li {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .info-wrapper__text ul li {
    margin: 0 0 5px;
  }
}
.info-wrapper__text ul li:nth-last-child(1) {
  margin: 0;
}
.info-wrapper__text ul li a {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  text-decoration-line: underline;
}
@media (max-width: 767px) {
  .info-wrapper__text ul li a {
    font-size: 14px;
    line-height: 23px;
  }
}
.info-wrapper__text ul li a:hover {
  text-decoration: none;
}
.info-wrapper.grey-wrapper {
  padding: 20px;
  border: none;
  background: #EFF3F3;
}
.info-wrapper.grey-wrapper .info-wrapper__text .btn {
  margin: 10px 0 0;
}
.info-wrapper.grey-wrapper .info-wrapper__text .btn:hover {
  background: #fd6e22;
}

.section-partnership {
  padding: 26px 0 86px;
}
@media (max-width: 991px) {
  .section-partnership {
    padding: 26px 0 50px;
  }
}
@media (max-width: 767px) {
  .section-partnership {
    padding: 4px 0 5px;
  }
}
.section-partnership .partnership-envelope {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.section-partnership .partnership-envelope__left {
  max-width: 685px;
}
@media (max-width: 991px) {
  .section-partnership .partnership-envelope__left {
    max-width: 100%;
  }
}
.section-partnership .partnership-envelope__right {
  width: calc(100% - 400px);
  position: absolute;
  right: -280px;
  top: -100px;
}
@media (max-width: 1200px) {
  .section-partnership .partnership-envelope__right {
    right: -225px;
    top: -30px;
  }
}
@media (max-width: 991px) {
  .section-partnership .partnership-envelope__right {
    display: none;
  }
}
.section-partnership .partnership-envelope__title {
  color: var(--textColor);
  font-size: 41px;
  font-weight: 700;
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .section-partnership .partnership-envelope__title {
    font-size: 20px;
  }
}
.section-partnership .partnership-envelope__description {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  margin: 0 0 23px;
  max-width: 563px;
}
@media (max-width: 991px) {
  .section-partnership .partnership-envelope__description {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-partnership .partnership-envelope__description {
    font-size: 13px;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .section-partnership .partnership-envelope__btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-partnership .partnership-envelope__btns .btn {
    max-width: 128px;
    font-size: 12px;
    width: 100%;
    padding: 9.6px 19px;
  }
}
.section-partnership .partnership-envelope__btns .btn-orange__bordered {
  font-size: 14px;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .section-partnership .partnership-envelope__btns .btn-orange__bordered {
    font-size: 12px;
    margin: 0;
  }
}

.section-text {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .section-text {
    padding: 30px 0 15px;
  }
  .section-text .section-title {
    margin: 0 0 15px;
  }
}
.section-text .row p {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}
@media (max-width: 767px) {
  .section-text .row p {
    font-size: 13px;
    margin: 0 0 15px;
  }
}

.section-reward {
  padding: 100px 0 120px;
}
@media (max-width: 991px) {
  .section-reward {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .section-reward {
    padding: 15px 0;
  }
}
.section-reward .reward-alert {
  padding: 23px 32px;
  border-radius: 10px;
  background: #F4F4F4;
  max-width: 807px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 32px;
}
@media (max-width: 767px) {
  .section-reward .reward-alert {
    width: calc(100% + 20px);
    margin: 0 -10px 30px;
    padding: 30px 11px;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section-reward .reward-alert p {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  max-width: 595px;
}
@media (max-width: 767px) {
  .section-reward .reward-alert p {
    order: 2;
    max-width: 100%;
    font-size: 13px;
  }
}
.section-reward .reward-alert img {
  margin: 0 31px 0 0;
}
@media (max-width: 767px) {
  .section-reward .reward-alert img {
    margin: 0 0 20px;
  }
}
.section-reward .nav-tabs .nav-item .nav-link {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .section-reward .nav-tabs .nav-item .nav-link {
    padding: 0 14px;
  }
}
.section-reward .tab-content .row {
  margin: 0 -2px;
}
.section-reward .tab-content [class*=col-] {
  padding: 0 2px;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-reward .tab-content [class*=col-] {
    margin: 0 0 10px;
  }
}
.section-reward .tab-content .course {
  height: 100%;
}
@media (max-width: 767px) {
  .section-reward .tab-content .course {
    height: initial;
  }
}
@media (max-width: 767px) {
  .section-reward .tab-content .course .btn {
    margin: 0 auto;
  }
}
.section-reward .tab-content .conf-item {
  margin: 0 -70px 30px;
  width: calc(100% + 140px);
}
@media (max-width: 1200px) {
  .section-reward .tab-content .conf-item {
    width: 100%;
    margin: 0 0 30px;
  }
}

.section-money {
  background: #0066FF;
}
.section-money .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-top: 70px;
  padding-bottom: 51px;
}
@media (max-width: 767px) {
  .section-money .container {
    flex-wrap: wrap;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section-money .container .left-side {
  max-width: 774px;
}
@media (max-width: 1200px) {
  .section-money .container .left-side {
    max-width: 575px;
  }
}
@media (max-width: 991px) {
  .section-money .container .left-side {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .section-money .container .left-side {
    max-width: 100%;
  }
}
.section-money .container .left-side .section-title {
  color: #fff;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section-money .container .left-side .section-title {
    font-size: 20px;
    margin: 0 0 12px;
  }
}
.section-money .container .left-side span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .section-money .container .left-side span {
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 32px;
    display: block;
  }
}
.section-money .container .left-side span small {
  font-weight: 800;
}
.section-money .container .right-side {
  position: absolute;
  bottom: -20px;
  right: -113px;
}
@media (max-width: 767px) {
  .section-money .container .right-side {
    position: static;
    width: 100%;
  }
  .section-money .container .right-side img {
    max-height: 128px;
    margin: 0 auto;
  }
}
.section-money.money-payment .container {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-money.money-payment .left-side > span {
  margin: 0 0 20px;
  display: block;
}
@media (max-width: 767px) {
  .section-money.money-payment .left-side > span {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .section-money.money-payment .left-side .currency {
    display: contents;
  }
}
.section-money.money-payment .right-side {
  right: 0;
  top: 57px;
  transform: none;
}
@media (max-width: 991px) {
  .section-money.money-payment .right-side {
    right: -100px;
  }
}
.section-money.money-payment form .form-heading {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .section-money.money-payment form .form-heading {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .section-money.money-payment form .form-heading {
    margin: 0 0 30px;
  }
}
.section-money.money-payment form .form-heading .form-group-wrapper {
  max-width: 320px;
  width: 100%;
  margin: 0;
}
.section-money.money-payment form .form-heading .form-group-wrapper .form-group .form-input {
  background: transparent;
  border: 1px solid #fff;
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .section-money.money-payment form .form-heading .form-group-wrapper .form-group .form-input {
    border-radius: 30px;
  }
}
.section-money.money-payment form .form-heading .add-info {
  width: calc(100% - 320px);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 16px;
}
@media (max-width: 991px) {
  .section-money.money-payment form .form-heading .add-info {
    width: 100%;
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  .section-money.money-payment form .form-heading .add-info {
    margin: 10px 0 0;
  }
}
@media (max-width: 767px) {
  .section-money.money-payment form .btn {
    margin: 0 auto 30px;
    display: block;
  }
}

.section-stages.partner-stages {
  background: #EFF3F3;
}
.section-stages.partner-stages .section-title {
  position: relative;
  z-index: 3;
}
.section-stages.partner-stages .container {
  position: relative;
}
.section-stages.partner-stages .container:before {
  content: "";
  position: absolute;
  left: -375px;
  top: -170px;
  width: 771px;
  height: 912px;
  background: url("../images/stage-before.svg") center no-repeat;
}
.section-stages.partner-stages [class*=col-] {
  margin: 0 0 49px;
}
@media (max-width: 767px) {
  .section-stages.partner-stages [class*=col-] {
    margin: 0 0 8px;
  }
}
.section-stages.partner-stages .stage {
  background: #fff;
  position: relative;
  z-index: 3;
}
.section-stages.partner-stages .stage-number {
  background: #EFF3F3;
  border: 1px solid #fff;
}

.section-statistic {
  padding: 40px 0 100px;
  background: #EFF3F3;
  position: relative;
}
.section-statistic .container {
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-statistic {
    padding: 15px 0;
  }
}
.section-statistic:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1819px;
  height: 912px;
  background: url("../images/schedule-after.svg") center no-repeat;
}
.section-statistic .stat-items {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 15px 0 55px;
  margin: 0 0 30px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .section-statistic .stat-items {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-statistic .stat-items {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.section-statistic .stat-items .stat-item {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-statistic .stat-items .stat-item {
    margin: 0 0 15px;
  }
}
.section-statistic .stat-items .stat-item p {
  color: #FE9323;
  font-size: 45px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 10px;
  min-height: 57px;
}
@media (max-width: 1200px) {
  .section-statistic .stat-items .stat-item p {
    font-size: 35px;
  }
}
@media (max-width: 991px) {
  .section-statistic .stat-items .stat-item p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-statistic .stat-items .stat-item p {
    min-height: initial;
    font-size: 34px;
    margin: 0;
  }
}
.section-statistic .stat-items .stat-item p .currency {
  font-size: 24px;
  font-weight: 500;
  color: #FE9323;
}
@media (max-width: 991px) {
  .section-statistic .stat-items .stat-item p .currency {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-statistic .stat-items .stat-item p .currency {
    font-size: 20px;
  }
}
.section-statistic .stat-items .stat-item p small {
  font-size: 24px;
  font-weight: 500;
  color: #9FA8B0;
  display: block;
}
@media (max-width: 991px) {
  .section-statistic .stat-items .stat-item p small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .section-statistic .stat-items .stat-item p small {
    font-size: 18px;
  }
}
.section-statistic .stat-items .stat-item span {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
@media (max-width: 767px) {
  .section-statistic .stat-items .stat-item span {
    font-size: 13px;
  }
}

.section-stat-detail {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section-stat-detail {
    padding: 30px 0;
  }
}
.section-stat-detail + .section-faq {
  padding-top: 0;
}
.section-stat-detail .table-overflow {
  margin: 0 0 10px;
}
.section-stat-detail .add-info {
  color: var(--textColor);
  font-size: 12px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
}
.section-stat-detail .table-empty {
  color: var(--textColor);
  font-size: 24px;
  font-weight: 500;
  margin: 30px 0 0;
}
@media (max-width: 767px) {
  .section-stat-detail .table-empty {
    margin: 15px 0 0;
    font-size: 18px;
  }
}

.section-histories {
  padding: 0 0 10px;
}
@media (max-width: 767px) {
  .section-histories {
    padding: 0;
  }
}
@media (min-width: 1200.02px) {
  .section-histories .container {
    max-width: 1310px;
  }
}
.section-histories .blue-envelope {
  background: linear-gradient(135deg, #FD6E22 0%, #FD9822 100%);
  padding: 93px 70px;
  margin: 0 0 46px;
}
@media (max-width: 991px) {
  .section-histories .blue-envelope {
    padding: 30px 30px 0px;
  }
}
@media (max-width: 767px) {
  .section-histories .blue-envelope {
    margin: 0 -10px 25px;
    padding: 25px 10px 0;
  }
}
.section-histories .blue-envelope__left {
  max-width: 562px;
}
.section-histories .blue-envelope__title span {
  margin: 0 0 20px;
  display: block;
  font-size: 15px;
}
@media (max-width: 767px) {
  .section-histories .blue-envelope__title span br {
    display: none;
  }
}
.section-histories .blue-envelope__description {
  margin: 0;
}
@media (max-width: 1200px) {
  .section-histories .blue-envelope__right {
    right: 0;
  }
}
@media (max-width: 767px) {
  .section-histories .blue-envelope__right {
    margin: 16px 0 0;
  }
}
.section-histories .blue-envelope__right img {
  max-height: 100%;
}
@media (max-width: 1200px) {
  .section-histories .blue-envelope__right img {
    max-height: 300px;
  }
}
.section-histories .page-anchors {
  display: flex;
  align-items: center;
  padding: 0 70px;
  margin: 0 -12px;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .section-histories .page-anchors {
    margin: 0 -6px;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .section-histories .page-anchors {
    flex-wrap: wrap;
  }
}
.section-histories .page-anchors li {
  padding: 0 12px;
}
@media (max-width: 1200px) {
  .section-histories .page-anchors li {
    padding: 0 6px;
  }
}
@media (max-width: 991px) {
  .section-histories .page-anchors li {
    width: 50%;
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .section-histories .page-anchors li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.section-histories .page-anchors li .btn {
  width: 100%;
  padding: 7px 49px;
  color: #FD6E22;
  font-size: 16px;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .section-histories .page-anchors li .btn {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .section-histories .page-anchors li .btn {
    font-size: 14px;
  }
}
.section-histories .page-anchors li .btn:hover {
  color: #fff;
}

.section-history {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .section-history {
    padding: 30px 0;
  }
}
.section-history .row:not(.history-row) [class*=col-] {
  margin: 0 0 24px;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .section-history .row:not(.history-row) [class*=col-] {
    margin: 0 0 20px;
  }
}
.section-history.grey-bg {
  background: #EFF3F3;
}
.section-history .page-pagination {
  margin: 16px 0 0;
}
.section-history .article {
  opacity: 1;
  visibility: visible;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #EFF3F3;
  background: #FFF;
  margin: 0;
  height: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .section-history .article {
    padding: 14px 12px;
    border-radius: 10px;
  }
}
.section-history .article:hover {
  border-color: #FD6E22;
}
.section-history .article:after {
  opacity: 0;
  visibility: hidden;
}
.section-history .article-title {
  font-size: 20px;
  margin: 0 0 24px;
}
@media (max-width: 767px) {
  .section-history .article-title {
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 12px;
  }
}
.section-history .article-description {
  min-height: 69px;
}
@media (max-width: 767px) {
  .section-history .article-description {
    min-height: initial;
    font-size: 13px;
    margin: 0 0 12px;
  }
}
.section-history .article-tags {
  margin: auto 0 0;
}
.section-history .article-lector {
  margin: auto 0 0;
}
.section-history .article-author {
  background: #06F;
  border: none;
}
.section-history .article-author .article-img img {
  max-height: 143px;
}
@media (max-width: 767px) {
  .section-history .article .article-lector {
    font-size: 13px;
  }
}
.section-history.first-section {
  padding: 95px 0 115px;
}
@media (max-width: 767px) {
  .section-history.first-section {
    padding: 30px 0;
  }
}
.section-history.first-section .blue-envelope {
  border-radius: 30px;
  background: #FD6E22;
  margin-top: 124px;
}
.section-next-group{
  background: #EFF3F3;
  padding: 10px 0 65px;
}
.section-next-group .blue-envelope{
  border-radius: 30px;
  background: #FD6E22;
  width: 100%;
}
@media (max-width: 991px) {
  .section-history.first-section .blue-envelope {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .section-history.first-section .blue-envelope {
    border-radius: 10px;
    margin: 40px 0 0;
    width: 100%;
    padding: 23px 21px 30px;
  }
}
.section-history.first-section .blue-envelope:before {
  content: none;
}
.section-history.first-section .blue-envelope:after {
  width: 482px;
  height: 324px;
  background-size: contain;
  top: 0;
  right: 19px;
}
@media (max-width: 767px) {
  .section-history.first-section .blue-envelope:after {
    content: none;
  }
}
@media (max-width: 991px) {
  .section-history.first-section .blue-envelope__left {
    order: 2;
  }
}
.section-history.first-section .blue-envelope__title {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .section-history.first-section .blue-envelope__title {
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 7px;
  }
}
.section-history.first-section .blue-envelope__description {
  margin: 0 0 30px;
}
.section-history.first-section .blue-envelope__right {
  bottom: -51px;
  top: auto;
  right: 180px;
}
@media (max-width: 991px) {
  .section-history.first-section .blue-envelope__right {
    order: 1;
    position: static;
  }
}
@media (max-width: 767px) {
  .section-history.first-section .blue-envelope__right {
    margin: 0 0 10px;
  }
  .section-history.first-section .blue-envelope__right img {
    max-height: 149px;
  }
}
.section-history.first-section .blue-envelope .btn {
  padding: 7px 50px;
}
@media (max-width: 767px) {
  .section-history.first-section .blue-envelope .btn {
    padding: 7px 30px;
    min-width: 100%;
  }
}
.section-history.first-section .row:not(.history-row) {
  position: relative;
}
.section-history.first-section .row:not(.history-row):before {
  content: "";
  position: absolute;
  left: -324px;
  top: -156px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: #06F;
  opacity: 0.1000000015;
  filter: blur(107.7786636353px);
}
@media (max-width: 767px) {
  .section-history.first-section .row:not(.history-row):before {
    content: none;
  }
}
.section-history.first-section .row:not(.history-row):after {
  content: "";
  position: absolute;
  right: -378px;
  top: -122px;
  width: 776px;
  height: 796px;
  background: url("../images/first-history-after.svg") center no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .section-history.first-section .row:not(.history-row):after {
    content: none;
  }
}
.section-history.second-section {
  padding: 110px 0 71px;
}
@media (max-width: 767px) {
  .section-history.second-section {
    padding: 30px 0;
  }
}
.section-history.second-section .article {
  border: none;
  background: transparent;
}
.section-history.second-section .article:after {
  opacity: 1;
  visibility: visible;
}
.section-history.second-section .article-description {
  margin: 0;
}
.section-history.second-section .row:not(.history-row) {
  position: relative;
}
.section-history.second-section .row:not(.history-row):before {
  content: "";
  position: absolute;
  left: -222px;
  top: 49px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  background: #06F;
  opacity: 0.1000000015;
  filter: blur(107.7786636353px);
}
.section-history.second-section .page-pagination {
  margin: 6px 0 0;
}
.section-history + .section-reviews {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-history + .section-reviews {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
.section-history.third-section .history-row {
  position: relative;
}
.section-history.third-section .history-row:after {
  content: "";
  position: absolute;
  right: -355px;
  top: -200px;
  width: 776px;
  height: 796px;
  background: url("../images/third-history-after.svg") center no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .section-history.third-section .history-row:after {
    content: none;
  }
}
.section-history.third-section .row:not(.history-row) {
  position: relative;
}
.section-history.third-section .row:not(.history-row):before {
  content: "";
  position: absolute;
  left: -385px;
  top: -205px;
  width: 753px;
  height: 796px;
  background: url("../images/third-history-before.svg") center no-repeat;
  z-index: 0;
}
@media (max-width: 767px) {
  .section-history.third-section .row:not(.history-row):before {
    content: none;
  }
}
.section-history.fourth-section .blue-envelope {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope {
    margin: 0 0 25px;
    padding: 30px 10px;
    width: 100%;
  }
}
.section-history.fourth-section .blue-envelope:before {
  content: none;
}
.section-history.fourth-section .blue-envelope:after {
  right: 19px;
  top: 0;
}
.section-history.fourth-section .blue-envelope__title {
  margin: 0 0 41px;
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope__title {
    margin: 0 0 18px;
    font-size: 22px;
  }
  .section-history.fourth-section .blue-envelope__title br {
    display: none;
  }
}
.section-history.fourth-section .blue-envelope__numbers {
  margin: 0 0 62px;
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope__numbers {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope .large-socials li {
    margin: 0 12px 0 0;
  }
  .section-history.fourth-section .blue-envelope .large-socials li:nth-last-child(1) {
    margin: 0;
  }
}
.section-history.fourth-section .blue-envelope .large-socials li span {
  color: #fff;
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope .large-socials li span {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope .large-socials li a {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    margin: 0;
  }
}
.section-history.fourth-section .blue-envelope.bg-orange {
  margin: 117px -70px 0;
  background: #FD6E22;
}
@media (max-width: 991px) {
  .section-history.fourth-section .blue-envelope.bg-orange {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    padding: 30px;
    margin: 50px 0 0;
  }
  .section-history.fourth-section .blue-envelope.bg-orange .blue-envelope__left {
    order: 2;
  }
  .section-history.fourth-section .blue-envelope.bg-orange .blue-envelope__right {
    order: 1;
    position: static;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope.bg-orange {
    margin: 30px 0 0;
    padding: 0px 21px 30px;
    width: 100%;
  }
}
.section-history.fourth-section .blue-envelope.bg-orange:before {
  content: none;
}
.section-history.fourth-section .blue-envelope.bg-orange:after {
  width: 482px;
  height: 324px;
  background-size: contain;
  top: 0;
  right: 19px;
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope.bg-orange:after {
    content: none;
  }
}
.section-history.fourth-section .blue-envelope.bg-orange .blue-envelope__title {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope.bg-orange .blue-envelope__title {
    font-size: 20px;
  }
}
.section-history.fourth-section .blue-envelope.bg-orange .blue-envelope__description {
  margin: 0 0 30px;
}
.section-history.fourth-section .blue-envelope.bg-orange .blue-envelope__right {
  bottom: -39px;
  top: auto;
  right: 57px;
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope.bg-orange .blue-envelope__right img {
    max-width: 178px;
  }
}
.section-history.fourth-section .blue-envelope.bg-orange .btn {
  padding: 7px 50px;
}
@media (max-width: 767px) {
  .section-history.fourth-section .blue-envelope.bg-orange .btn {
    padding: 7px 30px;
    min-width: 100%;
  }
}

.history-row {
  margin: 0 -20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .history-row {
    margin-bottom: 30px;
  }
}
.history-row [class*=col-] {
  padding: 0 20px;
  margin: 0;
}
@media (max-width: 767px) {
  .history-row [class*=col-]:nth-child(1) {
    margin: 0 0 13px;
  }
}
.history-row .history-image {
  position: relative;
  z-index: 3;
}
.history-row .history-image img {
  height: 307px;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  object-position: center bottom;
}
@media (max-width: 767px) {
  .history-row .history-image img {
    height: 176px;
  }
}
.history-row .history-text {
  position: relative;
  z-index: 3;
}
.history-row .history-text__title {
  color: var(--textColor);
  font-size: 41px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .history-row .history-text__title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.history-row .history-text__description {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}
@media (max-width: 767px) {
  .history-row .history-text__description {
    font-size: 13px;
    line-height: 21px;
  }
}
.history-row .history-text__description p {
  margin: 0 0 15px;
}
.history-row .history-text__description p:nth-last-child(1) {
  margin: 0;
}

.lection {
  display: flex;
  justify-content: flex-start;
  padding: 30px;
  border-radius: 20px;
  border: 2px solid #EFF3F3;
  background: #FFF;
  height: 100%;
}
@media (max-width: 767px) {
  .lection {
    padding: 14px 12px;
    position: relative;
    border-radius: 10px;
  }
}
.lection .lector-image {
  min-width: 84px;
  max-width: 84px;
  height: 84px;
  margin: 0 33px 0 0;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lection .lector-image {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    margin: 0;
    position: absolute;
    left: 12px;
    top: 14px;
  }
}
.lection .lector-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.lection .lection-info {
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.lection .lection-info p {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 3px;
}
@media (max-width: 767px) {
  .lection .lection-info p {
    padding: 0 0 0 40px;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 10px;
  }
}
.lection .lection-info span {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  display: block;
  margin: 0 0 12px;
}
@media (max-width: 767px) {
  .lection .lection-info span {
    font-size: 13px;
    line-height: 21px;
  }
}
.lection .lection-info a {
  color: var(--textColor);
  font-weight: 500;
  text-decoration-line: underline;
  margin: auto 0 0;
}
@media (max-width: 767px) {
  .lection .lection-info a {
    font-size: 13px;
  }
}
.lection .lection-info a:hover {
  text-decoration: none;
}

.large-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .large-socials {
    overflow: auto;
  }
}
.large-socials li {
  margin: 0 32px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.large-socials li:nth-last-child(1) {
  margin: 0;
}
.large-socials li:nth-child(1) a:hover {
  background: #1d52a1;
}
.large-socials li:nth-child(2) a:hover {
  background: #35aee2;
}
.large-socials li:nth-child(3) a:hover {
  background: #1d9bf0;
}
.large-socials li:nth-child(4) a:hover {
  background: #ff0000;
}
.large-socials li:nth-child(5) a:hover {
  background: #1870b1;
}
.large-socials li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #EFF3F3;
  border-radius: 16px;
  margin: 0 0 12px;
}
.large-socials li a img {
  transition: all 0.3s ease;
}
.large-socials li a:hover img {
  filter: brightness(0) invert(1);
}
.large-socials li span {
  font-size: 12px;
  font-family: Raleway;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
}

.interview {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #EFF3F3;
  display: flex;
  justify-content: flex-start;
  height: 100%;
}
@media (max-width: 767px) {
  .interview {
    padding: 14px 12px;
    border-radius: 10px;
    position: relative;
  }
}
.interview-image {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  margin: 0 33px 0 0;
}
@media (max-width: 1200px) {
  .interview-image {
    width: 84px;
    height: 84px;
  }
}
@media (max-width: 767px) {
  .interview-image {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 12px;
    top: 14px;
  }
}
.interview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.interview-info {
  width: calc(100% - 178px);
  display: inline-flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 1200px) {
  .interview-info {
    width: calc(100% - 117px);
  }
}
@media (max-width: 767px) {
  .interview-info {
    width: 100%;
  }
}
.interview-info p {
  color: var(--textColor);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .interview-info p {
    padding: 0 0 0 95px;
    font-size: 15px;
    line-height: 21px;
  }
}
.interview-info span {
  color: var(--textColor);
  font-size: 14px;
  font-weight: 500;
  line-height: 23.4px;
  display: block;
  margin: 0 0 13px;
}
@media (max-width: 767px) {
  .interview-info span {
    font-size: 13px;
    line-height: 21pxs;
  }
}
.interview-info a {
  margin: auto 0 0;
}

.section-lectors.section-study .lectors-dots picture:nth-child(3) {
  right: 290px;
}
.section-lectors.section-study .lectors-wrapper {
  background: url("../images/study-bg.png") center no-repeat #0066FF;
  background-size: cover;
  min-height: 274px;
}
@media (max-width: 767px) {
  .section-lectors.section-study .lectors-wrapper {
    min-height: initial;
  }
}

.study-wrapper {
  max-width: 1140px;
  margin: 0 auto;
}
.study-wrapper .nav-tabs .nav-item .nav-link {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .study-wrapper .nav-tabs .nav-item .nav-link {
    padding: 0 14px;
  }
}
.study-wrapper .course {
  height: 100%;
}
@media (max-width: 767px) {
  .study-wrapper .course {
    height: initial;
  }
}
.study-wrapper .course-price,
.study-wrapper .course .to-course {
  display: none;
}
.study-wrapper .conf-item {
  margin: 0 -70px 30px;
  width: calc(100% + 140px);
}
.study-wrapper .conf-item .share {
  display: none;
}
@media (max-width: 1200px) {
  .study-wrapper .conf-item {
    width: 100%;
    margin: 0 0 30px;
  }
}

.section-password .auth-wrapper {
  border-radius: 30px;
  background: #fff;
  padding: 12px 295px 32px;
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-password .auth-wrapper {
    padding: 15px 50px 30px;
  }
}
@media (max-width: 767px) {
  .section-password .auth-wrapper {
    padding: 5px 10px 25px;
    border-radius: 10px;
  }
}
.section-password .auth-wrapper .auth-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--textColor);
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .section-password .auth-wrapper .auth-title {
    font-size: 16px;
  }
}
.section-password .auth-wrapper .nav-tabs {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: nowrap;
  overflow: visible;
}
.section-password .auth-wrapper .nav-tabs .nav-item .nav-link {
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--textColor);
  min-width: 139px;
  border-bottom: 2px solid #eff3f3;
  border-radius: 0;
  padding: 14px 24.5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: var(--textColor);
  position: relative;
}
@media (max-width: 767px) {
  .section-password .auth-wrapper .nav-tabs .nav-item .nav-link {
    padding: 10px;
    font-size: 12px;
  }
}
.section-password .auth-wrapper .nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fd6e22;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.section-password .auth-wrapper .nav-tabs .nav-item .nav-link span:after {
  content: none;
}
.section-password .auth-wrapper .nav-tabs .nav-item .nav-link.active {
  background: transparent;
}
.section-password .auth-wrapper .nav-tabs .nav-item .nav-link.active:before {
  content: none;
}
.section-password .auth-wrapper .nav-tabs .nav-item .nav-link.active:hover {
  box-shadow: none;
}
.section-password .auth-wrapper .nav-tabs .nav-item .nav-link.active:after {
  width: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.section-password .auth-wrapper .nav-tabs .nav-item .nav-link.active span {
  color: var(--textColor);
}
.section-password .auth-wrapper .form-group-wrapper {
  margin: 0 0 14px;
}
.section-password .auth-wrapper .forgot {
  margin: 0 0 18px 20px;
  display: table;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: var(--textColor);
}
.section-password .auth-wrapper .forgot:hover {
  text-decoration: none;
}
.section-password .auth-wrapper small {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #9fa8b0;
}
.section-password .auth-wrapper .btn {
  min-width: 100%;
}
.section-password .auth-wrapper .add-info {
  color: #9e9e9e;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: var(--textColor);
  margin: 15px 0 0;
}
.section-password .auth-wrapper .add-info a {
  text-decoration: underline;
}
.section-password .auth-wrapper .add-info a:hover {
  text-decoration: none;
}
.section-password .auth-wrapper form {
  padding: 0;
  max-width: initial;
  background: transparent;
}

.section-profile {
  padding: 7px 0 93px;
}
.section-profile .profile {
  padding: 49px 57px;
  border-radius: 30px;
  border: 2px solid #EFF3F3;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section-profile .profile {
    padding: 15px 14px;
    border-radius: 10px;
    margin: 0 0 15px;
    flex-wrap: wrap;
  }
}
.section-profile .profile:before {
  content: "";
  position: absolute;
  left: -370px;
  top: -210px;
  width: 796px;
  height: 783px;
  background: url("../images/profile-before.svg") center no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .section-profile .profile:before {
    content: none;
  }
}
.section-profile .profile-image {
  width: 263px;
  height: 263px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 85px 0 0;
  position: relative;
}
.section-profile .profile-image label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.section-profile .profile-image input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 767px) {
  .section-profile .profile-image {
    width: 102px;
    height: 102px;
    margin: 0 0 15px;
  }
}
.section-profile .profile-image picture {
  pointer-events: none;
}
.section-profile .profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.section-profile .profile-image__ico {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-profile .profile-image__ico {
    height: 30px;
  }
}
.section-profile .profile-image__ico svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .section-profile .profile-image__ico svg {
    width: 15px;
    height: 15px;
  }
}
.section-profile .profile-info {
  width: calc(100% - 350px);
}
@media (max-width: 767px) {
  .section-profile .profile-info {
    width: 100%;
  }
}
.section-profile .profile-info > p {
  color: var(--textColor);
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  .section-profile .profile-info > p {
    font-size: 18px;
  }
}
.section-profile .profile-info span {
  color: var(--textColor);
  font-size: 12px;
  font-weight: 700;
  display: block;
  width: 100%;
  margin: 0 0 13px;
}
.section-profile .profile-info small {
  color: var(--textColor);
  font-size: 14px;
  font-weight: 500;
  line-height: 23.4px;
  display: block;
  margin: 0 0 13px;
}
.section-profile .profile-info__socials p {
  color: var(--textColor);
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 0 10px;
}
.section-profile .profile-info__socials .link-row {
  justify-content: flex-start;
  max-width: 336px;
  margin: 0 -5px;
}
.section-profile .profile-info__socials .link-row a {
  max-width: 102px;
}
.section-profile .btn {
  padding: 7px 50px;
  margin: 11px 0 0;
}
@media (max-width: 767px) {
  .section-profile .btn {
    margin: 0 auto;
  }
}

.profile-form {
  border-radius: 30px;
  border: 2px solid #EFF3F3;
  background: #FFF;
  margin: 0 0 20px;
  padding: 30px 30px 10px;
}
@media (max-width: 767px) {
  .profile-form {
    margin: 0 0 15px;
    padding: 25px 14px 5px;
    border-radius: 10px;
  }
}
.profile-form__title {
  margin: 0 0 20px;
  color: var(--textColor);
  font-size: 20px;
  font-weight: 700;
}
.profile-form .form-group-wrapper {
  margin: 0 0 20px;
}
.profile-form .gender {
  margin: 0 0 20px;
}
.profile-form .gender p {
  color: #9FA8B0;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  display: block;
  margin: 0 0 5px;
}
.profile-form .gender-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.profile-form .gender-items .gender-item {
  margin: 0 30px 0 0;
}
.profile-form .gender-items .gender-item:nth-last-child(1) {
  margin: 0;
}

.radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  color: #9FA8B0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  margin: 0 0 10px;
}
.radio:nth-last-child(1) {
  margin: 0;
}
.radio.checked small {
  color: var(--textColor);
}
.radio.checked .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  transition: all 0.3s ease;
}
.radio input:checked ~ .checkmark:after {
  opacity: 1;
  visibility: visible;
}
.radio input:checked ~ small {
  color: var(--textColor);
}
.radio .checkmark {
  height: 18px;
  width: 18px;
  border: 2px solid #EFF3F3;
  border-radius: 50%;
  transition: all 0.3s ease;
  margin: 0 9px 0 0;
  position: relative;
}
.radio .checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FD6E22;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-certificate .certificate-wrapper {
  padding: 80px 70px;
  border-radius: 30px;
  background: #06F;
  position: relative;
  min-height: 315px;
}
@media (max-width: 767px) {
  .section-certificate .certificate-wrapper {
    width: calc(100% + 20px);
    margin: 0 -10px 15px;
    border-radius: 10px;
    padding: 25px 10px 35px;
    min-height: initial;
  }
}
.section-certificate .certificate-wrapper:before {
  content: "";
  position: absolute;
  left: 52%;
  transform: translateX(-50%);
  z-index: -1;
  top: -140px;
  width: 1892px;
  height: 879px;
  background: url("../images/cert-before.svg") center no-repeat;
}
@media (max-width: 767px) {
  .section-certificate .certificate-wrapper:before {
    content: none;
  }
}
.section-certificate .certificate-wrapper:after {
  content: "";
  position: absolute;
  right: 25px;
  bottom: 0px;
  content: "";
  background: url(../images/lector-after.svg) center no-repeat;
  background-size: contain;
  width: 461px;
  height: 310px;
  pointer-events: none;
}
@media (max-width: 767px) {
  .section-certificate .certificate-wrapper:after {
    content: none;
  }
}
@media (max-width: 767px) {
  .section-certificate .certificate-wrapper .dots {
    display: none;
  }
}
.section-certificate .certificate-wrapper .dots picture {
  position: absolute;
}
.section-certificate .certificate-wrapper .dots picture:nth-child(1) {
  left: 84px;
  bottom: -41px;
}
.section-certificate .certificate-wrapper .dots picture:nth-child(2) {
  left: 416px;
  top: 8px;
}
.section-certificate .certificate-wrapper__left {
  position: relative;
  z-index: 3;
}
.section-certificate .certificate-wrapper__left h1 {
  color: #fff;
  font-size: 41px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .section-certificate .certificate-wrapper__left h1 {
    font-size: 24px;
    margin: 0 0 16px;
  }
  .section-certificate .certificate-wrapper__left h1 br {
    display: none;
  }
}
.section-certificate .certificate-wrapper__right {
  position: absolute;
  right: 100px;
  bottom: -8px;
  z-index: 3;
}
@media (max-width: 1200px) {
  .section-certificate .certificate-wrapper__right {
    right: 0;
    max-width: 500px;
  }
}
@media (max-width: 991px) {
  .section-certificate .certificate-wrapper__right {
    display: none;
  }
}

@media (max-width: 991px) {
  .how-item {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .how-item {
    margin: 0 0 15px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.how-item__img {
  margin: 0 0 14px;
}
@media (max-width: 767px) {
  .how-item__img {
    margin: 0 10px 0 0;
  }
}
.how-item__title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 23px;
}
@media (max-width: 767px) {
  .how-item__title br {
    display: none;
  }
}
.how-item__title span {
  font-weight: 700;
  margin: 0 4px 0 0;
}
.how-item__title small {
  display: contents;
  font-weight: 700;
}

.section-how {
  padding: 20px 0 50px;
}
@media (max-width: 767px) {
  .section-how {
    padding: 0;
  }
}

.section-rules {
  padding: 55px 0;
}
@media (max-width: 767px) {
  .section-rules {
    padding: 15px 0;
  }
  .section-rules .section-title {
    margin: 0 0 15px;
  }
}
@media (min-width: 1200.02px) {
  .section-rules .container {
    max-width: 1310px;
  }
}
.section-rules .rules-wrapper {
  border-radius: 30px;
  border: 2px solid #EFF3F3;
  padding: 30px 70px;
}
@media (max-width: 991px) {
  .section-rules .rules-wrapper {
    padding: 25px 30px;
  }
}
@media (max-width: 767px) {
  .section-rules .rules-wrapper {
    padding: 15px 10px;
    border-radius: 10px;
  }
}
.section-rules .rules-wrapper ul {
  margin: 0 -25px;
  column-count: 2;
}
@media (max-width: 991px) {
  .section-rules .rules-wrapper ul {
    column-count: 1;
  }
}
@media (max-width: 767px) {
  .section-rules .rules-wrapper ul {
    margin: 0;
  }
}
.section-rules .rules-wrapper ul li {
  color: var(--textColor);
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  margin: 0 0 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 25px;
}
.section-rules .rules-wrapper ul li:nth-last-child(1) {
  margin: 0;
}
@media (max-width: 767px) {
  .section-rules .rules-wrapper ul li {
    padding: 0;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 21px;
  }
}
.section-rules .rules-wrapper ul li:before {
  content: "";
  display: block;
  background: url("../images/rules-check.svg") center no-repeat;
  min-width: 16px;
  height: 16px;
  margin: 4px 12px 0 0;
}
.section-rules + .section-faq .container {
  position: relative;
}
.section-rules + .section-faq .container:before {
  content: "";
  position: absolute;
  width: 364px;
  height: 352px;
  opacity: 0.1000000015;
  background: #06F;
  filter: blur(107.7786636353px);
  top: 44px;
  left: -214px;
}

.section-contacts {
  padding: 7px 0 108px;
}
@media (max-width: 767px) {
  .section-contacts {
    padding: 5px 0 30px;
  }
}
.section-contacts .contacts-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper {
    flex-wrap: wrap;
  }
}
.section-contacts .contacts-wrapper:before {
  content: "";
  position: absolute;
  left: -365px;
  top: -210px;
  width: 796px;
  height: 783px;
  background: url("../images/contact-before.svg") center no-repeat;
  z-index: -1;
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper:before {
    content: none;
  }
}
.section-contacts .contacts-wrapper__left {
  max-width: 472px;
  width: 100%;
  padding: 40px 30px;
  border-radius: 30px;
  border: 2px solid #EFF3F3;
  background: #FFF;
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper__left {
    width: 100%;
    max-width: 100%;
    margin: 0 0 23px;
  }
}
@media (max-width: 767px) {
  .section-contacts .contacts-wrapper__left {
    padding: 20px 15px;
    border-radius: 10px;
  }
}
.section-contacts .contacts-wrapper__left p {
  font-size: 14px;
  font-weight: 700;
  line-height: 23.4px;
}
.section-contacts .contacts-wrapper__left span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 23.4px;
}
.section-contacts .contacts-wrapper__left a {
  color: #FD6E22;
  text-decoration: underline;
}
.section-contacts .contacts-wrapper__left a:hover {
  text-decoration: none;
}
.section-contacts .contacts-wrapper__item {
  margin: 0 0 23px;
}
@media (max-width: 767px) {
  .section-contacts .contacts-wrapper__item {
    margin: 0 0 13px;
  }
}
.section-contacts .contacts-wrapper__item:nth-last-child(1) {
  margin: 0;
}
.section-contacts .contacts-wrapper__right {
  width: calc(100% - 492px);
  border-radius: 30px;
  border: 2px solid var(--grey, #EFF3F3);
  overflow: hidden;
}
@media (max-width: 991px) {
  .section-contacts .contacts-wrapper__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-contacts .contacts-wrapper__right {
    border-radius: 10px;
  }
}
.section-contacts .contacts-wrapper__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.section-course.course-cert {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .section-course.course-cert {
    padding-bottom: 30px;
  }
}
.section-course.course-cert .blue-envelope {
  min-height: 462px;
  display: flex;
  margin: 0 -10px;
  align-items: center;
}
@media (max-width: 767px) {
  .section-course.course-cert .blue-envelope .dots {
    display: none;
  }
}
.section-course.course-cert .blue-envelope .dots picture {
  position: absolute;
}
.section-course.course-cert .blue-envelope .dots picture:nth-child(1) {
  top: 14px;
  right: 521px;
}
.section-course.course-cert .blue-envelope .dots picture:nth-child(2) {
  bottom: 21px;
  right: 80px;
}
.section-course.course-cert .blue-envelope__list .currency {
  margin: 0 5px;
}
@media (max-width: 1200px) {
  .section-course.course-cert .blue-envelope {
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .section-course.course-cert .blue-envelope {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .section-course.course-cert .blue-envelope__right {
    margin: 20px auto 0;
  }
  .section-course.course-cert .blue-envelope__list li {
    display: block;
  }
  .section-course.course-cert .blue-envelope__list li:before {
    position: relative;
    top: -3px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .section-course.course-cert .blue-envelope__list li {
    padding: 0 0 0 25px;
    position: relative;
  }
  .section-course.course-cert .blue-envelope__list li:before {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.section-course.course-cert .blue-envelope:after {
  width: 677px;
  height: 455px;
  bottom: 0;
  right: 101px;
  top: initial;
}

.section-formula {
  padding: 0 0 75px;
}
@media (max-width: 991px) {
  .section-formula .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-formula {
    padding-bottom: 30px;
  }
}
.section-formula .section-title {
  margin: 0 0 41px;
}
@media (max-width: 767px) {
  .section-formula .section-title {
    margin: 0 0 20px;
  }
}
@media (max-width: 991px) {
  .section-formula .row {
    display: flex;
    justify-content: center;
  }
}
.section-formula .recommended-item__image {
  margin: 0 0 16px;
}
.section-formula .recommended-item__image img {
  height: 110px;
}
.section-formula .recommended-item__description {
  padding: 0 30px;
}
@media (max-width: 767px) {
  .section-formula .recommended-item__description {
    padding: 0;
  }
}
.section-formula .btn {
  margin: 14px 0 0;
}
@media (max-width: 767px) {
  .section-formula .btn {
    margin: 0;
  }
}

.certificate-slider {
  overflow: visible;
  margin: 0 0 97px;
}
@media (max-width: 767px) {
  .certificate-slider {
    margin: 0 0 20px;
  }
}
.certificate-slider:nth-last-child(1) {
  margin: 0;
}
.certificate-slider .swiper-button {
  width: 42px;
  height: 42px;
}
.certificate-slider .swiper-button.swiper-button-prev {
  left: -21px;
}
.certificate-slider .swiper-button.swiper-button-next {
  right: -21px;
}

@media (max-width: 767px) {
  .section-grey.grey-certificate {
    padding: 30px 0;
  }
}
.section-grey.grey-certificate .section-title {
  margin: 0 0 64px;
}
@media (max-width: 767px) {
  .section-grey.grey-certificate .section-title {
    margin: 0 0 20px;
  }
}
.section-grey.grey-certificate .container:before {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  opacity: 0.1000000015;
  background: #FD6E22;
  filter: blur(107.7786636353px);
  top: 102px;
  left: -300px;
}
@media (max-width: 767px) {
  .section-grey.grey-certificate .container:before {
    content: none;
  }
}
@media (min-width: 1200.02px) {
  .section-grey.grey-certificate .container {
    max-width: 1170px;
  }
}

.certificate {
  border-radius: 10px;
  border: 2px solid #EFF3F3;
  background: #FFF;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, border 0.3s ease;
  border: 2px solid #fff;
  height: initial;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .certificate {
    margin: 0 0 25px;
    padding: 15px;
  }
}
.certificate.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.certificate-image {
  width: 100%;
  margin: 0 0 9px;
}
.certificate-image img {
  width: 100%;
  border-radius: 20px;
}
.certificate-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 22px;
}
@media (max-width: 767px) {
  .certificate-title {
    margin: 0 0 15px;
  }
}
.certificate-price {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .certificate-price {
    margin: 0 0 15px;
  }
}
.certificate-price span {
  margin: 0 0 0 5px;
}
.certificate-price p {
  color: #9FA8B0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: line-through;
  margin: 0 0 0 11px;
}
.certificate-price .labels {
  position: static;
  margin: 0 0 0 10px;
}
.certificate-price .labels small {
  min-height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.certificate .btn {
  margin: auto 0 0;
}
.certificate:hover {
  border-color: #FD6E22;
  box-shadow: 0px 2px 4px 0px rgba(38, 38, 38, 0.02), 0px 10px 40px 0px rgba(38, 38, 38, 0.05), 0px 2px 4px 0px rgba(38, 38, 38, 0.02), 0px 10px 40px 0px rgba(38, 38, 38, 0.05);
}

.section-how.certificate-how {
  padding: 105px 0 60px;
}
@media (max-width: 767px) {
  .section-how.certificate-how {
    padding: 30px 0 0;
  }
}
.section-how.certificate-how .container {
  position: relative;
}
.section-how.certificate-how .container:before {
  content: "";
  position: absolute;
  left: -295px;
  top: -240px;
  background: url("../images/how-before.svg") center no-repeat;
  width: 718px;
  z-index: -1;
  height: 912px;
}
@media (max-width: 767px) {
  .section-how.certificate-how .container:before {
    content: none;
  }
}
@media (min-width: 1200.02px) {
  .section-how.certificate-how .container {
    max-width: 1310px;
  }
}
.section-how.certificate-how .how-wrapper {
  padding: 30px 70px;
  border-radius: 30px;
  border: 2px solid #EFF3F3;
  background: #FFF;
}
@media (max-width: 767px) {
  .section-how.certificate-how .how-wrapper {
    padding: 0;
    border-radius: 0;
    border: none;
    background: transparent;
  }
}

.section-cert-gift {
  padding: 65px 0 77px;
}
@media (max-width: 991px) {
  .section-cert-gift img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .section-cert-gift img {
    height: initial;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) {
  .section-cert-gift {
    padding: 30px 0;
  }
}
.section-cert-gift .container {
  position: relative;
}
.section-cert-gift .container:after {
  content: "";
  position: absolute;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  opacity: 0.150000006;
  background: #06F;
  filter: blur(107.7786636353px);
  top: -72px;
  right: -217px;
}
.section-cert-gift p {
  font-size: 41px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .section-cert-gift p {
    font-size: 20px;
    margin: 0 0 15px;
  }
}
.section-cert-gift span {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
}
@media (max-width: 767px) {
  .section-cert-gift span {
    font-size: 14px;
    line-height: 19px;
  }
}
.section-cert-gift span small {
  font-weight: 700;
}

.section-faq.faq-certificate .faq-wrapper {
  border-radius: 30px;
  border: 2px solid #EFF3F3;
  background: #FFF;
  margin: 0 -70px;
  width: calc(100% + 140px);
  position: relative;
  align-items: inherit;
}
@media (max-width: 1141px) {
  .section-faq.faq-certificate .faq-wrapper {
    margin: 0;
    width: 100%;
  }
}
.section-faq.faq-certificate .faq-wrapper:before {
  content: "";
  position: absolute;
  left: -335px;
  top: -320px;
  width: 739px;
  height: 912px;
  background: url("../images/faq-wrapper-before.svg") center no-repeat;
  z-index: -1;
}
.section-faq.faq-certificate .faq-wrapper__left {
  padding: 70px 60px 45px;
  width: calc(100% - 470px);
  max-width: 100%;
}
@media (max-width: 1141px) {
  .section-faq.faq-certificate .faq-wrapper__left {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .section-faq.faq-certificate .faq-wrapper__left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-faq.faq-certificate .faq-wrapper__left {
    padding: 20px;
  }
}
.section-faq.faq-certificate .faq-wrapper__left ul {
  margin: 0 0 26px;
}
@media (max-width: 767px) {
  .section-faq.faq-certificate .faq-wrapper__left ul {
    margin: 0 0 10px;
  }
}
.section-faq.faq-certificate .faq-wrapper__left ul li {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  margin: 0 0 5px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 76px 0 0;
}
@media (max-width: 1141px) {
  .section-faq.faq-certificate .faq-wrapper__left ul li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .section-faq.faq-certificate .faq-wrapper__left ul li {
    font-size: 14px;
    line-height: 18px;
  }
}
.section-faq.faq-certificate .faq-wrapper__left ul li:before {
  content: "";
  min-width: 16px;
  height: 16px;
  margin: 5px 12px 0 0;
  background: url("../images/course-check-black.svg") center no-repeat;
  background-size: contain;
}
.section-faq.faq-certificate .faq-wrapper__left ul li:nth-last-child(1) {
  margin: 0;
}
.section-faq.faq-certificate .faq-wrapper__left p {
  font-size: 18px;
  font-weight: 700;
  padding: 30px 76px 30px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
@media (max-width: 1141px) {
  .section-faq.faq-certificate .faq-wrapper__left p {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-faq.faq-certificate .faq-wrapper__left p {
    font-size: 14px;
    line-height: 21px;
    padding: 15px 0;
  }
}
.section-faq.faq-certificate .faq-wrapper__right {
  max-width: 470px;
  width: 100%;
}
@media (max-width: 991px) {
  .section-faq.faq-certificate .faq-wrapper__right {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .section-faq.faq-certificate .faq-wrapper__right {
    margin: 0;
  }
}

.section-progress {
  padding: 0 0 20px;
}
.section-progress .container {
  position: relative;
}
.section-progress .container:before {
  content: "";
  position: absolute;
  left: -355px;
  top: -130px;
  z-index: -1;
  width: 796px;
  height: 777px;
  background: url("../images/progress-before.svg") center no-repeat;
}
@media (max-width: 767px) {
  .section-progress .container:before {
    content: none;
  }
}
.section-progress .section-title {
  margin: 0 0 14px;
}
.section-progress .progress-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 18px;
}
@media (max-width: 767px) {
  .section-progress .progress-nav {
    flex-wrap: wrap;
    margin: 0 0 32px;
  }
}
.section-progress .progress-nav li {
  margin: 0 106px 0 0;
}
@media (max-width: 991px) {
  .section-progress .progress-nav li {
    margin: 0 15px 0 0;
  }
}
@media (max-width: 767px) {
  .section-progress .progress-nav li {
    width: 100%;
    margin: 0 0 12px;
  }
}
.section-progress .progress-nav li:nth-last-child(1) {
  margin: 0;
}
.section-progress .progress-nav li svg {
  margin: 0 22px 0 0;
}
@media (max-width: 991px) {
  .section-progress .progress-nav li svg {
    margin: 0 10px 0 0;
  }
}
@media (max-width: 767px) {
  .section-progress .progress-nav li svg {
    min-width: 44px;
    margin: 0 20px 0 0;
  }
}
.section-progress .progress-nav li a {
  font-size: 14px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section-progress .progress-nav li a:hover {
  color: #FD6E22;
}
.section-progress .btn-wrapper {
  margin: -30px 0 0;
}
@media (max-width: 767px) {
  .section-progress .btn-wrapper {
    margin: 0;
  }
}
.section-progress .btn-wrapper .btn {
  min-width: 292px;
  color: #FD6E22;
  font-size: 12px;
}

.progress-item {
  margin: 0 0 95px;
  position: relative;
}
@media (max-width: 767px) {
  .progress-item {
    margin: 0 0 45px;
  }
}
.progress-item:after {
  content: "";
  position: absolute;
  bottom: -350px;
  right: -300px;
  background: #000;
  width: 796px;
  height: 784px;
  background: url("../images/progress-item-after.svg") center no-repeat;
}
@media (max-width: 767px) {
  .progress-item:after {
    content: none;
  }
}
.progress-item__head {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 17px 20px;
  flex-direction: column;
  border-radius: 10px;
  background: #06F;
  position: relative;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .progress-item__head {
    padding: 15px 21px;
    margin: 0 0 3px;
  }
}
.progress-item__head:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/progress-head-before.svg") center no-repeat;
  width: 159px;
  height: 108px;
}
@media (max-width: 767px) {
  .progress-item__head:before {
    content: none;
  }
}
.progress-item__head:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/progress-head-before.svg") center no-repeat;
  width: 159px;
  height: 108px;
}
@media (max-width: 767px) {
  .progress-item__head:after {
    right: 0;
    bottom: 0;
    opacity: 0.3;
  }
}
.progress-item__head p {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
}
.progress-item__head p:nth-child(1) {
  margin: 0 0 8px;
}
@media (max-width: 767px) {
  .progress-item__head p:nth-child(1) {
    margin: 0 0 3px;
  }
}
@media (max-width: 767px) {
  .progress-item__head p:nth-last-child(1) {
    font-size: 15px;
  }
  .progress-item__head p:nth-last-child(1) span {
    font-size: 15px;
  }
}
.progress-item__head p span {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .progress-item__head p span {
    font-size: 20px;
  }
}
.progress-item__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 25px;
  background: #fff;
  position: relative;
  z-index: 3;
}
.progress-item__body--col {
  width: calc(33.3333333333% - 5px);
}
@media (max-width: 767px) {
  .progress-item__body--col {
    width: calc(33.3333333333% - 3px);
  }
}
.progress-item__body--col:nth-last-child(1) .progress-item__cell:nth-child(1) {
  background: #FD6E22 !important;
}
.progress-item__body--col:nth-last-child(1) .progress-item__cell small {
  color: #FD6E22;
}
.progress-item__body--col:nth-child(1) .progress-item__cell {
  background: rgba(0, 102, 255, 0.1);
  justify-content: flex-start;
  border: none;
}
.progress-item__cell {
  padding: 17px 20px;
  border-radius: 10px;
  min-height: 80px;
  font-size: 20px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 5px;
  font-weight: 500;
  border: 2px solid #EFF3F3;
}
@media (max-width: 991px) {
  .progress-item__cell {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .progress-item__cell {
    font-size: 12px;
    padding: 5px 10px;
    min-height: 54px;
    align-items: center;
    line-height: 14px;
    margin: 0 0 3px;
  }
}
.progress-item__cell small {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .progress-item__cell small {
    font-size: 20px;
    line-height: 20px;
  }
}
.progress-item__cell.first-cell {
  background: #06F !important;
  color: #FFF;
  font-weight: 700;
  justify-content: flex-start;
  border: none;
}
@media (max-width: 767px) {
  .progress-item__cell.first-cell {
    min-height: 66px;
  }
}
.progress-item__cell.first-cell span {
  display: block;
  font-weight: 400;
}
.progress-item__certificate {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.section-visited {
  padding: 45px 0;
}
@media (max-width: 767px) {
  .section-visited {
    padding: 20px 0 60px;
  }
}
.section-visited .section-title {
  margin: 0 0 50px;
}
@media (max-width: 767px) {
  .section-visited .section-title {
    margin: 0 0 30px;
  }
}

.visited-slider {
  overflow: visible;
}
.visited-slider .swiper-slide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.visited-slider .swiper-slide img {
  height: 328px;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  width: 100%;
}
.visited-slider .swiper-slide.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}
.visited-slider .swiper-button {
  width: 42px;
  height: 42px;
}
@media (max-width: 991px) {
  .visited-slider .swiper-button {
    bottom: -16px;
    top: initial;
  }
}
@media (max-width: 767px) {
  .visited-slider .swiper-button {
    width: 30px;
    height: 30px;
  }
  .visited-slider .swiper-button svg {
    width: 10px;
    height: 10px;
  }
}
.visited-slider .swiper-button.swiper-button-prev {
  left: -21px;
}
@media (max-width: 991px) {
  .visited-slider .swiper-button.swiper-button-prev {
    left: 0;
  }
}
.visited-slider .swiper-button.swiper-button-next {
  right: -21px;
}
@media (max-width: 991px) {
  .visited-slider .swiper-button.swiper-button-next {
    right: 0;
  }
}
.visited-slider .swiper-pagination {
  display: none;
}
@media (max-width: 991px) {
  .visited-slider .swiper-pagination {
    display: flex;
    justify-content: center;
    position: static;
    margin: 32px 0 0;
  }
  .visited-slider .swiper-pagination span {
    width: 5px;
    height: 5px;
    margin: 0 5px;
  }
}

.progress-item__certificate {
  display: flex;
  flex-direction: column;
  max-width: 334px;
  width: 100%;
  padding: 25px;
  background: #F5F6F8;
  margin: 0 auto;
  align-items: flex-start;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.progress-item__certificate:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 300px;
  background: url("../images/cert-after.svg") center bottom no-repeat;
  background-size: contain;
}
.progress-item__certificate .cert-logo {
  max-width: 70px;
  margin: 0 0 10px;
  color: #464646;
}
.progress-item__certificate .cert-title {
  background: var(--button, linear-gradient(135deg, #FD6E22 0%, #FD9822 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 36px;
  color: #464646;
}
.progress-item__certificate .cert-owner {
  font-size: 17px;
  line-height: 17px;
  font-weight: 500;
  color: #464646;
  margin: 0 0 10px;
}
.progress-item__certificate small {
  font-size: 9px;
  font-weight: 500;
  color: #464646;
}
.progress-item__certificate small.cert-first {
  display: block;
}
.progress-item__certificate .cert-post {
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  color: #464646;
  margin: 0 0 10px;
}
.progress-item__certificate .cert-academy {
  font-size: 9px;
  font-weight: 500;
  margin: 0 0 5px;
  color: #464646;
}
.progress-item__certificate .cert-academy small {
  font-weight: 700;
}
.progress-item__certificate .cert-date {
  font-size: 9px;
  font-weight: 500;
  position: relative;
  color: #464646;
}
.progress-item__certificate .cert-date:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -45px;
  width: 200px;
  height: 100px;
  background: url("../images/cert-circles.svg") center no-repeat;
  background-size: contain;
}
.progress-item__certificate .cert-date small {
  display: block;
}
.progress-item__certificate .certificate-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin: 45px 0 0;
}
.progress-item__certificate .certificate-left {
  position: relative;
}
.progress-item__certificate .certificate-left:before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -30px;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background: #06F;
  border-radius: 50%;
  filter: blur(17.7786636353px);
}
.progress-item__certificate .certificate-left img {
  max-width: 80px;
  border-radius: 50%;
  background: #fff;
}
.progress-item__certificate .certificate-right {
  display: inline-flex;
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
}
.progress-item__certificate .certificate-right .code {
  max-width: 40px;
  margin: 0 0 15px;
}
.progress-item__certificate .certificate-right__post {
  font-size: 9px;
  font-weight: 500;
  margin: 0 0 5px;
  color: #464646;
}
.progress-item__certificate .certificate-right__name {
  font-size: 9px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #464646;
}
.progress-item__certificate .certificate-right .signature {
  max-width: 70px;
}

.achievements {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.achievements img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 20px 0 0;
}
@media (max-width: 767px) {
  .achievements img {
    width: 50px;
    height: 50px;
    margin: 0 10px 0 0;
  }
}
.achievements-title {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .achievements-title {
    font-size: 18px;
    line-height: 25px;
  }
}

.achievements-finished {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  color: #FD6E22;
  text-align: center;
  width: 100%;
  margin: 0 0 25px;
}
@media (max-width: 767px) {
  .achievements-finished {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 15px;
  }
}

.collapse-item {
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 767px) {
  .collapse-item {
    padding: 13px 0 16px;
  }
}
.collapse-item .collapse-heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: var(--textColor);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  text-align: left;
  padding: 0 50px 0 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .collapse-item .collapse-heading {
    font-size: 15px;
    line-height: 21px;
    padding: 0 35px 0 0;
  }
}
.collapse-item .collapse-heading span {
  min-width: 42px;
  height: 42px;
  background: #eff3f3;
  border-radius: 50%;
  margin: 0 20px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #0066ff;
}
@media (max-width: 767px) {
  .collapse-item .collapse-heading span {
    min-width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    font-size: 13px;
  }
}
.collapse-item .collapse-heading small {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff3f3;
  border-radius: 50%;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .collapse-item .collapse-heading small {
    width: 26px;
    height: 26px;
  }
  .collapse-item .collapse-heading small svg {
    max-width: 12px;
  }
}
.collapse-item .collapse-heading.collapsed small {
  transform: translateY(-50%) rotate(0deg);
}
.collapse-item .collapse-body {
  padding: 16px 82px 0px;
}
@media (max-width: 767px) {
  .collapse-item .collapse-body {
    padding: 10px 0 0 15px;
  }
}
.collapse-item .collapse-body ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: var(--textColor);
  list-style-type: disc;
}
@media (max-width: 767px) {
  .collapse-item .collapse-body ul li {
    font-size: 13px;
    line-height: 21px;
  }
}

.btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0 0;
}
.btn-wrapper .btn {
  font-size: 14px;
  padding: 8px 50px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .btn-wrapper .btn {
    padding: 10px 30px;
    font-size: 13px;
  }
}
.btn-wrapper p {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: var(--textColor);
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .btn-wrapper p {
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 400;
  }
}

.level {
  padding: 0 5px;
  border: 1px solid #ddd;
  color: #ddd;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  height: 19px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.level.level-expert {
  border-color: #fd6e22;
  color: #fd6e22;
}
.level.level-medium {
  border-color: #0066ff;
  color: #0066ff;
}
.level.level-newbie {
  border-color: #34a853;
  color: #34a853;
}

.labels {
  display: flex;
}
@media (max-width: 480px) {
  .labels {
    flex-wrap: wrap;
  }
}
.labels span {
  white-space: nowrap;
  text-align: center;
  margin: 0 10px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .labels span {
    margin: 0 5px 3px 0 !important;
    font-size: 11px !important;
  }
}

.new-course {
  padding: 0.5px 9px;
  background: #34a853;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}

.hit-info {
  padding: 0.5px 9px;
  background: #fd6e22;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}

.sale-info {
  padding: 0 5px;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
  background: #ff0000;
  border-radius: 3px;
  min-width: 57px;
}

.bestseller-in {
  padding: 0.5px 9px;
  background: #fd6e22;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}

.update-info {
  padding: 0.5px 9px;
  background: #0066ff;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  color: #ffffff;
}

.tabs-wrapper {
  position: relative;
}
.tabs-wrapper.arrow-hidden .tab-button {
  opacity: 0;
  visibility: hidden;
}
.tabs-wrapper .tab-button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #eff3f3;
  box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02), 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);
  border-radius: 50%;
  cursor: pointer;
}

.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: none;
  margin: 0 0 42px;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 5px 0;
}
.nav-tabs::-webkit-scrollbar {
  width: 0px;
  height: 0;
}
@media (max-width: 767px) {
  .nav-tabs {
    margin: 0 0 25px;
  }
}
.nav-tabs .nav-item .nav-link {
  border: none;
  padding: 0 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
  min-height: 37px;
  border-radius: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .nav-tabs .nav-item .nav-link {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .nav-tabs .nav-item .nav-link {
    padding: 0 7px;
    min-height: 26px;
    font-size: 12px;
  }
}
.nav-tabs .nav-item .nav-link.active {
  padding: 0 30px;
  color: #fff;
  position: relative;
  background: linear-gradient(93.17deg, #fd9822 0%, #fd6e22 100%);
  z-index: 4;
}
.nav-tabs .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(93.17deg, #fd6e22 0%, #fd9822 100%);
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  border-radius: 300px;
  z-index: -1;
}
.nav-tabs .nav-item .nav-link.active:hover {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 1px 1px rgba(0, 0, 0, 0.02);
}
.nav-tabs .nav-item .nav-link.active:hover:before {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .nav-tabs .nav-item .nav-link.active {
    padding: 0 14px;
  }
}
.nav-tabs .nav-item .nav-link.active span {
  color: #fff;
}
.nav-tabs .nav-item .nav-link.active span:after {
  content: none;
}
.nav-tabs .nav-item .nav-link.active:hover span {
  color: #fff;
}
.nav-tabs .nav-item .nav-link span {
  position: relative;
  transition: all 0.3s ease;
}
.nav-tabs .nav-item .nav-link span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #dedede;
  transition: all 0.3s ease;
}
.nav-tabs .nav-item .nav-link:hover span {
  color: #fd6e22;
}
.nav-tabs .nav-item .nav-link:hover span:after {
  left: 50%;
  opacity: 0;
  visibility: hidden;
  width: 0;
}

@media (max-width: 767px) {
  .slider-destroy .swiper-navigation {
    display: none;
  }
}

.swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #eff3f3;
  box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02), 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.swiper-button svg path {
  transition: all 0.3s ease;
}
.swiper-button:after, .swiper-button:before {
  content: none;
}
.swiper-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.swiper-button:hover {
  background: #0066ff;
  box-shadow: 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02), 0px 10px 40px rgba(38, 38, 38, 0.05), 0px 2px 4px rgba(38, 38, 38, 0.02);
}
.swiper-button:hover svg path {
  stroke: #fff;
}

.section-title {
  font-weight: 700;
  font-size: 41px;
  line-height: 48px;
  color: var(--textColor);
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
    line-height: 23px;
  }
  .section-title br {
    display: none;
  }
}
.section-title span {
  display: block;
  margin: 14px 0 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--textColor);
}
@media (max-width: 767px) {
  .section-title span {
    margin: 7px 0 0;
    font-size: 14px;
    line-height: 23px;
  }
}

.content {
  overflow: hidden;
  position: relative;
  padding-top: 68px;
}
@media (max-width: 991px) {
  .content {
    padding-top: 114px;
  }
}
@media (max-width: 767px) {
  .content {
    padding: 104px 0 0;
  }
}
.content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 9;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .content:after {
    content: none;
  }
}
.content.overlay:after {
  opacity: 1;
  visibility: visible;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 7px 30px;
  border-radius: 300px;
  min-height: 40px;
  font-weight: 500;
}
.btn .currency {
  font-size: inherit;
  margin: 0 0 0 3px;
}
@media (max-width: 767px) {
  .btn {
    padding: 7px 30px;
  }
}
.btn.btn-fw {
  font-size: 14px;
  width: 100%;
}
.btn.btn-blue {
  color: #fff;
  transition: all 0.4s ease;
  position: relative;
  background: linear-gradient(93.17deg, #117CAE 0%, #229ED9 100%);
  border: none;
  z-index: 4;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.btn.btn-blue:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(93.17deg, #229ED9 0%, #117CAE 100%);
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  border-radius: 300px;
  z-index: -1;
}
.btn.btn-blue:hover {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 1px 1px rgba(0, 0, 0, 0.02);
}
.btn.btn-blue:hover:before {
  opacity: 0;
  visibility: hidden;
}
.btn.btn-blue:active {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 1px 1px rgba(0, 0, 0, 0.02), inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn.btn-blue:active:before {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.btn.btn-orange {
  color: #fff;
  transition: all 0.4s ease;
  position: relative;
  background: linear-gradient(93.17deg, #fd9822 0%, #fd6e22 100%);
  border: none;
  z-index: 4;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.btn.btn-orange:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(93.17deg, #fd6e22 0%, #fd9822 100%);
  transition: all 0.5s ease;
  opacity: 1;
  visibility: visible;
  border-radius: 300px;
  z-index: -1;
}
.btn.btn-orange:hover {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 1px 1px rgba(0, 0, 0, 0.02);
}
.btn.btn-orange:hover:before {
  opacity: 0;
  visibility: hidden;
}
.btn.btn-orange:active {
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 1px 1px rgba(0, 0, 0, 0.02), inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn.btn-orange:active:before {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.btn.btn-white {
  background: #FFFFFF;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05), 0px 2px 2px rgba(0, 0, 0, 0.05), 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 300px;
  border: 1px solid #fff;
}
.btn.btn-white:hover {
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.btn.btn-white:active {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.05), inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn.btn-white__bordered {
  border: 1px solid #fff;
  color: #fff;
}
.btn.btn-white__bordered:hover {
  background: #fff;
  color: #3d3d3d;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.05);
}
.btn.btn-white__bordered:active {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.05), inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn.btn-orange__bordered {
  border: 1px solid #fd6e22;
  color: var(--textColor);
  position: relative;
}
.btn.btn-orange__bordered:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(93.17deg, #fd6e22 0%, #fd9822 100%);
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  border-radius: 300px;
  z-index: -1;
}
.btn.btn-orange__bordered:hover {
  color: #fff;
}
.btn.btn-orange__bordered:hover:before {
  opacity: 1;
  visibility: visible;
}
.btn.btn-orange__bordered:active {
  color: #fff;
  box-shadow: 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 1px 1px rgba(0, 0, 0, 0.02), inset 0px 2px 1px rgba(0, 0, 0, 0.1);
}
.btn.btn-orange__bordered:active:before {
  opacity: 1;
  visibility: visible;
}
.btn.disabled {
  background: #eff3f3;
  color: #3d3d3d;
  pointer-events: none;
  cursor: default;
}
.btn.disabled:after, .btn.disabled:before {
  content: none;
}
.btn.disabled span {
  color: #3d3d3d;
}

.link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 17px;
  text-decoration-line: underline;
  color: var(--textColor);
  font-weight: 500;
}
.link img,
.link svg {
  margin: 0 12px 0 0;
}
.link.link-black__underline {
  color: var(--textColor);
}
.link.link-black__underline:hover {
  color: #fd6e22;
  text-decoration: none;
}
.link.link-black__underline:active {
  color: #bc5a26;
  text-decoration: none;
}
.link.link-orange__underline {
  color: #FD6E22;
  text-decoration: underline;
}
.link.link-orange__underline:hover {
  color: #FD6E22;
  text-decoration: none;
}
.link.link-orange__underline:active {
  color: #BC5A26;
  text-decoration: none;
}
.form-group-wrapper {
  margin: 0 0 16px;
  position: relative;
}
.form-group-wrapper:not(.w-phone).valid .form-group .form-input {
  border-color: #0066ff;
}
.form-group-wrapper:not(.w-phone).valid span {
  font-size: 12px;
  line-height: 16px;
  top: -8px;
  color: #0066ff;
}
.form-group-wrapper:not(.w-phone).valid span svg {
  display: none;
}
.form-group-wrapper:not(.w-phone) span {
  position: absolute;
  left: 20px;
  top: 17px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #9fa8b0;
  transition: all 0.3s ease;
  font-family: "Raleway";
  font-weight: 500;
  pointer-events: none;
  background: #fff;
  padding: 0 3px;
}
.form-group-wrapper:not(.w-phone) span svg {
  margin: 0 10px 0 0;
}
@media (max-width: 767px) {
  .form-group-wrapper:not(.w-phone) span {
    top: 12px;
    left: 16px;
    font-size: 13px;
  }
}
.form-group-wrapper .form-group {
  position: relative;
  margin: 0;
}
.form-group-wrapper .form-group .form-input {
  width: 100%;
  min-height: 50px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
  border: 1px solid #9fa8b0;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.form-group-wrapper .form-group .form-input::-webkit-input-placeholder {
  color: #9fa8b0;
}
.form-group-wrapper .form-group .form-input::-moz-placeholder {
  color: #9fa8b0;
}
.form-group-wrapper .form-group .form-input:-ms-input-placeholder {
  color: #9fa8b0;
}
.form-group-wrapper .form-group .form-input:-moz-placeholder {
  color: #9fa8b0;
}
.form-group-wrapper .form-group .form-input:hover {
  border-color: #0066ff;
}
@media (max-width: 767px) {
  .form-group-wrapper .form-group .form-input {
    min-height: 42px;
    font-size: 12px;
    line-height: 14px;
  }
}
.form-group-wrapper .form-group .form-input:focus > span {
  font-size: 12px;
  line-height: 16px;
  top: -8px;
  color: #0066ff;
}
.form-group-wrapper .form-group textarea.form-input {
  width: 100%;
  min-height: 83px;
  padding: 14px 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
  border: 1px solid #9fa8b0;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.form-group-wrapper .form-group textarea.form-input::-webkit-input-placeholder {
  color: #9fa8b0;
}
.form-group-wrapper .form-group textarea.form-input::-moz-placeholder {
  color: #9fa8b0;
}
.form-group-wrapper .form-group textarea.form-input:-ms-input-placeholder {
  color: #9fa8b0;
}
.form-group-wrapper .form-group textarea.form-input:-moz-placeholder {
  color: #9fa8b0;
}
.form-group-wrapper .form-group textarea.form-input:hover {
  border-color: #0066ff;
}
@media (max-width: 767px) {
  .form-group-wrapper .form-group textarea.form-input {
    min-height: 42px;
    font-size: 12px;
    line-height: 14px;
  }
}
.form-group-wrapper .form-group.has-error .form-input {
  border: 1px solid #ff0000;
}
.form-group-wrapper .form-group.has-error .form-input::-webkit-input-placeholder {
  color: #ff0000;
}
.form-group-wrapper .form-group.has-error .form-input::-moz-placeholder {
  color: #ff0000;
}
.form-group-wrapper .form-group.has-error .form-input:-ms-input-placeholder {
  color: #ff0000;
}
.form-group-wrapper .form-group.has-error .form-input:-moz-placeholder {
  color: #ff0000;
}
.form-group-wrapper .form-group.has-error .form-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-group-wrapper .form-group.has-error .form-input:focus::-moz-placeholder {
  color: transparent;
}
.form-group-wrapper .form-group.has-error .form-input:focus:-ms-input-placeholder {
  color: transparent;
}
.form-group-wrapper .form-group.has-error .form-input:focus:-moz-placeholder {
  color: transparent;
}
.form-group-wrapper .form-group.has-error textarea.form-input {
  border: 1px solid #ff0000;
}
.form-group-wrapper .form-group.has-error textarea.form-input::-webkit-input-placeholder {
  color: #ff0000;
}
.form-group-wrapper .form-group.has-error textarea.form-input::-moz-placeholder {
  color: #ff0000;
}
.form-group-wrapper .form-group.has-error textarea.form-input:-ms-input-placeholder {
  color: #ff0000;
}
.form-group-wrapper .form-group.has-error textarea.form-input:-moz-placeholder {
  color: #ff0000;
}
.form-group-wrapper .form-group.has-error textarea.form-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form-group-wrapper .form-group.has-error textarea.form-input:focus::-moz-placeholder {
  color: transparent;
}
.form-group-wrapper .form-group.has-error textarea.form-input:focus:-ms-input-placeholder {
  color: transparent;
}
.form-group-wrapper .form-group.has-error textarea.form-input:focus:-moz-placeholder {
  color: transparent;
}
.form-group-wrapper .form-group.has-error .help-block {
  padding: 8px 0 0;
  font-size: 12px;
  line-height: 19px;
  color: #ff0000;
}
.form-group-wrapper .form-group.has-error + span,
.form-group-wrapper .form-group.has-error span, .form-group-wrapper .form-group.has-error + .link {
  color: #ff0000;
  text-decoration: none;
}
.form-group-wrapper .form-group.has-error span svg {
  display: none;
}

.form-group-wrapper.w-phone.valid .form-phone .iti__flag-container .iti__selected-flag {
  border-color: #0066ff;
}
.form-group-wrapper.w-phone .form-phone {
  margin: 0 10px 0 0;
}
.form-group-wrapper.w-phone .form-phone input {
  display: none;
}
.form-group-wrapper.w-phone .form-phone .iti__flag-container {
  position: static;
}
.form-group-wrapper.w-phone .form-phone .iti__flag-container .iti__selected-flag {
  border-radius: 3px;
  border: 1px solid var(--darkgrey, #9FA8B0);
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 91px;
  padding: 0 5px;
  transition: all 0.3s ease;
}
.form-group-wrapper.w-phone .form-phone .iti__flag-container .iti__selected-flag:hover {
  border-color: #0066ff;
}
@media (max-width: 767px) {
  .form-group-wrapper.w-phone .form-phone .iti__flag-container .iti__selected-flag {
    min-height: 42px;
  }
}

.form-group-wrapper.w-phone .form-phone .iti__arrow.iti__arrow--up {
  transform: rotate(-180deg);
}
.form-group-wrapper.w-phone .form-phone .iti__selected-flag {
  background: transparent;
  padding: 0;
}
.form-group-wrapper.w-phone .form-phone .iti__selected-dial-code {
  font-size: 14px;
  font-weight: 500;
  color: #9FA8B0;
  margin: 0 0 0 5px;
}
@media (max-width: 767px) {
  .form-group-wrapper.w-phone .form-phone .iti__selected-dial-code {
    font-size: 12px;
  }
}
.form-group-wrapper.w-phone .form-phone .iti__country-list {
  overflow-y: scroll;
  overflow-x: hidden;
  top: 100%;
  left: 3px;
  width: 334px;
  border-radius: 3px;
  border: 1px solid var(--darkgrey, #9FA8B0);
  z-index: 7;
}
.form-group-wrapper.w-phone .form-phone .iti__country-list li {
  font-size: 13px;
  font-weight: 500;
  color: #9FA8B0;
}
.form-bgblue .form-group-wrapper.valid .form-group .form-input {
  border: none;
}
.form-bgblue .form-group-wrapper .form-group .form-input {
  border: none;
}
.form-bgblue .form-group-wrapper .form-group .form-input:hover {
  border: none;
}
.form-bgblue .form-group-wrapper .form-group .form-input::-webkit-input-placeholder {
  color: #9fa8b0;
}
.form-bgblue .form-group-wrapper .form-group .form-input::-moz-placeholder {
  color: #9fa8b0;
}
.form-bgblue .form-group-wrapper .form-group .form-input:-ms-input-placeholder {
  color: #9fa8b0;
}
.form-bgblue .form-group-wrapper .form-group .form-input:-moz-placeholder {
  color: #9fa8b0;
}
.form-bgblue .form-group-wrapper .form-group span {
  display: none;
}
.form-bgblue .form-group-wrapper .form-group.has-error .form-input {
  border: 1px solid #ff0000;
}
.form-bgblue .form-group-wrapper .form-group.has-error .form-input::-webkit-input-placeholder {
  color: #ff0000;
}
.form-bgblue .form-group-wrapper .form-group.has-error .form-input::-moz-placeholder {
  color: #ff0000;
}
.form-bgblue .form-group-wrapper .form-group.has-error .form-input:-ms-input-placeholder {
  color: #ff0000;
}
.form-bgblue .form-group-wrapper .form-group.has-error .form-input:-moz-placeholder {
  color: #ff0000;
}
.form-bgblue .form-group-wrapper .form-group.has-error span {
  color: #ff0000;
}
.form-bgblue .form-group-wrapper .form-group.has-error .help-block {
  padding: 1.5px 10px;
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  background: #ff0000;
}
.form-bgblue .form-group-wrapper.w-phone .form-phone .iti__selected-flag {
  background: #fff;
  border: none;
}
.form-bgblue .form-group-wrapper.w-phone .form-phone .iti__selected-flag {
  min-height: 44px;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown_toggle {
  width: 100%;
  min-height: 50px;
  padding: 0px 20px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dropdown .dropdown_toggle span {
  pointer-events: none;
}
.dropdown .caret {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 2;
  pointer-events: none;
}
.dropdown.active .caret {
  transform: translateY(-50%) rotate(180deg);
}
.dropdown.active .dropdown_toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown .dropdown_list {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9999;
  top: 100%;
  pointer-events: none;
  background: #fff;
  padding: 0 20px 17px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.dropdown .dropdown_list.show {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.dropdown .dropdown_list li {
  margin: 0 0 17px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
}
.dropdown .dropdown_list li:hover {
  color: #fd6e22;
}
.dropdown .dropdown_list li a {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #3d3d3d;
}
.dropdown .dropdown_list li a:hover {
  color: #fd6e22;
}
.dropdown .dropdown_list li img {
  margin: 0 10px 0 0;
}
.dropdown .dropdown_list li:nth-last-child(1) {
  margin: 0;
}
.dropdown.w_toggle .caret {
  top: 20px;
  transform: translateY(0);
}
.dropdown.w_toggle.active .caret {
  transform: translateY(0) rotate(-180deg);
}
.dropdown.w_toggle .dropdown_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  pointer-events: none;
}
.dropdown.w_toggle .dropdown_list {
  position: static;
  opacity: 1;
  visibility: visible;
  transition: none;
  display: none;
  pointer-events: all;
}
.dropdown.w_toggle .dropdown_list li {
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dropdown.phone-select .dropdown_toggle {
  position: relative;
}
.dropdown.phone-select .dropdown_toggle span {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #9fa8b0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 35px);
}
.dropdown.phone-select .dropdown_toggle span img {
  margin: 0 10px 0 0;
  filter: grayscale(1);
}
.dropdown.bordered-select .dropdown_toggle {
  padding: 0 33px 0 14px;
  min-height: 36px;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #3d3d3d;
  border: 1px solid #eff3f3;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .dropdown.bordered-select .dropdown_toggle {
    border-radius: 20px;
  }
  .dropdown.bordered-select .dropdown_toggle span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 101px;
  }
}
.dropdown.bordered-select .dropdown_toggle span {
  pointer-events: none;
}
.dropdown.bordered-select .dropdown_list {
  border-left: 1px solid #eff3f3;
  border-right: 1px solid #eff3f3;
  border-bottom: 1px solid #eff3f3;
  padding: 0px;
}
@media (max-width: 767px) {
  .dropdown.bordered-select .dropdown_list {
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
  }
}
.dropdown.bordered-select .dropdown_list li {
  font-size: 13px;
  line-height: 15px;
  padding: 7px 14px;
  width: 100%;
  margin: 0;
}
.dropdown.bordered-select.active .dropdown_toggle {
  border-bottom: 1px solid transparent;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.breadcrumbs {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .breadcrumbs {
    padding: 10px 0 20px;
  }
}
.breadcrumbs + .section {
  padding-top: 0;
}
.breadcrumbs + .section-conferentions {
  padding: 40px 0 58px;
}
@media (max-width: 767px) {
  .breadcrumbs + .section-conferentions {
    padding: 0 0 30px;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
}
.breadcrumbs ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #bdbdbd;
  white-space: nowrap;
}
.breadcrumbs ul li a:after {
  content: "/";
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
  margin: 2px 9px 0;
  color: #9fa8b0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs ul li span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #bdbdbd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.mfp-ready.mfp-bg {
  opacity: 0.3;
}

.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-wrap {
  overflow: hidden;
}

.popup {
  max-width: 408px;
  background: #fff;
  margin: 0px auto;
  position: relative;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .popup {
    padding: 30px 10px;
    min-height: 100dvh;
    margin: 0 -10px;
    border-radius: 0;
    min-width: calc(100% + 20px);
  }
}
.popup .popup-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #3d3d3d;
  margin: 0 0 17px;
}
@media (max-width: 767px) {
  .popup .popup-title {
    font-size: 16px;
  }
}
.popup .popup-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #3d3d3d;
  margin: 0 0 16px;
}
.popup .add-info {
  text-align: center;
  color: #999;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  margin: 16px 0 0;
}
.popup .add-info a {
  text-decoration: underline;
}
.popup .add-info a:hover {
  text-decoration: none;
}
.popup .mfp-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: 16px;
}
@media (max-width: 767px) {
  .popup .mfp-close {
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
  }
}
.popup .nav-tabs {
  margin: 0 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: nowrap;
  overflow: visible;
}
.popup .nav-tabs .nav-item .nav-link {
  background: transparent;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #3d3d3d;
  min-width: 139px;
  border-bottom: 2px solid #eff3f3;
  border-radius: 0;
  padding: 14px 24.5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .popup .nav-tabs .nav-item .nav-link {
    padding: 10px;
    font-size: 12px;
  }
}
.popup .nav-tabs .nav-item .nav-link:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fd6e22;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.popup .nav-tabs .nav-item .nav-link span:after {
  content: none;
}
.popup .nav-tabs .nav-item .nav-link.active {
  background: transparent;
}
.popup .nav-tabs .nav-item .nav-link.active:before {
  content: none;
}
.popup .nav-tabs .nav-item .nav-link.active:hover {
  box-shadow: none;
}
.popup .nav-tabs .nav-item .nav-link.active:after {
  width: 100%;
  left: 0;
  opacity: 1;
  visibility: visible;
}
.popup .nav-tabs .nav-item .nav-link.active span {
  color: #3d3d3d;
}
.popup.login-popup {
  padding: 6px 40px 40px;
}
@media (max-width: 767px) {
  .popup.login-popup {
    padding: 10px 10px 20px;
  }
}
.popup.login-popup .form-group-wrapper {
  margin: 0 0 14px;
}
.popup.login-popup .forgot {
  margin: 0 0 18px 20px;
  display: table;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  text-decoration-line: underline;
  color: #3d3d3d;
}
.popup.login-popup .forgot:hover {
  text-decoration: none;
}
.popup.login-popup small {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #9fa8b0;
}
.popup.login-popup .btn {
  min-width: 100%;
}
.popup.login-popup .add-info {
  color: #9e9e9e;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #3d3d3d;
  margin: 15px 0 0;
}
.popup.login-popup .add-info a {
  text-decoration: underline;
}
.popup.login-popup .add-info a:hover {
  text-decoration: none;
}
.popup.login-popup form.register-form .form-group-wrapper {
  margin: 0 0 10px;
}
.popup.forgot-popup {
  padding: 36px 40px 34px;
}
@media (max-width: 767px) {
  .popup.forgot-popup {
    padding: 20px 15px;
  }
}
.popup.forgot-popup .form-group-wrapper {
  margin: 0 0 18px;
}
.popup.forgot-popup .btn {
  min-width: 100%;
}
.popup.success-popup {
  padding: 40px 34px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .popup.success-popup {
    padding: 30px 10px;
  }
}
.popup.success-popup svg {
  margin: 0 0 16px;
}
.popup.success-popup p {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #3d3d3d;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .popup.success-popup p {
    font-size: 20px;
    line-height: 24px;
  }
}
.popup.success-popup span {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #3d3d3d;
}
.popup.text-popup {
  max-width: 728px;
  padding: 40px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .popup.text-popup {
    padding: 20px 10px;
    border-radius: 0;
    margin: 0 -10px;
    max-width: 100%;
    min-width: calc(100% + 20px);
    min-height: 100vh;
  }
}
.popup.text-popup .text-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3d3d3d;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .popup.text-popup .text-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.popup.text-popup .text-content p {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .popup.text-popup .text-content p {
    font-size: 13px;
    line-height: 21px;
  }
}
.popup.text-popup .text-content p:nth-last-child(1) {
  margin: 0;
}
.popup.text-popup .mfp-close {
  right: 41px;
  top: 47px;
}
@media (max-width: 767px) {
  .popup.text-popup .mfp-close {
    right: 15px;
    top: 12px;
  }
}
.popup.personal-popup {
  padding: 40px;
}
@media (max-width: 767px) {
  .popup.personal-popup {
    padding: 10px;
  }
  .popup.personal-popup .form-group-wrapper .form-group .form-input {
    min-height: 50px;
  }
  .popup.personal-popup .form-group-wrapper span {
    top: 17px;
  }
  .popup.personal-popup .form-group-wrapper.valid span {
    top: -8px;
  }
}
.popup.personal-popup .popup-middle {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #3d3d3d;
}
.popup.personal-popup .dropdown {
  margin: 0 0 16px;
}
.popup.personal-popup .dropdown_toggle {
  border: 1px solid #9FA8B0;
}
.popup.personal-popup .dropdown .dropdown_list {
  border: 1px solid #9FA8B0;
  border-top: none;
}
.popup.personal-popup .dropdown.active .dropdown_toggle {
  border-bottom: 1px solid #fff;
}
.popup.personal-popup .btn {
  min-width: 100%;
}

@media (max-width: 767px) {
  .modal {
    padding-right: 0;
  }
}
.modal .modal-dialog {
  max-width: 408px;
  border: none;
}
@media (max-width: 767px) {
  .modal .modal-dialog {
    max-width: 100%;
  }
}
.modal .modal-dialog .modal-content {
  padding: 40px;
  border: none;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content {
    padding: 20px 10px;
  }
}
.modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 17px;
  top: 17px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .close {
    right: 10px;
  }
}
.modal .modal-dialog .modal-content .modal-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #3d3d3d;
  margin: 0 0 16px;
}
.modal .modal-dialog .modal-content .modal-subtitle {
  font-size: 14px;
  line-height: 21px;
  color: #3d3d3d;
  margin: 0 0 16px;
}
.modal .modal-dialog .modal-content .btn {
  min-width: 100%;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .btn {
    margin: 0 0 8px;
  }
}
.modal .modal-dialog .modal-content a.add-info {
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #999;
  text-decoration: underline;
}
.modal .modal-dialog .modal-content a.add-info:hover {
  text-decoration: none;
}
.modal.modal-letter .modal-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.modal.modal-payment .modal-dialog {
  max-width: 728px;
}
@media (max-width: 767px) {
  .modal.modal-payment .modal-dialog {
    margin: 0;
  }
}
.modal.modal-payment .modal-content {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .modal.modal-payment .modal-content {
    padding: 20px 10px;
    border-radius: 0;
    max-width: 100%;
    min-height: 100vh;
  }
}
.modal.modal-payment .modal-content .text-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #3d3d3d;
  margin: 0 0 16px;
}
@media (max-width: 767px) {
  .modal.modal-payment .modal-content .text-title {
    font-size: 16px;
    line-height: 19px;
  }
}
.modal.modal-payment .modal-content .text-content p {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .modal.modal-payment .modal-content .text-content p {
    font-size: 13px;
    line-height: 21px;
  }
}
.modal.modal-payment .modal-content .text-content p:nth-last-child(1) {
  margin: 0;
}
.modal.modal-payment .modal-content .close {
  right: 41px;
  top: 47px;
}
@media (max-width: 767px) {
  .modal.modal-payment .modal-content .close {
    right: 15px;
    top: 12px;
  }
}
.modal.modal-order .popup-middle {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  color: #3d3d3d;
}
.modal.modal-order .dropdown {
  margin: 0 0 16px;
}
.modal.modal-order .dropdown_toggle {
  border: 1px solid #9FA8B0;
}
.modal.modal-order .dropdown .dropdown_list {
  border: 1px solid #9FA8B0;
  border-top: none;
}
.modal.modal-order .dropdown.active .dropdown_toggle {
  border-bottom: 1px solid #fff;
}
.modal.modal-order .btn {
  min-width: 100%;
}
.modal.modal-order .add-info {
  color: #9e9e9e;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #3d3d3d;
}
.modal.modal-order .add-info a {
  text-decoration: underline;
}
.modal.modal-order .add-info a:hover {
  text-decoration: none;
}
.modal.modal-thanks .modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.modal.modal-thanks .modal-content svg {
  margin: 0 0 20px;
}
.modal.modal-thanks .modal-content .modal-subtitle {
  margin: 0;
}

.modal-backdrop {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.show {
  display: block !important;
}

.flags-courses {
  margin: auto;
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/img/flags/flags.png");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
  display: inline-block;
  margin: 0 0 0 5px;
}
.flags-courses.ua {
  height: 14px;
  background-position: -5175px 0px;
}
.flags-courses.gb {
  height: 14px;
  background-position: -1775px 0px;
  height: 10px;
}
.spinner {
  width: 100px;
  height: 100px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
.spinner .double-bounce1,
.spinner .double-bounce2 {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  background-color: #FD6E22;
  opacity: 0.7;
  position: absolute;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.spinner .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/** END CONTENT **/
/** START FOOTER **/
footer .footer-top {
  padding: 84px 0 91px;
  background: #eff3f3;
}
@media (max-width: 767px) {
  footer .footer-top {
    padding: 0;
    background: #fff;
  }
  footer .footer-top .row {
    margin: 0;
  }
  footer .footer-top .row [class*=col-] {
    padding: 0;
  }
  footer .footer-top .container {
    padding: 0;
  }
}
footer .footer-top__title {
  color: #969898;
  font-size: 16px;
  line-height: 21px;
  margin: 0 0 15px;
  pointer-events: none;
}
@media (max-width: 767px) {
  footer .footer-top__title.toggle-title {
    padding: 16px 10px 18px;
    font-family: "Raleway";
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    color: var(--textColor);
    position: relative;
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
    background: #eff3f3;
    pointer-events: all;
  }
  footer .footer-top__title.toggle-title:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background: url("../images/footer-chevron.svg") center no-repeat;
    width: 14px;
    transition: all 0.3s ease;
    height: 9px;
    transform: translateY(-50%);
  }
  footer .footer-top__title.toggle-title.toggled {
    border: none;
  }
  footer .footer-top__title.toggle-title.toggled:after {
    transform: translateY(-50%) rotate(-180deg);
  }
}
footer .footer-top__toggle {
  position: relative;
}
@media (max-width: 767px) {
  footer .footer-top__toggle {
    display: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 0 10px 15px;
    background: #eff3f3;
  }
}
@media (max-width: 991px) {
  footer .footer-top__menu {
    margin: 0 0 24px;
  }
}
@media (max-width: 767px) {
  footer .footer-top__menu {
    margin: 0;
  }
}
footer .footer-top__menu li {
  margin: 0 0 15px;
}
footer .footer-top__menu li:nth-last-child(1) {
  margin: 0;
}
footer .footer-top__menu li a {
  font-size: 16px;
  line-height: 21px;
  color: var(--textColor);
}
footer .footer-top__menu li a:hover {
  color: #fd6e22;
}
@media (max-width: 767px) {
  footer .footer-top__contact {
    padding: 20px 10px;
  }
}
footer .footer-top__contact ul li:nth-last-child(1) {
  margin: 0 0 15px;
}
footer .footer-top__contact ul li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: var(--textColor);
  font-family: "Raleway";
}
footer .footer-top__contact ul li a:hover {
  color: #fd6e22;
}
footer .footer-top__contact ul li a img {
  margin: 0 12px 0 0;
}
footer .footer-top__adress {
  display: block;
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #9fa8b0;
}
footer .footer-top__socials {
  margin: 0 0 15px;
}
footer .footer-top__socials p {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: var(--textColor);
}
footer .footer-top__socials ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .footer-top__socials ul li {
  margin: 0 12px 0 0;
}
footer .footer-top__socials ul li:nth-last-child(1) {
  margin: 0;
}
footer .footer-top__socials ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #ffffff;
  border-radius: 10px;
}
footer .footer-top__socials ul li a img {
  margin: 0;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  footer .footer-top__socials ul li a {
    background: #eff3f3;
  }
}
footer .footer-top__socials ul li a:hover img {
  filter: brightness(0) invert(1);
}
footer .footer-top__socials ul li a.telegram:hover {
  background: #35aee2;
}
footer .footer-top__socials ul li a.youtube:hover {
  background: #ff0000;
}
footer .footer-top__socials ul li a.facebook:hover {
  background: #1d52a1;
}
footer .footer-top__socials ul li a.linked:hover {
  background: #1870b1;
}
footer .footer-top__socials ul li a.instagram:hover {
  background: #3d3d3d;
}
footer .footer-top__socials ul li a.whatsapp:hover {
  background: #00c232;
}
footer .footer-top__socials ul li a.viber:hover {
  background: #aa5abe;
}
footer .footer-top__subscribers {
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: var(--textColor);
}
footer .footer-top__subscribers small {
  font-weight: 700;
}
footer .footer-bottom {
  padding: 29px 0 44px;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    padding: 30px 0 15px;
  }
}
footer .footer-bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  footer .footer-bottom .container {
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
  }
}
footer .footer-bottom__left {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  footer .footer-bottom__left {
    margin: 0 0 25px;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  footer .footer-bottom__left {
    margin: 0 0 15px;
  }
}
footer .footer-bottom__left .logo {
  margin: 0 30px 0 0;
}
@media (max-width: 767px) {
  footer .footer-bottom__left .logo {
    margin: 0;
  }
}
footer .footer-bottom__left .logo:hover {
  opacity: 0.7;
}
footer .footer-bottom__left .made-by {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  footer .footer-bottom__left .made-by {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
  }
}
footer .footer-bottom__left .made-by p {
  font-size: 12px;
  line-height: 130%;
  color: var(--textColor);
  margin: 0 12px 0 0;
}
footer .footer-bottom__left .made-by a img {
  display: block;
}
@media (max-width: 991px) {
  footer .footer-bottom__right {
    order: 2;
  }
}
footer .footer-bottom__right ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-bottom__right ul li {
  margin: 0 0 0 30px;
}
footer .footer-bottom__right ul li:nth-child(1) {
  margin: 0;
}
footer .footer-bottom__copy {
  font-size: 12px;
  line-height: 16px;
  color: #9fa8b0;
}
@media (max-width: 991px) {
  footer .footer-bottom__copy {
    width: 100%;
    order: 2;
    margin: 0 0 15px;
    text-align: center;
  }
}
footer.checkout-footer {
  background: #EFF3F3;
}
footer.checkout-footer .footer-bottom {
  padding: 20px 0;
}

/** END FOOTER **/
.darktheme header {
  background: #1F1F1F;
  border-color: #1F1F1F;
}
.darktheme header .header-right__login svg path {
  stroke: #fff;
}
.darktheme .catalog-inner__wrapper,
.darktheme .submenu-wrapper,
.darktheme .lang ul,
.darktheme .course,
.darktheme .conf-item,
.darktheme .article:after,
.darktheme header .header-left__mobile,
.darktheme header .header-left__mobile:before,
.darktheme .lector,
.darktheme .section-faq.section-participate,
.darktheme .section-reward .reward-alert,
.darktheme .section-how.certificate-how .how-wrapper,
.darktheme .section-faq.faq-certificate .faq-wrapper,
.darktheme header.inner:after,
.darktheme header .header-left__mobile:after,
.darktheme .mob-nav,
.darktheme .mob-nav__middle .submenu,
.darktheme .mob-nav__middle .thirdmenu,
.darktheme header .header-right__cabinet .cabinet-menu__wrapper,
.darktheme .filter-window {
  background: #1F1F1F !important;
  border-color: #1F1F1F;
}
.darktheme .mob-nav__middle .submenu-top a,
.darktheme .thirdmenu-back {
  background: transparent !important;
}
.darktheme .section-main__wrapper:before,
.darktheme .section-main__banners:after,
.darktheme .section-conferentions .container:after,
.darktheme .section-helpers .container:before,
.darktheme .section-helpers .container:after,
.darktheme .blue-envelope:before,
.darktheme .blue-envelope:after,
.darktheme .section-description .study .container:after,
.darktheme .section-grey .container:before,
.darktheme .enroll .courses-wrapper .row [class*=col-]:before,
.darktheme .enroll .courses-wrapper .row [class*=col-]:after,
.darktheme .section-error .error-wrapper:before,
.darktheme .section-certificate.cert-grey .container:before,
.darktheme .section-video.video-corp-bottom .video-slider:after,
.darktheme .section-faq.section-participate::before,
.darktheme .section-lectors .lectors-wrapper:after,
.darktheme .section-lector .lector-envelope:before,
.darktheme .section-stages.partner-stages .container:before,
.darktheme .section-statistic:after,
.darktheme .section-history.first-section .row:not(.history-row):after,
.darktheme .section-history.third-section .row:not(.history-row):before,
.darktheme .section-history.third-section .history-row:after,
.darktheme .section-profile .profile:before,
.darktheme .section-certificate .certificate-wrapper:before,
.darktheme .section-contacts .contacts-wrapper:before,
.darktheme .section-how.certificate-how .container:before,
.darktheme .section-faq.faq-certificate .faq-wrapper:before,
.darktheme .section-progress .container:before,
.darktheme .progress-item:after {
  opacity: 0.1;
}
.darktheme .article:hover:after,
.darktheme .section-history .article:after {
  border-color: #FD6E22 !important;
}
.darktheme footer .footer-top {
  background: #1F1F1F;
}
.darktheme footer .footer-top__toggle, .darktheme footer .footer-top__title {
  background: #1F1F1F;
}
.darktheme .search-filter form .form-group .form-input,
.darktheme .search-filter .dropdown_toggle,
.darktheme .search-filter .dropdown_list {
  background: #1F1F1F !important;
  color: #9FA8B0 !important;
}
.darktheme .search-filter .dropdown.bordered-select .dropdown_list li {
  color: #fff;
}
.darktheme .search-filter .dropdown.bordered-select .dropdown_list li:hover {
  color: #fd6e22;
}
.darktheme .search-filter form .form-group .form-input {
  border-color: #9FA8B0;
}
.darktheme .form-bgblue .form-input,
.darktheme .form-bgblue .dropdown_toggle,
.darktheme .form-bgblue .dropdown_list {
  background: #fff !important;
}
.darktheme .form-bgblue .form-input li,
.darktheme .form-bgblue .dropdown_toggle li,
.darktheme .form-bgblue .dropdown_list li {
  color: #3d3d3d;
}
.darktheme .swiper-pagination-bullet {
  background: #fff;
}
.darktheme .section-description,
.darktheme .section-grey,
.darktheme .section-certificate.cert-grey,
.darktheme .section-stages.partner-stages,
.darktheme .section-statistic,
.darktheme .section-history.grey-bg,
.darktheme .filter-window .btns {
  background: #1F1F1F;
}
.darktheme .study-wrapper,
.darktheme .course-item,
.darktheme .section-resume .vacancy-wrapper,
.darktheme .section-grey .faq-envelope,
.darktheme .section-grey.grey-conf .countdown-wrapper > p,
.darktheme .enroll .countdown .countdown-items,
.darktheme .enroll .countdown .countdown-item,
.darktheme .section-blog-inner-content .grey-block,
.darktheme .post .post-author,
.darktheme .post .post-rating,
.darktheme .page-comments .my-comment textarea,
.darktheme .section-faq.section-participate .faq-wrapper,
.darktheme .info-wrapper,
.darktheme .section-stages.partner-stages .stage,
.darktheme .section-history .article,
.darktheme .section-history.second-section .article:after,
.darktheme .lection,
.darktheme .section-profile .profile,
.darktheme .profile-form,
.darktheme .section-contacts .contacts-wrapper__left,
.darktheme .section-contacts .contacts-wrapper__right,
.darktheme .certificate,
.darktheme .section-faq.section-participate .faq-wrapper__left,
.darktheme .interview,
.darktheme .mob-nav__middle a {
  background: #444444;
  border-color: #444444;
}
.darktheme .course-item ul li:before,
.darktheme .course-item__price .sale-info:after,
.darktheme .section-faq.section-participate .faq-wrapper__left .collapse-item .collapse-body ul li:before,
.darktheme .course .course-program:after,
.darktheme .section-rules .rules-wrapper ul li:before,
.darktheme .section-faq.faq-certificate .faq-wrapper__left ul li:before,
.darktheme .course-item .countdown__black .countdown-item__separator,
.darktheme .section-resume .vacancy-wrapper .vacancy-body__left ul li:before {
  filter: brightness(0) invert(1);
}
.darktheme .course-item .countdown__black span {
  color: #fff;
}
.darktheme .section-mailing .form-group-wrapper .form-group .form-input {
  background: #fff !important;
}
.darktheme .conf-envelope__right ul:after {
  background: linear-gradient(180deg, rgba(239, 243, 243, 0) 0%, #1f1f1f 100%);
}
.darktheme .enroll .countdown .smalltext,
.darktheme .table-overflow table tbody tr td,
.darktheme .default-table table tbody tr td {
  color: #fff;
}
.darktheme .table-overflow table tbody tr:nth-child(2n) td,
.darktheme .default-table table tbody tr:nth-child(2n) td {
  color: #333;
}
.darktheme .course .course-program {
  background: #3d3d3d;
}
.darktheme .sidebar-check.disabled .checkmark {
  background: #3D3D3D;
  border-color: #3D3D3D;
}
.darktheme .section-history.second-section .article {
  border-color: transparent !important;
}
.darktheme .section-history.second-section .article:After {
  background: #444444 !important;
  left: -2px;
  width: calc(100% + 4px);
  opacity: 0;
  visibility: hidden;
}
.darktheme .section-history.second-section .article:hover:after {
  opacity: 1;
  visibility: visible;
}
.darktheme .section-reviews .reviews-slider .swiper-slide .review-image {
  border: none;
}
.darktheme .section-study .study-wrapper {
  background: transparent;
}
.darktheme .profile-form .form-group-wrapper .form-group .form-input,
.darktheme .progress-item__body {
  background: transparent;
}
.darktheme .profile-form .form-group-wrapper span {
  background: #444444;
}
.darktheme .white-fill {
  fill: #fff;
}
.darktheme .form-bgblue .form-group-wrapper .form-group .form-input,
.darktheme .section-mailing .form-group-wrapper .form-group .form-input {
  color: #3d3d3d;
}
@media (max-width: 767px) {
  .darktheme .section-how.certificate-how .how-wrapper {
    background: transparent !important;
  }
}
@media screen and (max-height: 800px) {
  .catalog-inner {
    height: calc(100vh - 80px);
    overflow: hidden;
  }
  .catalog-inner__wrapper {
    height: calc(100vh - 115px);
    overflow: hidden;
  }
  .catalog-inner__wrapper .catalog-right {
    max-height: 600px;
  }
  .catalog-inner__wrapper .catalog-right::-webkit-scrollbar {
    width: 6px;
    border-radius: 6px;
  }
  .catalog-inner__wrapper .catalog-right::-webkit-scrollbar-track {
    background: #fff;
  }
  .catalog-inner__wrapper .catalog-right::-webkit-scrollbar-thumb {
    background: linear-gradient(93.17deg, #fd6e22 0%, #fd9822 100%);
    border-radius: 6px;
  }
}
