@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
:active,
:focus {
    outline: 0;
}
a:active,
a:focus {
    outline: 0;
}
aside,
footer,
header,
nav {
    display: block;
}
button,
input,
textarea {
    font-family: inherit;
    padding: 0;
    border: 0;
}
input::-ms-clear {
    display: none;
}
button {
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
li,
ul {
    list-style: none;
}
img {
    vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}
sup {
    color: inherit;
}
.header__basket-min{
	display:none;
}

.wrapper {
    max-width: 1180px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}
.icon-important {
    width: 60px;
    height: 60px;
}
.icon-useful {
    width: 60px;
    height: 60px;
}
.icon-medal {
    width: 30px;
    height: 35px;
}
.icon-briefcase {
    width: 30px;
    height: 25px;
}
.icon-deg-arrow {
    width: 10px;
    height: 10px;
}
.title {
    font-weight: 700;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 40px;
}
.subtitle {
    color: #666;
    line-height: 24px;
    margin-bottom: 40px;
}
.pinkColor {
    color: #fd3c76;
}
.btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding: 16px 22px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #fff;
    outline: 0;
    background: #005dff;
    border-radius: 5px;
    border: 0;
    -webkit-transition: background 0.2s ease, color 0.35s;
    -o-transition: background 0.2s ease, color 0.35s;
    transition: background 0.2s ease, color 0.35s;
}
.btn:hover {
    background: #0038ff;
}
.btn--intro {
    width: 325px;
    text-align: center;
}
.btn--pink {
    background-color: #fd3c76;
}
.btn--white {
    color: #005dff;
    background-color: #fff;
}
.btn--white:hover {
    color: #fff;
}
.btn--border {
    color: #005dff;
    border: 1px solid #005dff;
    background-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn--border:hover {
    color: #fff;
}
.no-webp .learning-about {
    background-image: url(../images/vines.png);
}
.learning-about {
    padding: 60px 0;
    background-repeat: no-repeat;
    background-color: #f3f6ff;
}
.learning-about .title {
    text-align: center;
    margin-bottom: 20px;
}
.no-webp .learning-about__top {
    background-image: url(../images/cucumber.png);
}
.learning-about__top {
    margin: 10px;
    padding: 30px 60px;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: top right;
    background-color: #fff;
}
.learning-about .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
}
.learning-about__img {
    margin-bottom: 20px;
}
.learning-about__img img {
    max-width: 100%;
    border-radius: 15px;
}
.learning-about__module {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #005dff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 15px;
    margin-bottom: 10px;
}
.learning-about__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 16px;
    max-width: 670px;
}
.learning-about__header {
    position: relative;
    cursor: pointer;
}
.learning-about .icon-plus {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.learning-about .icon-plus img {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.learning-about .icon-plus.active img {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.learning-about__subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 16px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
}
.learning-about__subtitle.hide {
    display: none;
}
.learning-about__titleList {
    font-weight: 700;
}
.learning-about__list {
    padding-left: 30px;
    -ms-flex-preferred-size: 500px;
    flex-basis: 500px;
}
.learning-about__list li {
    color: #666;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
}
.learning-about__list li .icon-check {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
}
.learning-about__list li.hide {
    display: none;
}
.learning-about__list-itog {
    padding-left: 0;
}
.learning-about__list-itog li {
    padding-left: 0;
}
.learning-about__listBtn {
    font-size: 16px;
    color: #005dff;
}
.learning-about__content {
    padding-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.learning-about__item {
    padding: 30px 60px;
    margin: 20px 10px;
    border-radius: 15px;
    background-color: #fff;
    -webkit-transition: all ease 0.1s;
    -o-transition: all ease 0.1s;
    transition: all ease 0.1s;
}
.learning-about__item:hover {
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    color: #fff;
}
.learning-about__item:hover .learning-about__title {
    color: #005dff;
}
.how-training {
    padding: 360px 0 60px 0;
}
.how-training.doctor {
    padding: 60px 0;
}
.how-training h2 {
    text-align: center;
}
.how-training__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}
.how-training__inner-item {
    cursor: pointer;
    position: relative;
    width: 50%;
    text-align: center;
}
.how-training__inner-item--text {
    width: 50%;
    padding: 30px;
}
.how-training__title {
    font-size: 30px;
    margin-bottom: 20px;
}
.how-training__title span {
    font-size: 25px;
    color: #fff;
    border-radius: 50%;
    padding: 5px 14px;
    margin-right: 10px;
    background-color: #215fff;
}
.how-training__text {
    font-size: 16px;
    padding-left: 40px;
}
.how-training__text li {
    list-style: disc;
    margin: 0 20px 10px 20px;
}
.how-training__video {
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-height: 100%;
}
.how-training__video-span {
    text-align: center;
    color: #666;
}
.how-training__img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-height: 100%;
}
.how-training__img-span {
    text-align: center;
    color: #666;
}
.docs-box__wrapper{
	margin-bottom: 40px;
}
.docs-box__wrapper::before, .docs-box__wrapper::after{
	background:#fff;
}
.form-fixed__block {
    position: relative;
    padding: 0 0 50px 0;
}
.form-fixed {
    padding: 40px 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px 0 rgba(0, 93, 255, 0.15);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.form-fixed.fixed {
    height: auto;
    padding: 10px;
    width: 100%;
    display: block;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}
.form-fixed .btn {
    padding: 14px 20px;
    width: 220px;
	text-align: center;
}
.form-fixed__form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.form-fixed .input {
    max-width: 210px;
    margin-right: 20px;
}
.form-fixed__header {
    width: 230px;
    margin-right: 20px;
}
.form-fixed__title {
    font-size: 24px;
}
.form-fixed__date {
    font-size: 16px;
    letter-spacing: -1px;
    color: #7c8092;
    width: 230px;
}
.form-fixed__date-num {
    padding: 2px 4px;
    border-radius: 5px;
    background-color: #262626;
    letter-spacing: normal;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
}
.form-fixed-mobile{
	
}
#submiterror {
    float: 0;
    padding-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}

.pay__wrapper-form .leadformerror {
    float: none;
}
.checkbox__text {
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    margin-left: 20px;
}
.custom-checkbox + label {
		color: #fff;
}
.check_box .custom-checkbox + label {
		color: #333;
}
#submiterror{
	float:0;
	padding-top: 0px;
    margin-bottom: 0px;
	font-size:14px;
}
.custom-checkbox+label::before {
    width: 1.5em;
    height: 1.5em;
    background-size: 60% 60%;
}
.pay__wrapper-bottom .custom-checkbox+label {
    margin-bottom: 0px;
}
.custom-checkbox:checked+label::before {
    background-position-x: 3px;
}
.teacher {
    padding: 60px 0;
}
.teacher__wrapper {
	margin-bottom: 20px;
    padding: 40px;
    border-radius: 15px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    background-color: #fff;
    position: relative;
}
.teacher__medal {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
}
.teacher .title {
    text-align: center;
}
.teacher__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}
.teacher__info-visual {
    margin-right: 20px;
}
.teacher__info-main {
    padding-top: 55px;
    padding-right: 60px;
}
.teacher__info-header {
    margin-left: 10px;
    font-size: 24px;
    line-height: normal;
    font-weight: 700;
}
.teacher__info-list {
    padding: 5px 0 30px 65px;
}
.teacher__info-list li {
    list-style: disc;
}
.teacher__info-inner {
    position: relative;
}
.teacher__info-item::before {
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 1;
    content: "";
    display: block;
    width: 3px;
    height: 77%;
    background-color: #005dff;
}
.teacher__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.teacher__info-item .whiteCircle {
    position: relative;
    z-index: 5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    padding: 10px;
    background-color: #fff;
}
.teacher__info-item .blueCircle {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #005dff;
}
.teacher__info-name {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 24px;
    font-weight: 700;
}
.teacher__info-photo img {
    border: 1px solid #f3f6ff;
    border-radius: 15px 15px 0 0;
}
.teacher__info-prof {
    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;
    max-width: 402px;
    border-radius: 0 0 15px 15px;
    padding: 15px 20px 15px;
    background-color: #f3f6ff;
}
.teacher__info-prof li + li {
    margin-left: 10px;
}
.teacher__info-prof li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.teacher__info-prof li p {
    margin-left: 10px;
}
.teacher__billet {
    padding-top: 24px;
    margin-bottom: 32px;
    border-top: 2px solid #f3f6ff;
    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;
    font-size: 18px;
}
.teacher__billet-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.teacher__billet-item + .teacher__billet-item {
    margin-left: 20px;
}
.teacher__billet-sun {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
}
.teacher__billet-sun p {
    margin-left: 10px;
}
.teacher__billet-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.teacher__billet-day__item {
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    background-color: #005dff;
    margin-right: 5px;
}
.teacher__billet-day__item--weekend {
    color: #262626;
    background-color: #f3f6ff;
}
.teacher__achievements {
    padding: 10px;
    background-color: #f3f6ff;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.teacher__achievements-header {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.teacher__achievements-item {
    width: 47%;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    margin: 10px;
}
.teacher__achievements-item--bgBlue {
    background-color: #005dff;
}
.teacher__achievements .slick-slider .teacher__dipmlom-img {
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-height: 100%;
    cursor: pointer;
}
.teacher__achievements .slick-slider .techer__achievements-slider__right {
    cursor: pointer;
    position: absolute;
    bottom: -65px;
    right: 27%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.teacher__achievements .slick-slider .techer__achievements-slider__left {
    cursor: pointer;
    position: absolute;
    bottom: -65px;
    left: 35%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.teacher__achievements .pagination {
    margin-top: 20px;
    font-size: 20px;
    text-align: center;
}
.teacher__achievements-media {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.teacher__achievements-media__img img {
    width: 70px;
}
.teacher__achievements-media__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 28px 0;
}
.teacher__achievements-media__text {
    margin-left: 25px;
}
.teacher__achievements-media__header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}
.teacher__achievements-media__list {
    padding-left: 20px;
}
.teacher__achievements-media__list li {
    list-style: disc;
}
.timetable__container {
    border-radius: 15px;
    padding: 20px;
    background-color: #005dff;
}
.timetable__block {
    border-radius: 15px;
    padding: 40px;
    background-color: #fff;
}
.timetable .title {
    text-align: center;
}
.timetable .title__town {
    font-size: 28px;
    font-weight: 500;
}
.timetable__item {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.timetable__item-cours {
    width: 100px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    padding-right: 10px;
}
.timetable__item-cours::before {
    content: "";
    display: block;
    background-color: #005dff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    right: -10px;
    top: 4px;
    z-index: 10;
}
.timetable__item-title {
    font-size: 22px;
    font-weight: 700;
    padding-left: 40px;
    margin-bottom: 7px;
    margin-top: 1px;
}
.timetable__item-main {
    width: 500px;
}
.timetable__item-list {
    position: relative;
    padding: 5px 5px 40px 40px;
}
.timetable__item-list::before {
    content: "";
    display: block;
    background-color: #005dff;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.timetable__item-list ul {
    padding-left: 20px;
}
.timetable__item-list ul li {
    line-height: 24px;
    list-style: disc;
}
.intro {
    padding: 100px 0 70px 0;
    background-color: #f3f6ff;
}
.intro__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
}
.intro__info-item {
    padding: 14px 20px;
    border-radius: 15px;
    background-color: #262626;
}
.intro__info-item li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.intro__info-item li p {
    color: #fff;
    margin-left: 10px;
}
.intro__info-item li img {
    width: 33px;
}
.intro__info-item li + li {
    margin-top: 10px;
}
.intro__info-item + .intro__info-item {
    margin-left: 15px;
}
.intro__nav-title {
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
}
.intro__nav-list {
    max-width: 460px;
}
.intro__nav-item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
    border-bottom: 1px solid #fff;
    position: relative;
    padding-left: 20px;
}
.intro__nav-item .icon-deg-arrow {
    position: absolute;
    top: 4px;
    left: 0;
    z-index: 1;
}
.intro__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 0;
}
.intro__wrapper-content {
    margin-bottom: 25px;
}
.intro__wrapper-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.intro__container {
    position: relative;
    padding: 40px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
}
.intro__container-nav {
    width: 600px;
    padding: 40px 50px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    background-color: #fff;
    border-radius: 10px;
}
.intro__container-nav__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}
.intro__container-nav + .intro__container-nav {
    margin-left: 50px;
}
.intro__wrapper-video {
    max-width: 600px;
}
.intro__wrapper-video video {
    border-radius: 15px;
    width: 100%;
    height: auto;
    max-height: 100%;
}
.intro__suptitle {
    font-size: 14px;
    line-height: 21px;
    color: #005dff;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.intro__title {
    font-size: 45px;
    line-height: 45px;
    font-weight: 900;
    margin-bottom: 25px;
}
.intro__title-name {
    font-size: 38px;
}
.intro__title .blueColor {
    color: #005dff;
}
.intro__lists {
    margin-bottom: 20px;
}
.intro__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px;
}
.intro__list p {
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
    color: #666;
}
.icon-check {
    width: 17px;
    height: 12px;
}
.intro__include-icon {
    width: 20px;
    height: 20px;
}
.icon-lightning {
    width: 16px;
    height: 22px;
}
.intro__include {
    border-radius: 10px;
    padding: 25px;
    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;
    background-color: #f3f6ff;
}
.intro__include .btn--requirements {
    cursor: pointer;
    text-decoration: underline;
    margin-left: 0;
}
.intro__include-list + .intro__include-list {
    margin-left: 10px;
}
.intro__include-title {
    color: #878787;
    margin-bottom: 12px;
}
.intro__include-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
}
.intro__include-item span {
    margin-left: 8px;
}
.salary {
    padding: 50px 0 380px 0;
    background-color: #f3f6ff;
}
.salary .title {
    margin-bottom: 60px;
    text-align: center;
}
.salary__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.salary__item + .salary__item {
    margin-left: 30px;
}
.salary__item {
    position: relative;
    width: 33.33333%;
    background-color: #fff;
    padding: 30px 30px 115px 30px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
}
.salary__item.blueColorBg {
    background-color: #005dff;
}
.salary__item.blueColorBg .salary__item-sum {
    color: #fff;
}
.salary__item.blueColorBg .salary__item-specialist {
    color: #fff;
}
.salary__item.blueColorBg svg symbol path {
    fill: red;
}
.salary__item-sum {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}
.salary__item-specialist {
    color: #666;
}
.salary__item .salary-icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
}
.icon-oneCoin {
    width: 22px;
    height: 16px;
}
.icon-twoCoin {
    width: 46px;
    height: 20px;
}
.icon-threeCoin {
    width: 70px;
    height: 24px;
}
.learing-profit__block {
    position: relative;
}
.learing-profit__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    background-color: #fff;
    width: 100%;
}
.learning-profit__title {
    margin-bottom: 16px;
}
.learning-profit__desc {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    max-width: 486px;
    margin-bottom: 24px;
}
.learning-profit__duration {
    margin-bottom: 8px;
    padding: 20px;
    border-radius: 10px;
    color: #fff;
    background-color: #005dff;
}
.learning-profit__duration-text {
    margin-bottom: 33px;
    color: #fff;
}
.learning-profit__duration-value__first {
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}
.learning-profit__calc {
    position: relative;
    padding: 20px 20px 24px;
    border-radius: 10px;
    background-color: var(--bg-secondary-accent-color);
}
.learning-profit__subtitle {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.learning-profit__info-by {
    display: block;
    margin-bottom: 86px;
    color: var(--text-secondary-color);
}
.learning-profit__slider {
    position: relative;
    z-index: 1;
}
.learning-profit__slider::after,
.learning-profit__slider::before {
    position: absolute;
    width: 2px;
    height: 16px;
    border-radius: 2px;
    content: "";
}
.learning-profit__slider::before {
    top: -8px;
    left: -2px;
    background-color: #8ca9ff;
}
.learning-profit__slider::after {
    top: -8px;
    left: calc(50% + 1px);
    background-color: #8ca9ff;
}
.learning-profit__slider--middle::after {
    background-color: #8ca9ff;
}
.learning-profit__values {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 36px 0 0;
}
.learning-profit__grade-name {
    color: #fff;
}
.learning-profit__value {
    color: var(--text-secondary-color);
    text-align: center;
}
.learning-profit__value:first-child {
    text-align: left;
}
.learning-profit__value:not(.learning-profit__value--alone):last-child {
    text-align: right;
}
.learning-profit__value b {
    display: block;
    margin-bottom: 2px;
    color: var(--text-main-color);
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
}
.noUi-target,
.noUi-target * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}
.noUi-target {
    position: relative;
    height: 2px;
    border: 1px solid #8ca9ff;
    background-color: #8ca9ff;
}
.noUi-base,
.noUi-connects {
    position: relative;
    width: 100%;
    height: 2px;
}
.noUi-connects {
    top: -1px;
    border-radius: 3px;
    overflow: hidden;
}
.noUi-base::before {
    position: absolute;
    top: -12px;
    bottom: -12px;
    width: 100%;
    content: "";
}
.noUi-base::after {
    position: absolute;
    top: -8px;
    right: -2px;
    width: 2px;
    height: 16px;
    border-radius: 2px;
    background-color: #8ca9ff;
    content: "";
}
.noUi-connect,
.noUi-origin {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-style: flat;
    transform-style: flat;
    will-change: transform;
}
.noUi-connect {
    width: 100%;
    height: 2px;
    background-color: #8ca9ff;
}
.noUi-origin {
    width: 10%;
}
.noUi-handle {
    position: absolute;
    top: -19px;
    right: -3px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    outline: 0;
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: default;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    -o-transition: transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.noUi-handle::after,
.noUi-handle::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: initial;
    -webkit-transition: all 125ms;
    -o-transition: all 125ms;
    transition: all 125ms;
    content: "";
}
.noUi-handle::before {
    opacity: var(--glasses-opacity);
}
.noUi-handle:active {
    cursor: -webkit-grab;
    cursor: grab;
}
.noUi-handle:focus-visible .noUi-touch-area,
.noUi-handle:focus-visible::after,
.noUi-handle:focus-visible::before {
    -webkit-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
}
.learning-profit__slider .noUi-handle::before {
    background-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0%29%27%3E%3Cpath d=%27M22.1886 14.9168C24.6438 14.9168 26.636 13.5916 26.636 11.9583C26.636 11.1412 26.9131 10.3241 26.1082 9.78878C25.3032 9.25343 23.4162 8.99986 22.1885 8.99986C20.7284 8.99986 19.0022 9.06626 18.1914 9.78878C17.6379 10.282 17.7411 11.2953 17.7411 11.9583C17.7412 13.5916 19.7317 14.9168 22.1886 14.9168Z%27 fill=%27black%27/%3E%3Cpath d=%27M10.0498 14.916C12.505 14.916 14.4972 13.5908 14.4972 11.9575C14.4972 11.1404 14.7743 10.3233 13.9694 9.78795C13.1645 9.2526 11.2774 8.99902 10.0497 8.99902C8.5896 8.99902 6.86341 9.06543 6.05264 9.78795C5.49917 10.2812 5.60233 11.2945 5.60233 11.9575C5.6024 13.5908 7.59289 14.916 10.0498 14.916Z%27 fill=%27black%27/%3E%3Cpath d=%27M26.7823 11.1651C26.7823 11.1651 27.3728 15.1247 22.5316 14.8319C20.9085 14.7337 17.6888 14.5306 17.6574 10.9687C17.6546 10.6455 17.6622 10.2283 18.1598 9.7509C18.8194 9.11793 20.3726 8.83815 24.3212 9.09242C24.3212 9.09247 26.4564 9.04658 26.7823 11.1651Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M5.80389 11.1651C5.80389 11.1651 5.21344 15.1247 10.0547 14.8319C11.6777 14.7337 14.8975 14.5306 14.9288 10.9687C14.9317 10.6455 14.924 10.2283 14.4265 9.7509C13.7668 9.11793 12.2136 8.83815 8.26508 9.09242C8.26514 9.09247 6.12991 9.04658 5.80389 11.1651Z%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M5.84744 10.9184L5.5791 9.35725L7.95386 9.11288%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M13.6338 9.46323C13.6338 9.46323 16.2902 11.547 19.2099 9.46323%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M14.8818 11.5607C14.8818 11.5607 16.2461 9.82374 17.6923 11.5607%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M26.7343 10.9213L27.0027 9.36016L24.6279 9.1158%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M14.8721 10.8518C14.8721 10.8518 16.3758 9.80988 17.9699 10.8518%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-miterlimit=%2710%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0%27%3E%3Cpath d=%27M0 16C0 7.16344 7.16344 0 16 0V0C24.8366 0 32 7.16344 32 16V16C32 24.8366 24.8366 32 16 32V32C7.16344 32 0 24.8366 0 16V16Z%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.learning-profit__slider--min .noUi-handle::after {
    background-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0%29%27%3E%3Ccircle cx=%2710.999%27 cy=%2713.3935%27 r=%270.75%27 fill=%27black%27 stroke=%27black%27 stroke-width=%271.46667%27/%3E%3Ccircle cx=%2720.999%27 cy=%2713.3935%27 r=%270.75%27 fill=%27black%27 stroke=%27black%27 stroke-width=%271.46673%27/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id=%27clip0%27%3E%3Cpath d=%27M0 16C0 7.16344 7.16344 0 16 0V0C24.8366 0 32 7.16344 32 16V16C32 24.8366 24.8366 32 16 32V32C7.16344 32 0 24.8366 0 16V16Z%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.learning-profit__slider--middle .noUi-handle {
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.learning-profit__slider--middle .noUi-handle::after {
    background-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M7.66016 12.5117C8.19048 11.7814 9.08279 11.3021 10.0942 11.3021C11.1055 11.3021 11.9978 11.7814 12.5282 12.5117%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/%3E%3Cpath d=%27M19.7539 12.5117C20.2842 11.7814 21.1765 11.3021 22.1879 11.3021C23.1993 11.3021 24.0916 11.7814 24.6219 12.5117%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
}
.learning-profit__slider--max .noUi-handle {
    right: 3px;
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
}
.is-safari .noUi-handle:focus .noUi-touch-area {
    -webkit-transform: scale(1.125);
    -ms-transform: scale(1.125);
    transform: scale(1.125);
}
.noUi-touch-area {
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width=%2732%27 height=%2732%27 viewBox=%270 0 32 32%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cg clip-path=%27url%28%23clip0%29%27%3E%3Cpath d=%27M0 16C0 7.16344 7.16344 0 16 0V0C24.8366 0 32 7.16344 32 16V16C32 24.8366 24.8366 32 16 32V32C7.16344 32 0 24.8366 0 16V16Z%27 fill=%27url%28%23paint0_linear%29%27/%3E%3Cpath d=%27M0 16C0 7.16344 7.16344 0 16 0V0C24.8366 0 32 7.16344 32 16V16C32 24.8366 24.8366 32 16 32V32C7.16344 32 0 24.8366 0 16V16Z%27 fill=%27url%28%23paint1_radial%29%27 style=%27mix-blend-mode:lighten%27/%3E%3Cpath d=%27M0 16C0 7.16344 7.16344 0 16 0V0C24.8366 0 32 7.16344 32 16V16C32 24.8366 24.8366 32 16 32V32C7.16344 32 0 24.8366 0 16V16Z%27 fill=%27url%28%23paint2_linear%29%27 fill-opacity=%270.2%27/%3E%3Cpath d=%27M10.2173 19.7314C11.5081 21.509 13.6801 22.6758 16.1418 22.6758C18.6036 22.6758 20.7756 21.509 22.0664 19.7314%27 stroke=%27black%27 stroke-width=%271.5%27 stroke-linecap=%27round%27/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear%27 x1=%2716%27 y1=%2712.5%27 x2=%2716%27 y2=%2732%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23FFD978%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFA945%27/%3E%3C/linearGradient%3E%3CradialGradient id=%27paint1_radial%27 cx=%270%27 cy=%270%27 r=%271%27 gradientUnits=%27userSpaceOnUse%27 gradientTransform=%27translate%2817.5 -4.5%29 rotate%2890%29 scale%2815.5%29%27%3E%3Cstop stop-color=%27white%27/%3E%3Cstop offset=%271%27 stop-color=%27%23FFEBA6%27 stop-opacity=%270%27/%3E%3C/radialGradient%3E%3ClinearGradient id=%27paint2_linear%27 x1=%2716%27 y1=%270%27 x2=%2716%27 y2=%2732%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27white%27/%3E%3Cstop offset=%271%27 stop-color=%27white%27 stop-opacity=%270%27/%3E%3C/linearGradient%3E%3CclipPath id=%27clip0%27%3E%3Cpath d=%27M0 16C0 7.16344 7.16344 0 16 0V0C24.8366 0 32 7.16344 32 16V16C32 24.8366 24.8366 32 16 32V32C7.16344 32 0 24.8366 0 16V16Z%27 fill=%27white%27/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    -webkit-transition: all 125ms;
    -o-transition: all 125ms;
    transition: all 125ms;
}
.noUi-tooltip {
    position: absolute;
    bottom: 150%;
    left: 0;
    display: block;
    padding: 8px 16px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    white-space: nowrap;
    text-align: center;
    background-color: #005dff;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    font-variant-numeric: tabular-nums;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
}
.noUi-tooltip::after {
    position: absolute;
    bottom: -9px;
    border-top: 10px solid #005dff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
    content: "";
}
.poss {
    padding: 60px 0;
}
.poss .title {
    margin-bottom: 60px;
}
.poss__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.poss__inner-item {
    width: 33.33333%;
    position: relative;
    border-radius: 10px;
    padding: 74px 20px 20px 20px;
}
.poss__inner-item__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.poss__inner-item-grayLightColor {
    background-color: #f3f6ff;
}
.poss__inner-item-blueColor {
    background-color: #005dff;
}
.poss__inner-item-blueColor .poss__inner-item__text {
    color: #fff;
}
.poss__inner-item-blueColor .poss__inner-item__title {
    color: #fff;
}
.poss__inner-item-pinkColor {
    background-color: #fd3c76;
}
.poss__inner-item-pinkColor .poss__inner-item__text {
    color: #fff;
}
.poss__inner-item-pinkColor .poss__inner-item__title {
    color: #fff;
}
.poss__inner-item + .poss__inner-item {
    margin-left: 30px;
}
.poss__icon {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}
.icon-state {
    width: 22px;
    height: 18px;
}
.icon-med {
    width: 20px;
    height: 18px;
}
.icon-star {
    width: 24px;
    height: 21px;
}
.consultation__inner + .consultation__inner {
    margin-left: 20px;
}
.consultation .consultation__inner {
    width: 50%;
}
.consultation__btns {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.consultation .input-name {
    width: 100%;
}
.consultation input{
    margin-top:20px;
}
.consultation .input-tel {
    width: 46%;
}
main .input {
    padding: 16px 20px;
    border-radius: 10px;
    border: 1px solid #c2c2c2;
    border-radius: 15px;
    -webkit-transition: padding, color 0.3s ease;
    -o-transition: padding, color 0.3s ease;
    transition: padding, color 0.3s ease;
    width: 100%;
    font-size: 16px;
}
.noUi-horizontal .noUi-handle {
    top: -19px;
    right: -3px;
    width: 32px;
    height: 32px;
}
.input-mail {
    margin-left: 20px;
    width: 48%;
}
.docs-box__item{
	filter:none;
}
.consultation {
    padding: 60px 0;
}
.consultation__wrapper {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 10px;
}
.consultation__wrapper .title {
    color: #ddd;
}
.checkbox__text {
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    margin-left: 20px;
}
.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 2px solid #fff;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: 0 3px;
}
.custom-checkbox:focus + label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}
.checkbox {
    margin-bottom: 1em;
}
.consultation__policy {
    opacity: 0.7;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
}
.consultation__policy-link {
    color: #fff;
    text-decoration: underline;
}
.help__wrapper {
    border-radius: 10px 10px 0 0;
    padding: 60px 60px 0 60px;
    background-color: #f3f6ff;
}
.help {
    padding: 60px 0 0;
}
.help__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-bottom: 85px;
}
.help__step::after {
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-image: url(../images/line.svg);
    background-repeat: no-repeat;
}
.help__step-item {
    position: relative;
    padding-top: 70px;
    max-width: 33.33333%;
}
.help__step-item__num {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 18px;
    line-height: 23px;
    color: #005dff;
    padding: 10px 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #005dff;
    border-radius: 50%;
    background-color: #f3f6ff;
}
.help__step-item__num-blue {
    color: #fff;
    background-color: #005dff;
}
.help__step-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 25px;
}
.help__step-item + .help__step-item {
    margin-left: 70px;
}
.help__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}
.help__inner-item + .help__inner-item {
    margin-left: 32px;
}
.help__inner-item {
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    padding: 30px 60px;
    max-width: 33.33333%;
}
.help__inner-item__num {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
    color: #005dff;
}
.companies {
    padding-bottom: 60px;
}
.companies__wrapper {
    padding: 60px;
    border-radius: 0 0 10px 10px;
    background-color: #f3f6ff;
}
.companies__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.companies .btn--companies {
    width: 100%;
}
.icon-logo {
    width: 69px;
    height: 52px;
}
.about {
    padding: 60px 0;
}
.no-webp .about__wrapper {
    background-image: url(../images/about.jpg);
}
.about__wrapper {
    overflow: hidden;
    text-align: center;
    padding: 250px 0 40px 0;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.about__inner-item + .about__inner-item {
    margin-left: 20px;
}
.about__inner-item {
    max-width: 250px;
    padding: 20px 32px;
    border-radius: 10px;
}
.about__inner-item__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
}
.about__inner-item__text {
    color: #fff;
}
.about__inner-item__pink {
    background-color: #fd3c76;
}
.about__inner-item__blue {
    background-color: #005dff;
}
.trust {
    padding-bottom: 60px;
}
.trust .title {
    margin: 0;
}
.trust__wrapper {
    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;
    padding: 25px 40px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
}
.trust__wrapper-item {
    max-width: 33.33333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.trust__wrapper-item span {
    margin-left: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #666;
}
.diplom {
    padding: 60px 0;
}
.diplom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
}
.diplom__inner-item {
    width: 50%;
}
.diplom__inner-item__img {
    position: relative;
}
.diplom__inner-item__img img {
    width: 100%;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    border-radius: 10px;
}
.diplom__inner-item__img-text {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
}
.diplom__inner-item__text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
    color: #666;
}
.diplom__inner-item + .diplom__inner-item {
    margin-left: 30px;
}
.diplom__icon-play {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.diplom__slider-left {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -20px;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.diplom__slider-right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.circle {
    width: 452px;
    position: relative;
    height: 452px;
    border-radius: 175px;
    background: #fff;
    float: left;
    margin: 0 0 0 2em;
    background-repeat: no-repeat;
    overflow: hidden;
    -webkit-mask-image: url(data:image/png;base64,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);
    -o-mask-image: url(data:image/png;base64,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);
}
.accordion {
    width: 100%;
}
.accordion .accordion-item {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 10px;
}
.accordion .accordion-item.show .accordion-titel {
    background-color: #005dff;
    border-radius: 0;
    padding-bottom: 0;
}
.accordion .accordion-item.show .accordion-titel span {
    color: #fff;
}
.accordion-titel {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    border-radius: 10px;
    background-color: #f3f6ff;
    padding: 30px;
    cursor: pointer;
}
.accordion-titel span {
    margin-left: 22px;
}
.accordion-contant {
    padding: 15px;
    background-color: #005dff;
    display: none;
}
.accordion-contant p {
    padding-left: 60px;
    color: #fff;
}
.icon-video {
    width: 20px;
    height: 19px;
}
.icon-trainer {
    width: 20px;
    height: 20px;
}
.icon-library {
    width: 18px;
    height: 20px;
}
.program {
    padding: 60px 0;
    background: #f3f6ff;
}
.program .icon-ministry {
    width: 20px;
    height: 20px;
}
.program__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.program__inner {
    max-width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.program__inner-item {
    max-width: 50%;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    position: relative;
    height: 175px;
    padding: 95px 20px 20px;
    border-radius: 10px;
    background-color: #f3f6ff;
}
.program__inner-item__img {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    margin-bottom: 20px;
}
.program__inner-item + .program__inner-item {
    margin-left: 30px;
}

.program__content h2,
.program__content-text h2 {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    margin-top:20px;
}

.program__content h3,
.program__content-text h3 {
    font-weight: 600;
    font-size: 20px;
}
.program__content-text ol li,
.program__content-text ul li{
	list-style: disc;
    margin-left: 30px;
    padding-left: 10px;
}
.program__content-text p{
	margin-top: 10px;
}
.program__content-text ol li, .program__content-text ul li {
    list-style: disc;
    margin-left: 30px;
    padding-left: 10px;
}
.program__content-text ol li p,
.program__content-text ul li p{
	margin-top: 0px;
}
.program__content-text {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}
.program__content-text.hide {
	height: 650px;
}
.program__content-text.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
.content_toggle {
    display: none;
    font-size: 14px;
    font-weight: 800;
    color: #005dff;
    text-decoration: underline;
    z-index: 9999;
    position: absolute;
    left: 49%;
}
.curriculum {
    padding: 60px 0;
}
.curriculum-table-block {
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
}
.curriculum-detail {
    padding-bottom: 60px;
    position: relative;
    background: #f0f4ff;
    overflow: hidden;
}
.curriculum-about {
    width: 100%;
    float: left;
    height: 60px;
    margin-top: 25px;
    margin-bottom: 10px;
}
.curriculum-about-left {
    width: 210px;
    float: left;
    height: 100%;
}
.curriculum-about-right {
    width: calc(100% - 210px);
    float: left;
    height: 100%;
}
.curriculum-detail .wrapper {
    padding-top: 39px;
}
.curriculum-detail .page-sub-header {
    padding: 25px 0 50px;
}
.curriculum-table-block {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.curriculum-table {
    background: #fff;
    width: 100%;
    border-collapse: collapse;
    padding: 37px 27px;
    line-height: 1.6;
}
.curriculum-table__header {
    text-align: left;
}
.curriculum-table__anotations {
    display: table;
}
.curriculum-table__left-caption {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}
.curriculum-table__right-caption {
    display: block;
    vertical-align: top;
    width: 200px;
}
.curriculum-table__footer-btn-block {
    margin-top: 30px;
}
.curriculum-table caption {
    background: #fff;
}
.curriculum-table__header-caption {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 7px;
}
.curriculum-table__header-caption:first-letter {
    text-transform: uppercase;
}
.curriculum-table__sub-caption {
    display: block;
    padding-top: 7px;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #878787;
}
.curriculum-audience,
.curriculum-duration {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #1f2533;
}
.curriculum-table__audience {
    width: 510px;
}
.curriculum-table__sub-form {
    padding-top: 0;
}
.curriculum-table__footer-caption {
    caption-side: bottom;
    display: block;
}
.curriculum-table__examination-label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.curriculum-table__examination {
    text-transform: lowercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #c03;
}
.curriculum-table__examination:first-letter {
    text-transform: uppercase;
}
.curriculum-table__examination-block {
    padding: 20px 0 24px;
    text-align: left;
}
.curriculum-table__examination-block + .curriculum-table__footer-btn-block {
    margin-top: 0;
}
.curriculum-table__examination,
.curriculum-table__examination-label {
    font-size: 16px;
    font-weight: 500;
}
.curriculum-table__examination-label {
    color: #333;
}
.curriculum-table__examination {
    color: #c03;
}
.curriculum-table-item {
    position: relative;
    display: block;
}
.curriculum-table-item__teachers-block {
    width: 375px;
}
.curriculum-table-item__hours {
    display: block;
    width: 100px;
}
.curriculum-table-item_error .radio-teacher__error-label {
    display: block;
    -webkit-animation: blink 0.3s backwards;
    animation: blink 0.3s backwards;
}
.curriculum-table-item__hidden-item {
    display: none;
}
.curriculum-table-item:last-child:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #f0f4ff;
}
.curriculum-table-item__name-cell {
    width: 830px;
}
.curriculum-table-item__name {
    display: block;
    width: 92%;
    position: relative;
}
.curriculum-table-item__name_pass:after {
    content: "Зачёт";
    margin-left: 5px;
    border-radius: 9px;
    background-color: #f0f4ff;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #215fff;
}
.curriculum-table-item__name_exam:after {
    content: "Экзамен";
    margin-left: 5px;
    border-radius: 9px;
    background-color: #fff0f5;
    padding: 2px 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fd3c76;
}
.curriculum-table-item__teachers {
    position: relative;
    padding: 14px 0;
    padding-left: 30px;
}
.curriculum-table-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #f0f4ff;
}
.curriculum-table-item._header {
    margin-bottom: -1px;
    padding-top: 10px;
    position: relative;
    z-index: 10;
    font-weight: 500;
    font-size: 14px;
    color: #878787;
}
.curriculum-table-item._header:after {
    border: 0;
}
.curriculum-table-item__td {
    padding-top: 11px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1f2533;
    border: 0;
}
.curriculum-table-item__td_duration {
    min-width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #1f2533;
    white-space: nowrap;
}
.curriculum-table-item__duration-span {
    display: block;
    width: 100px;
}
@-webkit-keyframes blink {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes blink {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.radio-teacher {
    width: 172px;
    display: inline-block;
    margin-right: 27px;
    cursor: pointer;
}
.radio-teacher__error-label {
    display: none;
    position: absolute;
    left: -244px;
    background: #fff;
    padding: 20px;
    border: 1px solid #adadad;
    z-index: 10;
}
.radio-teacher__error-label:after {
    content: "";
    position: absolute;
    right: -6px;
    border-top: 1px solid #adadad;
    border-right: 1px solid #adadad;
    top: 20px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio-teacher__image-content {
    border: 2px solid #000;
    width: 50px;
    height: 50px;
}
.radio-teacher_error .radio-teacher__image-block {
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
    border: 2px solid #d11533;
    -webkit-animation: blink 0.3s backwards;
    animation: blink 0.3s backwards;
}
.radio-teacher:nth-child(2n) {
    margin-right: 0;
}
.radio-teacher:nth-child(n + 3) {
    margin-top: 15px;
}
.radio-teacher__image-block,
.radio-teacher__information {
    display: inline-block;
    vertical-align: middle;
}
.radio-teacher__information {
    margin-left: 6px;
    max-width: 83px;
}
.radio-teacher__name {
    display: block;
    white-space: nowrap;
    font-size: 13px;
    color: #333;
    font-weight: 400;
}
.radio-teacher__hour-duration {
    padding-right: 16px;
}
.radio-teacher__lectures {
    padding: 0 20px;
}
.radio-teacher__portfolio-link {
    font-size: 13px;
    color: #69c;
    font-weight: 300;
    text-decoration: none;
}
.radio-teacher__image-block {
    border-radius: 50%;
    position: relative;
    border: 2px solid #fff;
    font-size: 0;
    -webkit-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s;
}
.radio-teacher__image {
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
.radio-teacher__check-mark {
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #c2c2c2;
    bottom: 2px;
    right: 2px;
}
.radio-teacher__radio {
    display: none;
    visibility: hidden;
}
@-webkit-keyframes blinkMark {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}
@keyframes blinkMark {
    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
    }
}
.radio-teacher__radio:checked + .radio-teacher__image-block > .radio-teacher__check-mark {
    background-color: #39b54a;
    -webkit-animation: blinkMark 0.3s backwards;
    animation: blinkMark 0.3s backwards;
}
.curriculum-table__name {
    width: 830px;
    text-align: left;
}
.curriculum-table__hour-duration,
.curriculum-table__lectures,
.curriculum-table__practics {
    width: 100px;
    text-align: center;
}
.curriculum-table__teachers {
    width: 230px;
}
.detail-feedback-wrapper {
    position: relative;
    bottom: -91px;
    height: 795px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.detail-feedback-wrapper .owl-nav-wrap {
    margin-top: 50px;
}
.curriculum-table__header {
    font-size: 24px;
    color: #1f2533;
    font-weight: 700;
}
.curriculum-about {
    margin: 24px 0 25px;
}
.curriculum-detail-wrapper {
    float: none;
}
.curriculum-detail-box-mobile {
    display: none;
}
.curriculum-detail-box-mobile__name {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #262626;
}
.curriculum-detail-box-mobile__type {
    margin: 30px 0;
    font-size: 12px;
    line-height: 150%;
    color: #666;
}
.curriculum-detail-box-mobile__type-name {
    margin-right: 6px;
}
.curriculum-detail-box-mobile__type-value {
    font-weight: 500;
    font-size: 14px;
    color: #262626;
}
.curriculum-detail-box-mobile__type-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
#curriculum-table {
    overflow: auto;
}
.curriculum-table__sub-caption {
    font-size: 14px;
    color: #878787;
}
.curriculum-duration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
}
.curriculum-duration svg {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}
.curriculum-audience {
    font-size: 18px;
    color: #1f2533;
    font-weight: 400;
}
.curriculum-table__hour-duration,
.curriculum-table__lectures,
.curriculum-table__name,
.curriculum-table__practics {
    font-size: 14px;
    color: #878787;
    font-weight: 400;
}
.curriculum-table-item__duration-span,
.curriculum-table-item__td {
    font-weight: 500;
    font-size: 16px;
    color: #1f2533;
}
.curriculum-table-item__name {
    font-weight: 500;
    font-size: 16px;
    color: #1f2533;
}
.curriculum-table-item__name_pass::after {
    margin-left: 10px;
    border-radius: 8px;
    background-color: #f0f4ff;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #215fff;
}
.curriculum-table-item__name_exam::after {
    margin-left: 10px;
    border-radius: 8px;
    background-color: #fff0f5;
    padding: 4px 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #fd3c76;
}
.curriculum-table__footer-caption.curriculum-table__footer-btn-block {
    text-align: left;
}
.icon-display {
    width: 20px;
    height: 20px;
}
.skills {
    padding: 60px 0 120px;
}
.skills .title {
    margin-bottom: 60px;
}
.marquee__one {
    overflow: hidden;
}
.marquee__two {
    overflow: hidden;
    margin-bottom: 20px;
}
.marquee__three {
    overflow: hidden;
}
.services {
    padding-bottom: 400px;
}
.services__top {
    text-align: center;
}
.services__top .title {
    margin-bottom: 60px;
}
.services__suptitle {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
}
.services__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.services__inner-item + .services__inner-item {
    margin-left: 30px;
}
.services__inner-item {
    max-width: 33.33333%;
    padding: 30px;
    border-radius: 10px;
    background-color: #f3f6ff;
}
.services__inner-item__title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 25px;
}
.services__inner-item__blue {
    background-color: #005dff;
}
.services__inner-item__blue .services__inner-item__title {
    color: #fff;
}
.services__inner-item__blue .services__list p {
    color: #fff;
}
.services__list {
    padding-left: 24px;
    position: relative;
    margin-bottom: 16px;
}
.services__list .icon-check {
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 1;
}
.services__list p {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.gift .wrapper {
    position: relative;
}
.gift__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}
.gift .btn {
    margin-top: 20px;
}
.gift__wrapper {
    position: relative;
}
.gift__wrapper-box {
    border-radius: 10px;
    padding: 60px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
}
.gift__wrapper::before {
    border-radius: 10px 0 0 10px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    -webkit-box-shadow: -15px -15px 50px 5px #accaff;
    box-shadow: -15px -15px 50px 5px #accaff;
    z-index: 1;
}
.gift__wrapper:after {
    border-radius: 10px;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    -webkit-box-shadow: 15px 15px 50px 5px #fec1d1;
    box-shadow: 15px 15px 50px 5px #fec1d1;
    z-index: 1;
}
.gift__wrapper-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gift__wrapper-info__content-item {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 22px;
}
.gift__wrapper-info__content-item__text {
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
    color: #666;
}
.gift__wrapper-icon {
    width: 24px;
    height: 24px;
}
.advantages {
    padding: 360px 0 360px;
    background-color: #f3f6ff;
}
.advantages__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.advantages__wrapper-item {
    max-width: 50%;
}
.advantages__wrapper-item img {
    border-radius: 15px;
}
.advantages .accordion-titel {
    background-color: #fff;
}
.icon-license {
    width: 18px;
    height: 20px;
    margin-right: 10px;
}
.guarantee .wrapper {
    position: relative;
}
.guarantee__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
}
.guarantee__wrapper {
    position: relative;
}
.guarantee__wrapper-img img {
    max-width: 100%;
}
.guarantee__wrapper-inner {
    max-width: 65%;
}
.guarantee__wrapper-inner__item p {
    margin-bottom: 40px;
}
.guarantee__wrapper-box {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 2;
    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;
    background-color: #fff;
}
.guarantee__wrapper::before {
    border-radius: 10px 0 0 10px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    -webkit-box-shadow: -15px -15px 50px 5px #accaff;
    box-shadow: -15px -15px 50px 5px #accaff;
    z-index: 1;
}
.guarantee__wrapper:after {
    border-radius: 10px;
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    -webkit-box-shadow: 15px 15px 50px 5px #fec1d1;
    box-shadow: 15px 15px 50px 5px #fec1d1;
    z-index: 1;
}
.guarantee__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.guarantee__buttons .btn + .btn {
    margin-left: 15px;
}
.subscription {
    padding: 360px 0 60px 0;
}
.subscription .btn {
    margin-left: 20px;
}
.subscription__bottom {
    margin-top: 20px;
}
.subscription__form {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.subscription .title {
    color: #fff;
    margin-bottom: 20px;
    max-width: 67%;
}
.subscription__wrapper {
    padding: 40px;
    border-radius: 10px;
    background-color: #005dff;
    position: relative;
}
.subscription .input-name {
    width: 25%;
}
.subscription .input-tel {
    width: 25%;
    margin: 0 20px;
}
.subscription .input-mail {
    width: 25%;
    margin-left: 0;
}
.subscription .input {
    margin-bottom: 0;
}
.subscription__discount {
    position: absolute;
    top: 28px;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px;
    border-radius: 50px 0 0 50px;
    background-color: #fff;
}
.subscription__discount-text {
    margin-left: 10px;
}
.frdo {
    padding: 60px 0;
}
.frdo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.frdo__wrapper-item + .frdo__wrapper-item {
    margin-left: 30px;
}
.frdo__wrapper-item {
    max-width: 50%;
}
.frdo__wrapper-item__img {
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
}
.frdo__wrapper-item__img img {
    max-width: 100%;
    border-radius: 10px;
}
.frdo__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    margin-bottom: 40px;
}
.frdo__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.frdo__buttons .btn--border {
    margin-left: 20px;
}
.frdo .icon-record {
    margin-right: 10px;
}
.icon-record {
    width: 21px;
    height: 15px;
}
.director {
    padding: 60px 0;
}
.director__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.director__wrapper-item + .director__wrapper-item {
    margin-left: 30px;
}
.director__wrapper-item__img {
    position: relative;
    margin-bottom: 20px;
}
.director__wrapper-item__img img {
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
}
.director__wrapper-item__img .director__icon-play {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.director__wrapper-item__num {
    font-size: 22px;
    line-height: 33px;
    font-weight: 700;
    margin-bottom: 25px;
}
.director__wrapper-item__text {
    color: #666;
    margin-bottom: 40px;
}
.check-list {
    padding: 60px 0;
}
.check-list__text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.check-list__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.check-list__wrapper-item__img img {
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
}
.check-list__wrapper-item + .check-list__wrapper-item {
    margin-left: 30px;
}
.check-list__wrapper-item__title {
    padding: 20px 30px;
    background-color: #fd3c76;
    border-radius: 10px;
    margin-bottom: 10px;
}
.check-list__wrapper-item__title h2 {
    color: #fff;
    margin: 0;
}
.check-list__wrapper-item__list-img {
    position: absolute;
    top: 25px;
    left: 20px;
    border-radius: 3px;
}
.check-list__wrapper-item__list-img img {
    display: block;
}
.check-list__wrapper-item__list {
    padding: 20px 20px 20px 54px;
    position: relative;
    background-color: #f3f6ff;
    border-radius: 10px;
    margin-bottom: 10px;
}
.check-list__wrapper-item__list-text {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}
.check-list__wrapper-item__list-active .check-list__wrapper-item__list-img {
    border: 2px solid #005dff;
    padding: 3px 2px;
}
.check-list__wrapper-item__list-blue {
    cursor: pointer;
    background-color: #005dff;
}
.check-list__wrapper-item__list-blue .check-list__wrapper-item__list-text {
    color: #fff;
}
.check-list__wrapper-item__list-blue .check-list__wrapper-item__list-text span {
    color: #fff;
    text-decoration: underline;
}
.check-list__wrapper-item__list-blue .check-list__wrapper-item__list-img {
    padding: 0;
}
.clients {
    padding: 60px 0;
}
.clients .title {
    margin-bottom: 90px;
}
.clients__slider-item {
    width: 200px;
}
.clients__slider-item__img {
    width: 200px;
}
.clients__slider-left {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.clients__slider-right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.reviews {
    padding: 60px 0;
}
.reviews__slider-item {
    margin: 0 15px;
    max-width: 360px;
    border-radius: 10px;
    background-color: #f3f6ff;
}
.reviews__slider-item__video {
    position: relative;
}
.reviews__slider-item__video img {
    cursor: pointer;
    border-radius: 10px;
    max-width: 100%;
}
.reviews__slider-item__video .reviews__icon-play {
    width: 37px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.reviews__slider-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}
.reviews__slider-item__img img {
    width: 56px;
    height: 56px;
}
.reviews__slider-item__block {
    margin-left: 20px;
}
.reviews__slider-item__name {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.reviews__slider-item__text {
    color: #666;
}
.pay {
    background-color: #f3f6ff;
    padding: 120px 0;
}
.pay__phrase {
    font-size: 27px;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    margin-bottom: 40px;
    padding: 10px;
    background-color: #f3f6ff;
}
.pay__phrase-container {
    padding: 10px;
    border-radius: 20px;
    background-color: #fff;
}
.pay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pay__wrapper-inner {
    width: 50%;
    position: relative;
    padding: 40px;
    margin-right: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
    box-shadow: 0 5px 25px rgba(0, 93, 255, 0.15);
}
.pay__wrapper-inner .pay__suptitle {
    color: #005dff;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.pay__wrapper-inner .title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.pay__wrapper-inner .btn {
    width: 100%;
}
.pay__wrapper-line {
    height: 1px;
    width: 100%;
    opacity: 0.7;
    background-color: #878787;
    margin-bottom: 40px;
}
.pay__wrapper-prices {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pay__wrapper-prices .pay__wrapper-inner__prices + .pay__wrapper-inner__prices {
    margin-left: 40px;
}
.pay__wrapper-prices .pay__price-old__title {
    opacity: 0.7;
    margin-bottom: 5px;
}
.pay__wrapper-prices .pay__price-old {
    color: #979797;
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    text-decoration-line: line-through;
}
.pay__wrapper-prices .pay__price-old span {
    color: #979797;
}
.pay__wrapper-prices .pay__price-new {
    font-size: 35px;
    font-weight: 700;
    line-height: 52px;
}
/* .pay__wrapper-prices .pay__price-new span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
} */
.pay__wrapper-deduction {
    margin-bottom: 20px;
}
.pay__wrapper-deduction__text {
    padding-left: 10px;
}
.pay .pay__wrapper-form {
    padding: 40px;
    border-radius: 10px;
    background-color: #005dff;
}
.pay .pay__wrapper-form .title {
    color: #fff;
    margin-bottom: 20px;
}
.pay .pay__wrapper-form .pay__subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 40px;
}
.pay .pay__wrapper-form .pay__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pay .pay__wrapper-form .pay__form .input-name {
    width: 100%;
	margin-top:10px;
}
.pay .pay__wrapper-form .pay__form .input-tel {
    width: 100%;
	margin-top:10px;
}
.pay .pay__wrapper-form .pay__form .input-mail {
    width: 100%;
    margin-left: 0;
	margin-top:10px;
}
.pay .pay__wrapper-form .pay__form .textarea {
    border-radius: 5px;
    padding: 16px 20px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.pay .pay__wrapper-form .pay__form .pay__wrapper-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}
.leadformcheckbox .checkbox label {
    color: #666;
    font-size: 15px;
}
.pay__discount {
    position: absolute;
    top: 370px;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px;
    border-radius: 0 50px 50px 0;
    background-color: #fcff63;
}
.pay__discount-text {
    margin-left: 10px;
}
.intro__discount {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 14px;
    border-radius: 50px 0 0 50px;
    background-color: #fcff63;
}
.intro__discount-text {
    margin-left: 10px;
}
.timer {
    padding-left: 7px;
    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;
}
.timer-title {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.timer-title span {
    font-weight: 700;
}
.timer-body {
    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;
}
.timer-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.timer-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 6px 4px;
    font-size: 16px;
}
.timer-item::before {
    content: ":";
    position: absolute;
    top: 0;
    right: -5px;
}
.timer-item:last-child::before {
    display: none;
}
.timer-val {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.timer-num {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.timer-separate {
    font-size: 40px;
    margin-top: 15px;
    width: 7px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
}
.timer-name {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.countbox-num {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    margin: 6px 0 6px 7px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.countbox-hours2 {
    margin-right: 5px;
}
.modal {
    border-radius: 10px;
}
.modal-title {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
}
.modal-subtitle {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.modal-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal-text {
    max-width: 500px;
    font-size: 16px;
    line-height: 24px;
}
.modal-text__icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.modal-text__top {
    position: relative;
    color: #666;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
    font-weight: 700;
}
.modal-text__list {
    padding: 0 0 0 30px;
}
.modal-text__list li {
    font-weight: 700;
    font-size: 16px;
    color: #666;
}
.modal-text .or {
    margin: 20px 0;
    font-size: 20px;
    text-align: center;
}
.modal-text__bottom {
    font-weight: 700;
    position: relative;
    color: #666;
    padding: 0 0 0 30px;
    margin-bottom: 20px;
}
.modal-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-label__tel {
    width: 100%;
}
.form-label__email {
    width: 100%;
}
.form-modal .input {
    border: 1px solid #005dff;
}
.form-modal .input-name {
    width: 100%;
}
.form-modal .input-tel {
    width: 94%;
}
.form-modal .input-mail {
    width: 90%;
}
.form-modal .checkbox__text {
    margin-left: 0;
    color: #262626;
}
.form-modal .custom-checkbox + label::before {
    border: 2px solid #005dff;
}
.form-modal .custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.form-modal .custom-checkbox + label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-modal .custom-checkbox + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 2px solid #005dff;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: 0 2px;
}
.form-modal .custom-checkbox:focus + label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-modal .custom-checkbox:checked + label::before {
    background-image: url(../images/icon-check-blue.svg);
}
.form-modal .custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}
.form-modal .consultation__policy {
    color: #666;
}
.form-modal .consultation__policy-link {
    color: #005dff;
}
.fancybox-button {
    background: #fff;
}
.tnxbox {
    border-radius: 15px;
    max-width: 700px;
    padding: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
}
.consultation {
    padding: 60px 0;
    background-color: #ffffff;
}

.metodist {
    margin: 0 5px;
    width: 20%;
}
.metodist__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.metodist__name {
    font-size: 14px;
    line-height: 17px;
}
.metodist__img {
    margin-bottom: 5px;
}
.metodist__img img {
    border-radius: 15px;
}
.form-cosultation {
    margin-left: 30px;
    border-radius: 15px;
    border: 1px solid #c2c2c2;
    padding: 35px 24px;
}
.form-cosultation .input {
    margin-bottom: 15px;
}
.form-cosultation .btn {
    width: 100%;
    margin-bottom: 10px;
}
.form-cosultation .politican {
    font-size: 12px;
    line-height: 16px;
}
.form-cosultation .politican .link {
    color: #005dff;
}
.gratitude {
    max-width: 600px;
    padding: 50px;
    border-radius: 10px;
}
.gratitude__title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 900;
    margin-bottom: 30px;
}
.gratitude__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.gratitude__subtitle {
    font-size: 24px;
    line-height: 32px;
}
@media (min-width: 768px) {
    .learning-profit__wrapper {
        padding: 40px 44px;
        border-radius: 20px;
    }
    .learning-profit__desc {
        margin-bottom: 36px;
    }
    .learning-profit__calc {
        padding: 40px;
    }
    .learning-profit__subtitle {
        width: 500px;
    }
    .learning-profit__info-by {
        margin-bottom: 84px;
    }
    .learning-profit__values {
        margin-top: 32px;
    }
    .noUi-tooltip {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .noUi-tooltip::after {
        left: calc(50% - 10px);
    }
}
@media (min-width: 1024px) {
    .learning-profit__wrapper {
        position: relative;
        z-index: 1;
        display: -ms-grid;
        display: grid;
        grid-gap: 42px 31px;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        -ms-grid-columns: 517px 1fr;
        grid-template-columns: 517px 1fr;
        padding: 40px 32px 38px;
    }
    .learning-profit__desc,
    .learning-profit__title {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        margin-bottom: 0;
    }
    .learning-profit__desc {
        grid-column: 2/-1;
    }
    .learning-profit__duration {
        background-color: #005dff;
        position: absolute;
        z-index: 1;
        left: 40px;
        grid-row: 2/-1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
        -ms-grid-row-align: center;
        align-self: center;
        width: 268px;
        min-height: 234px;
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 36px;
        border-radius: 20px;
    }
    .learning-profit__duration-text {
        margin-bottom: 64px;
        color: #fff;
    }
    .learning-profit__calc {
        grid-row: 2/-1;
        grid-column: 1/-1;
        padding: 42px 42px 38px 360px;
        border-radius: 20px;
    }
    .learning-profit__info-by {
        margin-bottom: 112px;
    }
    .learning-profit__value b {
        margin-bottom: 8px;
    }
    .noUi-handle:hover {
        cursor: pointer;
    }
    .noUi-handle:hover .noUi-touch-area,
    .noUi-handle:hover::after,
    .noUi-handle:hover::before {
        -webkit-transform: scale(1.125);
        -ms-transform: scale(1.125);
        transform: scale(1.125);
    }
}
@media (min-width: 1280px) {
    .learning-profit__wrapper {
        grid-row-gap: 48px;
        -ms-grid-columns: 502px 1fr;
        grid-template-columns: 502px 1fr;
        padding: 56px 68px;
    }
    .learning-profit__desc {
        max-width: 498px;
    }
    .learning-profit__calc {
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 40px;
    }
    .learning-profit__info-by {
        margin-bottom: 104px;
    }
}
@media (max-width: 1100px) {
	.form-fixed {
        border-radius: 15px;
        padding: 32px 24px;
        max-width: 500px;
        margin: 0 auto;
        position: static;
    }
    .form-fixed__block {
        padding: 48px 0;
    }
    .form-fixed__header {
        width: 100%;
        margin: 0 20px;
    }
    .form-fixed__title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 16px;
        font-weight: 700;
    }
    .form-fixed__form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-fixed .input {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .form-fixed .btn {
        width: 100%;
    }
    .form-fixed__date {
        width: 100%;
        font-size: 24px;
        margin-bottom: 34px;
    }
    .form-fixed__date-num {
        font-size: 24px;
    }
    .form-fixed.fixed {
        position: static;
    }
	#form-fixed-mobile.fixed {
        position: fixed;
		width:100%;
		max-width: none;
		text-align:center;
    }	
	#form-fixed-mobile .btn {
		max-width:300px;
    }	
    .pay__wrapper {
        -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;
    }
    .pay__wrapper-inner {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .pay__wrapper-form {
        width: 100%;
    }
    .pay__wrapper-prices {
        margin-bottom: 40px;
    }
    .pay__discount {
        top: 40px;
    }
}
@media (max-width: 991px) {
    .teacher__wrapper {
        padding: 20px;
    }
    .teacher__achievements {
        padding: 10px;
    }
    .teacher__achievements-item {
        margin: 5px;
        padding: 20px 10px;
    }
    .teacher__info-photo img {
        width: 100%;
    }
    .intro__wrapper {
        padding: 20px 20px 0 20px;
    }
    .intro__include-list + .intro__include-list {
        margin-left: 25px;
    }
    .intro__container {
        padding: 20px;
    }
    .intro__include {
        left: 20px;
    }
    .consultation .input-tel {
        width: 100%;
    }
    .consultation .input-mail {
        width: 100%;
        margin-left: 0;
    }
    .consultation__wrapper {
        padding: 20px;
    }
    .help__wrapper {
        padding: 20px;
    }
    .help__inner-item {
        padding: 20px 30px;
    }
    .companies__wrapper {
        padding: 20px;
    }
    .companies__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .trust__wrapper {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .trust__wrapper-item {
        margin-bottom: 40px;
        max-width: 100%;
    }
    .program__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .program__inner {
        max-width: 100%;
    }
    .program__content {
        padding-left: 0;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .gift__wrapper-box {
        padding: 20px;
    }
    .advantages {
        padding: 400px 0 400px;
    }
    .advantages__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .advantages__wrapper-item {
        max-width: 100%;
    }
    .guarantee__wrapper-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .guarantee__wrapper-inner {
        max-width: 100%;
    }
    .subscription__wrapper {
        padding: 110px 20px 20px 20px;
    }
    .subscription .input-name {
        width: 100%;
    }
    .subscription .input-tel {
        width: 100%;
        margin: 0;
    }
    .subscription .input-mail {
        width: 100%;
    }
    .subscription .input {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .subscription .btn {
        margin-left: 0;
    }
    .subscription__discount {
        right: auto;
        left: 0;
        border-radius: 0 50px 50px 0;
    }
    .director__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .director__wrapper-item__img {
        text-align: center;
    }
    .director__wrapper-item__img img {
        max-width: 100%;
    }
    .director .director__wrapper-item + .director__wrapper-item {
        margin-left: 0;
    }
    .check-list__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .check-list__wrapper-item__img {
        text-align: center;
        margin-bottom: 20px;
    }
    .check-list__wrapper-item__img img {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .learning-profit__wrapper {
        width: calc(100% - 12px);
        margin-right: auto;
        margin-left: auto;
        padding-right: 14px;
        padding-left: 14px;
    }
    .learning-profit__calc,
    .learning-profit__duration {
        margin-right: -10px;
        margin-left: -10px;
    }
    .learning-profit__slider--min .noUi-tooltip::after {
        left: 6px;
    }
    .learning-profit__slider--middle .noUi-tooltip {
        -webkit-transform: translateX(calc(-100% + 32px));
        -ms-transform: translateX(calc(-100% + 32px));
        transform: translateX(calc(-100% + 32px));
    }
    .learning-profit__slider--middle .noUi-tooltip::after {
        left: calc(100% - 26px);
    }
    .advantages__wrapper-item img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .timetable__container {
        padding: 10px;
    }
    .timetable__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .timetable__item-cours {
        padding-left: 40px;
        margin-bottom: 10px;
        width: auto;
    }
    .timetable__item-cours::before {
        left: -7px;
    }
    .timetable__item-main {
        width: 100%;
        position: relative;
    }
    .timetable__item-main::before {
        content: "";
        display: block;
        background-color: #005dff;
        width: 3px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
    }
    .timetable__item-list {
        padding: 5px 5px 20px 20px;
    }
    .timetable__item-title {
        font-weight: 500;
        color: #666;
    }
    .timetable__block {
        padding: 20px;
    }
    .teacher__billet-item + .teacher__billet-item {
        margin-left: 0;
        margin-top: 20px;
    }
    .teacher__achievements-item {
        width: 100%;
    }
    .teacher__billet {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .teacher__billet-item {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .teacher__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .teacher__info-prof {
        max-width: 100%;
    }
    .teacher__info-main {
        padding-top: 20px;
        padding-right: 0;
    }
    .how-training__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .how-training__inner--mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .how-training__inner-item {
        width: 100%;
    }
    .how-training__inner-item--text {
        width: 100%;
        padding: 0 0 20px 0;
    }
    .intro__wrapper {
        padding: 100px 20px 0 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .intro__wrapper-img {
        padding: 0;
    }
    .intro__wrapper-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .intro__container-nav {
        padding: 20px;
        width: 100%;
    }
    .intro__container-nav + .intro__container-nav {
        margin-left: 0;
        margin-top: 20px;
    }
    .intro__title {
        width: 100%;
    }
    .intro__container {
        margin-bottom: 20px;
    }
    .intro__include {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        left: 20px;
    }
    .intro__include-list + .intro__include-list {
        margin-left: 0;
    }
    .intro__discount {
        left: 0;
        right: auto;
        border-radius: 0 50px 50px 0;
    }
    .salary {
        padding: 25px 0 380px 0;
    }
    .salary__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .salary__inner .salary__item {
        width: 100%;
        margin: 0 0 20px 0;
        padding: 70px 20px 20px 20px;
    }
    .salary__inner .salary__item .salary-icon {
        top: 20px;
        left: 20px;
        right: auto;
        bottom: auto;
    }
    .learing-profit__wrapper {
        padding: 20px;
    }
    .poss__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .poss__inner-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .poss__inner-item + .poss__inner-item {
        margin-left: 0;
    }
    .consultation__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .consultation .consultation__inner {
        width: 100%;
        margin-left: 0;
    }
    .help__step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 40px;
    }
    .help__step-item {
        max-width: 100%;
        padding-top: 60px;
        margin-bottom: 40px;
    }
    .help__step-item__title {
        margin-bottom: 20px;
    }
    .help__step::after {
        display: none;
    }
    .help .help__step-item + .help__step-item {
        margin-left: 0;
    }
    .help__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .help__inner .help__inner-item + .help__inner-item {
        margin-left: 0;
    }
    .help__inner-item {
        max-width: 350px;
        margin-bottom: 20px;
    }
    .about__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about__inner .about__inner-item + .about__inner-item {
        margin-left: 0;
    }
    .about__inner-item {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .diplom .diplom__inner-item + .diplom__inner-item {
        margin-left: 0;
    }
    .diplom__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .diplom__inner-item {
        width: 100%;
    }
    .diplom__inner-item__text {
        font-size: 14px;
        line-height: 21px;
    }
    .diplom .btn {
        margin-bottom: 40px;
    }
    .services__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .services__inner-item {
        padding: 20px;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .services .services__inner-item + .services__inner-item {
        margin-left: 0;
    }
    .gift__wrapper-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .gift__wrapper-img {
        text-align: center;
    }
    .gift__wrapper-img img {
        max-width: 100%;
    }
    .advantages {
        padding: 440px 0 400px;
    }
    .guarantee__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .guarantee__buttons .btn {
        margin-bottom: 15px;
    }
    .subscription {
        padding: 400px 0 40px 0;
    }
    .frdo__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .frdo__wrapper-item {
        max-width: 100%;
    }
    .frdo .frdo__wrapper-item + .frdo__wrapper-item {
        margin-left: 0;
    }
    .frdo__buttons {
        margin-bottom: 27px;
    }
    .check-list .check-list__wrapper-item + .check-list__wrapper-item {
        margin-left: 0;
    }
    .pay__wrapper-prices .pay__price-new {
        font-size: 24px;
        line-height: 28px;
    }
    .pay__wrapper-prices .pay__price-old {
        font-size: 18px;
        line-height: 24px;
    }
    .pay__wrapper-inner {
        padding: 130px 20px 20px 20px;
    }
    .pay__wrapper-inner .title {
        font-size: 24px;
        line-height: 32px;
    }
    .pay__wrapper .pay__wrapper-form {
        padding: 20px;
    }
    .pay__wrapper-line {
        margin-bottom: 20px;
    }
	.learning-about__top {
        margin: 0;
        padding: 20px;
        margin-bottom: 20px;
    }
    .learning-about__item {
        padding: 20px;
        margin: 0;
        margin-bottom: 20px;
    }
    .learning-about__title {
        font-size: 20px;
        max-width: 100%;
        padding-right: 30px;
    }
    .learning-about .icon-plus {
        right: -30px;
    }
    .learning-about__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .learning-about__subtitle {
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .learning-about__list {
        padding-left: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .how-training__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .how-training__inner--mobile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .how-training__inner-item {
        width: 100%;
    }
    .how-training__inner-item--text {
        width: 100%;
        padding: 0 0 20px 0;
    }
}
@media (max-width: 480px) {
	.learning-about {
        padding: 30px 0;
    }
    .learning-about__title {
        font-size: 18px;
    }
    .learning-about .subtitle {
        font-size: 16px;
        line-height: 20px;
    }
    .learning-about .icon-plus {
        top: 12%;
    }
    .learning-about__list li {
        padding-left: 25px;
    }
    .learning-about__list .learning-about__titleList {
        padding-left: 0;
    }
    .form-fixed {
        padding: 20px;
    }
    .form-fixed__block {
        padding: 30px 0;
    }
    .form-fixed__date {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-fixed__date-num {
        padding: 8px 16px;
        margin-top: 16px;
    }
    .teacher__info-visual {
        margin-right: 0;
    }
    .teacher__info {
        margin-bottom: 10px;
    }
    .teacher__billet-day__item {
        font-size: 14px;
        padding: 5px;
    }
    .teacher__billet-text {
        margin-right: 10px;
    }
    .teacher__achievements .slick-slider .techer__achievements-slider__left {
        left: 28%;
    }
    .teacher__achievements .slick-slider .techer__achievements-slider__right {
        right: 15%;
    }
    .teacher__achievements-media__img img {
        width: 40px;
        margin-bottom: 10px;
    }
    .teacher__achievements-media__item {
        margin-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .teacher__achievements-media__text {
        margin-left: 0;
    }
    .teacher__achievements-header {
        font-size: 26px;
        line-height: normal;
    }
	.teacher__medal {
        display: none;
    }
    .how-training {
        padding: 30px 0;
    }
    .how-training.doctor {
        padding: 30px 0;
    }
    .how-training__text {
        padding-left: 0;
    }
    .intro__container {
        padding: 0;
    }
    .intro__title-name {
        font-size: 28px;
    }
    .intro__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .intro__info-item + .intro__info-item {
        margin-left: 0;
        margin-top: 10px;
    }
    .how-training {
        padding: 360px 0 30px 0;
    }
    .how-training__inner {
        margin-bottom: 30px;
    }
    .title {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .intro {
        padding: 40px 0;
    }
    .intro__wrapper-content {
        margin-bottom: 20px;
    }
    .teacher__wrapper {
        padding: 10px;
    }
    .teacher__achievements-item {
        margin: 0;
        margin-bottom: 10px;
        padding: 10px 5px;
    }
    .timer-title {
        font-size: 14px;
    }
    .timer-num {
        font-size: 14px;
    }
    .timer-name {
        font-size: 14px;
    }
    .countbox-hours2 {
        font-size: 14px;
    }
    .countbox-hours-text {
        font-size: 14px;
    }
    .timer-item {
        font-size: 14px;
    }
    .intro__discount {
        top: 30px;
        padding: 4px 7px 4px 20px;
    }
    .intro__include {
        position: static;
        background-color: #fff;
    }
    .intro__include-list {
        margin-bottom: 25px;
    }
    .intro__include-title {
        margin-bottom: 6px;
    }
    .intro__wrapper {
        padding: 0;
    }
    .intro__wrapper-img {
        display: none;
    }
    .intro__wrapper-content {
        padding: 100px 20px 20px 20px;
    }
    .intro__title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .intro__suptitle {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .intro__list p {
        font-size: 16px;
        line-height: 19px;
    }
    .btn--intro {
        max-width: 100%;
    }
    .intro__wrapper-img img {
        width: 100%;
    }
    .intro__wrapper-img {
        position: relative;
        z-index: 0;
    }
    .intro__wrapper-img::after {
        bottom: -150%;
    }
    .salary {
        padding-bottom: 340px;
    }
    .salary .title {
        margin-bottom: 40px;
    }
    .learning-profit__desc {
        font-size: 14px;
        line-height: 18px;
    }
    .learning-profit__subtitle {
        font-size: 16px;
        line-height: 18px;
    }
    .learing-profit__calc {
        padding: 20px 10px;
    }
    .poss {
        padding: 30px 0;
    }
    .poss .title {
        margin-bottom: 40px;
    }
    .poss__inner-item__title {
        font-size: 18px;
        line-height: 24px;
    }
    .consultation {
        padding: 30px 0;
    }
    .consultation .input {
        margin-bottom: 10px;
    }
    .consultation__btns {
        padding-top: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .consultation__btn {
        margin-bottom: 20px;
    }
    .consultation .checkbox__text {
        margin-left: 0;
    }
    .help {
        padding: 30px 0 0 0;
    }
    .help__step-item {
        padding-top: 50px;
    }
    .help__step-item__title {
        font-size: 18px;
        line-height: 20px;
    }
    .help__step-item__num {
        font-size: 16px;
        line-height: 21px;
        padding: 4px 10px;
    }
    .help__inner-item__num {
        font-size: 24px;
        line-height: 36px;
    }
    .companies {
        padding: 0 0 40px 0;
    }
    .companies__inner {
        margin-bottom: 20px;
    }
    .about {
        padding: 30px 0;
    }
    .about__wrapper {
        padding-bottom: 0;
    }
    .about__inner-item__title {
        font-size: 18px;
        line-height: 24px;
    }
    .trust {
        padding: 30px 0;
    }
    .diplom {
        padding: 30px 0;
    }
    .diplom__inner-item__text {
        font-size: 14px;
        line-height: 21px;
    }
    .diplom .slick-slide img {
        margin: 0 auto;
    }
    .accordion .accordion-item {
        margin-bottom: 20px;
    }
    .accordion-titel {
        padding: 20px;
    }
    .consultation {
        padding: 30px 0;
    }
    .program {
        padding: 30px 0;
    }
    .program .program__inner-item + .program__inner-item {
        margin-left: 0;
    }
    .program__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .program__inner-item {
        margin-bottom: 20px;
        max-width: 100%;
    }
    .program__content-text {
        font-size: 14px;
        line-height: 18px;
    }
    .curriculum {
        padding: 30px 0;
    }
    .skills {
        padding: 40px 0 80px;
    }
    .services__inner-item__title {
        font-size: 18px;
        line-height: 24px;
    }
    .services__list {
        margin-bottom: 10px;
    }
    .services__list p {
        font-size: 14px;
        line-height: 21px;
    }
    .gift__wrapper-info__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .accordion-contant p {
        padding-left: 0;
    }
    .advantages .accordion-titel span {
        margin-left: 5px;
    }
    .guarantee .guarantee__buttons .btn {
        margin-right: 15px;
    }
    .guarantee .guarantee__buttons .btn + .btn {
        margin-left: 0;
    }
    .subscription .title {
        max-width: 100%;
    }
    .subscription__discount {
        padding: 4px 7px 4px 20px;
    }
    .frdo {
        padding: 30px 0;
    }
    .frdo__subtitle {
        font-size: 14px;
        line-height: 21px;
    }
    .check-list {
        padding: 30px 0;
    }
    .check-list__wrapper-item__list-text {
        font-size: 14px;
        line-height: 18px;
    }
    .reviews {
        padding: 30px 0;
    }
    .reviews__slider-item {
        padding: 12px 15px;
    }
    .clients {
        padding: 30px 0;
    }
    .clients .title {
        margin-bottom: 40px;
    }
    .pay__wrapper-prices .pay__wrapper-inner__prices + .pay__wrapper-inner__prices {
        margin-left: 10px;
    }
    .pay__wrapper-deduction__text {
        font-size: 14px;
    }
    .pay {
        padding: 30px 0;
    }
    .pay__phrase {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .pay__wrapper-inner {
        padding: 20px 10px;
    }
    .pay__wrapper-prices {
        margin-bottom: 20px;
    }
    .modal-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-modal .input-mail {
        margin-left: 0;
    }
    .form-modal .modal-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .form-modal .input-tel {
        width: 100%;
    }
    .form-modal .input-mail {
        width: 100%;
    }
    .form-modal .btn {
        margin-bottom: 20px;
    }
    .gratitude {
        max-width: 100%;
        padding: 25px;
    }
    .gratitude__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .gratitude__subtitle {
        font-size: 18px;
        line-height: 24px;
    }
}
@media (min-width: 768px) and (max-width: 1023.9px) {
    .learning-profit__title {
        width: 542px;
        margin-bottom: 20px;
    }
    .learning-profit__duration {
        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;
        padding: 24px 40px 27px;
    }
    .learning-profit__duration-text {
        width: 314px;
        margin-right: 26px;
        margin-bottom: 0;
    }
}
@media (min-width: 1024px) and (max-width: 1279.9px) {
    .learning-profit__values {
        margin-top: 24px;
    }
}
.webp .learning-about {
    background-image: url(../images/vines.webp);
}
.webp .learning-about__top {
    background-image: url(../images/cucumber.webp);
}
.webp .about__wrapper {
    background-image: url(../images/about.webp);
}
