/* CSS kod pishite v etom faile, chotobi pri ustanovke obnovlenii ne bilo problem  */
/* --------------------------------------- */
/* Here you can put custom css rules for your site */

/* page styles */

table.page-table tr td:first-child {
	text-align: center;
}

table.page-table tr:nth-child(2n+1) {
	background: #f9fbfb;
}

table.page-table tr td p {
	padding: 10px;
}

.bold {
	font-weight: bold;
}

.underline-text {
	text-decoration: underline;
}

.center {
	text-align: center;
}

ol.number-list li {
	display: list-item;
}

ol li {
    display: list-item !important;
}

table.page-table-2 tr:nth-child(2n+1) {
	background: #f9fbfb;
}

table.page-table-2 tr td p {
	padding: 10px;
}

table.page-table-3 tr:nth-child(2n+1) {
	background: #f9fbfb;
}

/* version-for-the-visually-impaired */
.visually-impaired-block {
    float: right;
    width: 230px;
    color: #fff;
    cursor: pointer;
    height: 44px;
    margin-top: -37px;
    margin-right: -80px;
    text-align: center;
}



.eye_version_black_color .visually-impaired-block {
	display: none;
	background: #000;
	color: #fff;
}

.eye_version_black_color .visually-impaired-block:hover {
	background: #000;
	color: #fff;
}

.visually-impaired-block span {
	/*font-family: PT Sans;*/
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 42px;
	padding-left: 10px;
	position: relative;
}

.visually-impaired-block span svg {
	position: absolute;
	top: 4px;
}

.visually-impaired-block span span.text {
	padding-left: 30px;
}

@media (max-width: 1345px) {
	.top-block .top-block-item.menu_wrap {
		display: none;
	}
}

@media (max-width: 991px) {
	#mobileheader .logo img {
		height: 60px;
	}
}

/* Формы в услугах */
.uf-main-block {
	margin-top: 20px;
}

.uf-main-block .open_close_box_header {
	padding: 27px 30px 28px 35px;
}

.uf-main-block .open_close_box_header .title-block span {
	font-size: 17px;
	color: #333333;
	line-height: 47px;
}

.uf-main-block .open_close_box_header .button-block {
	text-align: right;
}

.uf-main-block .open_close_box_footer {
	display: none;
}

.uf-main-block .open_close_box_footer form {
	border: 1px solid #ecf2f4;
	margin-top: 10px;
	border-radius: 3px;
	padding: 34px;
	margin-bottom: 30px;
}

.uf-main-block .open_close_box_footer form .user-info-box {
	margin-bottom: 18px;
}

.uf-main-block .open_close_box_footer form label {
	display: inline-block;
	margin-bottom: 5px;
}

.uf-main-block .open_close_box_footer form label .required_star {
	font-size: 12px;
	line-height: 0;
	margin: 0 0 0 4px;
	color: red;
}

.uf-main-block .open_close_box_footer form input,
.uf-main-block .open_close_box_footer form textarea {
	width: 100%;
	height: 48px;
	padding: 8px 13px 7px;
}

.uf-main-block .open_close_box_footer form textarea {
	resize: none;
	min-height: 90px;
}

.uf-main-block input[type="text"],
.uf-main-block input[type="password"],
.uf-main-block input[type="email"],
.uf-main-block input[type="tel"],
.uf-main-block select,
.uf-main-block textarea {
	background: #fafafa;
	border: 1px solid #ececec;
	border-radius: 3px;
	box-shadow: none;
	color: #383838;
	height: auto;
	font-size: 14px;
}

.uf-main-block input[type="text"]:focus,
.uf-main-block input[type="password"]:focus,
.uf-main-block input[type="email"]:focus,
.uf-main-block input[type="tel"]:focus,
.uf-main-block textarea:focus,
.uf-main-block select:focus {
	outline: none;
	background: #fff;
	border: 1px solid #ccc;
}

.uf-main-block .open_close_box_footer .error-box,
.uf-main-block .open_close_box_footer .success-box {
	display: none;
	background: #ffeeee;
	color: #e83333;
	border: 1px solid #ebccd1;
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
}

.uf-main-block .open_close_box_footer .success-box {
	background: #aeeddd;
	color: #0e9171;
	border: 1px solid #0dbc91;
}

.uf-main-block .open_close_box_footer .error-box span.title,
.uf-main-block .open_close_box_footer .success-box span.title {
	color: #383838;
	font-weight: bold;
}

