@media screen and (max-width: 575px) {
    .sucDan-alert-wr > div {
        background-size: 18px;
        background-position-x: 25px;
        font-size: 16px;
        padding: 22px 26px 22px 64px;
    }

    .comHistory-item {
        border-right: 2px solid #CBE1FD;
        padding-right: 24px;
    }

    .comHistory-item:nth-child(2n + 2) {
        border-left: 2px solid #CBE1FD;
        padding-left: 24px;
    }

    .comHistory-item:before {
        right: -17px;
        height: 31px;
        width: 31px;
    }

    .comHistory-item:nth-child(2n + 2):before {
        right: auto;
        left: -15px;
    }

    .comHistory-item:after {
        top: 7px;
        right: -10px;
        height: 18px;
        width: 18px;
    }

    .comHistory-item:nth-child(2n + 2):after {
        right: auto;
        left: -9px;
    }

    .comHistory-item .comHistory-year {
        font-size: 16px;
        line-height: 200%;
        min-width: 75px;
    }

    .comHistory-item .comHistory-text {
        font-size: 16px;
        line-height: 170%;
        padding: 10px 16px;
        margin-top: 15px;
    }

    .director-section {
        padding: 32px 0 42px;
    }

    .director-wr .director-img img {
        width: 310px;
    }






}

@media screen and (max-width: 525px) {
    .main_header-box_img {
        display: none;
    }

    .main_header-wr h1,
    .main_header-wr .div_1 {
        width: 100%;
    }

    .main_header-wr .btn_box {
        flex-direction: column;
        align-items: center;
    }

    .main_header-wr .btn_box .btn {
        max-width: 100%;
    }

    .thanks-wr {
        padding-bottom: 0;
        padding-top: 130px;
    }

    .thanks-wr h1 {
        font-size: 42px;
        text-align: center;
    }

    .thanks-wr .div_1 {
        font-size: 18px;
        line-height: 160%;
        text-align: center;
    }

    .thanks-phone {
        font-size: 16px;
        padding-top: 30px;
        text-align: center;
    }

    .thanks-phone a {
        font-size: 26px;
        text-decoration: none;
    }

    .reviews-block {
        padding-top: 60px;
    }
}

