.basket_badge {
	position: absolute;
    left: -25px;
    top: -2%;
    width: 18px;
    height: 18px;
    font-size: 9px;
    border: 1px solid #e40224;
    background: #fff;
    color: #e40224;
    border-radius: 20px;
    padding-top: 3px;
    text-align: center;
    z-index: 2;
}
.review__item {
    width: 100%;
    -webkit-box-shadow: 0 8px 15px 1px rgb(133 133 133 / 24%);
    box-shadow: 0 8px 15px 1px rgb(133 133 133 / 24%);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 25px;
    margin-bottom: 17px;
}
#searchrow .searchbut {
	position: absolute;
    background-image: url();
    width: 20px;
    height: 20px;
    background-image: url(/templates/skr-auto/img/search__icon.png);
    background-repeat: no-repeat;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

form {
	margin-block-end: 0em;
}

.c-block-card {
    display: flex;
}
.c-block-card__meta {
    flex: none;
    width: 100px;
    margin-right: 20px;
	margin-left: 5px;
}
.c-car-card--small {
    font-size: 12px;
}
.c-car-card {
    position: relative;
    font-size: 13px;
    line-height: 1.25;
    word-wrap: break-word;
    text-align: left;
}
.c-car-card__pic {
    position: relative;
}
.o-img:not(.is-transparent).has-darkening-hover {
    position: relative;
}
.o-img:not(.is-transparent).is-rounded {
    border-radius: 6px;
    z-index: 0;
}
.o-img {
    contain: content;
    display: block;
    position: relative;
    overflow: hidden;
}
.o-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-car-card__body {
    padding-top: 0.4em;
    color: gray;
}
.c-cp .c-link:not(.c-link--nd) {
    background-position: 0 91%!important;
}
.c-car-title {
    font-weight: bold;
}
.c-link--text {
    color: var(--theme-normal);
}
.c-link {
    color: #205090;
    text-decoration: none;
}
.c-car-card--small .c-car-card__owner, .c-car-card--small .c-car-card__info {
    margin-top: 2px;
    font-size: 11px;
}
.c-car-card__owner, .c-car-card__info {
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.1;
}
.c-cp .c-link:not(.c-link--nd) {
    background-position: 0 91%!important;
}
.c-username--wrap {
    white-space: normal;
}
.c-username {
    font-weight: bold;
    white-space: nowrap;
}
.c-link--color00 {
    color: var(--theme-username-00);
}
.c-link {
    color: #000;
	font-size: 10px;
    text-decoration: none;
}
.c-link--positive {
    color: #5ea137;
}
.c-author__date {
    margin-top: 2px;
    color: gray;
    font-size: 10px;
}
.c-post-rating {
    display: flex;
    justify-content: space-between;
    margin: -4px 0 14px;
    font-size: 13px;
}
.c-post-rating>:first-child {
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 20px;
}
.c-rating {
    color: #5ea137;
    font-weight: bold;
	font-size: 11px;
}
.c-com-feedback-card {
    position: relative;
    background-color: #fff;
    color: #333;
    word-break: break-word;
    border-radius: 6px;
	    border: 1px solid #9e9e9e42;
    /*box-shadow: #000;*/
    overflow: hidden;
    z-index: 0;
	min-width: 340px;
    width: 99%;
    display: flex;
    flex-direction: column;
    padding: 10px 10px;
}
.c-com-feedback-card__body {
    font-family: Georgia,serif,rouble;
    font-style: italic;
    text-align: center;
    flex: 1 1 auto;
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.c-com-feedback-card__body>div {
    max-width: 100%;
    margin: 0 1em;
}
.c-com-feedback-card__body--xxl {
    font-size: 20px;
    line-height: 1.25;
}
.card-link {
	padding-top: 15px;
    text-align: center;
}
.card-link a {
    font-size: 12px;
    color: gray!important;
	cursor: pointer;
}
.card-link a:hover {
    color: #000!important;
}
.c-rating x-icon {
    display: inline-block;
    /*width: 1em;
    height: 1em;*/
    margin-top: -1em;
    fill: currentColor;
}
x-icon {
    contain: content;
    display: inline-block;
}
.c-post-rating:after {
    flex: none;
    content: "";
    width: 1.2em;
    height: 1.2em;
    margin-top: 1px;
    line-height: 0;
    background: center / 100% 100% var(--res-check);
}
@media only screen and (max-width: 568px) { 
	.c-com-feedback-card {
		min-width: 190px;
		width: 100%;}
	.c-com-feedback-card__body--xxl {
		font-size: 16px;
		line-height: 1.25;}
	.c-com-feedback-card__body {
		font-family: Georgia,serif,rouble;
		font-style: italic;
		text-align: center;
		flex: 1 1 auto;
		display: flex;
		/* margin-top: 10px; */
		/* margin-bottom: 10px; */
		min-height: 50px;
		align-items: center;
		justify-content: center;
		font-size: 16px;}
	.c-rating {
		color: #5ea137;
		font-weight: bold;
		font-size: 9px;}
	}
/************************* Popup *************************/
.button {
  min-width: 160px;
  height: 49px;
    -webkit-box-shadow: 0 4px 9px 1px rgba(228, 2, 36, 0.35);
            box-shadow: 0 4px 9px 1px rgba(228, 2, 36, 0.35);
    border-radius: 24px;
    background-color: #e40224;
	color: #fff;
    padding-left: 0;
    cursor: pointer;
	margin-right: 5px; }
    .button:hover {
      background-color: #cc0033;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .button:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  
.popup {
	display: none;
	max-width: 666px;
	border-radius: 12px;
	border: 1px solid #F4F2F1;
}
.popup.fancybox-content {padding: 42px 40px 70px;}
.popup-title {
	margin: 0 0 18px;
	color: #000;
	font-weight: 600;
	font-size: 26px;
	line-height: 36px;
	text-align: center;
}
.popup-prod {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 0 32px;
}
.popup-prod-img {
	width: 90px;
	min-width: 90px;
	margin: 0 11px 0 0;
	border: 2px solid #F4F2F1;
	box-sizing: border-box;
	border-radius: 12px;
	background: center none;
	background-size: cover;
}
.popup-prod-img img {
	width: 100%;
}
.popup-prod-name {
	color: #261421;
	margin: 0 0 0px;
	text-align: justify;
}
.popup-prod-price {
	font-weight: bold;
	font-size: 16px;
	color: #261421;
}
.price-old {
	margin-right: 0;
    font-weight: 300;
    color: #787c7e;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.captcha {margin: 0 0 3px;}
.captcha img {width: 100%;}
.popup-form {
	padding: 20px 10px 0px;
}
.popup-form p {
	padding-top: 15px;
}
.popup-form a {
	font: 10pt Verdana;
}
.form-note {
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 22px;
	color: #807A7E;
}
.form-title-min {
	margin: 0 0 10px;
	font-size: 16px;
	color: #261421;
}
.popup-form .input {
	width: 100%;
	border-radius: 25px;
	background-color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}
.popup-form input:hover, .popup-form input:focus {
		width: 100%;
		border-radius: 25px;
		background-color: #ffffff;
		margin-bottom: 20px; }
		
.popup .form-button .button {
	width: 100%;
	padding: 10px;
	max-width: 200px;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
}
.popup .form-button .button:hover {
	background-color: #d57056;
}
.popup-window {
	display: block;
    position: absolute;
    left: 455px;
    top: 611.5px;
    z-index: 1950 !important;
    background-color: #fff;
}
.popup-window-titlebar {
    background-color: #fff;
	text-align: center;
	height: 60px!important;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #72592e;
    display: inline-block;
    font-size: 20px!important;
    font-weight: bold;
    max-width: 100%!important;
    line-height: 49px!important;
    overflow: hidden;
    padding: 20px 30px 0 10px!important;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.popup-window-content p {
	font-size: 14px!important;
    padding: 20px 0 0 0!important;
    margin-bottom: -10px!important;
    color: #261421!important;
}
.popup-window-close-icon {
    cursor: pointer;
    height: 30px!important;
    outline: 0;
    /* opacity: .5; */
    position: absolute;
    right: 0;
    top: 0;
    width: 30px!important;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
}
.popup-window-close-icon:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 17px!important;
    height: 17px!important;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.787 1L5 3.787 2.213 1 1 2.213 3.787 5 1 7.787 2.213 9 5 6.213 7.787 9 9 7.787 6.213 5 9 2.213' fill='%23999' fill-rule='evenodd'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}

.popup-auth {
	display: none;
	width: 380px;
	max-width: 666px;
	border-radius: 12px;
	border: 1px solid #F4F2F1;
}
.popup-auth.fancybox-content {padding: 10px 50px 10px;}
@media (max-width: 767px){
	.header__medium__menu {
		justify-content: space-around;
		left: 15px;
		position: relative;
	}
	.header__medium__menu__search {
		display: none;
	}
	.service__links {
		margin-bottom: 30px;
	}
    .popup.fancybox-content {
		padding: 30px; 
	}
}
@media (max-width: 992px){
	.header__medium__menu {
		justify-content: space-around;
		left: 15px;
		position: relative;	
	}
	.header__medium__menu__search {
		display: none;
	}
	.header__medium__menu__basket {
		position: relative;
		margin-right: 10px;
		/*display: none;*/
	}
}
/*** Popup end *****/
.badge{
	max-width: 60vw;
}
.catalog{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    padding-bottom: 80px;
    padding-top: 20px;
}
@media (max-width: 1279px){
    .catalog{
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 767px){
    .catalog{
        grid-template-columns: repeat(1,1fr);
    }
	.repair-suv__btn__price {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		/* width: 100%; */
		padding-top: 75px;
	}
	.repair-suv__btn__price__item {
		margin-right: 10px;
		width: 320px;
		position: relative;
		top: 10px;
		right: 55%;
	}
}
.catalog__item{
    display: block;
    box-shadow: 0px 8px 15px 1px rgba(133,133,133,0.23);
    border-radius: 20px;
    overflow: hidden;
    padding: 30px 12px 10px 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -ms-transition: transform 0.7s;
    -o-transition: transform 0.7s;
    text-decoration: none;
}
.catalog__item:hover{
    cursor: pointer;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}
.catalog__image{
    margin-left: 8px;
	margin-bottom: 15px;
}
.catalog__descr{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #414141;
	margin-bottom: 15px;
}
/*Articles*/
.articles{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    padding-bottom: 80px;
    padding-top: 20px;
}
@media (max-width: 1279px){
    .articles{
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 767px){
    .articles{
        grid-template-columns: repeat(1,1fr);
    }
}
.articles__item{
    display: block;
    box-shadow: 0px 8px 15px 1px rgba(133,133,133,0.23);
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -ms-transition: transform 0.7s;
    -o-transition: transform 0.7s;
    text-decoration: none;
}
.articles__item:hover{
    cursor: pointer;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}
.articles__image{
    margin-left: 8px;
	max-width: 100%;
}
.articles__descr{
	padding: 20px 10px 10px 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #414141;
}
/*Team*/
.team{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    padding-bottom: 80px;
    padding-top: 20px;
}
@media (max-width: 1279px){
    .team{
        grid-template-columns: repeat(3,1fr);
    }
}
@media (max-width: 767px){
    .team{
        grid-template-columns: repeat(1,1fr);
    }
}
.team__item{
    display: block;
    box-shadow: 0px 8px 15px 1px rgba(133,133,133,0.23);
    border-radius: 20px;
    overflow: hidden;
    padding: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: transform 0.7s;
    -webkit-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -ms-transition: transform 0.7s;
    -o-transition: transform 0.7s;
    text-decoration: none;
}
.team__item:hover{
    cursor: pointer;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}
.team__image{
	max-width: 100%;
	width: 100%;
}
.team__descr{
	padding: 20px 10px 10px 10px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #414141;
	text-align: center;
}
.team__status{
	padding: 5px 10px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #414141;
	text-align: center;
}

div#shadwin {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
}

div#shadwin div {
    position: relative;
    display: inline-block;
    margin: auto;
    margin-top: 5%;
    padding: 10px;
    border: 0;
    background: #FFF;
    top: 10%;
}
div#shedule_module {
    display: block;
    text-align: center;
    position: relative;
}
div#shedule_module div#warning {
    border: 2px solid #A50;
    background: rgba(255,230,210,1);
    color: #530;
    font: italic 12pt Arial;
    text-align: justify;
    position: absolute;
    left: -10px;
    top: 420px;
    width: 100%;
    height: auto;
    z-index: 3;
    cursor: default;
}
div#shedule_module span.close {
    position: absolute;
    display: inline-block;
    top: 15px;
    left: 15px;
    font: 12pt Arial;
    background: rgba(0,0,0,.5);
    padding: 3px 7px;
    color: #FFF;
    border-radius: 7px;
}

.skr-auto__banner {
  padding-top: 260px;
  margin-bottom: 75px; }
  @media only screen and (max-width: 568px) {
    .skr-auto__banner {
      padding-top: 220px; } }

.skr-auto__banner__wrapper {
  background: url(../img/skr__bg.png);
  background-repeat: no-repeat;
  border-radius: 20px;
  background-color: #171717;
  padding-top: 130px;
  padding-left: 100px;
  padding-bottom: 130px; }
  .skr-auto__banner__wrapper h2 {
    max-width: 610px;
    width: 100%;
    color: #ffffff;
    font-family: 'GilroyBold';
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 50px;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 40px; }
    .skr-auto__banner__wrapper h2 span {
      color: #e40224;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      text-transform: uppercase; }
    @media only screen and (max-width: 768px) {
      .skr-auto__banner__wrapper h2 {
        font-size: 24px; } }
    @media only screen and (max-width: 568px) {
      .skr-auto__banner__wrapper h2 {
        text-align: center;
        font-size: 20px; } }
  @media only screen and (max-width: 992px) {
    .skr-auto__banner__wrapper {
      padding: 50px; } }
  @media only screen and (max-width: 768px) {
    .skr-auto__banner__wrapper {
      background-size: cover; } }
  @media only screen and (max-width: 568px) {
    .skr-auto__banner__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 30px; } }
.btn {
  width: 180px;
  height: 49px;
  border-radius: 24px;
  background-color: #e40224;
  color: #ffffff;
  font-family: "GilroyRegular";
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  letter-spacing: 0.18px;
  line-height: normal;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .btn:hover {
    background-color: #cc0033;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .btn a {
	  color: #fff;
	  text-decoration: none; }

.model {
  margin-bottom: 70px; }
  .model h2 {
    margin-bottom: 60px; }

.model__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .model__wrapper {
		display: grid;
		gap: 20px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		grid-template-columns: repeat(2,1fr); } }

.model__item {
  max-width: 280px;
  width: 100%;
  height: 273px;
  -webkit-box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
          box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
  border-radius: 20px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 15px;
  margin-bottom: 10px;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  margin-right: 20px; }
  .model__item p {
    color: #e40224;
    font-family: "GilroySemiBold";
    font-size: 18px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: 0.18px;
    line-height: normal; }
  .model__item:hover {
    -webkit-box-shadow: 0 4px 10px 1px rgba(133, 133, 133, 0.5);
            box-shadow: 0 4px 10px 1px rgba(133, 133, 133, 0.5);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s; }
  .model__item:nth-child(4n) {
    margin-right: 0; }
    @media only screen and (max-width: 1200px) {
      .model__item:nth-child(4n) {
        margin-right: 20px; } }
  @media only screen and (max-width: 1200px) {
    .model__item:nth-child(3n) {
      margin-right: 0; } }
  @media only screen and (max-width: 992px) {
    .model__item {
      max-width: 200px;
      height: 200px; } }
  @media only screen and (max-width: 768px) {
    .model__item {
      max-width: 245px;
      margin-right: 0; }
      .model__item:nth-child(4n) {
        margin-right: 0; } }
  @media only screen and (max-width: 568px) {
    .model__item {
      max-width: 100%;
      height: 220px; } }

.model__item__img {
  max-width: 240px;
  width: 100%;
  margin-bottom: 20px; }
  .model__item__img img {
    width: 100%; }
  @media only screen and (max-width: 992px) {
    .model__item__img {
      max-width: 160px; } }
  @media only screen and (max-width: 568px) {
    .model__item__img {
      max-width: 200px; } }
.about__us {
  margin-bottom: 30px; }
  .about__us h2 {
    margin-bottom: 60px; }

.about__us__wrapper p {
  color: #414141;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 30px;
  text-align: left;
  font-family: "GilroyRegular";
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 5px; }
  .about__us__wrapper p span {
    font-family: "GilroySemiBold";
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; }

.about__us__wrapper h5 {
  color: #e40224;
  font-size: 18px;
  font-family: "GilroySemiBold";
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 5px; }

.about__us__text1 {
  margin-bottom: 30px; }

.advantages {
  margin-bottom: 30px; }
  .advantages h4 {
    margin-bottom: 20px;
    color: #414141;
    font-family: "GilroySemiBold";
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; }

.advantages__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.advantages__wrapper__inner {
  max-width: 1084px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media only screen and (max-width: 992px) {
    .advantages__wrapper__inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; 
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2,1fr); } }

