.content-style ol {
    counter-reset: myCounter;
}
.content-style ol:before {
    display:none;
}
.content-style ol li {
    margin-bottom:20px;
}
.content-style ol li li,
.content-style ul li li {
    padding-left:35px;
}
.content-style ol li li::after,
.content-style ul li li::after {
    display: none;
}
.content-style ol > li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background-color: #2766AD;
    line-height: 28px;
    margin-right: 10px;
    font-size: 14px;
}
.serviceBottom {
    background:#fff;
}
.serviceBottom .tvtable {
    margin-bottom:70px;
}
.salesForm {
    background:#2766AD;
    background: linear-gradient(
      48.83deg,
      rgba(39, 102, 173, 1) 0%,
      rgba(51, 167, 255, 1) 46.99999988079071%,
      rgba(39, 102, 173, 1) 100%
    ),
    linear-gradient(to left, #ffffff, #ffffff);
    padding:20px;
    margin-bottom:70px;
}
.salesForm-list {
    display:flex;
    flex-wrap:wrap;
}
.salesForm-left {
    width:356px;
}
.salesForm-right {
    width:calc(100% - 356px);
    align-self: center;
}
.salesForm-name {
    font-size:41px;
    color:#fff;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
}
.salesForm-intro {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color:#fff;
}
.salesForm-items {
    margin-top:32px;
}

.salesForm-right img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
}
.salesForm .agreement {
    margin-top:20px;
}
.salesForm .agreement label {
    color: rgba(255, 255, 255, 0.6);
}
.salesForm .agreement input+label:before {
    top: 18px;
}
.salesForm .button {
    background:#E83F3F;
    max-width:194px;
    height: 51px;
}
@media (max-width:800px) {
    .salesForm {
        margin-left: -15px;
        margin-right: -15px;
    }
    .salesForm-left {
        width:100%;
    }
    .salesForm-right {
        display:none;
    }
    .salesForm-name {
        font-size:30px;
        margin-bottom:10px;
    }
}
.aside-menu .lvl2 a:before,
.aside-menu .lvl2 .noLink:before {
    content: '';
    display:none;
}
.aside-menu .lvl2 a,
.aside-menu .lvl2 .noLink {
    padding:14px 44px 14px 35px;
    font-size: 15px;
    font-weight: 500;
}
.aside-menu .lvl3 a {
    padding:14px 44px 14px 50px;
    font-size: 15px;
    font-weight: 400;
}
.aside-menu .lvl4 a {
    padding:14px 25px 14px 75px;
    font-weight: 300;
}
.aside-menu .lvl5 a {
    padding:14px 25px 14px 85px;
    font-weight: 300;
    font-size: 14px;
}
.text-container--js {
    max-height: calc(1.5em * 15);
      overflow: hidden; 
      position: relative;
      transition: max-height 0.3s ease; 
}
.text-container--js.expanded {
  max-height: none;
}
#readMoreBtn {
    display: flex;
    background: none;
    border: none;
    padding: 0;
    align-items: center;
    gap: 20px;
    color: #2766AD;
    text-decoration: underline;
    margin-top: 20px;
}
#readMoreBtn:before {
    content: '';
    background:url(../images/more-btn-icon.svg) no-repeat;
    background-size:100%;
    display: block;
    width: 10px;
    height: 7px;
}
.teamBlock {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 40px;
}
.teamBlock--js {
    position: relative;
}
.teamBlock.slick-initialized {
    margin-bottom: 0;
    display: block;
}
.teamBlock.slick-initialized .teamBlock-item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.teamBlock-name {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: 700;
}

.teamBlock-hide-btn .slick-arrow,
.teamBlock-hide-btn .slick-dots {
    display: none !important;
}

.teamBlock-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.teamBlock-item__img {
    margin-bottom: 16px;
}
.teamBlock-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.teamBlock-item__name {
    color: #2766AD;
    font-size: 16px;
    font-weight: 700;
}
.teamBlock-item__job {
    font-size: 16px;
    margin-bottom: 8px;
}

