/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
/* Подложка */
.bg_image_site {
  display: none !important;
}
.shell_bg {
  background-image: url('../images/site_bg.jpg');
  transition: opacity .4s ease;
  opacity: 1;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-position: top center;
  background-repeat: no-repeat;
}
/* Награды */
.awards {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
.awards .el {
  padding: 12px;
  background: #f9f9f9;
  display: grid;
  grid-gap: 8px;
  border-radius: 2px;
  border: 1px solid #eaebec;
  align-content: space-between;
  border-bottom: 4px solid #de002b;
}
.awards .el a {
  width: 100%;
  height: auto;
  display: block;
}
.awards .el a img {
  width: 100%;
  height: auto;
  display: block;
}
.awards .el h3, .awards .el span.h3 {
  font-size: 16px;
  text-align: center;
  color:#383838;
  line-height: 20px;
  font-weight: 500;
}
.awards .el p {
  text-align: center;
  font-size: 15px;
}

.dropdown>li>.image img {
  width:50px;
  height: 50px;
  object-fit: cover;
}
/* Сервисные центры услуги */
.serv_container .back {
  display: none !important;
}
.serv_wrapper {
  padding: 48px 24px;
}
.serv_wrapper h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  margin: 0 0 24px 0;
}
.serv_wrapper .serv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.serv_wrapper .serv .el {
  display: flex;
  align-items: center;
}
.serv_wrapper .serv .el a {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #C50026;
}
.serv_wrapper .serv .el a::before {
  content: url('../images/ok.svg');
  margin: 0 8px 0 0;
}
.serv_wrapper .back {
  display: inline-block;
  margin: 48px 0 0 0;
}
.order_wrap_btn .callback_btn{
	border: 1px solid;
    padding: 5px 10px;
}
.phones .phone_block span.order_wrap_btn:hover{
	cursor:default;
}
.phones .phone_block span.order_wrap_btn .callback_btn:hover {
	color:#1d2029;
	cursor:pointer;
}
p.adr {
    font-size: 11px;
	position:relative;
}
p.adr .fa {
    color: #c50026;
    margin-right: 10px;
    font-size: 20px;
    position: absolute;
    left: -25px;
}
.item_block .section_info .desc{
	display:none;
}
.img-sber{
	width: 20px;
	vertical-align: sub;
}
div#lb_widget-root {
    z-index: 1;
    position: relative;
}
ul.black{
	color: #000;
}
.region_block{
	padding: 0 0 0 48px;
}
p,
.catalog_detail .detail_text, 
.catalog_detail .detail_text p, 
.catalog_detail p{
    color: #333;
	font-size: 14px;
}
ul li{
    color: #333;
	font-size: 14px;
}
.vrez1{
	color: #333;
	font-size: 14px;
}
@media screen and (max-width: 600px) {
  .serv_wrapper .serv {
    grid-template-columns: 1fr;
  }
}
.serv_page {
  display: grid;
  grid-template-columns: auto 200px;
  grid-gap: 24px;
  grid-template-areas: 'serv_page_1 serv_page_2';
  align-items: flex-start;
}
.serv_page .news_detail_wrapp {
  grid-area: serv_page_1;
}
.serv_page .serv_centers {
  grid-area: serv_page_2;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
.serv_page .serv_centers .serv_centers_content {
  margin: 12px 0 0 0;
  display: grid;
  grid-gap: 16px;
}
.serv_page .serv_centers h3 {
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  margin: 0 !important;
  display: flex;
  justify-content: center;
}
.serv_page .serv_centers .serv_centers_el {
  display: grid;
  grid-gap: 4px;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
}
.serv_page .serv_centers .serv_centers_el a {
  text-decoration-line: underline;
  color: #D40029;
}
.serv_page .serv_centers .serv_centers_el span {
  color: #888888;
}
#footer .cards_wrapper{
	float: none;
	padding: 0px 0px 17px;
}
#footer .cards_wrapper>ul{
    justify-content: flex-start;
    gap: 13px;
}
#footer .agreement_wrapper{
	padding: 0px 0px 17px;
}
#footer .adr {
    font-size: 16px;
    font-weight: 400;
    margin: 6px 0;
    color: #000;
    white-space: break-spaces;
}
#footer .callback_btn {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    border: 1px solid #cf0036;
    background: #cf0036;
    color: #fff;
    padding: 5px 15px;
	cursor: pointer;
}
#footer .order_wrapper{
	display: flex;
	align-items: center;
    justify-content: center;
}
#footer .footer_bottom_inner .phones .order_wrap_btn {
    margin: 10px 0px 16px 38px;
}
.pol_footer.wrapper_inner{
    background: #f6f6f7;
    padding: 0;
}
.pol_footer.wrapper_inner a{
    width: 100%;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    background: #cf0036;
    color: white;
}
@media screen and (max-width: 1024px) {
  .serv_page .serv_centers .serv_centers_content {
    display: none;
  }
  .serv_page .serv_centers h3::after {
    width: 16px;
    height: 16px;
    content: url('../images/chevron-thin-down.svg');
    margin: 0 0 0 12px;
  }
  .serv_page .serv_centers.active .serv_centers_content {
    display: grid;
  }
  .serv_page {
    grid-template-columns: 1fr;
    grid-template-areas: 'serv_page_2' 'serv_page_1';
  }
}