.uf-main-block .open_close_box_footer .error-box span,
.uf-main-block .open_close_box_footer .success-box span{
	display: block;
}

.uf-main-block .open_close_box_footer .bx_filter input[type="checkbox"] + label {
	margin: 20px 0 20px;
}

.uf-main-block .open_close_box_footer .bx_filter input[type="checkbox"] + label::after,
.uf-main-block .open_close_box_footer .filter input[type="checkbox"] + label::after {
	top: 4px;
}

.additional-vib {
	display: none;
}

/* Если что, я не виноват*/

#m_contact table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#m_contact table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

#m_contact table tr {
  border-bottom: 1px solid #ddd;
  padding: .35em;
}

#m_contact table th,
#m_contact table td {
  padding: .625em;
  text-align: center;
}

#m_contact table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}


@media (max-width: 1345px) {
	.additional-vib {
		display: block;
	}

	.additional-vib .visually-impaired-block {
		margin-top: -12px;
		margin-right: -20px;
	}
}

@media (max-width: 768px) {
	.uf-main-block .open_close_box_header .title-block,
	.uf-main-block .open_close_box_header .button-block {
		text-align: center;
	}
}
	body {
		color: black;
}
.top-block .menu.topest:hover {
    overflow: auto;
}

.top-block .menu.topest>div>a {
    padding: 11px 20px 0px !important;
}


@media screen and (max-width: 600px) {
#m_contact  table {
    border: 0;
  }

#m_contact  table caption {
    font-size: 1.3em;
  }
  
#m_contact  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
#m_contact  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
#m_contact  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
#m_contact  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
#m_contact  table td:last-child {
    border-bottom: 0;
  }
}


.banners-big .flexslider .slides>li:after{
	content: " ";
	position: absolute;
    background: rgb(0 0 0 / 10%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.banners-big .slides .title {
    font-size: 2.4em;
    line-height: 1.1667em;
    font-weight: 700;
}


.banners-big .slides .item a {
    color: #fff;
    text-align: left;
}

.nevstaet {
	margin-right: 10px;
}

.miac-search {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important;
}

.miac-logo img {
    height: 80% !important;
}

@media (max-width: 768px) {
.banners-big .slides .title {
    font-size: 1.4em;
}

.banners-big .slides .text .inner .text-block h2 span {
	font-size: 1.4em;
}
}


.header-vmiac-2 .company-block .item-views.front .props .item .image {
    background: #ffffff !important;
}

.header-vmiac-2 .company-block .item-views.front .props .item .image img {
    align-self: center;
    margin: 0 auto;
    height: 50px;
    width: 70px;
}

footer .burger {
    width: 100%;
    cursor: pointer;
    z-index: 11;
	position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
	line-height: 0;
	color: #333;
	margin: 0 0 19px;
}


.subscribe-block .f_img {
    width: 80%;
}

footer .news-list  .col .row {
	margin-left: 0;
    margin-right: 0;
}

footer .card {
	display: flex;
	margin-bottom: 10px;
}

footer .card img {
    width: 120px;
    height: 80px;
    object-fit: cover;
}

footer .card-body {
    margin-left: 10px;
}

footer .card-body .news-list-more {
    display: none;
}

footer .card-body h4.card-title a {
    font-size: 13px !important;
    font-weight: 600;
    color: #000000;
}

footer  .news-list .card-title {
    white-space: nowrap;
    overflow: hidden;
    width: 250px;
    text-overflow: ellipsis;
}

footer  .news-list .card-title, footer  .news-list .card-title a {
    margin: 0;
    padding: 0 0 5px;
    color: var(--primary);
    font: 600 18px"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.slice_block .image .wrap {
    height: 180px;
}

.slice_block .image .wrap img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

#no-btn-news-list {
    margin: 0;
    padding: 0;
}

@media (max-width: 480px) {
footer .news-list .col .row {
    margin-left: 15px;
    margin-right: 15px;
}
footer .card img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}
footer  .news-list .card-title {
	white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
    text-overflow: ellipsis;
}
}

.company-block .item-views.front .props .item .image img {
    align-self: center;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    background: #ffffff00;
}

.services_custom .services .tabs .nav-tabs {
	display: none;
}

.img100 {
	width: 100%!important;
    height: auto;
}

.reviews.item-views .item .preview-text {
    max-height: 150px;
    overflow: auto;
    padding-right: 40px;
}

.nopadd {
	padding: 0;
}

@media (max-width: 991px) {
.flexslider .flex-control-nav {
    display: none;
}
}