* {
  font-feature-settings: "pnum" on, "lnum" on;
}

html {
  font-size: 16px;
}

html,
body {
  font-family: "Raleway", sans-serif;
  color: #151833;
}

.container {
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

/*Buttons Start*/
.learn__more {
  color: #0055bd;
  font-size: 0.875em;
  display: inline-block;
  border-bottom: 1px dashed #0055bd;
  background: transparent;
}

.arrow {
  width: 40px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.arrow.arrow__prev {
  transform: rotate(180deg);
}

.btn,
.btn_city_1,
.btn_city_2,
.btn_city_3,
.btn_city_4,
.btn_city_5 {
  color: #fff;
  font-size: 14px;
  padding: 13px 30px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  line-height: 1;
}

.light__btn {
  background: #0055bd;
  overflow: hidden;
}

.tariffs_row_action .btn.light__btn:before {
  content: "";
  position: absolute;
  left: -50px;
  top: 0;
  height: 100%;
  width: 30px;
  background: rgba(255, 255, 255, 0.5);
  transform: skew(-40deg);
  transition: all 0.5s ease;
  animation: btn_animate 5s linear infinite;
}

.dark__btn {
  background: #1e2248;
}

.learn__more:hover {
  filter: drop-shadow(0px 0px 10px rgba(27, 192, 124, 0.3));
}

.arrow:hover {
  filter: drop-shadow(0px 4px 5px rgba(9, 11, 26, 0.1));
}

.arrow:active {
  filter: none;
  box-shadow: none;
}

.back__btn {
  color: #0055bd;
  border: 1px solid;
  background: transparent;
}

.back__btn:hover {
  background: #e3f0eb;
}

.back__btn:active {
  color: #0f9383;
  border-color: #0f9383;
}
#clearfy-cookie, .clearfy-cookie, .clearfy-cookie--bottom {
	display: none!important;
}
/*Buttons End*/
/* Header Start */
.menu_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.menu_mask.active {
  pointer-events: unset;
}

.mobile__burger {
  display: none;
}

.header {
  background: #ffffff;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1200;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
}

.header__text {
  font-size: 0.95em;
  max-width: 160px;
}

.city__name {
  font-weight: bold;
  font-size: 1em;
}

.city__text {
  font-size: 0.75em;
  color: #0055bd;
  display: flex;
  margin-top: 5px;
  border-bottom: 1px dashed #0055bd;
  position: relative;
}

.cities__box {
  display: flex;
  gap: 20px;
  flex-direction: row;
  flex-wrap: wrap;
}

.header__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.city__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.city__text img {
  margin-left: 3px;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s linear;
}

.header__links > a:last-child {
  margin: 0 0 0 20px;
}

.social__list {
  display: flex;
  margin: 0 -5px;
}

.lang__select {
  appearance: none;
  padding-right: 20px;
  background-image: url(../img/icons/menu__arrow.svg);
  background-size: 10px 10px;
  background-position: center right 5px;
  background-repeat: no-repeat;
}

.header__links {
  display: flex;
}

.social__list li {
  margin: 0 5px;
}

.burger__btn {
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  position: relative;
  padding: 15px 20px;
  display: flex;
  border-right: 1px solid #cccccc;
  align-items: center;
}

.header__list {
  display: flex;
  justify-content: space-around;
}

.header__list a {
  font-weight: bold;
  font-size: 1em;
  position: relative;
  transition: all 0.3s ease;
}

.header__list a:hover {
  color: #0055bd;
}

.header__list li {
  padding: 15px 0;
  position: relative;
}

.sub-menu .sub-menu {
  top: 0;
  right: 100%;
  width: auto;
  bottom: unset;
  left: unset;
  display: none;
}

/* .sub-menu .menu-item-has-children:hover {
  display: block;
} */

.header__list .sub-menu li.menu-item-has-children {
  position: relative;
  padding-right: 20px;
}

.header__list .sub-menu li.menu-item-has-children:after {
  content: "";
  background-image: url(../img/icons/menu__arrow.svg);
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(3px, -50%) rotate(-90deg);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}

.sub-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 0 20px;
  min-width: 150%;
  display: none;
  left: -20px;
  white-space: nowrap;
}

.header__bottom {
  display: flex;
  padding: 0;
  justify-content: space-between;
}

.header__nav {
  flex: 1 1 auto;
}

.header__mobile__links {
  display: none;
}

.header__list > li.menu-item-has-children > a:before {
  content: "";
  background-image: url(../img/icons/menu__arrow.svg);
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(3px, -50%);
  width: 10px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}

.burger__btn button img:last-child {
  display: none;
}

#main-menu {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 20px;
  width: 100%;
  left: 0;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  display: none;
}

.burger__btn button {
  background: transparent;
  margin-right: 10px;
  width: 25px;
  height: 20px;
}

.header__menu a {
  font-size: 0.875em;
  font-weight: 400;
  display: block;
  text-align: center;
}

.header__menu li {
  margin-bottom: 20px;
}

.burger__btn.active button img:last-child {
  display: block;
}

.burger__btn.active button img:first-child {
  display: none;
}

.city__list {
  display: flex;
  flex-wrap: wrap;
}

#city__list {
  position: absolute;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  padding: 20px;
  max-width: 850px;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 123;
  width: 100%;
  display: none;
}

.city__list li {
  list-style: none;
  flex: 0 0 20%;
  max-width: 20%;
  font-size: 14px;
  line-height: 16px;
}

.city__list li span {
  font-weight: bold;
  font-size: 32px;
  line-height: 38px;
  margin-right: 10px;
}

.city__list a {
  display: flex;
  align-items: center;
}

.city__link.active .city__text img {
  transform: translateY(-50%) rotate(180deg);
}

.header__repair__list {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 30px 0;
  margin: -7px -15px;
}

.show__menu {
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0 0 20px;
  width: 100%;
  z-index: 1000;
  display: none;
}

.header__nav {
  position: relative;
}

.show__menu input {
  width: 100%;
  font-size: 0.875em;
  padding: 10px 55px 10px 30px;
}

.show__menu label {
  position: relative;
  display: block;
  border-bottom: 1px solid #cccccc;
}

.show__menu button {
  position: absolute;
  background: transparent;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}

.header__repair__list li {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 7px 15px;
}

.header__repair__list a {
  font-size: 0.875em;
}

.header__list > li.active > a:before {
  transform: translate(3px, -50%) rotate(180deg);
}

.dark__btn:hover {
  box-shadow: 0 4px 5px rgba(9, 11, 26, 0.1);
}

.dark__btn:active {
  background: #151838;
}

/* Header End */
/*Intro Start*/
.select_accent.intro__select + span .select2-selection--single {
  background: #fff;
  border-radius: 30px;
  padding: 13px 20px;
  height: auto;
  border: none;
}

.intro__form {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 55px;
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  box-shadow: 0px 0px 25px rgba(0, 89, 193, 0.5);
  border-radius: 20px;
}

.intro__form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: rgba(30, 40, 40, 0.5);
  font-size: 14px;
  padding: 0;
  line-height: 1;
}

.header_contact_details_main div span {
  padding: 0 3px;
}

.intro__select + span {
  flex: 0 0 39%;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

.intro__form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #1e2248 transparent transparent transparent;
  transition: all 0.3s ease;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-width: 5px 4px 0 4px;
  transform: translateY(-50%) rotate(180deg);
  border-color: #0055bd transparent transparent transparent;
}

.intro__title {
  font-weight: 700;
  font-size: 72px;
  line-height: 85px;
  color: #000;
}

.intro .intro__title {
  color: #fff;
}

.intro .intro__title {
  text-align: center;
}

.intro__icon {
  position: absolute;
  z-index: -1;
}

.intro__subtitle {
  text-align: center;
  margin: 30px 0;
  font-weight: 400;
  font-size: 28px;
  line-height: 33px;
  color: #fff;
}

.intro__subtitle span {
  font-size: 42px;
  font-weight: 700;
}

.intro {
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}

.intro__box {
  position: relative;
  z-index: 1;
}

.intro__icon_1 {
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
}

.intro__icon_3 {
  right: 20px;
  bottom: 20px;
}

.intro__icon_2 {
  right: 160px;
  top: 120px;
}

.home__about__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}

.home__about__desc {
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0;
}

.home__about__box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.home__about__block {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

body {
  background: #f4f6f8;
}

.home__about__item {
  background-color: #dadee2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  box-shadow: 0px 5px 10px rgba(48, 38, 36, 0.08);
  border-radius: 20px;
  color: #fff;
}

.home__about__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 20px 0px;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Intro End*/
/*Need repair*/
.need__repair__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
}

.need__repair__title a {
  color: inherit;
  display: block;
}

.need__repair__small__title a {
  color: inherit;
  display: block;
}

.need__repair__list a {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  opacity: 0.5;
  text-decoration: underline;
}

a {
  color: inherit;
}

.need__repair__list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.need__repair__list li {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: center;
  margin-bottom: 10px;
}

.need__repair__big .need__repair__img {
  flex: 0 0 50%;
  max-width: 50%;
}

.need__repair__block {
  display: flex;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  transition: all 0.3s linear;
  padding: 20px 20px 0;
  border-radius: 20px;
}

.need__repair__item {
  text-align: center;
}

.need__repair__img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}

.need__repair__box {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.need__repair__big {
  padding: 10px;
  flex: 0 0 50%;
  max-width: 50%;
  transition: all 0.5s linear;
}

.need__repair__block.active {
  /* max-width: 1140px; */
  position: absolute;
  /* width: 100%; */
  z-index: 123;
}

.need__repair__block.active .need__repair__list li {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}

.need__repair__big.active .need__repair__img {
  flex: 0 0 23%;
  max-width: 23%;
}

.need__repair__big.active .need__repair__item {
  flex: 1 1 auto;
  max-width: 100%;
}

.need__repair__small__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  position: relative;
}

.need__repair__small {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}

.need__repair__small .need__repair__block {
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}

.need__repair__all {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  position: relative;
  min-height: 50px;
}

.need__repair__body {
  margin-left: auto;
}

.need__repair__all .light__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.need__repair__body span {
  margin-bottom: 10px;
  display: block;
}

.need__repair__body .social__list {
  justify-content: flex-end;
}

/*Need repair end*/
/*Centers start*/
.centers__box {
  display: flex;
  margin: -10px;
}

.centers__box > .centers__block {
  min-height: 380px;
}

.centers__block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.centers__item {
  width: 100%;
  height: 100%;
  min-height: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: flex-end;
  border-radius: 20px;
  overflow: hidden;
}

.centers__body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex: 1 1 auto;
}

