body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    position: relative;

}



/* tabe_1 стиль таблиц /uslugi/razrabotka/integratsiya-saytov-s-1s/*/


.fly_stick{width: 50px;z-index:9;display: none;position: fixed;right: 5%;bottom: 5%;}.fly_stick li{    max-width: 50px;}

    @media (max-width:768px){
        .fly_stick{display: block;}
        .fly_stick img{width: 50px;}
    }

  
/* Main team-b */

.main__team-b {
    padding: 100px 0;
}

.additional-services-inner a:hover{
          color: #26bcf4;
}

.two-column-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.two-column-text__title {
    width: 100%;
    max-width: 660px;
}

.two-column-text__desc {
    margin: 0;
    width: 100%;
    max-width: 570px;
    color: var(--text-light-gray);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

/* Services */

.main__services {
    padding-top: 45px;
}

.services .row {
    gap: 30px 0;
}

.services__title {
    margin-bottom: 57px;
}

.services__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 470px;
    padding: 35px 45px;
    border-radius: 50px;
    background: #FFF;
    transition: 0.5s;
}


.services__item .h3-title span {
    color: var(--text-black);
}

.services__item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    margin-bottom: 20px;
}

.services__item-svg-fill {
    fill: var(--blue);
    transition: 0.5s;
}

.services__item:hover .services__item-svg-fill {
    fill: var(--orange);
}

.services__item-list li:not(:last-of-type) {
    margin-bottom: 15px;
}


