/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
@font-face {
  font-display: swap;
}
body, h1, h2, h3 {
  line-height: 1.3;
  color: #000;
}
h1, h2, h3 {
  font-weight: bold;
}
.itemBody h3 {
  margin: 1rem 0 0.5rem;
}
h1 {
  color: #fff;
  text-align: left;
  font-size: 2rem;
}
h1 > span {
  color: #f00;
  text-transform: uppercase;
}
:not(.itemIntroText) > h2 {
  text-align: center;
  font-size: 2rem;
}
.g-container h2 {
  text-align: left;
}
h2[itemprop="name"] {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  text-align: left;
}
h3 {
  font-size: 1.7rem;
}
body p {
  margin: 0.5em 0;
  line-height: 1.5;
}
.logoBox > div, .phoneBox > div, .nameBox > div {
  padding: 0;
}
.nameBox strong, .phoneBox p:first-child a {
  font-size: 150%;
  color: #fff;
  font-weight: 700;
}
.phoneBox p:last-child a {
  color: #ffa75b;
}
.phoneBox p:last-child a:hover {
  color: #fff;
}
.online a {
  display: inline-flex;
  align-items: center;
}
.online a:hover {
  color: #fff;
}
#g-intro img {
  border-radius: 10px;
  border: 1px solid #ccc;
}
#g-above img {
  border-radius: 10px;
}
#g-testimonials h3 {
  color: #fff;
  margin: 0 0 0.5rem;
}
#g-testimonials a {
  color: #fff;
}
#g-footer .g-content {
  margin: 0.5rem;
}
#g-testimonials .g-grid:last-child {
  background: #eee;
  padding: 2rem;
  border-radius: 20px;
  color: #000;
}
#g-testimonials .g-grid:last-child h3 {
  color: #000;
  line-height: 1;
}
#g-testimonials .g-grid:last-child .g-content {
  margin: 0;
  padding: 0 auto;
}
#g-testimonials a:hover {
  color: #fff;
}
.promoInfo, .contBox {
  font-size: 1.3rem;
}
.contBox img {
  filter: invert(1) brightness(100);
}
.contBox .markedDark {
  margin-bottom: 2rem;
}
.contBox .g-block {
  padding: 0.5rem;
}
.fancybox__content {
  padding: 0 !important;
  border-radius: 10px;
}
.fancybox__content .fancybox__iframe {
  border-radius: 10px;
}
.pluses li {
  margin: 1.5rem 0;
}
.pluses li strong {
  font-size: 150%;
  color: #3b3843;
  text-transform: uppercase;
  display: block;
}
.question h4 {
  margin: 0;
  padding: 1rem;
  font-weight: 700;
}
.question .accordion-header:not(.collapsed) {
  color: #e06d09;
  background-color: #f4f4f4;
}
.question .accordion-header:focus {
  border: 0;
  box-shadow: none;
}
.flexColCenter {
  display: flex;
  flex-direction: column;
}
.flexCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexLeft {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.flexNormal {
  justify-content: flex-start;
  align-items: normal;
  display: flex;
}
.flexLeftTop {
  justify-content: flex-start;
  align-items: start;
  display: flex;
}
.flexEnd {
  justify-content: end;
  align-items: end;
  display: flex;
}
.flexBetween {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.flexAround {
  justify-content: space-around;
  align-items: center;
  display: flex;
}
.flexWrap {
  flex-wrap: wrap;
}
.flexShrink0 {
  flex-shrink: 0;
}
.white {
  color: #fff;
}
.upper {
  text-transform: uppercase;
}
.lower {
  text-transform: lowercase;
}
.noMargin > *, .noMargin {
  margin: 0 !important;
}
.noPadding > *, .noPadding {
  padding: 0 !important;
}
.w100 {
  width: 100%;
}
.margin20, .padding20, .g-block.padding20 {
  padding: 2rem;
}
.padding200 {
  padding: 2rem 0;
}
.margin200 {
  margin: 2rem 0;
}
.marked {
  background: #eee;
  padding: 2rem;
  display: inline-block;
  position: relative;
}
.markedDark {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  padding: 2rem;
}
.markedWhite {
  background: #fff;
  border-radius: 10px;
}
.borderBtm {
  border-bottom: 1px solid #ccc;
}
a.marked {
  border-radius: 10px;
}
.various.minimize {
  padding: 10px;
  border-radius: 5px;
}
.customcalc-form h3, .itemVideoBlock .marked h3 {
  padding: 0 1rem;
  flex-basis: 40%;
}
section:not(#g-header):not(#g-navigation) .moduletable img {
  border-radius: 10px;
}
ol li > p, ul li > p {
  display: inline;
  margin: 0;
}
#g-header {
  padding-top: 120px !important;
  padding-bottom: 1rem;
  margin: 0 auto;
}
#g-header h3 {
  color: #fff;
}
#g-header:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}
#g-header .clearMargin {
  padding-top: 300px;
}
#g-header a.various {
  color: #fff;
}
#g-header .indexHeadBox > div {
  padding: 1rem;
}
#g-header .indexHeadBox img {
  width: auto;
  display: inline;
  height: 70px;
  margin: 1rem 0;
}
#g-header .indexHeadBox p {
  line-height: 1.2;
  text-align: left;
  font-weight: 400;
}
#g-header .indexHeadBox p span {
  display: inline-block;
}
#g-header .indexHeadBox p span strong {
  font-size: 1.5rem;
  text-transform: uppercase;
}
.carousel .carousel__slide {
  width: var(--carousel-slide-width, 30%);
}
.carousel .carousel__button.is-next {
  right: -50px;
}
.carousel .carousel__button.is-prev {
  left: -50px;
}
.indexUslugi .card-block {
  background: #B00707;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 250px;
  height: 250px;
  padding: 20px !important;
  color: #fff;
}
.indexUslugi .g-block:last-child .card-block {
  background: #333;
}
.indexUslugi .g-block:last-child .card-block:hover, .indexUslugi .card-block:hover {
  background: #000;
}
.indexUslugi .card-block i {
  display: inline-block;
}
.indexUslugi .card-block i:before {
  content: "";
  width: 100px;
  height: 100px;
  display: block;
  text-align: center;
}
.indexUslugi .u1:before {
  background: url('../../../../images/data/ico/Group%2096.svg') no-repeat 50%;
  background-size: contain;
}
.indexUslugi .u2:before {
  background: url('../../../../images/data/ico/Group%2097.svg') no-repeat 50%;
  background-size: contain;
}
.indexUslugi .u3:before {
  background: url('../../../../images/data/ico/Group%2098.svg') no-repeat 50%;
  background-size: contain;
}
.indexUslugi .u4:before {
  background: url('../../../../images/data/ico/Group.svg') no-repeat 50%;
  background-size: contain;
}
.desc-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.desc {
  position: absolute;
  top: 100%;
  /* Появляется сразу под блоком */
  left: 0;
  right: 0;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  min-width: 300px;
  max-width: 500px;
}
/* Состояние при наведении на весь блок */
.g-particle:hover .desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50px);
}
/* Состояние при активации на мобильных */
.desc-wrapper.active .desc {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/* Индикатор что есть скрытый контент */
.desc-wrapper::after {
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 2rem;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.g-particle:hover .desc-wrapper::after, .desc-wrapper.active::after {
  opacity: 1;
}
.caption-title h3 {
  color: #fff;
  line-height: 1;
}
.caption-description {
  max-width: 600px;
  padding: 0 2rem;
  line-height: 1;
}
@media (max-width: 47.99rem) {
  .caption-title h3 {
    text-align: left;
    padding: 0 2rem;
  }
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(19%, 1fr));
  gap: 10px;
}
.catalogMenu img, .gallery-grid img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: transform 0.3s;
}
.pluses ul li {
  list-style-type: none;
  margin: 10px;
}
.pluses ul li strong:before {
  font-family: FontAwesome;
  content: "";
  text-align: center;
  display: inline-block;
  width: 15px;
  margin: 0 10px;
  font-weight: bold;
}
.wedo ul {
  margin: 0;
}
.wedo ul li {
  list-style-type: none;
  margin: 10px 0;
}
.wedo ul li:before {
  font-family: FontAwesome;
  content: "";
  text-align: center;
  display: inline-block;
  width: 15px;
  margin: 0 10px;
  font-weight: bold;
}
.online p:last-child:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #2a0;
  border-radius: 50%;
  margin: 0 5px;
  animation: pulse 1s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    opacity: 0.6;
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 170, 0, 0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(34, 170, 0, 0);
  }
  100% {
    opacity: 0.6;
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(34, 170, 0, 0);
  }
}
/* promo form style  */
.contact_form {
  font-size: 1rem;
}
.contact_form p {
  margin: 10px 0;
  padding: 0 20px;
}
.contact_form input {
  max-width: 200px;
}
.redButton, button#doCalc, a.various {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  border: 0;
  padding: 1.5rem 1rem;
  background: #DD1A0D;
  border-radius: 10px;
}
.various:hover, .redButton:hover, button#doCalc:hover {
  color: #fff;
  background: #111;
}
.blueBtn {
  display: inline-block;
  color: #fff;
  border: 0;
  padding: 5px 20px;
  background: #0d87dd;
  border-radius: 10px;
}
a.calc {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5rem;
}
/* END promo form style  */
/* table styles */
table.table1 {
  width: 100%;
}
table.table1 td p {
  font-size: 90%;
  font-weight: 400;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
table.table1 tr:nth-child(2) td p {
  font-weight: 700;
}
table.table1 td:nth-child(1) p {
  font-weight: 700;
}
table.table1 tr:first-child td {
  background: #a6a6a6 !important;
}
table.table1 tr:nth-child(2) td {
  background: #d9d9d9 !important;
  text-align: center;
}
table.table1 td:first-child {
  background: #d9d9d9 !important;
}
table.table1 tr:first-child p {
  font-size: 100%;
  text-align: center;
}
/* END table styles */
/* ==========vopros-otver index AREA  */
#accordion .accordion-group {
  border: 0;
}
#accordion .spoilerInfo {
  background: #f5f5f5;
}
.accordion-heading h4.accordion-toggle {
  cursor: pointer;
  background: #ede8e8;
  padding: 1rem;
  border-radius: 5px;
  display: flex !important;
  margin: 1rem 0 0;
}
.basetmpl .accordion-heading h4 {
  margin: 0.5rem 0;
}
.accordion-heading h4:hover {
  background: #ccc;
}
.catItemView h4.collapsed i.fa-angle-up, .itemView h4.collapsed i.fa-angle-up, .catItemView h4:not(.collapsed) i.fa-angle-down, .itemView h4:not(.collapsed) i.fa-angle-down {
  display: none;
}
.catItemView h4.collapsed i.fa-angle-down, .itemView h4.collapsed i.fa-angle-down, .catItemView h4:not(.collapsed) i.fa-angle-up, .itemView h4:not(.collapsed) i.fa-angle-up {
  display: initial;
}
/* ===END=======vopros-otver index AREA  */
/*max 1359px min 1200px */
/*max 1119px min 768px */
/*max 959px min 768px */
@media (max-width: 47.99rem) {
  .g-content {
    margin: 0.5rem;
    padding: 0.25rem;
  }
  #g-navigation .g-container {
    margin: 0;
    width: 100%;
  }
  #g-navigation .logoBox {
    flex-basis: 10%;
  }
  .logoBox > div {
    margin: 5px;
  }
  #g-navigation .nameBox {
    flex-basis: 40%;
  }
  #g-navigation .phoneBox {
    order: 1;
    flex-basis: 50%;
  }
  #g-navigation .online {
    order: 2;
    flex-basis: 50%;
    display: none;
  }
  #g-navigation .buttonBox {
    order: 3;
    flex-basis: 50%;
    display: none;
  }
  #g-navigation .buttonBox a {
    padding: 1rem;
  }
  #g-navigation .online > div, #g-navigation .buttonBox > div {
    margin: 0;
    border-top: 1px solid #65626e;
  }
  #g-header {
    padding-top: 20px !important;
  }
  #g-header .g-content {
    margin: 0 0.75rem;
    padding: 0 0.75rem;
  }
  #g-header h1, #g-header a.calc, #g-header .indexHeadBox p span strong {
    font-size: 1.3rem;
  }
  #g-header .indexHeadBox > div {
    padding: 0;
  }
  #g-header .indexHeadBox img {
    width: 80px;
    height: 50px;
    margin: 0;
  }
  #g-header .indexHeadBox p {
    display: flex;
    align-items: center;
  }
  #g-header a.calc {
    padding: 1rem;
  }
  h2 {
    margin: 0;
  }
  .pohemu > div {
    display: flex;
  }
  .pohemu img {
    margin: 0 1rem;
  }
  .contBox .flexLeft {
    flex-direction: column;
  }
  .contBox .flexLeft .padding20 {
    padding: 0;
  }
  .contBox .markedDark {
    background: none;
    padding: 0.5rem;
  }
  .contBox img {
    filter: invert(0);
  }
  #g-testimonials .g-container {
    width: 100%;
  }
  #g-testimonials:before {
    background: none;
  }
  #g-testimonials {
    background-size: 100%;
  }
  .promoInfo, .contBox {
    font-size: 1rem;
  }
  #g-testimonials .contBox h3 {
    color: #000;
    font-size: 1.3rem;
  }
  #g-testimonials .contBox {
    background: #fff;
    color: #000;
    padding: 1rem !important;
    margin-top: 200px;
    border-radius: 10px;
  }
  #g-testimonials .contBox img {
    width: 40px;
  }
  #g-footer .logoBox {
    flex-basis: 20%;
  }
  #g-footer .nameBox {
    flex-basis: 80%;
  }
  .carousel .carousel__slide {
    width: var(--carousel-slide-width, 50%);
  }
  .carousel .carousel__button.is-next {
    right: -20px;
  }
  .carousel .carousel__button.is-prev {
    left: -20px;
  }
  #g-footer .g-copyright {
    text-align: center;
  }
}
@media (max-width: 39.99rem) {
  .nameBox strong, .phoneBox p:first-child a {
    font-size: 130%;
  }
}
@media (max-width: 30rem) {
  #g-navigation .nameBox {
    flex-basis: 35%;
  }
  #g-navigation .phoneBox {
    order: 1;
    flex-basis: 55%;
  }
  #g-navigation .online {
    order: 2;
    flex-basis: 60%;
  }
  #g-navigation .buttonBox {
    order: 3;
    flex-basis: 40%;
  }
  .nameBox strong, .phoneBox a {
    font-size: 110%;
  }
  #g-navigation .buttonBox {
    font-size: 0.8rem;
  }
  #g-navigation .online {
    font-size: 0.8rem;
  }
  .nameBox small, .phoneBox p:last-child {
    font-size: 80%;
    line-height: 1;
    display: inline-block;
    margin: 0.25rem 0;
  }
  .nameBox strong + div {
    display: none;
  }
  #g-testimonials .contBox {
    margin-top: 80px;
  }
}
@media (max-width: 25rem) {
  .nameBox strong, .phoneBox a {
    font-size: 100%;
  }
  #g-navigation .nameBox {
    display: none;
  }
  #g-navigation .logoBox {
    flex-basis: 20%;
  }
  #g-navigation .phoneBox {
    order: 1;
    flex-basis: 80%;
  }
}
@media (max-width: 22rem) {
  #g-navigation .buttonBox {
    font-size: 0.7rem;
  }
  #g-navigation .online {
    font-size: 0.7rem;
  }
  #g-testimonials .contBox {
    margin-top: 50px;
  }
}
/*# sourceMappingURL=custom_12.css.map */