@font-face {
  font-family: 'Samsung One 400';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/SamsungOne-400.woff2") format("woff2");
}

@font-face {
  font-family: 'Samsung One 700';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/SamsungOne-700.woff2") format("woff2");
}

@font-face {
  font-family: 'SamsungSharpSans';
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/SamsungSharpSans.woff2") format("woff2");
}


/* Ширина контейнера */
@media (min-width: 1360px) {
  .container {
    max-width: 1300px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}

/* --- Ширина контейнера --- */




/* Общие стили */
body {
  position: relative;
  padding-top: 128px;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Samsung One 700', sans-serif;
}

p {
  font-family: 'Samsung One 400', sans-serif;
  font-size: 16px;
}

a {
  font-family: 'Samsung One 400', sans-serif;
  font-size: 16px;
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.number {
  font-family: 'SamsungSharpSans';
}

.fw400 {
  font-family: 'Samsung One 400', sans-serif;
}

.fw700 {
  font-family: 'Samsung One 700', sans-serif;
}

ul li {
  font-family: 'Samsung One 400', sans-serif;
  list-style-type: none;
}

img {
  width: 100%;
  height: 100%;
}

.text_decor:hover {
  text-decoration: underline;
}

input,
textarea {
  font-family: 'Samsung One 400', sans-serif;
  padding: 12px 16px;
  font-size: 18px;
  border-width: 0px;
  border-style: solid;
  border-radius: 6px;
  outline: none;
}

button {
  font-family: 'Samsung One 700', sans-serif;
  padding: 12px 35px;
  font-size: 18px;
  border-width: 0px;
  border-style: solid;
  border-radius: 6px;
  outline: none;
}

input[type="checkbox"] {
  cursor: pointer;
}

/* --- Общие стили --- */




/* Шапка сайта */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: white;
  box-shadow: 0 0 3px 2px rgb(0 0 0 / 10%);
}

/* .menu-header {
  padding: 8px 0;
} */

.header__box_logotype {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 70px; */
  padding-top: 8px;
  padding-bottom: 8px;
}

.header__box_logotype .front {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

a.header__logo_img {
  display: inline-block;
  width: 140px;
  height: 40px;
}

a.header__logo_img img {
  object-fit: contain;
  /* object-position: bottom; */
}

a.header__logo_text {
  font-size: 12px;
  line-height: 16px;
}

.menu-list a {
  font-family: 'Samsung One 700', sans-serif;
  font-size: 16px;
  padding: 8px;
  line-height: 27px;
}

.menu-list ul {
  display: flex;
  align-items: center;
  height: 100%;
}

/* .menu-header {
  height: 86px;
} */

.header__contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.header__address {
  color: #858383;
  font-size: 14px;
  line-height: 14px;
}

.dropdown-list {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  display: none;
  top: 150%;
  left: 0;
  padding: 12px 0;
}

.dropdown-menu ul {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  width: 100%;
}

.dropdown-menu ul li {
  width: 100%;
}

.dropdown-menu ul a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 5px 18px;
  white-space: pre;
  text-align: left;
}

@media (max-width: 992px) {
  .dropdown-menu ul a {
    text-align: left;
    padding-left: 15px;
  }
}

.dropdown-menu.active {
  display: flex;
}

.header__phone,
.header__address {
  text-align: right;
}

@media (max-width: 1199px) {

  .header__phone,
  .header__address {
    display: none;
  }
}

@media (max-width: 992px) {
  .block-header-menu-list {
    display: none;
  }
}

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

@media (max-width: 1199px) {
  .phone-mobile {
    display: flex;
  }
}

@media (min-width: 992px) {
  .burger {
    display: none;
  }
}

@media (max-width: 992px) {
  .mobile-btn-menu .dropdown-menu.active {
    width: 100% !important;
  }

  .dropdown-menu ul a {
    font-family: 'Samsung One 400', sans-serif;
    background: rgb(0 0 0 / 5%)
  }
}

/* *** Шапка сайта *** */






/* КНОПКА В ШАПКЕ ПОЗВОНИТЬ */
.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: 150%;
  top: -55px;
  position: absolute;
}

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

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle-fill {
  background-color: rgba(255, 222, 0, 0.5);
  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: #ffde00;
}

.coccoc-alo-phone.coccoc-alo-green .coccoc-alo-ph-circle {
  border-color: #ffde00;
  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)
  }
}

.burger {
  width: 30px;
}

.burger span {
  width: 100%;
  height: 3px;
  display: flex;
}

.burger span.center {
  margin: 9px 0;
}

@media (max-width: 768px) {
  .coccoc-alo-phone {
    right: 160%;
  }
}

@media (max-width: 450px) {
  .coccoc-alo-phone {
    right: 200%;
  }
}

@media (max-width: 1200px) {
  .event-between {
    display: flex;
    justify-content: space-between;
  }

  .header__contacts {
    align-items: flex-end;
  }
}

.mobile-btn-menu {
  display: none;
  padding-bottom: 40px;
  background-color: white;
}

.address-burger {
  margin-top: 8px;
  padding: 25px 0;
  border-top: 1px solid rgb(233, 225, 225);
}

.address-burger i {
  margin-right: 8px;
}

.mobile-btn-menu .dropdown-list {
  display: flex;
  flex-direction: column;
}

.mobile-btn-menu .dropdown-menu.active {
  position: inherit;
  width: fit-content;
  border: none;
}

.mobile-btn-menu a {
  font-family: 'Samsung One 700', sans-serif;
  display: block;
  color: #111111;
  padding: 4px 0;
  font-size: 19px;
}

