@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
@font-face {
  font-family: Ubuntu;
  font-display: swap;
  src: url("/local/templates/curs-sale.ru/fonts/Ubuntu-Medium.woff2") format("woff2"), url("../fonts/Ubuntu-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Ubuntu;
  font-display: swap;
  src: url("/local/templates/curs-sale.ru/fonts/Ubuntu-Regular.woff2") format("woff2"), url("../fonts/Ubuntu-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body.no-scrooll, html.no-scrooll {
  overflow: hidden;
}
.catalog-section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-12 {
  width: 100%;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


@media (min-width: 768px){
		.col-sm-4 {
			width: 33.33333333%;
		}
}



.header {
  padding: 10px 0px 0px;
  margin: 0px 0px 35px;
}
.header__link:hover svg {
  stroke: #7239FF;
}
.header__link:hover p {
  color: #7239FF;
}
.header__link svg {
  stroke: #1C2028;
}
.header__link p {
  color: #1C2028;
}
.header__search {
  background: #fff;
}
.header-top {
  position: relative;
  z-index: 4;
  margin: 0px 0px 26px;
}
.header-top__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-top__geo {
    max-width: 185px;
}
.header-top__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: 0 0;
    border: none;
    gap: 7px;
}
.sdo__link{margin: 0 15px 0 0;}
.header-top__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 1048px;
	display: flex;
	justify-content: end;
}
.header-bottom {
    position: relative;
    z-index: 3;
}
.header-bottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header-bottom__logo {
  position: relative;
  width: 114px;
  height: 34.41px;
  margin: 0px 27px 0px 0px;
}
.header-bottom__logo img {
 
}
.header-bottom__catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    width: 128px;
    height: 44px;
    padding: 10px 17px;
    background: #5e25ff;
    border-radius: 10px;
    margin: 0 15px 0 0;
    color: #fff;
	cursor:pointer;
}
.header-bottom__catalog span {
    position: absolute;
    width: 18px;
    height: 2px;
    top: 14.5px;
    left: 20px;
    z-index: 2;
    border-radius: 3px;
    background: #fff;
}
.header-bottom__catalog::after,
.header-bottom__catalog::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 2px;
    left: 20px;
    z-index: 2;
    border-radius: 3px;
    background: #fff;
}
.header-bottom__catalog::before {
    top: 22.2px;
}
.header-bottom__catalog::after {
    top: 29.5px;
}
.header-bottom__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 458px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #5e25ff;
    border-radius: 10px;
    padding: 4px;
    background: #fff;
    margin: 0 21px 0 0;
}
.header-bottom__form img {
    display: block;
    margin: 0 10px 0 20px;
}
.header-bottom__form input.input2 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.header-bottom__form .button {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  background: #5E25FF;
  border-radius: 6px;
  right: 0px;
  margin: 0px 0px 0px 10px;
  cursor:pointer;
}
.header-bottom__form .button:hover, .header-bottom__catalog:hover{background: #7239FF;}
.header-bottom__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 21px;
    margin: 0 21px 0 0;
}
.header-bottom__links * {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
    background: 0 0;
}
.header-bottom__callback {
    position: relative;
    z-index: 2;
    opacity: 0.99;
}
.header__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px;
    background: 0 0;
}
.button-header:hover .button-header__img {
    stroke: #7239ff;
}
.button-header:hover .button-header__text {
    color: #7239ff;
}
.button-header.active .button-header__img {
    stroke: #4007e1;
}
.button-header.active .button-header__text {
    color: #4007e1;
}
.button-header__img {
    stroke: #1c2028;
}
.button-header__text {
    font-size: 16px;
    line-height: 15px;
    text-decoration-line: underline;
    color: #5e25ff;
}
.nav-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-header__list button {
    background: 0 0;
    border: none;
}
.nav-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    color: #3e4148;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
}
.nav-header__item p.underline {
    text-decoration: underline;
}
.header__mobile {
    display: none;
}
.fl_upld {
  max-width: 100%;
}
.fl_upld label {
  cursor: pointer;
  color: #4c5d68;
  text-align: center;
}
.file_name_rules{
display: flex;
align-items: center;
color: #A4A6A9;
font-weight: 400;
}
/*
#fl_inp{
  display: none;
}*/
#fl_nm {
  margin-top: 10px;
  float: left;
}

.callback {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 30px;
  text-align: center;
  width: 415px;
}
.callback h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 130%;
  margin: 0px 0px 24px;
}
.callback__form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
.callback__input, .callback textarea {
  display: block;
  border: 2px solid #D2D2D4;
  border-radius: 10px;
  padding: 14.5px 14px;
}
.callback__input:focus, .callback textarea:focus {
  border: 2px solid #5E25FF;
}
.callback__input:focus::placeholder, .callback textarea:focus::placeholder {
  color: #1C2028;
}
.callback textarea {
  height: 162px;
  max-width: 100%;
}
.callback__tip {
  color: #5E25FF;
  font-weight: 400;
  font-size: 12px;
  line-height: 110%;
  text-align: left;
}

.intro {
    margin: 0 0 120px;
}
.intro__service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    gap: 45px;
    border-radius: 20px;
    margin: 0 0 20px;
}
.intro__img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 553px;
    flex: 0 0 553px;
    width: 553px;
    height: 336px;
    overflow: hidden;
    border-radius: 10px;
}
.intro__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.intro__title {
  font-size: 39px;
  line-height: 39px;
  margin: 0 0 15px;
}
.intro__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin: 0 0 28px;
}
.intro__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 38px;
}
.intro__advantages li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 13px;
}
.intro__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.intro__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.3fr 1fr 0.7fr;
    grid-template-columns: 1fr 1.3fr 1fr 0.7fr;
    gap: 28px;
}
.intro__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
}
.item-intro p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.item-intro p b{
    font-size: 18px;
}
.why {
    margin: 0 0 120px;
}
.why__title {
    margin: 0 0 88px;
}
.why__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 74px;
}
.why__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 456px;
    flex: 0 0 456px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 40px 30px 20px 30px;
    text-align: center;
}
.why__items a, .deponingBtn{text-decoration:underline; cursor:pointer;}
.why__items a:hover, .item-why__p a:hover, .deponingBtn:hover{text-decoration: none;}
.item-why__p a::after, .intro__item a::after, .tabs-about__p a::after, .deponingBtn::after { background: url('/local/templates/curs-sale.ru/img/svgicons/link.svg') no-repeat 0 0;
width: 20px;
height: 18px;
display: inline-block;
content:'';
}
.deponingBtn{color: #5E25FF;}

.item-why__p a, .tabs-about__p a{
	position: relative;
	color: #5E25FF;
	stroke: #5E25FF;
	text-decoration:underline;
	cursor:pointer;
}
.item-why__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    top: -30px;
    background: #5e25ff;
    border-radius: 10px;
}
.item-why__title {
    font-size: 24px;
    line-height: 130%;
    margin: 0 0 10px;
}
.item-why__p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.item-why__p button {
    display: inline;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.clients-who {
    margin: 0 0 120px;
}
.clients-who__title {
    margin: 0 0 62px;
}
.clients-who__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(274px, 274px));
    gap: 15px;
	justify-content: center;
}
.clients-who__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 10px;
    min-height: 200px;
	cursor:default;
}
.set__title.title{cursor:default; margin-bottom: 40px;}
.clients-who__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
.clients-who__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #5e25ff;
    opacity: 0.65;
    z-index: 2;
}
.clients-who__item p {
    position: relative;
    z-index: 4;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
}
.education {
  margin: 0px 0px 120px;
}
.education__title {
  margin: 0px 0px 30px;
}
.education__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.education__subtitle:last-child {
    margin-bottom: 0;
}
.education__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(317px, 700px));
    color: #fff;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 25px;
    margin: 0 0 50px;
}
.education__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 20px;
    padding: 26px 46px;
    overflow: hidden;
}
.education__item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1;
}
 .education__item svg {
 }
 .education__item .text{
	color: #00A61B;
	display: flex;
	align-items: center;
 }
 
