.services-block {
    margin-top: 50px;
}
.services-block .services-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.left-sidebar {
    max-width: 310px;
    width: 100%;
    margin-right: 30px;
}
.left-sidebar .sidebar-catalog-list h1, 
.left-sidebar .sidebar-catalog-list h2, 
.left-sidebar .sidebar-services-list h1, 
.left-sidebar .sidebar-services-list h2 {
    margin-bottom: 12px;
}
.left-sidebar .sidebar-catalog-list details summary, 
.left-sidebar .sidebar-services-list details summary {
    display: block;
    outline-style: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    /* padding: 14px 30px; */
    background-color: #eef1ff;
    font-size: 15px;
    line-height: 20px;
    color: #4d4d4d;
    position: relative;
    transition: all .5s linear;
}
.left-sidebar .sidebar-catalog-list details summary:after, 
.left-sidebar .sidebar-services-list details summary:after {
    content: "";
    position: absolute;
    border: 4px solid transparent;
    border-top: 4px solid #4d4d4d;
    cursor: pointer;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 6px solid #4d4d4d;
    transition: all .3s linear;
}
.left-sidebar .sidebar-catalog-list details .catalog-list-item li, 
.left-sidebar .sidebar-catalog-list details .services-list-item li, 
.left-sidebar .sidebar-services-list details .catalog-list-item li, 
.left-sidebar .sidebar-services-list details .services-list-item li {
    padding: 13px 50px;
    background-color: #eef1ff;
}
.left-sidebar .sidebar-catalog-list details .catalog-list-item li a, 
.left-sidebar .sidebar-catalog-list details .services-list-item li a, 
.left-sidebar .sidebar-services-list details .catalog-list-item li a, 
.left-sidebar .sidebar-services-list details .services-list-item li a {
    color: #4d4d4d;
}
.left-sidebar .sidebar-services-list h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
}

/* .left-sidebar .sidebar-services-list details .services-list-item li { */
	/* padding: 0; */
/* } */

/* .left-sidebar .sidebar-services-list details .services-list-item li a { */
    /* display: flex; */
    /* width: 100%; */
    /* height: 50px; */
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 0; */
    /* margin: 0 auto; */
/* } */

.left-sidebar .sidebar-services-list details .services-list-item li a {
    color: #4d4d4d;
    width: -webkit-fill-available;
    margin-left: -50px;
    padding-left: 50px;
    margin-right: -50px;
    padding-right: 50px;
    margin-top: -13px;
    padding-top: 13px;
    margin-bottom: -13px;
    padding-bottom: 13px;
    height: 50px;
    display: inline-block;
}


.services-block .services-content .right-services-content {
    width: 100%;
}
.services-block .services-content .right-services-content .breadcrumbs {
    margin-top: 15px;
}
.breadcrumbs .bred {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}
.breadcrumbs .bred li {
    padding-right: 25px;
    position: relative;
}
.breadcrumbs .bred li a, 
.breadcrumbs .bred li span {
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
}
.breadcrumbs .bred li:after {
    position: absolute;
    content: "/";
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #c4c4c4;
}
.services-block .services-content .right-services-content .services-list {
    margin-top: 15px;
    margin-bottom: 80px;
}
.services-block .services-content .right-services-content .services-list h2 {
    margin-bottom: 40px;
}
.services-block .services-content .right-services-content .services-list .services-item {
    width: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,.1);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    max-height: 252px;
    height: 100%;
    margin-bottom: 30px;
	overflow: hidden;
}
.services-block .services-content .right-services-content .services-list .services-item .item-left {
    width: 350px;
    padding: 65px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    border-right: 1px solid #e5e5e5;
}
.services-block .services-content .right-services-content .services-list .services-item .item-right {
    max-width: 550px;
    width: 100%;
    padding-left: 60px;
}
.services-block .services-content .right-services-content .services-list .services-item .item-right h5 {
    /* font-weight: 500; */
    font-size: 20px;
    line-height: 22px;
    color: #000;
    margin-bottom: 20px;
    margin-top: unset;
	text-shadow: rgb(173 173 173 / 0.5) 1px 1px 0, rgb(173 173 173 / 0.5) 2px 2px 0;
    letter-spacing: 0.05em;
    color: #384aa8;
    font-weight: 600;
}
.services-block .services-content .right-services-content .services-list .services-item .item-right .links-services {
    padding-bottom: 50px;
}
.services-block .services-content .right-services-content .services-list .services-item .item-right .links-services li {
    margin-bottom: 7px;
}
.services-block .services-content .right-services-content .services-list .services-item .item-right .links-services li a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
    color: #4d4d4d;
    position: relative;
}
.services-block .services-content .right-services-content .services-list .services-item .item-right .links-services li a:hover {
	text-shadow: 2px 2px 5px #6d7dcf;
}