.call-modal {
  color: #858383
}

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

  .modal-custom {
    padding: 20px 15px !important;
  }

  .header-modal {
    font-size: 24px;
  }
}

/* *** Шапка сайта *** */



/* МОдальное окно */
[data-modal="enter"] {
  cursor: pointer;
}

.bg-modal {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}

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

.modal-custom {
  background: white;
  border-radius: 10px;
  padding: 40px 30px;
  border-width: 5px;
  border-style: solid;
  max-width: 600px;
}

.header-modal {
  font-family: 'Samsung One 700', sans-serif;
}

.modal-form .cform {
  display: flex;
  flex-direction: column;
}

.modal-form input {
  border-width: 1px;
}

.close-button-modal {
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
}

/* *** Модальное окно *** */



/* CHECKED */
.label-check {
  position: relative;
}

.check-input {
  position: relative;
  top: 2px;
  margin-right: 8px;
}

@media (max-width: 992px) {
  .label-check {
    display: flex;
  }

  .politika {
    display: block;
  }
}

/* *** CHECKED *** */



/* Главный блок с изображением и формой */
@media (min-width: 993px) {
  .main-image-and-form-mobile {
    display: none;
  }
}

.main-image-and-form {
  padding: 80px 0 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  position: relative;
}

.front {
  position: relative;
  z-index: 1;
}

.main-image-and-form .left {
  padding: 30px;
  width: fit-content;
  max-width: 590px;
}

.main-image-and-form .left .table-style {
  padding-left: 30px;
}

.main-image-and-form .left .table-style li {
  color: white;
  font-size: 18px;
  list-style-type: disc;
  max-width: 510px;
}

.politika {
  font-size: 11px;
}

.politika>a {
  font-size: 11px;
}

.main-form form {
  max-width: 520px;
}

@media (min-width: 769px) {
  .main-form input[type="tel"] {
    margin-right: 25px;
  }

  .main-form input,
  .main-form button {
    max-width: 235px;
  }
}

.box-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .75;
}

@media (max-width: 768px) {
  .main-image-and-form {
    padding: 15px 0;
  }

  .main-image-and-form .my-5 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .main-form input[type="tel"] {
    width: 100%;
    margin-bottom: 15px;
  }

  .main-image-and-form .left .table-style li {
    font-size: 14px;
  }

  .main-image-and-form .left .h2 {
    font-size: 26px;
  }

  .main-form button {
    width: 100%;
  }

  .main-image-and-form .left {
    padding: 10px 20px 10px;
  }
}

@media (max-width: 992px) {
  .main-image-and-form .left {
    margin: 0 auto;
  }

  .main-image-and-form button[data-modal="enter"] {
    position: relative;
    left: calc(50% - 126px);
  }
}

/* --- Главный блок с изображением и формой --- */



/* Блок ПРЕЙМУЩЕСТВА */
.advantage {
  padding: 120px 0 80px;
}

.advantage-card {
  margin-bottom: 30px;
}

.advantage-card .back {
  position: relative;
  padding: 40px 15px;
  min-height: 230px;
}

@media (max-width: 920px) {
  .advantage-card .back {
    min-height: inherit;
  }
}

.bg-advantage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .2;
}

.advantage-card .front .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.advantage-card .front .icon i {
  font-size: 36px;
  font-weight: 900;
}

.advantage-card .front h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  margin-bottom: 10px;
}

.advantage-card .front .text-result {
  font-family: 'Samsung One 400', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: black;
}

/* --- Блок ПРЕЙМУЩЕСТВА --- */




/* Блок Категории */
.category-type {
  padding-top: 10px;
  padding-bottom: 80px;
}

.title {
  font-size: 48px;
  color: #0d0404;
  margin-bottom: 40px;
}

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

.type-card {
  margin-bottom: 30px;
  height: 305px;
}

.type-card .box {
  border-style: solid;
  border-color: #02010100;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.type-card a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.type-card .image {
  height: 180px;
  width: 60%;
}

.type-card .image img {
  object-fit: contain;
}

.type-card figure.text {
  color: #0d0404;
  font-family: 'Samsung One 700', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0px;
}

/* --- Блок Категории --- */



