body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.main-container {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}

.left-block {
  flex: 1;
}

.right-block {
flex: 1;
padding: 20px;
position: relative;
background-image: url('/images/services/watch/circle.svg');
background-size: 400px;
background-position: center;
background-repeat: no-repeat;
overflow: hidden;
}

.left-block h1 {
padding-top: 50px;
  font-size: 55px;
  color: #333;
}

.left-block p {
  font-size: 18px;
  color: #555;
margin-bottom: 20px;
padding-top: 47px;
}

.left-block .online-estimate-btn {
  background-color: #5555dc;
  color: #fff;
  padding: 16px 26px 16px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  display: inline-block;
}
.left-block .online-estimate-btn:hover {
  background-color: #6E6EE1;
}
.right-block img {
  max-width: 300px;;
  height: auto;
  display: block;
}
@media screen and (max-width: 900px) {
.right-block {
background-size: 320px;
}
}
@media screen and (max-width: 767px) {
.left-block h1 {
padding-top: 1px;
font-size: 35px;
}
.left-block p {
padding-top: 10px;
}
.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right-block {
  order: 2;
margin: -35px;
background-size: 270px;
}
.right-block img {
max-width: 250px;
}
}
.service-center {
max-width: 1280px;
margin: 0 auto;
display: flex;
justify-content: space-around;
border: 1px solid #d9d9d9;
padding: 20px;
margin-top: 20px;
color: #5555dc;
}

.service-block {
margin-top: 30px;
text-align: center;
}

.years {
font-size: 60px;
margin-bottom: 5px;
}

.separator {
border-bottom: 1px solid #d9d9d9;
margin: 20px 0;
}

.market {
margin-top: -16px;
font-size: 18px;
}
@media screen and (max-width: 767px) {
.service-center {
  flex-direction: column;
}
.service-block {
  margin-top: 5px;
}
.years {
font-size: 40px;
margin-bottom: 5px;
}
}
.process-block {
margin: 0 auto;
max-width: 1280px;
padding-top: 40px;
text-align: center;
}

.process-step {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20px;
}

.process-card {
flex: 1;
max-width: 270px;
min-height: 170px;
border: 1px solid #d9d9d9;
box-sizing: border-box;
background-color: #fff;
position: relative;
}

.process-block p {
text-align: center;
font-size: 18px;
color: #333;
margin-bottom: 10px;
}

.process-card h4 {
font-size: 24px;
color: #333;
margin-bottom: 10px;
}

.process-card p {
padding-left: 2.5%;
max-width: 95%;
text-align: center;
font-size: 16px;
color: #555;
margin: 0;
}

.step-number {
position: absolute;
top: 10px;
left: 10px;
width: 30px;
height: 30px;
background-color: #6E6EE1;
color: #fff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}

.arrow {
top: 50%;
left: 100%;
width: 0;
height: 0;
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #6E6EE1;
}
@media (max-width: 767px) {
.process-block h3 {
font-size: 23px;
margin-bottom: 10px;
}
.process-card {
width: 100%;
max-width: 100%;
min-height: 150px;
}
.process-step {
  flex-direction: column;
  align-items: center;
}

.arrow {
  margin-top: 15px;
  margin-bottom: -5px;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%) translateX(-50%) rotate(90deg);
}
}
@media (max-width: 1500px) and (min-width: 1119px) {
.order-block td {
margin-left: -20px;
padding: 38px 0;
}
}
@media (max-width: 1120px) and (min-width: 768px) {
.order-block td {
margin-left: -35px;
padding: 38px 0;
}
}
.text-block {
border: 1px solid #ececec;
border-color: var(--stroke_black);
padding: 20px;
background-color: #FAFAFA;
text-align: center;
max-width: 1280px;
margin-top: 20px;
}
.text-block h2 {
margin-bottom: -16px;
font-size: 23px;
}
.text-columns {
display: flex;
justify-content: space-between;
margin-top: 30px; /* Увеличенный отступ */
}

.text-left,
.text-right {
flex: 1;
margin-right: 20px; /* Добавлен отступ между text-left и text-right */
}

.text-left p,
.text-right p {
text-align: left;
font-size: 15px;
color: #555;
}  
@media (max-width: 767px) {
.text-columns {
flex-direction: column;
}
}


.brand-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
overflow: hidden; /* добавьте overflow: hidden, чтобы скрыть лишние элементы */
}

.brand-list li {
flex: 0 0 12.5%;
max-width: 12.5%;
margin-bottom: 20px; /* добавьте отступ между логотипами */
}

.brand-logo {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}

@media screen and (max-width: 767px) {
.brand-list li {
    flex: 0 0 25%;
    max-width: 25%;
}
}

.small-12 {
margin-top: 38px;
}

.small-12 h2 {
font-size: 23px;
text-align: center;
margin-top: 38px;
margin-bottom: -10px;
}

/* Скрытие логотипов после второй строки */
.brand-list.hide-excess li {
display: none;
}

/* Показать еще текст */
#showMore {
cursor: pointer;
}
ul:not([id*=bx_])>li:before {
content: "";
} 
.brand-list ul>li:first-of-type {
margin-top: none
}
ul>li {
margin: 0;
}
.btn2 {
  font-size: 0.7333em;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0px;
  border: 1px solid;
  letter-spacing: 0.8px;
  border-radius: 3px;
  padding: 12px 21px 11px;
  overflow: hidden;
  transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  color: #fff;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  color: #5555dc !important;
    border: 1px solid #5555dc;
    background: #ffffff;
}