@media (min-width: 1500px) {
  .container {
    max-width: 1420px;
  }
}

@media (max-width: 1500px) {
  .container {
    max-width: 1256px;
  }
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

html {
  line-height: 1.15;
  text-size-adjust: 100%;
  font-family: "Open Sans", sans-serif;
  color: #161616;
}

body {
  margin: 0px;
  position: relative;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0px;
}

hr {
  box-sizing: content-box;
  height: 0px;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  text-decoration: none;
  transition: 0.2s;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
  max-width: 100%;
  height: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0px;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
  cursor: pointer;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0px;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0px;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  appearance: none;
}

::-webkit-file-upload-button {
  appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.container {
  width: 100%;
  padding: 0px 15px;
  margin: 0px auto;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.f-centered {
  align-items: center;
}

.f-spb {
  justify-content: space-between;
}

.header-top {
  height: 81px;
  border-bottom: 1px solid rgba(235, 235, 236, 0.58);
  min-height: 81px;
}

.doublerow>span {
  display: block;
  line-height: 1;
}

#info-hdr-part {
  /* margin: 0px 0px 0px auto; */
  align-items: center;
}

.adress {
  font-size: 14px;
  margin-bottom: 1px;
}

.dr-btm {
  font-size: 13px;
  line-height: 1;
  color: rgb(172, 172, 172);
}

.dr-top.time {
  font-size: 16px;
  margin-bottom: 2px;
}

.hdr-icon {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.custom_part {
  display: flex;
  /* align-items: center; */
  gap: 10px;
}

@media (max-width:1200px) {
  .menu.custom>li a {
    font-size: 14px;
  }

  .custom_part {
    flex-direction: column;
  }
}

@media (max-width:920px) {
  .custom_part {
    flex: 1 0 100%;
  }
}

.get-order-btn {
  width: 150px;
  height: 43px;
  background-color: rgb(106 125 247);
  border: 0px;
  color: white;
  font-weight: 500;
  font-size: 14px;
  border-radius: 4px;
  margin-left: 16px;
  letter-spacing: 0.02em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-icn {
  background-image: url("/public/img/pin.svg");
}

.time-icn {
  background-image: url("/public/img/clocks.svg");
  margin-right: 10px;
}

.phone-icn {
  background-image: url("/public/img/telephones.svg");
}

.hdr-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  margin-bottom: 2px;
}

.id-02 {
  margin-top: 2px;
}

.id-01 .dr-btm {
  position: relative;
  top: 4px;
  border-bottom: 1px dashed;
  display: inline-block;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  color: #6a7df7;
  user-select: none;
}

.info-div.id-01 {
  margin-right: 0;
  margin-top: 2px;
}

.info-div {
  margin-right: 16px;
  min-width: 200px;
  align-items: center;
  display: flex;
}

#main-header {
  background: rgb(255, 255, 255);
  height: 142px;
}

.header-bottom {
  height: 61px;
  border-bottom: 1px solid rgba(235, 235, 236, 0.58);
  display: flex;
  align-items: center;
  min-height: 61px;
  transition: 0.2s;
  top: -100px;
}

.pseudo-wrapper {
  max-width: 732px;
}

.phone-icn {
  height: 26px;
  margin-right: 10px;
  background-size: 26px;
}

.id-03 .dr-top {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.id-03 {
  margin: 2px 0px 0px;
}

.id-02 .dr-btm {
  position: relative;
  top: 2px;
}

#menu-mainmenu {
  display: flex;
  height: 100%;
  align-items: center;
  z-index: 5;
}

.menu.custom {
  display: flex;
  align-items: center;
  gap: 12px;
}

.menu.custom>li {
  margin-right: 0;

}

.menu.custom>li a {
  color: rgb(0, 0, 0);
}

.menu.custom>li a:hover {
  cursor: pointer;
}

.header-top .f-centered {
  gap: 10px;
  justify-content: space-between;
}

@media (max-width:920px) {
  .header-top .main-navigation {
    display: none;
  }
}


#menu-mainmenu a {
  font-size: 16px;
  color: rgb(0, 0, 0);
}

#menu-mainmenu a:hover {
  color: rgb(58 79 208);
}

#menu-mainmenu>li {
  margin-right: 32px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

#menu-mainmenu .menu-item-has-children {
  margin-right: 44px;
}

#menu-mainmenu>li .sub-menu {
  display: none;
  position: absolute;
  top: 58px;
  background: white;
  padding: 10px 34px;
  width: 320px;
  border-radius: 4px;
  z-index: 10;
  box-shadow: 0 0 21px -18px #0000009e;
  border: 1px solid #ececec;
}

.menu-mainmenu-container {
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-item-has-children::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url("/public/img/arrow-down.svg");
  background-size: 16px;
  background-position: center center;
  background-repeat: no-repeat;
  right: -14px;
  position: absolute;
  top: 43%;
}

#pseoudo-sl {
  background: #fbfbfd;
}

.modal {
  top: 0%;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 380px;
  margin: 10px;
  /* height: 340px; */
  padding: 27px 25px 20px 25px;
  background: white;
  border-radius: 10px;
  transition: 0.35s;
  box-shadow: 0 0 30px -20px #00000057;
  visibility: hidden;
  opacity: 0;
}

.modal>p {
  text-align: center;
  margin-bottom: 23px;
  font-size: 15px;
  padding: 0 14px;
  line-height: 1.3;
}

.modal.active {
  visibility: visible;
  opacity: 1;
  display: block;
  transition: 0.35s;
  z-index: 1000;
  top: 50%;
}

.get-status i {
  width: 17px;
  height: 17px;
  background-image: url(/wp-content/uploads/2021/07/information.svg);
  background-size: 17px;
  background-position: center;
  display: block;
  position: absolute;
  left: -24px;
  top: 3px;
}

.get-status {
  background: transparent;
  border: 0;
  outline: none;
  padding: 0;
  font-size: 15px;
  border-bottom: 1px dashed #6977d2;
  line-height: 21px;
  color: #6977d2;
  position: relative;
}

.header-bottom nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.offer-title {
  margin: 0;
  font-size: 46px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
}

#offer-block {
  background: #6977d221;
  padding-top: 59px;
  height: 534px;
  border-bottom: 1px solid #161c420f;
}

#offer-block .left-part {
  width: 50%;
  padding-top: 20px;
}

#offer-block .right-part {
  width: 45%;
}

#offer-block .get-pull {
  margin: 0px;
}

.offer-img {
  position: relative;
  margin: 38px auto 0 auto;
  margin-right: 0;
  width: 100%;
  max-width: 500px;
  height: auto;
  max-height: 350px;
  object-fit: contain;
}

.offer-subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7rem;
  margin-bottom: 30px;
}

.offer-subtitle strong {
  display: inline-block;
  color: #6a7df7;
  background: #6ab2f71f;
  padding: 0 10px 2px 10px;
  line-height: 24px;
  border-radius: 4px;
  font-weight: inherit;
}

.offer-subtitle b {
  font-weight: 700;
  font-size: 19px;
}

.get-pull {
  height: 54px;
  border: none;
  background-color: #6a7df7;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 0 24px;
  font-size: 16px;
  margin: 0 auto;
}

.confirm-label img {
  height: 35px;
  margin-right: 9px;
  opacity: 0.17;
}

.confirm-label {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.confirm-label p {
  color: #6a7df7;
  opacity: 0.8;
  font-size: 15px;
  line-height: 20px;
}

.confirm-label p a {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.advantages-service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.advantages-service li span {
  position: absolute;
  display: flex;
  left: 19px;
  align-items: center;
  justify-content: center;
  color: #6a7df7;
  font-size: 22px;
  font-weight: 500;
  top: 17px;
  line-height: 1;
  background: rgb(236 237 249 / 55%);
  width: 45px;
  height: 45px;
  border-radius: 110px;
}

.advantage--header {
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .advantages-service li span {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}

.advantages-service li {
  background: rgb(251 251 253 / 47%);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
  width: 21%;
  padding: 25px 38px 25px 38px;
  text-align: center;
  position: relative;
  border-radius: 11px;
}

.advantages-service li b {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.advantages-service img {
  height: 62px;
  display: block;
  width: 62px;
  margin: 0 auto 10px auto;
}

#repair-categories {
  padding-top: 59px;
  padding-bottom: 50px;
  background-image: url(/wp-content/uploads/2021/08/cats-bg.jpg);
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.simple-title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.categories-block {
  display: flex;
  justify-content: space-between;
  margin-top: 52px;
  flex-wrap: wrap;
}

.cat-monitor img {
  left: -15px !important;
}

.cat-televizor img {
  top: 20px !important;
}

.cat-item:hover .link-imitate {
  right: 32px;
  transition: 0.3s ease-in-out;
}

div.cat-item {
  background: #f5f5ff;
  width: 46%;
  height: 234px;
  position: relative;
  margin-bottom: 42px;
  border: 1px solid #e2dcff;
  border-radius: 6px;
}

.price-cost i {
  padding-left: 5px;
}

.cat-item a {
  display: block;
  padding: 31px 53px 10px 223px;
  height: 100%;
  width: 100%;
}

.cat-item a img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  left: -2px;
  top: 0;
}

.cat-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 16px;
  color: black;
}

.cat-item p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  color: #161616;
  margin-bottom: 16px;
}

.tags-of-item li {
  font-size: 13px;
  padding: 0 9px;
  border: 1px solid;
  border-radius: 30px;
  display: inline-flex;
  margin-bottom: 6px;
  min-height: 26px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  transition: 0.3s;
}

.tags-of-item {
  width: 100%;
  color: rgb(106 125 247);
}

.link-imitate {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  padding: 12px 12px 12px 15px;
  background-color: white;
  border-radius: 100px;
  position: absolute;
  right: 44px;
  bottom: 32px;
  background-image: url('/public/img/right-arrow.svg');
  background-position: 52% 50%;
  background-repeat: no-repeat;
  background-size: 9px;
  transition: 0.3s ease-in-out;
}

.content-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sertificate-turst {
  background: #959abb21;
  position: relative;
  padding: 75px 0px 91px 0px;
  overflow: hidden;
}

#sertificate-turst .left-part {
  width: 55%;
}