.centers__item > div {
  display: flex;
  width: 100%;
  background: rgba(21, 24, 51, 0.65);
  border-radius: 0 0 5px 5px;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

h3.service_center_title {
  flex: 1 1 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  text-align: center;
}

.centers__city img,
.centers__location img {
  margin-right: 5px;
}

.centers__city {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #ffffff;
  border-radius: 5px;
  padding: 5px;
  display: flex;
  align-items: center;
  font-weight: 700;
}

.centers__box > .centers__block:first-child .centers__item > span {
  justify-content: space-between;
  align-items: center;
}

.light__btn:hover {
  box-shadow: 0 4px 5px rgba(9, 11, 26, 0.1);
}

.select2-dropdown.select2-dropdown--below {
  transform: translateY(32px);
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 5px;
  border: 0;
}

.select2-dropdown.select2-dropdown--below:before {
  content: "";
  border-color: #0055bd transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
  right: 12px;
  top: 23px;
  transform: rotate(180deg);
}

/*Centers end*/
.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 6px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  background: #f4f6f8;
  border-radius: 5px;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background: #888;
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  border-radius: 5px;
}

.select2-results {
  padding-top: 5px;
  padding-right: 1px;
  padding-bottom: 5px;
  border: 1px solid #151833;
  border-radius: 0 0 5px 5px;
  min-width: 150px;
}

.select2-container--default .select2-results > .select2-results__options {
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background: #0055bd8a !important;
  color: #fff !important;
  border-radius: 0 5px;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #fff;
  color: #000;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #000;
  padding: 15px 20px;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
}

.select2-search--dropdown {
  padding: 0;
}

.select2-container--default .select2-selection--single {
  border: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #0055bd transparent transparent transparent;
  transition: all 0.3s ease;
}

.lang__select + .select2-container b {
  left: unset !important;
  right: 40px !important;
}

.lang__select + span .select2-selection__arrow {
  right: 0 !important;
}

.centers__location {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

/*Devices start*/
.intro__title span {
  color: #0055bd;
}

.device__intro__desc {
  font-size: 20px;
  line-height: 23px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 20px;
}

.device__intro__desc p {
  padding: 0 25px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #1e2828;
}

.device__intro__box {
  display: flex;
  align-items: center;
}

.device__intro__block {
  flex: 1 1 auto;
  max-width: 100%;
  padding-right: 20px;
}

.device__intro__img {
  flex: 0 0 30%;
  max-width: 30%;
  padding-left: 80px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.device__intro__text {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  position: absolute;
  left: 0;
  padding: 5px;
  top: 0;
}

.device__intro__block .btn {
  margin-top: 10px;
}

.device__intro {
  padding: 0 0 40px;
}

.device__intro__banner__image {
  height: 250px;
  width: fit-content;
}

.device__intro__banner__image img {
  -webkit-animation: breathing 5s ease-out infinite normal;
  animation: breathing 5s ease-out infinite normal;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  25% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  60% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.choose__title:before {
  content: "";
  background-image: url("../img/icons/title__icon.svg");
  position: absolute;
  width: 23px;
  display: block;
  height: 17px;
  left: calc(100% + 10px);
  top: 50%;
  background-size: cover;
  transform: translateY(-50%);
  animation: titleAnim 2s ease-in-out infinite;
}

.choose__title span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  border: 1px solid #0055bd;
  border-radius: 50%;
  margin-right: 10px;
}

.choose__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.choose__radio {
  display: none;
}

.choose__style {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  background: #fff;
  padding: 10px 20px;
  display: flex;
  width: 100%;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease;
  align-items: center;
  justify-content: center;
}

label.choose__label a,
label.choose__label a span {
  height: 100%;
}

.choose__block form {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}

#choose_2 .choose__label {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.choose__label {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 5px 10px;
  display: block;
}

.choose__block {
  margin-bottom: 30px;
  display: none;
}

.choose__block.active {
  display: block;
  width: 100%;
}

.choose__item {
  display: none;
}

.choose__radio:checked + .choose__style {
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  color: #fff;
}

.choose__style.active {
  background: transparent;
  font-size: 20px;
  line-height: 23px;
  padding: 10px 0;
}

.choose__style:hover,
.choose__label a.current .choose__style {
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  color: #fff;
}

.choose__progress {
  background-image: url("../img/icons/progess.svg");
  position: relative;
  width: 100%;
  height: 10px;
  background-color: #fff;
  background-size: cover;
  border-radius: 5px;
  margin-bottom: 25px;
  background-position: 0 0;
  animation: anim_progressbar 1000s ease infinite;
}

@keyframes anim_progressbar {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -10000% 0;
  }
}

.choose__progress__line {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 100%;
  z-index: 3;
  background: #0059c1;
  border-radius: 5px;
}

.choose__progress__line:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: #ffffff;
  z-index: 2;
  border-radius: 50%;
}

.choose__progress__line:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #0059c1;
  border-radius: 50%;
  z-index: 1;
}

.choose__progress__round {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.choose__progress__round.active {
  background: linear-gradient(90deg, #25c5b2 0%, #0055bd 100%);
}

.choose__progress__round_1 {
  left: 25%;
}

.choose__progress__round_2 {
  left: 50%;
}

.choose__progress__round_3 {
  left: 75%;
}

.choose__progress__round_4 {
  left: 100%;
}

.choice__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choice__checked {
  display: none;
}

.choice__icons {
  margin-right: 5px;
}

.choice__block {
  display: flex;
  align-items: center;
}

.choice__item {
  margin-left: 5px;
  display: block;
  font-size: 16px;
  line-height: 19px;
  color: #0055bd;
}

.choice__text {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
}

.choose__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 0;
  flex-direction: column;
  gap: 10px;
}

.choose__steps {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-left: 40px;
}

.choice__main {
  display: flex;
}

.choice__icons.active img {
  display: none;
}

.choice__icons.active .choice__checked {
  display: block;
}

/*Devices end*/
/*indicative start*/
.indicative__table {
  width: 100%;
  text-align: left;
  background: #fff;
  border-collapse: collapse;
  border-radius: 5px;
  white-space: nowrap;
  border-radius: 20px;
  overflow: hidden;
}

.indicative__table tr td:first-child,
.indicative__table tr th:first-child {
  padding-left: 30px;
}

.indicative__table tr td:last-child,
.indicative__table tr th:last-child {
  padding: 7px 30px 7px 0;
}

.indicative__table th,
.indicative__table td {
  font-size: 16px;
  line-height: 19px;
  padding: 0 10px;
}

.indicative__table th {
  font-weight: bold;
  color: #fff;
  padding: 15px 10px;
}

.diagnostics {
  background: #ffffff;
}

.replacement {
  background: rgb(27 192 124 / 25%);
}

.indicative__height {
  padding: 63px 0 0 !important;
}

.indicative__links {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
}

.indicative__links img {
  margin-right: 5px;
}

.updated__data {
  display: flex;
  align-items: center;
}
.updated__data img{
  margin-right: 5px;
}

.instruction {
  display: flex;
  align-items: center;
}

.indicative .need__repair__all .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indicative__links .back__btn {
  display: none;
}

/*indicative end*/
/*slick styles*/
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  background: rgba(30, 34, 72, 0.5);
  opacity: 0.2;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #0055bd;
  width: 16px;
  height: 16px;
  opacity: 1;
}

/*slick styles end*/
/*delivery styles */
.delivery__box {
  margin: 0 auto;
}

.delivery__block {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.delivery__text {
  padding: 20px;
  border-radius: 5px 0 0 5px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 0;
}

.delivery__title {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.delivery__desc {
  font-size: 14px;
  color: #fff;
}

.delivery__box .slick-center {
  margin: -20px -100px 0 10px !important;
  z-index: 45 !important;
}

.delivery__box .slick-slide {
  transform: unset !important;
  margin: 0 !important;
  max-width: unset !important;
  opacity: 1 !important;
  padding: 0 10px;
}

.delivery__img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  padding: 0;
  min-width: 40%;
  min-height: 160px;
}

.delivery__img .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.delivery__box .slick-center .delivery__text {
  min-height: 160px;
}

.delivery__box .slick-list {
  padding: 0 !important;
  margin: 50px -10px;
}

/*delivery styles end */
/*addresses styles */
.addresses__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
}

.addresses__icons {
  font-size: 14px;
  line-height: 16px;
  color: rgb(21 24 51 / 50%);
}

.addresses__reg h4 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0;
}

.addresses__block {
  display: flex;
  border-radius: 5px;
  align-items: center;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  padding-right: 30px;
  margin-bottom: 20px;
}

.addresses__item {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
}

.addresses__social .social__list {
  justify-content: center;
}

.addresses__social > span {
  max-width: 135px;
  text-align: center;
  margin: 0 auto 10px;
}

.addresses__img {
  min-width: 250px;
  background-size: cover;
  background-position: center;
  padding: 10px;
  min-height: 175px;
  border-radius: 5px 0 0 5px;
  align-self: normal;
  max-width: 250px;
}

.addresses__img span {
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  border-radius: 5px;
}

.addresses__info {
  padding: 20px 30px;
}

.addresses__icons img {
  margin-right: 5px;
}

.addresses__icons > div:last-child img {
  margin-right: 10px;
}

.addresses__icons div {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.addresses__icons a {
  margin-left: 5px;
}

.addresses__reg {
  max-width: 235px;
  text-align: center;
}

.addresses__social {
  margin: 0 auto;
}

.addresses__icons .addresses__icons__block {
  margin: 0;
}

.addresses__icons__block div:first-child {
  margin-right: 20px;
}

/* addresses end*/
/* chances__are start*/
.chances__are__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 20px;
  text-align: left;
}

.chances__are__desc {
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
}

.chances__are__btn {
  margin-top: 10px;
}

.chances__are__desc.active {
  max-height: unset;
}

.chances__are__desc.active:before {
  opacity: 0;
}

/*chances__are  end*/
/*map  start*/
.map__img__mobile {
  display: none;
}

.map__block {
  position: relative;
}

.map__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map__info__item > span {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0055bd;
}

.map__info__item h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-top: 5px;
}

.map__info__item {
  background: #fff;
  position: relative;
  padding: 10px 20px;
  z-index: 1;
  border-radius: 5px;
}

.map__info {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  max-width: 360px;
}

.map__info__block {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}

.map__item {
  position: absolute;
  max-width: 250px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.4s ease;
  transform: translateX(-25%);
}

.map__info__icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.map__item_1 {
  left: 55px;
  top: 170px;
}

.map__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  transition: all 0.3s ease;
}

.map__title img {
  margin-right: 5px;
}

.map__body h4 {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.map__body > div {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 16px;
}

.map__body > div:first-child {
  justify-content: space-between;
  margin-bottom: 5px;
}

.map__body > div:last-child {
  color: rgb(21 24 51 / 50%);
}

.map__body > div img {
  margin-right: 5px;
}

.map__body {
  border-bottom: 1px solid rgb(21 24 51 / 50%);
  padding: 5px 0;
}

.map__body:last-child {
  border: none;
}

.map__main {
  display: none;
}

.map__item_2 {
  top: 110px;
  left: 305px;
}

.map__item_3 {
  top: 115px;
  right: -22px;
}

.map__item_4 {
  top: 230px;
  left: 500px;
}

.map__item_5 {
  top: 320px;
  left: 350px;
}

.map__item.active {
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  z-index: 5;
}

.map__title.active {
  color: #151833;
  align-items: flex-start;
}

.map__title.active span {
  display: block;
  margin-top: 6px;
}

.need__expert .intro__form {
  margin: 0;
}

.select2-search--dropdown {
  position: relative;
  min-width: 150px;
}

.select2-search--dropdown:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  display: block;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/icons/search.svg);
  pointer-events: none;
}

