

/* Start:/education/buspro/style.css?175497853415241*/
* {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.show-modal {
	display: block!important;
	opacity: 1!important;
}

.hide-modal {
	display: none!important;
}

.form_text_114, .form_text_111 {
	position: relative;
}

.ms-btn, .wh-btn {
	position: relative;
}

.error-btn, .error-btn-2 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.error-dealer, .error-dealer-2 {
	color: red;
	position: absolute;
	left: 0;
	bottom: -30px;
}

/*.container {
    width: 1170px;
    margin: 0 auto;
}*/

.edu-main {
    width: 100%;
    height: 730px;
	/*background: linear-gradient(1deg, rgba(93, 73, 190, 0.80) 1.01%, rgba(93, 73, 190, 0.80) 1.02%, rgba(25, 14, 78, 0.46) 97.79%), url('/education/buspro/img/IMG_4517.png'), lightgray 50% / cover no-repeat no-repeat;*/
    background: url('/education/buspro/img/Frame4.png') no-repeat center center;
    background-size: cover;
}
@media screen and (max-width: 768px){
    .edu-main {
        background: linear-gradient(1deg, #352483 1.08%, #E7B4FF 116.81%, rgba(173, 0, 255, 0.50) 116.81%);
    }
}

.edu-main-container {
    padding-top: 136px;
    width: 870px;
}

.edu-main-title {
    margin: 0;
    font-size: 84px;
    font-weight: 900;
    line-height: 84px;
    margin-bottom: 20px;
    color: #fff;
}

.edu-main-subtitle {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
    color: #fff;
}

.edu-main-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 22.4px;
    margin-bottom: 50px;
    color: #fff;
}

.edu-main-btn {
    cursor: pointer;
    border: none;
    background: linear-gradient(97.73deg, #4E4091 26.41%, #8B16A8 76.74%);
    padding: 10px 22px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 17.6px;
    line-height: 21.45px;
    text-align: center;
    border-radius: 10px;
}
@media screen and (max-width: 768px){
    .edu-main-btn {
        border-radius: 10px;
        background: #190E4E;
        color: #fff;
        width: 100%;
        height: 52px;
    }
}

.why-form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 80px;
    width: 100%;
}

.why-form input {
    width: 320px;
    padding-top: 20px!important;
    padding-bottom: 10px!important;
    border: none;
    border-bottom: 1px solid #60509A;
    margin-right: 30px;
    background-color: transparent;
    outline: none;
    font-weight: 400px;
    font-size: 16px;
}

.why-form input:focus {
    outline: none;
}

.why-form input[type=submit], .why-input-btn {
    background: linear-gradient(270deg, #1D1B45 0%, #2E2B6C 100%);
    box-shadow: 0px 5px 7px 0px rgba(46, 34, 93, 0.25);
    width: 360px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
    color: #fff;
	padding: unset!important;
}

.bus-video {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FBF8FF;
}

.bus-for {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.bus-for-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    color: #1E1E1E;
    margin-bottom: 80px;
}

.bus-for-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bus-for-card {
    display: block;
    width: 370px;
}

.bus-for-img {
    display: block;
    margin-bottom: 20px;
}

.bus-for-card-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #1E1E1E;
    margin-bottom: 8px;
}

.bus-for-card-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    color: #606060;
}

.bus-course {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FBF8FF;
}

.bus-course-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    color: #1E1E1E;
}

.bus-course-flex {
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}

.bus-course-card {
    border-radius: 50px;
    padding: 40px 50px;
    background-color: #FBF8FF;
    box-shadow: 0px 20px 35px 0px #A168FF2B;
    margin-bottom: 20px;
}
.bus-course-card.new {
    position: relative;
}
.bus-course-card.new:after{
    content: url("/education/buspro/img/new.png");
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -50%);
}

.bus-course-card-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bus-course-card-status {
    color: #AF7AFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 2px;
}

.bus-course-card-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    text-align: left;
    color: #1E1E1E;
}

.bus-course-card-top-right {
    padding: 10px 20px 10px 35px;
    background-color: #F1E8FE;
    border-radius: 10px;
    height: 100%;
}

.bus-course-card-top-right p {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    text-align: right;
    display: block;
    margin-bottom: 2px;
    color: #948BA6;
}

.bus-course-card-top-right span {
    font-size: 23px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: right;
    color: #1E1E1E;
    display: block;
}

.bus-course-card-center {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    padding-bottom: 35px;
}

.bus-course-card-center-left, .bus-course-card-center-right {
    width: 50%;
    padding-right: 20px;
}

.bus-course-card-center-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    margin-bottom: 10px;
}

.bus-course-card-center-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    display: block;
    margin-bottom: 10px;
    color: #5F5F5F;
}

.bus-course-card-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #D9D1E3;
    padding-top: 35px;
}

.bus-course-card-bottom-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bus-course-price {
    display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    margin-right: 50px;
}

.bus-course-price span {
    font-size: 21px;
}

