body,
.modal-content {
	background: #f2f2f2 url(/img/bg.jpg);
}
h1, h2 {
    font-weight: 300;
}
h2 {
	margin-bottom: 15px;
}
h2,
h2 a {
	color: #1a1a1a;
}
h2 a {
	text-decoration: underline;
}
h1 small {
    font-size: 26px;
    color: #605e5e;
    display: block;
}
a:focus {
    outline: none;
}
.container {
	max-width: 1440px;
}
#mainmenu > ul {
	width: 100%;
}
p,
.card-intro,
.addr-val,
.card-company-descr {
	hyphens: auto;
}
.addr-link {
    border-bottom: dotted;
    border-width: 1px;
    cursor: pointer;
}
.addr-link:hover {
    color: #00f;
}
.middle {
/*
    display: block;
    height: 300px;
    white-space: nowrap;
*/
    text-align: center;
}
.middle > * {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}
.middle:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.breadcrumb {
	margin: 1rem 0 0;
	padding: 0;
	background-color: transparent;
}
.navbar .container {
	position: relative;
}
.btn-order-min,
.btn-question-min {
	background: #fff600 linear-gradient(#fff600,#ffd200);
	color: #383838;
	border-color: #ffc3ac;
	outline: none !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.btn-order-min:hover,
.btn-question-min:hover {
	background: #ffd200 linear-gradient(#ffd200,#fff600);
	color: #000!important;
}
.btn-login-nav:before,
.btn-order-min:before,
.btn-question-min:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f2f6";
	margin-right: 5px;
}
.btn-order-min:before {
	content: "\f0ad"!important;
}
.btn-question-min:before {
	content: "\f059"!important;
}
.btn-login-nav,
.btn-register,
.btn-order-min,
.btn-question-min,
.btn-lk-home,
.btn-ss-home {
	border: none;
	color: #1a1a1a!important;
	margin: 1px 0 1px 10px;
}
.btn-lk-home {
	color: #1a1a1a!important;
}
.btn-order-min:before,
.btn-question-min:before,
.btn-register:before,
.btn-ss-home:before,
.btn-lk-home:before {
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: "\f067";
	margin-right: 5px;
}
.btn-lk-home:before {
	content: "\f007";
}
.btn-ss-home:before {
	content: "\f085";
}
.modal-header {
	display: block;
}
.bg-dark {
	background: #23223c!important;
}
.pre-content-intro {
	margin-bottom: 20px;
	background: #31aadc url(/img/bg_head.jpg) center center no-repeat;
	border-radius: 0;
}
.pre-content-intro,
.pre-content-intro p {
	color: #fff!important;
}
.navbar-brand {
	display: inline-block;
	height: 30px;
	width: 164px;
	background: url(/img/logo.png) center center no-repeat;
	margin-right: 0;
	text-indent: -9999px;
}
.jumbotron {
	padding: 25px 10px;
}

.form-search-service {
	padding: 10px 0;
	max-width: 900px;
	margin: 0 auto;
}
.form-search-service a.btn {
	color: #212529;
}
.form-order label {
	margin: 0;
}
.form-order .form-group {
	margin-bottom: 0.5rem;
}
.form-order .card-body {
	padding: 0.5rem 1rem 1.5rem;
}
.form-order .dropdown-toggle,
.form-search-service .dropdown-toggle {
	background: #fff;
	height: 48px;
	border: none;
	padding-left: 14px;
}
.form-order .dropdown-toggle {
	height: 38px;
	line-height: 20px;
}
.form-order .dropdown-toggle:focus,
.form-search-service .dropdown-toggle:focus {
	outline: none!important;
}
.form-order select,
.form-search-service select {
	font-size: 16px;
	height: 48px!important;
	padding: 0 10px;
	border: none;
	line-height: 10px!important;
	outline: none!important;
}
.form-comment .form-group-message,
.form-comment .form-group-text,
.form-question .form-group-message,
.form-question .form-group-body,
.form-order .form-group-text,
.form-order .form-group-body,
.form-order-answer .form-group-text,
.form-order-answer .form-group-body,
.form-feedback .form-group-message,
.form-feedback .form-group-text {
    display: none;
}
.form-order select,
.form-order .dropdown-toggle,
.form-order input {
	border-color: #aeaeae;
}
.star-box label {
    margin: 0;
    cursor: pointer;
}
.star-box input,
.star-box .on {
    display: none;
}
.star-box input:checked + label .on {
    display: inline;
}
.star-box input:checked + label .off {
    display: none;
}
.form .required-label:after,
.form .required label:after {
    content: '*';
    margin-left: 4px;
    color: red;
}
.form-group-photo .info:after {
    content: attr(data-size);
    color: #000;
    margin-left: 4px;
}
.form-group-photo .input-group .input-group-append .btn:disabled {
    color: #999;
    border-color: #999;
}
.form-group-photo .input-group .loaded {
    color: #000;
}
.form-group-photo.overload {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
	background: #ffdada;
}
.form-group-photo.overload::before {
    content: 'Внимание! Объем выбранных файлов превышает максимально допустимый!';
    float: right;
    color: #f00;
}
.form-order .card-header.collapsed {
	background: #6c757d;
}
.form-order .card-header {
	background: #31aadc url(/img/bg_head.jpg) center center no-repeat;
}

.lightbox {
    white-space: nowrap;
}
.lightbox > img {
    vertical-align: middle;
}
.lightbox:after,
.modal-photo:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.btn-order,
.services-side {
    position: relative;
    padding: 15px 10px 20px 10px;
    border: 1px solid #e3e3e3;
    text-align: center;
    margin: 0 0 30px 0;
    border-radius: 4px;
    background: #fdfdfd ;
    z-index: 10;
    top: 0;
    transition: box-shadow ease 0.3s;
}
.btn-order {
	padding: 10px 15px 15px;
}
.btn-order:hover {
	cursor: pointer;
}
.btn-order h2 {
	font-size: 1.75rem;
	line-height: 1.8rem;
	margin-bottom: 10px;
}
.btn-order-link {
	color: #2aacd2!important;
	cursor: pointer;
	border-bottom: 1px dashed #2aacd2;
}
.btn-order-link:hover {
	color: #0056b3!important;
	border-color: #0056b3;
}

