#price form {
  position: relative;
  bottom: 12px;
}

#contacts .contacts__checkbox input {
  margin-right: 5px;
}

.success.active {
  padding: 12px;
  border: 1px solid green;
  margin-top: 25px;
}

.success.error {
  padding: 12px;
  border: 1px solid red;
  margin-top: 25px;
}

@media (min-width: 991px) {
  .block-advantages-section p {
    padding-right: 50px;
  }

  .contact-end-section form .wpcf7-submit {
    max-width: 338px;
    width: 100%;
  }
}

.contacts__checkbox {
  margin-top: 16px;
}

.price-after-table-row .cform {
  display: flex;
}

.price-after-table-row form .contact__form-button {
  width: auto;
  background-image: linear-gradient(96deg, #f0ac0e 0%, #ff7426 51%, #f0ac0e 100%);
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  padding: 0 30px;
  max-width: 244px;
  margin-left: 40px;
}

.price-after-table-row form .mPhone {
  width: 240px;
  background-color: #f9f9f9;
  border-color: #fff6;
  height: 50px;
  border: 2px solid #eaedef;
  color: #696687;
  border-radius: 5px;
  padding: 0 24px;
  margin-bottom: 0 !important;
  font-size: 14px;
}

.price-after-table-row form .mName {
  width: 240px;
  background-color: #f9f9f9;
  border-color: #fff6;
  height: 50px;
  border: 2px solid #eaedef;
  color: #696687;
  border-radius: 5px;
  padding: 0 24px;
  margin-right: 30px;
  font-size: 14px;
}

@media (max-width: 920px) {
  .price-after-table-row .cform {
    flex-direction: column;
    padding-left: 0;
  }

  .price-after-table-row form .mName {
    margin-bottom: 10px;
    width: 100%;
  }

  .price-after-table-row form .mPhone {
    margin-bottom: 10px;
    width: 100%;
  }

  .price-after-table-row form .contact__form-button {
    width: 100%;
    height: 46px;
    max-width: inherit;
    margin: 10px auto 0 auto;
  }
}

#contacts .mName {
  width: 100%;
  max-width: 338px;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 10px;
  background-color: #f9f9f9;
}

#contacts .mPhone {
  margin-bottom: 25px;
}

#contacts form .contact__form-button {
  background-image: linear-gradient(90deg, #FF4969 -20%, #FC9D44 115%);
  height: 50px;
  cursor: pointer;
  padding: 10px 30px;
  line-height: 23px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2px;
  border: none;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 338px;
}

#contacts label {
  display: flex;
}

#contacts .contacts__checkbox {
  margin-top: 28px;
}

#contacts .contacts__checkbox span {
  display: inline-block;
  line-height: 15px;
}

@media (max-width: 920px) {

  #contacts .mName,
  #contacts form .contact__form-button {
    max-width: inherit;
  }

  #contacts label {
    margin-bottom: 25px;
  }
}

#price form .success {
  display: none;
}

#wpcf7-f51-o1 {
  position: relative;
}

@media (min-width: 920px) {
  .block.success {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 75px;
    max-width: 460px;
  }

  .mian-first-b .col-6 {
    min-height: 561px;
  }
}

.header-logo span {
  max-width: 280px;
}

span[itemprop="streetAddress"] {
  white-space: break-spaces;
  max-width: 300px;
}

.brand-company-list {
  margin-top: 60px;
}

/* 11.07.2022 */
.custom-table-price .a0045-price-col-1 span {
  font-size: 13px;
  line-height: 16px;
  margin-left: 20px;
  display: flex;
  width: 70%;
}

.custom-table-price .a0045-price-col-1 div {
  width: 30%;
}

@media (max-width: 920px) {
  .custom-table-price .a0045-price-col-1 {
    display: flex;
    flex-direction: column;
  }

  .custom-table-price .a0045-price-col-1 span {
    padding: 12px 20px;
  }

  .custom-table-price .a0045-price-col-1 span {
    margin: 15px 0;
    padding: 0;
  }

  .custom-table-price .a0045-price-col-1 div {
    width: 100%;
  }
}