.education__item:hover .text{color:#fff;}
.education__item:hover .text svg path{stroke: #fff;}
 

.education__item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #fff 45%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #fff 45%, rgba(255, 255, 255, 0) 100%);
    z-index: 2;
}
.education__item:hover::after {
    background: -webkit-gradient(linear, left top, right top, color-stop(45%, #5e25ff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, #5e25ff 45%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, #5e25ff 45%, rgba(255, 255, 255, 0) 100%);
}

.education__item:hover a{color:#fff;}

.education__item a{color: #3E4148;}
.education__item h3,
.education__item p, .education__item .text {
    position: relative;
    z-index: 4;
}
.education__item p, .education__item .text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.education__item p img, .education__item p svg, , .education__item .text img {
    width: 20px;
    height: 20px;
    position: static;
}
.education__item h3 {
    font-size: 28px;
    line-height: 130%;
    margin: 0 0 10px;
}
.set {
    margin: 0 0 150px;
}
.set__title {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.set__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 17px;
}
.set__form button, .set__form .set__download {
    background: 0 0;
    text-decoration: underline;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    color: #5e25ff;
}
.set__form .set__download{padding-right: 25px}
.set__form.text-colored svg{right: 0;}
.set__form button:hover, .set__form .set__download:hover {
    color: #7239ff;
    stroke: #7239ff;
}
.set__form button:active, .set__form .set__download:active {
    color: #4007e1;
    stroke: #4007e1;
}
.set__items {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 700px));
    gap: 32px;
    margin: 0 0 148px;
}
.set__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.set__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
}
.item-set__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 264px;
    flex: 0 0 264px;
    position: relative;
    width: 264px;
    height: 234px;
    overflow: hidden;
    border-radius: 20px;
}
.item-set__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.item-set__content {
    padding: 0 0 0 30px;
}
.item-set__content h3 {
    font-size: 24px;
    line-height: 130%;
    margin: 0 0 10px;
}
.item-set__content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.item-set__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.item-set__list li, .tabs-demo__content li, .item-set__content li{
    list-style: inside;
}
.info-set__title {
    text-align: left !important;
    margin: 0 0 30px;
}
.info-set__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}
.info-set__item {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    position: relative;
    padding: 0 0 0 30px;
    background: url('/local/templates/curs-sale.ru/img/svgicons/paper-purple.svg') no-repeat 0 0;
}
.bx_filter .bx_filter_parameters_box_title{display: flex;}
.bx-sidebar-block .bx_filter .bx_filter_parameters_box_title::after {
background-image: url('/local/templates/curs-sale.ru/img/stroke.svg') !important;
width: 10px;
height: 6px;
background-repeat: no-repeat !important;
margin-left: 5px;
}
.custom-checkbox label{
width: 100%;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
  margin-left: 0px;
  display: flex;
}
.custom-checkbox>input {
  position: absolute !important;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}


.custom-checkbox>span::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 2px solid #D2D2D4;
	border-radius: 5px;
	margin-right: 0.5em;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

  .custom-checkbox>input:checked+span::before {
  border-color: #7239FF;
  background-color: #7239FF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");

}
.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title::after{transform: rotate(180deg);}
.info-set__img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 455px;
    flex: 0 0 455px;
    width: 455px;
}
.info-set__img img {
    position: absolute;
    width: 535px;
    height: 550px;
    top: -80px;
    left: 0;
}
.clients-now {
    margin: 0 0 120px;
}
.clients-now__title {
    margin: 0 0 63px;
}
.clients-now__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
}
.clients-now__item {
   /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content; */
}
.clients-now__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: 90px;
    margin: 0 0 26px;
}
.clients-now p {
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
}

.slider-reviews {
  display: flex;
  flex-direction: column;
  max-width: 1492px;
  margin: 0 auto;
  z-index: 1000;
  padding: 0px 30px;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
  position: relative;
  margin-bottom: 120px;
}


.clients-now {
  display: flex;
  flex-direction: column;
  max-width: 1492px;
  margin: 0 auto;
  z-index: 1000;
  padding: 0px 30px;
  position: relative;
  margin-bottom: 120px;
}
.slider-reviews__title {
  margin: 0px 0px 30px;
}
.slider-reviews__container, .clients-now__items {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px 0px;
}
.slider-reviews__slide {
  position: relative;
  height: 463px !important;
  overflow: hidden;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
}
.slider-reviews__slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.faq__title {
    margin: 0 0 65px;
}
.faq__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.faq__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.item-faq__title {
    position: relative;
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px 30px;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
}
.item-faq__title::after {
    content: "+";
    position: absolute;
    top: 20px;
    right: 25px;
    color: #1c2028;
    font-size: 30px;
    font-weight: 400;
}
.item-faq__title.faq-active {
    background: #5e25ff;
    color: #fff;
}
.item-faq__title.faq-active::after {
    content: "-";
    color: #fff;
}
.item-faq__slide {
    display: none;
    margin: 10px 0 0;
    padding: 20px 30px;
    background: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.faq__aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 415px;
    flex: 0 0 415px;
}
.aside-faq__row {
    padding: 20px;
    text-align: center;
}
.aside-faq__top {
    padding: 0 0 20px;
    border-bottom: 1px solid #d2d2d4;
    margin: 0 0 15px;
}
.aside-faq__title {
    font-size: 28px;
    line-height: 130%;
    margin: 0 0 13px;
}
.aside-faq__subtitle {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    margin: 0 0 20px;
}
.aside-faq a, .aside-tabs a {
    display: block;
    font-weight: 700;
    font-size: 28px;
    line-height: 130%;
    margin: 0 0 3px;
}
.aside-faq__tip {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #d2d2d4;
}
.aside-faq__bottom {
    position: relative;
}
.aside-faq__bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 15px;
}
.aside-faq__btn {
    width: 100%;
}
.deponing, #dialog-content {
    display: none;
    max-width: 1028px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 40px;
}
.deponing__title {
    text-align: left !important;
    margin: 0 0 25px;
}
.deponing__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
}
.deponing__content {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}
.deponing__img {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 317px;
    flex: 0 0 317px;
    width: 317px;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
}
.deponing__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.search {
    display: none;
    position: relative;
    padding: 30px;
    width: 646px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}
