* {
    font-family: 'FuturaDemiC';
    font-style: normal;
}

body {
    width: 100vw;
    height: 100vh;
    overflow-x: hidden;
}

.cp {
    cursor: pointer;
}

.head {
    background-image: url(../img/head/hback.svg);
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-position: right;
}

.head .list_menu ul {
    margin: 0;
    padding: 4px;
    padding-top: 30px;
}

.head .list_menu ul li {
    display: inline;
    margin-right: 5px;
    padding: 3px;
}

.head .social ul {
    margin: 0;
    padding: 4px;
    padding-top: 30px;
}

.head .social ul li {
    display: inline;
    margin-right: 10px;
    padding: 3px;
}

.head .top_menu {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--color-head-polosa);
}

.head .logo {
    margin-top: 1px;
}

.head .list_menu a {
    color: var(--color-head-menu);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.head .list_menu a:hover {
    color: var(--color-head-menu);
    text-decoration: none;
}

.head .social {
    float: right;
}

.head .social a {
    text-decoration: none;
}

.head .social a:hover {
    text-decoration: none;
}

.head .content {
    margin-top: 6%;
}

.head .content .head_content_text1 {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--color-head-menu);
}

.head .content .head_content_text2 li {
    color: var(--color-head-point);
}

.head .content .head_content_text2 {
    margin-left: -17px;
    margin-top: 15px;
    margin-top: 60px;
}

.head .content .head_content_text2 span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: var(--color-head-menu);
}

.head .content .sova {
    width: 389px;
    margin-top: -14%;
    margin-left: 9%;
}

.head .content .sova img {
    max-height: 100%;
    max-width: 100%;
}

.head .head_content_btn1 {
    display: flex;
    margin-top: 60px;
}

.head .head_content_btn1 .head_btn1 {
    background-color: var(--color-btn-1);
    display: flex;
    width: 250px;
    cursor: pointer;
    border-radius: 4px;
}

.head .head_content_btn1 .btn1_text1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-head-menu);
    padding: 4px 14px 4px 8px;
}

.head .head_content_btn1 .btn1_text2 {
    color: var(--color-head-menu);
}

.head .head_content_btn1 .head_btn2 {
    display: flex;
    width: 225px;
    cursor: pointer;
    border: 1px solid var(--color-btn-1);
    border-radius: 4px;
    margin-left: 20px;
}

.head .head_btn2 .btn1_text1 {
    padding: 4px 18px 4px 8px;
}

.head .head_btn2 .btn1_text2 img {
    height: 70%;
    margin-top: 5px;
}


/* news */

.news {
    min-height: 300px;
    margin-top: 115px;
}

.news .elem {
    height: 80vh;
    max-height: 600px;
}

.news .elem .elem_pic_1 {
    background: url('../img/news/b.png');
    width: 100%;
    height: 100%;
    max-height: 500px;
    background-position: center!important;
    background-size: cover!important;
    border-radius: 8px;
}

.news .sun {
    width: 50px;
    height: 50px;
    background-color: #EAD705;
    border-radius: 40px;
    position: absolute;
    margin-top: 10px;
}

.news .elem .info {
    z-index: 2;
    position: absolute;
    margin-top: 12px;
    cursor: pointer;
}