.sert-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 40px;
  line-height: 1.2;
}

.serts-01 {
  margin-left: 4px;
}

.serts-02 {
  font-size: 30px;
  display: inline-block;
  background: #e0e4ffd4;
  padding: 7px 10px;
  margin-top: 10px;
  border-radius: 6px;
  font-weight: 300;
}

.trust-p {
  color: black;
  margin-bottom: 7px;
}

.simple-p {
  font-size: 16px;
  line-height: 27px;
  font-weight: 100;
}

.trust-p b {
  font-weight: 600;
}

.company-order {
  padding: 44px 115px 60px 56px;
  margin-top: 73px;
  background: white;
  border-radius: 9px;
  box-shadow: 0 17px 23px hsl(0deg 0% 0% / 7%);
  border: 1px solid #f4f4f4;
  position: relative;
  max-width: 674px;
  height: 178px;
}

.co-wrapper::before {
  content: "";
  width: 216px;
  background: white;
  display: block;
  height: 30px;
  position: absolute;
  top: -2px;
  left: 13px;
}

.co-wrapper {
  position: absolute;
  width: 96%;
  height: 87%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  border: 1px solid #ececec;
  border-radius: 7px;
  padding: 30px 78px 30px 43px;
}

.co-wrapper p {
  line-height: 1.5rem;
}

.co-wrapper span {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 6px 10px 6px 13px;
  background: #6a7df7;
  border-radius: 4px;
  color: white;
  height: 36px;
  width: 167px;
}

.row-label::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #5f6ab6;
  bottom: -2px;
  transform: rotate(45deg);
  z-index: -1;
  left: 11px;
}

.row-label {
  position: absolute;
  top: -26px;
  left: 41px;
  filter: drop-shadow(0px 3px 4px #929cde3d);
}

#sertificate-turst .bg-overlay {
  background-image: url('/public/img/wall.jpg');
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.5;
}

#sertificate-turst .container {
  position: relative;
}

div.cat-televizory img {
  left: -11px;
  top: 25px;
}

div.cat-monitory img {
  left: -20px;
  top: 10px;
}

#article-section {
  padding: 69px 0 83px 0;
  position: relative;
  z-index: 1;
}

.articles-block {
  display: flex;
  /* justify-content: space-between; */
  margin-top: 40px;
  gap: 12px;
}

.leading-article {
  width: 50%;
}

.other-articles {
  width: 50%;
}

.articles-block article a {
  position: relative;
  color: white;
  display: block;
}

div.leading-article article {
  height: 398px;
  padding-top: 229px;
}

.articles-block article {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  padding: 30px 46px;
}

div.other-articles article {
  height: 193px;
  margin-bottom: 12px;
  padding-top: 52px;
}

.leading-article article img,
.other-articles article img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  left: 0;
  top: 0;
  object-position: 50% 16%;
}

.article-overlay {
  width: 104%;
  height: 100%;
  background-image: linear-gradient(to top, #6a7df7bf, #4375c838);
  top: 0;
  left: -3px;
  position: absolute;
  z-index: 0;
}

.leading-article a {
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 19px;
  font-size: 28px;
  min-height: 70px;
}

.other-articles a {
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 13px;
  font-size: 19px;
  min-height: 47px;
}

.datesale {
  font-size: 13px;
  padding: 2px 19px;
  background: white;
  border-radius: 100px;
  display: inline-block;
  font-weight: 600;
  position: relative;
  line-height: 24px;
}

.mapper {
  filter: drop-shadow(0 20px 22px rgba(38, 37, 45, 0.16));
  overflow: hidden;
  width: 61%;
  height: auto;
  background: url(/wp-content/uploads/2021/08/mapper.png);
  background-size: 172%;
  background-position: 50% 43%;
  border-radius: 15px;
}

.map-container {
  margin-top: 33px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  /* flex-direction: column; */
}

.map-info {
  width: 77%;
  background-color: #ffffff;
  background-image: url('/public/img/hands.png');
  background-size: 292px;
  background-repeat: no-repeat;
  background-position: 9.5% 80%;
  border-radius: 10px;
  /* margin-top: -50px; */
  margin-left: 0;
  /* overflow: hidden; */
  border: 1px solid #0000000d;
  box-shadow: 0 17px 23px #a3aef32e;
  height: fit-content;
  padding: 26px;
  position: relative;
}

.black {
  color: black;
}

.little-abt {
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 18px;
}

.get-center {
  border-radius: 3px;
  padding: 0 24px;
  font-size: 15px;
  margin-top: 29px;
  height: 58px;
  width: 100%;
  border: none;
  background-color: rgb(106 125 247);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#site-footer {
  padding: 60px 0 74px 0;
  background-color: #f3f3f3;
  border-top: 1px solid #e0e0e0;
}

#site-footer a:hover {
  color: rgb(106 125 247);
  transition: 0.2s;
}

#map-and-desc {
  padding-bottom: 84px;
  background-image: url('/public/img/img-ipad-1.png'), url('/public/img/bg-electro.svg');
  background-position: 94% 99px, 0% 0px;
  background-repeat: no-repeat;
  background-size: 40%, cover;
  padding-top: 63px;
  background-color: #ecedf9;
}

.footer-copyright {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #161616;
  margin-bottom: 20px;
  margin-top: 26px;
}

.footer-1 .custom-logo-link {
  margin-bottom: 11px;
  display: block;
}

.bottom-navigation li {
  margin-top: 20px;
  display: block;
}

.bottom-navigation li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #161616;
}

.bottom-title {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 20px;
  color: #161616;
  display: block;
  font-weight: 600;
}

.dr-top a {
  color: black;
}

.dr-top a:hover {
  color: #6a7df7;
}

.footer-3 .menu li:first-child {
  margin: 0;
}

.footer-4 a {
  display: block;
}

.footer-mail {
  font-size: 18px;
  color: #161616;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
}

.footer-phone {
  margin: 16px 0;
  color: #161616;
  text-decoration: none;
  font-weight: 600;
  line-height: 24px;
  font-size: 26px;
}

.menu-footer-2-container a {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  color: #8d8d8d;
  margin-bottom: 11px;
}

.footer-1 {
  max-width: 300px;
}

.order-hover {
  transition: 0.2s ease-in-out;
}

.order-hover:hover {
  background-color: rgb(58 79 208);
  transition: 0.3s ease-in-out;
}

.confirm-label p a:hover {
  color: #1124a2;
  transition: 0.2s;
}

.stickyhead::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  filter: blur(162px);
}

.talon-image {
  position: absolute;
  top: -16px;
  height: 515px;
  right: 51px;
}

.stickyhead {
  position: fixed;
  top: 0;
  background: #fffffffc;
  z-index: 100;
  width: 100%;
  transition: 0.2s;
}

.js-overlay-modal {
  background: #00000096;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.js-overlay-modal.active {
  visibility: visible;
  opacity: 1;
  transition: 0.2s;
  z-index: 999;
}

.modal__cross {
  height: 10px;
  position: absolute;
  right: 17px;
  top: 17px;
  opacity: 0.6;
  fill: #131065;
  cursor: pointer;
}

.modal input {
  width: 100%;
  height: 54px;
  margin-bottom: 14px;
  border-radius: 5px;
  border: 1px solid #b9b9b9;
  padding: 0 31px;
}

.modal input[type="submit"]:hover {
  background: #3c52e2;
}

.modal legend {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 12px;
}

.sub-menu li a {
  padding: 14px 0px;
  display: block;
  border-bottom: 1px solid #00000014;
}

.sub-menu li:last-child a {
  border-bottom: 0;
}


@media (min-width: 320px) and (max-width: 920px) {
  #menu-mainmenu-1 .mob_menu .mob_menu-sub.open {
    display: flex;
    flex-direction: column;
  }

  .psevdo-link {
    color: white;
    font-size: 16px;
    font-weight: 400;
    border: 0px;
    padding: 18px 0px;
    width: 100%;
    display: block;
  }


}

.modal input[type="submit"] {
  background-color: #6a7df7;
  border: 0;
  color: white;
  height: 54px;
  /* margin-top: 9px; */
  transition: 0.25s;
}

.header-bottom .container {
  height: 100%;
  align-items: center;
}

#page-heading {
  padding: 58px 0px 70px 0px;
  background-position: center;
  background-size: cover;
  height: 239px;
  background-color: #6a7df7;
  position: relative;
  display: flex;
  align-items: center;
}

#page-heading .container {
  position: relative;
}

#page-heading h1 {
  margin: 0;
  text-align: center;
  color: white;
  font-size: 44px;
  font-weight: 600;
  line-height: 1;
}

.breadcrumbs {
  padding: 0;
  background: #f5f5f5;
  border-radius: 4px;
  height: 47px;
  display: flex;
  align-items: center;
}

.devider-bread {
  margin: 0 3px;
}

.category-section {
  padding: 36px 0 50px 0;
}

.breadcrumbs .container>span:first-child a {
  padding-left: 0;
}

