



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Raleway-SemiBold;
  src: url('../webfonts/raleway/Raleway-SemiBold.ttf');
}

@font-face {
  font-family: Raleway-Bold;
  src: url('../webfonts/raleway/Raleway-Bold.ttf');
}

@font-face {
  font-family: Raleway-Black;
  src: url('../webfonts/raleway/Raleway-Black.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ CHECKBOX VALIDATION STYLES ]*/

.checkbox-wrapper-error {
    border: 2px solid #ff6b6b !important;
    border-radius: 5px;
    padding: 10px;
    background-color: #ffe0e0;
    transition: all 0.3s ease;
}

.checkbox-error {
    border: 2px solid #ff6b6b !important;
    box-shadow: 0 0 5px rgba(255, 107, 107, 0.5);
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Raleway-SemiBold;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #F3F3F3;
  /*background: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);*/
  /*background: -o-linear-gradient(45deg, #c77ff2, #e8519e);*/
  /*background: -moz-linear-gradient(45deg, #c77ff2, #e8519e);*/
  /*background: linear-gradient(45deg, #c77ff2, #e8519e);*/

}

.wrap-contact100 {
  width: 500px;
  background: #fff;
  border-radius: 20px;
  padding: 55px 95px 68px 95px;
}

.platform-button {
  position: relative;
  width: 100%;
  background-color: #5D9B3C;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
}

.platform-button:hover {
  cursor: pointer;
  color: #fff;
}

.platform-button .icon {
  position: absolute;
  left: 5px;
  width: 10px;
  height: 16px;
  display: inline-block;
  float: left;
  margin: 6px;
  color: #fff;
}

.rating-container{
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

#goodFb {
  display: none;
  width: 100%;
}

.fb-link {
  display: block;
  color: #fff;
  font-size: 1.2em;
  margin-top: 10px;
}

#badFb {
  width: 100%;
  display: none;
}

.fb-text {
  font-size: 1.2em;
  color: #444;
  margin-bottom: 20px;
}

.thanks {
  display: none;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  width: 100%;
  display: block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 45px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 34px
}

.rs1.wrap-input100 {
  width: calc((100% - 40px) / 2);
}


.label-input100 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;

  padding-bottom: 11px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  padding: 0 25px;
}

input.input100 {
  height: 55px;
}

textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-color: #d867c6;
  border-color: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: -o-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: -moz-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: linear-gradient(45deg, #c77ff2, #e8519e);

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -4px;
}