/* Блок РЕУЗЛЬТАТ */
section.result {
  padding: 100px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-result {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: #000;
  opacity: 0.6;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.result-content {
  position: relative;
  z-index: 1;
}

.result-card {
  width: 20%;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
}

.result-card .content {
  padding: 20px;
  border: 2px solid;
  background: #fff;
  position: relative;
  height: 100%;
  border-color: #83B81A;
}

.result-card .title {
  display: flex;
  margin-bottom: 10px;
}

.result-card .title .fas {
  font-size: 24px;
}

.result-card .title .icon {
  display: flex;
  align-items: center;
}

.result-card .title h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}

.result-card .text {
  font-family: 'Samsung One 400', sans-serif;
  font-size: 14px;
  color: #212529;
  font-weight: 500;
  line-height: 21px;
}

@media (max-width: 1200px) {
  .result-content .row {
    justify-content: center;
  }

  .result-card {
    width: 33%;
    margin-bottom: 10px;
  }

  .result-card .content {
    padding: 10px 20px;
  }
}

@media (max-width: 767px) {
  .result-card {
    width: 50%;
  }

  .result-card .text {
    font-size: 10px;
    line-height: 17px;
  }

  .result-card .title h3 {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .result-card {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.result-card .fa-ellipsis-h {
  position: absolute;
  right: -7px;
  top: 50%;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .result-card .three {
    display: none
  }
}

@media (max-width: 768px) and (min-width: 576px) {
  .result-card .fo {
    display: none
  }
}

@media (max-width: 576px) {
  .result-card .fa-ellipsis-h {
    right: 50%;
    top: 100%;
    transform: rotate(90deg);
  }
}

/* *** Блок РЕУЗЛЬТАТ *** */



/* Блок FAQ */
section.faq {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #F7F8F9;
}

.box-title {
  padding: 0px 0px 0px 20px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
}

.title-2 {
  padding: 8px 0;
  margin: 0;
  font-size: 28px;
}

.faq-title {
  position: relative;
  font-family: 'Samsung One 700', sans-serif;
  font-size: 18px;
  display: flex;
  padding: 24px;
  background: white;
  color: #0D0404;
}

.faq-title .icon {
  position: absolute;
  right: 24px;
  transition: .5s;
}

.faq-title.open-show .icon {
  transform: rotate(90deg);
}

.box-shadow p {
  font-size: 18px;
  padding: 0 24px 30px 24px;
  background: white;
  color: #0D0404;
}

.faq-content {
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer
}

.box-shadow {
  display: none;
}

@media (max-width: 576px) {
  section.faq {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* *** Блок FAQ *** */



/* Блок КОНТАКТЫ */
section.contact {
  padding: 40px 0 0 0;
  background-color: #F7F8F9;
}

.box-contact {
  background: white;
  padding: 30px;
}

.box-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 992px) {
  section.contact {
    padding: 0 15px;
  }

  .box-contact {
    padding: 25px 50px;
  }

  .contact-card {
    margin: 10px 0;
  }
}

/* *** Блок КОНТАКТЫ *** */



/* Блок КАРТА И ФОРМА */
.map {
  background-color: #F7F8F9;
  padding-bottom: 80px;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 430px;
  filter: grayscale(100%);
  transition: .5s;
}

#map div {
  width: 100%;
  height: 100%;
}

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

.grascale {
  filter: grayscale(0%) !important;
}

.form-contact {
  /* padding-top: 15px; */
  padding-left: 35px;
  padding-right: 0;
}

.contact-form form {
  display: flex;
  flex-direction: column;
}

.contact-form form input {
  border-width: 1px;
  border-style: solid;
}

.form-contact .subtitle p {
  color: #858383;
  margin: 12px 0 30px 0;
  font-size: 18px;
}

@media (max-width: 992px) {
  #map {
    height: 400px;
    padding: 0 15px;
  }

  .form-contact {
    padding: 30px 0;
  }
}

/* *** Блок КАРТА И ФОРМА *** */




/* ПОдвал */
footer.footer {
  background: #0D0404;
  padding: 70px 0 40px;
}

.copirate {
  background: #0D0404;
}

.copirate .text {
  font-family: 'Samsung One 400', sans-serif;
  color: #737373;
  padding-bottom: 40px;
}

.link-footer {
  margin-bottom: 18px;
}

.link-footer .text {
  font-family: 'Samsung One 700', sans-serif;
  color: white;
}

.footer__content {
  display: flex;
  flex-direction: column;
}

.footer__type_title {
  font-family: 'Samsung One 700', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 5px;
}

.footer__box_logotype {
  width: 140px;
  height: 50px;
}

.footer__box_logotype .front,
.footer__logo_img {
  display: block;
  width: 100%;
  height: 100%;
}

.footer__box_logotype .logo_img {
  object-fit: contain;
  object-position: left;
}

.footer__logo_subtitle {
  font-size: 14px;
  font-family: 'Samsung One 700', sans-serif;
}

.link-footer i {
  margin-right: 8px;
}

a.link-footer:hover span {
  color: #737373 !important;
}

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

  .footer__box_logotype .logo_img {
    object-position: center;
    margin-bottom: 10px;
  }

  .footer__box_logotype {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .footer__logo_subtitle br {
    display: none;
  }

  .footer__content-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer__type_title {
    text-align: center;
  }

  .link-footer {
    text-align: center;
  }

  .copirate text {
    text-align: center;
  }
}

/* *** ПОДВАЛ *** */



/* ПОлитика конфидициальности */
.link-politika {
  color: white;
  text-decoration: underline;
}

.link-politika:hover {
  color: white;
  text-decoration: none;
}

/* *** ПОлитика конфидициальности *** */



/* БЛОК ПРАЙС */
section.price {
  padding: 80px 0;
}

.table-price div {
  font-family: 'Samsung One 700', sans-serif;
  font-size: 20px;
}

.table-price .table-title {
  padding: 10px;
  margin-bottom: 0;
}

.table-price .title_tab {
  border-right: 1px solid white;
}

.table-content {
  padding: 10px;
  border-width: 0 0 2px 0;
  border-style: solid;
}

.table-content .block {
  font-family: 'Samsung One 400', sans-serif;
  font-size: 18px;
  color: #0D0404;
  padding: 10px 15px;
  border-width: 0 1px 0 0;
  border-style: solid;
}

.table-content .block-1 {
  font-family: 'Samsung One 700', sans-serif;
}
.table-content .block-1 p{
  margin: 0;
  cursor: default;
}

.table-content .block-4 {
  border-width: 0;
}

.table-content .block-4 i {
  position: absolute;
  font-size: 30px;
  left: calc(50% - 15px);
  cursor: pointer
}

@media (max-width: 992px) {

  .title_tab-3,
  .table-content .block-4,
  .block-3 {
    display: none;
  }

  .table-content .block-2 {
    border-width: 0px;
    display: flex;
    align-items: center;
  }

  .table-content .block-4 {
    position: relative;
    border: none;
  }

  .table-price .title_tab-2 {
    border-right: 0px solid white;
  }
}

/* *** БЛОК ПРАЙС *** */



/* Форма после прайса */
.price-form {
  padding-bottom: 80px;
}

.price-form .success {
  position: absolute;
  bottom: 0;
}

.price-form .cform {
  position: relative
}

.box-price-form {
  border-width: 3px;
  border-style: solid;
}

.position-check-custom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.left-form-price,
.right-form-price {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.price-form .cform input {
  font-size: 16px;
  border-width: 1px;
  border-style: solid;
}

@media (max-width: 992px) {
  .price-form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 992px) {
  .price-form h5 {
    text-align: center;
  }

  .price-form .cform {
    display: flex;
    flex-direction: column;
  }

  .price-form .cform input {
    margin-bottom: 15px;
  }

  .position-check-custom {
    position: inherit;
    left: 0;
    bottom: 0;
  }

  .price-form .position-check-custom {
    line-height: 0;
  }
}

/* <!-- Форма после прайса --> */



/* БЛОК ДИСКОНТ */
.discount {
  padding: 80px 0;
}

.bg-discount {
  padding: 40px 40px 50px 40px;
  border-radius: 15px;
}

.block-discount-image {
  position: relative;
}

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

.box-discount-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65%;
}

@media (max-width: 1200px) {
  .box-discount-image {
    width: 85%;
  }
}

@media (max-width: 992px) {
  .box-discount-image {
    position: inherit;
    width: 50%;
  }

  .block-discount-image {
    order: -1;
  }
}

@media (max-width: 768px) {
  .discount {
    padding: 60px 15px;
  }

  .box-discount-image {
    width: 90%;
  }

  .bg-discount {
    padding: 15px 0 30px 0;
  }

  .title-discount {
    font-size: 27px !important;
    text-align: center;
  }

  .block-discount-image {
    display: flex;
    justify-content: center;
  }

  .text-discount p {
    text-align: center;
  }

  .discount button {
    width: 100%;
  }
}

.title-discount {
  font-size: 40px;
  font-family: 'Samsung One 700', sans-serif;
}

.title-discount span {
  font-family: 'SamsungSharpSans';
}

.text-discount p {
  font-size: 18px;
}

.discount button {
  transition: .5s;
}

.discount button:hover {
  background: #0D0404;
  color: white
}

@media (max-width: 768px) {
  .box-discount-image {
    width: 75%;
  }
}

/* *** БЛОК ДИСКОНТ *** */



/* Форма с операторам */
.operator-form {
  padding: 80px 0;
}

.form-operator {
  border-width: 3px;
  border-style: solid;
}

.box-operator {
  display: flex;
  flex-direction: column;
}

.operator-image {
  height: 360px;
}

.operator-image img {
  object-fit: contain;
}

.operator-form input {
  font-size: 16px;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 15px;
}

.right-opertor-form {
  padding-right: 60px;
  padding-left: 60px;
}

@media (max-width: 576px) {
  .operator-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-opertor-form {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
  }

  .operator-image img {
    height: 90%;
    padding-top: 5%;
  }
}

/* *** ФОрма с оператором *** */



/* Галерея выполненых работ */
.gallery_lost_work {
  padding: 80px 0;
  position: relative;
  overflow-x: hidden;
}

.gallery-box {
  display: flex;
  justify-content: center
}

#static-thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#static-thumbnails a img {
  object-fit: cover;
  transition: .5s;
}

#static-thumbnails a img:hover {
  filter: brightness(0.5);
}

@media (min-width: 1401px) {
  #static-thumbnails a {
    width: 20%;
    height: 220px;
  }
}

