.form-bottom .container {
    background-image: linear-gradient(-45deg, #75c1ff 0%, #4c8bff 25%, #0074e7 51%, #002385 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;

}

.form-bottom p {
    color: #fff;
}

.form-bottom h2 {
    text-align: left;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
}

.file2 {
    position: relative;
    z-index: 4;
    background: #fff;
    border-radius: 0 0 80px 80px;
    padding: 15px 15px 80px 15px;
    margin: 120px 0;
}

.form-bottom input[type=text],
input[type=email] {
    padding: 25px;
    width: 100%;
    max-width: 380px;
    height: 76px;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}

.form-bottom input[type=checkbox]+label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
}



.btn-lg {
    font-size: 20px;
    line-height: 24px;
    min-height: 77px;
    padding: 26px;
    width: 100%;
    max-width: 380px;
}

.btn {
    padding: 14px;
    border-radius: 90px;
    background-color: #ffffff;
    /* border: 1px solid #f4b859; */
    line-height: 18px;
    font-weight: 600;
    color: #007fff;
    cursor: pointer;
}


.footer .background-container {
    background: #2B2930;
    height: auto;
    top: -270px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}



.background-container {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 80px;
    height: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}

.background-container:before {
    content: '';
}

.wrap {
    width: 100%;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
}

.footer .wrap-inner {
    display: flex;
    justify-content: space-between;
}

.wrap-inner {
    width: 100%;
    position: relative;
    z-index: 2;
}

.footer-left {
    width: 400px;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #808899;
}

.footer-center {
    width: 340px;
}

.footer-right {
    width: auto;
    flex-shrink: 0;
}

.social-network-list {
    display: flex;
    flex-shrink: 0;
}

.footer-left p {
    margin-bottom: 26px;
}

.footer-left p:last-child {
    margin-bottom: 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
}

.footer-links li {
    width: auto;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 14px;
}

.social-network-list {
    display: flex;
    flex-shrink: 0;
}

.footer-tel {
    display: block;
    float: left;
    width: auto;
    position: relative;
    padding-left: 32px;
    color: rgba(255, 255, 255, 0.48);
    line-height: 24px;
    margin-right: 32px;
    transition: all .2s linear;
}

.footer-tel:before {
    width: 24px;
    height: 24px;
    background: url(/img/picture/footer-tel.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: .48;
    transition: all .2s linear;
}

.social-network-list .social-network-link.telegram {
    color: #00A4FF;
}

.social-network-list .social-network-link {
    display: block;
    float: left;
    position: relative;
    margin-right: 32px;
    flex-shrink: 0;
    padding-left: 32px;
    line-height: 24px;
}

.social-network-list .social-network-link.whatsapp {
    color: #25D366;
}

.social-network-list .social-network-link:last-child {
    margin-right: 0;
}

.social-network-list .social-network-link {
    display: block;
    float: left;
    position: relative;
    margin-right: 32px;
    flex-shrink: 0;
    padding-left: 32px;
    line-height: 24px;
}

.footer {
    position: relative;
    z-index: 3;
    background: #fff;
    padding-bottom: 80px;
}

a {
    text-decoration: none;
}

.page2020__blog-card-front ul {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    color: #000;
}

.sectionn {
    padding: 0px 0 35px 0;
    position: relative;
}

.content-block-container {
    max-width: 1280px;
    margin: 0 auto;
    color: #474766;
}

.single-block-title {
    font-size: 52px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
}

.blue-block-two-col__full-width-content {
    background: #F5F9FF;
    border-radius: 20px;
    padding: 40px;
    text-align: left;
    margin: 40px 0 0 0;
}

.blue-block-two-col__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #474766;
    margin: 0 0 16px 0;
}

.blue-block-two-col__text {
    font-size: 18px;
    line-height: 28px;
    color: #474766;
}

.blue-block-two-col__ul {
    margin: 16px 0 0 0;
    font-size: 18px;
    line-height: 28px;
    list-style: disc;
    padding: 0 0 0 54px;
}

.blue-block-two-col__ul li,
.blue-block-two-col__ol li {
    padding: 8px 0 0 0;
}

.blue-block-two-col a {
    color: #2589FF;
    text-decoration: underline;
    display: inline;
}

.blue-block-two-col__text_new-p {
    margin: 32px 0 0 0;
}

.price-page-new {
    padding: 140px 0 0 0;
}

.price-page-new .content-block-container {
    padding: 0 20px;
}

.pr-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 65px;
    padding: 56px 0 80px 0;
}

.pr-cards__card {
    border: 2px solid #F2F2F2;
    border-radius: 32px;
    padding: 40px;
    background: #fff;
    min-height: 100%;
    transition: .1s;
}

.pr-cards__title {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.01em;
    color: #2589FF;
    font-weight: 700;
}