/*map  end*/
/*need__expert  start*/
.need__expert .intro__select + span {
  flex: unset;
  max-width: unset;
  padding: 0 5px;
}

.need__expert .intro__select:first-child + span,
.need__expert .intro__select:nth-child(3) + span {
  flex: 1 1 auto;
}

.intro__label {
  padding: 5px 10px 5px 5px;
}

/*need__expert  end*/
/*become_partner*/
/*working*/
.working__box {
  display: flex;
  flex-wrap: wrap;
  margin: -7px -25px -7px 0;
}

.working__block {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 7px 25px;
}

.working__item {
  height: 100%;
  display: flex;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 44px;
  position: relative;
  padding-left: 37px;
}

.working__desc {
  max-width: 100px;
}

.working__num {
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  transform: translate(50%, -50%);
  position: absolute;
  right: 100%;
  top: 50%;
}

.working__icon {
  margin: auto 0 0 auto;
  padding: 0 15px 15px 0;
}

.working__body:before {
  content: "";
  display: block;
  position: absolute;
  background: #f4f6f8;
  width: 13px;
  height: 121px;
  right: 50px;
  top: -30px;
  transform: rotate(40deg);
}

.working__body {
  display: flex;
  justify-content: space-between;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
  align-items: center;
}

/*working*/
/*return start*/
.return__title {
  font-size: 20px;
  line-height: 23px;
  color: #0055bd;
}

.return__desc {
  font-size: 16px;
  line-height: 19px;
  color: #151833;
  margin-top: 10px;
}

.return__block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 10px;
}

.return__box {
  display: flex;
  margin: -10px;
  flex-wrap: wrap;
}

.return__item {
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  height: 100%;
  padding: 20px;
  z-index: 1;
  position: relative;
}

.return__icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: -1;
  transform: translateY(-50%);
}

.return__bottom {
  margin-top: 20px;
  padding: 30px 30px 20px;
  position: relative;
  border-radius: 5px;
}

.return__bottom .title_accent br {
  display: none;
}

.return__bottom__desc {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  color: #ffffff;
  margin-bottom: 10px;
}

.return__bottom .title_accent {
  margin-bottom: 20px;
}

.return__bottom__img {
  position: absolute;
  right: 0;
  display: flex;
  bottom: 0;
}

.return__bottom__img span {
  position: absolute;
  font-size: 28px;
  line-height: 33px;
  color: #0055bd;
  background: #fff;
  font-weight: bold;
  padding: 10px 15px;
  top: 180px;
  left: 0;
  border-radius: 5px;
}

/*return end*/
/*privilege start*/
.privilege__img {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: -1;
}

.privilege__phone {
  position: absolute;
  right: 150px;
  top: 50%;
  transform: translateY(-50%);
}

.privilege {
  z-index: 1;
  position: relative;
}

.privilege__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
}

.privilege__desc {
  font-size: 16px;
  line-height: 19px;
}

.privilege__item {
  height: 100%;
  background: #fff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.privilege__box {
  display: flex;
  margin: 0 -10px;
  max-width: 915px;
}

.privilege__block {
  padding: 0 10px;
}

.privilege__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: -1;
  transform: translateY(-50%);
}

/*privilege end*/
/*partner__steps start*/
.partner__steps__block {
  display: flex;
  align-items: center;
}

.partner__steps__block:nth-child(even) {
  flex-direction: row-reverse;
}

.partner__step {
  font-size: 150px;
  color: #0055bd;
  font-weight: 700;
  margin-right: 40px;
  font-family: system-ui;
}

.partner__steps__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  color: #0055bd;
}

.partner__steps__subtitle {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin: 10px 0;
  max-width: 270px;
}

.partner__steps__desc {
  font-size: 16px;
  line-height: 19px;
}

.partner__steps__item {
  flex: 0 0 50%;
  max-width: 50%;
  background-size: cover;
  background-position: center;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
}

.partner__steps__text {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  margin-top: 30px;
}

.partner__steps__text span {
  color: #0055bd;
}

/*partner__steps end*/
/*new__service start*/
.new__service__form {
  display: flex;
  margin: 0 -10px;
}

.new__service__item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px;
}

.new__service__inp {
  font-size: 14px;
  line-height: 16px;
  padding: 15px 20px;
  border: 1px solid rgb(21 24 51 / 50%);
  box-sizing: border-box;
  border-radius: 5px;
  background: #fff;
  width: 100%;
}

.new__service__item .btn {
  width: 100%;
}

/*new__service end*/
/*become_partner*/
/*style 2*/
.mobile {
  display: none !important;
}

/*___________________Press_______________*/
.press__block__img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 570px;
}

.press__box {
  display: flex;
  justify-content: space-between;
}

.press__block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-right: 20px;
}

.press__body {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.press__section {
  margin: 0 0 75px;
}

.press__info {
  margin: 30px 0 10px;
}

.press__item {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.press__element {
  background-color: #fff;
  position: relative;
  z-index: 1234;
}

.press__element p {
  padding: 20px;
}

.press__item__title {
  margin-bottom: 20px;
}

.press__title span {
  color: #0055bd;
}

.press__element__block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.press__element__img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}

.press__element {
  height: 100%;
}

/*_________________Separate__Vacancy____________*/
.separate__section {
  margin: 55px 0 100px;
}

.separate__header__info h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 49px;
  margin-bottom: 20px;
}

.separate__header {
  display: flex;
}

.separate__header__info {
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 20px;
}

.separate__header__author {
  flex: 0 0 25%;
  max-width: 25%;
}

.separate__header__author__time {
  justify-content: unset;
  margin: 0 -5px;
}

.separate__header__author__time span {
  padding: 0 5px;
}

.separate__header__author__box:before {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background-color: #0055bd;
  position: absolute;
  top: 0;
  left: 0;
}

.separate__header__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
}

.separate__header__author__box {
  position: relative;
  padding: 15px 0 28px 10px;
}

.separate__header__author__block {
  position: relative;
  padding: 10px 0 0 10px;
}

.separate__header__author__box:after {
  content: "";
  height: 1px;
  width: calc(100% - 10px);
  background-color: #0055bd;
  position: absolute;
  bottom: 0;
  right: 0;
}

.separate__header__author__block:before {
  content: "";
  width: 1px;
  height: calc(100% - 10px);
  background-color: #0055bd;
  position: absolute;
  bottom: 0;
  left: 0;
}

.separate__header__author__item {
  margin: 0;
  padding-top: 10px;
}

.separate__header__span img {
  padding-right: 5px;
}

.separate__header__item {
  display: flex;
  margin: 20px -30px 0;
}

.separate__header__item span {
  padding: 0 30px;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
}

.separate__header__item img {
  padding-right: 5px;
}

.separate__header__item__tel {
  font-weight: 700;
}

.consultation__main {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.separate__item__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 10px;
}

.separate__item__list li {
  font-size: 16px;
  line-height: 19px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 5px;
}

.separate__item__list li:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #151833;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.separate__item__list {
  position: relative;
}

.separate__block {
  display: flex;
  justify-content: space-between;
  margin: 0 -8px;
}

.separate__item {
  padding: 0 8px;
}

.separate__body {
  margin: 20px 0 100px;
}
.separate__body video, 
.separate__body img {
  width: revert-layer;
  height: revert-layer;
 padding: 5px; 
}

.consultation__form {
  margin: 0;
  padding: 20px 10px;
}

.consultation__block {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}

.consultation__block__xl {
  flex: 0 0 40%;
  max-width: 40%;
}

.consultation__block button {
  width: 100%;
}

/*_______________FAQ________________*/
.description__btn.active span:last-child {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq__body {
  display: flex;
}

.faq__body .faq__block {
  flex: 0 0 100%;
  max-width: 100%;
}

.faq__img {
  flex: 0 0 270px;
  margin-top: auto;
  margin-right: 20px;
}

.faq__btn__body {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.faq__item {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  margin-bottom: 10px;
}

.faq__description__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  position: relative;
  cursor: pointer;
  padding-left: 25px;
}

.faq__description {
  display: none;
  font-size: 16px;
  line-height: 19px;
  padding-top: 10px;
}

.description__btn {
  position: relative;
  width: 16px;
  display: block;
}

.description__btn span {
  height: 2px;
  width: 100%;
  display: block;
  background-color: #0055bd;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  transition: all 0.3s linear;
}

.description__btn span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__box {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding-top: 30px;
}

.faq__block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}

.faq__section {
  margin: 0 0 50px;
}

.faq__description__name:before {
  content: "";
  position: absolute;
  background-image: url(../img/icons/faq.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
}

/*_______________About__Us__________________*/
.about__block {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.about__us_vector {
  position: absolute;
  bottom: 0;
  z-index: -1;
  right: 0;
}

.about__img__block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-left: 20px;
  position: relative;
}

.about__us__img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  min-height: 620px;
}

.about__box {
  display: flex;
  margin-bottom: 100px;
}

.about__us__section {
  margin: 0 0 150px;
}

.about__us__block {
  margin: 30px 0;
  display: flex;
}

.about__us__item {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.about__us__item span {
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  border-bottom: 1px dashed #0055bd;
  color: #0055bd;
  background: transparent;
}

.about__body__item {
  display: flex;
  margin-bottom: 30px;
}

.about__body__item h3 {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0;
}

.about__body__item div {
  flex: 0 0 50%;
  max-width: 50%;
}

.about__title {
  margin-bottom: 30px;
}

.about__title {
  margin-bottom: 30px;
}

.our__values__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -20px -20px -20px 0;
}

.our__values__block__small {
  display: flex;
  justify-content: space-between;
  padding-left: 25px;
  margin-right: -45px;
}

.our__values__item {
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  position: relative;
}

.our__values__info {
  padding: 20px;
}