@media screen and (max-width: 480px) {
    .header_top-box {
        height: 65px;
    }

    .saas_credit {
        max-width: 150px;
    }

    .phone-info-block {
        display: none;
    }

    .main_header-wr {
        padding-bottom: 30px;
        padding-top: 15px;
    }

    .main_header-wr h1, .main_header-wr .div_1 {
        width: 100%;
        text-align: center;
    }

    .possibilities-section .proms-list {
        padding-top: 0;
    }

    .possibilities-section h2 {
        margin-bottom: 0;
        text-align: center;
    }

    .possibilities-wr .possibilities-l {
        flex-direction: column;
    }

    .possibilities-list {
        width: 100%;
    }

    .possibilities-list:not(:first-child) {
        padding-top: 30px !important;
    }

    .possibilities-item {
        height: auto;
    }

    .help-chose-wr h2 {
        text-align: center;
        width: 100%;
    }

    .help-chose-wr .div_1 {
        font-size: 16px;
        line-height: 155%;
        padding-top: 15px;
        text-align: center;
        width: 100%;
    }

    .prom-item {
        background-size: 20px !important;
        background-position-x: 25px !important;
        padding: 10px 20px 10px 60px;
        height: auto;
        line-height: 150%;
    }

    .proms-list {
        padding-top: 25px;
    }

    .help-chose-wr .btn_box {
        padding-top: 22px;
        text-align: center;
    }

    .section_h {
        font-size: 22px;
    }

    .advantages-section {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .advantages-list {
        padding-top: 30px;
    }

    .advantages-item {
        text-align: center;
    }

    .possibilities-item {
        text-align: center;
    }

    .ltg-section {
        padding: 35px 0 40px;
    }

    .our_clients-section {
        padding-bottom: 40px;
        padding-top: 35px;
    }

    .our_clients-list {
        padding-top: 25px;
    }

    /*.our_clients-list .our_clients-item {*/
    /*    width: 70%;*/
    /*}*/

    /*.our_clients-list .our_clients-item:last-child {*/
    /*    margin-bottom: 0;*/
    /*}*/

    .breadcrumb-section {
        padding: 18px 0;
    }

    .breadcrumb-list li.uk-disabled a,
    .breadcrumb-list li a {
        font-size: 16px;
    }

    .dops-section h1 {
        font-size: 30px;
        padding-bottom: 20px;
    }

    .dops-section .div_1 {
        padding-top: 20px;
    }

    .dops-section .div_1 h2 {
        font-size: 22px;
        text-align: center;
    }

    .dops-section .div_1 p {
        line-height: 170%;
    }

    .sucDan-alert-wr > div {
        background-size: 14px;
        background-position-x: 14px;
        font-size: 14px;
        padding: 14px 18px 14px 42px;
    }

    .team_info-item {
        width: 100%;
    }

    .comHistory-item {
        border-right: 2px solid #CBE1FD;
        padding-right: 24px;
        width: 98%;
    }

    .comHistory-item:not(:first-child) {
        padding-top: 20px;
    }

    .comHistory-item:nth-child(2n + 2) {
        align-items: flex-end;
        border-right: 2px solid #CBE1FD;
        padding-right: 24px;
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }

    .comHistory-item:not(:first-child):before {
        top: 20px;
    }

    .comHistory-item:not(:first-child):after {
        top: 27px;
    }

    .comHistory-item:nth-child(2n + 2):before {
        top: 20px;
        left: auto;
        right: -17px;
        height: 31px;
        width: 31px;
    }

    .comHistory-item:nth-child(2n + 2):after {
        top: 27px;
        left: auto;
        right: -10px;
        height: 18px;
        width: 18px;
    }

    .dops_about-section {
        padding-bottom: 58px;
    }

    .director-wr .director-name {
        font-size: 26px;
    }

    .director-wr .director-post {
        font-size: 16px;
        padding-top: 0;
    }

    .director-wr .div_1 {
        font-size: 16px;
        padding-top: 10px;
    }

    .maps-wr iframe {
        height: 250px;
    }

    .contacts-wr {
        padding-top: 25px;
    }

    .contacts-info .contacts-text {
        font-size: 16px;
    }

    .contacts-list .contacts-item .contacts-item-img {
        height: 34px;
        width: 34px;
    }

    .contacts-list .contacts-item .contacts-item-img svg {
        height: 16px;
    }

    .contacts-list .contacts-item .contacts-item-con {
        font-size: 16px;
        line-height: 150%;
        padding-left: 18px;
    }

    .contacts-list .contacts-item .contacts-item-con a.c_phone {
        font-size: 18px;
    }

    .contacts-list .contacts-item .contacts-item-con span {
        font-size: 14px;
    }

    .contacts-wr .contacts-form {
        padding: 18px;
    }

    .contacts-wr .contacts-form .contacts-form-title {
        font-size: 24px;
        text-align: center;
    }

    form .js-form-item textarea {
        min-height: 140px;
        padding: 20px 30px 0 40px;
    }

    .solutionsB-block {
        padding-top: 30px;
    }

    .solutionsB-item {
        padding: 20px 22px;
        margin-bottom: 25px;
        width: 100%;
    }

    .solutionsB-item .solutionsB-item-header .solutionsB-item-header-img {
        height: 55px;
        width: 55px;
    }

    .solutionsB-item .solutionsB-item-header .solutionsB-item-header-img svg {
        height: 22px;
    }

    .solutionsB-item .solutionsB-item-header .solutionsB-item-header-title {
        font-size: 22px;
        line-height: 130%;
        padding-left: 14px;
    }

    .solutionsB-item .solutionsB-item-info {
        font-size: 16px;
        line-height: 170%;
    }

    .modal-possibilitiesSys .modal-body {
        padding: 22px;
        position: relative;
    }

    .modal-possibilitiesSys .modal-possibilitiesSys-img {
        height: 70px;
        width: 70px;
    }

    .modal-possibilitiesSys .modal-possibilitiesSys-img svg {
        height: 32px;
    }

    .modal-possibilitiesSys .modal-possibilitiesSys-title {
        font-size: 20px;
        padding-top: 20px;
        text-align: center;
    }

    .modal-possibilitiesSys .modal-possibilitiesSys-text {
        padding-top: 18px;
    }

    .modal-possibilitiesSys .modal-possibilitiesSys-text p {
        font-size: 16px;
        line-height: 180%;
        padding-bottom: 0;
    }

    .modal-possibilitiesSys .modal-possibilitiesSys-text p:not(:last-child) {
        padding-bottom: 14px;
    }

    .thanks-wr {
        padding-bottom: 0;
        padding-top: 80px;
    }

    .thanks-wr h1 {
        font-size: 28px;
        text-align: center;
    }

    .thanks-wr .div_1 {
        font-size: 16px;
        line-height: 140%;
        text-align: center;
    }

    .thanks-phone {
        font-size: 16px;
        padding-top: 30px;
        text-align: center;
        line-height: 140%;
    }

    .thanks-phone a {
        display: inline-block;
        font-size: 20px;
        padding-top: 10px;
        text-decoration: none;
    }

    .thanks-phone a svg {
        margin-right: 15px;
    }

    .partners_program-title {
        font-size: 26px;
    }

    .partners_program-list {
        padding-top: 35px;
    }

    .partners_program-item-img {
        flex: none;
        width: 100px;
    }

    .partners_program-item-img svg {
        height: 55px;
    }

    .partners_program-item .partners_program-item-text {
        font-size: 16px;
        padding-top: 0;
        padding-left: 10px;
    }

    .business_partners-title {
        font-size: 24px;
    }

    .business_partners-text {
        font-size: 16px;
        line-height: 150%;
        padding-top: 20px;
    }

    .business_partners-item {
        border-radius: 42px;
        font-size: 16px;
    }

    .team_info-section {
        margin-top: 0;
        padding-top: 30px;
    }

    .team_info-section .team_info-h {
        font-size: 26px;
        line-height: 130%;
        padding: 0 0 30px;
    }

    .advantages_business-title {
        font-size: 22px;
        text-align: center;
    }

    .advantages_business-tabs > ul li a {
        font-size: 18px;
        line-height: 44px;
        padding: 0 30px !important;
    }

    .ul_default_list li,
    .advantages_business-tabs .ui-tabs-panel ul li {
        font-size: 16px;
        line-height: 140%;
        padding: 15px 0 15px 44px;
    }

    .ul_default_list li:before,
    .advantages_business-tabs .ui-tabs-panel ul li:before {
        left: 18px;
    }

    .partners_img-title {
        font-size: 22px;
        padding-top: 10px;
        text-align: center;
    }

    .partners_img-item .partners_img-item-img {
        height: 110px;
    }

    .possibilities-section .btn_box {
        text-align: center;
    }










}