.pr-cards__title-note-bold {
    font-size: 16px;
    line-height: 16px;
    color: #474766;
    margin: 12px 0 12px 0;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.pr-cards__title-note {
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    margin: 0 0 8px 0;
}

.pr-cards__title-projects-value {
    font-size: 14px;
    line-height: 18px;
    color: #474766;
    margin: 0 0 13px 0;
}

.pr-cards__cst-note {
    font-size: 13px;
    line-height: 16px;
    color: #808899;
    margin: 0 0 2px 0;
}

.pr-cards__cst {
    display: flex;
}

.pr-cards__cst-number {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: -0.01em;
    color: #474766;
}

.pr-cards__cst-old {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.01em;
    color: #808899;
    margin: 9px 0 8px 40px;
    position: relative;
}

.page2021__blue-card {
    background: #F5F9FF;
    border-radius: 20px;
    margin-bottom: 40px;
    overflow: hidden;
}

.page2021 .flex-reverse {
    flex-direction: row-reverse;
}

.page2021 .row-flex {
    margin: 0 -20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.page2021__pluses .text-container-left {
    padding: 64px 0 64px 72px;
    position: relative;
    z-index: 2;
}

.feature-block-one {
    background: linear-gradient(45deg, #f5f9ff, transparent);
    border-radius: 20px;
    border-style: solid;
    border-width: 2px;
    border-color: #e3e3fb94;
    overflow: hidden;
    padding: 60px 30px 55px 25px;
    position: relative;
    z-index: 5;
    height: 100%;
}

.feature-block-one:hover {
    background: #f5f9ff;
    border: 2px solid #78b7ff42;
}

.titles {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #474766;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 1280px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        top: -270px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .footer .wrap-inner {
        flex-direction: column;
    }

    .footer-left {
        order: 1;
    }

    .footer-center {
        margin-bottom: 30px;
        order: 0;
    }

    .wrap {
        max-width: 900px;
    }

    .footer-right {
        order: -1;
        margin-bottom: 30px;
    }

    .single-block-title {
        font-size: 38px;
        line-height: 44px;
    }

    .blue-block-two-col__full-width-content {
        padding: 24px;
    }

    .blue-block-two-col__text {
        font-size: 16px;
        line-height: 24px;
    }

    .blue-block-two-col__ul,
    .blue-block-two-col__ol {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 16px;
    }

    .price-page-new .content-block-container {
        max-width: 1320px;
    }

    .pr-cards {
        grid-template-columns: 1fr 1fr;
        grid-gap: 20px;
        padding: 40px 0 60px 0;
    }
}

@media screen and (max-width: 1024px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        top: -230px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .wrap {
        max-width: 92vw;
    }

    .single-block-title {
        font-size: 38px;
        line-height: 44px;
    }
}

@media screen and (max-width: 768px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        top: -200px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .footer .wrap-inner {
        display: flex;
        flex-direction: column;
    }

    .footer-right {
        order: -1;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 600px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        top: -200px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media screen and (max-width: 480px) {
    .footer .background-container {
        background: #2B2930;
        height: auto;
        top: -200px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .footer-center,
    .footer-left {
        width: 100%;
    }
}

.mw {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 50px 20px 50px;
    text-align: center;
    background-color: #f1f6fb;
    border-radius: 23px;
    margin-bottom: 50px;
}

/******** GPT *********/
.gpt_chat__body {
    margin-top: 40px;
}

.gpt_chat__text {
    padding: 40px;
    background: #F5F9FF;
    border-radius: 20px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #474766;
}

.gpt_chat__text h2 {
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 20px;
}

.gpt_chat-chat {
    margin-top: 80px;
}

/************SWIPER***************/
.section2__swiper {
    position: relative;
    max-width: 1140px;
    margin: 30px auto 0;
}

.section2-swiper-container {
    overflow: hidden;
}

.section2-swiper-slide {
    height: 444px;
    width: 750px !important;
    border-radius: 10px;
    overflow: hidden;
}

.section2-swiper-button {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    cursor: pointer;
}

.section2-swiper-button--prev {
    left: -37px;
    -webkit-transform: rotate(180deg) translateY(50%);
    transform: rotate(180deg) translateY(50%);
}

.section2-swiper-button--next {
    right: -37px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section2-swiper-pagination {
    display: none;
}

.section2__video {
    width: 100%;
    height: 100%;
}

@media (max-width: 1295px) {
    .section2__swiper {
        max-width: 860px;
    }

    .section2-swiper-slide {
        width: 610px !important;
        height: 400px;
    }
}

@media (max-width: 935px) {
    .section2__swiper {
        max-width: 700px;
    }

    .section2-swiper-slide {
        width: 530px !important;
        height: 350px;
    }
}

@media (max-width: 768px) {
    .section2__swiper {
        max-width: 672px;
        width: 92%;
        padding-bottom: 40px;
    }

    .section2-swiper-button {
        top: 50%;
    }

    .section2-swiper-button--prev {
        left: 0;
    }

    .section2-swiper-button--next {
        right: 0;
    }

    .section2-swiper-slide {
        width: 100% !important;
        height: 350px;
    }

    .section2-swiper-pagination {
        display: block;
    }

    .section2-swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }

    .swiper-pagination-bullet {
        background-color: #000;
    }

    .swiper-pagination-bullet-active {
        background-color: #fecf13;
    }
}

@media (max-width: 576px) {
    .section2-swiper-slide {
        height: 300px;
    }
}

@media (min-width: 992px) {
    .form-bottom .row {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
  
    .form-bottom .col-xxl-5 {
      order: 2;
    }
  }