.bus-course-btn {
    background: linear-gradient(97.73deg, #4E4091 26.41%, #8B16A8 76.74%);
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    cursor: pointer;
    border: none;
}

.bus-course-card-bottom-right {
    display: block;
}

.bus-course-date-title {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: right;
    margin-bottom: 2px;
    color: #5F5F5F;
}

.bus-course-date {
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: right;
    color: #1E1E1E;
}

.bus-course-card-subtitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #5F5F5F;
}

.bus-course-card-subtitle span {
    font-weight: 700;
}

.bus-result {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FBF8FF;
}

.bus-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
    text-transform: uppercase;
}

.bus-result-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
}

.bus-result-left {
    width: 474px;
}

.bus-result-left-card {
    display: block;
    margin-bottom: 30px;
}

.bus-result-left-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bus-result-img {
    display: block;
}

.bus-result-left-title {
    display: block;
    margin-left: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1E;
}

.bus-result-left-text {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: #5F5F5F;
}

.result-main-img {
    box-shadow: 0px 5px 65px 0px #A168FF2B;
    border-radius: 50px;
    display: block;
}

.bus-result-img {
    width: 35px;
    height: 35px;
    object-fit: cover;
}

.bus-pre {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bus-pre-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
    flex-wrap: wrap;
}

.bus-pre-card {
    width: 270px;
    height: 254px;
    padding-left: 34px;
    padding-right: 24px;
    padding-top: 25px;
    box-shadow: 0px 20px 35px 0px #A168FF2B;
    background-color: #FBF8FF;
    margin-bottom: 20px;
    border-radius: 50px;
}

.bus-pre-card-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #1E1E1E;
}

.bus-pre-card-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    color: #5F5F5F;
    display: block;
    margin-top: 10px;
}

.bus-pre-card-last {
    background-color: #190E4E;
}

.bus-pre-card-last .bus-pre-card-title {
    color: #fff;
}

.bus-pre-card-last .bus-pre-card-text {
    color: rgba(255,255,255,0.8);
}

.bus-pre-card-btn {
    background: linear-gradient(90deg, #19BFF7 0%, #F14497 100%);
    box-shadow: 0px 3px 9px 0px #28C3FF33;
    width: 170px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    margin-top: 20px;
}

.bus-pre-card-btn span {
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1E1E1E;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
}

.bus-reviews {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bus-reviews-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.bus-review {
    box-shadow: 0px 5px 65px 0px #A168FF2B;
    border-radius: 50px;
    padding: 40px 50px;
    width: 560px;
    height: 230px;
    margin-bottom: 20px;
}

.bus-review-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #1e1e1e;
}

.bus-reviews-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    color: #5f5f5f;
    display: block;
    margin-top: 10px;
}

.bus-photos {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FBF8FF;
}

.bus-photo-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
}

.bus-photo {
    width: 367px;
    height: 260px;
    margin-bottom: 20px;
}