.contact100-form-btn {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 55px;
  border-radius: 27px;
  background: #d867c6;
  background: var(--primary);
  /* background: -o-linear-gradient(45deg, #c77ff2, #e8519e); */
  /* background: -moz-linear-gradient(45deg, #c77ff2, #e8519e); */
  /* background: linear-gradient(45deg, #c77ff2, #e8519e); */
  position: relative;
  z-index: 1;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 27px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333333;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover:before {
  opacity: 0;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 768px) {
  .wrap-contact100 {
    padding: 55px 45px 68px 45px;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 55px 15px 68px 15px;
  }

  .rs1.wrap-input100 {
    width: 100%;
  }

}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate .focus-input100 {
  box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -moz-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -webkit-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -o-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
  -ms-box-shadow: 0 5px 20px 0px rgba(250, 66, 81, 0.1);
}

.alert-validate::before {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: transparent;
  border: 1px solid #fa4251;
  border-radius: 2px;
  top: -1px;
  left: -1px;
  pointer-events: none;
}

.btn-hide-validate {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  /* color: #fa4251; */
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  top: 0px;
  right: -28px;
}

.rs1-alert-validate.alert-validate::before {
  background-color: #fff;
}


/*.true-validate::after {*/
/*  content: "\f26b";*/
/*  font-family: Material-Design-Iconic-Font;*/
/*  font-size: 18px;*/
/*  color: #00ad5f;*/

/*  display: -webkit-box;*/
/*  display: -webkit-flex;*/
/*  display: -moz-box;*/
/*  display: -ms-flexbox;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  position: absolute;*/
/*  height: 100%;*/
/*  top: 0px;*/
/*  right: -28px;*/
/*}*/

/*---------------------------------------------*/
@media (max-width: 576px) {
  .btn-hide-validate {
    right: 10px;
  }
  .true-validate::after {
    right: 10px;
  }
}
/* Стили для ограничения текста отзывов */
.message-text {
    line-height: 1.5;
    max-height: 3em; /* 2 строки */
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

.message-text.expanded {
    max-height: none;
}

.message-text::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 1.5em;
    background: linear-gradient(to right, transparent, white);
    display: none;
}

.message-text.truncated::after {
    display: block;
}

.read-more-btn {
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.read-more-btn:hover {
    text-decoration: underline;
}

.collapse-btn {
    color: #6c757d;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

.collapse-btn:hover {
    text-decoration: underline;
}

/* Dashboard Styles */
.stat-card {
    background: white;
    height: 100%;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: block;
    text-align: center;
    align-items: center;
    transition: transform 0.2s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
}

.stat-card.bg-purple {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.stat-card.bg-orange {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.stat-card.bg-green {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
}

.stat-card.bg-blue {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%);
    color: white;
}

.stat-card.bg-red {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
}

.stat-card.bg-yellow {
    background: linear-gradient(135deg, #feca57 0%, #ff9ff3 100%);
    color: white;
}

.stat-card.bg-light-green {
    background: linear-gradient(135deg, #48dbfb 0%, #0abde3 100%);
    color: white;
}

.stat-icon {
    font-size: 24px;
    /* margin-right: 15px; */
    opacity: 0.8;
}

.stat-content {
    flex: 1;
}

.stat-title {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
    letter-spacing: 0.5px;
}

.stat-value {
    font-size: 24px;
    font-weight: bold;
}

.chart-container {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.chart-legend {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 20px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.legend-color {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.legend-color.bg-purple {
    background: #667eea;
}

.legend-color.bg-blue {
    background: #4facfe;
}

.legend-color.bg-teal {
    background: #38f9d7;
}

.legend-label {
    font-size: 12px;
    color: #666;
}

.logo_black{
    width: 192px;
}

    .color-black{
        color: #00000;
    }

    /* Стили для сетки отзывов */
    .pq-testimonial-box-grid {
        margin-top: 30px;
    }

    .pq-testimonial-box-grid .pq-testimonial-box-style-2 {
        height: 100%;
        margin-bottom: 0;
    }

    /* Фиксированная высота для описания отзывов */
    .pq-testimonial-box-description {
        height: 130px;


        margin-bottom: 15px;
    }

    /* Адаптивность для мобильных устройств */
    @media (max-width: 768px) {


        .pq-testimonial-box-description {
            height: 90px;
            -webkit-line-clamp: 3;
        }
    }
    .mb-20{
        margin-bottom: 20px !important;
    }
    .mt-3{
        margin-top: 3% !important;
    }

    .gmfb-hero {
  background-color: #f3f3f3;
  padding: 80px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.gmfb-hero-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  gap: 40px;
}

.gmfb-text-block {
  flex: 1 1 500px;
}

.gmfb-subtitle {
  font-size: 14px;
  text-transform: uppercase;
  color: #555;
  margin-bottom: 20px;
}

.gmfb-title {
  font-size: 36px;
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
  line-height: 1.3;
}

.gmfb-button {
  display: inline-block;
  background-color: #5D9B3C;
  color: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 20px;
  transition: background 0.3s;
}

.gmfb-button:hover {
  background-color: #4a7c2e;
}

.gmfb-note {
  font-size: 14px;
  color: #666;
}

.gmfb-image-block {
  position: relative;
  flex: 1 1 400px;
  max-width: 400px;
}

.gmfb-image-block .phone {
  width: 100%;
  height: auto;
  z-index: 2;
  position: relative;
}

.bubble {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0;
  animation: float 4s infinite ease-in-out;
}

.bubble-1 { top: 10%; left: 10%; animation-delay: 0s; }
.bubble-2 { top: 30%; left: -10%; animation-delay: 0.5s; }
.bubble-3 { top: 20%; right: 10%; animation-delay: 1s; }
.bubble-4 { bottom: 20%; left: 5%; animation-delay: 1.5s; }
.bubble-5 { bottom: 10%; right: 5%; animation-delay: 2s; }
.bubble-6 { bottom: 30%; right: -5%; animation-delay: 2.5s; }
.bubble-7 { top: 50%; left: 50%; animation-delay: 3s; }

@keyframes float {
  0% { transform: translateY(0) scale(0.8); opacity: 0; }
  20% { opacity: 1; }
  100% { transform: translateY(-100px) scale(1.2); opacity: 0; }
}

.animate {
  opacity: 0;
}

.fadeInUp {
  animation: fadeInUp 1s forwards;
}

.fadeInRight {
  animation: fadeInRight 1s forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.delay-1 { animation-delay: 0.2s; }
.delay-2 { animation-delay: 0.4s; }
.delay-3 { animation-delay: 0.6s; }
.delay-4 { animation-delay: 0.8s; }

@media (max-width: 768px) {
  .gmfb-hero-content {
    flex-direction: column;
    text-align: center;
  }

  .gmfb-title {
    font-size: 28px;
  }
}


/* ---------- HERO-1 styles (как в первом экране) ---------- */
.hero-1{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;background:#f3f3f3;padding:80px 0;overflow:hidden}
.hero-1__wrap{max-width:1400px;margin:0 auto;display:flex;align-items:center;gap:40px;padding:50px 15px 0px 0px}
.hero-1__text{flex:1 1 500px}
.hero-1__subtitle{font-family:'Nunito',sans-serif;font-size:14px;text-transform:uppercase;color:#555;margin-bottom:20px;letter-spacing:1px}
.hero-1__title{font-family:'Nunito',sans-serif;font-size:36px;font-weight:600;color:#000;line-height:1.3;margin-bottom:30px}
.hero-1__btn{display:inline-flex;background:var(--primary,#5D9B3C);color:#fff;padding:12px 30px;border-radius:30px;text-decoration:none;font-family:'Nunito',sans-serif;font-size:16px;margin-bottom:20px;transition:background .3s}
.hero-1__btn:hover{background:#4a7c2e;color:#fff;text-decoration:none}
.hero-1__note{font-family:'Nunito',sans-serif;font-size:14px;color:#666}
.hero-1__visual{flex:1 1 400px;position:relative;max-width:400px; margin-right: 50px;}
.hero-1__phone{width:100%;height:auto;position:relative;z-index:2}
.hero-1__bubble{position:absolute;width:100%;height:30%;opacity:1;animation:float 4s infinite ease-in-out}
.hero-1__bubble--1{top:1%;left:45%;animation-delay:0s}
.hero-1__bubble--2{top:1%;right:35%;animation-delay:.5s}
.hero-1__bubble--3{top:53%;left:38%;animation-delay:1s}
.hero-1__bubble--4{bottom:42%;right:45%;animation-delay:1.5s}
.hero-1__bubble--5{bottom:47%;left:35%;animation-delay:2s}
.hero-1__bubble--6{bottom:17%;right:35%;animation-delay:2.5s}
.hero-1__bubble--7{top:24%;left:60%;animation-delay:3s}
@keyframes float{0%{transform:translateY(0) scale(.8);opacity:0}20%{opacity:1}100%{transform:translateY(-100px) scale(1.2);opacity:0}}

/* ---------- мобильная адаптация ---------- */
@media(max-width:768px){
.hero-1__visual{display:none}
  .hero-1__wrap{text-align:center}
  .hero-1__title{font-size:28px}
}
@media (min-width: 1640px) {
    .hero-1__phone{
        width: 550px;
    }
    .hero-1__bubble--1{left:85%}
    .hero-1__bubble--2{right:35%}
    .hero-1__bubble--3{left:85%}
    .hero-1__bubble--4{right:45%}
    .hero-1__bubble--5{left:100%}
    .hero-1__bubble--6{right:35%}
    .hero-1__bubble--7{left:70%}
}
.mt-10 {
    margin-top: 10px;
}