.news .info .date {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

.news .info .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.news .info .body {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}

.news .elem_mini {
    display: flex;
}

.news .elem_mini .elem_pic_1 {
    width: 49%;
    height: 240px;
    max-height: 240px;
    background: url('../img/news/b.png');
    background-position: center!important;
    background-size: cover!important;
    border-radius: 8px;
}

.news .elem_mini .sun {
    margin-top: 20px;
    margin-left: -22px;
}

.news .elem_mini .info {
    margin-left: 5%;
}

.news .elem_mini .wrapper_mini {
    z-index: 2;
    position: absolute;
    width: 18%;
    cursor: pointer;
}

.news .all_news {
    margin-top: 15px;
    text-align: center;
    height: 70px;
    border-left: 1px solid #2D095E;
}

.news .wrapper_a {
    padding-top: 30px;
    text-align: center;
}

.news .all_news a {
    color: #2D095E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none;
}

.list_1 {
    margin-top: 135px;
    max-height: 100px;
    overflow: hidden;
}

.list_1 img {
    width: auto;
}

.services_1 {
    background: linear-gradient(296deg, rgba(255, 191, 96, 0.12) 7.71%, rgba(217, 191, 255, 0.12) 89.82%);
    width: 100vw;
    min-height: 200px;
    margin-top: 70px;
}

.services_1 .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.services_1 .title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.services_1 .lists {
    margin-top: 48px;
}

.services_1 .lists .point {
    padding-bottom: 22px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: pointer;
}

.services_1 .discription {
    margin-top: 50px;
    padding-bottom: 50px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.services_1 .li {
    padding-bottom: 40px;
}

.services_1 .li .point {
    display: flex;
    padding-bottom: 22px;
}

.services_1 .li .point .text {
    margin-left: 10px;
    margin-top: 5px;
}

.services_1 .btn_position {
    display: flex;
}

.services_1 .head_btn1 {
    background-color: var(--color-btn-1);
    display: flex;
    width: 235px;
    cursor: pointer;
    border-radius: 4px;
}

.services_1 .head_btn1 .btn1_text2 img {
    margin-top: 5px;
}

.services_1 .head_btn1 .btn1_text1 {
    min-width: 80%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-head-menu);
    padding: 8px 14px 8px 14px;
    color: #fff;
}

.services_1 .head_btn2 {
    background-color: rgba(67, 44, 106, 0.50);
    display: flex;
    width: 180px;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 15px;
}

.services_1 .head_btn2 .btn1_text2 img {
    margin-top: 5px;
}

.services_1 .head_btn2 .btn1_text1 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: var(--color-head-menu);
    padding: 8px 14px 8px 14px;
    color: #fff;
}

.bigsova img {
    width: 100%;
}

.list_2 {
    margin-top: 100px;
    padding-bottom: 100px;
}

.list_2 .title {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.list_2 .row {
    margin-top: 25px;
}

.list_2 .row .col-2 {
    text-align: center;
}

.list_2 .fximg {
    margin-top: 15px;
}

.services_1 .lists .point_v2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    cursor: pointer;
}

.services_1 .active {
    color: #BE398B;
}

.services_1 .mo_lists .active {
    color: #BE398B;
}

.services_1 .sova {
    margin-top: 200px;
}

.services_1 .sova img {
    margin-left: -30px;
    height: 184px;
}

.services_1 .discription_v2 {
    padding-bottom: 30px;
}

.services_1 .wrapper_s2 {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    margin-top: 20px;
    min-height: 125px;
}

.services_1 .wrapper_s2 .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    padding: 24px 24px 24px 24px;
}

.services_1 .wrapper_s2 .discription_wp {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding: 0px 24px 24px 24px;
}

.services_v2 .btn_position {
    margin-top: 40px;
}

.services_v2 .head_btn1 {
    width: auto;
    border-radius: 12px;
}

.services_v2 .head_btn1 .btn1_text1 {
    padding: 18px 14px 18px 14px;
}

.services_v2 .head_btn1 .btn1_text2 img {
    margin-top: 8px;
}

.services_v2 .head_btn2 {
    width: auto;
    border-radius: 12px;
}

.services_v2 .head_btn2 .btn1_text1 {
    padding: 18px 14px 18px 14px;
}

.services_v2 .head_btn2 .btn1_text2 img {
    margin-top: 8px;
}

.automatiom {
    margin-top: 75px;
    padding-bottom: 75px;
}

.automatiom .wrapper {
    border-radius: 12px;
    border: 1px solid #7858A0;
    background: url('../img/auto/calc.png');
    background-position: center;
    background-repeat: no-repeat;
}

.automatiom .op_wp {
    padding: 54px 50px 54px 0px;
    display: flex;
    overflow: hidden;
}

.automatiom .op_wp .block1,
.automatiom .op_wp .block2 {
    width: 50%;
    display: flex;
}

.automatiom .op_wp .block1 .krug {
    width: 50px;
    height: 50px;
    background: #7858A0;
    border-radius: 25px;
    margin-left: -25px;
}

.automatiom .op_wp .block1 .text {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 295px;
    margin-left: 30px;
}

.automatiom .op_wp .block2 .btn_sc {
    border-radius: 12px;
    background: #BE398B;
    padding: 18px 100px 0px 100px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: 40%;
    cursor: pointer;
}