.btn-order h3 {
    margin-bottom: 5px;
}
.btn-order p {
    color: #383838;
    margin: 0;
}
.btn-order p span {
    color: #2aacd2;
    font-weight: bold;
    font-size: 15px;
}
.btn-order .btn {
    margin: 10px 0 0 0;
	width: 100%;
    font-weight: normal;
    background: #fff600 linear-gradient(#fff600,#ffd200);
    color: #383838;
    border-color: #ffc3ac;
    outline: none!important;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	line-height: 28px;
}
.btn-order .btn:hover {
    color: #000;
    background: #ffd200 linear-gradient(#ffd200,#fff600);
}
.block_btns_comp .button .fa,
.btn-order .btn .fa {
    margin: -11px 0 0 -33px;
    font-size: 20px;
    width: 22px;
}
.services-side ul {
	text-align: left;
	padding: 10px 0 0 30px;
	list-style: disc;
}
.bootstrap-select > .dropdown-menu {
	box-shadow: 0 0 10px rgba(0,0,0,0.2)!important;
}
.dropdown-menu ul.dropdown-menu {
	max-height: 250px!important;
}
.dropdown-menu ul.dropdown-menu li a {
	display: block;
	padding: 6px 20px;
}
.dropdown-menu ul.dropdown-menu li a:hover {
	background: #f0f0f0;
}
.dropdown-menu ul.dropdown-menu li.selected a,
.dropdown-menu ul.dropdown-menu li.active a {
	color: #fff;
	background: #176d90;
}
.dropdown-menu .dropdown-header {
	color: #1a1a1a;
	padding-left: 21px;
	font-size: 16px;
	text-shadow: 0 0 0 #000;
}
.city-search-btn {
	color: #909090;
}
.showSelectMyCity {
	margin: 0 20px;
	max-width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.showSelectMyCity .fas {
	margin-left: 5px;
}
footer {
	margin-top: 35px;
	padding: 23px 0;
	background: #1a1a1a;
	font-size: 16px;
	color: #777;
	border-top: 5px solid #2aacd2;
}
footer a:hover{
	color: #fff;
	text-decoration: none;
}
.menu-footer-wr ul li {
	display: block;
	clear: both;
	float: none;
}
.menu-footer-wr ul li a {
	padding: 0;
	display: inline;
}
.soc_menu {
	display: block;
}
.soc_menu li {
    display: inline-block!important;
    margin-right: 0!important;
    padding: 4px 2px!important;
}
.soc_ico_f {
    width: 32px;
    height: 32px;
    display: block!important;
    overflow: hidden;
    margin-right: 3px;
    text-indent: 9999px;
    background: url(/img/soc_icons.png) left top no-repeat;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: none!important;
	float: right;
}
.soc_ico_f:hover {
    filter: grayscale(0%);
}
.vk_ico {
    background-position: -96px 0;
}
.tw_ico {
    background-position: -64px 0;
}
.yt_ico {
    background-position: -32px 0;
}
.country-relate .panel-body {
	column-count: 7;
	padding: 15px 10px;
}
.country-relate .panel-body a {
    position: relative;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 6;
	text-decoration: underline;
	color: #909090;
}
.country-relate .panel-body a.hidden {
	display: none;
}
.country-relate .panel-body a:hover {
	text-decoration: none;
}
.country-relate .panel-body a.pop-mid {
	color: #000;
}
.country-relate .panel-body a.pop-top {
	font-size: 22px;
	color: #2aacd2;
}
.filter-list .btn-filter {
	margin-bottom: 4px;
    font-size: 15px;
}
.modal-loader {
    position: fixed;
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 10000;
    z-index: 65558;
    background: rgba(0,0,0,0.8);
    cursor: wait;
}
.modal-loader .fa {
    position: fixed;
    top: calc(50% - 24px);
    left: calc(50% - 24px);
    font-size: 48px;
    text-shadow: 0 0 12px rgba(255,255,255,0.5);
    color: #fff;
    cursor: wait;
}
.category-index,
.brands-index {
	margin-bottom: 20px;
}
.brands-index {
	padding: 15px 0!important;
}
.brands-all {
	margin-top: 10px;
	margin-bottom: 0;
}
.category-index > div {
	margin-bottom: 10px;
}
.category-index a,
.brands-index a,
.category-sidebar > div > a {
	display: block;
	text-decoration: none;
	background: #fff;
	border-radius: 3px;
	margin: 0 0 10px 0;
	border: 1px solid #c8c6c6;
	color: #383838;
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brands-index > div a {
	display: block;
	margin: 0 0 25px 0;
	border: 1px solid #c8c6c6;
	padding: 10px;
	background: #fff;
	text-align: center;
	border-radius: 3px;
	min-height: 87px;
	height: 87px;
	text-decoration: none!important;
	line-height: 60px;
}
.brands-all > div a {
	margin: 0 0 10px 0;
}
.brands-index > div a img {
	max-height: 65px;
	font-size: 20px;
	color: #383838;
	line-height: 65px;
}
.category-index a i,
.brands-index .other a i {
	display: inline-block;
	width: 75px;
	height: 70px;
	vertical-align: middle;
}
.category-index a i,
.brands-index .other a i,
.category-index a i:before,
.brands-index .other a i:before {
	font-size: 45px;
	color: #359fca;
}
.category-index a span,
.brands-index .other a span {
	vertical-align: middle;
}
.brands-index .other a {
	text-align: left;
	padding: 7px 0;
}
.brands-index a:hover,
.category-sidebar > div > a:hover {
	border-color: #2aacd2;
	text-shadow: 0 0 0 #000;
	color: #000;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	text-decoration: none;
}
.category-index a:hover {
	border-color: #000;
	text-shadow: 0 0 0 #000;
	color: #000;
	background-color: #fff600!important;
}
.category-index a:hover i:before {
	color: #383838;
}
.category-sidebar .active li.active {
	border: none;
}
.category-sidebar .active li.active a {
	text-decoration: underline;
	color: #000;
}
.category-sidebar .active {
	height: auto;
	border: 1px solid #383838;
	/*border-radius: 0 0 3px 3px;*/
	border-radius: 3px;
    overflow: hidden;
	margin-bottom: 30px;
}
.category-sidebar > .active > a {
	margin: -1px 0 0 -1px;
	border-radius: 0;
	border-right: none;
	background-color: #a2e4ff;
	text-shadow: 0 0 0 #000;
}
.category-sidebar > .active > a:hover {
	box-shadow: none;
	border-color: #383838;
}
.category-sidebar > .active > .nav {
	padding: 10px 10px 10px 35px;
	list-style: square outside;
	background: #fdfdfd;
}
.category-sidebar > .active > .nav li {
	margin: 2px 0;
}
.category-sidebar > .active > .nav a {
	display: block;
	line-height: 20px;
}
.dropdown-menu.show .dropdown-menu.inner { 
	display: block;
}
.dropdown-toggle:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.dropdown-toggle:after {
	vertical-align: middle;
}
.dropdown-toggle .filter-option {
	vertical-align: middle;
}
.date-created {
	float: right;
}
.mid-block-informer {
	margin-top: 50px;
}
.mid-block-informer .card-footer .row > div {
	white-space: nowrap;
}
.city-created {
	margin-left: 10px;
}
.main-content-block p.info {
    background: #fff;
    border-left: 4px solid #2aacd2;
    font-size: 22px;
    font-style: italic;
    font-weight: bold;
    line-height: 30px;
    padding: 15px 20px 20px;
	margin: 20px 0;
}
.filter-services-left {
	padding: 10px 20px;
	background: #31aadc url(/img/bg_head.jpg) center center repeat;
	border-radius: 4px;
	margin-bottom: 30px;
}
.filter-services-left .dropdown-menu {
	left: -1px!important;
	right: -1px!important;
	padding-bottom: 0;
	background: #f0f0f0;
}
.filter-services-left .dropdown-menu.inner {
	background: #fff;
}
.filter-services-left h3,
.filter-services-left h4,
.filter-services-left p {
	color: #fff;
}
.filter-services-left .form-control {
	margin-bottom: 10px;
}
.filter-services-left h3,
.filter-services-left .btn-submit-wrap {
	text-align: center;
}
.bootstrap-select.ajax .btn,
.form-search-service .btn,
.form-search-service .form-control {
	background: #fff url(/img/miniload.gif) right -50px no-repeat;
}
.form-search-service .form-control.loading {
	background-position: right 10px center;
}
.form-search-service .bootstrap-select.ajax.show .btn,
.form-search-service .bootstrap-select.loading .btn,
.form-search-service .btn.loading {
	background-position: right 58px center;
}
.category-head .bootstrap-select.ajax.show .btn {
	background-position: right 24px center;
}
.head-block-cat {
	margin-bottom: 20px;
}
.wrap-all-content {
	margin-right: -15px;
	margin-left: -15px;
}
.category-head .category-head-pop {
	margin-bottom: 5px;
	border: 1px solid #d0d0d0;
	height: 41px;
	line-height: 27px;
}
.category-head .category-head-pop i:before {
	margin-left: 0;
}
.category-head select.category-head-sel {
	height: 41px!important;
	color: #999;
}
.box-see-map {
    height: 64vh;
}
.category-head-sel .btn {
	border: 1px solid #d0d0d0;
	background: #fff;
	padding: 5px 30px 6px 16px!important;
	height: 41px!important;
}
.category-head a.btn-info {
	border: 1px dashed #fff;
}
.category-head .btn-light {
	background-color: #fefefe;
}
.category-head .btn-light:hover {
	background-color: #e8e8e8;
}
.company-item {
    position: relative;
	border: 1px solid #c8c6c6;
	padding: 20px 20px;
	border-radius: 3px;
	cursor: pointer;
	margin-bottom: 40px;
	background: #fff;
}
.company-item:hover {
	border-color: #1a1a1a;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
}
.company-item .btn-action {
    position: absolute;
    right: 18px;
    z-index: 1;
}
.company-item .logo-company {
    white-space: nowrap;
	text-align: center;
}
.company-item .logo-company:before {
	content: '';
    display: inline-block;
    height: 123px;
    vertical-align: middle;
}
.company-item .logo-company img {
	/*width: 100%;*/
	/*max-width: 170px;*/
    max-width: 100%;
    max-height: 123px;
    vertical-align: middle;
    white-space: normal;
	display: inline-block;
	overflow: hidden;
}
.company-item .logo-company,
.addr-time-wrap,
.company-item .desc-company-list {
	margin-bottom: 15px;
}
.company-item .premium-block {
	margin-bottom: 5px;
}
.company-item .info-company .title-url-company {
	text-transform: uppercase;
	word-wrap: break-word;
	color: #2aacd2;
	font-size: 1.75rem;
	line-height: 1.75rem;
}
.company-item .info-company .title-url-company a {
	text-transform: uppercase;
}
.company-item .fa,
.info-company .fas,
.info-list .fas,
.pagination a {
	color: #32acdf;
}
.info-list .fas,
.info-list .far {
	width: 25px;
}
.phone-company-list .fa {
	color: #fff;
}
.phone-company-card {
	font-size: 26px;
}
.phone-company-card small {
	font-size: 14px;
	display: block;
	text-align: center;
	padding: 2px 5px;
}
.phone-card {
	margin-bottom: 15px;
}
.phone-card a {
	display: block;
	margin-bottom: 10px;
}
.premium-block > span {
	display: inline-block;
	padding: 3px 11px 5px 7px;
	background: #d1f1ff;
	border: 1px solid #909090;
	border-radius: 3px;
	margin-bottom: 5px;
	line-height: 19px;
}
.premium-block span .fas {
	color: #69ac28;
}
.premium-block span .text-dotted {
	border-bottom: 1px dotted #383838;
}
.pointer {
	cursor: pointer;
}
.card-body h5 {
	margin: 0;
}
.card-footer {
	background: #fff;
}
.top-block-informer .card-title a {
	color: #1a1a1a;
	display: block;
}
.btn-see-map {
	margin-bottom: 25px;
	border: 1px dashed #32acdf;
	background: #f2fbfe;
}
.btn-see-map:hover {
	background: #daeef6;
	border-color: #1a1a1a;
}
.logo-card {
	text-align: center;
}
.logo-card img {
	width: 100%;
	max-width: 160px;
	max-height: 120px;
}
.card-company-head {
	margin-bottom: 20px;
}
.card-company-head h1 {
	margin-bottom: 10px;
	text-transform: uppercase;
	word-wrap: break-word;
	font-size: 2.4rem;
}
.card-company-map {
	border: 1px solid #32acdf;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
	height: 400px;
	overflow: hidden;
}
.card-intro {
	position: reltive;
	min-height: 120px;
	line-height: 30px;
	font-size: 17px;
	font-style: italic;
	padding: 14px 15px 15px 90px;
	background: #fff;
	border-radius: 3px;
	min-height: 100px;
}
.card-intro .fas {
	position: absolute;
	left: 50px;
	top: 16px;
	font-size: 64px;
	color: #17a2b8;
}
.card-address-this {
	border: 1px solid #32acdf;
	border-radius: 0 0 3px 3px;
	padding: 10px 20px;
	background: #fff;
	border-top: none;
}
.card-address-this .addr-tel,
.other-addr .other-addr-tel {
	font-weight: bold;
	padding-left: 15px;
}
.other-addr {
	padding: 5px 10px;
	margin: 3px -10px 0 -10px;
}
.other-addr:nth-child(2n+1) {
	background: #f8f8f8;
}
.card-address-this > div {
	padding-bottom: 3px;
}
.card-address-this a {
	text-decoration: underline;
}
.card-address-this a:hover {
	text-decoration: none;
	border-color: transparent;
}
.card-premium-block {
	margin: 15px 0 6px;
}
.card-time-work,
.card-other-city {
	border: 1px solid #32acdf;
	border-radius: 3px;
	padding: 10px 20px;
	background: #fff;
	font-size: 18px;
	margin-bottom: 15px;
	overflow: hidden;
}
.more-phones,
.more-adress {
	border: 1px dashed #909090;
	display: block;
	margin-top: -10px;
	width: 100%;
	border-radius: 0 0 3px 3px;
	border-top: none;
}
.more-adress {
	margin-top: 0;
}
.more-phones:hover,
.more-adress:hover {
	border: 1px dashed #909090;
	border-top: none;
}
.more-data[aria-expanded="true"] span,
.show + .more-phones span,
.show + .more-adress span {
    display: none;
}
.more-data[aria-expanded="true"]:before,
.show + .more-phones:before,
.show + .more-adress:before {
    content: 'Свернуть';
}
.card-settings-block {
	margin-bottom: 15px;
}
.card-settings-block .btn {
	width: 100%;
	margin: 3px 0;
}
.card-settings-block .btn-light {
	border: 1px solid #c9c9c9;
}
.card-company-descr-wrap,
.card-company-repair-wrap {
	margin-top: 20px;
}
.card-company-descr,
.card-company-info,
.card-company-repair,
.price-tab,
.card-company-sert,
.card-company-photo,
.card-reviews,
.card-company-plus {
	position: relative;
	white-space: pre-line;
	padding: 15px 20px;
	background: #fff;
	font-size: 1rem;
	border: 1px solid #32acdf;
	border-radius: 3px;
	overflow: hidden;
	min-height: 150px;
	z-index: 10;
}
.card-reviews,
.card-company-sert,
.card-company-photo {
	white-space: normal;
	padding: 20px;
}
.card-company-sert a img,
.card-company-photo a img {
	margin: 0 10px 10px;
}
.card-company-repair {
	border-radius: 0 0 3px 3px;
}
.price-tab {
	padding: 0 20px;
}
.card-company-descr .fas,
.card-company-repair .fas,
.card-time-work .far {
	font-size: 48px;
	color: #17a2b8;
	float: right;
	background: #f7f7f7;
	padding: 15px;
	margin: -15px -20px 10px 10px;
	border-left: 1px solid #32acdf;
	border-bottom: 1px solid #32acdf;
	border-radius: 0 0 0 3px;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.card-time-work .far {
	font-size: 24px;
	margin: -10px -20px 5px 5px;
	padding: 10px;
}
.card-social {
	margin-bottom: 15px;
    text-align: center;
}
.card-social .btn-group {
	border: 1px solid #fff;
}
.card-social .disabled {
	opacity: 0.05;
}
.card-social .fab .btn:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.card-social .fab {
	display: inline-block;
	/*margin-right: 15px;*/
    vertical-align: middle;
	font-size: 34px;
}
.fab.fa-vk{
    color: #597da3;
}
.fab.fa-odnoklassniki-square{
    color: #f2720c;
}
.fab.fa-facebook-square {
    color: #3A5795;
}
.fab.fa-twitter-square {
    color: #1da1f2;
}
.fab.fa-instagram {
    color: #ce376c;
}
.fab.fa-youtube {
    color: #D41923;
}
.card-social .disabled .fab {
    color: inherit;
}
.card-other-city {
	margin: 20px 0 0 0;
}
.card-other-city a,
.card-other-city span {
	text-decoration: underline;
	display: inline-block;
	margin: 0 15px 5px 0;
}
.card-other-city span.active {
	background: #f9f6ce;
	padding: 3px;
	text-decoration: none;
	border: 1px solid #909090;
	border-radius: 3px;
	cursor: default;
}
.card-reviews {
	margin-top: 25px;	
}
.card-rating {
	margin-bottom: 15px;
}
.card-rating .fa-star {
	color: #ffc000;
}
.card-rating .star-box {
	border: 1px solid #d1d1d1;
	padding: 2px 5px;
	border-radius: 3px;
	background: #f8f8f8;
	text-align: left;
	display: inline-block;
}
.card-rating .badge {
	margin-left: 10px;
}
.card-reply {
	padding: 0 0 0 15px;
	border-left: 3px solid #d1f1ff;
	margin: 25px 0 10px 55px;
}
.card-reply-owner {
	border-left-color: #ffd1f1;
}
.card-reply p {
	white-space: pre-wrap;
	margin: 0;
}
.logo-reply {
	width: 100%;
	max-width: 75px;
	max-height: 100px;
	margin-right: 10px;
}
.card-company-d-wrap {
	margin-top: 20px;
}
.card-company-d-wrap ul {
	margin: 0;
}
.card-company-plus,
.card-company-repair,
.card-company-info {
	white-space: normal;
	min-height: auto;
}
.card-company-plus {
	background-color: #e5f7ff;
	background-image: linear-gradient(to left, #e5f7ff, #fff);
}
.card-company-plus li {
	padding: 3px 0;
	font-size: 20px;
	text-shadow: 0 0 0 #000;
}
.card-company-plus li .fas,
.list-company-plus li .fas {
	color: #2aacd2;
	margin: 0 4px 0 0;
}
.card-company-info li .fas {
	color: #17a2b8;
}
.card-company-repair h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.card-company-repair p {
	margin-bottom: 5px;
}
.list-company-plus {
	position: relative;
	right: -20px;
	width: 100%;
	display: block;
	background-color: #b7e1f4;
	background-image: linear-gradient(to left, #b7e1f4, #fff);
	padding: 0 15px 0 0;
	margin: 10px 0 0 0;
}
.list-company-plus li {
	padding: 5px 0;
	border-bottom: 1px solid #fff;
}
.list-company-plus li:last-child {
	border: none;
}
.list-this-category {
	text-shadow: 0 0 0 #000;
	font-size: 1rem;
	margin-bottom: 10px;
}
.list-this-category .fas {
	color: #17a2b8;
}
.btn-pricelist .fas {
	vertical-align: middle;
}
.btn-pricelist span,
.count-list span {
	color: #383838;
	border-bottom: 1px dashed #383838;
}
.count-list span {
	border: none;
}
.btn-pricelist:hover,
.btn-pricelist:focus {
	text-decoration: none;
}
.btn-pricelist:hover .fas,
.count-list a:hover .fas,
.count-list a:hover .far,
.count-list a:hover span,
.btn-pricelist:hover span {
	color: #0056b3!important;
	border-color: #0056b3;
}
.card-company-img-nav {
	margin-top: 40px;
}
.card-company-img-nav .nav-item a.active {
	background: #17a2b8;
}
.card-company-img-wrap a {
	display: inline-block;
	margin: 0 4px 10px 0;
}
.card-company-img-wrap a img {
	max-width: 150px;
}
.item-map-head {
	font-weight: bold;
	font-size: 16px;
}
.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: auto;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input.first-input-user {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input.second-input-user {
	margin-bottom: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin button,
.register-url {
	margin-top: 10px;
	border-radius: 4px;
}
.register-url {
	border: 1px solid #d6d6d6;
	margin-top: 30px;
}
.url-lost-pass {
	text-align: right;
}
.title-form-user {
	text-align: center;
}
article ul {
	list-style: disc;
	padding: 0  0 0 20px;
}
article ul li {
	padding: 2px 0;
}
.photo-card-wrap {
	margin-bottom: 10px;
}
.photo-card-wrap a {
	margin: 0 5px 7px 0;
	display: inline-block;
}
.photo-card-wrap a img {
	max-width: 100px;
	max-height: 100px;
	width: 100%;
	border: 1px solid #bcbcbc;
	border-radius: 3px;
}
.photo-card-wrap a:hover img {
	border-color: #909090;
}
.company-item.plan-premium {
	border-color: #bf8fdb;
}
.company-item.plan-premium .list-company-plus {
	background-color: #e0c4f1;
	background-image: linear-gradient(to left, #e0c4f1, #fff);
}
.company-item.plan-premium .list-company-plus li .fas {
	color: #bf8fdb;
}
.company-item.plan-lite {
	border-color: #32acdf;
}
.panel-usersign,
.panel-userfind,
.rate-index {
	font-size: 20px;
	padding: 9px 0;
}
.rate-index,
.panel-usersign,
.panel-userfind {
	margin-right: 10px;
}
.more-addrs {
	color: #148c9f;
	text-shadow: 0 0 0 #148c9f;
	font-style: italic;
}
.specials-company-list {
	cursor: default;
	margin: 10px 0 0 0;
}
.specials-company-list > span {
	opacity: 0.3;
	border-radius: 3px;
	text-align: center;
	margin: 0 5px 7px 0;
	display: inline-block;
    white-space: nowrap;
	padding: 0 5px;
}
.specials-company-list > span:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.specials-company-list > span.active {
	background-color: #d4edda;
	border-color: #28a745;
	opacity: 0.8;
}
.list-order .specials-company-list span {
	margin: 0 3px 0 0;
}
.list-order .specials-company-list {
	margin: 0;
}
.company-item:hover .specials-company-list > span.active {
	opacity: 1;
}
.specials-company-list > span.active,
.specials-company-list span .fa,
.specials-company-list span .fas {
	color: #155724!important;
}
.specials-company-list span .fa {
	opacity: 0.7;
}
.specials-company-list.specials-order-list > span {
	width: 24px;
	height: 24px;
	font-size: 13px;
	padding: 0;
}
.bs-clear {
    position: absolute;
    z-index: 2;
    right: 24px;
    top: 10px;
    width: 28px;
    text-align: center;
    height: 28px;
    border: 1px solid transparent;
    line-height: 27px;
    border-radius: 50%;
    cursor: pointer;
}
.bs-clear:hover {
    border-color: #ccc;
}
#formCommentType + .bs-clear {
    top: 5px;
}
.form-group-type .btn-default {
    background-color: #fff;
}
.category-head-line {
	overflow: hidden;
	margin-bottom: 20px;
}
.hours-table {
	font-size: 16px;
}
.more-hours {
	margin: -15px 0 18px 0;
}
.hours-row {
	border-top: 1px solid #d1cfcf;
	padding: 3px 0 3px 5px;
	margin: 0 0 0 0;
}
.hours-row.active {
	background: #daffe7;
}
.hours-table.show + .hours-today {
	display: none;
}
.card-company-body .specials-company-list {
	padding-left: 0;
	text-align: center;
	width: 100%;
}
.cont-order-images a,
.ans-block a.modal-photo {
	display: inline-block;
	background: #fff;
	border: 1px solid #909090;
	width: 230px;
	height: 185px;
	text-align: center;
	padding: 1px;
	margin: 0 10px 10px 0;
}
.cont-order-images a img,
.ans-block a.modal-photo img {
	max-width: 100%;
	max-height: 100%;
}
.cont-order-model {
	display: block;
	font-weight: bold;
}
.cont-order-contacts .fas {
	border-radius: 50%;
	height: 25px;
	width: 25px;
	line-height: 17px;
	text-align: center;
	border: 1px solid #909090;
	color: #909090;
	background: #f0f0f0;
	padding: 3px;
}
.cont-order-contacts h4 .far {
	width: 25px;
	text-align: center;
}
.cont-order-info {
	font-size: 14px;
	color: #909090;
}
.type-list h2 {
	border-bottom: 1px solid #444;
	padding: 0 0 5px 15px;
	margin: 20px 0 15px;
	color: #383838;
	font-size: 1.7rem;
}
.type-list ul li {
	margin: 0 0 15px;
}
.type-list ul li span {
	display: block;
	border-bottom: 1px solid #c9c9c9;
}
.type-list ul li a {
	vertical-align: middle;
	display: inline-block;
	height: 28px;
}
.type-list ul li span > i {
	display: inline-block;
	height: 54px;
	vertical-align: middle;
	margin-right: 10px;
}
.type-list ul li span > i:before {
	font-size: 36px;
}
.item-article {
	max-width: 960px;
}
.item-article,
.item-article .card-body {
    position: relative;
}
.item-article .date-created {
    position: absolute;
    top: 10px;
	padding: 5px 15px;
    left: 10px;
	z-index: 5;
	background: rgba(255,255,255,0.9);
	color: #000!important;
}
img.preview {
    position: relative;
	width: 100%;
	z-index: 4;
}
.item-article h1 {
	position: absolute;
	top: 52px;
	left: 10px;
	background: rgba(255,255,255,0.9);
	padding: 5px;
	z-index: 5;
}
.ads-lists {
	background: #fff url(/img/load_ads.gif) center center no-repeat;
	padding: 10px;
	border: 2px solid #909090;
	margin-bottom: 40px;
	border-radius: 3px;
	min-height: 120px;
}
.table.pricelist td {
	border: 1px solid #d2d2d2;
	padding: 5px 10px;
}
.pricelist-sect td {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	background: #c6edea;
}
.pricelist-type td {
	font-weight: bold;
	background: #e4fcfa;
}
.pricelist-serv:hover td {
	background: #f0f0f0;
}
.g-recaptcha {
	margin-top: 10px;
}
.card-cat {
	border-radius: .25rem;
	border: 1px solid rgba(0,0,0,.125);
	background: #fff;
	padding: 15px;
	font-size: 17px;
}
.card-cat .far {
	color: #2aacd2;
}
.top-block-item .card > a{
	display: block;
	height: 140px;
	overflow: hidden;
}
.repair-also {
	margin: 30px 0 0 0;
	border: 1px solid #909090;
	border-top: 5px solid #2aacd2;
	border-radius: 4px;
	background: #fff;
	padding: 15px 30px 0;
}
.repair-also h3 {
	margin: 0 0 18px 0;
}
.repair-also .category-head .category-head-pop {
	margin-bottom: 11px;
}
.di-company {
	margin-top: 35px;
}
yatag.yap-reset {
	background: #fff!important;
}
.partner-tel-href {
	width: 100%;
	font-size: 30px;
	border: 2px solid #fff!important;
	background-color: #ffc107!important;
	color: #044380;
	text-shadow: 0 0 4px #fff;
}

.partner-tel-desc {
	display: block;
	font-size: 15px;
}
.partner-tel-href .fa {
	color: #044380;
}
.logo-parnter {
	position: reltive;
	text-align: center;
}
.logo-parnter img {
	width: 100%;
	max-width: 150px;
}
.city-partner {
	width: 100%;
	color: #f0f0f0;
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
}
.plan-partner {
	color: #fff;
	cursor: default;
	position: relative;
	border: 2px solid #01509b;
	padding: 20px 20px;
	border-radius: 3px;
	margin-bottom: 40px;
	background: #01509b url(/images/bg-partner/bg-partner-1.jpg) right bottom no-repeat;
}

.plan-partner .list-this-category {
	font-size: 17px;
	padding: 10px 0;
}
.card-company-footer .nav-tabs .nav-link {
	font-size: 1.1rem;
	color: #3a3a3a;
	background: rgb(231,231,231);
	background: linear-gradient(180deg, rgba(231,231,231,1) 0%, rgba(107,158,196,0) 70%);
}
.card-company-footer .nav-tabs .nav-link:hover {
	border-color: transparent;
}
.card-company-footer .nav-tabs .nav-link .fas {
	margin-right: 5px;
}
.card-company-footer .nav-tabs .nav-link.active {
	position: relative;
	border: 1px solid #32acdf;
	border-radius: 3px 3px 0 0;
	border-bottom: none;
	color: #17a2b8;
	text-shadow: 0 0 #17a2b8;
	background: #fff;
	z-index: 11;
}
.card-company-footer .tab-pane {
	margin-top: -2px;
}
.order-stat {
	margin-bottom: 45px;
}
.order-stat-item {
	background: #fff;
	border: 1px solid #c8c6c6;
	border-radius: 3px;
	padding: 10px 15px;
}
.company-top .company-item {
	min-height: 177px;
}
.chartjs-render-monitor {
	margin-top: 29px;
}
.my-city {
	left: 100px;
	top: 40px;
	font-size: 16px;
	padding: 10px 20px;
}
.my-city .arrow {
	left: 50px;
}
.my-city .btn-group {
	width: 100%;
}
.my-city .btn-group .btn {
	width: 50%;
}

.ans-block {
	border-left: 3px solid #32acdf;
	border-bottom: 1px solid #32acdf;
	padding: 10px;
	background: #e5f2f8;
}
.ans-block p {
	margin-bottom: 5px;
}
.ans-block a.modal-photo {
	margin-top: 5px;
}
.qo-block {
	border-left: 3px solid #f6d317;
	border-bottom: 1px solid #f6d317;
	padding: 15px;
	background: #fef8df;
}
.ans-block .card-reply-owner.qo-block,
.ans-block .card-reply-master.ans-block {
	padding: 5px 15px;
}
.card-reply-owner.qo-block p {
	margin: 0;
}
.ans-block .card-reply {
	margin: 15px 0 10px 35px;
}
.ans-block em img {
	max-width: 64px;
	max-height: 64px;
}
input#formOrderAnswerEmail::placeholder {
	color: #ccc;
}
.fcat > div {
	margin-bottom: 25px;
}
.fcat .category-item {
	min-height: 200px;
}
.fcat .category-item.disabled {
	opacity: 0.4;
}
.fcat .category-item.disabled a {
	border-color: #ff0000;
}
.fcat a:before,
.fcat a:after {
	display: none;
}
.fcat a {
	position: relative;
	text-align: center;
	height: auto;
	padding: 0;
}
.fcat a img {
	width: 100%;
	max-width: 256px;
	max-height: 256px;
}
.fcat a span {
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 40px 0;
	background: rgba(0,0,0,0.6);
	border-top: 3px solid #31aadc;
	color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	text-shadow: 0 0 0 #fff;
	transition: all ease 0.3s;
	font-size: 20px;
}
.fcat a:hover {
	background-color: #fff!important;
}
.fcat a:hover span {
	padding: 10px 0;
}
.fcat .btn-action {
    position: absolute;
    z-index: 1;
    top: 5px;
    right: 20px;
    opacity: 0;
}
.fcat :hover .btn-action {
    opacity: 0.3;
}
.fcat .btn-action:hover {
    opacity: 1;
}
.imgCatFix {
	width: 100%;
	max-width: 200px;
	max-height: 200px;
	border: 2px solid #31aadc;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.descr-cat-fix {
	text-align: left;
}
.fix-head {
	overflow: hidden;
	max-height: 450px;
}
.fix-head .preview {
	margin: -175px 0 0 0;
}
.fix-head h1 {
	right: 10px;
}
.fix-title a {
	text-decoration: none;
}
.fix-title a span {
	font-weight: bold;
}
.fix-nav {
	background: rgba(49,170,220,0.05);
	padding: 15px;
	margin-bottom: 15px;
	border: 1px solid #909090;
	border-radius: 3px;
}
.fix-nav ul {
	margin: 0;
}
.fix-nav ul li {
	display: inlune;
}
.fix-nav .nav-link {
	padding: 0 1rem;
}
.fix-nav-title {
	font-size: 20px;
	padding-left: 15px;
}
.fix-gallery {
	margin: 15px 0 30px;
}
.fix-gallery img {
	width: 100%;
	max-width: 256px;
	max-height: 225px;
}
.list-manuals .card-img-top {
	margin-top: -95px;
}
.list-manuals .card-body a {
	color:#383838;
	font-size: 1.1rem;
	line-height: 1.5rem;
	display: block;
}
.fix-body p {
	padding: 0 10px 0 15px;
	border-left: 4px solid #f0f0f0;
}
.fix-body p.info {
	margin-top: 0;
}
.manuals-bnr {
	padding: 20px 0 15px;
	margin: 45px 0 60px;
}
.manuals-bnr h2 a {
	color: #fff;
}
.manuals-bnr h2 a:hover {
	text-decoration: none;
}
.how-work {
	padding: 15px 0 0 0;
}
.how-work a {
	color: #909090;
}
.service-price {
	font-weight: bold;
	color: #17a2b8;
	text-shadow: none;
	display: block;
	font-size: 18px;
}
#filterSpec {
	border: none;
	height: auto;
}
#filterSpec .custom-control-label:hover {
	color: #0056b3;
	cursor: pointer;
	text-shadow: 0 0 0 #0056b3;
}
.main-menu-s {
	background-color: #359fca;
	padding: 0;
}
.main-menu-s ul {
	width: 100%;
}
.main-menu-s li a {
	color: #fff;
	transition: all ease 0.1s;
	border-radius: 0!important;
	border-left: 1px solid #3d93b6;
}
.main-menu-s li:last-child a {
	border-right: 1px solid #3d93b6;
}
.main-menu-s li a:hover {
	background: #fff;
	color: #000;
}
.main-menu-s li.current a {
	color: #000;
	background: #f2f2f2 url(/img/bg.jpg);
}
.toggler-mainmenu2 {
	width: 100%;
	border: none;
	color: #fff;
}
.ico-advantage {
	font-size: 6rem;
	color: #2aacd2;
}
.useful-materials {
	margin: 0 0 30px 0;
}
.useful-materials .card {
	border: none;
}
.useful-materials .card-body {
	padding-top: 12px;
	position: relative;
}
.useful-materials .form-control {
	border: none;
}
.useful-materials .card-body a,
.useful-materials .card-body p {
	display: block;
	line-height: 21px;
}
.useful-materials .card-body p {
	margin: 10px 0 0 0;
	color: #383838;
	max-height: 105px;
	overflow: hidden;
}
.useful-materials .card-body:after {
	content: "";
	display: block;
	width: 100%;
	height: 20px;
	background: rgb(255,255,255);
	background: linear-gradient(rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	position: absolute;
	bottom: 18px;
	left: 0;
}
.useful-materials .card-img-top {
	margin: -35px 0 0 0;
}
.tooltip-inner {
	font-size: 1rem;
	line-height: 1rem;
	padding-bottom: 12px;
}
.help-you-services .comms-count {
	font-size: 1.25rem;
	padding: 10px;
	background:#d4edda;
	text-align: center;
	border: 1px solid #28a745;
	border-radius: 3px;
}
.addr-time-wrap {
	padding: 10px 15px;
	border: 1px solid #c6c6c6;
	background: #fafafa url(/img/map.jpg) left top repeat;
}
.form-group-info {
	margin-bottom: 0;
}
.form-group-info small,
.form-group-policy small {
	line-height: 0.9em;
}
.service-price-block {
	background: #ffe5b3;
	padding: 10px 15px;
	border: 1px solid #909090;
	border-radius: 4px;
	margin: 12px 0 15px 15px !important
}
.fast-search {
	background: #359fca;
	padding: 15px;
	border-radius: 7px;
}
.fast-search input {
	border: none;
}
.card {
	border-color: #c8c6c6;
}
.autocomplete-suggestions {
	overflow: auto;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 10px 0;
	margin-top: -4px;
	box-shadow: 0 4px 5px rgba(0,0,0,0.3);
}
.autocomplete-suggestion {
	padding: 5px 15px;
	cursor: pointer;
}
.autocomplete-suggestion:hover {
	background: #f0f0f0;
}
.mbs {
    position: relative;
}
.mbs:after {
    content: "Реклама";
    position: absolute;
    top: -25px; 
    left: -2px; 
    color: #909090;
    background: #fff;
    border-radius: 5px 5px 0 0;
    padding: 3px 10px 3px 10px;
    font-size: 12px;
    border: 2px dashed #909090;
    border-bottom: none; 
}
.pict-mbs {
    max-height: 350px;
}
.info-block-l {
    position: relative;
    background: #fff;
    color: #383838;
    border: 2px dashed #909090;
    border-radius: 0 5px 5px 5px;
    margin-bottom: 30px;
}
.info-block-l .btn {
    color: #fff;
}
.info-block-l ul li {
    display: inline-block;
    margin-right: 10px; 
}
.info-block-l h3,
.info-block-l h4,
.info-block-l p {
    padding: 10px 0;
}
.info-block-l a {
    color: #383838;
}
.title-bn {
    font-size: 22px;
    line-height: 24px;
    text-decoration: underline;
}
.title-bn:hover {
   text-decoration: none; 
}
.phone-bl {
    font-size: 24px;
}
.fas.fa-fire {
    color: #ff6c00;
}
.b-maket2 .b-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
}
.b-maket2 .b-text a {
    color: #fff;
}
.b-maket3 .b-text {
    position: absolute;
    top: 0;
    left: 0;
}
.b-maket3 .b-text a,
.b-maket3 .b-text ul li,
.b-maket3 .b-text p {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
}
.b-maket3 .b-text ul li {
    margin-bottom: 5px;
}
.b-maket3 .b-text .title-bn {
    line-height: 35px;
}

li:after {
    content: attr(data-text);
}
li[data-text=""] {
    display: none !important;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
  }
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
	width: 1rem;
	height: 1rem;
	border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
	width: 1rem;
	height: 1rem;
}

@media screen and (max-width: 1200px) {
	.phone-company-card {
		font-size: 24px;
	}
	.useful-materials .card-deck {
		flex-flow: column wrap;
		margin-bottom: 0!important;
	}
	.useful-materials .card {
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width: 991px) {
	.country-relate .panel-body {
		column-count: 3;
	}
	.date-created {
		float: none;
		display: block;
	}
	.navbar-brand {
		width: 135px;
	}
	.pre-content-intro {
		padding: 15px 10px 7px;
	}
	.pre-content-intro h1 {
		font-size: 32px;
		line-height: 33px;
	}
	.btn-order .btn,
	.btn-order .btn .fa {
		font-size: 16px;
	}
	.phone-company-card {
		font-size: 22px;
	}
	.card-intro {
		line-height: 19px;
		font-size: 17px;	
	}
	.item-article h1 {
		font-size: 26px;
	}
	.main-content-block p.info {
		font-size: 18px;
		line-height: 25px;
	}
	.btn-register,
	.btn-login-nav {
		padding-right: 5px;
		padding-left: 5px;
		max-width: 160px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.btn-register:before,
	.btn-login-nav:before {
		display: none;
	}
	.btn-register,
	.btn-order-min,
	.btn-question-min,
	.btn-lk-home,
	.btn-ss-home {
		overflow: hidden;
	}
	.btn-question-min {
		width: 98px;
		word-spacing: 15px;
	}
	.btn-order-min {
		width: 94px;
		word-spacing: 15px;
	}
	.main-menu-s li a {
		padding: .5rem 7px;
	}
}

@media screen and (max-width: 767px) {
	h1 {
		font-size: 23px;
		line-height: 25px;
		margin-top: 8px;
	}
	h2, h3 {
		font-size: 1.55rem;
		line-height: 1.1;
	}
	h4 {
		font-size: 1.2rem;
	}
	.btn-login-nav {
		margin-left: 0;
	}
	.country-relate .panel-body {
		column-count: 2;
	}
	.top-block-item {
		margin-bottom: 15px;
	}
	.date-created {
		float: right;
	}
	.company-item .logo-company,
	.card-intro .fas,
	.logo-reply,
	.card-company-descr .fas,
	.logo-card {
		display: none;
	}
	.head-block-cat p {
		line-height: 18px;
	}
	.card-intro {
		line-height: 17px;
		font-size: 16px;	
	}
	.card-company-head h1 {
		font-size: 23px;
		line-height: 24px;
	}
	.card-intro {
		padding: 10px 15px;
	}
	.card-reply {
		margin-left: 0;
	}
	.card-reply p {
		padding: 0;
	}
	.item-article h1 {
		font-size: 20px;
	}
	.main-content-block p.info {
		font-size: 17px;
		line-height: 22px;
		padding: 10px 10px 10px;
	}
	.pagination {
		display: block;
		text-align: center;
	}
	.pagination li {
		display: inline-block;
		margin: 0 4px 4px 0;
	}
	.pagination li a {
		border-radius: 3px;
	}
	.breadcrumb {
		font-size: 14px;
	}
	.card-company-d-wrap {
		margin-bottom: 20px;
	}
	.card-address-this .addr-tel,
	.other-addr .other-addr-tel {
		font-weight: bold;
		float: none;
	}
	.showSelectMyCity {
		margin: 0!important;
		padding: .25rem .3rem;
	}
	.navbar-toggler {
		padding: .25rem .55rem;
	}
	.navbar-brand {
		width: 112px;
	}
	.btn-question-min,
	.btn-order-min,
	.btn-register,
	.btn-lk-home,
	.btn-ss-home,
	.btn-login-nav {
		padding-right: 10px;
		padding-left: 10px;
		max-width: 100%;
		display: block;
		margin: 10px 0 0 0;
		width: 100%;
		word-spacing: 0;
	}
	.btn-register:before,
	.btn-login-nav:before {
		display: inline;
	}
	.partner-tel-href {
		font-size: 18px;
	}
	.phone-company-list {
		width: 100%;
	}
	.company-item .list-company-plus,
	.company-item .desc-company-list {
		margin-bottom: 10px;
	}
	.company-item .desc-company-list,
	.order-form p {
		line-height: 1.2;
	}
	.company-top .company-item {
		min-height: 50px;
	}
	.order-stat-item {
		margin-bottom: 30px;
	}
	.main-menu-s {
		background: #23223c;
	}
	.main-menu-s li,
	.main-menu-s li a {
		width: 100%;
		text-align: left;
	}
	.fix-head .preview {
		margin: -100px 0 0 0;
	}
	.list-company-plus li,
	.company-item .info-company h3 {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.specials-company-list > span {
		margin-bottom: 4px;
	}
	.company-item .info-company .title-url-company {
		font-size: 1.55rem;
		line-height: 1.55rem;
	}
	.type-list h2 {
		font-size: 1.3rem;
	}
	.form-order small.info,
	.form-group-info small,
	.form-group-policy small {
		font-size: 0.7em;
		line-height: 0.85em;
	}
	.main-menu-s li a,
	.main-menu-s li:last-child a {
		border: none;
		border-bottom: 1px solid #3d93b6;
	}
	.fast-search input,
	.fast-search button {
		font-size: 1rem!important;
	}
}