.search__title {
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    margin: 0 0 30px;
}
.search__input {
    padding: 10px 14px;
    margin: 0 0 30px;
}
.search__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 78px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 90px 0 0;
    height: 683px;
    overflow-y: auto;
}
.search__row::-webkit-scrollbar {
    width: 7px;
}
.search__row::-webkit-scrollbar-track {
    background: #d2d2d4;
    opacity: 0.3;
    border-radius: 10px;
}
.search__row::-webkit-scrollbar-thumb {
    background: #5e25ff;
    border-radius: 10px;
}
.search__item {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    margin: 0 0 20px;
}
.item-search__title {
    margin: 0 0 20px;
    color: #5e25ff;
}
.item-search__region.active {
    color: #5e25ff;
}
.sign-in {
    display: none;
    width: 455px;
    height: 337px;
    padding: 30px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}
.sign-in__title {
    font-size: 28px;
    line-height: 130%;
    margin: 0 0 24px;
}
.sign-in__input {
    padding: 14.5px 14px;
    margin: 0 0 10px;
}
.sign-in__input:last-child {
    margin: 0 0 20px;
}
.sign-in__btn {
    width: 100%;
    margin: 0 0 20px;
}
.sign-in__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.sign-in__link {
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
    text-decoration-line: underline;
    color: #5e25ff;
}
#timeBtn {
    position: relative;
    z-index: 4;
}
.timeBlock {
    display: none;
    position: absolute;
    background: #fff;
    top: 39px;
    right: 0;
    font-weight: 400;
    font-size: 12px;
    line-height: 110%;
    color: #3e4148;
    padding: 10px;
    width: 162px;
    height: 46px;
}


.thanks-ordering {
  display: none;
  width: 438px;
  padding: 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.thanks-ordering__row {
  position: relative;
  text-align: center;
}
.thanks-ordering__row h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin: 0px 0px 20px;
}
.thanks-ordering__strong {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  margin: 0px 0px 15px;
}
.thanks-ordering__normal {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0px 0px 30px;
}
.thanks-ordering__close {
  width: 100%;
}

.catalog {
  opacity: 0;
  padding: 30px;
  max-width: fit-content;
  position: fixed;
  transform: translate(0px, -25px);
  background: #fff;
  transition: all 300ms ease-in 0ms;
  display: none;

}
.catalog__title {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #5E25FF;
  font-size: 24px;
  line-height: 130%;
  margin: 0px 0px 20px;
  position: relative;
  justify-content: space-between;
  
}
.close__catalog{cursor:pointer;}



#contacts p{margin-bottom:10px;}
.catalog__title a{color: #5E25FF;}
.catalog__row {
  display: flex;
  gap: 40px;
}
.catalog__href {
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #1C2028;
  max-width: 360px;
}
.catalog__link {
  color: #1C2028;
}
.catalog__link:hover {
  color: #7239FF;
  stroke: #7239FF;
}
.catalog__link:active {
  color: #4007E1;
  stroke: #4007E1;
}

.catalog__mobile {

}

.deponing, .search,
.sign-in, .timeBlock,
.callback, .thanks-ordering,
.catalog {
  z-index: 2;
}


.deponing.popup-active, .search.popup-active,
.sign-in.popup-active, .timeBlock.popup-active,
.callback.popup-active, .thanks-ordering.popup-active,
.catalog.popup-active {
  display: block;
  z-index: 4;
  overflow: hidden;
}

.catalog.popup-active {
  transform: translate(0px, 5px);
  opacity: 1;
}


.header-bottom__catalog.popup-active {
  background: #4007E1;
}

/*
.header-bottom__catalog.popup-active span {
  display: none;
}

.header-bottom__catalog.popup-active::after {
  transform: rotate(45deg);
  top: 21px;
}
.header-bottom__catalog.popup-active::before {
  top: 21.2px;
  transform: rotate(-45deg);
}
*/

.footer {
    position: relative;
    margin: 80px 0 0;
    z-index: 2;
}
.footer__center{
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 19px;
margin-bottom: 25px;
}
.footer__center a{
	color: #A8ACB4;
	display: flex;
align-items: center;
justify-content: center;
}
.footer__center img {
  margin-left: 5px;
}
.footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #d2d2d4;
    padding: 50px 0 43px 0;
}
.footer__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 666px;
}
.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
}
.footer__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 24px 0 0;
}
.footer__about p {
    max-width: 377px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.footer__logo {
    position: relative;
    width: 167px;
    height: 50px;
    overflow: hidden;
    margin: 0 0 27px;
}
.footer__logo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer__img {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 8px 0 0;
}
.footer__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.footer__title {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    margin: 0 0 15px;
}
.footer__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    padding: 0 10px;
}
.footer__link {
    display: block;
    margin: 0 0 10px 0;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    color: #1c2028;
}
.footer__nav li{margin: 0 0 10px;}
.footer__link:hover {
    color: #7239ff;
}
.footer__link:active {
    color: #4007e1;
}
.footer__link:last-child {
    margin: 0;
}
.footer__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #1c2028;
}
.footer__contacts {
    max-width: 250px;
}
.footer__contacts p {
    margin: 0 0 10px;
}
.footer__contacts p:last-child {
    margin: 0;
}
.footer__mobile {
    display: none;
}


