.menu-wrap-in,
.block-125,
.block-127,
.widget-188 {
	max-width: 1200px !important;
	width: 100% !important;
}

.site-padding {
	margin-top: 100px !important;
	margin-bottom: 100px !important;
}
body {
/* 	font-family: "Roboto", sans-serif !important; */
	font-size: 16px !important;
	color: #000 !important;
	font-weight: 400 !important;
}

header.site-header.site-padding {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

h2, h3,
.default-gallery--title,
.default-txt_block--title,
.fault-item-wrap-title,
h1.widget-186,
h3.distributing-card__title a,
.video-wrap-title,
.experts-wrap-title-wr,
.what-wrap-title,
.tabs-wrap-title,
.contract-wrap-title,
.default-txt_block--title {
	font-size: 30px !important; 
	color: #000 !important;
	font-weight: 600 !important; 
	font-family: "IBM Plex Sans", sans-serif !important;
    padding: 20px 0 18px 0 !important;
    background: url('https://xn--1-ctbiaqduqpcdhdeg.xn--p1ai/t/v5231/images/new_template/line.png') 50% 100% no-repeat !important;
    text-align: center !important;
}

h2 span, h3 span,
.default-gallery--title span,
.default-txt_block--title span,
.fault-item-wrap-title span,
h1.widget-186 span,
h3.distributing-card__title a,
.video-wrap-title span,
.experts-wrap-title-wr span,
.what-wrap-title span,
.tabs-wrap-title span,
.contract-wrap-title span,
.default-txt_block--title span {
	    color: #e91f27;
}
.wrapper p,
.wrapper ul,
.wrapper ol{
	font-family: "Roboto", sans-serif !important;
	font-size: 16px !important;
	color: #000 !important;
}
.top-block-in {
    width: auto;
    text-align: left;
}
.top-block-btn {
    width: 100%!important;
    max-width: 395px!important;
    margin: 0 0 30px!important;

}
.top-block-btn a {
	    font-size: 16px !important;
}
.title-decor {
	font-family: "IBM Plex Sans", sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding: 0 0 18px 0;
    margin: 0 0 18px;
    background: url(line.png) 50% 100% no-repeat;
    text-align: center;
    /* letter-spacing: 1.7px; */
}
.title-decor span {
	color: #e91f27;
}
.tabs-wrap-title {
	max-width: 900px;
	width: 100%;
}
.tabs-wrap-text {
	margin: 55px auto 30px;
}

.menu-line-inner ul.ul > li > a,
.default-txt_block--item-text,
.default-txt_block--item-title{
	font-size: 16px !important;
	color: #000 !important;
}


/* consultation */
.cons-os-wrap-in {
    padding: 30px 0px 10px;
}
.cons-os-content {
    display: flex;
	margin: 40px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cons-os-content p {
    font-size: 18px;
}
a.cons-os-tel {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.cons-os-faq-item a {
	text-decoration: none;
}
a.cons-os-tel:hover,
.cons-os-faq-item a:hover{
	text-decoration: underline;
}
.cons-os.form-btn {
    margin: 0 0 40px;
    width: 185px;
}
.cons-os-faq-item {
    background: #F6F9FF;
    padding: 20px 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    min-height: 180px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

/* Reviews */
.reviews-content {
    display: flex;
/*     flex-wrap: wrap; */
/*     justify-content: space-between; */
	align-items: flex-end;
    margin-top: 100px;
    gap: 25px;
}
.reviews-left {
    display: flex;
    flex-direction: column;
    width: 32%;
    box-shadow: 1px 4px 10px -2px #17325340;
    padding: 40px 35px;
    border-radius: 8px;
    height: 355px;
    margin-bottom: 10px;
}
.reviews-os-title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.reviews-os-tn {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}
.reviews-os-number {
    font-size: 64px;
    font-weight: 700;
    font-family: 'Roboto';
    color: #000;
    position: relative;
}
.reviews-os-number:after {
	content: url('/t/images/new_template/star.png');
	width: 90px;
    height: 18px;
    display: block;
    position: absolute;
    top: 30px;
}
.reviews-os-text,
.reviews-text{
	font-size: 16px;
    font-family: 'Roboto';
}
.reviews-os-text p {
	margin-left: 10px;
    margin-bottom: 25px;
}
.reviews-os-text span {
    color: #E91F27;
    font-weight: 600;
}
.reviews-os.form-btn {
    margin: 0 0 40px;
    width: 185px;
}
.reviews-os-button {
    margin: 0 auto;
}
.reviews-right {
    width: 68%;
}
.reviews-slider {
    position: relative;
}
.reviews-slider-wrapper { 
  position: relative;
  width: 100%; 
 overflow: hidden;
  display: flex; 
  transition: transform 0.3s ease;
}

.custom-arrow {
  width: 40px;
  height: 40px;
  background: url('/t/images/new_template/arrow-slide.svg') no-repeat center center;
  background-size: contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: -60px; 
  z-index: 2;
}

.custom-prev {
  right: 100px; 
  transform: rotate(180deg);
}

.custom-next {
  right: 10px;
}
.custom-arrow.slick-disabled {
	opacity: .2;
}
.reviews-slider-item {
  display: flex;
  flex-direction: column;
  background: #F9F9F9;
  padding: 32px;
  border-radius: 8px;
  height: 309px;
  width: 385px; 
  box-sizing: border-box;
  position: relative;
  max-width: 96%;
  box-shadow: 4px 3px 7px -2px #17325340;
  margin-bottom: 10px;
}

.reviews-slider-item.ya-reviews:after,
.reviews-slider-item.gis-reviews:after {
  content: url('/t/images/new_template/ya-map-reviews.png');
  width: 143px;
  height: 36px;
  display: block;
  position: absolute;
  right: 23px;
  bottom: 10px;
}

.reviews-slider-item.gis-reviews:after {
  content: url('/t/images/new_template/gis-map-reviews.png');
}

.reviews-user {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  position: relative;
  padding-left: 60px;
}
span.user-first-letter {
	position: absolute;
	left: 0;
	width: 48px;
	height: 48px;
	font-size: 26px;
	color: #fff;
	border-radius: 24px;
	background: #5BC5F2;
	display: flex;
	justify-content: center;
    align-items: center;
}

.reviews-name {
  font-size: 17px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 10px;
}

.reviews-date {
  margin-left: 15px;
}

.reviews-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
}

.reviews-more {
  font-family: 'Roboto';
  margin-top: 25px;
  color: #0069B4;
  font-size: 15px;
  cursor: pointer;
}

@media (max-width: 768px) {
	.reviews-content {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column-reverse;
	}
	.reviews-left {
	    display: flex;
	    flex-direction: column;
	    width: 100%;
	    padding: 20px 35px;
	    height: auto;
	}
	.reviews-right {
    	width: 100%;
	}
	.reviews-os-text p {
		margin-left: 0;
	}
	.tabs-titles {
		padding: 0;
	}
}

/* soc_btn */
i.fa {
    margin-top: 9px;
    /* font-family: "Font Awesome 5 Brands"; */
    font-weight: 400; 

}
i.fa .vk-button {
				margin-top: 11px;

			}
			.vk-button {
				background: #0077FF;
				/*цвет кнопки*/
				right: 10px;
				top: 30px;
			}

			.vk-button:before,
			.vk-button:after {
					border: 1px solid #0077FF;
					/*цвет анимированных волн от кнопки*/
			}

.telegram-button {
    background: #0088cc;
    /*цвет кнопки*/
    right: 10px;
    top: 120px;
}

.telegram-button:before,
.telegram-button:after {
    border: 1px solid #0088cc;
    /*цвет анимированных волн от кнопки*/
}


.wh-button {
    background: #25d366;
    /*цвет кнопки*/
    right: 10px;
    top: 40px;
}

.wh-button:before,
.wh-button:after {
    border: 1px solid #25d366;
    /*цвет анимированных волн от кнопки*/
}

.soc_btn {
    position: fixed;
    transform: translate(-20%, 310%);
    border-radius: 50%;
    width: 60px;
    /*ширина кнопки*/
    height: 60px;
    /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 63px;
    /*центровка иконки в кнопке*/
    font-size: 35px;
    /*размер иконки*/
    z-index: 9999999;
}

.soc_btn a {
    color: #fff;
}

.soc_btn:before,
.soc_btn:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.soc_btn:after {
    animation-delay: .5s;
}

@keyframes animate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@media (max-width: 880px){
	.sp-scroll-up {
    bottom: 10px;
    right: 20px;
	}
	.soc_btn {
		width: 35px;
    height: 35px;
		line-height: 1;
		font-size: unset;
	}
	i.fa {
		font-size: 20px;

	}
	.vk-button {
    top: unset;
bottom: 180px;
    right: 24px;
    transform: scale(1.2);
}
.telegram-button {
    top: unset;
bottom: 130px;
    right: 24px;
    transform: scale(1.2);
}
.wh-button {
    top: unset;
    bottom: 120px;
    right: 24px;
    transform: scale(1.2);
}
}

@media (max-width: 1260px) {
	.top-block-in,
	.top-block-btn a {
		text-align: center;
	}
	.top-block-btn {
    width: 276px !important;;
    margin: 0 auto 30px !important;;
	}
}

.default-txt_block--items .default-txt_block--item {
	border-radius: 8px;
}

.container {
	max-width: 1230px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

h2.faq-block__title.default-txt_block--title {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 45px 0;
  padding-top: 0 !important;
}

h2.faq-block__title.default-txt_block--title span.faq-block__title--accent {
  padding: 0;
  border-bottom: none;
}

.faq-block__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}

.faq-block__left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 265px;
          flex: 0 0 265px; 
}

.faq-block__info {
	font-size: 20px;
	letter-spacing: 2%;
	color: #333;
}

.faq-block__info p {
	margin: 0;
}

.faq-block__info-name {
	font-weight: 500;
}

.faq-block__info a {
	color: #E91F27;
	text-decoration: underline;
	font-weight: 500;
}

.faq-block__info a:hover {
	text-decoration: none;
}

.accordion {
  width: 100%;
}

.accordion-item {
  border-top: 2px solid #E9E9E9;
  position: relative;
  margin-top: 36px;
}

.accordion-item:first-child {
	margin-top: 0px;
}

.accordion-question {
  position: relative;
  padding: 12px 30px 0px 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: visible;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  line-height: normal;
}

.accordion-icon {
  position: absolute;
  top: 22px;
  right: 0px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.accordion-icon::before,
.accordion-icon::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #F7D521;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.accordion-icon::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-question.active .accordion-icon::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.accordion-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  position: relative;
  padding: 0px 30px 0 0;
}

.accordion-answer__inner {
  padding: 20px 0 0px 0 ; 
  font-size: 16px;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
	.faq-block__wrapper {
	  display: block;
	}
	
	.faq-block__left {
		margin-bottom: 50px;
	}
}

.widgetsocial-245 .vk .wg-soc-icon {
  background: url(/t/images/vk-vk-svgrepo-com.svg) left 50% top 50%/25px no-repeat transparent;
}

.widgetsocial-245 .vk .wg-soc-icon:hover {
  background: url(/t/images/vk-vk-svgrepo-com.svg) left 50% top 50%/25px no-repeat rgba(0,0,0,.1);
}


.about-page-info {
	background: #F8F8F8;
	padding: 42px 20px;
	border-radius: 8px;
}
.about-page-info .more-text {
	padding-right: 32px;
}
.about-page-info .specialists-list {
	margin-top: 42px;
	margin-right: 0;
}
.more-text > * {
	margin: 0;
}
.more-text a[href] {
	color: #000000;
}
.more-text__btn {
	display: block !important;
	width: fit-content;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 24px;
}
.more-text__btn.hide {
	display: none !important;
}
.more-text__btn:hover {
	text-decoration: none;
}


.certificates-item-wrap.full-width {
	width: 100%;
	margin: 20px 0;
}
.certificates-item-wrap.full-width .certificates-item {
	width: 100% !important;
	padding: 0 10px;
}
.certificates-item-wrap.full-width .certificates-item img,
.certificates-grid-list .certificates-item img{
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.certificates-grid-list .certificates-item img {
	height: 200px;
	object-fit: contain;
}
.certificates-grid-list .certificates-item span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.2;
}
.certificates-grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    grid-gap: 30px;
}
.certificates-grid-list .certificates-item-wrap {
	margin: 0;
	width: 100% !important;
}
.custom-table {
	width: 100%;
	border: none;
	margin: 20px 0;
}
.custom-table tbody td {
	border: none;
	padding: 10px 15px;
	
	font-size: 14px;
}
.custom-table tbody tr:first-child {
	background: #d8d8d8;
}
.custom-table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	font-size: 14px;
	vertical-align: top;
}
.custom-table tbody tr:nth-child(even){
	background: #E9E9E9;
}
@media (max-width: 991px) {
	.certificates-item-wrap.full-width .certificates-item img {
		height: 300px;
	}
	.certificates-grid-list {
	    grid-template-columns: 100%;
	}
}
@media (max-width: 767px) {
	.certificates-item-wrap.full-width .certificates-item img {
		height: 200px;
	}
}
@media (max-width: 525px) {
	.certificates-item-wrap.full-width .certificates-item img,
	.certificates-grid-list .certificates-item img{
		height: 150px;
	}
}

h2 span, h3 span {
	color: #000 !important;
}