.bus-photo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bus-why {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bus-why-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.bus-why-left {
    width: 650px;
}

.bus-why-left p {
    font-weight: 400;
    font-size: 20px;
    line-height: 22.4px;
    color: #5f5f5f;
    display: block;
    margin-bottom: 20px;
}

.bus-why-right {
    width: 510px;
}

.bus-why-right img {
    width: 100%;
}

.bus-why-title {
    margin-bottom: 20px;
}

.bus-why-btn {
    cursor: pointer;
    border: none;
    background: linear-gradient(97.73deg, #4E4091 26.41%, #8B16A8 76.74%);
    padding: 10px 22px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 17.6px;
    line-height: 21.45px;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
}

.bus-video-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.bus-video-left {
    width: 833px;
    height: 530px;
}

.bus-video-right {
    width: 267px;
}

.bus-video-right p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.4px;
    color: #5f5f5f;
}

@media screen and (max-width: 576px) {
    .bus-video-flex {
        flex-direction: column;
    }
    .bus-video-left {
        width: 100%;
        height: 300px;
    }
    .bus-video-right {
        width: 100%;
        margin-top: 20px;
    }
    /*.container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }*/
    .edu-main-container {
        width: 100%;
    }
    .edu-main-title {
        font-size: 46px;
        line-height: 46px;
    }
    .bus-for-flex {
        flex-direction: column;
    }
    .bus-for-card {
        margin-bottom: 20px;
    }
    .bus-course-card {
        padding: 20px;
    }
    .bus-course-card-center {
        flex-direction: column;
    }
    .bus-course-card-center-left, .bus-course-card-center-right {
        width: 100%;
        padding-right: 0;
    }
    .bus-course-card-center-left {
        margin-bottom: 20px;
    }
    .bus-course-card-bottom {
        flex-direction: column;
    }
    .bus-course-card-bottom-right {
        margin-top: 20px;
    }
    .bus-course-card-top {
        flex-direction: column;
    }
    .bus-course-card-top-right {
        margin-top: 20px;
    }
    .bus-course-card-top-right span, .bus-course-card-top-right p {
        text-align: left;
    }
    .bus-course-card-top-right {
        padding: 10px 20px;
    }
    .bus-result-flex {
        flex-direction: column;
    }
    .bus-result-left {
        width: 100%;
    }
    .bus-result-right {
        width: 100%;
        margin-top: 20px;
    }
    .result-main-img {
        width: 100%;
    }
    .bus-course-card-bottom-left {
        flex-direction: column;
    }
    .bus-course-price {
        margin: 0;
        margin-bottom: 20px;
    }
    .bus-pre-card {
        width: 100%;
    }
    .bus-pre-card {
        height: 204px;
    }
    .bus-review {
        height: 100%;
    }
    .bus-why-flex {
        flex-direction: column;
    }
    .bus-why-left {
        width: 100%;
    }
    .bus-why-right {
        width: 100%;
        margin-top: 20px;
    }
    .bus-why-right img {
        width: 100%;
    }
	.why-form {
        flex-direction: column;
    }
    .why-form input {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
	.bus-for-card {
		width: 100%;
	}
}
/* End */


/* Start:/education/buspro/new.css?171258680015721*/
/* common */
body {
    background: #FBFBFB;
}

/* edu main */
.edu-main {
    height: auto;
    min-height: 663px;
    color: #1E1E1E;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.edu-main-container {
    padding-top: 105px;
}

.edu-main-subheading {
    display: block;
    margin: 0 0 32px 0;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    color: #9F9F9F;
}

.edu-main-subheading b {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #77159C;
}

.edu-main-title {
    max-width: 690px;
    width: 100%;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: -0.04em;
    color: #1E1E1E;
}

.edu-main-title span {
    display: block;
}

.edu-main-title span {
    color: #77159C;
}

.edu-main-text {
    margin: 24px 0 0;
    opacity: 0.7;
    font-size: 18px;
    letter-spacing: normal;
    color: #1E1E1E;
}

.edu-main-text + .edu-main-text {
    margin-top: 8px;
}

.edu-main-btn {
    margin-top: 55px;
    padding: 28.5px 52.5px;
    min-width: 268px;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #FFFFFF;
    background: #77159C;
    border-radius: 15px;
    box-shadow: none;
    display: inline-block;
}

/* new salary */
.new-salary {
    padding: 76px 0 100px;
}

.new-salary__wrap + .new-salary__wrap {
    margin-top: 53px;
}

.new-salary__items {
    display: flex;
    flex-wrap: wrap;
}

.new-salary__value {
    display: block;
    width: fit-content;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #77159C;
}

.new-salary__help {
    display: block;
    margin-top: 14px;
    width: fit-content;
    font-size: 18px;
    font-weight: normal;
    color: #5F5F5F;
}
.new-salary__value + .new-salary__help {
    margin-top: 0;
    font-size: 16px;
}

.new-salary__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 33px 59px;
    width: 100%;
    color: #FFFFFF;
    background: #1F0F54;
    border-radius: 15px;
}

.new-salary__description {
    display: block;
    max-width: 716px;
    font-size: 20px;
    font-weight: 600;
}

.new-salary__btn {
    display: block;
    margin-left: 54px;
    padding: 28.5px 52.5px;
    min-width: 252px;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #FFFFFF;
    background: #77159C;
    border-radius: 15px;
    box-shadow: none;
}

/* bus result */
.bus-result {
    background: transparent;
}

.bus-result-flex {
    margin-top: 0;
}

.bus-result-title {
    margin-bottom: 47px;
}

.bus-result-left-title {
    margin-left: 22px;
    font-weight: bold;
}

.bus-result-left {
    max-width: 531px;
    min-width: 531px;
    width: auto;
}

.bus-result-right {
    margin-left: -30px;
}

.bus-result-left-text {
    margin-left: 57px;
}

.result-main-img {
    border-radius: 0;
    box-shadow: none;
}

.bus-result .why-form input {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.19);
}

.bus-result .why-form input:focus {
    border-color: #000000;
}

/* bus photos */
.bus-photos {
    padding-top: 0;
    background: transparent;
}

.bus-photo-flex {
    margin-top: 38px;
}

.bus-photo {
    overflow: hidden;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 15px;
}

/* bus for */
.bus-for {
    padding: 87px 0 113px;
    color: #FFFFFF;
    background: #1F0F54;
}

.bus-for .bus-for-title.bus-title {
    margin-bottom: 30px;
    color: #FFFFFF;
}

.bus-for-card {
    padding: 33px;
    color: #FFFFFF;
    background: #120247;
    border-radius: 15px;
}