@media (max-width: 1400px) {
  #static-thumbnails a {
    width: 20%;
    height: 220px;
  }
}

@media (max-width: 1300px) {
  #static-thumbnails a {
    width: 25%;
    height: 220px;
  }
}

@media (max-width: 1150px) {
  #static-thumbnails a {
    width: 33%;
    height: 220px;
  }
}


@media (max-width: 992px) {
  #static-thumbnails {
    display: none;
  }
}

@media (min-width: 993px) {
  #slick-slider-mobile {
    display: none;
  }
}

#slick-slider-mobile {
  height: 290px;
}

.swiper {
  /* width: 100%; */
  height: 300px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* *** Галерея выполненых работ *** */



/* СТРАЙНИА ПРЙС */
.page-price {
  padding-bottom: 80px;
}

.block-title {
  padding: 80px 0;
}

.block-title .subtitle p {
  font-size: 18px;
}

.price-content {
  border-width: 1px;
  border-bottom-style: solid;
}

.price-title {
  font-size: 18px;
  font-family: 'Samsung One 700', sans-serif;
  display: flex;
  justify-content: space-between;
  padding: 15px;
}

.price__table {
  padding: 15px;
  background: #d3d3d3;
  display: none;
}

.price__head {
  font-family: 'Samsung One 700', sans-serif;
  font-size: 18px;
  display: flex;
  padding: 12px;
  background: white;
}

.price__body {
  display: flex;
  background: white;
}

.price__table .column-1 {
  width: 60%;
  padding: 10px;
  font-family: 'Samsung One 700', sans-serif;
  background: white;
  font-size: 18px;
}

.price__table .column-2 {
  width: 13.333%;
  padding: 10px;
  background: white;
  display: flex;
  justify-content: center;
  border-left: 1px solid white;
  font-size: 18px;
}

.price__table .column-3 {
  width: 13.333%;
  padding: 10px;
  background: white;
  display: flex;
  justify-content: center;
  border-left: 1px solid white;
  font-size: 18px;
}

.price__table .column-4 {
  width: 13.333%;
  padding: 10px;
  background: white;
  display: flex;
  justify-content: center;
  border-left: 1px solid white;
  font-size: 18px;
}

.type-card-6-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}