.our__values__img {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.our__values__body:nth-child(1),
.our__values__body:nth-child(2),
.our__values__body:nth-child(3) {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.our__values__body {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 20px;
}

.our__values__box {
  margin-bottom: 100px;
}

/*____________________Services_____________*/
.wcd_gallery_video {
  max-width: 100%;
  height: 180px;
}

.service_address {
  max-width: 300px;
  flex-wrap: wrap;
}

.service_address_label {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

.services_intro .device__intro__img {
  padding: 0;
}

.services_qualitative .stat_img {
  width: 425px;
  z-index: -1;
  background-size: cover;
}

.services_qualitative .stat_block_inner {
  z-index: 222;
}

.services_info_img {
  margin-right: 20px;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  height: 230px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.services_info_box {
  display: flex;
}

.services_info_item {
  display: flex;
}
.services_info_item a {
  font-weight: 600;
  color: #0059c1;
}

/*Style 3*/
.title {
  font-weight: bold;
  font-size: 72px;
  line-height: 85px;
  text-align: left;
}

.last_news__box__1 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px -10px;
}

.last_news__title a {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 10px;
  display: block;
  color: #000;
  text-align: left;
}

.last_news__body {
  text-align: center;
}

.last_news__box__item p {
  font-size: 16px;
  line-height: 19px;
  text-align: left;
  margin: 10px 0;
}

.last_news__parent {
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  padding: 10px;
  border-radius: 5px;
}

.last_news__text {
  padding: 20px;
}

.last_news__img {
  min-height: 155px;
  background-size: cover;
  display: block;
  background-position: center;
}

.last_news__box__item .last_news__img {
  flex: 0 0 50%;
  max-width: 50%;
  border-radius: 5px 0 0 5px;
}

.last_news__dey img {
  margin-right: 5px;
}

.last_news__dey span {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 14px;
  line-height: 16px;
}

.last_news__info {
  display: flex;
  align-items: center;
}

.last_news__info a:last-child {
  color: #0055bd;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px dashed;
}

.last_news__info a {
  margin-right: 10px;
}

.last_news__btn {
  color: #0055bd;
  font-size: 14px;
  line-height: 16px;
  border-bottom: 1px dashed;
  margin: 20px auto;
  background: transparent;
}

.charity__item {
  flex: 0 0 50%;
  max-width: 50%;
}

.charity__img {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 250px;
  width: 100%;
  display: block;
}

.charity__block {
  display: flex;
  flex-wrap: wrap;
}

.social__link {
  display: flex;
}

.social__link li {
  background: #fff;
  padding: 12px;
  margin-right: 20px;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
}

.charity__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin: 10px 0;
}

.title span {
  color: #0055bd;
}

.charity__img__box {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}

.charity__main {
  margin: 30px 0;
}

.social__position {
  position: absolute;
  right: 0;
  top: 10px;
}

.charity__block:nth-child(even) {
  flex-direction: row-reverse;
}

.charity__block:nth-child(even) .social__position {
  flex-direction: row-reverse;
  right: unset;
  left: 10px;
}

.charity__block:nth-child(even) .charity__item {
  padding: 30px 0 20px 20px;
}

.charity__item {
  padding: 30px 20px 20px 0;
}

.form__block__input {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.form__textarea {
  max-width: 75%;
  flex: 0 0 75%;
  padding: 10px;
}

.form__label {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}

.form__label .btn {
  width: 100%;
}

.form__title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 30px;
}

.form__textarea textarea {
  width: 100%;
  background-color: rgb(255 255 255 / 30%);
  border: 1px solid rgb(21 24 51 / 30%);
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  padding: 15px 20px 15px;
  max-height: 48px;
  resize: none;
}

.form__label:last-child .form__input {
  border: 0;
}

.reviews__block__item {
  display: flex;
  flex-wrap: wrap;
}

.reviews_slider .slick-slide {
  pointer-events: none;
}

.reviews_slider .slick-slide.slick-active {
  pointer-events: unset;
}

.reviews__block {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.cities__block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.cities__item {
  width: calc(50% - 10px);
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 10px 0;
  padding: 20px 30px 20px 20px;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.cities__more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.jobs__item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  margin: 10px 0;
  padding: 20px 30px 20px 20px;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
}

.jobs_select {
  padding: 15px 20px 15px 10px;
  border-radius: 0 5px 5px 0;
}

.jobs__more {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.jobs__img__bg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.jobs__label {
  border-radius: 5px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.jobs__money {
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-top: auto;
  align-items: center;
}

.jobs__address {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 10px;
}

.jobs__logo__item {
  display: flex;
  flex-direction: column;
}

.jobs__logo img {
  margin-right: 5px;
}

.jobs__money img {
  margin-right: 5px;
}

.jobs__image {
  margin-right: 5px;
}

.jobs__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}

.jobs__address span {
  font-size: 14px;
  line-height: 16px;
  color: rgb(21 24 51 / 50%);
}

.jobs__address h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.jobs__vector {
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
}

.jobs__more:last-child {
  font-size: 16px;
  line-height: 19px;
}

.jobs__label
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 5px;
}

.jobs__label
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-right: 0;
  color: #0055bd;
}

.jobs__label option {
  font-size: 14px;
  line-height: 16px;
  color: #0055bd;
}

.jobs_label_title {
  font-size: 14px;
  line-height: 16px;
  padding: 15px 0 15px 20px;
  border-radius: 5px 0 0 5px;
  margin-right: 10px;
}

.jobs_select + span .select2-selection--single {
  height: 100%;
  display: inline-flex;
  width: 100%;
  align-items: center;
  min-width: 150px;
}

.jobs__box form {
  margin: 30px 0 20px 0;
  display: flex;
  align-items: center;
}

.flex_container {
  justify-content: space-between;
  display: flex;
}

.jobs__company {
  width: 100%;
}

.jobs__logo {
  display: flex;
  justify-content: space-between;
}

.flex_container2 {
  display: flex;
  margin: 10px 0;
}

.jobs__more a:first-child {
  margin: auto 0;
}

.service_page__img {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}

.reviews__about__us .title_accent {
  text-align: left;
}

.text_center {
  text-align: center;
  margin-top: 20px;
}

.service_page__reviews__about__us {
  text-align: center;
}

.service_page_title {
  font-size: 42px;
  line-height: 49px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.service_page__img__item {
  background-size: cover;
  background-position: center;
  height: 180px;
  border-radius: 5px;
}

.service_page__header {
  display: flex;
  justify-content: space-between;
}

.service_page__business {
  display: flex;
}

.service_page__body {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: center;
}

.service_page__item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}

.service_page__address img {
  margin-right: 5px;
}

.service_page__img_item img {
  margin: 0 5px;
}

.service_page__address span {
  margin-right: 20px;
  font-size: 14px;
  line-height: 16px;
}

.business p {
  font-size: 14px;
  line-height: 16px;
}

.business span {
  font-size: 28px;
  line-height: 33px;
}

.question__img {
  height: 311px;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
}

.question__box form {
  margin: 30px 0;
}

.reviews__about__us__item {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  text-align: left;
}

.reviews__about__us__text {
  display: flex;
  justify-content: space-between;
}

.reviews__about__us__image {
  display: flex;
  margin-bottom: 10px;
}

.reviews__about__us__1 p {
  font-size: 16px;
  line-height: 19px;
  text-align: left;
}

h3.reviews__about__us__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.reviews__about__us__image span {
  font-size: 14px;
  line-height: 16px;
  margin-right: 20px;
  opacity: 0.5;
}

.reviews__about__us__img {
  font-size: 14px;
  line-height: 16px;
}

.reviews__about__us__img img {
  margin-right: 5px;
}

.service_page__information {
  padding: 100px 0;
}

.information__item {
  margin-top: 55px;
}

.information__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
}

.information__text {
  font-size: 16px;
  line-height: 19px;
  margin: 10px 0;
}

.service_page__consultation__box.consultation__main {
  justify-content: space-between;
}

.service_page__consultation__box .consultation__block:nth-child(3) {
  flex: 1 1 auto;
}

.service_page__consultation__box .consultation__block:nth-child(4) {
  flex: 1 1 auto;
}

.service_page__consultation__box .consultation__block {
  max-width: unset;
  flex: unset;
}

.service_page__consultation__box {
  margin-top: 40px;
}

.consultation__box {
  margin-bottom: 50px;
}

.reviews__about__us__block {
  display: flex;
  margin: 50px 0 20px;
  justify-content: space-between;
}

.reviews__block--2 {
  display: flex;
  width: 100%;
  max-width: 750px;
}

.reviews__block--1 {
  display: flex;
}

.reviews__item--1 {
  display: flex;
  font-size: 28px;
  line-height: 33px;
  color: #0055bd;
  flex-direction: column;
  margin-right: 35px;
  align-items: flex-start;
}

.reviews__item--2img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews__item--2img span {
  color: #0055bd;
  font-size: 28px;
  margin-right: 3px;
  line-height: 1;
}

.reviews__item--1 span {
  font-size: 14px;
  line-height: 16px;
  color: #151833;
  margin-top: 5px;
}

.before__1 {
  width: 100%;
  height: 10px;
  background: #fff;
  border-radius: 9px;
  margin-top: 10px;
  position: relative;
}

.reviews__item--2 {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 7px;
}

.reviews__about__us {
  margin-bottom: 50px;
}

.before__1:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #0055bd;
  border-radius: 9px;
}

.before__3:before {
  width: 12px;
}

.before__4:before {
  width: 42px;
}

.before__5:before {
  width: 110px;
}

.reviews__item--2img div {
  color: rgb(21 24 51 / 50%);
  font-size: 14px;
  line-height: 16px;
}

.reviews__item--2img img {
  margin-right: auto;
  margin-top: 7px;
}

.service_page__header img {
  margin: 0 0 0 10px;
}

.business {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.business__border {
  width: 1px;
  height: 50px;
  opacity: 0.25;
  background: #0055bd;
  margin: 0 20px;
}

.work_steps {
  display: flex;
  margin: 0 -36px;
  flex-wrap: wrap;
  align-items: center;
}

.work_step {
  flex: 1 1 16.6%;
  padding: 0 36px;
  max-width: 16.6%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #151833;
  text-align: center;
  position: relative;
}

.work_step_body {
  display: flex;
  flex-direction: column;
}

.work_step_icon {
  background: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.work_step_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #151833;
  margin-bottom: 5px;
}

.work_step_desc {
  font-size: 14px;
  color: #151833;
  line-height: 1.5;
}

.work_step_footer {
  text-align: center;
  color: #fff;
  padding: 5px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  margin: 20px 0;
  border-radius: 10px;
}

#how_to_work {
  overflow: hidden;
}

.work_step:nth-child(odd) .work_step_icon {
  order: 1;
}

.work_step:nth-child(odd) .work_step_main {
  order: 3;
}

.work_step:nth-child(odd) .work_step_footer {
  order: 2;
}

.work_step:nth-child(even) .work_step_icon {
  order: 3;
}
@media (max-width: 1199px) {
	.work_step:nth-child(even) .work_step_icon {
		order: 0;
	}
}
.work_step:nth-child(even) .work_step_main {
  order: 1;
}

.work_step:nth-child(even) .work_step_footer {
  order: 2;
}

.work_step_icon img {
  width: 30%;
}

