@charset "UTF-8";

/* responsive*/

.price-card__btn,
.service__btn,
.offer-btn {
  background: #f37119;
  border-radius: 10px;
  width: 380px;
  padding: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: background 0.7s ease-out, color 0.7s ease-out;
  -o-transition: background 0.7s ease-out, color 0.7s ease-out;
  transition: background 0.7s ease-out, color 0.7s ease-out;
}

.price-card__btn:hover,
.service__btn:hover,
.offer-btn:hover {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.7s ease-out;
  transition: -webkit-box-shadow 0.7s ease-out;
  -o-transition: box-shadow 0.7s ease-out;
  transition: box-shadow 0.7s ease-out;
  transition: box-shadow 0.7s ease-out, -webkit-box-shadow 0.7s ease-out;
}

.price-card__btn:active,
.service__btn:active,
.offer-btn:active {
  opacity: 0.6;
  -webkit-transition: opacity 0.7s ease-out;
  -o-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
}

.blog-card,
.price-card,
.advantage,
.service {
  background: #fff;
  border: 1px solid rgba(37, 49, 61, 0.1);
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.blog-card {
  cursor: pointer;
}

.menu-wrapper .sub-menu a:hover,
.menu-wrapper a {
  -webkit-transition: 0.8s color ease-out, 0.8s font-weight ease-out;
  -o-transition: 0.8s color ease-out, 0.8s font-weight ease-out;
  transition: 0.8s color ease-out, 0.8s font-weight ease-out;
}

.menu-wrapper .sub-menu a:hover,
.menu-wrapper a:hover {
  color: #f37119;
  font-weight: 600;
  -webkit-transition: 0.8s color ease-out, 0.8s font-weight ease-out;
  -o-transition: 0.8s color ease-out, 0.8s font-weight ease-out;
  transition: 0.8s color ease-out, 0.8s font-weight ease-out;
}

.menu-wrapper .sub-menu a:active:hover,
.menu-wrapper a:active {
  font-weight: 400;
  opacity: 0.8;
  -webkit-transition: 0.8s font-weight ease-out, 0.8s opacity ease-out;
  -o-transition: 0.8s font-weight ease-out, 0.8s opacity ease-out;
  transition: 0.8s font-weight ease-out, 0.8s opacity ease-out;
}

.blog-card,
.price-card,
.service {
  opacity: 1;
  -webkit-transition: 0.8s opacity ease-out, 0.8s -webkit-box-shadow ease-out;
  transition: 0.8s opacity ease-out, 0.8s -webkit-box-shadow ease-out;
  -o-transition: 0.8s box-shadow ease-out, 0.8s opacity ease-out;
  transition: 0.8s box-shadow ease-out, 0.8s opacity ease-out;
  transition: 0.8s box-shadow ease-out, 0.8s opacity ease-out, 0.8s -webkit-box-shadow ease-out;
}

.blog-card:hover,
.price-card:hover,
.service:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.8s -webkit-box-shadow ease-out;
  transition: 0.8s -webkit-box-shadow ease-out;
  -o-transition: 0.8s box-shadow ease-out;
  transition: 0.8s box-shadow ease-out;
  transition: 0.8s box-shadow ease-out, 0.8s -webkit-box-shadow ease-out;
}

.blog-card:active,
.price-card:active,
.service:active {
  opacity: 0.8;
  -webkit-transition: 0.8s opacity ease-out;
  -o-transition: 0.8s opacity ease-out;
  transition: 0.8s opacity ease-out;
}

/* speciffcation*/

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #25313d;
  line-height: 22px;
}

h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
}

h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  margin: 0 0 20px;
}

h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}