.services__item-list li{
    color: var(--text-light-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0!important;
}

.services__item-list li::before{
    display: none;
}

.services__item-list li a {
    position: relative;
    display: inline-block;
    color: var(--text-light-gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: 0.5s;
}

.services__item-list li a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: url(/local/templates/.default/images/redesign-2023/arrow-right.svg) no-repeat center center;
    opacity: 0;
    transition: 0.5s;
}

.services__item-list li a:hover {
    color: var(--dark-blue);
}

.services__item-list li a:hover:after {
    left: calc(100% + 11px);
    opacity: 1;
}

.services__item-price {
    color: var(--text-black);
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
}

.services__item:hover .services__item-price {
    color: var(--orange);
}

.services__more-link {
    max-width: 201px;
    margin: 63px auto 0;
}

@media (max-width: 1367px) {
    .services__item-list li,
    .services__item-list li a {
        font-size: 15px!important;
    }

    .services__item-price {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .services__item {
        border-radius: 30px;
        padding: 26px 20px;
    }
}

@media (max-width: 992px) {
    .services__title {
        margin-bottom: 30px;
    }

    .services__more-link {
        margin-top: 35px;
    }

    .services__item-list li a:after{
        transition: none;
    }
}

@media (max-width: 576px) {
    .services__item {
        padding: 22px 20px;
        height: unset;
        min-height: 328px;
    }

    .services__item-link {
        height: 33px;
    }

    .services__item-link svg {
        max-width: 33px;
    }

    .services__item-list li,
    .services__item-list li a {
        font-size: 13px!important;
    }

    .services__item-list li {
        line-height: 1;
    }

    .services__item-list li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .services__item-price {
        font-size: 21px;
    }

    .services__item-list {
        margin-bottom: 30px;
    }

    .services__more-link {
        max-width: 100%;
    }
}

.main__completed-projects {
    margin-bottom: 30px;
}

.completed-projects__title {
    max-width: 1030px;
    margin-bottom: 57px;
}

@media (max-width: 992px) {
    .completed-projects__title {
        margin-bottom: 30px;
    }

    .completed-projects__row {
        gap: 30px 0;
    }
}

@media (max-width: 768px) {
    .completed-projects__row {
        gap: 0;
    }

    .completed-projects__row .col-lg-4:nth-of-type(1) .blue-item {
        padding-bottom: 15px;
        border-radius: 30px 30px 0 0;
    }

    .completed-projects__row .col-lg-4:nth-of-type(2) .blue-item {
        padding-bottom: 15px;
        border-radius: 0;
    }

    .completed-projects__row .col-lg-4:nth-of-type(3) .blue-item {
        border-radius: 0px 0px 30px 30px;
    }
}

@media (max-width: 576px) {
    .main__completed-projects {
        margin-bottom: 15px;
    }
}

/* Commercial options */

.main__commercial-options {
    margin-bottom: 145px;
}


/* Ecommerce text */

.main__ecommerce .two-column-text {
    margin-bottom: 60px;
}

.options-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}

.options-list li {
    display: flex;
    align-items: center;
    gap: 0 44px;
    flex-basis: calc(50% - 25px);
}

.options-list li p {
    color: #555;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
}

/* Can trust */

.can-trust {
    margin-bottom: 70px;
}

.can-trust__title {
    margin-bottom: 57px;
}

/* Certificates row */

.certificates-row {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.main__certificates-row {
    margin-bottom: 58px;
}

/* inner */
.wrapper {
    overflow: hidden;
}

.wrapper .inner_text{
    padding-bottom: 110px;
}


.wrapper h1 {
    margin: 52px 0 57px;
    color: var(--text-black);
    font-size: 50px;
    font-weight: 700;
    line-height: 46px;
}

.wrapper h2 {
    color: var(--text-black);
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 57px;
}

.wrapper .inner_text h2{
    margin-top: 57px
}

.wrapper h3 {
    color: var(--text-black);
    font-size: 25px;    
    font-weight: 600;
    line-height: normal;

}

.wrapper h2 span {
    color: var(--blue);

}

.wrapper p {
    margin: 0 0 10px;
}

.wrapper ul {
    margin-bottom: 25px;
}

/* .wrapper ul.not_mark{
    padding-left: 25px;
} */
.wrapper ul.not_mark{
    padding-left: 19px;
    margin-bottom: 28px;
}

.wrapper ul.not_mark.no_padding{
    padding: 0;
}

.wrapper ul:not(.not_mark) li {
    padding-left: 18px;
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.blue-item ul li {
     font-size: 16px;
     
}

.wrapper ul:not(.not_mark) li::before {
    content: url(/local/templates/.default/images/redesign-2025/mark_li.svg);
    position: absolute;
    left: 0;
    top: -1px;
}

.wrapper ul li:not(:last-child) {
    margin-bottom: 10px;
}

.wrapper ol {
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 0px;
    padding: 0;
}



.wrapper ol > li {
    margin-bottom: 10px;
    position: relative;
    min-height: 30px;
    padding-left: 50px;
}

.wrapper ol>li ul{
    margin: 15px 0
}

.wrapper ol > li:before {
    content: "0"counter(num);
    counter-increment: num;
    display: inline-flex;
    align-items: center;
    margin-right: 28px;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: var(--dark-blue);
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 0;
    font-size: 12px;
}

.wrapper ol > li:nth-child(n+10)::before {
    content: counter(num);
}

.phone-wrapper .button {
    max-width: 210px;
    margin-left:0;
}

@media(max-width: 1400px) {
    .page {
        font-size: 16px;
        line-height: 22px;
    }

    .page .phone{
        font-size: 16px;
        line-height: 25px;
    }

    .wrapper h2 {
        line-height: 46px;
        margin-bottom: 55px;
    }

    .wrapper .inner_text h2{
        margin-top: 55px
    }

    .wrapper h3 {       
        font-size: 27px;
    }

    .wrapper h1 {
        font-size: 52px;
        line-height: 52px;
        margin: 48px 0 54px;
    }

    .wrapper ul li {      
        font-size: 16px;      
        line-height: 25px;
    }

}
@media (max-width: 1367px) {
    .wrapper h1 {
        font-size: 42px;
        line-height: 47px;
    }
    .wrapper h2 {
        line-height: 30px;
        line-height: 32px;
    }
}
@media(max-width: 1200px) {
    .wrapper h2 {
        margin-bottom: 40px;
    }

    .wrapper .inner_text h2{
        margin-top: 30px
    }

}

@media(max-width: 767px) {
    .wrapper ol li:before {
        margin-right: 18px;
        width: 30px;
        height: 30px;


    }

    .wrapper ol li {
        font-size: 14px;
        padding-left: 42px;
    }

    .page {
        font-size: 16px;
    }

    .wrapper h1 {
        margin: 24px 0 30px;
        font-size: 29px;
        line-height: 28px;
    }

    .wrapper h2 {

        font-size: 25px;
        line-height: 27px;
        margin-bottom: 30px;
    }
    .wrapper .inner_text h2{
        margin-top: 30px
    }


    .wrapper h3 {

        font-size: 18px;
       
    }
    .wrapper ul li { 
        padding-left: 28px;     
        font-size: 14px;      
        line-height: 22px;
    }
}

/* end inner */


/* table:not(.services_table) */

.table-wrapper{
    margin-left: -30px;
    margin-right: -30px;
    overflow: auto;
}
.wrapper table:not(.services_table) {
    width: 100%;
    /* table:not(.services_table)-layout: fixed; */
    border-spacing: 28px 0;
    min-width: 1200px;
}

.wrapper table:not(.services_table) tr th {
    width: 2%;
    border-radius: 50px;
    background: var(--dark-blue);
    color: #FFF;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    padding: 28px 20px;
    min-width: 350px;
}
.wrapper table:not(.services_table) tbody:before {
    content: "-";
    display: block;
    line-height: 10px;
    color: transparent;
}

.wrapper table:not(.services_table) tr td {
    background: #FFF;
    text-align: left;
    padding: 54px 35px 55px 56px;
    width: 2%;
    color: var(--text-black);
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; 
    min-width: 350px;
}

.wrapper table:not(.services_table) tbody tr:first-child td {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
   
}

.wrapper table:not(.services_table) tbody tr:last-child td {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  
}

.wrapper table:not(.services_table) tbody tr td.blue-font {
    color: var(--blue);
}

.wrapper table:not(.services_table) tbody tr td.td-plus {
    font-size: 40px;
    font-weight: 300;
}

.wrapper table:not(.services_table) tbody tr td.td-minus {
    font-size: 40px;
    font-weight: 300;
}


.table-responsive{
    overflow: auto;
}


.old-price {
    display: block;
    text-decoration: line-through;
    color: var(--text-light-gray);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
}

@media(max-width:1400px) {
   
    .wrapper table:not(.services_table) tr th {
        padding: 26px 20px;
        font-size: 27px;
    }

    .wrapper table:not(.services_table) tr td {
        padding: 54px 35px 55px 55px;
    }

}



@media(max-width:767px){
    .wrapper table:not(.services_table) tbody tr:first-child td {
        border-top-right-radius: 40px;
        border-top-left-radius: 40px;
       
    }
    
    .wrapper table:not(.services_table) tbody tr:last-child td {
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
      
    }
    .table-wrapper{
        margin-left: -15px;
        margin-right: -15px;
       
    }
    
    .wrapper table:not(.services_table) {      
        border-spacing: 15px 0;
        min-width: unset;
        table-layout: unset;
    }
    .wrapper table:not(.services_table) tr th {
        padding: 11px 20px;
        font-size: 18px;
        min-width: 235px;
    }
    .wrapper table:not(.services_table) tbody:before {     
        line-height: 10px;       
    }
    .wrapper table:not(.services_table) tr td {
        padding: 39px 25px 50px 27px;
        min-width: 235px;
    }
    
}
@media(max-width: 576px){
   .wrapper .table_blog{
        overflow-x: scroll;
    }
}

/* end table:not(.services_table) */


/*не удалять !!!*/

.map .map__inner img:last-child {
    display: none;
}

.map.inner__map {
    margin: 110px 0 210px;
}
.inner_form-container{
    margin-top: 145px;
    margin-bottom: 110px;
}
.wrapper .inner_form-container li::before{
   display: none;
}
.wrapper .inner_form-container li{
    padding-left: 0;
    margin-bottom: 0 !important;
 }
 .wrapper .inner_form-container li:last-child svg:hover path,
 .wrapper .inner_form-container li:first-child svg:hover circle, 
 .wrapper .inner_form-container li:first-child svg:hover path:first-child{
    fill: var(--orange);
 }
 .wrapper .inner_form-container h2 span{
    display: block;
 }

@media(max-width: 1400px) {
    .map.inner__map {
        margin: 120px 0 175px;
    }
    .inner_form-container{
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

@media(max-width: 991px) {
    .map.inner__map {
        margin: 71px 0 80px;
    }
    .inner_form-container{
        margin-top: 58px;
        margin-bottom: 58px;
    }

    .map.inner__map .container {
        padding: 0;
    }

    .map .map__inner {
        padding: 45px 30px;
    }

}

@media(max-width: 767px) {
    .map__inner {
        padding: 40px 0;
        border-radius: 30px;
    }
}

@media(max-width:576px) {
    .map .map__inner img:last-child {
        display: inline;
        width: 100%;
        object-fit: cover;
        max-height: 100%;
    }

    .map .map__inner img:first-child {
        display: none;
    }

    .map .map__inner {
        padding: 45px 0px;
        height: 432px;
    }
}

.button_top{
    display: none;
    outline: 0;
    border: 0;
    padding: 0;
    background: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    z-index: 10;
    width: 67px;
    height: 67px;
    border-radius: 100%;
    background: #eee;
    transition: 0.5s;
}

.button_top svg path{
    transition: 0.5s;
}

.button_top:hover{
 background: var(--dark-blue);
}

.button_top:hover svg path{
    fill: var(--bg-color);
}

.page .b24-widget-button-position-bottom-right{

    bottom: 198px;
}

@media(max-width:1400px){
    .button_top{
        right: 60px;
    }
    
    .page .b24-widget-button-position-bottom-right{
        right: 60px;
    }
}

@media(max-width:1200px){
    .button_top{
        right: 41px;
    }
    
    .page .b24-widget-button-position-bottom-right{
        right: 41px;
    }
}

@media(max-width:991px){
    .button_top{
        right: 57px;
    }
    
    .page .b24-widget-button-position-bottom-right{
        right: 57px;
    }
}

@media(max-width:767px){
    .button_top{
        right: 64px;
    }
    
    .page .b24-widget-button-position-bottom-right{
        right: 64px;
    }
}

@media(max-width:567px){
    .button_top{
        right: 15px;
    }
    
    .page .b24-widget-button-position-bottom-right{
        right: 15px;
    }
}

/*не удалять !!!*/

@media(max-width:576px){.main__main-form .b24-form-recaptcha{margin:0 0 20px 0;  }}

.additional-services {
    margin-bottom: var(--margin-1);
}

.additional-services-item {
    display: grid;
    grid-template-columns: 9fr 3fr;
    min-height: 62px;
    padding-left: 55px;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    color: #111;
    border-radius: 44px;
    background: #ffffff;
}

.additional-services-item:nth-child(2n) {
    background: transparent;
}

.additional-services-item div {
    display: flex;
    align-items: center;
    height: 100%;     
}
.additional-services-item:not(.additional-services-item_head) div:last-child {
    font-weight: 900;    
}


.additional-services-item_head {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #111;
}
@media (max-width: 991px){
    .client-logos h2{
        display: block;
    }
    .client-logos-outer h2{
        display: none;
    }
}
@media (max-width: 768px) {

    .additional-services-item {
        background: transparent;
    }
    
    .additional-services-item:nth-child(2n) {      
        background: #ffffff;
    }

    div.wrapper .can-trust-us h2 {
        margin-bottom: 30px;
    }
    .additional-services-item.additional-services-item_head{
        display: none;
    }
    .additional-services-item {
        padding: 17px 20px;       
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .additional-services-item div{
        color: #111;      
        font-size: 13px;      
        font-weight: 300;
        line-height: 15px; /* 115.385% */
    }
    .additional-services-item div:last-child{        
        font-weight: 600;       
    }
    .description_services span {
    color: #111;
    border-radius: 15px;
    background: var(--orange);
    border: none;
    padding: 0px 5px 1px;
    background: none;
    background: #FFEFD9;
    font-weight: 400;
    white-space: normal;
}

    .additional-services-inner {
        overflow-x: auto;
    }
}
.wrapper ul.services__item-subservices-list li{
    color: var(--Grey, #555);
    /* Body-3_R_16 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    text-decoration: none;
}
.services__item-subservices-list li a {
    color: var(--Grey, #555);
    /* Body-3_R_16 */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    text-decoration: none;
}
.services__item-subservices-list li a:hover{
    color: var(--Grey, #555);
}
.wrapper .services__item-subservices-list li{
  border-radius: 50px;
  border: 1px solid var(--Grey, #555);
  padding:5px 20px;
}
.wrapper .services__item-new{
  border-radius: 50px;
  background: #FFF;
  padding:45px;
}
.wrapper ul.services__item-subservices-list li {
    padding-left: 20px !important;
}
.service__list .services__item-new:nth-child(6n+1) .services__item-name a:before{
    display: none;
}
.service__list .services__item-new:nth-child(6n+2) .services__item-name a:before{
    display: none;
}
.service__list .services__item-new:nth-child(6n+3) .services__item-name a:before{
    display: none;
}
.service__list .services__item-new:nth-child(6n+4) .services__item-name a:before{
    display: none;
}
.service__list .services__item-new:nth-child(6n+5) .services__item-name a:before{
    display: none;
}
.service__list .services__item-new:nth-child(6n+6) .services__item-name a:before{
    display: none;
}
.services__item_block{
    display: flex;

}
.services__item-new{
    display: block;
}
.services__item-right{
    top:unset;
    max-width: 186px;
}
.services__item-left{
    gap: 20px;
    margin-bottom: 40px;
}
.services__item-left p{
    margin:0;
}
.services__item-subservices-list {
    gap: 20px 12px;
}
.wrapper .services__item-new ul:not(.not_mark) li{
        font-weight: 400!important;
}
@media (max-width: 768px) {
    .services__item-left{
        margin-bottom: 20px;
    }
    .services__item_block{
        flex-direction: column;
        margin-bottom: 20px;
    }
    .wrapper .services__item-new{
        padding: 35px;
    }
}
.wrapper .main-form__contacts ul:not(.not_mark) li::before{
display: none;
}
.main-form__socials li{
    padding: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-form__socials li a{
    display: inline-flex;
}

.wrapper .main-form__contacts ul:not(.not_mark) li{
    padding-left: 13px;
}
.wrapper .main-form__contacts ul li:not(:last-child){
    margin-bottom:0;
}
.contact_info_item:first-child>span a{
	color: #FF9706;
    font-weight: 700;
}

.wrapper .container-service--razrabotka .table_blog tr th{
    background: #FFF;
}
.wrapper .container-service--razrabotka table:not(.services_table) tr td{
background: #F5F7FA;
}
.wrapper .container-service--razrabotka table tr .two_str{
border-radius: 0px 30px 0px 0px;
}
.wrapper .qa__question{color:var(--text-black);font-size:21px;font-style:normal;font-weight:400;line-height:32px;display:flex;
    align-items:center;justify-content:space-between;padding-bottom:0px;cursor:pointer;transition:0.5s}
.wrapper .qa__item.active .qa__question{color:#111}
.wrapper .qa__question::after{content:'';display:block;min-width:62px;height:62px;border-radius:100%;background-color:#F5F7FA;background-image:url(/local/templates/.default/images/redesign-2025/qa_arrow.svg);background-position:center;background-repeat:no-repeat;transition:0.5s;margin-left:18px}
.wrapper .qa__item.active .qa__question::after{background-color:#FF9706;background-image:url(/local/templates/.default/images/redesign-2025/qa_arrow_active.svg)}
.wrapper .qa__answer{display:none;padding:20px 0 41px;color:#111;font-size:16px;font-style:normal;font-weight:400;line-height:25px}
.wrapper .qa__item.active .qa__answer{display:block}
@media (max-width:992px){
  .wrapper .qa__question{font-size:18px;line-height:20px}}
  @media (max-width:576px){.qa__item{padding:20px 22px;border-radius:30px}
.wrapper  .qa__question{padding-bottom:0} .question-answer__title{margin-bottom:30px}
}