.work_step:before {
  content: "";
  background-image: url(/wp-content/themes/arron/assets/img/icons/partner_arrow_1.svg);
  position: absolute;
  top: 46%;
  left: 86%;
  width: 55px;
  height: 62px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.work_step:nth-child(even):before {
  background-image: url(/wp-content/themes/arron/assets/img/icons/partner_arrow_2.svg);
}

.work_step:last-child:before {
  display: none;
}

.stat_block_inner {
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  border-radius: 5px;
  color: #fff;
  padding: 30px;
  position: relative;
}

.stat_list {
  display: flex;
  margin: 0 -25px;
  position: relative;
  z-index: 5;
}

.stat_item {
  padding: 0 25px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.stat_item span {
  display: block;
}

.stat_item .stat_text_main {
  font-size: 36px;
  line-height: 42px;
}

.stat_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.stat_block_inner .title_accent {
  margin-bottom: 30px;
}

.about_block {
  height: 366px;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 100%;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}

.lazy_video {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  background: #000;
  display: none;
}

.btn_play {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: none;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 55;
  transition: all 0.3s ease;
}

.icon-play {
  background-image: url(../img/icons/play.svg);
}

.icon-review-star {
  background-image: url(../img/icons/review-star.svg);
}

.icon-fb {
  background-image: url(../img/icons/facebook.svg);
}

.icon-google {
  background-image: url(../img/icons/icon_google.svg);
}

.icon-fb-tiny {
  background-image: url(../img/icons/fb-tiny.svg);
}

.icon-instagram {
  background-image: url(../img/icons/instagram.svg);
}

.icon-youtube {
  background-image: url(../img/icons/youtube.svg);
}

.icon-tiktok {
  background-image: url(../img/icons/tiktok.svg);
}

.icon {
  width: 40px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.btn_play:hover {
  box-shadow: 0 4px 5px rgba(9, 11, 26, 0.1);
}

.recall_block {
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  justify-content: space-around;
  margin: 100px 0;
}

.form_block {
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 20px;
  padding: 30px;
  margin: -50px 0;
}

.form_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 30px;
  text-align: center;
}

.form_control {
  border: 1px solid rgba(27, 192, 124, 0.25);
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  padding: 15px 20px;
  width: 100%;
  color: #151833;
}

.form_control::placeholder {
  color: rgba(21, 24, 51, 0.5);
}

.form_control_box {
  margin-bottom: 15px;
}

.form_control_acceptance input {
  display: none;
}

.form_control_acceptance label {
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.form_control_acceptance label:before {
  content: "";
  border: 1px solid #0055bd;
  box-sizing: border-box;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 5px;
}

.form_control_acceptance input:checked + label:before {
  background: #0055bd;
}

.form_control_acceptance {
  margin-bottom: 15px;
}

.form_btn {
  text-align: center;
}

.reviews_slider:before {
  content: "";
  position: absolute;
  height: 200px;
  /* background: linear-gradient(90deg, #0059C1 0%, #439AFF 100%); */
  border-radius: 5px;
  width: 100%;
  top: 0;
  left: 0;
}

.review_slide {
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  padding: 20px;
}

.review_header {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.review_img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.review_title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}

.review_header_main {
  font-size: 14px;
  line-height: 16px;
}

.review_rating {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

.review_rating .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.review_social .icon {
  width: 16px;
  height: 16px;
  margin: 0 5px;
}

.review_social {
  margin: 0 -5px;
  display: flex;
  align-items: center;
}

.review_body,
.review_body p {
  font-size: 16px;
  line-height: 19px;
  color: #1e2828;
}
.review_body a {
  color: blue;
  font-weight: 600;
  text-decoration: underline;
}

.review_slide.video_review {
  position: relative;
  height: 220px;
  padding: 5px;
}

.review_slide.video_review .lazy_load_video {
  width: 100%;
  height: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review_header_video {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
}

.review_header_video > * {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  border-radius: 5px;
  padding: 5px 5px;
}
#reviews_block .slick-dots li {
  background: #fff;
  opacity: 0.6;
}
#reviews_block .slick-dots li.slick-active {
  background: #0055bd;
  opacity: 1;
}
#main_footer {
  background: #fff;
  padding: 30px 0 10px;
}

.footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.footer_menu {
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_menu li {
  padding: 0 15px;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
}

.footer_menu li a {
  color: #151833;
}

.social_menu_box {
  display: flex;
  justify-content: center;
}

.social_menu {
  display: flex;
  align-items: center;
  margin: 0 -10px;
  flex-wrap: wrap;
  justify-content: center;
}

.social_menu a {
  background: #f4f6f8;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social_menu li {
  padding: 0 10px;
  margin-bottom: 5px;
}

.social_menu a .icon {
  width: 16px;
  height: 16px;
}

.footer_copyright {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

footer .viber-gift {
  display: none;
  position: fixed;
  z-index: 10;
  left: 4rem;
  bottom: 3.75rem;
}
footer .viber-gift > a {
  display: inline-block;
  width: 80px;
  -webkit-animation: fixgiftscale 1.5s linear infinite;
  animation: fixgiftscale 1.5s linear infinite;
}
@keyframes fixgiftscale {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
footer .viber-gift > a img {
  width: 100%;
  -webkit-animation: uptocallphone 1.5s linear infinite;
  animation: uptocallphone 1.5s linear infinite;
}
@keyframes uptocallphone {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  75% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.last_news__desc {
  font-size: 14px;
  line-height: 16px;
  margin-top: 10px;
  max-height: 47px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.reviews_slider .slick-slide {
  opacity: 0.5;
  max-width: 367px;
  transform: scale(0.9) translateX(-50%);
  width: 100%;
  transition: all 0.3s ease !important;
}

.reviews_slider .slick-slide.slick-active {
  width: 367px;
  max-width: 367px;
  opacity: 1;
  margin: 0 -100px 0 10px;
  position: relative;
  z-index: 44;
  transform: scale(1) translateX(-50%);
}

.reviews_slider .slick-slide.slick-center {
  margin-right: 10px;
  margin-left: -100px;
}

.slider_arrow {
  position: absolute;
  top: -100px;
  right: 0;
  width: 40px;
  height: 40px;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  background-size: 7px;
  background: #ffffff url(../img/icons/slider_arrow_right.svg) no-repeat center;
}

.slider_arrow.prev {
  right: 50px;
  background-image: url(../img/icons/slide_arrow_left.svg);
}

.reviews_slider {
  padding-top: 50px;
  position: relative;
  background: url(../img/reviews.png) center center;
  /* background-size: 100% 100%; */
  border-radius: 20px;
  height: 500px;
}
#reviews_block .slick-dots {
  margin-top: 60px;
}
.title {
  font-weight: bold;
  font-size: 72px;
  line-height: 85px;
}

.last_news__box__1 {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.last_news__box__item {
  display: flex;
  background: #fff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 20px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.last_news__item {
  background: #fff;
  height: 100%;
  box-shadow: 0 5px 10px rgb(48 38 36 / 3%);
  border-radius: 5px;
  border-radius: 20px;
  overflow: hidden;
}

.last_news__info__item {
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: space-between;
}

.last_news__box {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}

.last_news__parent {
  max-width: 50%;
  flex: 0 0 50%;
  display: flex;
  padding: 10px;
}

.last_news__box__item .last_news__img {
  flex: 0 0 50%;
  max-width: 50%;
}

.last_news__dey {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.last_news__dey img {
  margin-right: 5px;
}

.last_news__info {
  display: flex;
  align-items: center;
}

.last_news__info a:last-child {
  color: #0055bd;
  font-size: 14px;
  line-height: 16px;
  border-bottom: dashed;
}

.last_news__info a {
  margin-right: 10px;
}

.last_news__btn {
  color: #0055bd;
  font-size: 14px;
  line-height: 16px;
  border-bottom: dashed;
  margin: 20px auto;
}

.charity__item {
  flex: 0 0 50%;
  max-width: 50%;
}

.charity__block {
  display: flex;
  flex-wrap: wrap;
}

.social__link {
  display: flex;
}

.social__link li {
  background: #fff;
  padding: 12px;
  margin-right: 20px;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
}

.charity__text {
  font-size: 16px;
  line-height: 19px;
}

.title span {
  color: #0055bd;
}

.charity__img__box {
  flex: 0 0 50%;
  max-width: 50%;
}

.charity__main {
  margin: 30px 0;
}

.social__position {
  position: absolute;
  right: 0;
  top: 10px;
}

.charity__block:nth-child(even) {
  flex-direction: row-reverse;
}

.reviews__body {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.reviews__item {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 10px;
}

.reviews__box {
  margin-top: 30px;
}

.separate__header__author__item {
  flex-direction: unset;
}

.addresses__map_link form {
  display: flex;
  align-items: center;
}

.addresses__map_link .jobs__label.on__map {
  margin: 0 0 0 auto;
}

.addresses__map_link .jobs__label.on__map img {
  margin-right: 5px;
}

/*breadcrumbs start*/
.breadcrumbs__list {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.breadcrumbs__list .separator {
  transform: rotate(-90deg);
  display: flex;
  margin: 0 8px;
}

/*breadcrumbs end*/
/*Popup start*/
.popup_block {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(30, 34, 72, 0.2);
  backdrop-filter: blur(10px);
  z-index: 1201;
  display: none;
}

.new_service_popup_body {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.new_service_popup_box {
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  max-width: 580px;
  width: 100%;
  position: relative;
  padding: 60px 30px 30px;
}

.popup_close {
  background: transparent;
  position: absolute;
  right: 30px;
  top: 30px;
}

.new_service_popup_title {
  font-weight: bold;
  font-size: 36px;
  line-height: 42px;
  text-align: center;
  margin-bottom: 20px;
}

.new_service_popup_label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.new_service_popup_select + span {
  background-color: rgb(255 255 255 / 30%);
  border: 1px solid rgb(21 24 51 / 30%);
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  width: 100% !important;
  padding: 9px 20px;
  margin-bottom: 10px;
  z-index: 123456789;
}

.new_service_popup_select + span .select2-selection__rendered {
  padding-left: 0 !important;
  color: rgb(21 24 51 / 70%) !important;
}

.popup_checkbox_label {
  margin: 0 0 20px 20px;
  display: flex;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
}

#new_service_popup_checkbox {
  display: none;
}

.popup_checkbox_label:before {
  content: "";
  background: #ffffff;
  border: 1px solid rgb(21 24 51 / 30%);
  box-sizing: border-box;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 10px;
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked + label:before {
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
}

.new_service_popup_submit {
  width: 100%;
}

.new_service_popup_box form {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.new_service_popup_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/*Popup end*/
/*Icons hover start*/
.icons_info {
  position: relative;
}

.icons_info > span {
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  background: #1e2248;
  color: #fff;
  padding: 5px 10px;
  transform: translateX(calc(-50% - 10px));
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.icons_info:hover > span {
  opacity: 1;
}

.delivery__box .slider_arrow {
  top: 50%;
  transform: translateY(-50%);
  z-index: 123;
  left: calc(100% + 20px);
  right: unset;
}

.delivery__box .slider_next {
  right: 0;
}

.delivery__box .slider_arrow.prev {
  right: calc(100% + 20px);
  left: unset;
}

/*Icons hover end*/
/* City pop-up start */
#city_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 100px;
  z-index: 1300;
  background: rgba(30, 34, 72, 0.2);
}

.city_popup_box {
  background: #fff;
  padding: 30px;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  max-width: 570px;
  width: 100%;
}

.city_popup_block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -10px;
}

.city_popup_block button {
  margin: 0 10px;
}

#city__list_popup li {
  flex: 0 0 33.3333%;
  max-width: 33.33333%;
}

#city__list_popup {
  margin: 20px 0;
  display: none;
}

.not_found {
  margin: 50px 0;
  font-size: 18px;
}

.review_section {
  margin-bottom: 60px;
}

/* City pop-up end */
span.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none !important;
}

.consultation__input[aria-invalid="true"] {
  background: #ff8888;
}

.blog_top {
  margin-top: 20px;
}

.intro__select,
.form__input,
.consultation__input,
.form__textarea textarea,
.intro__input {
  padding: 13px 20px;
  border-radius: 30px;
  background: #fff;
  appearance: none;
  font-size: 14px;
  width: 100%;
  border: 1px solid rgba(30, 40, 40, 0.5);
  line-height: 1;
  color: #222;
  flex: 0 0 39%;
}

.intro__select::placeholder,
.consultation__input::placeholder,
.form__input::placeholder,
.form__textarea textarea::placeholder,
.intro__input::placeholder {
  color: rgba(30, 40, 40, 0.5);
}

.select2-container--open .select2-dropdown--above {
  border: 0;
  border-radius: 5px;
}

.pop_open .select2-container--open {
  z-index: 12345;
}

.new_service_popup_select {
  padding: 15px 20px;
}

.indicative__table .hidden {
  display: none;
}

.select2-container {
  min-width: 180px;
}

#nk_message_block {
  position: fixed;
  bottom: 120px;
  right: 15px;
  max-width: 300px;
  z-index: 99999;
}

.nk_message {
  background: #000;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 10px;
}

.nk_message.fail {
  background: #ff0000;
}

.nk_message.success {
  background: #68f75b;
}

.contact__city__toggler,
.need__repair__toggler,
.need__repair__toggler_city_1,
.need__repair__toggler_city_2,
.need__repair__toggler_city_3,
.need__repair__toggler_city_4,
.need__repair__toggler_city_5 {
  display: none;
}

.form_control[aria-invalid="true"],
.form__input[aria-invalid="true"] {
  background: #ffd1d1;
}

select#lang_choice_1 {
  text-transform: uppercase;
}

.last_news__info.author__social a:last-child {
  border: none;
}

.alignleft {
  float: left;
  margin: 0 20px 0 0;
}

.alignright {
  float: left;
  margin: 0 0 0 20px;
}

#single_post .separate__box p {
  font-size: 16px;
  line-height: 19px;
  color: #151833;
  margin-bottom: 10px;
}

#single_post .separate__box a {
  color: blue;
}

blockquote {
  font-style: italic;
  color: #151833;
  font-family: "Google Sans", sans-serif;
  border: 1px dashed #000;
  border-left: 0;
  border-right: 0;
  padding: 13px 0;
  margin: 20px 0;
  position: relative;
}

blockquote > p {
  margin: 0 !important;
}

blockquote:before {
  content: "";
  background-image: url(/wp-content/themes/arron/assets/img/icons/qutoe.svg);
  background-color: #f4f6f8;
  width: 40px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

blockquote:after {
  content: "";
  background-image: url(/wp-content/themes/arron/assets/img/icons/qutoe.svg);
  background-color: #f4f6f8;
  width: 40px;
  height: 16px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%) rotate(180deg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
}

#single_post {
  margin-bottom: 100px;
}

.separate__header__author__box .last_news__info a:last-child {
  background: transparent;
  padding: 0;
  border-radius: 0;
  border-width: 1px;
  width: unset;
  height: unset;
}

.last_news__dey.separate__header__author__time {
  margin-bottom: 10px;
}

.separate__header__author__box .last_news__info a {
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.comment_block {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 2px solid #ebebeb;
}

.comment_main {
  width: 100%;
}

.comment_block > span {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

.comment_block > div > span {
  font-size: 14px;
  line-height: 16px;
}

.comment_block select {
  border: 1px solid rgba(21, 24, 51, 0.5);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 3px 20px 3px 3px;
  appearance: none;
  background: #ffffff url(../img/icons/menu__arrow.svg) no-repeat center right
    5px;
  margin-left: 5px;
}
.comment_details {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.comment_details > span {
  font-weight: 600;
}

.comment_body {
  display: flex;
}

.comment_img {
  margin-right: 20px;
}

.comment_area {
  background: #ffffff;
  border: 1px solid rgba(21, 24, 51, 0.5);
  min-height: 90px;
  resize: none;
  width: 100%;
}

.comment_item {
  flex: 1 1 auto;
}

.comment_item form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.comment_submit {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  background: #3b6ab0;
  color: #fff;
  margin-top: 10px;
  padding: 5px 10px 8px;
}

.prices_info {
  width: 20px;
  height: 20px;
  display: flex;
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  text-align: center;
  color: #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  margin-left: 10px;
  animation: mr_pulse 0.5s infinite;
}

@keyframes mr_pulse {
  0% {
    background: linear-gradient(90deg, #67dbcd 0%, #0055bd 100%);
  }

  45% {
    background: linear-gradient(180deg, #67dbcd 0%, #0055bd 100%);
  }

  75% {
    background: linear-gradient(270deg, #67dbcd 0%, #0055bd 100%);
  }

  100% {
    background: linear-gradient(360deg, #67dbcd 0%, #0055bd 100%);
  }
}

@keyframes btn_animate {
  0%,
  90% {
    left: -50px;
  }

  100% {
    left: 150%;
  }
}

.all_prices {
  position: absolute;
  left: 70%;
  background: #fff;
  padding: 30px 0 10px;
  border-radius: 5px;
  display: none;
  top: -100%;
  min-width: 380px;
  z-index: 55;
}

.tariff_item_price {
  display: flex;
  align-items: center;
  position: relative;
}

.tariff_item_price .regular-price {
  display: inherit;
}
.tariff_item_price b {
  color: #0059c1;
  font-weight: 800;
  padding-right: 5px;
}
.tariff_item_price s {
  color: #1e2828;
  opacity: 0.6;
}

ul.all_prices_list li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  justify-content: space-between;
  padding: 5px 20px;
}

ul.all_prices_list li a {
  margin-right: 40px;
  color: #0055bd;
  display: flex;
  margin-top: 5px;
  border-bottom: 1px dashed #0055bd;
}

ul.all_prices_list {
  margin-bottom: -10px;
}

.question__box form {
  display: flex;
  align-items: center;
}

.question__box .jobs__label {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  padding: 15px 20px;
}

.all_prices_title {
  font-weight: 700;
  font-size: 19px;
  line-height: 23px;
  color: #151833;
  padding: 0 20px;
  margin-bottom: 5px;
}

.all_prices_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151833;
  padding: 0 20px;
  margin-bottom: 20px;
}

.all_prices_list_action {
  display: flex;
  align-items: center;
}

.btn_chat {
  background: transparent;
  border: none;
  margin-right: 10px;
}

.btn_close_price_list {
  position: absolute;
  background: transparent;
  right: 10px;
  top: 10px;
}

.indicative__table th:first-child {
  border-radius: 5px 0 0 0;
}

table.indicative__table .bg_gradient {
  border-radius: 5px 5px 0 0 !important;
}

td.tariffs_row_action {
  padding: 7px 30px 7px 0;
}

#service_google_maps {
  margin-top: 50px;
}

#service_google_maps iframe {
  width: 100%;
}

#form_submit_success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.form_message_inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form_message_box {
  background: #fff;
  padding: 50px;
  max-width: 60%;
  text-align: center;
  line-height: 1.5;
  position: relative;
}

.form_message_title {
  color: #0055bd;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.btn_close_popup {
  position: absolute;
  right: -20px;
  top: -50px;
  background: transparent;
  color: #fff;
  font-size: 40px;
}

.intro__form .wpcf7-form-control-wrap {
  max-width: 20%;
  flex: 1 1 20%;
  padding: 0 5px;
}

.intro__form .wpcf7-form-control-wrap .select2-container {
  max-width: 100%;
  flex: unset;
  width: 100%;
  min-width: 100%;
}

.wpcf7-form .intro__form {
  margin: 0;
}

.choose__label.parent_label {
  position: relative;
}

ul.child_problems {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 555;
  width: calc(100% - 20px);
  left: 10px;
  display: none;
}

ul.child_problems .choose__label {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: unset;
  padding: 0;
}

ul.child_problems .choose__style {
  box-shadow: none;
  border-radius: 0;
}

ul.child_problems .choose__label a {
  display: block;
}

.choose__label.parent_label:hover .child_problems {
  display: block;
}

@keyframes titleAnim {
  0% {
    left: calc(100% + 10px);
  }

  50% {
    left: calc(100% + 5px);
  }

  100% {
    left: calc(100% + 10px);
  }
}

section#device_tariffs {
  margin-top: -100px;
  padding-top: 100px;
}

.phone_num_text_popup {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}

button.btn_youtube {
  background: transparent;
  border: none;
  transition: all 0.3s ease;
}

button.btn_youtube:hover {
  opacity: 0.7;
}

#youtube_video_link {
  width: 100%;
  height: 300px;
}

section.last_news {
  margin-bottom: 50px;
}

.report_msg {
  text-align: center;
  margin-bottom: 30px;
  color: #929292;
  line-height: 1.5;
}

span.text_key {
  padding: 5px 12px;
  border: 1px solid;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 12px;
}

.acceptance_accent input {
  display: none;
}

.hidden_field {
  display: none;
}

.slick-slide {
  height: auto;
}

#misterfix_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
}

#misterfix_mask.show {
  display: block;
}

main#primary {
  line-height: 1.5;
}

main#primary p {
  margin-bottom: 10px;
}