.breadcrumbs *:hover {
  color: #6a7df7;
  transition: 0.25s;
}

.breadcrumbs * {
  color: #9e9e9e;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  transition: 0.25s;
}

.breadcrumbs .container>span i {
  width: 25px;
  height: 25px;
  margin-right: 15px;
  background-image: url('/public/img/contact/home.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.4;
}

.breadcrumbs .container>span:last-child * {
  color: #6977d2 !important;
}

.breadcrumbs .container>span:last-child span {
  padding: 0 20px;
}

.breadcrumbs .container>span a {
  border-right: 1px solid #e0e0e0;
  padding: 0 20px;
}

.breadcrumbs .container {
  display: flex;
}

.inside-cateories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.model-post img {
  height: 150px;
  width: auto;
  margin: 0 auto;
}

.inside-posts .model-post {
  width: 24%;
}

.post-title {
  display: block;
  text-align: center;
  margin-top: 11px;
  color: black;
  font-weight: 600;
}

.inside-cateories img {
  max-height: 100%;
}

.page-content-section {
  padding: 32px 0px 32px 0px;
  background-image: url(/wp-content/uploads/2021/08/bg-electro.svg);
}

.pagesection-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(106 125 247 / 75%);
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page .simple-p {
  margin-bottom: 15px;
}

#garanty-info .right-part {
  width: 60%;
  padding-top: 0px;
}

#garanty-info .left-part {
  width: 40%;
  position: relative;
  display: block;
}

ul.adv-inside li {
  width: 28%;
  padding: 25px 20px 25px 20px;
  background-color: rgb(255 255 255);
}

.adv-inside li span {
  width: 30px;
  height: 30px;
  font-weight: 700;
  font-size: 13px;
  color: #6a7df787;
}

.advantages-service li {
  background: rgb(248 248 248);
}

.adv-inside.advantages-service img {
  height: 38px;
  width: 38px;
}

.map-wrapper {
  padding: 39px 69px 47px 406px;
  margin: 0 auto;
  width: 97%;
  height: 92%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  position: absolute;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}

.form-and-tip {
  display: flex;
  margin-top: 41px;
  justify-content: space-between;
}

.tip-div {
  width: 26%;
  height: 202px;
  background: white;
  border-radius: 6px;
  position: relative;
  box-shadow: 14px 24px 60px #c7d8e254;
}

.tip-wrapper {
  position: absolute;
  height: 92%;
  width: 94%;
  padding: 43px 20px 10px 156px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
}

.tip-div hr {
  width: 55%;
  margin: 0 0 8px 0;
  border: 0;
  background: #7789ff6b;
  height: 3px;
  border-radius: 14px;
}

.tip-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 8px;
  display: block;
}

.form-div input[type="submit"]:hover {
  background: rgb(58 79 208);
  transition: 0.25s;
}

.tip-wrapper p {
  font-size: 14px;
  line-height: 1.25;
}

.tip-div img {
  position: absolute;
  left: 16px;
  height: 227px;
  bottom: -72px;
}

.form-div input[type="submit"] {
  width: 310px;
  border: 0;
  background: #6a7df7;
  border-radius: 6px;
  color: white;
  transition: 0.2s ease-in-out;
}

.form-div {
  background-color: #f7f8ff;
  width: 72%;
  /* padding: 49px 48px 30px 236px; */
  padding: 49px 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #ededed;
  height: 202px;
  background-image: url('/public/img/bg-phone.svg');
  background-repeat: no-repeat;
  background-position: -11% 4%;
  background-size: 295px;
}

.form-title {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 19px;
  display: block;
}

.form-div form p {
  display: flex;
}

.input-form-01 {
  max-width: 353px;
  height: 60px;
  background: white;
  background-image: url(/wp-content/uploads/2021/08/flag.png);
  background-repeat: no-repeat;
  background-position: 7% 50%;
  border: 0;
  border-radius: 6px;
  padding: 0 44px 0 56px;
  font-size: 18px;
  margin-right: 21px;
  border: 1px solid #d9d9d9;
}

#pupular-section {
  padding: 68px 0px 60px 0px;
}

#menu-popular li a {
  color: black;
  display: block;
  padding: 26px 49px;
  min-width: 256px;
}

#menu-popular {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
  margin-bottom: 56px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 81px;
}

#menu-popular img {
  height: 103px;
  margin: 0 auto 15px auto;
}

#menu-popular li:first-child {
  margin-left: 0;
}

#menu-popular li:hover {
  box-shadow: 0 20px 49px -20px #0000002e;
  transition: 0.5s ease-in-out;
}

#menu-popular li {
  margin: 0 25px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  background: #f1f1f1;
  transition: 0.5s ease-in-out;
  border-radius: 8px;
}

.seo-title {
  margin-bottom: 28px;
}

.last-form {
  background: #f7f8ff;
  border-radius: 6px;
  border: 1px solid #ededed;
  margin-bottom: 24px;
  position: relative;
  height: 329px;
}

.last-form-wrapper {
  padding: 45px 30px 50px 489px;
  border-radius: 6px;
  border: 1px solid #d2d2d2;
  width: 98%;
  height: 92%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: 21%;
  background-position: 7% -9%;
  position: relative;
}

.question-form-title {
  font-size: 35px;
  width: 70%;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 10px;
}

.childcat-item .childcat-title {
  display: block;
  text-align: center;
  margin-top: 11px;
  color: black;
  font-weight: 600;
  font-size: 18px;
}

.childcat-item img {
  height: 150px;
  width: auto;
  margin: 0 auto 16px auto;
  object-fit: contain;
}

.model-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  /* justify-content: space-between; */
}

.childcat-item:hover {
  box-shadow: 0 20px 49px -20px #0000001c;
  transition: 0.2s ease-in-out;
}

.childcat-item {
  width: 23%;
  height: 249px;
  margin-bottom: 49px;
  background: #f9f9f9;
  padding: 32px 20px;
  border-radius: 6px;
  border: 1px solid #efefef;
  transition: 0.2s ease-in-out;
}

.no-photo {
  padding: 35px;
  background: #f5f5f5;
  border-radius: 9px;
}

.model-archive {
  padding-top: 40px;
  padding-bottom: 35px;
  margin-bottom: 30px;
}

.model-info {
  padding-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  padding: 51px 102px 75px 68px;
  background-color: #6a7df7;
  border-radius: 6px;
  color: white;
  background-image: url(/wp-content/uploads/2021/08/models-info-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* max-height: 504px; */
}

.modelMedia {
  width: 240px;
  max-width: 100%;
  height: 240px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #ffffffed;
  border: 1px solid #dedede;
  border-radius: 6px;
  margin: 13px auto 0 auto;
  margin-left: 0;
  box-shadow: 0px 0px 79px -40px #050b34;
}

.media-part {
  width: 23%;
}

.model-info-part {
  width: 77%;
  padding-left: 39px;
}

.model-info-part h1 {
  margin: 0 0 10px 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}

.sale-article .page-title {
  margin-bottom: 39px;
}

.fixies-table a:hover {
  text-decoration: underline;
}

.fixies-table a,
.text-table-span {
  padding: 26px 23px;
  display: flex;
  align-items: center;
  color: black;
  font-weight: 600;
  font-size: 16px;
}

.fixies-heading {
  padding: 22px 54px;
  margin: 0px auto 16px auto;
  border: 1px solid #6a7df7;
  border-radius: 6px;
  background: #6a7df7;
  color: white;
  font-weight: 700;
  display: flex;
  box-shadow: 0 8px 50px -10px #00000029;
}

.fixies-table>div:last-child {
  border-bottom: 0;
}

.container-outer {
  margin-top: 34px;
}

div.fix-width,
h3.fix-width {
  width: 47%;
  display: flex;
  align-items: center;
}

.dheading-col {
  width: 22%;
  display: flex;
  align-items: center;
}

.fixies-table {
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
  background-color: #f7f5f5;
}

.fixies-table .fix-title:last-child a {
  border-bottom: 0;
}

.fixies-table .fix-title:last-child a::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #6a7df7;
  border-radius: 100%;
  display: block;
  margin-right: 17px;
  transform: scale(0.75);
}