.cases {
    background: linear-gradient(180deg, #815EA2 0%, #402B5E 100%);
}

.cases .container {
    padding-top: 100px;
    padding-bottom: 100px;
    color: #FFF;
}

.cases .container .title {
    color: #FFF;
    font-family: Futura Md BT [Rus by me];
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 50px;
}

.cases .discription_cases {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.cases .link_cases {
    display: flex;
    margin-top: 30px;
}

.cases .link_cases .text {
    margin-top: 8px;
    padding-right: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.automatiom_v2 .wrapper {
    border-radius: 12px;
    border: 1px solid #7858A0;
    background: url('../img/auto/el.png');
    background-position: right;
    background-repeat: no-repeat;
}

.automatiom_v2 .wrapper .btn_sc {
    padding: 17px 45px 0px 45px!important;
    margin-left: 5%!important;
}

.automatiom_v2 .wrapper input {
    padding: 15px 25px 15px 20px;
    border-radius: 12px;
    border: 1px solid #000000;
    text-align: center;
    opacity: 0;
}

.clients {
    background: linear-gradient(109deg, rgba(255, 191, 96, 0.12) 8.47%, rgba(217, 191, 255, 0.12) 90.07%);
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
}

.clients .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.clients .description_client {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 60px;
}

.clients .wrapper {
    margin: auto;
    width: 80%;
}

.clients .wrapper .col-3 {
    text-align: center;
    padding-bottom: 50px;
}

.clients .wrapper .col-12 {
    text-align: center;
}

.clients .wrapper .and_more {
    color: #0376B7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 80px;
    text-align: center;
}

footer {
    background: linear-gradient(180deg, #815EA2 0%, #402B5E 100%);
    padding-top: 75px;
    width: 100%;
    margin-top: 150px;
}

footer .btn_call {
    border-radius: 12px;
    background: #BE398B;
    display: flex;
    margin-top: -6px;
}

footer .btn_call .text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 20px 20px 20px 20px;
}

footer .btn_call img {
    padding: 10px 15px 10px 10px;
}

footer .jcf {
    display: flex;
}

footer .info {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 20px;
}

footer .info a,
footer .info a:hover,
footer .menu a,
footer .menu a:hover {
    color: #FFF;
    text-decoration: none;
}

footer .menu {
    color: #FFF;
    font-family: Futura;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-top: 20px;
}

footer .cop {
    background: rgba(0, 0, 0, 0.20);
    color: #fff;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.sova_v2 {}

.sova_v2 .wrapper {
    background: url(../img/bigsova/sub.png);
    background-position: right;
    background-repeat: no-repeat;
}

.sova_v2 img {
    position: absolute;
    margin-top: -109px;
    margin-left: 109px;
    height: 220px;
}

.p_wrapper {
    max-width: 60vw;
    margin: 100px auto;
}

.p_container {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10vw;
    row-gap: 2vw;
    align-items: center;
    justify-content: center;
}

.p_container img {
    display: block;
    height: 100%;
    max-width: 100px;
}

.mo_menu2 {
    display: none;
}


/* modal */

.modal_atomation .modal-dialog {
    max-width: 456px;
}

.mo_modal_calc {
    text-align: center;
}

.mo_modal_calc img {
    max-width: 182px;
}

.mo_modal_calc_text {
    color: #7858A0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 15px;
}

.modal-title {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

.modal-content {
    border-radius: 12px;
}

.modal-body input {
    border-radius: 12px;
    padding: 16px 24px;
    border: 1px solid #000000;
}

.btn_go {
    width: 100%;
    border-radius: 12px;
    background: #BE398B;
    padding: 16px 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border: 0px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.btn_go:hover,
.btn_go:active {
    background: #BE398B;
    border: 0px;
    color: #fff;
}

.modal-footer {
    padding-top: 0;
}

.errmini {
    color: #C91717;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.errin {
    border: 1px solid #C91717!important;
    color: #C91717;
}

.iok {
    background: #63AA1C;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    margin: auto;
}

.iok svg {
    margin-top: 12px;
    margin-left: 12px;
}

.ioktextbig {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ioktextmini {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 12% auto;
    }
}

.services_1 .img {
    min-height: 30px;
}


/**/

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}