body {
    line-height: 1.15;
    font-family: 'Roboto', sans-serif;
    transition: 4s ease-out;
    transition-delay: 0.5s;
}

a {
    text-decoration: none;
}

.outline {
    min-width: 748px;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
}

html {
    width: 100%;
}

button {
    text-decoration: none;
    border: none;
}

.text__change {
    margin: 30px !important;
    color: #6B7587 !important;
}

.mleft__btn:hover {
    background-color: #004ebe;
}

.mright__btn:hover {
    background-color: #00adff;
}

.question_btn:hover {
    border: 1px solid #0069ff;
}

.question_btn:hover span {
    color: #0069ff;
}

.download__btn:hover {
    background-color: #00adff;
}

.cv__outer {
    max-width: 320px;
    margin: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.25);
    padding: 5px 15px;
}

#corecct__center {
    display: flex;
    justify-content: center;
}

.btn__correct {
    margin: 0 auto !important;
    padding: 20px 0px;
    user-select: none;
}

.btn {
    width: 210px;
    height: 50px;
    border-radius: 10px;
    background: #2A7EF6;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
    transition: background-color .3s;
}


/* Main block */


/* header */

.header__main {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    height: 70px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.25);
    position: relative;
}

.header__logo {
    margin: 5px 0px 0px 5%;
}

.header__btn {
    display: flex;
}

.nav__btn {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
}

.nav__btn a {
    color: #6B7587;
    margin-right: 45px;
    transition: color .3s;
}

.lng__btn {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #6B7587;
}

.lng__btn a {
    color: #6B7587;
    margin-right: 30px;
    transition: color .3s;
}

.nav__btn a:hover {
    color: #2A7EF6
}

.lng__btn a:hover {
    color: #2A7EF6
}


/* header End*/

.main__content {
    width: 100%;
    padding-bottom: 120px;
    display: flex;
    justify-content: center;
}

.main__block {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 160px;
}

.main__left {
    width: 50%;
    height: 350px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('./img/bg_left.png');
    background-position: center top;
    background-size: 35%;
    background-repeat: no-repeat;
}

.main__right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('./img/bg_right.png');
    background-position: center top;
    background-size: 30%;
    background-repeat: no-repeat;
}

.mleft__text {
    padding: 33% 0 0 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #869791;
}

.mright__text {
    padding: 33% 0 0 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 42px;
    color: #869791;
}

.mleft__text span {
    font-weight: bold;
    color: #232325;
}

.mright__text span {
    font-weight: bold;
    color: #232325;
}

.mleft__btn {
    margin: 0 auto;
    letter-spacing: 1px;
}

.mright__btn {
    margin: 0 auto;
    display: flex;
    align-self: flex-end;
    background: #38BFFF;
    letter-spacing: 1px;
}

.about__block {
    width: 100%;
    background: #F8F8F8;
}

.about__text__top {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.about__text__top div:nth-last-child(3) {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 16px;
    color: #3D38A0;
    margin-top: 35px;
}

.about__text__top div:nth-last-child(2) {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 16px;
    color: #3D38A0;
    margin-top: 35px;
}

.about__text__top div:nth-last-child(1) {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #6B7587;
    margin: 20px auto 30px;
    padding: 0 15px;
    max-width: 700px;
}

.route__block {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #6B7587;
    background: #EFEFFF;
}

.route__text {
    font-size: 32px;
    color: #3D38A0;
    padding: 30px 0 50px;
    text-align: center;
}

.route__comfort img {
    max-width: 24px;
    max-height: 24px;
    padding: 0 10px 0 10px;
}

.route__upcoming {
    max-width: 840px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    visibility: visible;
}

.route__upcoming span {
    padding: 0 10px 0 10px;
}

.focus__text {
    font-weight: bold;
    color: #000;
}

.route__phone {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 20px 0px 40px 0px;
    max-width: 512px;
}

.route__phone a {
    font-size: 18px;
    font-weight: bold;
    color: #2A7EF6;
    padding: 0px 10px 0px 10px;
}

.route__time {
    font-weight: normal;
}

.route__number {
    font-weight: bold;
    color: #38BFFF;
}

.route__number__text {
    padding: 60px 0px 20px 0px;
}

#btn__work a>img {
    width: 64px;
    height: 64px;
}