.fix-row {
  border-bottom: 1px solid #cccccc;
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.advantages-service-inside {
  display: flex;
  justify-content: space-between;
  width: 93%;
  margin: -39px auto 0px auto;
}

.advantages-service-inside li {
  background: rgb(253 253 254);
}

.fix-label {
  display: block;
  font-size: 13px;
  font-weight: 200;
  margin-top: 9px;
}

.get-repair:hover {
  transition: 0.3s;
  background: white;
  color: #6a7df7;
}

.get-repair {
  display: flex;
  align-items: center;
  height: 52px;
  width: 210px;
  justify-content: center;
  border-radius: 6px;
  margin-top: 27px;
  background: transparent;
  color: white;
  border: 1px solid white;
  transition: 0.3s;
}

.last-form-wrapper img {
  position: absolute;
  left: 70px;
  height: 418px;
  bottom: -60px;
  clip-path: inset(0 0 60px 0);
  filter: drop-shadow(0px 5px 5px #00000014);
  color: #00000014;
}

.name-fix img {
  height: 30px;
  margin-right: 12px;
  opacity: 0.9;
}

.get-table:hover {
  background: #838aff;
  box-shadow: 0 7px 20px 0px #6a7df7a1;
}

.get-table {
  width: 141px;
  height: 36px;
  border: 1px solid #6a7df7;
  border-radius: 5px;
  color: white;
  background: #6a7df7;
  font-size: 15px;
  box-shadow: 0 7px 20px 0px #6a7df74d;
  transition: 0.35s;
}

.price-cost {
  width: 24.5%;
  padding-left: 42px;
  font-weight: 500;
}

.warr-cost {
  width: 16%;
}

.price-cost i::after {
  content: "P";
  position: relative;
  margin-left: 7px;
  font-weight: 400;
  color: #ffffff;
  font-size: 81%;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  border-radius: 130px;
  padding-left: 1px;
  transform: scale(0.8);
  padding-top: 1px;
  bottom: 1px;
  background: #6a7df7;
}

.market-row button {
  margin: 0;
  margin-right: 30px;
}

.market-row {
  margin-top: 27px;
  display: flex;
  align-items: center;
}

.price-label-ins {
  font-weight: 600;
  background: white;
  color: black;
  padding: 13px 31px 11px 44px;
  border-radius: 5px;
  margin-right: 44px;
  height: 52px;
  display: flex;
  align-items: center;
  line-height: 1;
  background-image: url(/wp-content/uploads/icons/roobl.svg);
  background-repeat: no-repeat;
  background-size: 43px;
  background-position: -2% 15px;
}

.model-first-section {
  padding-top: 34px;
  background: #f3f3f3;
}

.model-first-section .container-outer {
  margin-top: 0;
}

.model-first-section .breadcrumbs {
  background: white;
}

.adv-inside {
  margin-bottom: 46px;
  margin-top: 30px;
}

.pseudo-title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 26px;
  display: block;
}

.garanty-img {
  height: 530px;
  margin-top: 40px;
  position: relative;
}

.doc-dsgnblock {
  height: 214px;
  width: 174px;
  position: absolute;
  right: 155px;
  top: 179px;
  background: -webkit-linear-gradient(230deg, #6a7df7 0%, #ffffff 100%);
  border-radius: 5px 5px 20px 5px;
  overflow: hidden;
  box-shadow: 0 19px 42px rgb(106 125 247 / 35%);
  z-index: -1;
  padding: 68px 8px 20px 40px;
  font-size: 18px;
  color: #ffffff70;
  line-height: 1.12;
  font-weight: 700;
  z-index: 0;
}

.doc-dsgnblock div {
  width: 50px;
  height: 47px;
  background: #d7dcff7d;
  border-radius: 0 0 70px 0;
  position: absolute;
  top: 0;
  left: 0;
}

.waranty-frameblock {
  margin-top: 56px;
  box-shadow: 0 48px 54px -32px rgb(97 97 97 / 11%);
  position: relative;
  max-width: 834px;
  position: relative;
  height: 560px;
  background: #f9f9f9;
  border-radius: 14px;
}

.wfb-border {
  width: 96%;
  height: 94%;
  border: 1px solid #e5e5e5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  padding: 53px 49px 53px 47px;
}

.last-form .number-input {
  width: 353px;
  height: 60px;
  padding: 0 30px 0 58px;
  border: 1px solid #0000004f;
  border-radius: 6px;
  background: white;
  margin-right: 14px;
  line-height: 1;
  color: #9f9f9f;
  font-size: 18px;
  background-image: url(/wp-content/uploads/2021/08/flag.png);
  background-repeat: no-repeat;
  background-position: 8% 50%;
  outline: none;
}

.last-form input[type="submit"]:hover {
  background-color: rgb(58 79 208);
  transition: 0.2s ease-in-out;
}

.last-form input[type="submit"] {
  width: 320px;
  height: 60px;
  border: 0;
  background: #6a7df7;
  line-height: 1;
  color: white;
  border-radius: 6px;
  transition: 0.2s ease-in-out;
}

#garanty-info {
  margin-bottom: 49px;
}

.label-warranty {
  position: relative;
  left: 22px;
  bottom: 6px;
  background: #6a7df7;
  padding: 23px 52px;
  border-radius: 100px 10px 100px 10px;
  color: white;
  font-weight: 600;
  box-shadow: 0 -21px 60px rgb(106 125 247 / 71%);
  width: 100%;
  max-width: 362px;
}

div.lfw-righted {
  padding: 45px 240px 50px 71px;
}

div.lfw-righted img {
  right: 136px;
  left: unset;
}

.personal-policy {
  padding: 30px 30px;
  margin-top: 56px;
  max-width: 804px;
  position: relative;
  height: 742px;
  background: #f9f9f9;
  border-radius: 14px;
  box-shadow: 0 48px 54px -32px rgb(97 97 97 / 11%);
  margin-bottom: 94px;
  width: 100%;
}

.personal-label {
  position: absolute;
  top: -14px;
  left: 63px;
  z-index: 1;
  width: 100%;
  max-width: 412px;
  filter: drop-shadow(0px 3px 4px #6a7df75e);
}

.personal-label::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #5f6ab6;
  bottom: -2px;
  transform: rotate(45deg);
  z-index: -1;
  left: 19px;
  top: 34px;
}

.personal-lbl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  height: 42px;
  padding: 12px 16px 12px 16px;
  background: #6a7df7;
  border-radius: 4px;
  color: white;
}

.team-slider-cont {
  width: 42%;
  padding-top: 71px;
}

.team-slider .swiper-slide {
  text-align: center;
  width: 100%;
  max-width: 394px;
  height: 440px;
  overflow: hidden;
  padding-top: 53px;
}

.team-slider .swiper-slide img {
  margin: 0 auto;
  width: 100%;
  padding: 10px;
  position: relative;
  top: 30px;
}

div.team-slider {
  width: 443px;
  background: #f9f9f9;
  margin-right: 0;
  border-radius: 12px;
  box-shadow: 0 48px 74px -52px rgb(97 97 97 / 11%);
}

.worker-name {
  display: block;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 7px;
}

.enginer-container {
  background: linear-gradient(45deg, #6a7df7, #9e58f1), url(/wp-content/uploads/2021/08/cogs.svg);
  border-radius: 260px;
  overflow: hidden;
  width: 250px;
  height: 250px;
  margin: 0 auto 24px auto;
  box-shadow: 0 0 66px -20px #6a7df775;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.enginer-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(/wp-content/uploads/2021/08/cogs.svg);
  background-position: center;
  background-size: 89%;
  background-repeat: no-repeat;
  opacity: 0.23;
}

.enginer-media span {
  position: absolute;
  width: 81px;
  top: 86px;
  left: -23px;
  z-index: 1;
  background: white;
  padding: 13px 21px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  box-shadow: 0 0px 26px -16px rgb(66 92 255 / 68%);
}

.enginer-media {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 251px;
}

div.team-thumb {
  width: 100%;
  max-width: 443px;
  margin: -41px auto 0 auto;
  margin-right: 0;
  padding: 30px 0px;
}

.team-thumb .swiper-slide {
  width: 106px;
  height: 106px;
  background-color: #8981ff;
  border-radius: 8px;
  box-shadow: 0 19px 36px -21px #19191994;
  background-size: 88%;
  background-repeat: no-repeat;
  background-position: 50% 9px;
  opacity: 0.76;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.team-thumb div.swiper-slide:hover {
  background-color: #7408ff !important;
  opacity: 1;
  box-shadow: 0 15px 23px -4px rgb(40 41 255 / 34%) !important;
}

div.team-thumb .swiper-slide.swiper-slide-active {
  background-color: #7575f5;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.stars {
  display: block;
  /* margin-bottom: 10px; */
}

.model-row-title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 18px;
}

.model-row-p {
  margin-bottom: 41px;
  margin-top: 8px;
}

#gallery-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 47px;
  margin-bottom: 51px;
}

#gallery-1 img {
  max-width: 537px;
  width: 449px;
  height: 270px;
  object-fit: cover;
  margin-bottom: 30px;
  border-radius: 9px;
}

.permalnk {
  color: #fcfbff;
  text-decoration: underline;
  font-weight: 600;
}

.model-stars {
  display: block;
  margin-bottom: 10px;
}

.point-info {
  padding-top: 21px;
}

.scroll-top:hover {
  opacity: 1;
  transition: 0.2s ease-in-out;
}

.scroll-top {
  width: 58px;
  height: 58px;
  background-color: rgb(106 125 247);
  opacity: 0.31;
  border-radius: 230px;
  position: fixed;
  bottom: 120px;
  right: 45px;
  border: 0;
  z-index: 999;
  transition: 0.2s ease-in-out;
  background-image: url('/public/img/up.svg');
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 50% 43%;
  opacity: 0;
  pointer-events: none;
}

.scroll-top.visible {
  opacity: 1;
  pointer-events: all;
  transition: 0.2s ease-in-out;
}

div.cat-noutbuk img {
  height: 169px;
  left: -2px;
  top: 30px;
}

div.cat-printer img {
  height: 150px;
  left: -3px;
  top: 45px;
}

div.cat-proektor img {
  height: 94px;
  top: 67px;
  left: -1px;
}

div.cat-fotoapparat img {
  left: 0px;
  height: 116px;
  top: 49px;
}

.custom-cs {
  padding: 59px 0 23px 0;
}

div.cat-smart-chasy img {
  height: 201px;
  left: -2px;
  top: 11px;
}

.categories-block .cat-smart-chasy {
  display: none;
}

.current-fixed {
  padding-bottom: 69px;
}

.sale-article p {
  font-size: 16px;
  line-height: 27px;
}

.pre-model-get {
  width: 242px;
}

.row-popular {
  margin-top: 18px;
}

.popular-title {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 16px;
}

.popular-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: inherit;
  padding-left: 22px;
}

.popular-list li {
  width: 34%;
  margin-bottom: 9px;
  font-size: 17px;
}