.serv_search_wrapper {
  max-width: 500px;
  display: grid;
  grid-gap: 12px;
  font-style: normal;
  font-weight: normal;
  margin: 0 0 24px 0;
}
.serv_search_wrapper p {
  font-size: 13px;
  line-height: 15px;
  color: #888888;
}
.serv_search {
  position: relative;
}
.serv_search input {
  width: 100%;
  height: 40xp;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #CF0028;
  border-radius: 4px;
  font-size: 13px;
  line-height: 15px;
  position: relative;
}
.serv_search_trigger {
  background: url('../images/search.svg');
  background-position: center;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.serv_search.active .serv_search_trigger {
  background: url('../images/close.svg');
  background-position: center;
  background-size: cover;
}
.serv_search_down {
  display: none;
}
.serv_search.active .serv_search_down {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 2px;
  background: #FFFFFF;
  border: 1px solid #CF0028;
  z-index: 20;
  width: calc(100% - 2px);
  max-height: 400px;
  min-height: 39px;
}
.serv_search_el {
  padding: 12px 14px;
  display: grid;
}
.serv_search_el a {
  font-size: 13px;
  line-height: 15px;
  color: #333333;
}
.serv_search_el i {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #DE002B;
  margin: 6px 0 0 0;
}
/* Правки хедера */
#header .middle-h-row .logo_wrapp .logo a img {
  max-width: 160px;
  min-width: 160px;
  height: 80px;
  width: 100%;
}
#header .middle-h-row .basket_wrapp {
  text-align: left;
}
.middle_phone .phones .phone_text a {
  margin: 8px 0;
  cursor: pointer;
}
#footer .footer_bottom_inner .phones .phone_wrap a {
    cursor: pointer;
}
@media screen and (max-width: 640px) {
  #header .middle-h-row .logo_wrapp .logo a img {
    max-width: 100px;
    min-width: 100px;
    height: 50px;
  }
}
@media screen and (max-width: 340px) {
  #header .middle-h-row .logo_wrapp .logo a img {
    max-width: 70px;
    min-width: 70px;
    height: 35px;
  }
}
.detail_serv_image {
  position: relative;
}
.detail_serv_image img {
  width: 100%;
}
.detail_serv_image_icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 8px solid #D40029;
  position: absolute;
  background: #fff;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  z-index: 1;
}
.detail_serv_image_icon:hover {
  z-index: 2;
}