ul,
li {
  display: block;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

p {
  margin: 0;
}

input,
button {
  outline: none;
  border: none;
}

.text-desc {
  text-align: center;
  margin-bottom: 80px;
}

section {
  padding: 120px 0;
}

.header {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.gamburger-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-wrapper .logo-lg {
  display: none;
}

nav {
  display: block;
}

nav ul {
  padding-left: 0;
  margin: 0;
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.header-icons_sm {
  display: none;
}

.header-tel {
  font-weight: 600;
  color: #25313d;
  opacity: 1;
  -webkit-transition: 0.8s opacity ease-out;
  -o-transition: 0.8s opacity ease-out;
  transition: 0.8s opacity ease-out;
}

.header-tel:hover {
  opacity: 0.8;
  -webkit-transition: 0.8s opacity ease-out;
  -o-transition: 0.8s opacity ease-out;
  transition: 0.8s opacity ease-out;
}

.header-tel:active {
  opacity: 1;
}

.header-icons_menu {
  display: none;
}

.header-icons_menu .header-tel_sm {
  display: none;
}

/* == Menu */

/* ----------------------------- */

.menu-wrapper {
  position: relative;
  z-index: 10;
  /* the hidden link for RWD nav */
  /* the rest of the menu lvl 1 */
  /* current links */
  /* submenu ! */
  /* unhide the 2nd level */
}

.menu-wrapper .menu>li {
  position: relative;
  padding: 0.7em 16.5px;
  display: inline-block;
}

.menu-wrapper .menu>li:first-of-type {
  padding-left: 0;
}

.menu-wrapper .menu>li:last-of-type {
  padding-right: 0;
}

.menu-wrapper a.menu-link {
  display: none;
  padding: 0.7em 0;
  background: url("../img/gumburger.svg") no-repeat;
  width: 50px;
  height: 35px;
  background-size: 80%;
  margin: 8px 0 0;
  -webkit-transition: background 0.7s ease-out;
  -o-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
}

.menu-wrapper a.menu-link:hover {
  background: url("../img/gumburger-hover.svg") no-repeat;
  background-size: 80%;
  -webkit-transition: background 0.7s ease-out;
  -o-transition: background 0.7s ease-out;
  transition: background 0.7s ease-out;
}

.menu-wrapper a {
  display: block;
  position: relative;
  margin: 0 0.2em;
  font-size: 16px;
  color: #25313d;
  text-decoration: none;
}

.menu-wrapper .has-subnav>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu-wrapper .has-subnav>a::after {
  content: "";
  background: url("../img/icon/arrow-menu.svg") no-repeat;
  width: 12px;
  height: 8px;
  display: block;
  margin-left: 10px;
  -webkit-transition: 0.7s -webkit-transform ease-out;
  transition: 0.7s -webkit-transform ease-out;
  -o-transition: 0.7s transform ease-out;
  transition: 0.7s transform ease-out;
  transition: 0.7s transform ease-out, 0.7s -webkit-transform ease-out;
}

.menu-wrapper .sub-menu {
  margin: 7px 0 0 -0.7em;
  position: absolute;
  max-height: 0em;
  overflow: hidden;
  list-style: none outside none;
  text-align: left;
  text-transform: none;
}

.menu-wrapper .sub-menu li {
  display: block;
  background: #fff;
  margin-left: 0.7em;
  margin-right: 0.7em;
}

.has-subnav:hover>a {
  opacity: 0.7;
  -webkit-transition: 0.8s opacity ease-out;
  -o-transition: 0.8s opacity ease-out;
  transition: 0.8s opacity ease-out;
}

.menu-wrapper .has-subnav:hover>a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.7s -webkit-transform ease-out;
  transition: 0.7s -webkit-transform ease-out;
  -o-transition: 0.7s transform ease-out;
  transition: 0.7s transform ease-out;
  transition: 0.7s transform ease-out, 0.7s -webkit-transform ease-out;
}

.menu-wrapper .sub-menu a {
  color: #25313d;
  font-weight: 400;
  font-size: 16px;
  padding: 7.5px 32px;
  margin: 0;
  white-space: nowrap;
  line-height: 1.6em;
  border: none;
  opacity: 0.8;
  -webkit-transition: 0.5s background ease-out;
  -o-transition: 0.5s background ease-out;
  transition: 0.5s background ease-out;
}

.menu-wrapper .sub-menu li:last-child {
  padding-bottom: 0.26em;
}

.menu-wrapper li:hover .sub-menu {
  max-height: 30em;
  -webkit-transition: max-height 0.5s;
  -o-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

/* Responsive Menu */

.icon-social {
  width: 24px;
  height: 24px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.icon-social:hover {
  opacity: 0.9;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.icon-social:active {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.icon-social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.icon-social-wrap_gap {
  gap: 20px;
  margin-top: 40px;
}

.offer-section {
  padding: 10px 0 120px;
}

.offer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offer-list {
  margin: 40px 0 75px;
}

.offer-list li {
  display: list-item;
  padding: 5px 0;
}

.offer-list li::marker {
  color: #f37119;
}

.cooperation {
  background-color: #ecf5fd;
}

.brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}

.advantages {
  background-color: #ecf5fd;
}

.company {
  background-color: #ecf5fd;
}

.faq {
  max-width: 97%;
}

.faq p:last-of-type {
  margin-bottom: 25px;
}

.company-img-play {
  position: relative;
}

.company-img-play iframe {
  max-width: 50%;
  display: block;
  margin: 0 auto;
  height: 350px;
  margin-bottom: 65px;
}

/* .company-img-play button {
  background: url("../img/play.svg") no-repeat;
  width: 130px;
  height: 130px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.company-img-play button:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

.company-img-play img {
  border: 1px solid rgba(37, 49, 61, 0.1);
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
} */


.contacts-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contacts-wraper h2 {
  text-align: left;
}

.contacts-wraper p {
  text-align: left;
}

.map_xl {
  display: block;
}

.map_lg {
  display: none;
}

.map iframe {
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
  border-radius: 10px;
  width: 520px;
  height: 332px;
  max-width: 100%;
}

.map iframe .gm-style .place-card-large {
  display: none;
}

.map iframe .gmnoprint {
  display: none;
}

.map iframe .gm-inset-light {
  display: none;
}

.map iframe .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
  display: none;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  row-gap: 20px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}

.contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 200px;
}

.contact__icon {
  width: 15px;
  height: 15px;
  margin-right: 19px;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact a {
  font-size: 18px;
  color: #25313d;
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.contact a:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.repair-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.repair-text p {
  margin-bottom: 19px;
}

.repair-text p strong {
  font-weight: 600;
}

.repair-text ul li {
  display: list-item;
  margin-bottom: 3px;
}

.repair-text ul li:last-of-type {
  margin-bottom: 0;
}

.repair-text ul li strong {
  font-weight: 600;
}

.price {
  background: #ecf5fd;
}

.blog {
  padding: 40px 0 0;
}

.blog>.container>.row:nth-of-type(2) {
  justify-content: center;
}

.blog h1 {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
}

.blog-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 40px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  padding-bottom: 40px;
}

.other-articles {
  background: #ecf5fd;
}

.footer {
  background-color: #25313d;
  padding: 40px 0;
}

.footer-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-wraper .header-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-wraper .header-icons .header-tel,.footer-wraper .header-tel {
  color: #fff;
}

.footer-link ul {
  padding-left: 0;
  margin: 0;
}

.footer-link ul li {
  display: inline-block;
}

.footer-link ul li::before {
  content: "|";
  display: block;
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  opacity: 0.8;
}

.footer-link ul li:first-child:before {
  content: "";
  display: inline-block;
  margin: 0;
}

.footer-link ul li a {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  text-decoration-line: underline;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: 0.8s opacity ease-out;
  -o-transition: 0.8s opacity ease-out;
  transition: 0.8s opacity ease-out;
}

.footer-link ul li a:hover {
  opacity: 1;
  -webkit-transition: 0.8s opacity ease-out;
  -o-transition: 0.8s opacity ease-out;
  transition: 0.8s opacity ease-out;
}

.footer-link ul li a:active {
  opacity: 0.6;
  -webkit-transition: 0.8s opacity ease-out;
  -o-transition: 0.8s opacity ease-out;
  transition: 0.8s opacity ease-out;
}

.service {
  padding: 40px;
  margin: 20px 5px;
}

.service__img {
  width: 360px;
  height: 266px;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.service__title {
  text-align: center;
  margin: 40px 0 20px;
}

.service__btn {
  display: block;
  margin: 0 auto;
}

.advantage {
  padding: 40px 38px 40px 42px;
  min-height: 391px;
  height: 100%;
}

.advantage__img {
  margin: 0 auto;
}

.advantage__title {
  margin: 40px 0 20px;
}


.accordion__item {
  border-top: 1px solid #25313d;
  padding: 40px 0;
  max-width: 100%;
}

.accordion__item:last-of-type {
  border-bottom: 1px solid #25313d;
}

.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.accordion__header:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
  transition: opacity 0.7s ease;
}

.accordion__header::after {
  content: "";
  background: url("../img/icon/arrow-menu.svg") no-repeat;
  width: 20px;
  height: 12px;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.7s ease-out;
  transition: -webkit-transform 0.7s ease-out;
  -o-transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out;
  transition: transform 0.7s ease-out, -webkit-transform 0.7s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.accordion__item_show .accordion__header::after,
.accordion__item_slidedown .accordion__header::after {
  content: "";
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.accordion__content {
  padding-top: 15px;
}

.accordion__content p {
  font-size: 16px;
}

.accordion__content ul li {
  display: list-item;
}

.accordion__content ul li::marker {
  color: #f37119;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-section {
  overflow: hidden;
}

.other-services {
  overflow: hidden;
}

.other-articles {
  overflow: hidden;
}

.slider__item {
  padding: 0 10px;
}

.slider .iframe iframe {
  display: block;
  width: 410px;
  height: 250px;
  border-radius: 10px;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.slider .iframe iframe:hover {
  -webkit-filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.1));
  -webkit-transition: -webkit-filter 0.6s ease-out;
  transition: -webkit-filter 0.6s ease-out;
  -o-transition: filter 0.6s ease-out;
  transition: filter 0.6s ease-out;
  transition: filter 0.6s ease-out, -webkit-filter 0.6s ease-out;
}

.slider .iframe iframe:active {
  opacity: 0.8;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

.slider__desc h3 {
  margin: 40px 0 20px;
}

.slider__desc {
  max-width: 355px;
}

.slider_other-services .slick-next {
  top: 40%;
}

.slider_other-services .slick-prev {
  top: 47%;
}

.slider_other-services .service {
  display: block;
}

.slider_other-services .service .service__title {
  color: #25313d;
}

.slider_other-articles .slick-next {
  top: 37%;
}

.slider_other-articles .slick-prev {
  top: 45%;
}

/* Slider */

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  top: 32%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  background-image: url("../img/icon/arrow-slide.svg");
  background-repeat: no-repeat;
  height: 80px;
  width: 80px;
  display: block;
  background-position: center;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  background-color: rgba(37, 49, 61, 0.05);
  border-radius: 50%;
}

.slick-prev:active:before,
.slick-next:active:before {
  opacity: 0.4;
  background-color: transparent;
}

.slick-prev {
  left: -50px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -66px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -50px;
  top: 22%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

[dir=rtl] .slick-next {
  left: -46px;
  right: auto;
}

.slick-next:before {
  content: " $slick-next-character";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */

.price-card {
  padding: 40px 40px 20px 40px;
  height: 374px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.price-card__img {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.price-card__title {
  max-width: 220px;
  margin: 40px 0 20px;
  -webkit-box-flex: 12;
  -ms-flex-positive: 12;
  flex-grow: 12;
}

.price-card__desc {
  margin: 0 0 40px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.price-card__btn {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

.blog-card {
  max-width: 410px;
  display: block;
  color: #25313d;
}

.blog-card__img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  max-height: 241px;
}

.blog-card__inner {
  padding: 40px;
}

.blog-card__title {
  margin: 0 0 20px;
}

/* category */
.category-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0 45px;
}

.category-list a {
  font-weight: 600;
  font-size: 15px;
  line-height: 35px;
  color: #25313d;

}

.cat-item-all a,
.current-cat a {
  text-decoration: underline;
  color: #f37119;
}

.category-list .cat-item-all a {
  color: #25313d;
  opacity: 0.8;
  text-decoration: none;
}

@media (max-width: 1399.98px) {
  .brands {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .repair-wraper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .advantage {
    padding: 30px 20px 30px 20px;
  }

  .slider .iframe iframe {
    width: 350px;
  }

  .slider__desc {
    max-width: 300px;
  }

  .price-card {
    padding: 30px 30px 20px 30px;
  }

  .blog-card {
    max-width: 350px;
  }

  .blog-card__inner {
    padding: 40px 20px;
  }

  .blog-card__inner {
    padding: 20px;
  }
}

@media (max-width: 1199.98px) {

  h1,
  .blog h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 25px;
    line-height: 28px;
  }

  .text-desc {
    margin-bottom: 50px;
  }

  section {
    padding: 60px 0;
  }

  .header-icons {
    gap: 25px;
  }

  .menu-wrapper .menu>li {
    padding: 0.7em 2px;
  }

  .offer-section {
    padding: 10px 0 60px;
  }

  .offer-list {
    margin: 35px 0 55px;
  }

  .contacts-wraper {
    gap: 60px;
  }

  .repair-wraper {
    gap: 20px;
  }

  .advantage {
    padding: 40px 38px 40px 42px;
    margin: 20px 0 20px;
    height: 95%;
  }

  .advantage__title {
    text-align: center;
  }

  .slider .iframe iframe {
    width: 285px;
    height: 230px;
  }

  .slider__desc {
    max-width: 260px;
  }

  .slider_other-services .service {
    height: 370px;
  }

  .slider_other-services .service .service__img {
    height: 200px;
  }

  .slick-next {
    right: -40px;
  }

  .price-card {
    margin: 20px 0 20px;
  }

  .price-card__title {
    max-width: 100%;
    text-align: center;
  }

  .price-card__desc {
    text-align: center;
  }

  .blog-card {
    max-width: 290px;
  }
}

@media (max-width: 991.98px) {

  h1,
  .blog h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .header-wrap .logo-xxl {
    display: none;
  }

  .menu-wrapper .logo-lg {
    display: block;
    width: 133px;
  }

  .custom-logo-link {
    display: block;
    width: 133px;
  }

  .header-icons {
    gap: 40px;
  }

  .menu-wrapper {
    position: static;
  }

  .menu-wrapper a.menu-link {
    margin: 0;
  }

  .menu-wrapper .has-subnav>a {
    display: block;
  }

  .menu-wrapper .has-subnav>a::after {
    background: none;
    width: 0;
    height: 0;
    margin: 0;
  }

  .has-subnav:hover>a {
    background: none;
    color: #25313d;
  }

  .js .menu-wrapper nav[role=navigation] {
    overflow: hidden;
    height: 0em;
  }

  .js .menu-wrapper nav[role=navigation].active {
    position: absolute;
    top: 5rem;
    padding: 2rem 0 0 7rem;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: #fff;
  }

  .icon-social-wrap_gap {
    margin-top: 20px;
  }

  .offer-list {
    margin: 20px 0 30px;
  }

  .offer-btn {
    width: 320px;
  }

  .company .row:nth-of-type(2) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .faq {
    max-width: 100%;
  }

  /* .company-img-play {
    margin-top: 50px;
  } */

  .company-img-play button {
    left: 50%;
  }

  .company-img-play iframe {
    max-width: 75%;
    height: 300px;
    margin-bottom: 50px;
  }

  .company-img-play img {
    max-width: 75%;
    margin: 0 auto;
  }

  .contacts-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .map_xl {
    display: none;
  }

  .map_lg {
    display: block;
    margin-top: 30px;
  }

  .map iframe {
    width: 100%;
  }

  .contact {
    row-gap: 20px;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }

  .repair-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .repair-img {
    margin: 0 auto;
  }

  .footer-wraper .header-icons {
    gap: 15px;
  }

  .footer-wraper .header-icons {
    gap: 24px;
  }

  .logo_footer {
    display: block;
    width: 150px;
  }

  .service__btn {
    max-width: 100%;
  }

  .accordion__item {
    padding: 25px 0;
  }

  .slider .iframe iframe {
    width: 215px;
    height: 195px;
  }

  .slider__desc h3 {
    margin: 20px 0 15px;
  }

  .slider__desc {
    max-width: 200px;
    font-size: 16px;
  }

  .slider_other-services .slick-next {
    top: 37%;
  }

  .slider_other-articles .slick-next {
    top: 34%;
  }

  .slider_other-articles .slick-prev {
    top: 44%;
  }

  .slick-next {
    right: -50px;
  }

  .blog-card {
    max-width: 330px;
  }

  .blog-card__inner {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .menu-wrapper {
    /* unhide the 2nd level */
    /* styling the toggle menu */
    /* arrow to indicate that we have subnav*/
  }

  .menu-wrapper nav ul {
    display: inline-block;
  }

  .menu-wrapper a.menu-link.active .ico-caret-down:before {
    content: "";
  }

  .menu-wrapper .menu li {
    display: block;
  }

  .menu-wrapper .menu>li {
    padding: 0px;
    border: none;
  }

  .menu-wrapper .menu a {
    padding: 0.5em;
  }

  .menu-wrapper .menu .rightalign {
    float: none;
  }

  .menu-wrapper li+li a:before {
    content: "";
  }

  .menu-wrapper li:hover .sub-menu {
    max-height: 0em;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .menu-wrapper .sub-menu {
    background: none;
    margin-left: 15px;
    margin-top: 0;
    display: block;
    width: 100%;
  }

  .menu-wrapper .sub-menu li,
  .menu-wrapper .sub-menu li a {
    margin: 0;
    display: block;
    width: 100%;
  }

  .menu-wrapper .sub-menu a {
    padding-left: 0.8em;
  }

  .menu-wrapper .sub-menu a:hover {
    background: #fff;
  }

  .menu-wrapper .sub-menu li:last-child {
    padding: 0;
  }

  .menu-wrapper .menu .has-subnav {
    position: relative;
  }

  .menu-wrapper li .sub-menu.active {
    max-height: 30em;
    overflow: visible;
    position: relative;
    z-index: 9;
    -webkit-transition: max-height 0.5s ease-out;
    -o-transition: max-height 0.5s ease-out;
    transition: max-height 0.5s ease-out;
  }

  .menu-wrapper .toggle-link {
    display: block;
    position: absolute;
    right: -14px;
    z-index: 200;
    font-size: 0em;
    cursor: pointer;
    line-height: 1;
  }

  .menu-wrapper .toggle-link:hover {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }

  .menu-wrapper .menu .has-subnav>.toggle-link:after {
    content: "+";
    position: absolute;
    top: 5px;
    right: 0;
    display: block;
    font-weight: 400;
    font-size: 30px;
    color: #f37119;
  }

  .menu-wrapper .menu .has-subnav>.toggle-link.active:after {
    content: "-";
    font-weight: 400;
    font-size: 48px;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .menu-wrapper a.menu-link {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .header-icons {
    gap: 10px;
  }

  .category-list {
    row-gap: 5px;
    column-gap: 20px;
  }

  .menu-wrapper a.menu-link {
    width: 35px;
    height: 26px;
    margin: 5px 0 0;
  }

  .icon-social-wrap__header {
    display: none;
  }

  .offer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .offer-list {
    margin: 35px 0 55px;
  }

  .offer-btn {
    margin: auto;
    display: block;
  }

  .brands {
    gap: 20px;
  }

  .company-img-play button {
    background-size: 100%;
    width: 95px;
    height: 90px;
  }

  .blog-wraper {
    row-gap: 30px;
  }

  .logo-footer {
    display: block;
    margin: auto;
  }

  .footer-wraper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 25px;
  }

  .service__img {
    width: 175px;
    height: 150px;
  }
  .company-img-play iframe {
    max-width: 100%;
    height: 275px;
  }
  .service__title {
    margin: 20px 0;
  }

  .service__btn {
    padding: 24px 0;
  }

  .advantage {
    padding: 30px 20px 30px 20px;
  }

  .advantage__title {
    text-align: left;
  }

  .slider .iframe iframe {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }

  .slider__desc {
    max-width: 90%;
  }

  .slider_other-services .service {
    height: 320px;
  }

  .slider_other-services .service .service__img {
    height: 150px;
  }

  .slider_other-articles .slick-next {
    top: 31%;
  }

  .price-card {
    padding: 20px 20px 15px 20px;
  }

  .blog-card {
    max-width: 240px;
  }

  .blog-card__inner {
    padding: 20px;
  }

  .blog-card__excerpt {
    font-size: 16px;
  }
}

@media (max-width: 575.98px) {
  section {
    padding: 35px 0;
  }

  .blog {
    padding: 20px 0 0;
  }

  .menu-wrapper .logo-lg {
    width: 150px;
  }

  .custom-logo-link {
    width: 150px;
  }

  .header-icons_xxl {
    display: none;
  }

  .header-icons_sm {
    display: block;
  }

  .header-icons_menu {
    display: block;
  }

  .header-icons_menu .icon-social-wrap_header {
    gap: 15px;
    margin-top: 15px;
  }

  .menu-wrapper a.menu-link {
    width: 42px;
    height: 35px;
    margin: 12px 10px 0 0;
  }

  .js .menu-wrapper nav[role=navigation].active {
    padding: 1rem 0 0 0.5rem;
  }

  .offer-section {
    padding: 10px 0 35px;
  }

  .faq {
    margin-top: 15px;
  }

  .company-img-play {
    margin-top: 30px;
  }

  .contact {
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px;
  }

  .repair-text {
    font-size: 16px;
  }

  .footer {
    padding: 35px 0;
  }

  .footer-wraper .header-icons {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .service {
    padding: 25px;
  }

  .service__img {
    width: 220px;
    height: 200px;
  }

  .service__title {
    margin: 35px 0 20px;
  }

  .advantage {
    padding: 40px 38px 40px 42px;
    height: auto;
  }

  .advantage__title {
    text-align: center;
  }

  .slider__item {
    max-width: 70%;
    margin: 0 auto;
  }

  .slider .iframe iframe {
    height: 230px;
  }

  .slider_other-services .slick-prev {
    top: 51%;
  }

  .slider_other-services .service .service__img {
    height: 200px;
  }

  .slider_other-articles .slick-next {
    top: 34%;
  }

  .slider_other-articles .blog-card__inner {
    padding: 20px;
  }

  .slick-prev {
    left: 15px;
  }

  .slick-next {
    right: 25px;
  }

  .price-card {
    padding: 30px;
  }

  .blog-card {
    max-width: 100%;
  }

  .blog-card__inner {
    padding: 40px;
  }
  .company-img-play iframe {
    max-width: 99%;
    height: 300px;
    margin-bottom: 30px;
  }
  .text-desc{
    margin-bottom: 25px;
  }
}

@media (max-width: 450px) {
  .header-icons_menu .header-tel {
    display: none;
  }

  .header-icons_menu .header-tel_sm {
    display: block;
    margin-top: 50px;
  }

  .header-tel_md {
    display: none;
  }

  .map iframe {
    height: 200px;
  }

  .contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider__desc {
    max-width: 100%;
  }

  .slider_other-services .slick-next {
    top: 39%;
  }

  .slider_other-articles .slick-next {
    top: 31%;
  }

  .slick-prev {
    left: 0px;
  }

  .slick-next {
    right: 0px;
  }
}

@media (max-width: 360px) {
  .text-desc {
    margin-bottom: 35px;
  }
  .company-img-play iframe {
    max-width: 99%;
    height: 350px;
    margin-bottom: 30px;
  }
  .company-img-play{
    margin: 0;
  }
  .offer-list {
    margin: 25px 0 40px;
  }

  .company-img-play img {
    max-width: 100%;
  }

  .footer-wraper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-wraper .header-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .accordion__item {
    padding: 15px 0;
  }

  .slider .iframe iframe {
    height: 190px;
  }

  .slider__desc h3 {
    margin: 15px 0 10px;
  }

  .slider_other-services .slick-next {
    top: 34%;
  }

  .slider_other-services .slick-prev {
    top: 46%;
  }

  .slider_other-services .service {
    height: 250px;
  }

  .slider_other-services .service .service__img {
    height: 120px;
  }

  .slick-prev {
    top: 27%;
  }

  .slick-next {
    top: 16%;
  }

  .price-card {
    height: auto;
  }

  .price-card__title {
    margin: 20px 0 15px;
  }

  .price-card__desc {
    margin: 0 0 20px;
  }

  .blog-card__inner {
    padding: 30px 20px;
  }
}

@media (max-width: 321px) {
  .offer-btn {
    width: 100%;
    max-width: 100%;
    padding: 24px 0;
  }
}