.intro-cart-item {
  margin: 0px 0px 45px;
}
.intro-cart-item__row {
  display: flex;
  gap: 30px;
  max-width: 1432px;
  margin: 0 auto;
  z-index: 1000;
  height: 100%;
  padding: 30px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.intro-cart-item__info {
  flex: 1 1 auto;
  display: flex;
  gap: 30px;
  border-right: 1px solid #D2D2D4;
}
.intro-cart-item__img {
  position: relative;
  flex: 0 0 389px;
  width: 389px;
  height: 219px;
  overflow: hidden;
  border-radius: 16px;
}
.intro-cart-item__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.intro-cart-item__content {
  flex: 1 1 auto;
  padding-right:10px;
}
.intro-cart-item__tags {
  display: flex;
  gap: 15px;
  margin: 0px 0px 15px;
}
.intro-cart-item__text {
  color: #1C2028;
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  margin: 0px 0px 15px;
  font-weight:bold;
}
.product-item-big-card{margin-bottom:10px;}
.article-courses__name:hover{height: auto; background: #fff; }
.intro-cart-item__price {
  display: flex;
  gap: 11.5px;
  align-items: flex-end;
  margin: 0px 0px 15px;
}
.intro-cart-item__about {
  flex: 0 0 330px;
  max-width: 330px;
}
.intro-cart-item__about p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #1C2028;
  margin-bottom:10px;
}
.intro-cart-item__about p span {
  font-weight: 500;
}
.intro-cart-item__title {
  color: #1C2028;
  font-size: 20px;
  line-height: 130%;
  margin: 0px 0px 15px;
}

.tabs__row {
  max-width: 1492px;
  margin: 0 auto;
  z-index: 1000;
  height: 100%;
}
.tabs__nav {
  display: flex;
  gap: 16px;
  padding: 30px;
  margin: 0px 0px 45px;
}
.tabs__link {
  border: 2px solid #D2D2D4;
  border-radius: 10px;
  padding: 14.5px 17px;
  background: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #D2D2D4;
}
.tabs__link.tab-active, .tabs__link:hover {
  background: #5E25FF;
  color: #fff;
  border: none;
   border: 2px solid #5E25FF;
}
.tabs__item {
  display: none;
}
.tabs__item.tab-active {
  display: block;
}

.tabs-about {
  display: none;
  grid-template-columns: 0.5fr 0.5fr;
  gap: 24px;
}
.tabs-about.tab-active {
  display: grid !important;
}
.tabs-about__item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 40px 30px 20px 30px;
}
.tabs-about__img {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  top: -30px;
  background: #5E25FF;
  border-radius: 10px;
}
.tabs-about__title {
  font-size: 24px;
  line-height: 130%;
  margin: 0px 0px 10px;
}
.tabs-about__p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.tabs-about__p button {
  display: inline;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.tabs-about__item__big {
  display: flex;
  padding: 40px;
  grid-column-start: span 2;
}
.tabs-about__item__big__title {
  text-align: left !important;
  margin: 0px 0px 30px;
}
.tabs-about__item__big__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tabs-about__item__big__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  position: relative;
  padding: 0px 0px 0px 30px;
  background: url("../img/svgicons/paper-purple.svg") no-repeat 0px 0px;
}
.tabs-about__item__big__img {
  position: relative;
  flex: 0 0 300px;
  width: 300px;
}
.tabs-about__item__big__img img {
  position: absolute;
  width: 302.27px;
  height: 319.54px;
  top: 0px;
  left: 0;
  object-fit: cover;
}

.tabs-education {
  position: relative;
  padding: 30px;
}
.tabs-education__table,  .tabs-education table {
  text-align: center;
  border-spacing: 0px;
  
}
.tabs-education table {
overflow: hidden;
border-radius: 15px;
}
.tabs-education__table td, .tabs-education table td{
  padding: 15px 5px;
  line-height: 13px;
  vertical-align: middle;
  border: 1px solid #D2D2D4;
}
.tabs-education__table tr, .tabs-education table tr{
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}

.tabs-education__table tr td, .tabs-education__table tr th, .tabs-education table tr td, .tabs-education table tr th{
  line-height: 1.2;
}

  .tabs-education__table th, .tabs-education table th {
  background: #DFDFDF;
  font-weight: 500;
  padding: 15px 5px;
  line-height: 13px;
  vertical-align: middle;
  border: 1px solid #D2D2D4;
  text-align:center;
}
.tabs-education__table tr:nth-child(odd), .tabs-education table tr:nth-child(odd){ background: #FBFBFB;}

 .tabs-education table tr:nth-child(1)  th, .tabs-education table tr:nth-child(2)  th{
	  background: #CBCBCB;
}

.tabs-education__table tr td:nth-child(1), .tabs-education table tr td:nth-child(1){
  width: 115px;
}
.tabs-education__table tr td:nth-child(2), .tabs-education table tr td:nth-child(2) {
  width: 831px;
  text-align: left;
}
.tabs-education__table tr td:nth-child(3), .tabs-education table tr td:nth-child(3) {
  width: 85px;
}
.tabs-education__table tr td:nth-child(4), .tabs-education table tr td:nth-child(4) {
  width: 144px;
}
.tabs-education__table tr td:nth-child(5), .tabs-education table tr td:nth-child(5) {
  width: 144px;
}
.tabs-education p, .tabs-education table{
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #1C2028;
  margin: 0px 0px 30px;
}
.tabs-education table{
  border: 1px solid #D2D2D4;
}
.tabs-education p:last-child {
  margin: 0px;
}

.tabs-demo {
  padding: 34px;
}
.tabs-demo p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #1C2028;
  margin: 0px 0px 30px;
}
.tabs-demo__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 650px));
  column-gap: 32px;
  row-gap: 64px;
}
.tabs-demo__item {
  display: flex;
}
.tabs-demo__img {
  flex: 0 0 264px;
  position: relative;
  width: 264px;
  height: 234px;
  overflow: hidden;
  border-radius: 20px;
}
.tabs-demo__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabs-demo__content {
  padding: 0px 0px 0px 30px;
}
.tabs-demo__content h3 {
  font-size: 24px;
  line-height: 130%;
  margin: 0px 0px 10px;
}
.tabs-demo__content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.tabs-demo__list, .item-set__content ul, .tabs-demo__content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.tabs-demo__list li, .item-set__content li {
  list-style: inside;
}
.tabs-demo__form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tabs-demo__form button, .tabs-demo__form .tabs-demo__download {
  position: relative;
  background: none;
  text-decoration: underline;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  color: #5E25FF;
}
.tabs-demo__form button:hover, .tabs-demo__form .tabs-demo__download:hover {
  color: #7239FF;
  stroke: #7239FF;
  text-decoration: none;
}
.clients-now .swiper-wrapper{align-items: center;}
.tabs-demo__form button:active, .tabs-demo__form .tabs-demo__download:active {
  color: #4007E1;
  stroke: #4007E1;
}

.tabs-faq {
  padding: 30px;
}
.tabs-faq__title {
  position: relative;
  cursor: pointer;
  background: #FFFFFF;
  border: 1px solid #D2D2D4;
  border-radius: 20px;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
}
.tabs-faq__title::after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 25px;
  color: #1C2028;
  font-size: 30px;
  font-weight: 400;
}
.tabs-faq__title.faq-active {
  background: #5E25FF;
  color: #fff;
}
.tabs-faq__title.faq-active::after {
  content: "-";
  color: #FFFFFF;
}
.tabs-faq__slide {
  display: none;
  margin: 10px 0px 0px;
  padding: 20px 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.tabs-faq__slide.faq-active {
  border: 1px solid #5E25FF;
}

.tabs-for {
  padding: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.tabs-skill {
  padding: 30px;
}
.tabs-skill p {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0px 0px 15px;
}
.tabs-skill h3 {
  font-size: 20px;
  line-height: 130%;
  margin: 0px 0px 15px;
}
.tabs-skill__list, .tabs-skill ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0px 0px 30px;
}
.tabs-skill__list:last-child {
  margin: 0px;
}
.tabs-skill__list li,  .tabs-skill ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  list-style: inside;
}