.type-card-6 {
  flex: 0 0 20%;
  height: inherit;
}


.type-card-6-box .type-card-6:nth-child(n + 16) {
  display: none;
}

.type-card-6-box.open .type-card-6:nth-child(n + 16) {
  display: block;
}

.type-card-6 .box {
  height: 275px;
}

.type-card-6 figure.text {
  overflow-wrap: anywhere;
  font-size: 16px;
  text-align: center;
}

.type-card-6-btn {
  display: block;
  margin: 0 auto;
}

.category-type-inside {
  margin-top: 80px;

}

.main-crop-image {

  max-width: 405px;
  max-height: 346px;
  position: relative;
}

.main-crop-image:after {
  position: absolute;
  content: '';
  background-color: white;
  border-radius: 100%;
  width: 270px;
  height: 270px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.main-crop-image .crop-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 5;
}

.main-image-text-block {
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}

.reverse {
  justify-content: space-between;
  flex-wrap: wrap;
}

.img-block-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
  flex: 1 0 50%;
}

.main-image-text-card {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: white;
  padding: 5px 10px;
    gap: 10px;
    min-width: 235px;
  position: relative;
  z-index: 5;
}
.main-image-text-card svg{
  width: 18%;
}

.main-image-text-card-item {
  font-size: 15px;
  color: #111111;
}

.main-image-text-card-item span {
  font-size: 18px;
  color: #5668AE;
}

.img-block-right.mobile {
  display: none;
}

@media (max-width:992px) {
  .main-image-text-card {
    padding: 0px 5px;
    gap: 10px;
    min-width: 140px;
    width: 40%;
}
  .main-image-text-card svg{
    width: 20%;
}
  .main-image-text-block {
    margin-bottom: 20px;
}
  .main-image-text-card-item {
    font-size: 10px;
  }
  
  .main-image-text-card-item span {
    font-size: 15px;
  }
  .category-type-inside {
    margin-top: 20px;
  }

  .img-block-right {
    display: none;
  }

  .img-block-right.mobile {
    display: flex;
  }

}

.type-card .image-crop {
  height: 150px;
}

@media (max-width:1360px) {
  .reverse {
    justify-content: inherit;
    gap: 24px;
  }

  .img-block-right {
    flex: 0 0 30%;
  }

  .main-crop-image {
    max-height: 310px;
  }

}

@media (max-width: 768px) {
  .type-card-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 1 0 30%;
    max-width: 50%;
  }
}

@media (max-width: 576px) {
  .type-card-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 50%;
    max-width: 50%;
    height: 125px;
    margin-bottom: 15px;
  }

  .type-card-6 .box {
    height: 125px;
  }

  .type-card .image-crop {
    height: 50px;
  }

  .type-card-6 figure.text {
    font-size: 10px;
  }
}

.modal-paragraf {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.price__body .column-1,
.price__body .column-2,
.price__body .column-3,
.price__body .column-4 {
  border-left: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  padding: 22px;
}

.price-title {
  cursor: pointer;
}

.table-active {
  background: #e7e7e7;
}

.page-price .price-title {
  transition: .5s;
}

span.icon {
  transition: .5s;
}

.table-active span.icon {
  transform: rotate(90deg);
}

@media (max-width: 1200px) {
  .price__table .column-1 {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .price__table .column-2,
  .price__table .column-3,
  .price__table .column-4 {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .price__table .column-4 button {
    padding: 12px 14px;
  }
}

@media (max-width: 768px) {

  .price__table .column-1,
  .price__table .column-2,
  .price__table .column-3,
  .price__table .column-4 {
    width: 100%;
    padding: 10px;
  }

  .price__head .column-1,
  .price__head .column-2,
  .price__head .column-3,
  .price__head .column-4 {
    border: 0px;
  }

  .price__body,
  .price__head {
    flex-direction: column;
    padding: 0;
  }

  .price__table .column-1 {
    text-align: center;
    background: rgb(0 0 0 / 5%);
  }

}

.support-class-margin {
  padding: 80px 0;
}

.form-footer-custom {
  padding: 50px 0;
  position: relative;
  display: flex;
  justify-content: center;
  background-position: center;
  background-size: cover;
}

.form-footer-custom .mini-container {
  max-width: 415px;
  position: relative;
  z-index: 1;
}

.form-footer-custom .cform {
  display: flex;
  flex-direction: column;
}

.form-footer-custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

@media (max-width: 430px) {
  .form-footer-custom .mini-container {
    padding: 0 15px;
  }
}

/* *** СТРАНИЦА ПРАЙС *** */



/* СТатичная странице */
.content-static {
  padding: 80px 0;
}

.content-static .block-title {
  padding: 0;
}

.static-form form {
  display: flex;
  flex-direction: column;
}

.static-form form input,
.static-form form textarea {
  border-width: 1px;
  border-style: solid;
}

.static-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.static-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 992px) {
  .static-right {
    margin-top: 40px;
  }
}

/* Статичная тсраница */


@media (max-width: 992px) {
  section.result {
    padding: 50px 0;
    position: relative;
  }

  .map {
    padding-bottom: 20px;
  }

  .support-class-margin {
    padding: 40px 0;
  }

  .advantage {
    padding: 40px 0;
  }

  .category-type {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  section.faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  section.price {
    padding: 40px 0;
  }

  .gallery_lost_work {
    padding: 40px 0;
  }

  .operator-form {
    padding: 40px 15px;
  }

  .block-title {
    padding: 40px 0;
  }

  .content-static {
    padding: 40px 0;
  }

  .static-form-title h2 {
    font-size: 26px;
  }
}

@media (mix-width: 992px) {
  .displ_cont-none {
    display: none;
  }
}



/* BREADCRUMBS */
ol.breadcrumb {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}

@media (max-width: 992px) {
  .breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb li a{
    font-size: 14px;
  }
  .breadcrumb li span{
    font-size: 14px;
  }
}

.separator {
  padding: 0 4px;
}

/* *** BREADCRUMBS *** */


/* МОадльное окно, спасибо */
.bg-modal-yes {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
  display: none;
  justify-content: center;
  align-items: center;
}

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

#successFormLabel {
  font-size: 29px;
  font-family: 'Samsung One 700', sans-serif;
  width: 100%;
  text-align: center;
}

.bg-modal-yes .close {
  position: absolute;
  top: 4px;
  right: 10px;
}

.bg-modal-yes .success-text {
  font-family: 'Samsung One 400', sans-serif;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  padding: 25px;
}

/* --- МОадльное окно, спасибо --- */

 

/* Кнопка на форма */
/* [type="submit"] {
  opacity: .75;
  cursor: default;
  pointer-events: none;
}

[type="submit"].active {
  opacity: 1;
  cursor: pointer;
  pointer-events: inherit;
} */

.success {
  display: none;
  transition: .4s;
}

.success.red {
  transition: .4s;
  display: flex;
  background: rgb(248, 215, 218);
  border: 1px solid rgb(245, 198, 203);
  color: rgb(114, 28, 36);
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}

.success.green {
  transition: .4s;
  display: flex;
  background: #8bc34a;
  border: 1px solid #8bc34a;
  color: white;
  border-radius: 4px;
  padding: 8px;
  width: 100%;
}

.box-price-form .success {
  position: absolute;
  bottom: -71px;
  max-width: 300px;
}

@media (max-width: 992px) {
  .box-price-form .politika {
    line-height: 1;
  }

  .box-price-form .success {
    bottom: -19px;
  }
}

/* *** Кнопка на формах *** */



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

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

.yur-data {
  margin-top: 30px;
}


.bg-form-color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: green;
  opacity: 0.1;
}





/* new-style  */
.payment-box {
  margin-top: 24px;
  max-width: 250px;
}

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

button.check-status {
  padding: 10px;
  font-size: 14px;
  transition: all .3s;
  cursor: pointer;
  transform: translateY(0px);
  border: 1px solid #d7d7d7;
  margin-right: 20px;
}

button.check-status:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
}

