.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;
}

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: 10px; }
    .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: center;
	}
	.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: center;
	}
	.header__medium__menu__search {
		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;
}
.catalog__descr{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: #414141;
}
/*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;
}
/* Shinomontaj */
.tire-service {
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: 'GilroyRegular';
  color: #414141;
  background-color: #f3f3f3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.tire-service__container {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.tire-service__title {
  max-width: 450px;
  margin-bottom: 60px; }

.tire-service__text {
  font-size: 18px;
  line-height: 30px;
  max-width: 800px;
  margin: 0;
  margin-bottom: 30px; }

.tire-service__button {
  font-size: 18px;
  line-height: 36px;
  padding: 6px 20px 7px;
  border-radius: 24px;
  background-color: #e40224;
  color: #ffffff;
  font-family: "GilroyRegular";
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1px; }

@media only screen and (max-width: 1600px) {
  .tire-service {
    background-position: right 30% center; } }

@media only screen and (max-width: 1200px) {
  .tire-service {
    padding-top: 40px;
    padding-bottom: 40px; }
  .tire-service__text {
    font-size: 16px;
    line-height: 26px;
    max-width: 660px; } }

@media only screen and (max-width: 992px) {
  .tire-service__text {
    max-width: 500px; } }

@media only screen and (max-width: 768px) {
  .tire-service {
    padding-top: 30px;
    padding-bottom: 30px; }
  .tire-service__title {
    max-width: 380px; }
  .tire-service__text {
    font-size: 14px;
    line-height: 20px;
    max-width: 400px; } }

@media only screen and (max-width: 568px) {
  .tire-service {
    position: relative; }
    .tire-service::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6); }
  .tire-service__container {
    position: relative;
    z-index: 1; }
  .tire-service__button {
    -ms-flex-item-align: center;
        align-self: center; } }

.service-prices {
  margin-bottom: 50px;
  color: #414141;
  font-family: 'GilroyRegular'; }

.main .service-prices {
  display: block; }

.service-prices__title {
  margin-bottom: 60px; }