.popular-list li a {
  color: white;
  padding: 0;
  font-size: 15px;
}

.related-ttl {
  margin-bottom: 32px;
}

.related-models {
  padding-bottom: 35px;
  padding-top: 29px;
}

.accordion li {
  margin-bottom: 17px;
}

.accordion a.active span {
  transform: rotate(-180deg);
  transition: 0.2s ease-in-out;
}

.accordion a {
  font-size: 20px;
  font-weight: 600;
  padding: 35px 34px;
  background: #f7f8ff;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 20px 17px -14px #0000000d;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.accordion p {
  padding: 38px 30px;
  margin-top: -11px;
  background: #fdfdfd;
  z-index: 0;
  border-radius: 9px;
  display: none;
}

.accordion {
  margin-top: 50px;
  margin-bottom: 20px;
}

.accordion a span {
  width: 38px;
  height: 39px;
  background-image: url('/public/img/down-arrow.svg');
  background-position: 50% 54%;
  background-repeat: no-repeat;
  display: block;
  background-size: 43%;
  border: 1px solid #6a7df7;
  position: absolute;
  right: 46px;
  border-radius: 102px;
  transition: 0.2s ease-in-out;
}

.popular-list a:hover {
  text-decoration: underline;
}

.mobile-menu-block {
  display: none;
}

.simple-p a:hover {
  color: #ffe39d;
}

.get-call {
  width: 87%;
}

.sale-article .modelMedia {
  padding: 1px;
}

.sale-article .model-info {
  padding: 51px 102px 48px 68px;
}

.simple-p a {
  color: white;
  text-transform: lowercase;
  text-decoration: underline;
}

.margin-popular {
  margin-bottom: 18px;
}

.footer-1 .payment-img img:hover {
  box-shadow: 0 4px 5px -3px #0000000d;
  border-radius: 6px;
}

.payment-img img {
  width: 67px;
  display: inline-block;
  margin-right: 4px;
  transition: 0.2s ease-in-out;
  margin-bottom: 5px;
}

a.brandperma {
  text-transform: capitalize;
}

.inside-sales {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inside-sales img {
  width: 100%;
  object-fit: cover;
  height: 259px;
  border-radius: 9px;
  object-position: 50% 47%;
}

.sales-post .post-title {
  text-align: left;
  margin-bottom: 19px;
  font-weight: 600;
  line-height: 1.3;
}

.sales-cont {
  padding: 18px 19px;
}

.model-post {
  margin-bottom: 60px;
  padding-bottom: 41px;
}

.sales-post {
  background: #f1f1f1;
  border-radius: 9px;
  margin-bottom: 35px;
  width: 31.5%;
}

.wpcf7-not-valid-tip {
  position: relative;
  top: 10px;
  font-size: 12px;
}

.contacts-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  background: white;
  padding: 55px 40px 40px 40px;
  border-radius: 7px;
  box-shadow: 0 13px 20px -13px #00000029;
  margin-top: 23px;
  border: 1px solid #f7f7f7;
}

.contacts-item {
  width: 22%;
}

.contact-title {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 16px;
}

.contacts-item .payment-img img {
  width: 43px;
  margin: 0 auto;
}

.contacts-item button {
  margin: 0 auto 0 auto;
  display: block;
  font-size: 14px;
  padding: 14px 26px;
  border: 0;
  background: rgb(106 125 247);
  color: white;
  border-radius: 5px;
}

.contacts-item .payment-img {
  width: 65%;
  margin: 0 auto;
  margin-top: 19px;
  text-align: center;
}

.media-cont img {
  margin: 0 auto;
  display: block;
  height: 52px;
}

.media-cont {
  padding: 13px;
  width: 86px;
  height: 86px;
  margin: 0 auto 17px auto;
  background: #ebebeb;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tel-header {
  color: #6a7df7;
  text-decoration: none;
  font-weight: bold;
}

.contacts-item a,
.adress-cont,
.adress-cont-jur {
  display: block;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2;
  color: #6a7df7;
}

.tel-header--mobile {
  display: none;
}

@media screen and (max-width: 500px) {
  .tel-header--mobile {
    /* display: block; */
    position: fixed;
    bottom: 135px;
    right: 45px;
    border-radius: 50%;
    background-color: rgb(106 125 247);
    opacity: 0.31;
    width: 45px;
    height: 45px;
    background-size: 16px;
    text-decoration: none;
    font-weight: bold;
    z-index: 1000;
  }

  .tel-header--mobile>div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .tel-header--mobile>div>svg {
    width: 60%;
    height: 60%;
  }
}

#menu-item-303035>a {
  /* pointer-events: none; */
}

.adress-cont-jur {
  font-size: 12px;
  margin-top: 10px;
}

.contact-info {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-bottom: 24px;
}

.map-contacts {
  border-radius: 10px;
  overflow: hidden;
  margin-top: 34px;
  margin-bottom: 82px;
  height: 533px;
  background: #ebebeb;
}

.ajax-search {
  display: none;
  border: 1px solid #6a7df7;
  padding: 29px 30px;
  margin-top: 40px;
  border-radius: 9px;
  flex-wrap: wrap;
  position: absolute;
  top: 24px;
  background: white;
  width: 100%;
  z-index: 11;
  box-shadow: 0 20px 49px -20px #00000036;
}

.ajax-search li {
  width: 23%;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background: #f3f3f3;
  border-radius: 8px;
  height: 93px;
  margin-right: 26px;
}

.ajax-search li img {
  width: 50px;
  margin-right: 18px;
}

.ajax-search li a {
  color: black;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 22px;
}

.ajax-search__not-found {
  margin-left: 35px;
}


.search-form {
  position: relative;
}

.search-form__input {
  width: 100%;
  height: 51px;
  padding: 0 10px 0 55px;
  border-radius: 100px;
  border: 1px solid #6a7df7;
  outline: none;
}

.search-form {
  margin-bottom: 39px;
}

#searchsubmit {
  background-color: #6a7df7;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 200px;
  height: 100%;
  border-radius: 100px;
  color: white;
  background-image: url('/public/img/search.svg');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 30% 54%;
  padding-left: 16px;
}

#searchsubmit svg {
  width: 100%;
  height: 100%;
}

li.searching_ttl {
  width: 100%;
  background: transparent;
  height: unset;
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: 10px;
}

.model-categories-wrapper {
  height: inherit;
  /* max-height: 1250px; */
  overflow: hidden;
  position: relative;
  transition: 0.2s;
  padding-bottom: 50px;
}

.serach-result {
  display: flex;
  flex-wrap: wrap;
}

.nothing-nowhere {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.search-title {
  font-size: 32px;
  font-weight: 600;
}

.search-title span {
  font-weight: 200;
}

.citem-search {
  margin-right: 27px;
  text-align: center;
}

.citem-search a {
  font-weight: 600;
  color: black;
}

.more-models {
  position: absolute;
  bottom: 18px;
  transform: translate(-50%, 0);
  left: 50%;
  right: 50%;
  z-index: 1;
  width: 275px;
  height: 50px;
  border: 0;
  border-radius: 8px;
  background: #6a7df7;
  font-weight: 500;
  color: white;
  outline: none;
}

.soap-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 101px;
  background: white;
}

.no-more {
  min-height: 16px;
  text-align: center;
  font-weight: 600;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.menu-footer-2-container {
  margin-bottom: 47px;
}

#document-content {
  border: solid 2px #eee;
  padding: 20px;
  line-height: 2;
  border-radius: 8px;
  margin-top: 70px;
  margin-bottom: 80px;
}

.panel-body h3 {
  font-size: 30px;
  text-align: center;
}

.dr-btm:hover {
  color: #142cca;
}

.city-changer ul {
  display: flex;
  flex-wrap: wrap;
}

.city-changer {
  position: absolute;
  width: 483px;
  background: white;
  padding: 19px 38px;
  z-index: 99;
  border-radius: 10px;
  top: 75px;
  opacity: 0;
  transition: 0.35s ease-in-out;
  visibility: hidden;
  border: 1px solid #ebebeb;
  box-shadow: 0px 30px 143px -47px #ababab1f;
  background-image: url(/wp-content/uploads/2021/09/buildings.svg);
  background-position: 94% 146%;
  background-repeat: no-repeat;
  background-size: 87px;
}

.city-changer .dr-btm {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
}

.city-changer.active {
  display: block !important;
  opacity: 1;
  transition: 0.35s ease-in-out;
  visibility: visible;
  top: 71px;
  background-position: 95% 102%;
}

.city-changer a {
  display: inline-block;
  border-bottom: 1px dashed #c8c8c8;
  line-height: 1.3;
  padding-right: 4px;
  color: #272727;
  font-size: 15px;
}

.city-changer a.active {
  color: #6a7df7;
  border-color: #6a7df7;
  font-weight: 600;
}

.city-changer li {
  padding: 5px 0px;
  width: 50%;
}

.seo-title.h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 18px;
}

.regular-ul {
  list-style: disc;
  padding-left: 17px;
  line-height: 1.6;
  margin-bottom: 27px;
}

.simple-p.seo-margin {
  margin-bottom: 34px;
}

.seo-section {
  padding-bottom: 70px;
}

.seo-section hr {
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #e3e3e3;
}

.seo-section p {
  margin-bottom: 10px;
}