.services-block .services-content .right-services-content .services-list .services-item .item-right .links-services li a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: #4d4d4d;
}

.breadcrumbs .bred li span.breadcrumbs_last, 
.breadcrumbs .bred li span.breadcrumbs_last a, 
.breadcrumbs .bred li span.breadcrumbs_last a span {
    text-decoration: none;
    cursor: default;
}
.breadcrumbs_last a span {
    color: #c4c4c4;
}
.breadcrumbs .bred li:last-child:after {
    opacity: 0;
}

.services-page-block {
    margin-top: 50px;
    margin-bottom: 80px;
}
.services-page-block .services-page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}
.services-page-block .services-page-content .right-services-page-content {
    width: 100%;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection {
    margin-top: 15px;
}
.services-page-block .services-page-content .right-services-page-content .video-block {
    margin-top: 50px;
    margin-bottom: 30px;
}
.services-page-block .services-page-content .right-services-page-content .breadcrumbs {
    margin-top: 15px;
}
.services-page-block .services-page-content .right-services-page-content h1 {
    color: #000;
}
.services-page-block .services-page-content .right-services-page-content h2 {
    color: #000;
}
.services-page-block .services-page-content .right-services-page-content .info-block h2 {
	color: #384AA8;
}

.services-page-block .services-page-content .right-services-page-content .teleinspection .teleinspection-image {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
	background-image: url(/images/services/teleinspection-image.png);
    /* background-repeat: no-repeat; */
    padding: 58px;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection .teleinspection-image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(129.77deg,#7eebd1 -14.9%,#384aa8 50.26%);
    opacity: .75;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection .teleinspection-image img {
    width: 100%;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection .teleinspection-image .list-work {
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    /* left: 60px; */
	position: relative;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection .teleinspection-image .list-work li {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-left: 30px;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection .teleinspection-image .list-work li:last-child {
    margin-bottom: 0;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection .teleinspection-image .list-work li:before {
    position: absolute;
    content: "+";
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    opacity: .35;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection .info-block p {
    margin-top: 15px;
    margin-bottom: 15px;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection .info-block h6 {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    text-align: justify;
    font-weight: 500;
    margin-bottom: 10px;
}
.services-page-block .services-page-content .right-services-page-content .teleinspection .info-block .btn_spec {
    width: 308px;
    height: 65px;
    cursor: pointer;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
    background: linear-gradient(.308turn,#7eebd1 -34.86%,#384aa8 86.37%);
    box-shadow: 0 0 15px rgba(109,125,207,.5);
    margin-top: 30px;
}
.services-page-block .services-page-content .right-services-page-content .list-block-eqip h2 {
    max-width: 350px;
    margin-bottom: 45px;
    margin-top: 60px;
    line-height: 37px;
}

.services-page-block .services-page-content .right-services-page-content .info-block h2 {
	/* margin-top: 40px; */
	margin-top: 0;
	padding-bottom: 15px;
	margin-bottom: unset;
}
.services-page-block .services-page-content .right-services-page-content .info-block h2:after {
	display: none;
}

.services-page-block .services-page-content .right-services-page-content .info-block ul {
    list-style: none;
	padding-inline-start: 20px;
}
.services-page-block .services-page-content .right-services-page-content .info-block ul li {
	position: relative;
}
.services-page-block .services-page-content .right-services-page-content .info-block ul li:not(:last-child) {
	margin-bottom: 10px;
}

.services-page-block .services-page-content .right-services-page-content .info-block ul li:before {
	content: "";
    position: absolute;
    top: 5px;
    left: -20px;
    border: 2px solid #384AA8;
    border-right: unset;
    border-top: unset;
    width: 14px;
    height: 8px;
    transform: rotate(-45deg);
}


.services-page-block .services-page-content .right-services-page-content .list-block-eqip .list-eqip li {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
    color: #4d4d4d;
    padding-left: 30px;
    position: relative;
    margin-bottom: 15px;
}
.services-page-block .services-page-content .right-services-page-content .list-block-eqip .list-eqip li:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 24px;
    background-image: url(/images/plus.svg);
    background-repeat: no-repeat;
    background-position: 0;
    left: 0;
}
.services-page-block .services-page-content .right-services-page-content .video-block h2 {
    margin-bottom: 30px;
}

.request-form .request .form-title p {
    white-space: nowrap;
}

.services-block .services-content .right-services-content.services_sub_category .services-list .services-item .item-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
	padding: 30px 15px;
}

.current_rubric summary {
    background: linear-gradient(94.37deg,#7eebd1 -15.94%,#384aa8 69.77%);
}
.left-sidebar .sidebar-services-list details.current_rubric summary {
	color: #fff;
}

.left-sidebar .sidebar-services-list details.current_rubric summary:after {
	border-top-color: #fff;
}

.services-list-item li.active {
	background: linear-gradient(94.37deg,#7eebd1 -15.94%,#384aa8 69.77%);
}

.left-sidebar .sidebar-services-list details .services-list-item li.active a {
	color: #fff;
}


.raz_name:hover {
	background: linear-gradient(94.37deg,#7eebd1 -15.94%,#384aa8 69.77%);
	color: #fff;
}

.sidebar-catalog-list details,
.sidebar-services-list details {
    position: relative;
}

.sidebar-catalog-list details ul.catalog-list-item,
.sidebar-services-list details ul.services-list-item {
    top: 0;
    position: absolute;
    left: 100%;
    z-index: 95;
    box-shadow: 3px 3px 5px 1px #313e818c;
}

.sidebar-catalog-list details ul.catalog-list-item li,
.sidebar-services-list details ul.services-list-item li {
	padding: 14px 50px;
    background-color: #eef1ff;
    white-space: nowrap;
}
.sidebar-catalog-list details ul.catalog-list-item li:not(:last-child),
.sidebar-services-list details ul.services-list-item li:not(:last-child) {
	border-bottom: 1px solid;
}

.sidebar-catalog-list details ul.catalog-list-item li:hover a,
.sidebar-services-list details ul.services-list-item li:hover a {
    color: #fff;
}

/* .sidebar-catalog-list details ul.catalog-list-item li:hover a, */
/* .sidebar-services-list details ul.services-list-item li:hover a { */
    /* color: #313e81 !IMPORTANT; */
    /* text-shadow: 2px 2px 5px #6d7dcf; */
    /* border-bottom: 1px solid; */
    /* padding-bottom: 3px; */
/* } */

.sidebar-catalog-list details ul.catalog-list-item li.active:hover a,
.sidebar-services-list details ul.services-list-item li.active:hover a {
	color: #fff !IMPORTANT;
}

.services-block .services-content .right-services-content .services-list .services-item:hover .item-left {
	background: linear-gradient(141.77deg,#7eebd1 -2.9%,#384aa8 82.26%);
}

.services-block .services-content .right-services-content .services-list .services-item:hover .item-left img {
	filter: grayscale(1) brightness(1000%);
}


.services-page-block-rectangle {
    background: #EEF1FF;
    padding: 80px 0;
    margin-bottom: 80px;
}

.rectangle_block_item.rectangle_description {
    margin-top: 20px;
}
.rectangle_block_item.rectangle_data_block {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.top_block_data_items {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rectangle_data_block_items {
    width: 100%;
    max-width: 600px;
    background: #FFFFFF;
	position: relative;
}

.rectangle_data_block_items .rectangle_data_block_item {
	min-width: 290px;
}

.rectangle_data_block_item.top_block_data {
    background: linear-gradient(300.54deg, #384AA8 -33.42%, #7EEBD1 155.14%);
    padding: 20px 10px 20px;
}
.top_block_data_item.title_line {
    color: #FFF;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.top_block_data_item.sub_title_line {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.rectangle_data_center_block {
    display: flex;
    flex-direction: column;
    position: relative;
}
.rectangle_data_center_block.height_cut {
	height: 280px;
}

.rectangle_data_center_block.title_item {
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #384AA8;
    margin-top: 25px;
}

.rectangle_data_center_block.data_item ul {
	margin-block-start: 10px;
    margin-block-end: 25px;
    list-style: none;
    padding-inline-start: 30px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    max-height: 200px;
}

.rectangle_data_center_block.data_item ul li {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #4D4D4D;
    margin-top: 15px;
	position: relative;
}

.rectangle_data_center_block.data_item ul li:before {
	content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    width: 14px;
    height: 14px;
    background-image: url(/images/services/checked_ico.png);
    transform: translateY(-50%);
}
.rectangle_data_block_item.bottom_text {
    background: linear-gradient(300.54deg, #384AA8 -33.42%, #7EEBD1 155.14%);
    padding: 20px 10px 20px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.hover_button_block {
	display: none;
}

.rectangle_data_block_items:hover .hover_button_block {
	display: block;
    background: rgba(57, 74, 168, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
}

.hover_button_block .btn_spec {
    position: absolute;
	width: calc(100% - 20px);
    max-width: 310px;
    height: 65px;
    left: 50%;
    top: 50%;
    background: linear-gradient(110.88deg, #7EEBD1 -34.86%, #384AA8 86.37%);
    box-shadow: 0px 0px 15px rgba(109, 125, 207, 0.5);
    border-radius: 50px;
    transform: translate(-50%,-50%);
    border: unset;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #FFFFFF;
}

.right-services-page-content p a {
	color: #384aa8;
	font-weight: 500;
}

.two_block_items {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-top: 40px;
}

.two_block_items div {
    width: 50%;
}

.two_block_items .text_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.services-page-block .services-page-content .right-services-page-content .teleinspection .info-block .two_block_items .text_item p {
    margin: 0 auto;
}

.services-page-block .services-page-content .right-services-page-content .teleinspection .info-block .two_block_items .text_item p:not(:first-child) {
	margin-top: 15px;
}

figure.image {
    margin-top: 40px;
}

.two_block_items.photo_text .text_item {
	margin-left: 30px;
}

.two_block_items.text_photo .photo_item {
	margin-left: 30px;
}

.services-page-block .custom_block_absolute .custom_block_absolute_container {
    position: absolute;
    background: #EEF1FF;
    width: 100%;
    left: 0;
    padding: 50px 0;
}

.services-page-block .custom_block_absolute .custom_block_absolute_container .container_block_items {
	display: flex;
    align-items: center;
}

.services-page-block .custom_block_absolute .custom_block_absolute_container .container_block_items .container_block_item {
    width: 50%;
}

.services-page-block .custom_block_absolute .custom_block_absolute_container .container_block_items .container_block_item figure.image {
    margin: 0 auto;
}

.services-page-block .services-page-content .right-services-page-content .info-block .custom_block_absolute ul {
	padding-inline-start: 28px;
}

.services-page-block .services-page-content .right-services-page-content .info-block .custom_block_absolute ul li:not(:last-child) {
    margin-bottom: 22px;
}

.services-page-block .services-page-content .right-services-page-content .info-block .custom_block_absolute ul li:before {
	content: "";
    position: absolute;
    top: 50%;
    left: -28px;
    width: 18px;
    height: 18px;
    background-image: url(/images/services/check_1.png);
    transform: translateY(-50%);
    border: unset;
}

.services-page-block .services-page-content .right-services-page-content .info-block .custom_block_absolute h2 {
	color: #000;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
}

.video_block {
    padding: 80px 0 0;
}

.video_block_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 23px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}

.video_block_data {
    width: 875px;
    height: 495px;
    background: rgba(19, 19, 19, 0.8);
}

.video_block_data__local {
    margin-top: 20px;
}

.count_items_in_block_3 .rectangle_data_block_items {
	max-width: 390px;
}

.rectangle_block_item.rectangle_data_block.count_items_in_block_3 {
	flex-wrap: wrap;
}

.count_items_in_block_3 .rectangle_data_center_block.height_cut {
    height: 175px;
}

.count_items_in_block_3 .rectangle_data_center_block.title_item {
	display: none;
}

.question_for_specialists {
    height: 290px;
    padding: 65px 0;
    background: url(/images/services/textura.png), linear-gradient(0deg, #EEF1FF, #EEF1FF);
    margin-bottom: 80px;
}

.question_for_specialists_item {
    max-width: 945px;
}

.question_for_specialists_item p {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;

	color: #4D4D4D;
}

.question_for_specialists_item_phone_block {
    display: flex;
    align-items: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #4D4D4D;
	margin-top: 40px;
}
.specialists_item_phone_block_data {
    position: relative;
	margin-left: 50px;
}

.specialists_item_phone_block_data:before {
	content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 29px;
    height: 29px;
    background-image: url(/images/services/phone_call.png);
    background-repeat: no-repeat;
    transform: translateY(-50%);
    border: unset;
}

.specialists_item_phone_block_data a {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	color: #4D4D4D;
}

.specialists_item_phone_block_button {
    margin-left: 40px;
}

.specialists_item_phone_block_button button {
    width: 230px;
    height: 50px;
    background: linear-gradient(110.88deg, #7EEBD1 -34.86%, #384AA8 86.37%);
    box-shadow: 0px 0px 15px rgba(109, 125, 207, 0.5);
    border-radius: 50px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border: unset;
	outline: none;
}

.question_for_specialists .container {
	position: relative;
}
.question_for_specialists .container:after {
	content: "";
    position: absolute;
    top: -65px;
    right: 0px;
    width: 225px;
    height: 290px;
    background-image: url(/images/services/man_big.png);
    background-repeat: no-repeat;
    background-position-x: -50px;
}

.photo_after_text_item_photo figure.image {
	margin-top: 0;
}

.photo_after_text_items {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.photo_after_text_item {
    width: 50%;
    max-width: 435px;
}
.photo_after_text_item_text {
    margin-top: 15px;
}

.black_dots li:before {
	border-color: #000 !important;
}

.blue_white_blue {
    margin-top: 40px;
}

.blue_white_blue_item.blue_bg {
    height: 80px;
    background: linear-gradient(114.15deg, #7EEBD1 -34.31%, #7895DD 26.64%, #384AA8 88.57%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
}

.font_size_24 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 5px;
}

.blue_white_blue_item ol {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 23px;
    max-height: 180px !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-inline-start: 30px;
}

.blue_white_blue_item ol li {
    margin-bottom: 10px;
    width: 60%;
    max-width: 455px;
}

.blue_white_blue_item.blue_bg.plus_logo {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    min-height: 115px;
}

.services-page-block .services-page-content .right-services-page-content .teleinspection .info-block .blue_white_blue_item.blue_bg.plus_logo p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 5px;
}

.blue_white_blue_item.blue_bg.plus_logo:after {
    content: "";
    position: absolute;
    background-image: url(/images/services/grease_trap_maintenance/group_282.png);
    background-repeat: no-repeat;
    top: 50%;
    right: 30px;
    width: 124px;
    height: 88px;
    transform: translateY(-50%);
}

.blue_white_blue_item ol li span {
    color: #384AA8;
    font-weight: 500;
}

.blue_white_blue_item ol li:nth-child(n+6) {
    max-width: 410px !important;
}

.custom_block_absolute.treatment_plant_maintenance1 {
	margin-top: 80px;
    margin-bottom: 80px;
}


.services-page-block .custom_block_absolute.treatment_plant_maintenance1 .custom_block_absolute_container .container_block_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.services-page-block .custom_block_absolute.treatment_plant_maintenance1 .custom_block_absolute_container .container_block_items .container_block_item {
    width: 100%;
}

.services-page-block .custom_block_absolute.treatment_plant_maintenance1 .custom_block_absolute_container .container_block_items .container_block_item:nth-child(1) {
	max-width: 680px;
}
.services-page-block .custom_block_absolute.treatment_plant_maintenance1 .custom_block_absolute_container .container_block_items .container_block_item:nth-child(2) {
	max-width: 500px;
}

.services-page-block .services-page-content .right-services-page-content .info-block .custom_block_absolute.treatment_plant_maintenance1 ul li:before {
	    top: 25%;
}

.services-page-block .services-page-content .right-services-page-content .info-block .custom_block_absolute.treatment_plant_maintenance1 h2 {
	margin: 0;
}
.services-page-block .services-page-content .right-services-page-content .info-block .custom_block_absolute.treatment_plant_maintenance1 ul {
    padding-inline-start: 14px;
	
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.custom_block_absolute_container .container_block_items .container_block_item:last-child {
	display: flex;
    flex-direction: column;
}

.video_block .video_block_data iframe {
	width: 100%;
	height: 100%;
}

.services-page-block-avarijnyj_vyezd {
    position: relative;
    margin-bottom: 80px;
}

.services-page-block-avarijnyj_vyezd:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: -o-linear-gradient(335.85deg, #7EEBD1 -34.31%, #7895DD 26.64%, #384AA8 88.57%);
	background: linear-gradient(114.15deg, #7EEBD1 -34.31%, #7895DD 26.64%, #384AA8 88.57%);
	-webkit-transform: rotate(-180deg);
	    -ms-transform: rotate(-180deg);
	        transform: rotate(-180deg);
}

.avarijnyj_vyezd_block_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.avarijnyj_vyezd_block_item.logo_icon {
    width: 167px;
    height: 167px;
    position: relative;
    min-width: 167px;
    margin-right: 70px;
}

.avarijnyj_vyezd_block_item h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 23px;
    color: #FFFFFF;
}

.avarijnyj_vyezd_block_item h2:after {
	display: none;
}

.avarijnyj_vyezd_block_item p {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #FFFFFF;
}

.two_block_items.photo_text .text_item h2,
.two_block_items.text_photo .text_item h2 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #384AA8;
    padding: 0 !important;
    margin: 0 !important;
}

.notice_block {
    min-height: 160px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 25px;
    display: flex;
    flex-direction: column;
	margin: 30px 0 -20px;
}

.notice_block_title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: #4D4D4D;
    padding-left: 40px;
	position: relative;
}

.notice_block_title:before {
    content: "";
    position: absolute;
    background-image: url(/images/services/teleinspekcija/exclamation-mark-310101_1280_1.png);
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 30px;
    width: 28px;
    height: 28px;
}

.info-block {
	color: #4d4d4d;
}
.info-block h2 {
    font-size: 20px;
}
.info-block h3{
	color: #000;
}

h3.no_bold{
	font-weight: 400;
}

.rectangle_title_h3 h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}

.rectangle_description {
	color: #4d4d4d;
}

.rectangle_data_center_block.data_item ul li {
	font-size: 15px;
}
.rectangle_data_center_block.data_item ul li a {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	text-align: center;
	color: #384AA8;
}

.rectangle_block_item.rectangle_data_block.count_items_in_block_3 .top_block_data_item.title_line {
	text-transform: unset;
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
}

footer .footer-nav-block .footnav li.active a:after {
	bottom: -2px;
}

.mob_social_block_items .viber {
	white-space: nowrap;
}

.info-block > figure.image {    
	margin-bottom: 25px;
}

.block_shadow {
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
}

.two_block_items.text_photo.block_shadow .text_item {
	width: 80%;
}
.two_block_items.text_photo.block_shadow .photo_item {
    display: flex;
    justify-content: flex-end;
}

.request-form.visible {
	padding: 0;
}


/* MEDIA */
@media only screen and (max-width: 1920px){
	
}

@media only screen and (max-width: 1440px){
	
}


@media only screen and (max-width: 1240px){
	.services-block .services-content .right-services-content .services-list .services-item .item-right {
		padding-left: 30px;
	}
	.rectangle_data_block_items {
		max-width: 400px;
	}
	
	
	.rectangle_data_center_block.height_cut {
		height: unset;
	}
	.rectangle_data_center_block.data_item ul {
		max-height: unset;
	}
	
	.rectangle_data_block_items {
		margin: 0 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 10px;
	}
	
	.footer-content {
		padding-bottom: 40px;
	}
	
	.services-page-block .custom_block_absolute .custom_block_absolute_container .container_block_items .container_block_item:last-child {
		padding-left: 20px;
	}
	
	.blue_white_blue_item.blue_bg.plus_logo:after {
		display: none;
	}
	
	.video_block_data {
		width: 100%;
		height: 495px;
	}
    .video_block_data__local {
        height: 340px;
    }
}

@media only screen and (max-width: 1024px){
	.services-block .services-content .right-services-content .services-list .services-item {
		max-height: 200px;
	}
	.services-block .services-content .right-services-content .services-list .services-item .item-left {
		padding: 60px 50px;
		width: 250px;
	}
	.services-block .services-content .right-services-content .services-list .services-item {
		max-height: 200px;
	}
	
	.services-block .services-content .right-services-content .services-list .services-item .item-right .links-services {
		padding-bottom: unset;
	}
	
	.rectangle_data_block_items {
		max-width: 400px;
	}
	
	.blue_white_blue_item.blue_bg.plus_logo:after {
		display: none;
	}
    .video_block_data__local {
        height: 200px;
    }
}

@media only screen and (max-width: 992px){
	
	.count_items_in_block_3 .rectangle_data_center_block.height_cut {
		height: 200px;
	}
	
	.two_block_items {
		flex-direction: column;
	}
	.two_block_items div {
		width: 100%;
	}
	.two_block_items.photo_text .text_item {
		margin: 30px 0 0;
	}
	.two_block_items.text_photo .photo_item {
		margin: 30px 0 0;
	}
	
	.info-block .custom_block_absolute {
		height: unset !important;
	}
	.services-page-block .custom_block_absolute .custom_block_absolute_container {
		position: relative;
		padding: 15px 0;
	}
	.services-page-block .custom_block_absolute .custom_block_absolute_container .container_block_items {
		flex-direction: column;
	}
	.services-page-block .custom_block_absolute .custom_block_absolute_container .container_block_items .container_block_item {
		width: 100%;
	}
	
	.services-page-block .services-page-content .right-services-page-content .info-block .custom_block_absolute ul li:before {
		content: "";
		position: absolute;
		top: 0px;
		left: -28px;
		width: 18px;
		height: 18px;
		background-image: url(/images/services/check_1.png);
		transform: unset;
		border: unset;
	}
	
	.video_block {
		padding: 60px 0;
	}
	.video_block_data {
		width: 100%;
		height: 495px;
	}

    .video_block_data__local {
        height: auto;
        margin-bottom: 30px;
    }
	
	.services-page-block {
		margin-top: 50px;
		margin-bottom: 0px;
	}
	
	.services-page-block-rectangle {
		padding: 30px 0;
		margin-bottom: 40px;
	}
	
	.question_for_specialists .container:after {
		display: none;
	}
	
	.question_for_specialists {
		height: unset;
		padding: 15px 0;
	}
	
	.question_for_specialists_item_phone_block {
		flex-direction: column;
	}
	.specialists_item_phone_block_data {
		position: relative;
		margin: 20px auto;
	}
	.specialists_item_phone_block_button {
		margin: 0 auto 10px;
	}
	
	.footer-content {
		padding-bottom: 40px;
	}
	
	.services-page-block .services-page-content .right-services-page-content .info-block h2 {
		margin-top: 40px;
	}
	
	.blue_white_blue_item ol {
		display: flex;
		flex-direction: column;
		max-height: unset !important;
	}
	.blue_white_blue_item.blue_bg.plus_logo:after {
		display: none;
	}
	
	.time-work .content_ico {
		flex-wrap: wrap;
	}
	
	.time-work .content_ico p:first-child {
		margin-right: 10px;
	}
	.time-work .content_ico p:last-child {
		margin-left: 0;
	}
	
	.count_items_in_block_3 .rectangle_data_block_items {
		max-width: 300px;
	}
}

@media only screen and (max-width: 768px){
	.services-block {
		margin-top: 70px;
	}
	.services-block .services-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.left-sidebar {
		max-width: 100%;
		margin-right: 0;
	}
	.services-block .services-content .right-services-content .services-list .services-item .item-left {
		padding: 30px 15px;
	}
	.services-block .services-content .right-services-content .services-list .services-item .item-right {
		/* padding-right: 5px; */
		/* padding-left: 20px; */
		padding: 20px;
	}
	
	.services-page-block .services-page-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	.services-page-block .services-page-content .right-services-page-content .breadcrumbs {
		display: none;
	}
	
	.services-page-block .services-page-content .right-services-page-content .teleinspection .info-block .btn_spec {
		width: 280px;
		margin: 0 auto;
	}
	
	.left-sidebar .sidebar-services-list h2:after {
		display: none;
	}
	
	.sidebar-catalog-list details ul.catalog-list-item, .sidebar-services-list details ul.services-list-item {
		position: relative;
		left: 5px;
		margin-bottom: 10px;
	}
	
	.rectangle_block_item.rectangle_data_block {
		flex-direction: column;
	}
	
	.rectangle_data_center_block.height_cut {
		height: unset;
	}
	.rectangle_data_center_block.data_item ul {
		max-height: unset;
	}
	
	.rectangle_data_center_block.title_item {
		text-align: center;
	}
	
	.rectangle_data_block_items {
		max-width: 400px;
		margin: 0 auto;
		margin-top: 10px;
	}
	
	.two_block_items {
		flex-direction: column;
	}
	.two_block_items div {
		width: 100%;
	}
	.two_block_items.photo_text .text_item {
		margin: 30px 0 0;
	}
	.two_block_items.text_photo .photo_item {
		margin: 30px 0 0;
	}
	
	.two_block_items.text_photo.block_shadow .photo_item {
		justify-content: center;
	}
	
	.info-block .custom_block_absolute {
		height: unset !important;
	}
	.services-page-block .custom_block_absolute .custom_block_absolute_container {
		position: relative;
		padding: 15px 0;
	}
	.services-page-block .custom_block_absolute .custom_block_absolute_container .container_block_items {
		flex-direction: column;
	}
	.services-page-block .custom_block_absolute .custom_block_absolute_container .container_block_items .container_block_item {
		width: 100%;
	}
	
	.services-page-block .services-page-content .right-services-page-content .info-block .custom_block_absolute ul li:before {
		content: "";
		position: absolute;
		top: 0px;
		left: -28px;
		width: 18px;
		height: 18px;
		background-image: url(/images/services/check_1.png);
		transform: unset;
		border: unset;
	}
	
	.video_block {
		padding: 60px 0;
	}
	.video_block_data {
		width: 100%;
		height: 495px;
	}

    .video_block_data__local {
        height: auto;
    }

	.services-page-block {
		margin-top: 50px;
		margin-bottom: 0px;
	}
	
	.services-page-block-rectangle {
		padding: 30px 0;
		margin-bottom: 40px;
	}
	
	.question_for_specialists .container:after {
		display: none;
	}
	
	.question_for_specialists {
		height: unset;
		padding: 15px 0;
	}
	
	.question_for_specialists_item_phone_block {
		flex-direction: column;
	}
	.specialists_item_phone_block_data {
		position: relative;
		margin: 20px auto;
	}
	.specialists_item_phone_block_button {
		margin: 0 auto 10px;
	}
	
	.photo_after_text_items {
		flex-direction: column;
	}
	.photo_after_text_item {
		width: 100%;
		max-width: unset;
		margin-top: 20px;
	}
	
	.blue_white_blue_item.blue_bg {
		flex-wrap: wrap;
	}
	
	.blue_white_blue_item ol {
		display: flex;
		flex-direction: column;
		max-height: unset !important;
	}
	
	.blue_white_blue_item ol li {
		width: 100%;
	}
	.blue_white_blue_item.blue_bg.plus_logo {
		height: unset;
	}
	.blue_white_blue_item.blue_bg.plus_logo:after {
		display: none;
	}
	
	.blue_white_blue {
		margin-bottom: 30px;
	}
	
	.avarijnyj_vyezd_block_item.logo_icon {
		display: none;
	}
	
	.avarijnyj_vyezd_block_item h2 {
		line-height: 1;
	}
	
}

@media only screen and (max-width: 500px){
	
}


@media only screen and (max-width: 576px){
	
}

@media only screen and (max-width: 500px){
	
}


@media only screen and (max-width: 426px){
	.services-block .services-content .right-services-content .services-list .services-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-height: 100%;
	}
	.services-block .services-content .right-services-content .services-list .services-item .item-left {
		border-right: none;
		border-bottom: 1px solid #e5e5e5;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
}


@media only screen and (max-width: 376px){
	
}

@media only screen and (max-width: 321px){
	.services-page-block .services-page-content .right-services-page-content .teleinspection .info-block .btn_spec {
		width: 280px;
		margin: 0 auto;
	}
}