.service-prices__tabs-wrapper {
  margin-bottom: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 0 1px #e8e8e8;
          box-shadow: 0 0 0 1px #e8e8e8; }

.service-prices__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.service-prices__tab {
  font-size: 20px;
  line-height: 36px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  font-family: "GilroyMedium";
  text-transform: uppercase;
  text-decoration: none;
  background-color: #e8e8e8;
  text-align: center; }
  .service-prices__tab:not(:hover) {
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .service-prices__tab:first-child {
    border-top-left-radius: 20px; }
  .service-prices__tab:last-child {
    border-top-right-radius: 20px; }
  .service-prices__tab:hover {
    outline: none;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #e40224; }
  .service-prices__tab.active {
    color: #e40224;
    background-color: #ffffff; }

.service-prices__tab-content {
  display: none;
  padding: 20px; }
  .service-prices__tab-content h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px; }
    .service-prices__tab-content h3 span {
      font-family: "GilroySemibold";
      color: #e40224;
      text-transform: uppercase; }
  .service-prices__tab-content p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 5px; }
    .service-prices__tab-content p:last-child {
      margin-bottom: 0; }
  .service-prices__tab-content.active {
    display: block; }

.service-prices__table-wrapper {
  width: 100%;
  overflow: auto;
  border-radius: 20px;
  -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-prices__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
  .service-prices__table tr:first-child th,
  .service-prices__table tr:first-child td {
    border-top: none; }
    .service-prices__table tr:first-child th:first-child,
    .service-prices__table tr:first-child td:first-child {
      border-top-left-radius: 20px; }
    .service-prices__table tr:first-child th:last-child,
    .service-prices__table tr:first-child td:last-child {
      border-top-right-radius: 20px; }
  .service-prices__table tr:last-child th,
  .service-prices__table tr:last-child td {
    border-bottom: none; }
    .service-prices__table tr:last-child th:first-child,
    .service-prices__table tr:last-child td:first-child {
      border-bottom-left-radius: 20px; }
    .service-prices__table tr:last-child th:last-child,
    .service-prices__table tr:last-child td:last-child {
      border-bottom-right-radius: 20px; }
  .service-prices__table tr th:first-child,
  .service-prices__table tr td:first-child {
    border-left: none; }
  .service-prices__table tr th:last-child,
  .service-prices__table tr td:last-child {
    border-right: none; }
  .service-prices__table th,
  .service-prices__table td {
    padding: 14px 20px;
    border: 1px solid #e0e0e0;
    text-align: center; }
    .service-prices__table th b,
    .service-prices__table td b {
      font-family: "GilroySemibold"; }
  .service-prices__table th {
    font-size: 20px;
    line-height: 26px;
    font-family: "GilroyMedium";
    background-color: #e8e8e8;
    color: #e40224; }
    .service-prices__table th span {
      display: block;
      border-bottom: 1px solid #ffffff;
      white-space: nowrap; }
  .service-prices__table td {
    font-size: 18px;
    line-height: 24px; }

@media only screen and (max-width: 1200px) {
  .service-prices__tab {
    font-size: 16px;
    line-height: 28px;
    padding: 10px; }
  .service-prices__tab-content p {
    font-size: 16px;
    line-height: 22px; }
  .service-prices__table th,
  .service-prices__table td {
    padding: 10px 15px; }
  .service-prices__table th {
    font-size: 18px;
    line-height: 24px; }
    .service-prices__table th span {
      white-space: unset; }
  .service-prices__table td {
    font-size: 16px;
    line-height: 22px; } }

@media only screen and (max-width: 992px) {
  .service-prices__tab {
    font-size: 14px;
    line-height: 24px;
    padding: 10px; }
  .service-prices__tab-content h3 {
    font-size: 14px;
    line-height: 18px; }
  .service-prices__tab-content p {
    font-size: 14px;
    line-height: 18px; }
  .service-prices__table th,
  .service-prices__table td {
    padding: 10px 8px; }
  .service-prices__table th {
    font-size: 16px;
    line-height: 22px; }
  .service-prices__table td {
    font-size: 14px;
    line-height: 20px; } }

@media only screen and (max-width: 768px) {
  .service-prices__tab {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 5px; }
  .service-prices__tab-content {
    padding: 15px 15px; }
    .service-prices__tab-content h3 {
      font-size: 14px;
      line-height: 18px; }
    .service-prices__tab-content p {
      font-size: 14px;
      line-height: 18px; }
  .service-prices__table th,
  .service-prices__table td {
    padding: 8px 4px; }
  .service-prices__table th {
    font-size: 13px;
    line-height: 20px; }
  .service-prices__table td {
    font-size: 12px;
    line-height: 18px; } }

@media only screen and (max-width: 568px) {
  .service-prices__tab {
    font-size: 9px;
    line-height: 14px;
    padding: 10px 5px; } }

.waiting-area {
  margin-bottom: 50px;
  color: #414141;
  font-family: 'GilroyRegular'; }

.waiting-area__title {
  margin-bottom: 60px; }

.waiting-area__content {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.waiting-area__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.waiting-area__slider-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 553px;
  width: 400px;
  padding-bottom: 19px;
  padding-right: 20px;
  overflow: hidden; }
  .waiting-area__slider-container .waiting-area__slider-pagination {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 20px; }
    .waiting-area__slider-container .waiting-area__slider-pagination .swiper-pagination-bullet {
      width: 2px;
      height: 72px;
      margin-bottom: 20px;
      background-color: #c8c6c6;
      border-radius: 0; }
      .waiting-area__slider-container .waiting-area__slider-pagination .swiper-pagination-bullet:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      @media only screen and (min-width: 1025px) {
        .waiting-area__slider-container .waiting-area__slider-pagination .swiper-pagination-bullet:hover {
          outline: none;
          cursor: pointer;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          background-color: #e40224; } }
      .waiting-area__slider-container .waiting-area__slider-pagination .swiper-pagination-bullet-active {
        background-color: #e40224; }
      .waiting-area__slider-container .waiting-area__slider-pagination .swiper-pagination-bullet:last-child {
        margin-bottom: 0; }

.waiting-area__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.waiting-area__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-shadow: 0 8px 10px 1px rgba(133, 133, 133, 0.24);
          box-shadow: 0 8px 10px 1px rgba(133, 133, 133, 0.24);
  border-radius: 20px; }
  .waiting-area__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px; }

.waiting-area__text {
  font-size: 18px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 400px); }
  .waiting-area__text h3 {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
    font-family: "GilroyBold";
    color: #e40224; }
  .waiting-area__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
    font-family: "GilroyBold"; }
    .waiting-area__text ul li {
      position: relative;
      margin-bottom: 10px;
      padding-left: 10px; }
      .waiting-area__text ul li::before {
        content: "-";
        position: absolute;
        left: 0; }
  .waiting-area__text p {
    margin: 0;
    margin-bottom: 10px; }
    .waiting-area__text p span {
      color: #e40224; }
    .waiting-area__text p:last-child {
      margin-bottom: 0; }

@media only screen and (max-width: 1200px) {
  .waiting-area__content {
    background-position: left 30% center; }
  .waiting-area__text {
    font-size: 16px;
    line-height: 24px; }
    .waiting-area__text h3 {
      font-size: 16px;
      line-height: 24px; } }

@media only screen and (max-width: 992px) {
  .waiting-area__content {
    padding: 40px 0; }
  .waiting-area__slider-container {
    height: 500px;
    width: 300px; }
  .waiting-area__text {
    font-size: 14px;
    line-height: 20px;
    width: calc(100% - 300px); }
    .waiting-area__text h3 {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 10px; }
    .waiting-area__text ul li {
      margin-bottom: 5px; }
    .waiting-area__text p {
      margin-bottom: 5px; } }

@media only screen and (max-width: 768px) {
  .waiting-area__content {
    padding: 30px 0; }
  .waiting-area__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .waiting-area__slider-container {
    width: 100%;
    height: 680px;
    padding-right: 0; }
  .waiting-area__text {
    width: 100%;
    margin-bottom: 20px; }
    .waiting-area__text h3 {
      font-size: 16px; }
  .waiting-area__slider {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; } }

@media only screen and (max-width: 568px) {
  .waiting-area__content {
    padding-bottom: 0; }
  .waiting-area__slider-container {
    height: 500px; }
    .waiting-area__slider-container .waiting-area__slider-pagination .swiper-pagination-bullet {
      height: 25px;
      margin-bottom: 15px; } }

.equipment {
  margin-bottom: 50px;
  color: #414141;
  font-family: 'GilroyRegular'; }

.equipment__title {
  margin-bottom: 60px; }

.equipment__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.equipment__item {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .equipment__item:nth-child(odd) {
    background-color: #f3f3f3; }
    .equipment__item:nth-child(odd) .equipment__item-content {
      margin-left: auto; }

.equipment__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 580px; }
  .equipment__item-content h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 30px;
    font-family: "GilroySemibold";
    color: #e40224; }
  .equipment__item-content p {
    font-size: 21px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 5px; }
    .equipment__item-content p:last-child {
      margin-bottom: 0; }

@media only screen and (max-width: 1600px) {
  .equipment__item-content p {
    font-size: 18px;
    line-height: 22px; } }

@media only screen and (max-width: 1200px) {
  .equipment__item {
    padding: 40px 0; }
  .equipment__item-content h3 {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 15px; }
  .equipment__item-content p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px; } }

@media only screen and (max-width: 992px) {
  .equipment__item {
    padding: 30px 0;
    position: relative; }
    .equipment__item::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6); }
  .equipment__item-content {
    position: relative;
    z-index: 1; } }

@media only screen and (max-width: 768px) {
  .equipment__item-content {
    max-width: 400px; }
    .equipment__item-content h3 {
      font-size: 22px;
      line-height: 22px; }
    .equipment__item-content p {
      font-size: 14px;
      line-height: 18px; } }

@media only screen and (max-width: 568px) {
  .equipment__item-content {
    max-width: 400px; }
    .equipment__item-content h3 {
      font-size: 20px;
      line-height: 20px; } }

.specialists {
  padding-bottom: 50px;
  color: #414141;
  font-family: 'GilroyRegular'; }

.main .specialists {
  display: block; }

.specialists__title {
  margin-bottom: 60px; }

.specialists__slider-container {
  overflow: hidden; }
  .specialists__slider-container .specialists__slider-pagination {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .specialists__slider-container .specialists__slider-pagination .swiper-pagination-bullet {
      width: 72px;
      height: 2px;
      margin-right: 20px;
      background-color: #c8c6c6;
      border-radius: 0; }
      .specialists__slider-container .specialists__slider-pagination .swiper-pagination-bullet:not(:hover) {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
      @media only screen and (min-width: 1025px) {
        .specialists__slider-container .specialists__slider-pagination .swiper-pagination-bullet:hover {
          outline: none;
          cursor: pointer;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          background-color: #e40224; } }
      .specialists__slider-container .specialists__slider-pagination .swiper-pagination-bullet-active {
        background-color: #e40224; }
      .specialists__slider-container .specialists__slider-pagination .swiper-pagination-bullet:last-child {
        margin-right: 0; }

.specialists__slider {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.specialists__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 342px; }
  .specialists__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 20px; }

@media only screen and (max-width: 1200px) {
  .specialists__slide {
    height: 270px; } }

@media only screen and (max-width: 992px) {
  .specialists__slide {
    height: 200px; } }

@media only screen and (max-width: 768px) {
  .specialists__slide {
    height: 150px; } }

@media only screen and (max-width: 568px) {
  .specialists__slider {
    margin-bottom: 15px; }
  .specialists__slide {
    height: 220px; }
  .specialists__slider-container .specialists__slider-pagination .swiper-pagination-bullet {
    width: 25px;
    margin-right: 15px; } }
/* Shinomontaj end */