.warranty-seo {
  padding-top: 50px;
  background: linear-gradient(0deg, white, #ffffffb3);
}

.fixies-table-wrap {
  margin-bottom: 132px;
  position: relative;
}

.more-repairs:hover {
  box-shadow: 0 7px 20px 0px #6a7df7a1;
}

.fixies-table-wrap .more-repairs {
  position: absolute;
  bottom: -90px;
  transform: translate(-50%, 0px);
  left: 50%;
  width: 275px;
  height: 50px;
  border: 0;
  border-radius: 8px;
  background: #6a7df7;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.fixies-table-wrap .fixies-table {
  max-height: 440px;
  overflow: hidden;
  transition: 0.3s;
}

.fixies-table.active {
  max-height: 3000px;
  transition: 0.3s;
}

#point-info {
  padding-top: 15px;
}

@media (min-width: 921px) {
  #pseoudo-sl {
    height: 509px;
    padding-top: 50px;
  }
}

.privacy-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.privacy-content {
  width: 80%;
  background-color: #fff;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
  z-index: 1001;
}

.privacy-content #inputResult {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 20px;
}

@media screen and (max-width: 500px) {
  .privacy-content {
    width: 95%;
  }
}

.rating-image {
  width: 280px;
  height: 200px;
  background-position: center;
  background-size: 134%;
}

.rating-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.rating-value {
  font-family: "Open Sans", sans-serif;
  font-size: 64px;
  margin-bottom: 20px;
}

.rating-stars {
  width: 50%;
  display: flex;
  align-items: center;
}

.rating-stars svg {
  height: 50%;
}

.rating-description {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  margin-top: 20px;
  width: 80%;
}

.grecaptcha-badge {
  bottom: 184px !important;
}

@media screen and (max-width: 550px) {
  .rating-container {
    align-items: center;
  }

  .rating-stars {
    width: 100%;
  }

  .rating-description {
    width: 100%;
    text-align: center;
  }
}




.cform {
  position: relative;
}

#custom-btn {
  width: 320px;
  height: 60px;
  border: 0;
  background: #6a7df7;
  line-height: 1;
  color: white;
  border-radius: 6px;
  transition: 0.2s ease-in-out;
  position: absolute;
  bottom: 66px;
  right: 80px;
}

form#discont {
  display: flex;
}

form#discont input {
  max-width: 353px;
  height: 60px;
  background: white;
  background-image: url(/wp-content/uploads/2021/08/flag.png);
  background-repeat: no-repeat;
  background-position: 7% 50%;
  border: 0;
  border-radius: 6px;
  padding: 0 44px 0 56px;
  font-size: 18px;
  margin-right: 21px;
  border: 1px solid #d9d9d9;
}

form#discont input[type="submit"] {
  width: 310px;
  border: 0;
  background: #6a7df7;
  border-radius: 6px;
  color: white;
  transition: 0.2s ease-in-out;
}

@media (max-width: 992px) {
  #custom-btn {
    width: calc(100% - 23%);
    max-width: 400px;
    bottom: 160px;
    height: 46px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  form#discont {
    flex-direction: column;
  }
}

.ajax-search .search-item__media img {
  width: 50px;
}

.ajax-search .search-item {
  width: 23%;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  background: #f3f3f3;
  border-radius: 8px;
  height: 93px;
  margin-right: 26px;
}

.ajax-search .search-item a {
  color: black;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 22px;
}

.ajax-search .search-item div.h4 {
  color: black;
  align-items: center;
  width: 100%;
  padding: 12px 22px;
}

.cat-item a img {
  max-width: 200px;
  max-height: 200px;
  object-fit: contain;
}

.hdr-icon {
  background-image: url() !important;
}

.advantages-service svg {
  height: 62px;
  display: block;
  width: 62px;
  margin: 0 auto 10px;
}

@media (max-width: 992px) {
  .advantages-service svg {
    height: 42px;
    width: 49px;
  }
}

.adv-inside.advantages-service svg {
  height: 38px;
  width: 38px;
}

@media (min-width: 992px) {
  .cat-item a {
    position: relative;
  }

  .cat-media-cont {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 10px;
  }

  .cat-item a img {
    position: relative;
  }

  .inside-cateories {
    margin-top: 30px;
  }
}


.custom-logo.lazyloaded {
  max-width: 125px;
  max-height: 45px;
  object-fit: contain;
  object-position: left;
}

.error-title {
  width: fit-content;
  padding: 20px 40px;
  border: 4px solid black;
  font-size: 32px;
  font-weight: 700;
  color: black;
  border-radius: 8px;
  margin: 100px auto 25px;
}

.error-subtitle {
  text-align: center;
  font-size: 40px;
}

.error-button {
  margin: 40px auto 150px;
  display: block;
  width: 300px;
  text-align: center;
  background: black;
  color: white;
  padding: 20px;
  border-radius: 4px;
}

.error-button:hover,
.get-order-btn:hover {
  opacity: .8;
}



/* Модал СПАСИБО */
.modal-yes {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-yes.active {
  display: flex;
}

.modal-block {
  background: white;
  max-width: 400px;
  width: 100%;
  height: auto;
  padding: 30px 15px 40px;
  border-radius: 4px;
  position: relative;
}

.modal-block .close {
  position: absolute;
  right: 7px;
  top: 4px;
  font-size: 23px;
  cursor: pointer;
}

.modal-block .title {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.modal-block .description {
  text-align: center;
  font-size: 22px;
  line-height: 30px;
}

.modal-block .img {
  width: 60px;
  height: auto;
  margin: 0 auto 25px;
}

.modal-block img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* .no-submit {
  opacity: .6;
  pointer-events: none;
  cursor: default;
} */


/* Форма мастер вызов */
.form-master-box {
  position: relative;
  background: rgb(247, 248, 255);
  border-radius: 6px;
  border: 1px solid rgb(237, 237, 237);
  margin-bottom: 24px;
  height: 329px;
  padding: 15px;
  width: 100%;
}

.block-2 {
  display: flex;
  height: 100%;
  border-radius: 6px;
  border: 1px solid rgb(210, 210, 210);
}

.form-master-box .left {
  width: 40%;
  position: relative;
}

.image-master {
  height: 415px;
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
}

.form-master-box .left img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  clip-path: inset(0px 0px 60px);
}

.form-master-box .right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.form-master-box input.phone-master {
  max-width: 300px;
  height: 60px;
  padding: 0px 30px 0px 58px;
  border: 1px solid rgba(0, 0, 0, 0.31);
  border-radius: 6px;
  background: url(/wp-content/uploads/2021/08/flag.png) 8% 50% no-repeat white;
  margin-right: 14px;
  line-height: 1;
  color: rgb(159, 159, 159);
  font-size: 18px;
  outline: none;
}

.form-master-box [type='submit'] {
  width: 320px;
  height: 60px;
  border: 0px;
  background: rgb(106, 125, 247);
  line-height: 1;
  color: white;
  border-radius: 6px;
  transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 1160px) {
  .block-2 {
    flex-direction: column;
  }

  .form-master-box .right,
  .form-master-box .left {
    width: 100%;
    padding: 15px;
  }

  .form-master-box .right {
    position: relative;
    bottom: 40px;
  }

  .image-master {
    position: relative;
    bottom: 0;
  }

  .form-master-box {
    height: 100%;
    margin-top: 20px;
  }

  .form-master-box input.phone-master {
    width: 100%;
    margin-right: 0;
    max-width: inherit;
    margin-bottom: 25px;
  }

  .form-master-box [type='submit'] {
    width: 100%;
  }
}




/* POP-AP */
/* [type="submit"]:disabled {
  opacity: .6;
  cursor: default;
} */

.swal2-container {
  z-index: 10000 !important;
}

.swal2-confirm.swal2-styled {
  display: inline-block;
  background: rgb(0 0 0 / 0%) !important;
  color: #545454 !important;
  font-weight: 900;
  border: 1px solid #e4f4da !important;
}

.swal2-confirm.swal2-styled:hover {
  border: 1px solid #a5dc86 !important;
}



#main-header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  box-shadow: 0 1px 10px rgb(0 0 0 / 10%);
  transition: .3s;
  transform: translateY(-100%);
}

#main-header-mobile.fixedMenu {
  transform: translateY(0%);
}

#main-header-mobile .info-div.id-01 {
  display: none
}

#main-header-mobile #logo-header {
  display: flex;
  align-items: center;
}

#main-header-mobile .custom-logo-link {
  margin-bottom: inherit;
}




/* 10.02.2023 */
/* [type="submit"]:disabled {
  opacity: .6;
} */

.requestModal {
  max-width: 520px;
}

.popap-response-service {
  display: flex;
  padding: 14px;
  background: #f2f3f5;
  border-radius: 4px;
  margin-bottom: 35px;
}

.popap-response-service .icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
}

.popap-response-service .name-service {
  padding: 5px 10px;
  text-align: left;
}

.popap-response-service .name-service .text-1 {
  font-weight: 700
}

.titleModal {
  font-size: 31px;
}

.btn-ok {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}

.ok-thankYou {
  background: white;
  padding: 15px 40px;
  border-radius: 6px;
  font-weight: 600;
  border: 2px solid #f3f3f3;
  transition: .3s;
}

.ok-thankYou:hover {
  border-color: #1cc63a
}


.bg-modal-yes {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}

.modal-yes-img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.modal-yes-img svg {
  width: 100%;
  height: 100%;
}

#successFormLabel {
  font-size: 27px;
  width: 100%;
  text-align: center;
}

.bg-modal-yes .close {
  position: absolute;
  top: 0px;
  right: 4px;
  background: rgb(0 0 0 / 0%);
  border: 0;
  font-size: 26px;
  cursor: pointer;
}

.bg-modal-yes .success-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding: 25px 0 0;
}

.modal-dialog {
  background: white;
  border-radius: 10px;
  max-width: 420px;
}