.brand-company-item img {
  height: 80px;
  object-fit: contain;
}

.auto_height {
  max-height: none;
  height: auto;
}

.a0014-first-block-media {
  max-width: 76%;
  right: inherit;
}

@media (min-width: 920px) {
  .price-after-table-row h3 {
    width: 40%;
  }
}

@media (min-width: 320px) and (max-width: 920px) {
  .auto_height {
    max-height: inherit !important;
  }
}

.price-after-table-row h3 span {
  background-image: linear-gradient(75deg, #ff4c6c, #fa9d4d 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: #0000;
  text-fill-color: rgba(0, 0, 0, 0);
  background-size: cover;
  color: #ff4c6c;
}

[itemprop="addressLocality"] {
  white-space: nowrap;
}

.card-advantages-item img {
  width: 100%;
  object-fit: contain;
}

.b0009-advantage-text {
  text-align: center;
}

.card-advantages-item {
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-advantages-item:hover {
  background-color: #7169af;
}

.advantages-list {
  width: 100%;
}

.advantages-list .card-advantages-item img {
  height: 45px;
}

.advantages-list .b0009-advantage-text {
  font-size: 17px;
}

.advantages-list .card-advantages-item {
  padding: 36px 40px 45px 40px;
  cursor: pointer;
  box-shadow: 13px 13px 51px 0px rgb(10 51 80 / 8%);
}

/* Скролл карты или сайта */
.scrolloff {
  pointer-events: none;
}

/* .line-block {
margin: 18px 0;
}

.wpcf7-list-item-label {
font-size: 12px;
}

form [type="checkbox"] {
position: relative;
top: 2px;
} */


.moreModels {
  background-image: linear-gradient(to left, #FC9D44 -20%, #FF4969 115%);
  text-transform: uppercase;
  border: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #fff;
  height: 42px;
  padding: 0 22px;
}

.block-ajax-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}


.form-master [name="clients_phone"] {
  background: rgb(227 227 227 / 31%);
  width: 174px;
  margin-right: 25px;
  border: none;
  outline: none;
}

.form-master [name="clients_phone"] {
  width: 230px;
  padding: 15px;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 64px;
}

.contact__form-button {
  background-image: linear-gradient(to left, #975f44 -20%, #3a2217 115%);
}

.form-master [type="submit"] {
  width: 230px;
  padding: 15px;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 64px;
}

.form-master [type="submit"] {
  width: 230px;
  padding: 15px;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 960px) {
  .form-master [name="clients_phone"] {
    width: 100% !important;
    text-align: center;
    margin-top: 20px;
  }

  .form-master [type="submit"] {
    margin-top: 20px;
  }

  .form-master form {
    position: relative;
    bottom: 12px;
    display: flex;
    flex-direction: column;
  }
}



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

.swal2-container {
  z-index: 100000 !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;
}

.footer-yur-data {
  margin-top: 20px;
}

.footer-yur-data p {
  margin-top: 0;
  margin-bottom: 0px;
}

@media (max-width: 960px) {
  .footer-yur-data {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}






/* 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;
}

.sale-block .a0033-calc-mini-ttl b {
  font-size: 30px;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2), 0px -5px 35px rgba(255, 255, 255, 0.3);
}

.block-command-list {
  display: flex;
  flex-wrap: wrap;
}

#command {
  margin-top: 80px;
  margin-bottom: 80px;
}

.card-commands {
  width: 25%;
  padding: 8px;
  margin-bottom: 25px;
}

@media (max-width: 1020px) {
  .card-commands {
    width: 50% !important;
  }
}

@media (max-width: 567px) {
  .card-commands {
    width: 100% !important;
  }
}

.card-bg .spec-img {
  height: 250px;
}

.card-bg img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

.card-bg p {
  margin: 12px 0;
}


/* POPAP QUIZ */
.popap__quiz {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
  align-items: center;
  transition: .5s ease-in-out;
}

.popap__quiz.active {
  display: flex;
}

.modal__popap {
  max-width: 420px;
  width: 100%;
  padding: 85px 30px 20px 30px;
  background: white;
  box-shadow: 0px 0px 40px -10px rgb(224 224 224);
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  display: flex;
  position: relative;
}

.loader__line {
  position: absolute;
  width: 100%;
  height: 4px;
  top: 67px;
  left: 0;
  margin-left: 30px;
  border: 1px solid #c3c3c3;
}

.loader__line span.line__1 {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  background-image: linear-gradient(to left, #FC9D44 -20%, #FF4969 115%);
  width: 0%;
  transition: .5s ease-in-out;
}

.loader__line span.line__2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 24px;
  background: #318CE7;
  position: absolute;
  top: -33px;
  right: -20px;
  color: white;
  border-radius: 4px;
  font-size: 12px;
  transition: .5s ease-in-out;
  background: linear-gradient(to left, #FC9D44 -20%, #FF4969 115%)
}

.loader__line span.line__2::after {
  content: '';
  position: absolute;
  border: 5px solid transparent;
  border-top: 5px solid #FC9D44;
  bottom: -10px;
}

.overFlow {
  overflow: hidden;
  display: flex;
}

.box__popap {
  display: flex;
}

.popap__quiz .contact__form-button {
  background-image: linear-gradient(to left, #FC9D44 -20%, #FF4969 115%);
  height: 50px;
  cursor: pointer;
  padding: 10px 30px;
  line-height: 23px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2px;
  border: none;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  margin: 20px 0 15px;
}

.slide-popap {
  position: relative;
  z-index: 1;
  transition: .5s ease-in-out;
  left: 0;
}

.discont {
  /* width: 200px;
  position: absolute;
  top: -20px;
  left: calc(50% - 100px);
  max-width: 200px;
  z-index: 5;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
  padding: 10px 20px;
  text-align: center;
  background: #EBF9E2; */
  display: none;
}

.popap__quiz h2 {
  margin: 0 0 20px 0;
  line-height: 25px;
}

.popap__quiz [inputmode="tel"] {
  width: 100%;
  margin-top: 20px;
  max-width: inherit;
}

.popap__quiz select {
  width: 100%;
  background-color: #f9f9f9;
  border-color: #fff6;
  height: 50px;
  border: 2px solid #eaedef;
  color: #696687;
  border-radius: 5px;
  padding: 0 24px;
  margin-right: 30px;
}

.input-master {
  display: flex;
  flex-direction: column;
}

.input-master input {
  margin-right: 6px;
}

.input-master label {
  font-size: 20px;
}

.slide-popap form div {
  max-width: inherit;
}

.slide-popap [type="submit"] {
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
}

.slide-popap [type="submit"]:disabled {
  opacity: .7;
}

.bg-popap__quiz {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(40%) opacity(15%);
}

.bg-popap__quiz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popap__quiz .cform {
  padding: 1px;
}

@media (max-width: 567px) {
  .modal__popap {
    padding: 85px 14px 20px 14px
  }

  .popap__quiz h2 {
    font-size: 20px;
    text-align: center;
  }
}




.seo-descript {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}






/* Выбор города в шапке  */
.select-citys {
  display: flex;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
}

.select-citys:hover {
  cursor: pointer;
  opacity: .75;
}


.modal__bg {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__bg.in-show_select_city {
  display: block;
}

.bg_black {
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 40%);
}

.window_modal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  background-color: white;
  padding: 10px 24px;
  border-radius: 8px;
  border: 2px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 350px;
  height: 400px;
}

.modal__bg .close {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transform: rotate(45deg);
  opacity: .5;
  right: 15px;
  top: 15px;
}

.modal__bg .close:hover {
  opacity: 1;
}

.title-modal {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.select-ul {
  list-style-type: none;
  padding-left: 0;
}

.select-ul a {
  color: #404040;
}

.select-ul li {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

.select-ul li:hover a {
  opacity: .7;
}

.city-ul {
  height: 315px;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  padding: 14px;
  overflow-y: auto;
}




/* статус заказа */
.btn-status {
  /* width: 45px; */
  width: 220px;
  height: 42px;
  padding: 7px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  justify-content: flex-start;
  margin-right: 16px;
  border: 0;
  border-radius: 4px;
  position: relative;
}

.btn-status svg {
  width: 30%;
  height: 100%;
}

@media (max-width:920px) {
  .btn-status svg {
    width: 100%;
  }
}

.btn-status span {
  /* opacity: 0;
  position: absolute;
  top: calc(100% - -10px); */
  /* background-color: white;
  border: 1px solid #ff4c6c; */
  color: #1D1D1B;
  font-size: 13px;
  font-weight: 300;
  /* border-radius: 4px; */
  white-space: pre;
  transition: all .3s;
  /* width: 0;
  height: 0;
  padding: 0; */
}


.btn-status:hover span {
  opacity: 1;
  width: auto;
  height: auto;
  padding: 8px 16px;
}

/* .btn-status span::after {
  content: '';
  position: absolute;
  left: calc(50% - 6px);
  top: -15px;
  border: 8px solid transparent;
  border-bottom: 8px solid #ff4c6c;
} */

.m-status .window_modal {
  height: 200px;
}

.m-status .city-ul {
  height: 123px;
}

.m-status input {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
  height: 40px;
  padding-left: 16px;
  padding-right: 16px;
  text-align: center;
}

.m-status button {
  width: 100%;
}

.enter-status {
  opacity: .5;
  pointer-events: none;
}

@media (min-width: 320px) and (max-width: 920px) {
  .btn-status {
    margin-right: 12px;
    height: 38px;
    width: 45px;
  }
}



.title-h2 {
  font-family: 'Nunito';
  font-weight: 800;
  font-size: 24px;
  line-height: 1.2;
  margin: 5px 0 20px;
  color: #3b3663;
}



#dd_menu {
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.dropdown_menu {
  display: none;
  position: absolute;
  top: 100%;
  list-style: none;
  padding: 14px 0;
  background-color: white;
  box-shadow: 0 0 14px -11px #9a9a9a;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  top: 32px;
}

.grid-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  cursor: default;
}

#dd_menu .title__drop_menu::before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url('/public/img/icons/arrow-down.svg');
  position: absolute;
  right: -7px;
  top: 53%;
  transform: translate(0px, -50%);
  background-position: center;
  background-size: 8px;
  background-repeat: no-repeat;
  opacity: 0.6;
}

.brand-company-item-header {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 70px;
  padding: 8px 20px;
  background: #f5f5f5;
  border-radius: 8px;
  position: relative;
}

.dopStyle {
  padding: 8px 20px 23px;
}

.brand-company-item-header span {
  position: absolute;
  bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #595959;
}

.brand-company-item-header img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
}

.brand-company-item-header:hover {
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  background-color: white;
}

.b0016-sm-media {
  max-width: -webkit-fill-available;
}

@media (max-width: 920px) {
  .dropdown_menu {
    position: relative;
    top: 0;
    padding: 0 6px;
  }

  .grid-box {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .grid-box a {
    padding: 4px 0 !important;
  }
}

.scroll-auto {
  max-height: 295px;
  overflow-y: auto;
  direction: rtl;
  padding-left: 10px;
}

.scroll-auto::-webkit-scrollbar {
  width: 6px;
}

.scroll-auto::-webkit-scrollbar-track {
  background: #e3e3e3;
}

.scroll-auto::-webkit-scrollbar-thumb {
  background: linear-gradient(0deg, #FF4969, #FC9D44 80%);
  border-radius: 4px;
  border: 1px solid orange;
}


#mobHead .title__drop_menu {
  color: #e46947 !important;
}

.star {
  display: flex;
  padding-left: 0;
  margin-bottom: 10px;
}

.star li {
  width: 20px;
  height: 20px;
  background-image: url('/public/img/starOn.png');
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
  filter: brightness(1.3);
  list-style: none;
}

.star li:first-child {
  margin-left: 0;
}

.date-reviev {
  margin-left: 10px;
}

.a0059-reviews-slider-block {
  padding: 40px;
}



.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 11px 20px;
  box-shadow: rgb(0 0 0/6%)0 3px 13px -7px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f7f7f7;
}


.brand-company-item {
  flex-direction: column;
}

.brand-company-item span {
  margin-top: 10px;
  color: #252525;
}

.custom-brand-div {
  padding: 40px 0 80px;
}

.page_all_price .inside-page {
  padding-top: 0px;
}

.page_all_price .page-content {
  margin-top: 0 !important;
}

.page_all_price .block-price-title {
  margin-top: 0;
}

.breadcrumb li {
  font-size: 13px;
}

.title__drop_menu {
  position: relative;
}

.title__drop_menu::after {
  content: '>';
  display: inline-block;
  position: relative;
  right: -9px;
  transform: rotate(90deg);
  top: 1px;
  transition: all .3s;
}

.title__drop_menu.active::after {
  transform: rotate(-90deg);
}


@media (max-width: 920px) {
  .main-header.seo-header {
    height: 70px;
  }

  .main-header.seo-header.sticky {
    position: fixed;
    background: white;
    top: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    height: 70px;
  }

  .main-header.seo-header .header-number,
  .main-header.seo-header .header-address {
    display: none;
  }

  .template-container.shown-cont {
    padding: 70px 0 0 0;
  }

  .a0010-cb-trigger.btn-status {
    display: none;
  }
}

/* КНОПКА В ШАПКЕ ПОЗВОНИТЬ */
.coccoc-alo-ph-circle {
  width: 75px;
  height: 75px;
  top: 50px;
  left: 50px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(30, 30, 30, 0.4);
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.coccoc-alo-phone {
  background-color: transparent;
  cursor: pointer;
  z-index: 200 !important;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: visibility .5s;
  -moz-transition: visibility .5s;
  -o-transition: visibility .5s;
  transition: visibility .5s;
  right: 123px;
  top: -88px;
  position: absolute;
}

.coccoc-alo-phone * {
  display: inline-block;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: rgb(243 166 142 / 43%);
  opacity: .75 !important;
}

.coccoc-alo-ph-circle-fill {
  width: 65px;
  height: 65px;
  top: 55px;
  left: 55px;
  position: absolute;
  background-color: #000;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .1;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.coccoc-alo-ph-img-circle {
  width: 35px;
  height: 35px;
  top: 70px;
  left: 70px;
  position: absolute;
  -webkit-background-size: 30px;
  background-size: 30px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
  animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-img-circle {
  background-color: #f3ab8c;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #f3ab8c;
  opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle {
  border-color: #75eb50;
  opacity: .5;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-circle-fill,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-circle-fill {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: .75;
}

.coccoc-alo-phone.coccoc-alo-green.coccoc-alo-hover .coccoc-alo-ph-img-circle,
.coccoc-alo-phone.coccoc-alo-green:hover .coccoc-alo-ph-img-circle {
  background-color: #75eb50;
}

.coccoc-alo-phone path {
  fill: white;
}

@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(.5) skew(1deg);
    opacity: .1
  }

  30% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .5
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1
  }
}

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .2
  }

  100% {
    transform: rotate(0) scale(.7) skew(1deg);
    opacity: .2
  }
}

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  10% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  20% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  30% {
    transform: rotate(-25deg) scale(1) skew(1deg)
  }

  40% {
    transform: rotate(25deg) scale(1) skew(1deg)
  }

  50% {
    transform: rotate(0) scale(1) skew(1deg)
  }

  100% {
    transform: rotate(0) scale(1) skew(1deg)
  }
}

@media (min-width: 920px) {
  .phone-mobile {
    display: none;
  }

  #dd_menu .title__drop_menu::after {
    display: none;
  }

  #dd_menu .title__drop_menu::before {
    right: -16px;
  }
}