/* Single Service - Problem START */
.service_intro_block_inner {
  display: flex;
  margin: 0 -20px;
  align-items: center;
}

.service_intro_block_img {
  padding: 0 20px;
  flex: 0 0 60%;
  max-width: 60%;
  background-size: contain;
  background-position: center;
  min-height: 432px;
  background-repeat: no-repeat;
}

.service_intro_block_info {
  padding: 0 20px;
  flex: 1 1 auto;
}

.service_intro_block_time {
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  border-radius: 5px;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 20px;
}

.service_intro_block_time:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/wp-content/themes/arron/assets/img/icons/icon-time-light.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.service_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.3;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151833;
  margin-bottom: 30px;
}

.service_price {
  font-weight: 700;
  font-size: 36px;
  line-height: 42px;
  color: #151833;
  margin-bottom: 20px;
}

.service_characters {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151833;
}

.service_characters li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.service_characters li:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/wp-content/themes/arron/assets/img/icons/icon-checked.svg");
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.service_excerpt {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #151833;
  margin-bottom: 20px;
}

.service_intro_block {
  margin-bottom: 50px;
}

.taxonomy_desc p {
  margin-bottom: 20px;
}

section.return {
  margin-bottom: 50px;
}

.rating {
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  justify-content: flex-end;
  flex-direction: row-reverse;
}