.modal-header {
  padding: 16px;
  border-bottom: 1px solid rgb(233, 236, 239);
}

.modal-body {
  padding: 27px 32px 32px;
}

@media (max-width: 992px) {
  form#discont input:first-child {
    margin-left: auto;
    margin-right: auto;
  }

  form#discont input:nth-child(2) {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .map-info {
    background-image: none !important;
  }
}


.ur-data {
  margin-top: 24px;
}

.ur-data span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 13px;
}

.js-open-modal {
  cursor: pointer;
}

#offer-block .left-part ul {
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: inherit;
  padding-left: 1rem;
}

.how-work_inner {
  border-radius: 11px;
  display: flex;
  padding: 25px;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  background: rgb(236 237 249 / 55%);
}

.how-work_inner .simple-title {
  flex: 1 0 100%;
}

.how-work_inner .inner-item {
  flex: 1 0 30%;
  padding: 25px;
  background-color: rgb(248 248 248);
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 8%);
  border-radius: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  /* max-width: 375px; */
}

.how-work_inner .inner-item .inner-item-imgBox {
  display: flex;
  position: relative;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  font-size: 22px;
  align-items: center;
  justify-content: center;
}

.how-work_inner .inner-item .inner-item-imgBox .back {
  background: #83b81a;
  opacity: 0.3;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 1;

}

.how-work_inner .inner-item .inner-item-imgBox .text {
  z-index: 2;
}

.how-work_inner .inner-item .inner-item-title {
  font-size: 18px;
}

.how-work_inner .inner-item .inner-item-text {
  font-size: 16px;
}

.cat-item-price {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: black;
}

.all_row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0 12px;
}

@media (max-width: 992px) {
  .all_row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 578px) {
  .all_row {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card__mulfunction {
  padding: 6px 14px;
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}

.card__mulfunction:hover {
  box-shadow: 0 5px 10px rgb(0 0 0 / 40%);
}

.garmoshka {
  display: none;
  font-size: 18px;
  padding-top: 14px;
  font-weight: 500;
}

.colorShow {
  color: var(--color_brand);
}

@media (max-width: 992px) {
  .section_mafunction {
    padding: 20px 0;
  }
}

.title_mulfunction {
  display: flex;
}

.title_mulfunction div {
  width: 85%;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  padding-left: 4px;
}

.title_mulfunction.colorShow div {
  width: 100%;
  background: #83b81a;
  color: white;
  border-radius: 4px 0 0 4px;
  justify-content: center;
  padding: 0 4px;
  text-transform: uppercase;
}

.title_mulfunction button {
  background-color: #83b81a;
  height: 36px;
  width: 15%;
  margin-left: auto;
  border: 1px solid #83b81a;
  border-radius: 4px;
  padding: 2px;
}

.title_mulfunction.colorShow button {
  width: 0%;
  border-radius: 0 4px 4px 0;
}

.title_mulfunction button svg {
  width: 100%;
  height: 100%;
}

.title_mulfunction button svg path {
  stroke: white;
}

.malfunction.box_show {
  width: 100%;
  background: white;
  border: none;
  text-align: start;
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}

.malfunction.box_show:hover {
  color: #83b81a;
}

.all_row {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0 12px;
}

@media (max-width: 992px) {
  .all_row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 578px) {
  .all_row {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 831px) {
  .all-service {
    display: none;
  }
}


.main-container {
  /* overflow: hidden; */
  /* border-radius: 20px; */
  /* box-shadow: 0 20px 49px -20px #0000001c; */
}

input,
select,
textarea,
button {
  outline: 0;
}

.main-container {
  /* position: relative; */
  /* width: 1000px; */
  /* height: 406px; */
  /* margin: 0 auto; */
  /* background: #ffffff; */
  /* overflow: hidden; */
  /* border-radius: 20px; */
  /* padding: 26px; */
}

.flex-row-dc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 33px;
  margin: 19px 0 0 0;
  z-index: 6;
}

.service-center-xiaomi {
  flex-shrink: 0;
  position: relative;
  height: 22px;
  color: #3b3b3b;

  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
}

.image {
  flex-shrink: 0;
  position: relative;
  width: 131.316px;
  height: 33px;
  background-size: cover;
  z-index: 6;
}

.flex-row-dcc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  /* width: 948px; */
  /* height: 64px; */
  margin: 8px 0 0 0;
  z-index: 7;
}

.flex-row-dcc .ellipse {
  height: 70px;
  width: 100%;
  max-width: 90px;
  min-width: 90px;
}

.rating {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 64px;
  top: 0;
  left: 0;
  color: #3b3b3b;

  font-size: 64px;
  font-weight: 700;
  line-height: 64px;
  text-align: left;
  white-space: nowrap;
  z-index: 1;
}

.frame {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  width: 110px;
  height: 22px;
  top: 9px;
  left: 106px;
  background-size: cover;
  z-index: 2;
}

.frame-1 {
  /* position: absolute; */
  margin-left: auto;
  width: 385px;
  height: 46px;
  /* top: 9px; */
  /* left: 563px; */
  background: #f5f5f5;
  z-index: 7;
  /* overflow: hidden; */
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 16px;
}

.frame-2 {
  /* position: absolute; */
  width: 142px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* top: 6px; */
  /* left: 219px; */
  background: #3a7ef7;
  z-index: 9;
  overflow: hidden;
  border-radius: 8px;
}

.leave-review {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* position: absolute; */
  height: 20px;
  /* top: 7px; */
  /* left: 23px; */
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 10;
}

.rate-us {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* position: absolute; */
  height: 22px;
  /* top: 12px; */
  /* left: 24px; */
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  z-index: 8;
}

.frame-3 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  justify-content: space-between;
  width: 190px;
  height: 20px;
  top: 35px;
  left: 108px;
  opacity: 0.5;
  z-index: 3;
}

.reviews {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #3b3b3b;

  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 4;
}

.ratings {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 20px;
  color: #3b3b3b;
  margin-left: 12px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 5;
}

.rev-block {
  margin: 32px 0 20px 0;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  flex-wrap: wrap;
  /* overflow-x: auto; */
}

.flex-row-bac {
  position: relative;
  min-width: 300px;
  flex: 1 0 45%;
}

.flex-row-bac:nth-child(n+3) {
  display: none;
}

.rev-block.open .flex-row-bac:nth-child(n+3) {
  display: block;
}

.flex-row-bac .frame-5 {
  margin-bottom: 12px;

}

.ellipse {
  /* position: absolute; */
  width: 48px;
  height: 48px;
  top: 0;
  left: 0;
  background-size: cover;
  border-radius: 50%;
}

.ellipse img {
  width: 100%;
  height: 48px;
  max-width: 48px;
  border-radius: 100%;
}

.frame-5 {
  display: flex;
  /* flex-direction: column; */
  gap: 16px;
  align-items: center;
  /* margin-bottom: 12px; */
}

.alexander-ivanov {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 22px;
  color: #3b3b3b;

  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  z-index: 16;
}

.frame-6 {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  width: 86px;
  z-index: 17;
}

.frame-b {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
  position: absolute;
  width: 152px;
  height: 40px;
  top: 4px;
  left: 565px;
  z-index: 23;
}

.alexander-ivanov-c {
  flex-shrink: 0;
  flex-basis: auto;
  position: relative;
  height: 22px;
  color: #3b3b3b;

  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  white-space: nowrap;
  z-index: 24;
}

.frame-d {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 4px;
  position: relative;
  width: 86px;
  z-index: 25;
}

.flex-row-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 948px;
  height: 110px;
  margin: 12px 0 0 26px;
  z-index: 32;
}

.phone-repair {
  position: relative;
  max-width: 447px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.phone-repair-13 {
  position: relative;
  color: #3b3b3b;

  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.read-more {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
}

.phone-repair-visit {
  flex-shrink: 0;
  position: relative;
  width: 447px;
  height: 110px;

  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  z-index: 32;
}

.phone-repair-consultation {
  position: relative;
  color: #3b3b3b;

  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
}

.read-more-14 {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: left;
  text-decoration: underline;
}

.frame-15 {
  position: relative;
  width: 142px;
  height: 34px;
  margin: 20px 0 0 429px;
  background: #f4f6f9;
  z-index: 11;
  overflow: hidden;
  border-radius: 8px;
}

.more-reviews {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: absolute;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 47px);
  color: #4a95f9;

  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  z-index: 12;
}

@media (max-width:1050px) {
  .flex-row-dc {
    flex-wrap: wrap;
    height: auto;
    gap: 12px;
    justify-content: center;
  }

  .map-container {
    flex-wrap: wrap;
  }

  .map-container .mapper {
    width: 100%;
    height: 350px;
  }

  .frame-1 {
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    width: 100%;
    height: auto;
    padding: 10px;
  }

}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(.9);
    opacity: 0;
  }
}

.phone_block {
  z-index: 7;
  right: 25px;
  position: fixed;
  bottom: 45px;
  display: none;
}

.phone_block.visible {
  display: block;
}

.overlay_phone {
  /* transform: translateX(54px); */
  position: relative;
  width: 69px;
  height: 69px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /* right: -100%; */
  background-color: var(--Orange);
}

.overlay_phone svg {
  width: 30px;
  height: 30px;
  min-width: 30px;
}