.bg-check,
.bg-check-success {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 80%);
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding: 14px;
}

.modal-check-status.active_check,
.success-status-zakaz.active_check {
  display: flex;
}

.modal-check-status .modal-form {
  display: flex;
  flex-direction: column;
}

.subtext {
  font-size: 11px;
  color: silver;
}

#status {
  cursor: pointer;
}

button#status {
  pointer-events: inherit;
}

.succes-check-text,
.succes-check-text a {
  font-size: 22px;
  font-weight: 500 !important;
}

.success-status-zakaz .content-modal {
  display: flex;
  justify-content: center;
}

.success-status-zakaz #status-answer {
  cursor: pointer;
}

.mobile-btn-menu {
  max-width: inherit !important;
  margin: 0;
}

.mobile-btn-menu button.check-status {
  margin-top: 30px;
  padding: 10px 30px;
}

.ymaps-2-1-79-map {
  position: absolute !important;
  top: 0 !important;
}







/* Section REVIEWS +++ */
.box_reviews {
  background-color: #F7F8F9;
  padding-top: 20px;
  padding-bottom: 80px;
}

.border-box {
  margin-bottom: 30px;
}

.hidden_card .border-box:nth-child(-n+3) {
  display: none;
}

.btn-show-review::after {
  content: 'Скрыть отзывы';
}

.hidden_card .btn-show-review::after {
  content: 'Читать больше отзывов';
}

.content_rev {
  background-color: white;
  padding: 50px 14px 50px;
  position: relative;
}

.rating {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 5px 10px 0 0;
}

.rating li {
  width: 20px;
  height: 20px;
  background-image: url(/public/img/icon/starOn.png);
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 2px;
  filter: brightness(1.3)
}

.card-review {
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  padding: 24px 24px 40px;
  background-color: #f7f7f7;
}

.border-box .date,
.header-review {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #909090;
}

.name-client {
  font-size: 22px;
  font-weight: 500;
  color: black;
}

.body-review {
  margin-top: 24px;
  height: 160px;
  overflow-y: auto;
  padding-right: 10px;
  border: 1px solid #d7d7d7;
  padding-left: 10px;
  padding-top: 10px;
  border-radius: 4px;
  background-color: #fff;
}

.body-review::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #F5F5F5;
}

.body-review::-webkit-scrollbar-thumb {
  background-color: #d7d7d7;
  border-radius: 10px;
}

.body-review::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}

.body-review p {
  font-size: 18px;
}

.btn-show-review {
  padding: 10px 20px;
  border: 1px solid #d7d7d7;
  background-color: #f7f7f7;
  position: absolute;
  bottom: 30px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: all .3s;
}

.btn-show-review:hover {
  background-color: white;
  cursor: pointer;
}

@media (max-width: 992px) {
  .body-review {
    height: 230px;
  }

  .content_rev {
    padding-left: 0;
    padding-right: 0;
  }

  .card-review {
    padding: 24px 14px 40px;
  }
}

#page_review .body-review {
  height: 190px;
}