.block-rev {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 10px;
}

.block-rev .swiper-slide {
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  padding: 20px;
}

.block-rev .card-review-text,
.block-rev .a0063-author {
  max-width: 420px;
}

@media (max-width: 1100px) {

  .block-rev .card-review-text,
  .block-rev .a0063-author {
    max-width: 360px;
  }
}

@media (max-width: 975px) {

  .block-rev .card-review-text,
  .block-rev .a0063-author {
    max-width: 90%;
  }

  .block-rev {
    grid-template-columns: 1fr;
    gap: 20px 10px;
  }
}

@media (max-width: 750px) {

  .block-rev .card-review-text,
  .block-rev .a0063-author {
    max-width: 80%;
  }

  .block-rev .swiper-slide {
    padding: 10px;
  }
}

@media (max-width: 420px) {

  .block-rev .card-review-text,
  .block-rev .a0063-author {
    max-width: 75%;
  }
}


.price-hidden {
  display: none;
}








/* Доработка страниц  */
.model__inside {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 15px;
}

.model__inside li {
  background: rgb(255, 73, 105);
  background: linear-gradient(90deg, rgba(255, 73, 105, 1) 0%, rgba(252, 157, 68, 1) 100%);
  color: white;
  padding: 5px 10px 5px 42px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .2px;
}