.advantages__inner__img {
  max-width: 100px;
  width: 100%; }
  .advantages__inner__img img {
    width: 100%; }

.advantages__inner {
  max-width: 223px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .advantages__inner p {
    color: #414141;
    font-family: 'GilroyMedium';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: center;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; }
  @media only screen and (max-width: 992px) {
    .advantages__inner {
      margin: 10px 10px 10px 0; } }


.articless h2 {
  margin-bottom: 60px; }

.articless__container {
  padding-bottom: 80px; }

.articless__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 580px;
  width: 100%;
  -webkit-box-shadow: 0 6px 19px 2px rgba(133, 133, 133, 0.2);
          box-shadow: 0 6px 19px 2px rgba(133, 133, 133, 0.2);
  border-radius: 20px;
  background-color: #ffffff; }
  @media only screen and (max-width: 1200px) {
    .articless__slide {
      max-width: 100%; } }

.articless__slide__img {
  max-width: 200px;
  width: 100%; }
  .articless__slide__img img {
    width: 100%;
    display: block;
    /*height: 100%;*/
	padding-top: 20%; }
  @media only screen and (max-width: 568px) {
    .articless__slide__img {
      display: none; } }

.articless__slide__text {
  padding: 25px; }
  .articless__slide__text h5 {
    color: #e40224;
    font-family: "GilroySemiBold";
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .articless__slide__text h5 {
        font-size: 18px; } }
  .articless__slide__text p {
    color: #414141;
    font-family: 'GilroyRegular';
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .articless__slide__text p {
        font-size: 16px; } }
  .articless__slide__text a {
    color: #878787;
    font-family: 'GilroyMedium';
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal; }
    @media only screen and (max-width: 768px) {
      .articless__slide__text a {
        font-size: 16px; } }
  @media only screen and (max-width: 768px) {
    .articless__slide__text {
      padding: 15px; } }
  @media only screen and (max-width: 568px) {
    .articless__slide__text {
      padding: 20px; } }

.popular-services {
  background-color: #f3f3f3;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-bottom: 80px; }
  .popular-services .service {
    margin-bottom: 0; }

.popular-services__container .service__slide__img p {
  max-width: 280px;
    border-radius: 20px;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 85%);
    color: #fff;
    font-family: 'GilroyMedium';
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 25px;
    text-align: center;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    padding-top: 25%;
    padding-left: 20px;
    padding-right: 20px;
}

.service__slide.swiper-slide-active .service__slide__img p {
	background: rgb(166 5 29 / 85%);
}

.service {
  position: relative;
  margin-bottom: 80px; }
  .service h2 {
    margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .service {
      margin-bottom: 30px; } }

.service__container {
  padding-bottom: 20px; }

.service__slide {
  background-color: rgb(0 0 0 / 40%);
  border-radius: 20px;
  position: relative;
  max-width: 280px;
  width: 100%;
  /*height: auto;*/
  -webkit-box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24);
          box-shadow: 0 8px 15px 1px rgba(133, 133, 133, 0.24); }