.tabs-ordering {
  padding: 30px;
}
.tabs-ordering__row {
  display: flex;
  gap: 30px;
}
.tabs-ordering p:first-child {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0px 0px 30px;
}
.tabs-ordering__items {
  flex: 1 1 auto;
}
.tabs-ordering__item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 33px 21px;
  border: 2px solid #D2D2D4;
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0px 0px 20px;
}
.tabs-ordering__item:last-child {
  margin: 0px;
}
.tabs-ordering__aside {
  flex: 0 0 536px;
}

.aside-tab__row {
  padding: 20px;
  text-align: center;
}
.aside-tab__top {
  padding: 0px 0px 20px;
  border-bottom: 1px solid #D2D2D4;
  margin: 0px 0px 15px;
}
.aside-tab__top a {
  display: block;
  font-weight: 700;
  font-size: 28px;
  line-height: 130%;
  margin: 0px 0px 3px;
}
.aside-tab__title {
  font-size: 28px;
  line-height: 130%;
  margin: 0px 0px 13px;
}
.aside-tab__subtitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin: 0px 0px 20px;
}
.aside-tab__tip {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #D2D2D4;
}
.aside-tab__bottom {
  position: relative;
}
.aside-tab__bottom p {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  margin: 0px 0px 15px;
}
.aside-tab__btn {
  width: 100%;
}

.slider {
    position: relative;
    overflow: hidden;
}
.slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.slider__item {
    position: relative;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    font-size: 0;
    width: 16.5px;
    height: 12.5px;
}
.slick-arrow.slick-prev {
    left: 0;
    background: url(../img/svgicons/left-arrow.svg) 0 0/100% no-repeat;
}
.slick-arrow.slick-next {
    right: 0;
    background: url(../img/svgicons/right-arrow.svg) 0 0/100% no-repeat;
}
.slick-arrow.slick-prev.slick-disabled {
    background: url(../img/svgicons/left-arrow-disabled.svg) 0 0/100% no-repeat;
}
.slick-arrow.slick-next.slick-disabled {
    background: url(../img/svgicons/right-arrow-disabled.svg) 0 0/100% no-repeat;
}
.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.slick-dots li {
    background: #d2d2d4;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
}
.slick-dots li.slick-active {
    background: #5e25ff;
}
.slider-reviews {
    margin: 0 0 120px;
}
.slider-reviews__title {
    margin: 0 0 30px;
}
.slider-reviews__row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    gap: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 60px;
}
.slider-reviews__item {
    position: relative;
    width: 300px;
    height: 424px;
    overflow: hidden;
    -webkit-filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1));
    border-radius: 10px;
}
.slider-reviews__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}
body {
    position: relative;
    font-family: Ubuntu;
    font-weight: 500;
    margin: 0;
    color: #1c2028;
    background: #fff;
}
body::-webkit-scrollbar {
    width: 7px;
}
body::-webkit-scrollbar-track {
    background: #d2d2d4;
    opacity: 0.3;
    border-radius: 10px;
}
body::-webkit-scrollbar-thumb {
    background: #5e25ff;
    border-radius: 10px;
}
.wrapper::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c2028;
    opacity: 0;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
    z-index: 1;
}
.wrapper.popup-active::after {
    opacity: 0.2;
    z-index: 3;
}
.wrapper {
    min-height: 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    z-index: 2;
}
.container {
    max-width: 1492px;
    margin: 0 auto;
    z-index: 1000;
    height: 100%;
    padding: 0 30px;
	width: 100%;
}
.btn {
    background: #5e25ff;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #fff;
    cursor: pointer;
    padding: 14.5px 17px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn:hover {
    background: #7239ff;
}
.bx_filter .bx_filter_search_button{background: #5e25ff !important;}
.bx_filter .bx_filter_search_button:hover{ background: #7239ff !important;}
.btn:active {
    background: #4007e1;
}
.btn__border {
    border: 2px solid #5e25ff;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    color: #5e25ff;
    background: #fff;
    cursor: pointer;
    padding: 14.5px 17px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.btn__border:hover {
    border-color: #7239ff;
    color: #7239ff;
}
.btn__border:active {
    border-color: #4007e1;
    color: #4007e1;
}
.text-colored,  .intro__item a, .intro__item span {
    position: relative;
    color: #5e25ff;
    stroke: #5e25ff;
}
.intro__item a{text-decoration:underline;}
.intro__item a:hover{text-decoration:none;}
.text-colored svg {
    position: absolute;
    right: -25px;
    top: 2px;
}
.text-colored:hover {
    color: #7239ff;
    stroke: #7239ff;
}
.text-colored:active {
    color: #4007e1;
    stroke: #4007e1;
}
.title {
    text-align: center;
    font-size: 40px;
    line-height: 110%;
}
.block-with-shadow {
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.input {
    width: 100%;
    background: #fff;
    border: 2px solid #d2d2d4;
    border-radius: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}
.input:focus {
    border: 2px solid #5e25ff;
}

.file {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  color: #A4A6A9;
  font-weight: 400;
  cursor: pointer;
}

.file img {
  cursor: pointer;
  order: -1;
  width: 24px;
  height: 24px;
}

.custom-file {
  appearance: none;
  opacity: 0;
  position: absolute;
  left: -100000px;
}
.block-close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.page-contact{padding-top:30px; padding-bottom:30px; padding-left:40px; padding-right:40px; display: flex;}
.page-contact .block{}
.page-contact .block:first-child{padding-right:70px; border-right: 1px solid #D2D2D4; width:40%; margin-right:70px;}
.page-contact {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 130%;
}
.page-contact .title{font-weight: 500; text-align:left; margin-bottom:15px;}


/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

/* Стрелка влево */
.swiper-button-prev {
  left: -60px !important;
  background: url("../img/svgicons/left-arrow.svg") 0 0/100% no-repeat;
}

/* Стрелка вправо */
.swiper-button-next {
  right: -60px !important;
  background: url("../img/svgicons/right-arrow.svg") 0 0/100% no-repeat;
}

/* Стрелка не активная */
.slick-prev.swiper-button-disabled {
  background: url("../img/svgicons/left-arrow-disabled.svg") 0 0/100% no-repeat;
}

.slick-next.swiper-button-disabled {
  background: url("../img/svgicons/right-arrow-disabled.svg") 0 0/100% no-repeat;
}

.swiper-pagination-bullet-active {
  background: #5E25FF !important;
}

.courses__row {
  max-width: 1492px;
  margin: 0 auto;
  z-index: 1000;
  height: 100%;
  padding: 0 30px;
}
.courses__title {
  text-align: left !important;
  margin: 0px 0px 35px;
}
.courses__inner {
  display: flex;
  gap: 32px;
}
.courses__aside {
  flex: 0 0 350px;
  width: 350px;
  max-height: 342px;
}
.courses__content {
  flex: 1 1 auto;
}
.courses__sort {
  display: flex;
  padding: 20px;
  margin: 0px 0px 25px;
}
.courses__sort div {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  margin: 0px 38px 0px 0px;
  position: relative;
}
.courses__sort div:first-child {
  margin: 0px 5px 0px 0px;
}
.courses__sort div:first-child::after, .courses__sort div:first-child::before {
  display: none;
}
.courses__sort div span.asc::before, .courses__sort span.desc::before,
.courses__sort div span.asc::after, .courses__sort span.desc::after
 {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  top: 4px;
  background: #5E25FF;
  transition: all 300ms ease-in;
}
.bx-section-desc-post{display:none;}
.courses__sort div span.desc::after{right: -19px;transform: rotate(45deg);}
.courses__sort div span.desc::before{right: -13px;transform: rotate(-45deg);}
.courses__sort div span.asc::before{transform: rotate(225deg);right: -13px;}
.courses__sort div span.asc::after{right: -19px; transform: rotate(315deg);}
 
.courses__arcticles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(334px, 1fr));
  row-gap: 25px;
  column-gap: 32px;
  margin: 0px 0px 25px;
}
.courses__article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.courses__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0px;
  gap: 20px;
  margin-top:25px;
}

.aside-courses__form {
  display: flex;
  flex-direction: column;
  padding: 25px 30px;
}
.courses__inner .bx_filter{position: relative;}
.aside-courses__title {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  margin: 0px 0px 15px;
  cursor: pointer;
  max-width: fit-content;
}
.aside-courses__title::after, .aside-courses__title::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  top: 6px;
  background: #5E25FF;
  transition: all 300ms ease-in;
}
.aside-courses__title::after {
  right: -19px;
  transform: rotate(45deg);
}
.aside-courses__title::before {
  right: -13px;
  transform: rotate(-45deg);
}
.aside-courses__title.slide-active::after {
  right: -19px;
  transform: rotate(-45deg);
}
.aside-courses__title.slide-active::before {
  right: -13px;
  transform: rotate(45deg);
}
.aside-courses__checkboxes {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0px 0px 25px;
}
.aside-courses__checkboxes:last-child {
  margin: 0px;
}
.aside-courses__checkboxes input {
  position: absolute;
  appearance: none;
}
.aside-courses__checkboxes input:checked + p::after {
  opacity: 1;
}
.aside-courses__checkboxes input:checked + p::before {
  border-color: #5E25FF;
}
.aside-courses__checkbox {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  padding: 0px 0px 0px 28px;
  cursor: pointer;
  position: relative;
}
.aside-courses__checkbox p::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #D2D2D4;
  border-radius: 5px;
  left: 0;
  top: 0;
  z-index: 1;
}
.aside-courses__checkbox p::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #5E25FF;
  border-radius: 2px;
  left: 5px;
  top: 5px;
  z-index: 1;
  opacity: 0;
}