.overlay_phone::after,
.overlay_phone::before {
  content: "";
  position: absolute;
  border: 2px solid var(--Orange);
  left: -15px;
  opacity: 0;
  right: -15px;
  top: -15px;
  bottom: -15px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.overlay_phone::after {
  animation-delay: 1.25s;
}

@media (max-width:992px) {
  .phone_block {
    right: 10px;
    bottom: 35px;
  }
}


.map-container {
  margin-top: 33px;
  display: flex;
  align-items: stretch;
  gap: 20px;
  /* flex-direction: column; */
}

@media (max-width:1050px) {
  .map-container {
    flex-wrap: wrap;
  }
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-btn {
  font-size: 16px;
  color: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.dropdown .dropdown-btn svg {
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-content {
  left: -130px;
  top: 30px;
  position: absolute;
  width: fit-content;
  max-height: 240px;
  overflow-y: auto;
  background-color: white;
  box-shadow: 0 17px 23px #a3aef32e;
  border-radius: 0 0 15px 15px;
  padding: 12px;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dropdown.active .dropdown-content {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.dropdown.active .dropdown-btn svg {
  transform: rotate(270deg);
}

.mobile-header-phone {
  display: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--color_brand);
  text-align: center;
  flex: 1 0 100%;
}

@media (max-width:920px) {
  .mobile-header-phone {
    display: block;
  }
}

@media (max-width:1300px) {
  #menu-mainmenu>li {
    margin-right: 12px;
  }
}









form#discont input[type="submit"],
.form-master-box [type='submit'],
.get-table.js-open-modal,
.fixies-table-wrap .more-repairs,
.more-models,
#offer-block .get-pull,
.get-pull,
.contacts-item button,
.get-order-btn {
  border-radius: 50px;
}

form#discont input,
.form-master-box input.phone-master,
.modal input {
  border-radius: 50px;
}

@media (max-width: 992px) {
  .confirm-label p {
    width: 100%;
    text-align: center;
  }

  #offer-block .js-open-modal {
    width: 100%;
  }

  form#discont input {
    width: 100%;
  }

  /* form#discont input[type="submit"],
  .form-master-box [type='submit'],
  .get-table.js-open-modal,
  .fixies-table-wrap .more-repairs,
  .more-models,
  #offer-block .get-pull,
  .get-pull,
  .contacts-item button {
    width: 100%;
    max-width: 500px;
  } */

}

@media (min-width:992px) {
  .header-bottom.stickyhead .get-status {
    display: none !important;
  }
}

footer #menu-catalog {
  max-height: 330px;
  overflow-y: auto;
}

/* Стилизация скроллбара для WebKit-браузеров */
footer #menu-catalog::-webkit-scrollbar {
  width: 4px;
  /* Толщина вертикального скроллбара */
  height: 4px;
  /* Толщина горизонтального скроллбара */
}

/* Стиль дорожки скроллбара */
footer #menu-catalog::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* Цвет фона дорожки */
  border-radius: 2px;
  /* Закругление углов дорожки */
}

/* Стиль "бегунка" скроллбара */
footer #menu-catalog::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет бегунка */
  border-radius: 2px;
  /* Закругление углов бегунка */
}

/* Стиль бегунка при наведении */
footer #menu-catalog::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Цвет бегунка при наведении */
}

/* Стилизация скроллбара для Firefox */
footer #menu-catalog {
  scrollbar-width: thin;
  /* Устанавливаем тонкий скроллбар */
  scrollbar-color: #888 #f0f0f0;
  /* Цвет бегунка и фона */
}


#menu-mainmenu-1 .mob_menu .mob_menu-sub.open {
  max-height: 316px;
  overflow-y: auto;
}


/* Стилизация скроллбара для WebKit-браузеров */
#menu-mainmenu-1 .mob_menu .mob_menu-sub.open::-webkit-scrollbar {
  width: 4px;
  /* Толщина вертикального скроллбара */
  height: 4px;
  /* Толщина горизонтального скроллбара */
}

/* Стиль дорожки скроллбара */
#menu-mainmenu-1 .mob_menu .mob_menu-sub.open::-webkit-scrollbar-track {
  background: #f0f0f0;
  /* Цвет фона дорожки */
  border-radius: 2px;
  /* Закругление углов дорожки */
}

/* Стиль "бегунка" скроллбара */
#menu-mainmenu-1 .mob_menu .mob_menu-sub.open::-webkit-scrollbar-thumb {
  background: #888;
  /* Цвет бегунка */
  border-radius: 2px;
  /* Закругление углов бегунка */
}

/* Стиль бегунка при наведении */
#menu-mainmenu-1 .mob_menu .mob_menu-sub.open::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Цвет бегунка при наведении */
}

/* Стилизация скроллбара для Firefox */
#menu-mainmenu-1 .mob_menu .mob_menu-sub.open {
  scrollbar-width: thin;
  /* Устанавливаем тонкий скроллбар */
  scrollbar-color: #888 #f0f0f0;
  /* Цвет бегунка и фона */
}

@media (min-width: 320px) and (max-width: 920px) {
  .mobile-menu-block.active {
    padding-top: 85px;
  }

  .contacts-item .payment-img {
    gap: 15px;
  }

  form#discont input[type="submit"] {
    margin: 10px 0 0 0;
    width: 100%;
  }

  [role="form"] p {
    max-width: 80%;
    margin: auto;
  }
}

#article-section .form-title {
  margin-right: 61px;
}



/* блок карта с отзывами */

section.map {
  background-color: rgba(245, 245, 247, 1);
  padding: 56px 0;
}

.title-section h2 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 18px;
}

.map .title-section h2 {
  margin-bottom: 16px;
}

.map .title-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.row-map {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

#map {
  height: 614px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

#map ymap,
#map div,
#map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

#review {
  height: 614px;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  .title-section h2 {
    font-size: 32px;
  }

  .row-map {
    grid-template-columns: repeat(1, 1fr);
  }

  #map {
    max-height: 346px;
  }

  .right-map .review {
    position: relative;
    top: -50px;
  }

  section.map {
    padding-bottom: 0;
  }
}

.new-reviews {
  padding: 26px;
  background-color: white;
  box-shadow: 0px 4px 12px 0px #0000001a;
  border-radius: 20px;
  height: 614px;
}

.new-reviews .title-block {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  margin-bottom: 0;
}

.new-reviews .title-block img {
  margin-left: auto;
  max-width: 133px;
  height: 33px;
  object-fit: contain;
}

.new-reviews .title-block .h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 0;
}

.new-reviews .new-reviews-ratings {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 20px;
}

.new-reviews .new-reviews-ratings span {
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
}

.new-reviews .ratings-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.new-reviews .ratings-block-text {
  position: relative;
}

.new-reviews .ratings-block-text ::after {
  content: "•";
  position: absolute;
  left: 100px;
  top: 50%;
  font-size: 14px;
  transform: translateY(-50%);
  color: #3F3F3F;
  font-weight: 300;
}

.new-reviews .ratings-block-text span {
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
  color: #3F3F3F;
}

.new-reviews .ratings-block-text span:nth-child(2) {
  padding-left: 20px;
}

.new-reviews .new-reviews-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  padding: 6px 0;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  justify-content: center;
  border-radius: 8px;
}

.new-reviews .new-reviews_inner {
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow-y: auto;
  max-height: 380px;
}

.new-reviews .content_slide {
  padding: 0;
  border: none;
}

.new-reviews .review_head {
  margin-bottom: 12px;
  display: flex;
}

.new-reviews .img-people {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 100%;
}

.new-reviews .img-people img {
  width: 48px;
  height: 48px;
}

.new-reviews .data-people {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.new-reviews .fio {
  font-size: 16px;
  margin-bottom: 4px;
}

.new-reviews .reting_star span {
  width: fit-content;
}

.new-reviews .review_body {
  margin-bottom: 0;
}

.new-reviews .txt {
  font-size: 16px;
  line-height: 22px;
  overflow-y: hidden;
  max-height: 70px;
}

.new-reviews .txt.show {
  max-height: 1000px;
}

.new-reviews .review_footer button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  color: var(--blue);
  font-size: 16px;
  text-decoration: underline;
  padding-left: 0;
}

.new-reviews .open-reviews {
  display: block;
  border: none;
  margin: 0 auto;
  margin-top: 20px;
  background: #F4F6F9;
  padding: 7px 23px;
  border-radius: 8px;
  color: var(--blue);
  font-size: 12px;
}


@media (max-width: 992px) {
  .new-reviews {
    padding: 20px;
  }

  .new-reviews .title-block {
    margin-bottom: 10px;
  }

  .new-reviews .title-block img {
    display: none;
  }

  .new-reviews .title-block .h2 {
    font-size: 16px;
  }

  .new-reviews .new-reviews-ratings {
    gap: 12px;
    margin-bottom: 16px;
  }

  .new-reviews .new-reviews-ratings span {
    font-size: 54px;
  }

  .new-reviews .ratings-block-text span {
    font-size: 14px;
  }

  .new-reviews .new-reviews-btns {
    font-size: 12px;
    margin-bottom: 24px;
  }

  .new-reviews-btns .btn-repair {
    margin-right: 0;
  }

  /* .new-reviews .content_slide:nth-child(n+2) {
      display: none;
  } */

  .new-reviews.show .content_slide:nth-child(n+2) {
    display: block;
  }

  .new-reviews {
    height: 455px;
  }

  .new-reviews .new-reviews_inner {
    max-height: 230px;
  }
}

@media (max-width: 411px) {
  .new-reviews .new-reviews_inner {
    max-height: 200px;
  }

  .new-reviews .new-reviews-btns span {
    padding-left: 10px;
  }
}

.new-reviews-btns .blue {
  padding: 12px 23px;
  outline: none;
  box-shadow: none;
  border: none;
  border-radius: 8px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 12px;
  background-color: var(--blue);
}

/* блок карта с отзывами */