.teamBlock-small {
    margin-bottom: 60px;
}
.teamBlock-small__name {
    font-size: 41px;
    color: #000;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.3;
}
.teamBlock-small .teamBlock {
    margin-bottom: 0;
}
.teamBlock-small .swiper-button-default {
    margin-top: -100px;
}

.swiper-button-default {
    width: 50px;
    height: 50px;
    border: 1px solid #2766AD;
}
.swiper-button-default:after {
    content: "";
    display: block;
    width: 11px;
    height: 18px;
}

.swiper-pagination {
    margin-top: 10px;
    position: relative;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 2px solid #2766AD;
    background: transparent;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #2766AD;
}

.swiper-button-prev {
    left: -80px;
}
.swiper-button-prev:after {
    content: "";
    background: url("../images/sw-left.svg") no-repeat;
}

.swiper-button-next {
    right: -80px;
}
.swiper-button-next:after {
    content: "";
    background: url("../images/sw-right.svg") no-repeat;
}

@media (max-width: 1360px) {
    .swiper-button-prev {
        left: -60px;
    }
    .swiper-button-next {
        right: -60px;
    }
}
@media (max-width: 1310px) {
    .swiper-button-default {
        width: 40px;
        height: 40px;
    }
    .swiper-button-prev {
        left: -50px;
    }
    .swiper-button-next {
        right: -50px;
    }
}
@media (max-width: 1270px) {
    .swiper-button-default {
        display: none;
    }
}
@media (max-width: 600px) {
    .teamBlock-small__name {
        margin-bottom: 20px;
    }
}
/* политика конфиденциальности: равные колонки «термин / определение» */
.content-182 td:nth-child(2) {
    width: 50%;
}
.article-filter-item {
    display: flex;
    align-items: center;
    gap: 30px;
}
.article-filter-item label {
    display: flex;
    padding: 10px 17px 8px 17px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--blue, #2766AD);
    color: var(--blue, #2766AD);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    flex-shrink: 0;
    cursor: pointer;
    transition: 200ms color linear, 200ms background-color linear;
}
.article-filter-item label:has(input[type="checkbox"]:checked) {
    color: #FFF;
    background-color: var(--blue, #2766AD);
}
.article-filter-item label input[type="checkbox"] {
    display: none;
}
@media (max-width: 767px) {
    .article-filter-item {
        gap: 16px;
        overflow-x: auto;
        scrollbar-width: none;
        margin-inline: -15px;
        padding-inline: 15px;
        margin-top: 30px;
    }
}
.under-slider-section .contacts-form .agreement a {
    color: #ff8c8c;
}
.page404-text {
    text-align: center;
}
.id-3 .pagetitle {
    text-align: center;
}
.page404-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.button-border {
    background: #fff;
    border: 1px solid #2766ad;
    color: #2766ad;
}
.button-border:hover {
    background: #2766ad;
    color: #fff;
}
.mobile-menu .menu-lvl3,
.mobile-menu .menu-lvl4,
.mobile-menu .menu-lvl5{
    position: relative;
}
.mobile-menu .menu-lvl3 ul,
.mobile-menu .menu-lvl4 ul,
.mobile-menu .menu-lvl5 ul{
    padding-left: 20px;
    margin-bottom: 10px;
}
.articleContent-table {
    width: 100%;
    overflow-x: auto;
}
.articleContent img {
    max-width: 100%;
}
@media (max-width: 768px) {
    .teamBlock-small-box {
        background: #fff;
        padding-top: 40px;
    }
    .articleContent-table table {
        min-width: 600px;
    }
    .parent-62 .col-md-8 {
        min-width: 100%;
        max-width: 100%;
    }
}


.serviceBlock {
	 font-family: 'Ubuntu', sans-serif;
	 background-color: #fff;
	 color: #000;
	 padding: 70px 0;
	 width: 100%;
}
 .serviceBlock__title {
	 font-size: 41px;
	 font-weight: 700;
	 line-height: 1.4;
	 text-align: left;
	 margin: 0 0 40px;
}
 .serviceBlock__list {
	 list-style: none;
	 padding: 0;
	 margin: 0;
	 border-top: 1px solid #000;
	 margin-bottom:65px;
}
 .serviceBlock__item {
	 border-bottom: 1px solid #000;
}
 .serviceBlock__item--open .serviceBlock__link .serviceBlock__item-title {
	 color: #2766ad;
}
 .serviceBlock__item--open .serviceBlock__link .serviceBlock__icon {
	 background-image: url('../images/minus-filled.svg');
}
 .serviceBlock__item--open .serviceBlock__content {
	 max-height: 2000px;
	 padding-bottom: 40px;
}
 .serviceBlock__link {
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	 padding: 40px 0;
	 text-decoration: none;
	 color: #000;
	 cursor: pointer;
}
.serviceBlock__link.no_click  {
    cursor: default;
}
.serviceBlock__link.no_click .serviceBlock__icon {
    cursor: pointer;
}
.serviceBlock__link.no_click:hover .serviceBlock__item-title {
    color: #000;
}
 .serviceBlock__link:hover .serviceBlock__item-title {
	 color: #2766ad;
}
 .serviceBlock__icon {
	 display: block;
	 width: 72px;
	 height: 72px;
	 background-image: url('../images/plus-outlined.svg');
	 background-repeat: no-repeat;
	 background-position: center;
	 background-size: contain;
	 transition: background-image 0.3s ease;
}
 .serviceBlock__item-title {
	 font-size: 32px;
	 font-weight: 400;
	 line-height: 0.9375;
	 transition: color 0.3s ease;
}
 .serviceBlock__content {
	 max-height: 0;
	 overflow: hidden;
	 transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
}
 .serviceBlock__content-inner {
	 display: grid;
	 gap: 20px;
	 grid-template-columns: 1fr 1fr;
	 padding-left: 20px;
	 padding-right: 20px;
}
 .serviceBlock__sublist-column {
	 flex: 1;
	 min-width: 0;
}
 .serviceBlock__sublist {
	 list-style: none;
	 margin: 0;
	 padding: 0;
	 display: flex;
	 flex-direction: column;
	 gap: 24px;
}
 .serviceBlock__sublist-item--open > .serviceBlock__sub-sublist {
	 max-height: 1000px;
	 margin-top: 16px;
}
 .serviceBlock__sublist-item a {
	 font-family: 'Roboto', sans-serif;
	 font-weight: 700;
	 font-size: 20px;
	 line-height: 1.5;
	 color: #000;
	 text-decoration: none;
	 transition: color 0.3s ease;
}
 .serviceBlock__sublist-item a span {
	 color: #2766ad;
}
 .serviceBlock__sublist-item a:hover {
	 color: #2766ad;
}
 .serviceBlock__sub-sublist {
	 list-style: none;
	 margin: 0;
	 padding: 0 0 0 20px;
	 display: flex;
	 flex-direction: column;
	 gap: 16px;
	 max-height: 0;
	 overflow: hidden;
	 transition: max-height 0.4s ease-in-out, margin 0.4s ease-in-out;
}
 .serviceBlock__sub-sublist li a {
	 font-family: 'Roboto', sans-serif;
	 font-weight: 400;
	 font-size: 20px;
	 color: #000;
}
 @media (max-width: 1024px) {
	 .serviceBlock {
		 padding: 50px 0;
	}
	 .serviceBlock__title {
		 font-size: 36px;
		 margin-bottom: 30px;
	}
	 .serviceBlock__item-title {
		 font-size: 28px;
	}
	 .serviceBlock__link {
		 padding: 30px 0;
	}
	 .serviceBlock__sublist-item a {
		 font-size: 18px;
	}
	 .serviceBlock__sub-sublist li a {
		 font-size: 18px;
	}
}
 @media (max-width: 767px) {
	 .serviceBlock {
		 padding: 40px 0;
	}
	 .serviceBlock__title {
		 font-size: 24px;
		 margin-bottom: 20px;
	}
	 .serviceBlock__item-title {
		 font-size: 18px;
		 line-height: 1.2;
	}
	 .serviceBlock__link {
		 padding: 20px 0;
	}
	 .serviceBlock__icon {
		 width: 48px;
		 height: 48px;
	}
	 .serviceBlock__content-inner {
		 grid-template-columns: 1fr;
	}
	 .serviceBlock__sublist-item a {
		 font-size: 16px;
	}
	 .serviceBlock__sub-sublist li a {
		 font-size: 16px;
	}
}
.teamBlock-small-box {
    background: #fff;
    padding-top: 50px;
}
.aboutArticle {
    background: #fff;
    padding-top: 60px;
}
.aboutArticle-more {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}
.news-section .img-before {
    position: relative;
}



.homeReviews-item__img img {
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.homeReviews-item__box {
    border: 1px solid #2766AD;
    border-radius: 4px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.3;
    color: #12223c;
}
.homeReviews-item__top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 23px;
    align-items: center;
}
@media (max-width: 1270px) {
    .homeReviews-item__top {
        flex-direction: column;
    }
}
.homeReviews-item__img {
    width: 100px;
    height: 100px;
}
@media (max-width: 1270px) {
    .homeReviews-item__img {
        margin-left: auto;
        margin-right: auto;
    }
}
.homeReviews-item__img img {
    border-radius: 50%;
}
.homeReviews-item__right {
    width: calc(100% - 120px);
    margin-left: auto;
}
.homeReviews-item__right--full {
    width: 100%;
}
@media (max-width: 1270px) {
    .homeReviews-item__right {
        width: 100%;
        margin-top: 20px;
    }
}
.homeReviews-item__name {
    font-weight: 700;
    margin-bottom: 16px;
}
.homeReviews-item__btn {
    text-align: right;
    margin-top: 16px;
    display: none;
}
.homeReviews-item__btn button {
    background: 0 0;
    padding: 0;
    border: 0;
    text-decoration: underline;
    color: #2766AD;
    font-size: 16px;
    cursor: pointer;
}
.homeReviews-item__btn button:hover {
    text-decoration: none;
}
.homeReviews-item__text {
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    overflow: hidden;
}
.homeReviews-item__info {
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 700px) {
    .homeReviews-item__info-right {
        margin-left: 0;
        margin-top: 16px;
    }
}

.revBlock .homeReviews-item {
    margin-bottom: 20px;
}
@media (max-width: 1270px) {
    .revBlock .homeReviews-item__top {
        flex-direction: row;
    }
}
@media (max-width: 700px) {
    .revBlock .homeReviews-item__top {
        flex-direction: column;
    }
}
@media (max-width: 1270px) {
    .revBlock .homeReviews-item__img {
        margin-left: 0;
        margin-right: 0;
    }
    .revBlock .homeReviews-item__right {
        width: calc(100% - 120px);
    }
}
@media (max-width: 700px) {
    .revBlock .homeReviews-item__right {
        width: 100%;
    }
}
.reviews-list_button {
    display: flex;
    justify-content: center;
}
.reviews-list {
    margin-top: 25px;
}
.revBlock {
    margin-bottom: 60px;
}
.ec-alert {
    font-size: 14px !important;
}
.ec-message {
    padding: 0 !important;
}
@media (max-width:991px) {
    .row-news {
        display:flex !important;
        flex-direction:column;
    }
    .row-news .new-author {
        order:-2;
    }
    .row-news .col-md-4 {
        order:-1;
    }
}
@media (max-width:767px) {
    .row-news {
        display:flex !important;
        flex-direction:column;
    }
    .new-author__name {
        line-height: 1.3;
    }
    body .new-author__card {
        align-items: flex-start;
    }
}
.faq-template .main-wrapper {
    background:#fff !important;   
}

.case-section + .faq {
    margin-top:-50px;
}
.faq {
	 padding-top: 60px;
	 padding-bottom: 60px;
	 background:#fff;
}
 .faq-item {
	 border-top: 1px solid #2766ad;
}
 .faq-item:last-child {
	 border-bottom: 1px solid #2766ad;
}
 .faq-item__header {
	 display: flex;
	 align-items: center;
	 justify-content: space-between;
	 gap: 20px;
	 padding: 40px;
	 cursor: pointer;
	 transition: background 0.3s;
}
 .faq-item__title {
	 font-family: 'Ubuntu', sans-serif;
	 font-size: 32px;
	 line-height: 1.2;
	 color: #000;
}
 .faq-item__arrow {
	 flex-shrink: 0;
	 width: 40px;
	 height: 40px;
	 color: #2766ad;
	 transition: transform 0.3s;
}
 .faq-item__body {
	 max-height: 0;
	 overflow: hidden;
	 transition: max-height 0.4s ease;
}
 .faq-item__body-inner {
	 padding: 20px 40px;
}
 .faq-item__body-inner p, .faq-item__body-inner ul, .faq-item__body-inner ol {
	 font-family: 'Roboto', sans-serif;
	 font-size: 20px;
	 line-height: 1.5;
	 color: #000;
	 margin: 0;
}
 .faq-item__body-inner p + p, .faq-item__body-inner p + ul, .faq-item__body-inner p + ol, .faq-item__body-inner ul + p, .faq-item__body-inner ol + p, .faq-item__body-inner ul + ol, .faq-item__body-inner ol + ul {
	 margin-top: 0.5em;
}
 .faq-item__body-inner ul, .faq-item__body-inner ol {
	 padding-left: 1.5em;
}
 .faq-item__body-inner ul {
	 list-style: disc;
}
 .faq-item__body-inner ol {
	 list-style: decimal;
}
 .faq-item__body-inner li + li {
	 margin-top: 0.25em;
}
 .faq-item--active .faq-item__header {
	 background: linear-gradient(180deg, #2766ad 0%, #fff 233.17%);
	 border-top: 1px solid #2766ad;
}
 .faq-item--active .faq-item__title {
	 color: #fff;
}
 .faq-item--active .faq-item__arrow {
	 color: #fff;
	 transform: rotate(180deg);
}
 .faq-item--active .faq-item__body {
	 max-height: 500px;
}
 @media (max-width: 768px) {
	 .faq-item__header {
		 padding: 40px 15px;
	}
	 .faq-item__title {
		 font-size: 20px;
		 font-weight: 400;
	}
	 .faq-item__arrow {
		 width: 30px;
		 height: 30px;
	}
	 .faq-item__arrow svg {
		 width: 30px;
		 height: 30px;
	}
	 .faq-item__body p {
		 font-size: 16px;
	}
	 .faq-item__body-inner {
		 padding: 20px 15px;
	}
}

.casesFilter {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 24px;
    background: #fff;
    border: 1px solid #e4e8ee;
    margin-bottom: 32px;
}

.casesFilter-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 16px;
}

.casesFilter-list__name {
    font-size: 15px;
    font-weight: 600;
    color: #2766AD;
    flex-shrink: 0;
    margin-right: 4px;
}

.casesFilter-items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.casesFilter-item a,
.casesFilter-reset {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #2766AD;
    background: rgba(39, 102, 173, 0.08);
    border: 1px solid transparent;
    border-radius: 24px;
    text-decoration: none;
    transition: all 0.25s ease;
    white-space: nowrap;
}
.casesFilter-reset {
    width: max-content;
}
.casesFilter-item a:hover,
.casesFilter-reset:hover {
    color: #fff;
    background: #2766AD;
    border-color: #2766AD;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(39, 102, 173, 0.25);
}

.casesFilter-item a.active,
.casesFilter-item a:active {
    color: #fff;
    background: #e83f3f;
    border-color: #e83f3f;
    box-shadow: 0 2px 8px rgba(232, 63, 63, 0.3);
}
.caseMore-btns {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-left: auto;
    height: 40px;
}
.caseMore-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}
.caseMore-title {
    margin-bottom: 0;
}
.caseMore-btns .swiper-button-prev,
.caseMore-btns .swiper-button-next {
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #2866ad;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    top: 0;
}
.caseMore-btns .swiper-button-prev:hover,
.caseMore-btns .swiper-button-next:hover {
    background: #efefef;
}
.caseMore-btns .swiper-button-prev {
    left: 0;
}
.caseMore-btns .swiper-button-next {
    right: 0;
}
.caseMore-btns .swiper-button-prev:after,
.caseMore-btns .swiper-button-next:after {
    width: 12px;
    height: 18px;
}
.caseMore .swiper-pagination {
    margin-top: 25px;
}
.caseMore {
    margin-bottom: 80px;
}
@media (max-width: 768px) {
    .casesFilter {
        padding: 16px;
        gap: 16px;
    }

    .casesFilter-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .casesFilter-list__name {
        font-size: 14px;
    }

    .casesFilter-item a {
        padding: 7px 14px;
        font-size: 13px;
    }
    .caseMore-btns {
        display: none;
    }
    .caseMore {
        margin-bottom: 40px;
    }
}
.form-section--order {
    background: #2766AD;
    background: linear-gradient(48.83deg, rgba(39,102,173,1) 0%, rgba(51,167,255,1) 50%, rgba(39,102,173,1) 100%);
}
.form-section--order .form-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.form-section--order .contacts-form--order {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.form-section--order .title-h2 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
    white-space: nowrap;
}
@media (max-width: 991px) {
    .form-section--order .title-h2 {
        font-size: 26px;
        white-space: normal;
    }
}
.form-section--order .contacts-form--order .order-form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.form-section--order .contacts-form--order .order-form-row .form-group {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: 0;
}
.form-section--order .contacts-form--order .form-control {
    width: 100%;
    height: 56px;
    background: #fff;
    border: 0;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
    border-radius: 0;
}
.form-section--order .contacts-form--order .agreement {
    margin-top: 0;
}
.form-section--order .contacts-form--order .agreement label {
    color: #fff;
}
.form-section--order .contacts-form--order .agreement label a {
    color: #fff;
    text-decoration: underline;
}
.form-section--order .order-form-submit {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.serviceReviews-section{
    background: #fff;
}
.serviceReviews {
    padding-top: 60px;
    padding-bottom: 60px;
}
.serviceReviews .homeReviews-item__box {
    background: #fff;
}
.serviceReviews-head {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.serviceReviews-head .serviceReviews-title {
    grid-column: 2;
    margin-bottom: 0;
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
}
.serviceReviews-head .serviceReviews-btn {
    grid-column: 3;
    justify-self: end;
}
@media (max-width: 767px) {
    .serviceReviews-head {
        grid-template-columns: 1fr;
        gap: 16px;
        text-align: center;
    }
    .serviceReviews-head .serviceReviews-title,
    .serviceReviews-head .serviceReviews-btn {
        grid-column: 1;
        justify-self: center;
    }
}
.form-section--order .order-form-submit .button {
    background: #E83F3F;
    min-width: 320px;
    max-width: 100%;
    height: 56px;
    padding: 0 20px;
    border: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    box-sizing: border-box;
}
.form-section--order .order-form-submit .button:hover {
    background: #d33636;
}
@media (max-width: 991px) {
    .form-section--order .contacts-form--order .order-form-row .form-group {
        flex: 1 1 100%;
    }
}
@media (max-width: 767px) {
    .form-section--order .form-wrapper {
        padding: 0 15px;
    }
    .form-section--order .title-h2 {
        margin-bottom: 20px;
    }
    .form-section--order .contacts-form--order .order-form-row {
        gap: 12px;
    }
    .form-section--order .contacts-form--order .form-control {
        height: 50px;
        padding: 0 16px;
        font-size: 15px;
    }
    .form-section--order .order-form-submit {
        margin-top: 20px;
    }
    .form-section--order .order-form-submit .button {
        width: 100%;
        min-width: 0;
        height: 52px;
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .form-section--order .form-wrapper {
        padding: 0 10px;
    }
    .form-section--order .contacts-form--order .form-control {
        height: 46px;
        padding: 0 14px;
        font-size: 14px;
    }
    .form-section--order .contacts-form--order .agreement label {
        font-size: 13px;
        line-height: 1.4;
    }
    .form-section--order .order-form-submit .button {
        height: 48px;
        padding: 0 12px;
        font-size: 14px;
        letter-spacing: 0;
    }
}

.middle .case-section{background: #fff !important;}
.caseList .rows {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
}
.caseMore .swiper-slide {
    height: auto;
}