/* Модальное окно */
.modal_type_1_overlay {
  display: none;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  background: rgba(0,0,0,0.6);
  z-index: 220;
}
.modal_type_1_overlay.active {
  display: flex;
}
.modal_type_1 {
  max-width: 515px;
  width: 100%;
  padding: 24px;
  background: #fff;
  display: none;
  grid-template-columns: 1fr 2fr;
  grid-gap: 26px 34px;
  position: relative;
  grid-template-areas:
  'mt1_h2 mt1_h2'
  'mt1_img mt1_p';
}
.modal_type_1.active {
  display: grid;
}
.modal_type_1 .close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.modal_type_1 .close::after, .modal_type_1 .close::before {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  transform: rotate(45deg);
}
.modal_type_1 .close::after {
  transform: rotate(-45deg);
  margin: -2px 0 0 0;
}
.modal_type_1 h2 {
  grid-area: mt1_h2
}
.modal_type_1 img {
  grid-area: mt1_img
}
.modal_type_1 p {
  grid-area: mt1_p
}
.img_right {
    float: right;
    margin: 0 0 10px 20px;
}
.img_left {
    float: left;
    margin: 0 20px 10px 0;
}
.artena{
	margin-top: 10px;
}
@media screen and (min-width: 2000px) {
	.wraps {
		height: 1px;
		min-height: 100vh;
	}
	.wrapper_inner {
		height: 100%;
	}
}
@media (max-width: 1024px) {
	#footer .right_block {
		padding-left: 210px;
	}
	#footer .left_block {
		width: 190px;
	}
}


@media (max-width: 970px) {
	#footer .right_block {
		padding-left: 200px;
	}
	
}
@media (max-width: 970px)  and (min-width: 900px){
	#footer .rows_block .col-3 {
		width: 25%;
	}
}
@media (max-width: 900px) {
	#footer .footer_inner .right_block {
		padding-left: 0px;
	}
	.mobile_copy,
	.artena,
	.artena a {
		display: flex !important;
		align-items: flex-start;
		gap: 4px;
	}
	.artena{
		flex-direction: column;
		align-items: flex-start;
	}
	.mobile_copy{
		justify-content: space-between;
	}
	.mobile_copy {
		padding: 0px 0px 17px;
		gap: 30px;
	}
	.copyright {
		padding: 0 !important;
	}
	#footer .cards_wrapper,
	#footer .agreement_wrapper{
		padding: 0;
	} 
}
@media (max-width: 767px) {
	.img_left,  
	.img_right{
		float: none;
		margin: 10px auto;
		display: block;
	}
}
@media (max-width: 680px) {
	#footer .copy_wrapper{
		width: 30%;
		text-align: left;
	}
	.footer_bottom_inner .rows_block .menus,
	.footer_bottom_inner .rows_block .soc {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.footer_bottom_inner .rows_block .soc .soc_wrapper {
		text-align: left;

	}
}
@media (max-width: 520px) {
	.mobile_copy {
		padding: 0px 0px 10px;
		gap: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#footer .copy_wrapper{
		width: auto;
		text-align: center;
	}
	.artena {
		align-items: center;
	}
	#footer .footer_bottom_inner .phone_block{
		padding: 0;
	}
	#footer .phone_wrap .icons {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	#footer .phone_wrap > span {
		text-align: left;
	}
	#footer .wrapper_inner .phones .order_wrap_btn {
		display: block;
	}
	#footer .footer_bottom_inner .phones .order_wrap_btn {
		margin: 10px 0px 16px 30px;
	}
	#footer .adr {
		font-size: 14px;
		text-align: left;
		margin: 0;
	}
}
@media screen and (max-width: 460px) {
  .modal_type_1 {
    justify-items: center;
    grid-template-areas:
    'mt1_h2 mt1_h2'
    'mt1_img mt1_img'
    'mt1_p mt1_p';
  }
}
@media (max-width: 425px) {
  .mobile_copy {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 400px) {
	#footer .footer_bottom_inner {
		padding: 0px 0px 10px;
	}
}