.bus-for-img {
    display: block;
    margin-bottom: 14px;
    min-width: 50px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.bus-for-card-title {
    margin-bottom: 14px;
    font-weight: 600;
    color: #FFFFFF;
}

.bus-for-card-text {
    opacity: 0.6;
    color: #FFFFFF;
}

.why-form {
    margin-top: 30px;
}

.why-form input {
    margin: 0;
    padding: 27.25px 40px!important;
    max-width: none!important;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.25;
    color: #FFFFFF;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 15px;
}

.why-form input:focus {
    border-color: #FFFFFF;
}

.why-form input[type=submit], .why-input-btn {
    padding: 28.5px 52.5px!important;
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #FFFFFF;
    background: #77159C;
    border-radius: 15px;
    box-shadow: none;
}

/* bus why */
.bus-why {
    position: relative;
    z-index: 1;
    padding: 71px 0 110px;
    color: #FFFFFF;
    background-color: #1F0F54;
}

.bus-why .bus-title.bus-why-title {
    color: #FFFFFF;
}

.bus-why .bus-why-left {
    max-width: 562px;
    width: 100%;
}

.bus-why .bus-why-left p {
    font-size: 16px;
    line-height: 1.375;
    color: #FFFFFF;
}

.bus-why-accent {
    margin-top: 32px;
    padding: 29px 24px 26px 29px;
    color: #1E1E1E;
    background: #FFFFFF;
    border-radius: 15px;
}

.bus-why .bus-why-left .bus-why-accent p {
    color: #5F5F5F;
}

.bus-why .bus-why-left .bus-why-accent p:last-child {
    margin-bottom: 0;
}

.bus-why .bus-why-left .bus-why-accent p b,
.bus-why .bus-why-left .bus-why-accent p strong {
    color: #1E1E1E;
}

.bus-why-btn {
    padding: 28.5px 52.5px;
    min-width: 360px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    color: #FFFFFF;
    background: #77159C;
    border-radius: 15px;
}

/* bus course */
.bus-course {
    padding: 68px 0 120px;
    background: #F7F7F7;
}

.bus-course-flex {
    margin-top: 28px;
}

.bus-course-card {
    margin: 0;
    background: #FFFFFF;
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.bus-course-card:nth-child(n + 2) {
    margin-top: 28px;
}

.bus-course-card-status {
    font-size: 18px;
    color: #8B16A8;
}

.bus-course-card-inner {
    display: flex;
    align-items: center;
    width: fit-content;
}

.bus-course-card-certificate {
    display: block;
    margin-left: 10px;
    width: fit-content;
    font-size: 14px;
    font-weight: 300;
    color: #5F5F5F;
}

.bus-course-card-heading {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.bus-course-card-heading span {
    color: #8B16A8;
}

.bus-course-card-top-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: 20px;
    margin-right: -50px;
    padding-right: 48px;
    height: auto;
    text-align: right;
    background: #F7F7F7;
    border-radius: 15px 0 0 15px;
}

.bus-course-card-top-right .bus-course-card-top-help {
    display: block;
    width: fit-content;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #BCBCBC;
}

.bus-course-card-top-right .bus-course-card-top-value {
    display: block;
    margin-top: 2px;
    min-width: max-content;
    width: fit-content;
    font-size: 20px;
    font-weight: bold;
    color: #8B16A8;
}

.bus-course-card-center {
    margin-top: 45px;
}

.bus-course-card-center-title {
    font-weight: bold;
}

.bus-course-card-bottom {
    position: relative;
    z-index: 1;
    align-items: center;
    padding-top: 24px;
    min-height: 101px;
}

.bus-course-card-bottom-left,
.bus-course-card-bottom-right {
    max-width: 38%;
}

.bus-course-price {
    color: #77159C;
}

.bus-course-price span {
    font-size: 21px;
    color: #1E1E1E;
}

.bus-course-btn {
    padding: 28px 52.5px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    background: #77159C;
    border-radius: 15px;
}

.bus-course-date-title {
    margin-bottom: 2px;
    font-weight: bold;
    color: #1E1E1E;
}

.bus-course-date {
    font-weight: normal;
}

/* bus pre */
.bus-pre {
    padding: 83px 0 95px;
}

.bus-pre-flex {
    margin-top: 33px;
}

.bus-pre-card {
    padding-right: 34px;
    padding-bottom: 20px;
    height: auto;
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}
.bus-pre-card:not(.bus-pre-card-last) {
    background: #FFFFFF;
}

.bus-pre-card-title {
    font-weight: bold;
}

/* bus reviews */
.bus-reviews {
    padding: 80px 0 120px;
    background: #F7F7F7;
}

.bus-review {
    padding-bottom: 26px;
}

.bus-title {
    font-size: 40px;
    font-weight: bold;
    letter-spacing: -0.04em;
    text-transform: none;
}

.bus-title span {
    color: #8B16A8;
}

.bus-reviews-flex {
    margin-top: 33px;
}

.bus-review {
    box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
}

.bus-review-title {
    font-weight: bold;
}

@media screen and (min-width: 1200px) {
    /* new salary */
    .new-salary__item {
        width: calc(25% - 7.5px);
    }
    .new-salary__item:nth-child(4n),
    .new-salary__item:nth-child(4n - 1),
    .new-salary__item:nth-child(4n - 2) {
        margin-left: 10px;
    }
    .new-salary__item:nth-child(n + 5) {
        margin-top: 30px;
    }
    /* bus pre */
    .bus-pre-card {
        width: calc(25% - 30px);
    }
    .bus-pre-card:nth-child(4n),
    .bus-pre-card:nth-child(4n - 1),
    .bus-pre-card:nth-child(4n - 2) {
        margin-left: 40px;
    }
    .bus-pre-card:nth-child(n + 5) {
        margin-top: 40px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    /* new salary */
    .new-salary__item {
        width: calc(50% - 10px);
    }
    .new-salary__item:nth-child(2n) {
        margin-left: 20px;
    }
    .new-salary__item:nth-child(n + 3) {
        margin-top: 30px;
    }
    /* bus pre */
    .bus-pre-card {
        width: calc(50% - 20px);
    }
    .bus-pre-card:nth-child(2n) {
        margin-left: 40px;
    }
    .bus-pre-card:nth-child(n + 3) {
        margin-top: 40px;
    }
}
@media screen and (min-width: 1024px) {
    /* bus for */
    .bus-for-card {
        width: calc(33.333333333% - 26.6666666667px);
    }
    .bus-for-card:nth-child(3n),
    .bus-for-card:nth-child(3n - 1) {
        margin-left: 40px;
    }
    .bus-for-card:nth-child(n + 4) {
        margin-top: 40px;
    }
    .why-form > * {
        width: calc(33.333333333% - 26.6666666667px);
    }
    .why-form > *:nth-child(3n),
    .why-form > *:nth-child(3n - 1) {
        margin-left: 40px;
    }

    /* bus photos */
    .bus-photo-flex {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(6, 90px);
        gap: 40px;
        margin-top: 38px;
    }
    .bus-photo:first-child { grid-area: 1 / 1 / 5 / 5; }
    .bus-photo:nth-child(2) { grid-area: 5 / 1 / 7 / 5; }
    .bus-photo:nth-child(3) { grid-area: 1 / 5 / 3 / 7; }
    .bus-photo:nth-child(4) { grid-area: 3 / 5 / 5 / 7; }
    .bus-photo:nth-child(5) { grid-area: 5 / 5 / 7 / 7; }
    .bus-photo:nth-child(6) { grid-area: 1 / 7 / 4 / 10; }
    .bus-photo:last-child { grid-area: 4 / 7 / 7 / 10; }

    /* bus why */
    .bus-why::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        max-width: 1084px;
        width: 100%;
        height: 100%;
        background-image: var(--bg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: right center;
    }

    /* bus course */
    .bus-course-btn {
        position: absolute;
        left: 50%;
        z-index: 1;
        transform: translate(-50%, 0);
    }
    /* bus reviews */
    .bus-review {
        width: calc(50% - 20px);
    }
    .bus-review:nth-child(2n) {
        margin-left: 40px;
    }
    .bus-review:nth-child(n + 3) {
        margin-top: 40px;
    }
}
@media screen and (max-width: 1023px) {
    /* edu main */
    .edu-main {
        background-image: none!important;
    }
    .edu-main-container {
        width: 100%;
    }
    /* new salary */
    .new-salary__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .new-salary__btn {
        margin-top: 24px;
        margin-left: 0;
    }
    /* bus result */
    .bus-result-flex {
        flex-direction: column;
    }
    .bus-result-left {
        max-width: none;
        min-width: auto;
    }
    .bus-result-right {
        margin: 10px 0 0;
    }

    /* bus photos */
    .bus-photo {
        margin: 0;
        width: 100%;
    }
    .bus-photo:nth-child(n + 2) {
        margin-top: 20px;
    }

    /* bus for */
    .bus-for-flex {
        flex-direction: column;
    }
    .bus-for-card {
        margin: 0;
        width: 100%;
    }
    .bus-for-card:nth-child(n + 2) {
        margin-top: 20px;
    }
    .why-form {
        flex-direction: column;
        width: 100%;
    }
    .why-form > * {
        max-width: none;
        width: 100%;
    }
    .why-form > * + * {
        margin-top: 20px;
    }
    /* bus course */
    .bus-course-card-bottom {
        flex-direction: column;
    }
    .bus-course-card-bottom-left,
    .bus-course-card-bottom-right {
        max-width: none;
        width: 100%;
    }
    .bus-course-card-bottom-left {
        justify-content: space-between;
    }
    .bus-course-card-bottom-right {
        margin-top: 24px;
    }
    /* bus reviews */
    .bus-review {
        margin-bottom: 0;
        width: 100%;
    }
    .bus-review:nth-child(n + 2) {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    /* edu main */
    .edu-main {
        min-height: auto;
    }
    .edu-main-container {
        padding: 60px 0;
    }
    .edu-main-title {
        font-size: 40px;
    }
    /* new salary */
    .new-salary__wrap + .new-salary__wrap {
        margin-top: 43px;
    }
    .new-salary__item {
        width: 100%;
    }
    .new-salary__item:nth-child(n + 2) {
        margin-top: 20px;
    }
    .new-salary__help {
        margin-top: 8px;
    }
    .new-salary__wrapper {
        padding: 24px;
    }
    .new-salary__btn {
        min-width: auto;
        width: 100%;
    }
    /* bus result */
    .bus-result-title {
        margin-bottom: 37px;
    }
    /* bus for */
    .bus-for {
        padding: 57px 0 83px;
    }
    /* bus why */
    .bus-why {
        padding: 67px 0 70px;
    }
    .bus-why-btn {
        min-width: auto;
        width: 100%;
    }
    /* bus course */
    .bus-course {
        padding: 58px 0 90px;
    }
    .bus-course-card-top-right {
        align-items: center;
        text-align: center;
        margin: 20px -20px 0;
        width: calc(100% + 40px);
        border-radius: 0;
    }
    .bus-course-card-title {
        font-size: 30px;
    }
    .bus-course-btn {
        padding: 20px 50px;
        width: 100%;
    }
    .bus-course-price {
        text-align: center;
    }
    .bus-course-price span {
        display: block;
    }
    .bus-course-card-bottom-right .bus-course-date-title,
    .bus-course-card-bottom-right .bus-course-date {
        text-align: center;
    }
    /* bus pre */
    .bus-pre {
        padding: 63px 0 75px;
    }
    .bus-pre-card {
        margin: 0;
        width: 100%;
    }
    .bus-pre-card:nth-child(n + 2) {
        margin-top: 20px;
    }
    /* bus reviews */
    .bus-reviews {
        padding: 60px 0 80px;
        background: #F7F7F7;
    }    
    .bus-title {
        font-size: 34px;
    }
}
.bus-photo.video-link{
    position: relative;
}
.bus-photo.video-link:after{
    content: url(/education/buspro/img/new/video.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* End */


/* Start:/dealerhdl/style.css?171887760418585*/
* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

.form_text_114, .form_text_111, .form_text_118 {
	position: relative;
}

.ms-btn, .wh-btn, .wh2-btn {
	position: relative;
}

.error-btn, .error-btn-2, .error-btn-3 {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.error-dealer, .error-dealer-2, .error-dealer-3 {
	color: red;
	position: absolute;
	left: 0;
	top: 60px;
}

.container {
    max-width: 1170px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.mainscreen {
    display: block;
    width: 100%;
    height: 600px;
    background: url('/dealerhdl/img/banner.png') no-repeat center center;
    background-size: cover;
    position: relative;
}

.mainscreen-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.mainscreen-title {
    display: block;
    padding-top: 186px;
    line-height: 84px;
    font-size: 84px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}

.mainscreen-subtitle {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    line-height: 22.5px;
    color: #fff;
}

.mainscreen-form {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.mainscreen-form input {
    width: 235px;
    border: none;
    background-color: transparent;
    outline: none;
    border-bottom: 1px solid #60509A;
    padding-bottom: 10px!important;
    padding-top: 20px!important;
    font-size: 16px;
    line-height: 18.75px;
    margin-right: 20px;
    color: #fff;
}

input::placeholder {
    font-size: 16px;
    line-height: 18.75px;
    color: #846DA2;
}

.mainscreen-form input[type=submit] {
    background: linear-gradient(97.73deg, #4E4091 26.41%, #8B16A8 76.74%);
    width: 270px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 21.5px;
    cursor: pointer;
    border: none;
    border-radius: 10px;
	padding: unset!important;
}

.prof {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.prof-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.prof-left {
    width: 50%;
}

.prof-subtitle {
    color: #AF7AFF;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 20px;
}

.prof-title {
    color:#1E1E1E;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.prof-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
    color: #5F5F5F;
    margin-bottom: 20px;
}

.why {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FBF8FF;
}

.why-title {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 20px;
}

.why-sub {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
}

.why-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 80px;
}

.why-img {
    width: 35px;
}

.why-card {
    display: block;
    width: 32%;
    box-shadow: 0px 20px 35px 0px #A168FF2B;
    margin-bottom: 20px;
    padding: 25px 50px;
    border-radius: 50px;
    background-color: #FBF8FF;
}

.why-low {
    height: 234px;
}

.why-mid {
    height: 215px;
}

.why-high {
    height: 242px;
}

.why-img {
    display: block;
    margin-bottom: 20px;
}

.why-card-title {
    display: block;
    margin-bottom: 10px;
    color: #1E1E1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.why-card-text {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: 300;
    line-height: 22.5px;
}

.why-form {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 80px;
    width: 100%;
}

.why-form input {
    width: 320px;
    padding-top: 20px!important;
    padding-bottom: 10px!important;
    border: none;
    border-bottom: 1px solid #60509A;
    margin-right: 30px;
    background-color: transparent;
    outline: none;
    font-weight: 400px;
    font-size: 16px;
}

.why-form input:focus {
    outline: none;
}

.why-form input[type=submit], .why-input-btn {
    background: linear-gradient(270deg, #1D1B45 0%, #2E2B6C 100%);
    box-shadow: 0px 5px 7px 0px rgba(46, 34, 93, 0.25);
    width: 360px;
    height: 60px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
    color: #fff;
	padding: unset!important;
}

.sug {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.sug-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.sug-title {
    display: block;
    margin-top: 50px;
    color: #1E1E1E;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    text-transform: uppercase;
}

.sug-subtitle {
    color: #1E1E1E;
    display: block;
    margin-top: 25px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
}

.sug1 {
    width: 360px;
}

.sug-card {
    width: 360px;
    height: 320px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 25px;
    padding-bottom: 35px;
    background-color: #FBF8FF;
    box-shadow: 0px 20px 35px 0px #A168FF2B;
    border-radius: 50px;
    margin-bottom: 25px;
    position: relative;
}

.sug-card-img {
    display: block;
    margin-bottom: 10px;
}

.sug-card-title {
    color: #1E1E1E;
    line-height: 24px;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 10px;
}

.sug-card-text {
    color: #5F5F5F;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
}

.sug-card-btn {
    display: flex;
    justify-content:center ;
    align-items: center;
    background: linear-gradient(90deg, #19BFF7 0%, #F14497 100%);
    box-shadow: 0px 3px 9px 0px #28C3FF33;
    width: 157px;
    height: 55px;
    border-radius: 50px;
    color: #1E1E1E;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
    border: none;
    cursor: pointer;
    position: absolute;
    bottom: 35px;
}

a.sug-card-btn span {
    background-color: #FBF8FF;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 1px;
	margin-top: 1px;
}

button.sug-card-btn span {
    background-color: #FBF8FF;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 1px;
}

.sug-main-btn {
    margin: 0 auto;
    margin-top: 35px;
}

.req {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.req-box {
    display: block;
    width: 100%;
    padding: 60px;
    border: 4px solid #8B16A8;
    border-radius: 50px;
}

.req-title {
    color: #1E1E1E;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.req-flex {
    display: flex;
    flex-direction: row;
}

.req-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #1E1E1E;
}

.req-small {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
    color: #5F5F5F;
}

.req-left {
    width: 70%;
    padding-right: 60px;
}

.def {
    display: block;
    width: 100%;
    padding-bottom: 80px;
}

.def-box {
    width: 85%;
    display: block;
    margin-left: auto;
    box-shadow: 0px 5px 65px 0px #A168FF2B;
    background-color: #fff;
    border-radius: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.def-box-img {
    display: block;
    position: absolute;
    top: 25px;
    left: -210px;
	width: 630px;
	height: 400px;
	object-fit: cover;
	border-radius: 20px;
}

.def-info {
    padding-top: 35px;
    padding-right: 60px;
    padding-left: 50%;
    padding-bottom: 40px;
}

.def-info-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
}

.def-info-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
}

.def-info-btn {
    position: relative;
    bottom: unset;
    margin-top: 30px;
}

.adv {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.adv-title {
    color: #1E1E1E;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
}

.adv-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 80px;
}

.adv-card {
    display: block;
    width: 32%;
    margin-bottom: 30px;
}

.adv-img {
    display: block;
    margin-bottom: 20px;
}

.adv-card-title {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}

.adv-card-text {
    color: #606060;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
}

.preimushestva {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.preimushestva-title {
    color: #1E1E1E;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
}

.preimushestva-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 80px;
}

.preimushestva-card {
    display: block;
    width: 32%;
    margin-bottom: 30px;
}

.preimushestva-img {
    display: block;
    margin-bottom: 20px;
}

.preimushestva-card-title {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 8px;
}

.preimushestva-card-text {
    color: #606060;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
}

.how {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #FBF8FF;
}

.how-title {
    color: #1E1E1E;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
}

.how-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
    flex-wrap: wrap;
    width: 100%;
}

.how-card {
    width: 360px;
    height: 310px;
    padding-top: 25px;
    padding-left: 34px;
    padding-right: 34px;
    box-shadow: 0px 20px 35px 0px #A168FF2B;
    background-color: #FBF8FF;
    border-radius: 50px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
}

.how-number {
    background: linear-gradient(90deg, #2E1B56 0%, #14083F 100%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
    color: #fff;
    margin-bottom: 25px;
    border-radius: 50%;
}

.how-card-title {
    color: #1E1E1E;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.how-card-text {
    color: #5F5F5F;
    font-weight: 300;
    font-size: 16px;
    left: 22.5px;
}

.how-card:nth-child(1)::before, .how-card:nth-child(4)::before {
    display: block;
    content: '';
    position: absolute;
    top: -32px;
    right: -75px;
    background: url('/dealerhdl/img/dashed.png') no-repeat center center;
    background-size: contain;
    width: 125px;
    height: 40px;
}

.how-card:nth-child(2)::before, .how-card:nth-child(5)::before {
    display: block;
    content: '';
    position: absolute;
    bottom: -32px;
    right: -75px;
    background: url('/dealerhdl/img/dashed.png') no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
    width: 125px;
    height: 40px;
}

.how-card-maintitle {
    padding-top: 35px;
    font-weight: 600;
    font-size: 34px;
    line-height: 48px;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.how-card-btn {
    position: relative;
    bottom: unset;
    margin: 0 auto;
    margin-top: 20px;
}

.tac {
    text-align: center;
}

.begin {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.begin-title {
    color: #1E1E1E;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
}

.begin-flex {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 80px;
}

.begin-card {
    width: 270px;
    height: 370px;
    padding-top: 25px;
    padding-left: 34px;
    padding-right: 34px;
    border-radius: 50px;
    box-shadow: 0px 20px 35px 0px #A168FF2B;
    background-color: #FBF8FF;
    position: relative;
}

.begin-card:nth-child(1)::before, .begin-card:nth-child(3)::before {
    display: block;
    content: '';
    position: absolute;
    top: -32px;
    right: -75px;
    background: url('/dealerhdl/img/dashed.png') no-repeat center center;
    background-size: contain;
    width: 125px;
    height: 40px;
}

.begin-card:nth-child(2)::before {
    display: block;
    content: '';
    position: absolute;
    bottom: -32px;
    right: -75px;
    background: url('/dealerhdl/img/dashed.png') no-repeat center center;
    background-size: contain;
    transform: rotate(180deg);
    width: 125px;
    height: 40px;
}

.faq {
    display: block;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}

.faq-title {
    color: #1E1E1E;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 48px;
}

.faq-flex {
    margin-top: 80px;
}

.faq-question {
    display: block;
    width: 100%;
    padding: 38px;
    border: 1px solid #D2D2D2;
    border-radius: 20px;
    margin-bottom: 30px;
    position: relative;
}

.faq-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.faq-question p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22.5px;
    color: #616161;
}

.faq-btn {
    position: relative;
    bottom: unset;
}

.faq-answer {
    display: none;
    margin-top: 30px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22.5px;
    color: #616161;
}

.pt {
	margin-top: 80px;
}

.def-box {
	height: 460px;
}

.def-box-right {
	margin-left: unset;
	margin-right: auto;
}

.def-box-right .def-info {
    padding-top: 35px;
    padding-right: 50%;
    padding-left: 60px;
    padding-bottom: 40px;
}

.def-box-right .def-box-img {
    display: block;
    position: absolute;
    top: 25px;
    right: -210px;
	left: unset;
    width: 630px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.def-box-img {
	box-shadow: 0px 10px 40px 0px #9F3DE480;
}

.ok-container {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	display: none;
}

.ok-modal {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 200px;
	background-color: #fff;
	position: relative;
}

.ok-close {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #000;
	line-height: 1;
	transform: rotate(45deg);
	font-size: 30px;
	font-weight: 700;
	cursor: pointer;
}

.ok-modal p {
	font-size: 24px;
	text-align: center;
}

.show-modal {
	display: block!important;
	opacity: 1!important;
}

.hide-modal {
	display: none!important;
}

@media screen and (max-width: 576px) {
	.mainscreen-form span {
		width: 100%;
	}
	.mainscreen-form input {
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}
	.why-form input {
		margin-bottom: 20px;
		margin-right: 0;
		width: 100%;
	}
	.ok-container {
		padding: 15px;
	}
	.ok-modal {
		width: 100%;
	}
	.preimushestva-card {
		width: 100%;
	}
	.def-box {
		height: 100%;
	}
	.def-box-right {
		display: flex;
		flex-direction: column;
	}
	.def-box-right .def-info {
		padding: 20px;
		order: 2;
	}
	.def-box-right .def-box-img {
		position: static;
		width: 100%;
		order: 1;
	}
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mainscreen-img {
        width: 250px;
        display: none;
    }
    .mainscreen-title {
        padding-top: 120px;
        font-size: 48px;
        line-height: 48px;
    }
    .mainscreen-form {
        flex-direction: column;
        align-items: flex-start;
    }
    .mainscreen-input {
        margin-bottom: 20px;
        width: 270px;
    }
    .prof-flex {
        flex-direction: column;
    }
    .prof-left {
        width: 100%;
    }
    .why-flex {
        flex-direction: column;
    }
    .why-card {
        width: 100%;
    }
    .why-form {
        flex-direction: column;
    }
    .why-input {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .req-flex {
        flex-direction: column;
    }
    .req-left {
        width: 100%;
        padding: 0;
    }
    .req-right {
        margin-top: 30px;
    }
    .req-title {
        font-size: 24px;
        line-height: 24px;
    }
    .begin-flex {
        flex-direction: column;
    }
    .def-box-img {
        position: static;
        width: 100%;
    }
    .def-box {
        width: 100%;
    }
    .def-info {
        padding: 20px;
    }
    .adv-flex {
        flex-direction: column;
    }
    .adv-card {
        width: 100%;
    }
    .how-card:nth-child(1)::before, .how-card:nth-child(4)::before {
        display: none;
    }
    .how-card:nth-child(2)::before, .how-card:nth-child(5)::before {
        display: none;
    }
    .begin-card:nth-child(1)::before, .begin-card:nth-child(3)::before {
        display: none;
    }
    .begin-card:nth-child(2)::before {
        display: none;
    }
    .begin-card {
        width: 100%;
        margin-bottom: 30px;
    }
    .faq-question {
        padding: 10px;
    }
    .faq-btn {
        width: 135px;
    }
    .faq-question p {
        width: 60%;
    }
    .req-box {
        padding: 30px;
    }
    .sug1 {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1500px) {
	.mainscreen-img {
		width: 500px;
	}
}
/* End */
/* /education/buspro/style.css?175497853415241 */
/* /education/buspro/new.css?171258680015721 */
/* /dealerhdl/style.css?171887760418585 */