a.link-review {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 300px;
  margin: 10px auto 0;
  padding: 10px;
  border-radius: 8px;
  transition: all .3s;
  font-family: 'Samsung One 700', sans-serif;
}

a.link-review:hover {
  transform: translateY(-4px);
  box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
  color: white;
}

#page_review {
  position: relative;
}

#page_review .content_rev {
  background-color: white;
  border-radius: 8px;
  margin-top: 40px;
  padding: 30px 20px 30px;
  position: relative;
  height: auto;
  overflow: hidden;
}

#page_review .swiper-button-next,
#page_review .swiper-container-rtl .swiper-button-prev {
  top: -40px;
  right: inherit;
  /* right: 10px; */
  left: 70px;
  background: rgb(0 0 0 / 10%);
  padding: 0 18px;
  border-radius: 4px;
  transition: all .3s;
}

#page_review .swiper-button-prev,
#page_review .swiper-container-rtl .swiper-button-next {
  top: -40px;
  left: 30px;
  right: auto;
  background: rgb(0 0 0 / 10%);
  padding: 0 18px;
  border-radius: 4px;
  transition: all .3s;
}

#page_review .swiper-button-prev:hover,
#page_review .swiper-button-next:hover {
  background: rgb(0 0 0 / 50%);
}


@media (max-width: 520px) {
  #page_review .content_rev {
    padding: 20px;
  }
}

/* Section REVIEWS --- */









/* new-style  */
.block-title-price {
  display: flex;
  justify-content: space-between;
}

.date-price-update {
  margin-bottom: 50px;
  font-size: 14px;
  color: #9f9f9f;
  display: flex;
  align-items: end;
}

@media (max-width: 1200px) {
  .block-title-price {
    flex-direction: column;
    justify-content: flex-start;
  }

  .price .title {
    margin-bottom: 12px;
  }

  .date-price-update {
    margin-bottom: 24px;
  }
}


.table-content .block {
  display: flex;
  align-items: center;
  border: none
}



.table-content .block-3,
.table-content .block-4 {
  display: flex;
  justify-content: center;
}



.footer__content_block span.footer__type_title {
  display: block;
  margin-bottom: 18px;
}

/* Делим конейтней в подвале для категорий чтобы было 2 колонки  */
.two-container-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.two-item-footer {
  flex-basis: calc(50% - 10px);
}

@media (max-width: 768px) {
  .two-item-footer {
    flex-basis: calc(100%);
  }
}

@media (max-width: 576px) {
  .two-item-footer {
    flex-basis: calc(50% - 10px);
  }
}

@media (max-width: 440px) {
  .footer__logo_subtitle {
    text-align: center;
  }
}

@media (max-width: 420px) {
  .two-item-footer {
    flex-basis: calc(100%);
  }
}





.seo-description-index {
  padding: 60px 0 60px;
}

.seo-description-index h3 {
  font-size: 1.3rem;
}

.seo-description-index ul {
  padding-left: 20px;
}
.seo-description-index ul li{
  list-style: initial;
}

.form-review {
  padding-bottom: 60px;
  background-color: #F7F8F9;
}

.formpole .text {
  margin-bottom: 12px;
  font-size: 18px;
}

.formpole .input {
  border: 1px solid #e3e3e3;
  margin-bottom: 36px;
  background-color: white;
}