.about__mid {
    align-self: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    max-width: 300px;
}

.about_main {
    background-color: #F8F8F8;
    margin: 0 auto;
    padding: 70px 0 90px 0;
}

.row_center {
    flex-wrap: wrap;
    max-width: 1200px;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
}

.about__left {
    max-width: 300px;
}

.about__right {
    max-width: 300px;
}

.about__left img {
    max-width: 300px;
    max-height: 300px;
}

.about__mid img {
    max-width: 300px;
    max-height: 300px;
    margin: 0 auto;
}

.about__right img {
    max-width: 300px;
    max-height: 300px;
}

.about__left div {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #2E3033;
}

.about__mid div {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #2E3033;
}

.about__right div {
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #2E3033;
}

.stats {
    max-width: 220px;
    max-height: 110px;
    text-align: center;
    padding: 60px;
}

.stats__main {
    width: 100%;
    display: flex;
    justify-content: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.counting {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 48px;
    line-height: 56px;
    color: #2E3033;
}

.stats span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #2E3033;
}

.stats_wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.stats__text__top {
    padding: 40px 0 50px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #3d38a0;
    text-align: center;
    justify-content: center;
    background-color: #fff;
    width: 100%;
}

.reviews__container {
    padding-bottom: 60px;
    padding-top: 5px;
    width: 100%;
    background-color: #F8F8F8;
}

.text__rew {
    margin: 30px 0 15px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #3D38A0;
}

.text__rewb {
    margin: 15px 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #1F1F21;
}

.question__footer {
    padding-top: 30px;
    width: 100%;
    background: #232325;
    display: flex;
    justify-content: center;
    padding-bottom: 45px;
}

.question__main h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

input.input1 {
    height: 50px;
    width: 400px;
    border-radius: 10px;
    padding: 0 30px;
    margin-top: 15px;
    background: #232325;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    border: 0.5px #fff solid;
}

textarea.input1 {
    min-width: 400px;
    max-width: 400px;
    min-height: 150px;
    margin-top: 25px;
    border-radius: 10px;
    padding: 12px 30px;
    background: #232325;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

textarea.input1+.shadow-input1 {
    border-radius: 25px;
}

.question_btn span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2A7EF6;
    letter-spacing: 1.5px;
}

.question_btn {
    margin-top: 25px;
    width: 210px;
    height: 50px;
    border: 1px solid #2A7EF6;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #FFFFFF;
}