.service__slide.swiper-slide-active {
  background-color: #a6051d; }
  .service__slide.swiper-slide-active .service__slide__arrow {
    background-color: #fff; }
    .service__slide.swiper-slide-active .service__slide__arrow svg {
      fill: #e40224; }

.service__slide__arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 63px;
  content: "";
  border-radius: 20px 0;
  z-index: 2;
  background-color: #e40224;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .service__slide__arrow svg {
    width: 20px;
    height: 28px;
    fill: #fff; }

.service__slide__sale {
  position: absolute;
  z-index: 2;
  width: 145px;
  height: 26px;
  background: url(../img/service__slide__sale__after.png) no-repeat;
  top: 20px;
  left: 0px;
  padding-left: 20px; }
  .service__slide__sale p {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase; }

.service__slide__img {
  width: 100%;
  height: 100%; }
  .service__slide__img img {
    width: 100%;
    height: 100%;
    display: block;
	border-radius: 18px; }
  .service__slide__img p {
    max-width: 213px;
    width: 100%;
    color: #ffffff;
    font-family: "GilroySemiBold";
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.swiper-button-next {
  position: absolute;
  width: 15px;
  height: 27px;
  right: 0;
  top: 50px; }
  .swiper-button-next:before {
    position: absolute;
    width: 15px;
    height: 27px;
    top: 0;
    left: 0;
    content: url(../img/arrow__next.png); }

.swiper-button-prev {
  position: absolute;
  right: 65px;
  top: 50px;
  width: 15px;
  height: 27px; }
  .swiper-button-prev:before {
    position: absolute;
    width: 15px;
    height: 27px;
    top: 0;
    left: 0;
    content: url(../img/arrow__next.png);
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
.galery{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
	margin-bottom:40px;
}
.galery__item{
    width: 100%;
    /*display: -webkit-inline-box;*/
    display: flex;
    box-shadow: 0px 8px 15px 1px rgba(133,133,133,0.23);
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}
.galery__image{
    width: 150px;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    object-fit: cover;
}
.galery__content{
    margin-left: 20px;
    padding-right: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}
.galery__price{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #414141;
	padding-top: 20px;
    padding-bottom: 20px;
}
/*.galery__price span{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #e40224;
    margin-top: 11px;
}*/
.galery__price span{
    display: block;
    font-size: 26px;
    font-weight: 600;
    color: #e40224;
}
@media (max-width: 1023px){
    .galery{
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width: 767px){
    .galery{
		margin-top:0px;
        grid-template-columns: repeat(1,1fr);
    }
	.galery__item{
		width: 100%;
		display: -webkit-inline-box;
		box-shadow: 0px 8px 15px 1px rgba(133,133,133,0.23);
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		overflow: hidden;
	}
	.galery__image {
		width: 118px;
		margin-left: 3px;
		height: 100%;
		border-radius: 20px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		-ms-border-radius: 20px;
		-o-border-radius: 20px;
		object-fit: cover;
	}
	.galery__content {
		margin-left: 20px;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-bottom: 20px;
		width: 60%;
	}
}
.banner{
    background-image: url(../img/jap_mainslide.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 100px;
    margin-bottom: 80px;
    border-radius: 20px;
    /*margin-top: 45px;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
@media (max-width: 767px){
    .banner{
        padding: 13px 10px;
        margin-bottom: 40px;
    }
    
}
.banner__title{
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
}

.banner__title span{
    color: #e40224;
}
@media (max-width: 767px){
	#basket_action .button {
		margin-bottom: 10px;
	}
    .banner__title{
        font-size: 16px;
		line-height: 20px;
    }
	.swiper-wrapper {
		position: relative;
		width: 100%;
		/* height: 100%; */
		z-index: 1;
		display: grid;
		gap: 10px;
		grid-template-columns: repeat(2,1fr);
		transition-property: transform;
		box-sizing: content-box;
	}
	.popular-services__container .service__slide__img p {
		max-width: 280px;
		border-radius: 20px;
		height: 100%;
		width: 100%;
		background: rgb(0 0 0 / 85%);
		color: #fff;
		font-family: 'GilroyMedium';
		font-size: 14px;
		font-weight: 500;
		font-style: normal;
		letter-spacing: normal;
		line-height: 25px;
		text-align: center;
		font-style: normal;
		letter-spacing: normal;
		line-height: normal;
		padding-top: 25%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.articless__slide__text {
		padding: 10px;
	}
}
#searchstring{border:1px solid #d6d5d5;}

table#servicetable{border-collapse:collapse;margin:auto; display: block; flex-wrap: wrap; flex-direction: column; overflow: scroll; overflow-x: auto; -webkit-overflow-scrolling: touch; }