.model__inside li span {
  text-transform: lowercase;
}

.card-inside {
  position: relative;
  overflow: hidden;
}

.card-inside img {
  position: absolute;
  left: 0;
  height: 35px !important;
}

.h1-subtext {
  font-size: 16px;
  color: #404040;
  font-weight: 300;
  line-height: 26px;
  margin: 26px 0;
}

.new-btn {
  position: relative;
  padding: 2px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgba(255, 73, 105, 1) 0%, rgba(252, 157, 68, 1) 100%);
  border: none;
  border-radius: 5px;
}

.new-btn div {
  background: white;
  padding: 12px 17px;
  border-radius: 3px;
  color: rgb(0 0 0 / 0%);
}

.new-btn div .text {
  background-image: linear-gradient(90deg, rgba(255, 73, 105, 1) 0%, rgba(252, 157, 68, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
}

.update-btn div::before {
  content: 'Обратный звонок';
  background-image: linear-gradient(90deg, rgba(255, 73, 105, 1) 0%, rgba(252, 157, 68, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.new-btn .new-btn-block {
  background: white;
  padding: 12px 17px;
  border-radius: 3px;
  color: rgb(0 0 0 / 0%);
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 259px;
  justify-content: center;
}

@media (max-width:920px) {
  .new-btn .new-btn-block {
    min-width: 100%;
  }
  
}
.new-btn .new-btn-block img{
  width: 24px;
  height: 24px;
}

.new-btn .new-btn-block .text {
  background-image: linear-gradient(90deg, rgba(255, 73, 105, 1) 0%, rgba(252, 157, 68, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
}


.update-btn div {
  padding: 13px 27px;
}

.new-btn:hover {
  opacity: .7;
}

@media (max-width: 920px) {
  .model__inside {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 250px;
  }

  .model__inside li {
    width: 100%;
    max-width: 250px;
  }

  .new-btn {
    width: 100%;
    max-width: 250px;
  }

  .h1-subtext {
    width: 100%;
    max-width: 350px;
  }

  .page-heading .col-7 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .update-27-02 .page-heading__title{
    order: 1;
  }
  
  .update-27-02 .offer-utp{
    order: 2;
    margin: 10px 0;
  }
  .update-27-02 .h1-subtext{
    order: 4;
  }
  .update-27-02 .new-btn{
    order: 3;
  }
}

.menu-parent,
.dropdown_menu {
  top: 100%;
}

.podcat {
  margin: 40px 0 80px;
}

.block_all_podcat {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.block_all_podcat div a {
  font-size: 20px;
  font-weight: 600;
  color: #404040;
}

.block_all_podcat div a:hover {
  background: linear-gradient(to left, #FC9D44 -20%, #FF4969 115%);
}

.block_all_podcat div a:hover {
  background-image: linear-gradient(to left, #FC9D44 -20%, #FF4969 115%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}



a.card-block-podcad {
  display: flex;
  flex-direction: column;
  height: 140px;
  color: black;
  font-weight: 600;
}

a.card-block-podcad:hover {
  background-image: linear-gradient(to left, #FC9D44 -20%, #FF4969 115%);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}

a.card-block-podcad img {
  height: 100%;
  width: 100%;
  max-height: 100px;
  object-fit: contain;
  margin-bottom: 14px;
}

.podcat-img-main {
  width: 100%;
  object-fit: contain;
  padding-left: 50px;
  padding-right: 50px;
}

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

.grid-box.column {
  display: flex;
  flex-direction: column;
  width: 200px;
}

.grid-box.column .link-a {
  position: relative;
  padding: 0 14px;
}

.grid-box.column .link-a.arrow-right::after {
  content: '>';
  position: absolute;
  right: 14px;
}

.hover__marks {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: white;
  padding: 10px;
  border: 1px solid #ececec;
  border-radius: 8px;
  display: none;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  transition: all .5s;
}

.hover__marks.active {
  display: grid;
}

.brand-company-item.support {
  width: 120px;
  height: 120px;
  padding: 10px;
  background: #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  margin-bottom: 0;
}

.mobile_link a {
  display: flex !important;
}

.grid-box.column .link-a.arrow-right.mobile::after {
  display: none;
}

.rotate-arrow {
  height: 30px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  top: 1px;
  position: relative;
  z-index: 5;
  right: -6px;
}

.hover__marks_mobile {
  max-height: 140px;
  overflow-y: auto;
  margin-bottom: 14px;
  display: none;
}

.hover__marks_mobile .brand-company-item.support {
  height: auto;
  width: 100%;
}

.hover__marks_mobile .brand-company-item.support span {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}

.one-line {
  display: flex;
}

.rotate-arrow {
  transition: all .3s;
}

.rotate-arrow.active {
  transform: rotate(-90deg);
}

.faq-questions {
  padding: 80px 0;
}
.faq-questions .faq-questions-title{
  margin: 0 0 34px 0;
}
.faq-questions .text-cards{
  display: flex;
  gap: 20px;
  flex-direction: column;
  
}
.faq-questions .text-cards .text-cards-item{
  padding: 14px 20px 14px 24px;
  box-shadow: 13px 13px 24px 0px #0A33501A;
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition: 300ms;
  position: relative;
  cursor: pointer;
}
.faq-questions .text-cards .text-cards-item .item-title {
  color: #696687;
  font-size: 18px;
  line-height: 1.5;
}
.faq-questions .text-cards .text-cards-item .item-btn {
  height: fit-content;
  width: fit-content;
  margin-left: auto;
  transition: 300ms;
  background: transparent;
  border: none;
}

.faq-questions .text-cards .text-cards-item .item-block {
  flex: 0 0 100%;
  margin-top: 9px;
  display: none;
}

.faq-questions .text-cards .text-cards-item.active .item-block {
  color: #404040;
  font-size: 16px;
  display: block;
}

.faq-questions .text-cards .text-cards-item.active .item-title {
  /* color: var(--white); */
}

.faq-questions .text-cards .text-cards-item .item-btn {
  transform: rotate(90deg);
}

.faq-questions .text-cards .text-cards-item.active .item-btn {
  transform: rotate(0deg);
}

.faq-questions .text-cards .text-cards-item.active .item-btn svg path {
  /* fill: var(--white); */
}
@media (max-width:920px) {

  .faq-questions {
    padding: 80px 0;
  }
  .faq-questions .faq-questions-title{
    margin: 0 0 47px 0;
  }
  .faq-questions .text-cards{
    gap: 20px;
    
  }
  .faq-questions .text-cards .text-cards-item{
    padding: 11px 10px 16px 16px;
  }
  .faq-questions .text-cards .text-cards-item .item-title {
    font-size: 16px;
    max-width: 250px;
  }
  .faq-questions .text-cards .text-cards-item .item-btn {
    height: fit-content;
    width: fit-content;
  }
  
  .faq-questions .text-cards .text-cards-item .item-block {
    flex: 0 0 100%;
    margin-top: 9px;
    display: none;
  }
  
  .faq-questions .text-cards .text-cards-item.active .item-block {
    font-size: 14px;
  }
  
  .start-quiz-btn{
    display: flex;
      justify-content: center;
      margin-bottom: 22px
  }
}