.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%231BC07C' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%231BC07C' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

#rating-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}

.feedback {
  display: flex;
  margin-bottom: 30px;
}

.feedback span {
  flex: 1 1 100%;
  display: flex;
  align-items: center;
}

tr.diagnostics td:first-child a {
  font-weight: 600;
  transition: all 0.3s ease;
}

tr.diagnostics td:first-child a:hover {
  color: #0055bd;
}

.addresses__img .light__btn {
  margin: 5px;
  width: auto;
}

.addresses__img .light__btn.price {
  background: linear-gradient(270deg, #c58d25 0%, #c0a71b 100%);
}

.addresses__img .light__btn.rating {
  background: linear-gradient(270deg, #3325c5 0%, #1b61c0 100%);
}

.addresses__img .light__btn.top_service {
  background: linear-gradient(270deg, #c52594 0%, #c01b6e 100%);
}

.taxonomy_desc {
  white-space: pre-line;
  /* flex: 1 1 100%; */
  max-width: 100%;
}

.addresses__block.hidden_address {
  display: none;
}

.mobile {
  display: none !important;
}

.need__repair__img img {
  min-width: 50%;
}

figure {
  max-width: 100%;
  max-height: 100%;
}

section#error_section {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.error_main_text {
  font-size: 130px;
  font-weight: 600;
  color: #1cc185;
}

.single_problem_navs {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  justify-content: space-between;
  margin: -50px 0 30px;
  display: flex;
  align-items: center;
}

.single_problem_navs a {
  display: flex;
  align-items: center;
  font-weight: 600;
  transition: all 0.3s ease;
}

.single_problem_navs a img {
  margin: 0 10px;
}

.single_problem_navs a:hover {
  color: #0055bd;
}

.thankyou_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  color: #1e2828;
  margin-bottom: 20px;
}

.thankyou_main {
  display: flex;
  margin: 0 -20px;
}

.thankyou_left {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 20px;
}

.thankyou_privs {
  margin-top: 20px;
}

.thankyou_privs_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1e2828;
  margin-bottom: 20px;
}

.thankyou_privs_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.thankyou_priv {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 20px;
  display: flex;
}

.thankyou_priv_icon {
  background: #0059c1;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.thankyou_priv_main_subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1e2828;
  margin-bottom: 10px;
}

.thankyou_priv_main_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  display: flex;
  align-items: center;
  color: #1e2828;
}

.thankyou_img {
  flex: 0 0 35%;
  max-width: 35%;
  text-align: center;
  padding: 0 20px;
}

.service_rate_boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service_rate_box {
  flex: 0 0 30%;
  max-width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  padding: 10px;
}

.btn_rate {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #25c5b2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_rate_text {
  display: flex;
  align-items: center;
}

.service_rate_text span {
  margin-left: 10px;
}

section.rating_service {
  margin: 50px 0;
}

.service_rate_box.like {
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  color: #fff;
}

.service_rate_box.like .btn_dislike {
  visibility: hidden;
}

.service_rate_box.like .btn_rate {
  filter: brightness(10);
}

.service_rate_box.dislike {
  background: linear-gradient(270deg, #ed6d6d 0%, #d35959 100%);
  color: #fff;
}

.service_rate_box.dislike .btn_like {
  visibility: hidden;
}

.service_rate_box.dislike .btn_dislike {
  filter: brightness(10);
}

.service_rate_box.dislike .btn_rate,
.service_rate_box.like .btn_rate {
  cursor: default;
}

table.actual_problems_table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-radius: 20px;
  overflow: hidden;
}

.actual_problems {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 20px;
  margin-bottom: 30px;
  border: 2px solid #0055bd;
  position: relative;
}

span.actual_problem_hint {
  position: absolute;
  background: #0059c1;
  border-radius: 25px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
}

table.actual_problems_table .replacement {
  background: #fff;
}

table.actual_problems_table tr td {
  padding: 10px 30px;
}

table.actual_problems_table tr:nth-child(even) {
  background: #f8f8f8;
}

.indicative__table tbody tr:nth-child(odd) {
  background: #f8f8f8;
}

table.actual_problems_table tr {
  font-weight: 600;
}

section#tariffs_block {
  margin-bottom: 100px;
}

.addresses__social .social__list img {
  min-width: 35px;
  min-height: 35px;
  max-width: 35px;
  max-height: 35px;
}

.header_contact_details {
  max-width: 200px;
  border-left: 3px solid #0059c1;
  padding-left: 13px;
}

.header_contact_details_main {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #1e2828;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.header_contact_details_main img {
  margin-right: 5px;
}

.header_contact_details > span,
.header_contact_details > a {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #0059c1;
  display: flex;
  align-items: center;
}

.header_contact_details img {
  margin-right: 5px;
}

#search_field {
  background-image: url("/wp-content/themes/arron-new/assets/img/icons/loop.svg");
  background-repeat: no-repeat;
  background-position: 92% center;
  color: #222;
}

.intro__form input.intro__select {
  border: none;
}

.map_block_main {
  display: flex;
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  align-items: center;
  margin-bottom: 20px;
}

.map_block {
  flex: 0 0 70%;
  max-width: 70%;
}

.map_info {
  padding: 20px;
}

.map_block iframe {
  height: 170px;
  width: 100%;
}

h3.map_service_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #1e2828;
  margin-bottom: 5px;
}

.map_service_desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(30 40 40/50%);
  margin-bottom: 10px;
}

.map_service_contact {
  display: flex;
  margin-bottom: 10px;
  max-width: 230px;
}

.map_service_contact img {
  margin-right: 10px;
}

.map_service_contact:last-child {
  margin: 0;
}

.contact_main {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact_img {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

.contact_info {
  padding-left: 20px;
}

.contact_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.contact_detail {
  display: flex;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1e2828;
}

.contact_detail img {
  margin-right: 10px;
}

.main_device_subtitle .contact_detail {
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
}

.main_device_subtitle .contact_detail img {
  max-height: 25px;
}

.contact_title img {
  margin-left: 10px;
}

.contact_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #151833;
}

.contact_desc p {
  margin-bottom: 20px;
}

.contact_desc h3 {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 20px;
}

.faq__title.intro__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  color: #1e2828;
}

.device__intro__title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  color: #1e2828;
  margin-bottom: 20px;
}

.device_intro_img_main {
  height: 300px;
  width: 100%;
/*  border-radius: 100px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.btn_yt {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  border-radius: 17px;
  color: #fff;
  padding: 5px 10px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  white-space: nowrap;
  align-items: center;
}

.btn_yt img {
  margin-right: 5px;
}

.device__intro__desc p span {
  font-size: 30px;
}
.device__intro__desc .counter_item {
  font-size: 30px;
}

.register_qr_wrapper {
  background: linear-gradient(90deg, #0059c1 0%, #439aff 100%);
  border-radius: 20px;
  padding: 30px;
  color: #fff;
  display: flex;
}

.register_qr_left {
  flex: 0 0 60%;
  max-width: 60%;
}

.register_qr_title {
  font-weight: 700;
  font-size: 42px;
  line-height: 49px;
  margin-bottom: 26px;
}

.register_qr_title:after {
  display: block;
  content: "";
  width: 100px;
  height: 2px;
  background: #ffffff;
  margin-top: 4px;
}

.register_qr_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.register_qr_right {
  flex: 0 0 40%;
  max-width: 40%;
}

.register_qr_img {
  min-height: 220px;
  width: 220px;
  margin: -50px auto;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 20px;
  border: 1px solid #0055bd;
}

.search_form_main {
  position: relative;
}

#search_results {
  position: absolute;
  background: #fff;
  border-radius: 20px;
  top: 120%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 5554555;
  min-width: 100%;
  display: none;
  overflow: hidden;
}

#search_results .search_form_inner {
  overflow: auto;
  max-height: 70vh;
  z-index: 55;
}

.search_result_wrapper {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 20px;
  font-size: 14px;
}

#search_results .search_form_inner::-webkit-scrollbar {
  width: 5px;
  background: transparent;
}

#search_results .search_form_inner::-webkit-scrollbar-thumb {
  background: #686868;
}

.search_result_wrapper a:hover {
  color: #0055bd;
}

.no_search_results {
  text-align: center;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.3;
}

.page_title {
  font-size: 48px;
  text-align: center;
  margin-bottom: 30px;
}
#menu-sitemap-ro ul {
  display: list-item !important;
  position: inherit;
  background: none;
}
ul#menu-sitemap-ro,
ul#menu-sitemap-ro li {
  list-style: disc;
}
ul#menu-sitemap-ro li a {
  padding-bottom: 3px;
  border-bottom: 1px solid #222;
  display: inline-block;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}
ul#menu-sitemap {
  padding-left: 20px;
  list-style: disc;
}

ul#menu-sitemap li {
  list-style: disc;
}

ul#menu-sitemap ul {
  padding-left: 20px;
  display: block !important;
  position: unset;
  background: unset;
  white-space: unset;
}

ul#menu-sitemap a {
  padding-bottom: 3px;
  border-bottom: 1px solid #222;
  display: inline-block;
  transition: all 0.3s ease;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2;
}

ul#menu-sitemap li {
}

.sitemap_nav {
  margin-bottom: 50px;
}

ul#menu-sitemap a:hover {
  opacity: 0.7;
}

.footer_sitemap_link {
  text-align: center;
  margin-bottom: 10px;
  color: #1e2248;
}

.footer_bottom {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.footer_bottom > * {
  margin: 0 10px;
}

.insta_slide {
  background: #ffffff;
  box-shadow: 0px 5px 10px rgba(48, 38, 36, 0.05);
  border-radius: 20px;
  padding: 5px;
}

.insta_slide_img {
  border-radius: 20px;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
  width: 100%;
  display: block;
}

.insta_desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1e2828;
  padding: 10px;
}

.insta_slider .slick-slide {
  margin: 0 10px;
}

.insta_slider .slick-list {
  margin: 0 -10px;
}

.insta_slider .slick-dots {
  margin-top: 30px;
}

/* Single Service - Problem END */
.header__mobile__links.header_mobile_phone {
  padding: 0;
}

.header__mobile__links.header_mobile_phone a {
  background-color: #1e2248;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__mobile__links.header_mobile_phone a img {
  filter: brightness(1000000000);
}

.taxonomy_desc ul {
  list-style: disc;
  padding-left: 20px;
}

.taxonomy_desc img {
  border-radius: 5px;
}

.alignright {
  float: right;
  margin: 0 0 0 20px;
}

.faq__block.hidden_element {
  display: none;
}

.faq__block.hidden_element.show {
  display: block;
}

.faq_actions {
  text-align: center;
  margin-top: 30px;
}

.search_item.search_device_item {
  cursor: pointer;
  transition: all 0.3s ease;
}

.search_item.search_device_item:hover {
  color: #0055bd;
}

.intro__form .search_form_main {
  flex: 0 0 25%;
}
.intro__form .wpcf7-spinner {
  display: none;
}

.service_title_tag {
  background: #e2001a;
  border-radius: 10px;
  color: #fff;
  padding: 5px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}

.service_hint {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #0059c1;
  display: block;
}

.consultation__block input[type="file"] {
  max-width: 100%;
  padding: 13px 20px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}

form#commentform > p {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
form#commentform > p input,
form#commentform > p textarea {
  width: 100%;
  min-height: 40px;
  padding: 10px;
}