.article-courses__top {
  padding: 0px 0px 20px;
  border-bottom: 1px solid #A4A6A9;
  margin: 0px 0px 15px;
  position:relative;
}
.article-courses__img {
  position: relative;
  width: 294px;
  height: 164px;
  border-radius: 10px;
  overflow: hidden;
  margin: 0px 0px 15px;
}
.article-courses__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.article-courses__name {
  font-weight: 500;
  font-size: 19px;
  line-height: 130%;
  margin: 0px 0px 10px;
  height: 125px;
overflow: hidden;
position: absolute;
z-index: 20;
margin-left: -15px;
margin-right: -15px;
padding-right: 15px;
padding-left: 15px;


}
.article-courses__type {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #3E4148;
  margin: 0px 0px 14px;
  margin-top: 150px;
}
.article-courses__tags {
  display: flex;
  gap: 23px;
  margin: 0px 0px 14px;
}
.article-courses__tag {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}
.article-courses__tag p {
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
}
.article-courses__sale {
	height: 24px
}
.article-courses__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.article-courses__prices {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.article-courses__purchase {
  display: flex;
  align-items: center;
  justify-content: center;
  stroke: #fff;
}

.nav-courses__arrows {
  display: flex;
  gap: 50px;
}
.nav-courses__nums {
  display: flex;
  gap: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}
.nav-courses__links {
  color: #D2D2D4;
  width: 60px;
  text-align: center;
}
.nav-courses__links.active {
  color: #1C2028;
  position: relative;
}
.nav-courses__links.active::after {
  content: "";
  position: absolute;
  bottom: -21px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #5E25FF;
}

body {
  position: relative;
  font-family: Ubuntu;
  font-weight: 500;
  margin: 0;
  color: #1C2028;
  background: #fff;
}

body::-webkit-scrollbar {
  width: 7px; /* ширина scrollbar */
}

body::-webkit-scrollbar-track {
  background: #D2D2D4;
  opacity: 0.3;
  border-radius: 10px; /* цвет дорожки */
}

body::-webkit-scrollbar-thumb {
  background: #5E25FF;
  border-radius: 10px;
}

.wrapper::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1C2028;
  opacity: 0;
  backdrop-filter: blur(2.5px);
  z-index: 1;
}

.wrapper.popup-active::after {
  opacity: 0.2;
  z-index: 3;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.content {
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1 1 auto;
  padding: 0px 0px 0px 0px;
  z-index: 2;
}

.container {
  max-width: 1492px;
  margin: 0 auto;
  z-index: 1000;
  height: 100%;
  padding: 0 30px;
}

.btn {
  background: #5E25FF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #FFFFFF;
  cursor: pointer;
  padding: 14.5px 17px;
  transition: all 300ms ease 0ms;
}
.btn:hover {
  background: #7239FF;
}
.btn:active {
  background: #4007E1;
}

.btn__border {
  border: 2px solid #5E25FF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  color: #5E25FF;
  background: #FFFFFF;
  cursor: pointer;
  padding: 14.5px 17px;
  transition: all 300ms ease 0ms;
}
.btn__border:hover {
  border-color: #7239FF;
  color: #7239FF;
}
.btn__border:active {
  border-color: #4007E1;
  color: #4007E1;
}

.text-colored {
  position: relative;
  color: #5E25FF;
  stroke: #5E25FF;
}
.text-colored svg {
  position: absolute;
  right: -25px;
  top: 2px;
}
.text-colored:hover {
  color: #7239FF;
  stroke: #7239FF;
}
.text-colored:active {
  color: #4007E1;
  stroke: #4007E1;
}

.title {
  text-align: center;
  font-size: 40px;
  line-height: 110%;
}
.title span {
  color: #5E25FF;cursor:default;
}

.block-with-shadow {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.input {
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #D2D2D4;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.input:focus {
  border: 2px solid #5E25FF;
}

.block-close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

.crumbs {
  margin: 0px 0px 30px;
}

.bx-breadcrumb .bx-breadcrumb-item a, .bx-breadcrumb .bx-breadcrumb-item span {
  color: #D2D2D4;

}
.bx-breadcrumb .bx-breadcrumb-item a, .bx-breadcrumb .bx-breadcrumb-item span.text-colored { padding-left: 3px;}

.bx-breadcrumb .bx-breadcrumb-item span.text-colored {
  color: #7239FF;
  stroke: #7239FF;
} 
.bx-breadcrumb .bx-breadcrumb-item a:hover span {
  color: #7239FF;
}
.bx-breadcrumb .bx-breadcrumb-item a:active span{
  color: #4007E1;
}
.crumbs__back {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 15px;
  margin: 30px 0px 30px;
}

.bx-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 30px;
  gap: 6px;
}

.tag {
  color: #FFFFFF;
  border-radius: 10px;
  padding: 5px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
}
.tag__info {
  background: #5E25FF;
  color: #fff;
}
.tag__sale {
  background-color: #00A61B;
  color: #fff;
    padding: 5px 10px;
  border-radius: 10px;
  max-width: fit-content;
}

.new-price, .new-price2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  color: #5E25FF;
}