.btn_conteiner {
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

button {
    background-color: inherit;
    cursor: pointer;
}

.footer__download {
    width: 100%;
}

.footer__download h2 {
    margin-top: 100px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.download__btn {
    width: 260px;
    height: 60px;
    background: #38BFFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.download__btn img {
    margin: 0px 0px 0px 15px;
}

.download__btn a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    line-height: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.btn__container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0px 100px;
}

.footer__container {
    width: 100%;
    height: 215px;
    color: #fff;
    background: #232325;
    display: flex;
    justify-content: center;
}

.footer__btn {
    display: flex;
}

.footer__nav__btn {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    text-align: center;
}

.footer__nav__btn a {
    color: #fff;
    margin-right: 45px;
}

.footer__lng__btn {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0px 50px;
}

.footer__lng__btn a {
    color: #fff;
    margin: 0 10px;
}

.footer__mail a {
    margin: 0px 20px;
    margin-right: 30px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}

.footer__mail {
    display: flex;
    align-items: center;
}


/* pravki */

.main__title {
    font-size: 36px;
    color: #3D38A0;
    margin: 30px 0 20px;
    text-align: center;
}

.carousel__wrap {
    width: 100%;
}

.header__mobmenu {
    display: none;
}

@media screen and (max-width: 1170px) {
    .header__logo {
        margin: 3px 0px 0px 3%;
    }
    .header__logo img {
        width: 183px;
        height: 59px;
    }
    .main__block {
        box-sizing: border-box;
        padding: 0 30px;
    }
    .about__left,
    .about__mid,
    .about__right,
    img {
        width: 250px;
        height: 250px;
    }
    .about__left div {
        font-size: 25px;
        line-height: 25px;
    }
    .about__mid div {
        font-size: 25px;
        line-height: 25px;
    }
    .about__right div {
        font-size: 25px;
        line-height: 25px;
    }
    .about__block {
        width: 100%;
        background: #F8F8F8;
    }
    .inner-testimonial img {
        width: 129px;
        height: 129px;
    }
    .download__btn img {
        width: 41px;
        height: 41px;
    }
    .info__footer {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 812px) {
    body {
        box-sizing: border-box;
    }
    .header__main {
        align-items: center;
    }
    .main__block {
        margin-top: 40px;
    }
    .header__logo img {
        width: 125px;
        height: 40px;
    }
    .header__mobmenu {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        position: relative;
        margin-right: 3%;
        cursor: pointer;
    }
    .header__mobmenu span {
        width: 30px;
        height: 3px;
        background-color: #000;
    }
    .header__mobmenu span:before {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        top: 3px;
        display: block;
        background-color: #000;
        transition: transform .3s;
    }
    .header__mobmenu span:after {
        content: '';
        position: absolute;
        width: 30px;
        height: 3px;
        bottom: 3px;
        display: block;
        background-color: #000;
        transition: transform .3s;
    }
    .header__mobmenu.active span {
        background-color: #fff;
    }
    .header__mobmenu.active span:before {
        transform: rotate(45deg);
        top: 45%;
    }
    .header__mobmenu.active span:after {
        transform: rotate(-45deg);
        top: 45%;
    }
    .header__btn {
        position: absolute;
        left: 0;
        top: 70px;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        transform: translateX(-100%);
        transition: transform .3s;
    }
    .header__btn.active {
        transform: translateX(0);
    }
    .nav__btn {
        flex-direction: column;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
    }
    .nav__btn a {
        padding: 10px 0;
        margin: 0;
    }
    .lng__btn {
        border-bottom: 1px solid #ccc;
        padding: 10px 0;
        justify-content: center;
    }
    .lng__btn a {
        padding: 10px 0;
        margin: 0 20px;
    }
    .row_center {
        flex-wrap: wrap;
        justify-content: center;
    }
    .about__left,
    .about__mid,
    .about__right {
        width: calc(50% - 30px);
        padding: 0 15px;
        height: auto;
    }
    .about__left img,
    .about__mid img,
    .about__right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .about__left div {
        font-size: 25px;
        line-height: 25px;
    }
    .about__mid div {
        font-size: 25px;
        line-height: 25px;
    }
    .about__right div {
        font-size: 25px;
        line-height: 25px;
    }
    .about__block {
        width: 100%;
        background: #F8F8F8;
    }
    .inner-testimonial img {
        width: 129px;
        height: 129px;
    }
    .download__btn img {
        width: 41px;
        height: 41px;
    }
    .about__text__rew {
        max-width: 812px;
    }
    .outline {
        min-width: auto;
    }
    .footer__btn {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 712px) {
    .wrap-input1 {
        display: flex;
        justify-content: center;
    }
    .outline {
        display: flex;
        justify-content: center;
    }
    .world__container {
        max-width: 712px;
        overflow: hidden;
    }
    body {
        width: 100%
    }
    .main__block {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .mleft__text {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        padding-bottom: 20px;
    }
    .mleft__btn {
        align-self: center;
    }
    .mright__text {
        font-size: 28px;
        line-height: 32px;
        text-align: center;
        padding-bottom: 20px;
    }
    .mright__btn {
        align-self: center;
    }
    .main__left {
        width: 100%;
        display: flex;
        justify-content: center;
        border-right: none;
        background: none;
        height: auto;
        padding: 60px 0;
    }
    .main__right {
        width: 100%;
        display: flex;
        justify-content: center;
        background: none;
    }
    .about__left div {
        font-size: 18px;
        line-height: 18px;
    }
    .about__mid div {
        font-size: 18px;
        line-height: 18px;
    }
    .about__right div {
        font-size: 18px;
        line-height: 18px;
    }
    .about__block {
        width: 100%;
        background: #F8F8F8;
    }
    .inner-testimonial img {
        width: 129px;
        height: 129px;
    }
    .download__btn img {
        width: 41px;
        height: 41px;
    }
    .about__text__top div:nth-last-child(3) {
        font-size: 12px;
        line-height: 14px;
    }
    .about__text__top div:nth-last-child(2) {
        font-size: 18px;
        line-height: 24px;
        color: #1F1F21;
    }
    .about__text__top div:nth-last-child(1) {
        font-size: 14px;
        line-height: 1.5;
    }
    .stats {
        padding: 20px 10px;
    }
    .row {
        display: flex;
        justify-content: center;
        flex-direction: column;
        flex-wrap: nowrap;
    }
    .counting {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: 900;
        font-size: 40px;
        line-height: 48px;
        color: #2E3033;
    }
    .stats span {
        font-family: 'Roboto', sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #2E3033;
    }
    .mleft__text,
    .mright__text {
        padding: 0 10px 20px;
    }
    .main__content {
        padding-bottom: 60px;
    }
    .main__block {
        margin-top: 0;
        padding: 0;
    }
    .about_main {
        padding: 60px 0;
    }
    .stats__text__top {
        padding: 10px 0 20px;
    }
    .route__upcoming span {
        font-size: 15px;
    }
    .route__upcoming {
        margin: 20px 15px;
    }
}

@media screen and (max-width: 512px) {
    .footer__btn {
        justify-content: center;
    }
    .footer__mail a {
        padding: 10px 0;
    }
    .footer__lng__btn a {
        margin: 0;
    }
    .footer__mail {
        flex-direction: column;
    }
    .footer__lng__btn a {
        margin: 10px;
    }
    .info__footer {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .footer__nav__btn {
        display: none;
    }
    input.input1 {
        width: 100%
    }
    textarea.input1 {
        min-width: auto;
        max-width: none;
        width: 100%;
    }
    .question__main {
        width: 100%;
        padding: 0 15px;
    }
    .question_btn {
        width: 100%;
    }
    .about__left,
    .about__mid,
    .about__right {
        width: 100%;
        padding: 15px 0;
    }
    .about_main {
        padding: 30px 0;
    }
    .route__upcoming span {
        font-size: 11px;
        padding: 0 3px;
    }
    .route__upcoming {
        padding: 10px;
    }
    .route__comfort img {
        width: 14px;
        height: 14px;
    }
}

.active__leng__btn {
    color: #2A7EF6 !important;
}

.recaptcha {
    margin: 20px 0px 10px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.media_footer {
    width: 36px;
    height: 36px;
}

.footer__lng__btn {
    cursor: pointer;
}

.footer__container__media {
    width: 100%;
    min-height: 75px;
    color: #fff;
    background: #232325;
    display: flex;
    justify-content: center;
}

.footer__bold a {
    margin-top: 10px;
    font-weight: 900;
}

.support__bg {
    background: #fff;
}

.support__bg input {
    border-color: #232325;
    background: inherit;
    color: #232325;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.support__bg textarea {
    border-color: #232325;
    background: inherit;
}

.support__bg button {
    background: #2A7EF6;
}

.support__bg span {
    color: #fff;
}

.support__bg:hover span {
    color: #fff;
}

.support_btn:hover {
    background-color: #004ebe;
    transition: 0.4s;
}

.support__tittle h2 {
    color: #232325;
}

.animate__animated.animate__fadeIn {
    --animate-duration: 2s;
}

.animate__animated.animate__bounceInDown {
    --animate-duration: 2s;
}