form#commentform {
  margin-top: 50px;
  margin-bottom: 50px;
}

form#commentform > p label {
  margin-bottom: 10px;
  display: block;
}

.comment_lists {
  margin-top: 50px;
}

.header__list > li:last-child > .sub-menu {
  right: -20px;
  left: unset;
}

.header__mobile-tel {
  display: none;
}
.etap_block_main {
  display: flex;
}
.etap_block_item {
  width: 33%;
  margin-bottom: 26px;
  padding-right: 50px;
}
.etap_block_item_title {
  margin-top: 11px;
  margin-bottom: 7px;
  font-weight: 700;
  font-size: 20px;
  color: #1e2828;
  line-height: 124.4%;
}
.etap_block_item_text {
  font-size: 14px;
  color: #1e2828;
  line-height: 124.4%;
}
.forms_box {
  display: flex;
  justify-content: space-between;
}
.forms_item {
  width: calc(50% - 10px);
  padding: 50px;
  background-image: url(../img/forms.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.forms_item_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  color: #1e2828;
}
.forms_item_text {
  font-size: 14px;
  line-height: 130.4%;
  color: #1e2828;
  margin-top: 12px;
  margin-bottom: 21px;
}
.preim_section {
  margin-bottom: 120px;
}
.preim__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.preim__block {
  display: flex;
  width: 22%;
  align-items: center;
  cursor: pointer;
}
.preim__block_img {
  width: 78px;
}
.preim__block_img img {
  width: 64px;
}
.preim__block_text {
  width: calc(100% - 78px);
}
.preim__block_text1 {
  font-weight: 600;
  font-size: 16px;
  line-height: 124.4%;
  color: #1e2828;
}
.preim__block_text2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 124.4%;
  color: #1e2828;
  margin-top: 10px;
}
.tab_container {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.tab_responsive {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 8px;
  padding-right: 8px;
}
.tab_box {
  display: block;
  overflow-x: auto;
  width: 100%;
}
.tab_container_city {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tab_responsive_city {
  width: 100%;
}
.tab_box_city_title {
  padding: 7px 0;
  display: flex;
  justify-content: center;
}
.tab_box_city_colums {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
}
.table-category-faqs {
  line-height: 1.5 !important;
  margin-bottom: 1rem;
  width: 100%;
  line-height: 1.5 !important;
}
.table-category-faqs td,
.table-category-faqs th {
  padding: 7px 0;
}
.faq_box_title {
  font-size: 1.55em;
}
.city_btn {
  min-height: 75px;
}
.city_img {
  max-height: 200px;
}
.city-button {
  border-radius: 20px;
}
.cont_city_btn,
.full_width {
  width: 100%;
}
.get_free_instruction input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-right: 5px;
  margin-bottom: 5px;
  vertical-align: middle;
  margin-left: -15px;
}
.get_free_instruction {
  margin-bottom: 15px;
}
/* Talking about us */
.center_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.border_content {
  max-height: 135px;
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  max-width: 24%;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
}
.border_content_box {
  gap: 5px;
}
td.service_td a {
  color: #0059c1;
}
.custom-pc-box {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding-bottom: 20px;
}
.custom-pc-small {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 10px;
}
.custom-pc-small .custom-pc-block {
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.custom-pc-block {
  display: flex;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(48, 38, 36, 0.03);
  border-radius: 5px;
  transition: all 0.3s linear;
  border-radius: 20px;
  overflow: hidden;
}
.custom-pc-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
}
.custom-pc-item {
  text-align: center;
  padding: 20px;
}
.custom-pc-small-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 10px;
  position: relative;
}
.custom-pc-info-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 15px;
}
.custom-pc-info-box-bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.custom-pc-info-icon {
  width: 25px;
  height: 25px;
  min-width: 25px;
}
.custom-pc-info-par {
  margin-left: 15px;
  text-align: left;
}
.custom-pc-info-par-title {
  opacity: 0.8;
  font-size: 14px;
  margin-bottom: 4px;
}
.custom-pc-price {
  padding: 10px 0;
  font-size: 22px;
  font-weight: 600;
}
.b24-widget-button-inner-item {
  fill: #fff;
}
.revert-180 {
  transform: rotate(180deg);
}
.offer-banner-disclaimer {
  padding: 30px 0 0;
  font-size: 14px;
}
.offer-banner-disclaimer p {
  padding: 5px 0;
}
.logo,
.site_logo {
  position: relative;
}
.site_logo::after,
.logo::after {
  position: absolute;
  content: "®";
  right: -16px;
  top: 0;
  font-size: 16px;
  font-weight: 600;
}

/* ---------------------------------------- Phone Button -------------------------------------- */

.grecaptcha-badge {
  display: none;
}
.btn-ip-phone {
  font-family: Arial;
  font-size: 13px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 0.5rem 10px 0.4rem 5px;
  background: linear-gradient(90deg, #1bc07c 0%, #25c5b2 100%);
  border-radius: 50rem;
  display: none;
  align-items: center;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}
.btn-ip-phone span {
  display: block;
  width: 35px;
  height: 35px;
  background: linear-gradient(90deg, #1bc07c 0%, #25c5b2 100%);
  border: 1px solid #fff;
  border-radius: 50%;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
  margin: -24px 1rem -22.5px 0;
  position: relative;
  animation: fixgiftscale 1.5s linear infinite;
}
.btn-ip-phone span:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_563)'%3E%3Cpath d='M14 10.4378V13.188C14.0001 13.3849 13.9255 13.5745 13.7912 13.7186C13.657 13.8627 13.4731 13.9504 13.2767 13.9642C12.9368 13.9876 12.6591 14 12.4444 14C5.57122 14 0 8.42878 0 1.55556C0 1.34089 0.0116667 1.06322 0.0357778 0.723334C0.0495619 0.526901 0.137341 0.343008 0.281403 0.208762C0.425465 0.0745164 0.615084 -8.90035e-05 0.812 1.99562e-07H3.56222C3.6587 -9.74824e-05 3.75176 0.0356681 3.82334 0.100349C3.89493 0.16503 3.93991 0.254009 3.94956 0.35C3.96744 0.528889 3.98378 0.671222 3.99933 0.779333C4.1539 1.85805 4.47067 2.9072 4.93889 3.89122C5.01278 4.04678 4.96456 4.23267 4.82456 4.33222L3.14611 5.53156C4.17235 7.9228 6.07798 9.82842 8.46922 10.8547L9.667 9.17933C9.71596 9.11089 9.78739 9.0618 9.86883 9.04062C9.95028 9.01944 10.0366 9.02752 10.1127 9.06344C11.0966 9.53078 12.1455 9.84676 13.2238 10.0007C13.3319 10.0162 13.4742 10.0333 13.6516 10.0504C13.7474 10.0603 13.8362 10.1053 13.9007 10.1769C13.9652 10.2485 14.0009 10.3414 14.0008 10.4378H14Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_563'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  animation: uptocallphone 1.5s linear infinite;
  background-size: cover;
}
.btn-ip-phone p {
  margin-left: -15px;
}
@keyframes fixgiftscale {
  0% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@keyframes uptocallphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.social__list img {
  width: 100% !important;
}
.social__list li {
  max-width: 40px;
}


 /* mobile-call-block */

 .call-methods-widget {
  display: flex;
  width: 94%;
  position: fixed;
  bottom: 15px;
  border-radius: 35px;
  margin: 0 3%;
  box-shadow: 0px 15px 14px -9px rgba(0, 0, 0, 0.61);
}

.fixed-bottom {
  bottom: 20px;
  right: 0;
  z-index: 1030;
}

.call-methods-widget .callmethod.whatsapp {
  background-color: #25d366;
  margin-left: 0px;
  margin-right: 0px;
  border-radius: 35px 0 0 35px;
}

.call-methods-widget .callmethod {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none !important;
  font-size: 16px;
  width: 25%;
  height: 55px;
  bottom: 0;
  margin-bottom: 0px;
}

.call-methods-widget .callmethod.telegram {
  background-color: #08c;
  /* border-radius: 35px 0 0 35px; */
}

.call-methods-widget .callmethod.phone {
  background-color: #0B7C20;
  width: 50%;
  bottom: 0;
  border-radius: 0 35px 35px 0;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, .35);
}

.call-methods-widget .callmethod .fa {
  font-size: 38px;
  /* margin-right: 10px; */
}

.fa-whatsapp:before {
  content: "\F232";
}

.call-methods-widget .callmethod.phone .circle {
  border-radius: 50%;
  background-color: #25aa44;
  padding: 9% 10%;
  margin-right: 20px;
  border: 7px solid #81df96;
  animation-name: pulse2;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}

@media screen and (min-width: 480px) {
  .call-methods-widget {
      flex-direction: column;
      width: fit-content;
      bottom: inherit;
      border-radius: 0;
      margin: 0;
      box-shadow: -5px 5px 10px -3px rgba(0, 0, 0, 0.61);
  }

  .fixed-bottom {
      bottom: calc( 50% - 82.5px );
      right: 0;
      left: unset;
  }

  .call-methods-widget .callmethod.whatsapp {
      border-radius: 0;
  }

  .call-methods-widget .callmethod {
      width: 100%;
      padding: 0 10px;
  }

  .call-methods-widget .callmethod.phone {
      width: 100%;
      border-radius: 0;
  }
  .call-methods-widget .callmethod.phone span {
      display: none;
  }
  .call-methods-widget .callmethod.phone .circle {
      border-radius: 0;
      background-color: unset;
      padding: 0;
      margin-right: 0;
      border: 0;
      animation-name: unset;
  }
}

@media screen and (max-width: 480px) {
  /* .b24-widget-button-position-bottom-right {
      right: 20px;
      bottom: 100px;
  } */

  .call-methods-widget.little-up {
      bottom: 100px;
  }

  /* .b24-widget-button-position-bottom-right.little-up {
      bottom: 200px;
  } */
}

@keyframes pulse2 {
  0% {
      box-shadow: 0 0 0 1px #81df96;
  }

  50% {
      box-shadow: 0 0 0 5px #81df96;
  }

  100% {
      box-shadow: 0 0 0 1px #81df96;
  }
}




/* custom utility classes */
.mb-5-rem {
  margin-bottom: 5rem;
}
.social__list, .need__repair__body {display:none!important;}

/* custom temporary classes */
/* .page-template-tmpl-main-device.page-id-44660 .iasi-adr,
.page-template-tmpl-main-device.page-id-44664 .iasi-adr,
.page-template-tmpl-main-device.page-id-19601 .bucuresti-adr {
  display: none;
} */