.old-price {
  color: #A4A6A9;
  font-size: 18px;
  line-height: 83%;
  text-decoration: line-through;
  font-weight: 400;
  padding: 0px 0px 6px;
}

.btn-buy {
  position: relative;
  padding: 10px 17px;
  border-radius: 10px;
}
.btn-buy__big {
  display: flex;
  align-items: center;
  background: #00A61B;
  color: #fff;
  gap: 10px;
}
.btn-buy__big svg {
  stroke: #fff;
}
.btn-buy__big:hover {
  background: #14BA2F;
}
.btn-buy__big:active {
  background: #009207;
}

h1.title{text-align:left; margin-bottom:20px;}

.bx-404{min-height: 480px; justify-content: center; display:flex; background: url(/local/templates/curs-sale.ru/img/404.png) no-repeat 0 0; background-position: center; padding-top: 20px; padding-bottom: 20px; margin-top:40px;}
.bx-404-container{background: #fff;padding-top: 60px;padding-bottom: 60px;padding-left: 110px;padding-right: 110px;justify-content: center;display: flex;flex-direction: column;}
.bx-404-box{ justify-content: center; display:flex;}
.bx-404 .title404{margin-bottom: 25px; font-style: normal;font-weight: 700;font-size: 60px;line-height: 120%;text-align: center;text-transform: uppercase;color: #1C2028; }
.bx-404 .text404{margin-bottom: 30px;}
.bx-404 .btn{display: inline-block;}
.text404, .link404{text-align:center;}

.search-page .header-bottom__form{width:100%; margin:0; max-width: inherit; margin-bottom: 25px;}
.search-page {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}
.search-page .search-result{margin-bottom: 10px;}
.search-page a{color: #5E25FF;}
.width100{width:100%;}
.train .swiper-button-next, .train .swiper-button-prev,
.clients-now .swiper-button-next, .clients-now .swiper-button-prev{
  width: 2.5rem;
  height: 2.5rem;
}
.train .swiper-container, .clients-now .swiper-container{margin-left:25px; margin-right:25px;}
.train .swiper-button-next, .clients-now .swiper-button-next{right: 0px !important;}
.train .swiper-button-prev, .clients-now  .swiper-button-prev{left: 0px !important;}

@media only screen and (max-width:1240px) {
	.faq__row {flex-direction: column;}
	.bx-404{background:none; min-height: auto;}
}
@media only screen and (max-width: 992px) {

.tabs-education__table td, .tabs-education__table th, .tabs-education table td, .tabs-education table th {
  width: 100% !important;
  text-align: right !important;
}
  .header__burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 4;
  }
  .header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
    background: #5E25FF;
  }
  .header__burger::before, .header__burger::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    transition: all 300ms ease-out 0ms;
    z-index: 5;
    background: #5E25FF;
  }
  .header__burger::before {
    top: 0;
  }
  .header__burger::after {
    bottom: 0;
  }
  .header__menu {
    position: fixed;
    top: 88px;
    left: 0;
    opacity: 0;
    transform: translate(0, -100%);
    width: 100%;
    height: 100%;
    font-size: 18px;
    background-color: #f5f5f5;
    padding: 30px 30px 0px;
    transition: transform 300ms ease 0ms, opacity 400ms ease-in 300ms;
    z-index: 0;
	overflow-y: scroll;
  }
  .header__menu.burger-active {
    transform: translate(0%, 0%);
    opacity: 1;
    z-index: 0;
  }
  .header__list {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .header__link {
    margin: 0;
  }
  .header__list li {
    position: relative;
    margin: 0px 0px 40px 0px;
    width: 100%;
    text-align: center;
  }
  .header__info {
    display: none;
  }
  .header__btn {
    display: none;
  }
  .footer__row {
    display: flex;
    flex-direction: column;
  }
  .footer__address, .footer__nav, .footer__email {
    padding: 0px;
  }
  .footer__social {
    margin: 24px 0px;
  }
  .block__text {
    display: none;
  }
  .block__title {
    position: relative;
    padding: 0px 0px 0px 30px;
    cursor: pointer;
  }
  .block__title::before, .block__title::after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #fff;
    top: 12.5px;
    position: absolute;
    transition: all 300ms ease 0ms;
  }
  .block__title::before {
    transform: rotate(40deg);
    left: 0;
  }
  .block__title::after {
    transform: rotate(-40deg);
    left: 7px;
  }
  .block__title.footer-active::before {
    transform: rotate(-40deg);
  }
  .block__title.footer-active::after {
    transform: rotate(40deg);
  }
  .header__pc {
    display: none;
  }
  .header__mobile {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 4px 50px rgba(47, 30, 24, 0.1);
    box-shadow: 0 4px 50px rgba(47, 30, 24, 0.1);
    z-index: 10000;
    padding: 20px 0px;
  }
  .header__body {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    background: #fff;
  }
  .header__logo, .header__search {
    position: relative;
    z-index: 3;
  }
  .header__search {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #5E25FF;
    border-radius: 10px;
    padding: 10px 14px;
  }
  .footer__pc {
    display: none;
  }
  .footer__mobile {
    display: block;
    position: fixed;
    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    -webkit-box-shadow: 0 4px 50px rgba(47, 30, 24, 0.1);
    box-shadow: 0 4px 50px rgba(47, 30, 24, 0.1);
    z-index: 10000;
    padding: 10px 0px 0px;
  }
  .footer__row {
    flex-direction: row;
    border: none;
    padding: 0px 10px;
  }
  .footer__link {
    display: flex;
    flex-direction: column;
    align-items: center;
    stroke: #5E25FF;
  }
  .footer__link svg {
    margin: 0px 0px 5px;
  }
  .nav-header__list {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
	padding-bottom: 150px;
  }
  .header-bottom__catalog {
    width: 136px;
    padding-right: 15px;
  }
  .wrapper {
    padding: 100px 0px;
  }
  .tabs__nav {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  .tabs__link {
    white-space: nowrap; /* Запрещаем перенос строк */
    overflow: hidden; /* Обрезаем все, что не помещается в область */
    text-overflow: ellipsis; /* Добавляем многоточие */
  }
  .intro-cart-item__about {
    flex: none;
  }
  .tabs-ordering__row {
    flex-direction: column;
  }
  .tabs-ordering__aside {
    flex: none;
  }
  .tabs-education__table tbody tr, .tabs-education table tbody tr{
    display: block;
    margin: 0px 0px 20px;
  }
  .tabs-education__table tbody tr td:first-child, .tabs-education table tbody tr td:first-child {
    background: #DFDFDF;
  }
  .tabs-education__table tbody td, .tabs-education table td{
    display: block;
    text-align: right;
    line-height: 1.3;
  }
  .tabs-education__table tbody td::before, .tabs-education table tbody td::before {
    content: attr(data-label);
    float: left;
    font-weight: 500;
  }


  .tabs-education__table tbody tr:nth-child(1), .tabs-education__table tbody tr:nth-child(2), .tabs-education__table tbody tr:nth-child(3), .tabs-education__table tbody tr:nth-child(10),
  .tabs-education table tr:nth-child(1), .tabs-education table tr:nth-child(2), .tabs-education table tr:nth-child(3), .tabs-education table tr:nth-child(10)
  {
    display: none;
  }
  .article-courses__img {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .courses__inner {
    flex-direction: column;
  }
  .courses__aside {
    flex: none;
    width: auto;
  }
  .aside-courses__form {
    flex-direction: row;
    justify-content: space-between;
  }
  .nav-header__list .header__search {
    display: block;
  }
  .deponing, .search, #dialog-content {
    width: 92%;
    height: 60%;
    z-index: 5;
  }
  .intro-cart-item__row {
    flex-direction: column;
  }
  
  .catalog__mobile {
width: 100%;
max-width: none;
margin-bottom: 20px;
padding-bottom: 40px;
border-bottom: 1px solid;
  }
   .catalog__mobile .catalog__row {
    flex-direction: column;
    
  }
  .catalog__mobile.popup-active {
    display: block;
    z-index: 4;
    overflow: hidden;
    opacity: 1;
  }
}

.header__mobile ul{
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header__mobile .header__contacts ul{ gap: 5px;}

@media only screen and (max-width: 768px) {
	.article-courses__name{height: auto; position:relative; font-size: 16px;
line-height: 1.2;}
	.article-courses__type {margin-top: 0px;}
	.intro__btns .btn, .intro__btns .btn__border{text-align:center;}
	.page-contact {
		flex-direction: column;
	}
	.page-contact .block:first-child {
		width: 100%;
		margin-right: 0;
		border-right: 0;
		margin-bottom: 40px;
	}
  .intro, .why, .clients-who, .education, .set, .clients-now, .faq {
    margin: 0px 0px 40px;
  }
  .title {
    font-size: 30px;
  }
  .intro__service {
    flex-direction: column;
  }
  .intro__img {
    width: 100%;
    height: auto;
  }
  .intro__info {
    grid-template-columns: 1fr;
  }
  .info-set__img {
    display: none;
  }
  .clients-who__items {
    grid-template-columns: repeat(auto-fill, minmax(274px, 1fr));
  }
  .clients-now__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
  }
  .clients-now__item {
    max-width: none;
    justify-content: center;
  }
  .faq__row {
    flex-direction: column;
  }
  .intro-cart-item__info {
    flex-direction: column;
  }
  .intro-cart-item__img {
    margin: 0 auto;
  }
  .tabs-about.tab-active {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
  }
  .tabs-about__item__big__img {
    display: none;
  }
  .deponing__row {
   height: calc(100% - 130px);
    overflow-y: scroll;
    flex-direction: column;
    align-items: center;
  }
  .deponing__img {
    order: -1;
  }
  .search__row {
    overflow-x: hidden;
    height: 300px;
  }
  .bx-404 .title404 {
	font-size: 30px;
  }
  .bx-404-container{	padding-left: 40px;padding-right: 40px;}
}
@media only screen and (max-width: 580px) {
	.tabs-demo__items {
		grid-template-columns: unset;
	
	}
	
	.tabs-demo__content {
  padding: 0px 0px 0px 0px;
}
.product-item-big-card{margin-bottom:20px;}
.courses__sort {
  margin-left: -15px;
   margin-right: -15px;
}
  .container {
    padding: 0px 10px;
  }
  .intro__service {
    gap: 0px;
  }
  .intro__title {
    font-size: 20px;
	line-height:20px;
  }
  .intro__img {
    flex: none;
    height: 200px;
  }
  .intro__img img {
    height: auto;
  }
  .why__item {
    flex: 1 1 auto;
  }
  .set__item {
    flex-direction: column;
  }
  .item-set__img {
    width: auto;
    margin: 0px 0px 10px;
  }
  .tabs-demo__item {
    flex-direction: column;
    align-items: center;
  }
  .tabs-demo__img {
    margin: 0px 0px 10px;
  }
  .aside-courses__form {
    flex-direction: column;
    justify-content: flex-start;
  }
  .courses__sort {
    flex-direction: column;
    gap: 25px;
  }
  .sign-in {
    width: 100%;
    height: fit-content;
  }
   .header__search {
    display: none;
  }
  .catalog__href {
		gap: 15px;
	} 
	.courses__sort {
		margin-top: 25px;
	}
	.intro-cart-item__img {
		width: 100%;
	}
	.intro-cart-item__info {
		border-right: 0px solid #D2D2D4;
	}
	.intro-cart-item__img img {
		position: relative;
		width: 100%;
		height: 100%;
		object-fit: none;
	}
	
	.intro-cart-item__img {
		flex: inherit;
		width: 100%;
		height: auto;
	}
	.courses__aside {
		max-height: inherit; 
	}
}
@media only screen and (max-width: 378px) {
		  .bx-404 .title404 {
	font-size: 22px;
  }

}

#fancybox-1 .fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(28, 32, 40, 0.2));
}

#fancybox-1 .fancybox__content > .carousel__button.is-close{top: 5px; right: 5px;}

#callback{z-index: 10000;}

#header__pc-sticky-wrapper {
  height: 108px;
  z-index: 100;
  background: #fff;
  margin-bottom: 35px;
}
#header__pc{width: 100%;  background: #fff; z-index: 100;}

.tabs-skill {
    padding: 30px;
    font-weight: 400;
    font-size: 18px;
    line-height: 130%;
}