.formpole-btn {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.formpole-area textarea {
  width: 100%;
  min-height: 120px;
  border: 1px solid #e3e3e3;
}

.input-star {
  background-color: white;
  display: flex;
  border: 1px solid #e3e3e3;
  height: 52px;
  cursor: pointer;
}

.input-star .star {
  position: relative;
}

.form-review input {
  font-size: 16px;
  width: 100%;
}

.input-star div {
  border-right: 1px solid #e3e3e3;
  width: 100%;
}

.input-star svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.star span svg path {
  stroke: gold
}

.input-star .star .star-2 {
  position: relative;
}

.input-star .star .star-2 {
  position: initial;
}

.input-star .star .star-2 svg {
  fill: white;
  padding: 6px;
}

.input-star .star .star-2.no-posr svg {
  fill: gold
}


.modal-yes-moderator {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 14px;
}

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

.modal-yes-moderator .content-shadow {
  background-color: rgb(0 0 0 / 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-yes-moderator .modal-moderator {
  position: relative;
  max-width: 500px;
  background-color: white;
  border: 1px solid #e3e3e3;
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0 15px 15px rgb(0 0 0 / 50%);
  font-size: 26px;
  text-align: center;
  z-index: 10;
}

.modal-yes-moderator .close-modal {
  margin-top: 24px;
}

.formpole-btn button,
.close-modal {
  cursor: pointer;
  transition: all .4s;
  position: relative;
  top: 0;
}

.formpole-btn button:hover,
.close-modal:hover {
  top: -5px;
}

.formpole-btn button:disabled {
  opacity: .85;
  cursor: default;
  top: 0;
}


.footer__city a {
  margin-bottom: 8px;
}

.footer__city a span {
  font-size: 13px;
}

@media (max-width: 992px) {
  .payment-box {
    margin-left: auto;
    margin-right: auto;
  }
}

.seo-section-type {
  padding-top: 80px;
  padding-bottom: 60px;
}

.seo-section-type h3 {
  font-size: 1.3em;
}

.seo-section-type ul {
  padding-left: 24px;
}

.seo-section-type ul li {
  list-style: initial;
  padding-left: 7px;
}

.seo-section-type ol {
  list-style-type: decimal;
  font-family: 'Samsung One 400', sans-serif;
}

button.check-status {
  height: 100%;
  margin: auto 0 auto 15px;
}

@media (max-width: 768px) {
  .free-btn-status {
    display: none;
  }
}

/* 
.noscroll-cat .row {
  display: flex;
  justify-content: center;
}

@media (max-width: 992px) {
  .noscroll-cat {
    overflow: hidden;
    height: 357px;
  }

  .noscroll-cat .row {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    flex-wrap: inherit;
    justify-content: inherit;
    padding-top: 4px;
  }

  .noscroll-cat .row::-webkit-scrollbar {
      height: 5px;
      width: 10px;
  }
  
  .noscroll-cat .row::-webkit-scrollbar-track {
      background-color: #f2f2f2;
  }
  
  .noscroll-cat .row::-webkit-scrollbar-thumb {
      background-color: #888;
      border-radius: 5px;
  }
  
  .noscroll-cat .row::-webkit-scrollbar-button {
      background-color: #fff;
  }
  
} */

@media (min-width: 993px) {
  .mobile-version-cat {
    display: none;
  }
}

@media (max-width: 992px) {
  .pc-version-cat {
    display: none;
  }
}

.swiper-cat-mobile {
  position: relative;
}

.cat-pag {
  bottom: 0 !important;
}


@media (min-width: 992px) {
  .price .title {
    max-width: 75%;
  }
}

.content-static table {
  margin-top: 30px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
}

.content-static thead {
  font-weight: 600;
}

.content-static td {
  padding: 10px 24px;
  border: 1px solid #8b8b8b;
}

.content-static .table-line {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 992px) {
  .content-static .table-line {
    flex-direction: column;
  }
}

.content-static .table-line thead td:first-child {
  border-right: 0px;
}

.content-static .table-line thead td:last-child {
  border-left: 0px;
}

.content-static .table-line thead td {
  background-color: #aaaaaa;
}


.two-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}

.container.mobile-version-cat {
  overflow-x: hidden;
}



/* Стили для шапки   */
.menu-header {
  padding-top: 0;
  height: auto;
}

.top-menu {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #e3e3e3;
}

.top-menu ul {
  display: flex;
}

.top-menu li {
  margin-right: 24px;
  display: flex;
  align-items: center;
}

.top-menu li a {
  font-weight: 600;
}

.request-call {
  padding: 10px;
  font-size: 14px;
  transition: all .3s;
  cursor: pointer;
  transform: translateY(0px);
  border: 1px solid #d7d7d7;
  margin: auto 0 auto 60px;
  border: 2px solid #d7d7d7;
  height: 44px;
  background: white;
  min-width: 200px;
}

.request-call:hover {
  transform: translateY(-4px);
}

@media (max-width: 992px) {
  .request-call {
    display: none;
  }

  .request-call.mobile {
    display: block;
    margin: 25px 0 0 15px;
    min-width: 220px;
  }

  .top-menu {
    display: none;
  }

  body {
    padding-top: 70px;
  }
}

.form-search {
  margin: 0 0 0 auto;
  position: relative;
}

#search {
  height: 36px;
  width: 300px;
  border-radius: 3px;
  border: 2px solid #9c9b9b;
  margin: 0 0 0 auto;
}

.svg-search {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 30px;
  height: calc(100% - 4px);
  background-color: white;
}

.svg-search svg {
  width: 100%;
  height: 100%;
}

.search-card {
  display: block;
  width: 100%;
  height: 100px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px;
}

.search-card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin-bottom: 10px;
}

#search_box-result .container {
  padding: 24px;
}

.box-result__content {
  border: 1px solid #e3e3e3;
  padding: 24px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}

.header__address_box {
  margin: auto 0 auto auto;
}

.header__address_box .header__address:first-child {
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 18px;
}

.header__address_box .header__address:last-child {
  font-size: 12px;
}

#search_box-result {
  display: none;
}

@media (max-width: 992px) {
  .advantage-card .back {
    height: 100%;
    padding: 10px;
  }
}

.columnTwo {
  display: grid !important;
  grid-template-columns: repeat(2, 50%);
}

.mobile-btn-menu .dropdown-menu ul {
  overflow-y: auto;
  height: 196px;
}

.border__white:hover {
  outline: 2px solid white;
}

.page-price-type {
  margin-bottom: 80px;
}

.price__body .column-1,
.price__body .column-2,
.price__body .column-3 {
  display: flex;
  align-items: center;
}


/* Доработка для страницы полопмки  */
.banner-advantage {
  padding-top: 20px;
  margin-bottom: 14px;
  display: flex;
}

.banner-advantage .card-banner-repair:nth-child(1) {
  width: 35%;
}

.banner-advantage .card-banner-repair:nth-child(2) {
  width: 30%;
}

.banner-advantage .card-banner-repair:nth-child(3) {
  width: 35%;
}

.card-banner-repair .banner {
  background-color: white;
  padding: 5px 5px 5px 0;
  border-radius: 6px;
  display: flex;
}

.card-banner-repair:nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 769px) {
  .main-form input[name="phone"] {
    max-width: inherit;
    margin-right: 10px;
  }

  .type_custom .main-form button {
    margin-right: 0;
    max-width: inherit;
  }

  .type_custom .main-form form {
    margin-right: 0;
    max-width: inherit;
  }
}

.title-repair div {
  font-size: 14px;
  white-space: pre;
}

.title-repair div:first-child {
  font-size: 13px;
  font-weight: 700;
}

.icon-repair {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

@media (max-width: 768px) {
  .banner-advantage {
    flex-direction: column;
    margin-bottom: 0;
  }

  .banner-advantage .card-banner-repair {
    width: 100% !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .card-banner-repair .banner {
    justify-content: center;
  }
}