@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");
body {
  font-family: "Rubik", sans-serif;
  background-color: #f6f8f9;
  overflow-x: hidden;
}
.section, section {
  padding: 0px 0px 100px 0px;
}
a {
  text-decoration: none !important;
}
.section-title {
  margin: 0px 0px 25px 0px;
  font-size: 32px;
  font-weight: 700;
}
.section-title--center {
  text-align: center;
}
.section-description {
  margin: 0px 0px 15px 0px;
}
.section-description--center {
  text-align: center;
}
.header__address, .header__time {
  font-size: 12px;
  color: #848283;
}
.header__second {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}
.header__description {
  font-size: 14px;
}
.header__menu-item {
  margin: 0px 15px 0px 0px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.header__menu-item:hover {
  color: #95c565;
}
.header__menu-item:last-child {
  margin: 0px;
}
.header__first {
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
  align-items: center;
}
.header__first-item a {
  text-decoration: none !important;
  font-weight: 700;
  color: #000 !important;
  vertical-align: middle;
}
.header__first-icon {
  position: relative;
  margin: 0px 0px 0px 10px;
}
.header__first-icon svg {
  width: 30px;
  height: auto;
}
.faqs__item {
  margin: 0px 0px 30px 0px;
  padding: 20px 55px;
  border-radius: 6px;
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
.faqs__item.active .faqs__item-text {
  display: block;
  margin: 15px 0px 0px 0px;
}
.faqs__item.active .faqs__item-title:before {
  content: "😎";
}
.faqs__item.active .faqs__item-title:after {
  content: "-";
}
.faqs__item:last-child {
  margin: 0px;
}
.faqs__item-title {
  font-weight: 600;
  font-size: 18px;
  position: relative;
  line-height: 1.2;
}
.faqs__item-title:before {
  content: "🤔";
  font-size: 32px;
  position: absolute;
  left: -42px;
  line-height: 32px;
  height: 32px;
  top: calc(50% - (30px / 2));
}
.faqs__item-title:after {
  content: "+";
  font-size: 32px;
  position: absolute;
  right: -42px;
  line-height: 27px;
  height: 32px;
  top: calc(50% - (30px / 2));
}
.faqs__item-text {
  display: none;
}
.garanty__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
}
.garanty__block-item {
  flex: 0 0 50%;
  max-width: 100%;
  padding: 0px 15px;
}
.garanty__item {
  display: flex;
  height: 110px;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.05);
  margin: 0px 0px 30px 0px;
  position: relative;
  background-color: #fff;
}
.garanty__item-key {
  font-size: 46px;
  line-height: 44px;
  margin: 0px 15px 0px 0px;
  font-weight: 700;
}
.head__block {
  display: flex;
  align-items: center;
}
.head__block img {
  animation: bigEntrance 3s linear infinite;
  width: 300px;
  margin: 0 auto;
}
@keyframes bigEntrance {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.conditions-bubble {
  padding: 15px;
  border-radius: 6px;
  background-color: #cfe5b7;
  text-align: center;
  margin: 0px 0px 60px 0px;
  font-size: 14px;
}
.conditions__item {
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.05);
  margin: 0px 0px 30px 0px;
  position: relative;
  min-height: 276px;
  background-color: #fff;
}
.conditions__item--large {
  text-align: center;
  min-height: unset;
}
.conditions__item--large .conditions__item-num span {
  margin: 0px auto;
}
.conditions__item-num {
  margin: 0px 0px 15px 0px;
}
.conditions__item-num span {
  display: flex;
  background-color: #cfe5b7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
}
.conditions__item-title {
  font-size: 18px;
  margin: 0px 0px 15px 0px;
  font-weight: 700;
  line-height: 1.2;
}
.offer {
  background-image: url("/assets/img/back.png");
  padding: 60px 0px;
  margin: 0px 0px 60px 0px;
  animation: scroll 125s linear infinite;
  perspective: 1000px;
  perspective-origin: 50% 50%;
  color: #fff;
}
.offer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.3;
  z-index: 1;
}
.offer__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
.offer__block-item {
  display: flex;
  flex-wrap: wrap;
}
.offer__block-item--form {
  max-width: 500px;
}
.offer__block-col {
  flex: 0 0 100%;
  max-width: 100%;
}
.offer__block-col--half {
  flex: 0 0 50%;
}
.offer__block-col--input {
  flex: 0 0 60%;
}
.offer__block-col--btn {
  flex: 0 0 40%;
}
.offer-btn {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 10px;
  font-weight: 700;
  background-color: #95c565;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border: 4px #fff solid;
}
.offer-btn:hover {
  background-color: #7cb344;
}
.offer-input {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 10px;
}
.offer-policy {
  display: block;
  margin: 10px 0px 0px 0px;
  font-size: 12px;
  text-align: center;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}
.offer-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
}
.offer-title br {
  display: none;
}
@keyframes scroll {
  100% {
    background-position: 400% 0px;
  }
}
.logo img {
  max-width: 150px;
  width: 100%;
}
.cases__slider-item {
  max-height: 350px;
  overflow: hidden;
  margin: 0px 0px 30px 0px;
}
.cases__slider-item:hover a:before {
  opacity: 0.4;
}
.cases__slider-item a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 350px;
}
.cases__slider-item a:before {
  transition: all 0.3s ease-in-out;
  content: "+";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3e3e3e;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  opacity: 0;
}
.cases__slider-item img {
  width: 100%;
  object-fit: cover;
  height: 400px;
  object-position: left top;
}
.cases__navigation {
  display: flex;
}
.cases__navigation-item {
  padding: 20px 40px;
  background-color: #f7f9fb;
  color: #5A7184;
  border: none;
  box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  font-weight: 700;
}
.cases__navigation-item:first-child {
  border-radius: 8px 0px 0 0;
}
.cases__navigation-item:last-child {
  border-radius: 0px 8px 0 0;
}
.cases__navigation-item.active, .cases__navigation-item:hover {
  background-color: #fff;
  color: #183B56;
}
.cases__content-img img {
  width: 100%;
}
.cases__content-title {
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 24px;
}
.cases__content-more {
  margin: 0px 0px 15px 0px;
  display: flex;
  align-items: center;
  color: #95c565 !important;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none !important;
}
.cases__content-more:hover svg {
  transform: translate(5px, 0px);
}
.cases__content-more svg {
  width: 20px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.cases__content-more svg path {
  fill: #95c565;
}
.cases__content-item {
  display: none;
  padding: 20px 40px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.06);
  border-radius: 0 8px 8px 8px;
}
.cases__content-item.active {
  display: block;
}
.main h1, .main .h1 {
  font-size: 72px;
  font-weight: 700;
  margin: 0px 0px 20px 0px;
}
.main h2 {
  font-size: 52px;
  margin: 0px 0px 30px 0px;
}
.main__list {
  font-size: 24px;
  padding: 0px 0px 0px 25px;
  margin: 0px 0px 50px 0px;
}
.main__list li {
  list-style: "🔥";
  padding: 0px 0px 0px 5px;
}
.main__policy {
  display: block;
  line-height: 1.2;
  font-size: 14px;
  color: #949595;
  margin: 0px 0px 60px 0px;
}
.main__btn {
  font-size: 30px;
  padding: 15px 20px;
  border: none;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
  color: #fff;
  margin: 0px 0px 10px 0px;
  font-weight: 700;
  background-image: url("/assets/img/back.png");
  animation: scroll 25s linear infinite;
  background-position: center;
  box-shadow: 0px 0px 25px 8px #cfe5b7;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}
.main__btn--header {
  margin: 0px;
  padding: 10px;
  font-size: 20px;
}
.main__btn--footer {
  padding: 10px;
  font-size: 18px;
}
.main__btn:hover {
  box-shadow: 0px 0px 40px 25px #cfe5b7;
}
.frog__item {
  position: relative;
  z-index: 2;
  text-align: center;
}
.frog__item img {
  margin: 0px 0px -30px 0px;
}
.modal {
  backdrop-filter: blur(22px);
}
.no-pad {
  padding: 0px;
}
.shape {
  position: absolute;
  z-index: -1;
}
.shape img {
  width: 100%;
}
.shape-1 {
  left: -500px;
  width: 1200px;
  height: 1000px;
  top: -150px;
}
.shape-2 {
  right: -500px;
  width: 1200px;
  top: 0px;
}
.shape-3 {
  top: 2000px;
  width: 1000px;
  height: 1000px;
  left: -230px;
}
.shape-4 {
  top: 3000px;
  width: 1000px;
  height: 1000px;
  right: -230px;
}
.shape-5 {
  top: 3850px;
  width: 1400px;
  height: 1400px;
  right: calc(50% - (1400px / 2));
}
.testimonials-offer {
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
}
.testimonials__item {
  margin: 0px 0px 30px 0px;
  background-color: #fff;
  max-height: calc(450px - 17px);
  overflow: hidden;
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.05);
  border: 2px #cfe5b7 solid;
}
.testimonials__item img {
  width: 100%;
  object-fit: cover;
  object-position: top left;
  height: auto;
  max-height: calc(450px - 17px);
  min-height: calc(450px - 17px);
}
.testimonials__item--full {
  max-height: unset;
  min-height: unset;
}
.testimonials__item--full img {
  max-height: unset;
  min-height: unset;
}
.testimonials__item--large {
  max-height: calc(900px - 4px);
  min-height: calc(900px - 4px);
}
.testimonials__item--large img {
  max-height: calc(900px - 4px);
  min-height: calc(900px - 4px);
}
.price__item {
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #fff;
  padding: 15px;
  text-align: center;
}
.price__item-icon {
  font-size: 90px;
  margin: 0px 0px 15px 0px;
}
.price__item-title {
  font-size: 30px;
  font-weight: 700;
  margin: 0px 0px 10px 0px;
}
.price__item-text ul {
  font-size: 16px;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}
.price__item-text ul li {
  list-style: none;
  padding: 0px;
}
.price__item-text ul li::before {
  content: "🔥 ";
}
.price__item-offer {
  animation: color-change 1s infinite;
  font-weight: 700;
  font-size: 52px;
  margin: 0px 0px 30px 0px;
}
.price-btn {
  font-size: 30px;
  padding: 15px 20px;
  border: none;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
  color: #fff;
  margin: 0px 0px 10px 0px;
  font-weight: 700;
  background-image: url(/assets/img/back.png);
  animation: scroll 25s linear infinite;
  background-position: center;
  box-shadow: 0px 0px 25px 8px #cfe5b7;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}
.why__item {
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.why__item-icon {
  margin: 0px 0px 25px 0px;
}
.why__item-icon svg {
  width: 70px;
  height: auto;
}
.why__item-text {
  font-size: 18px;
}
.footer {
  padding: 60px 0px;
  background-color: #161616;
  color: #fff;
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
}
.footer__menu-item {
  flex: 0 0 50%;
  margin: 0px 0px 15px 0px;
}
.footer__menu-item a {
  color: #fff;
  text-decoration: none !important;
}
.footer-item--second {
  margin: 30px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  border-top: 1px #e3e3e3 solid;
}
.footer-phone {
  font-size: 18px;
  margin: 0px 0px 15px 0px;
  display: block;
  text-decoration: none;
  color: #fff !important;
  font-weight: 700;
}
.footer-icon {
  margin: 0px 15px 0px 0px;
}
.footer-icon svg {
  width: 40px;
  height: auto;
}
.footer-icon:last-child {
  margin: 0px;
}
.mc-form {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 10px 0px;
}
.mc-form label {
  font-size: 14px;
  font-weight: 700;
}
.mc-form input, .mc-form textarea {
  padding: 7px 10px;
  border: none;
  border: 2px #cfe5b7 solid;
}
.mc-modal {
  padding: 0px;
  background-color: #f6f8f9;
}
.mc-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.mc-btn {
  font-size: 20px;
  padding: 10px 40px;
  border: none;
  text-shadow: 1px 0 1px #000, 0 1px 1px #000, -1px 0 1px #000, 0 -1px 1px #000;
  color: #fff;
  margin: 0px 0px 10px 0px;
  font-weight: 700;
  background-image: url(/assets/img/back.png);
  animation: scroll 25s linear infinite;
  background-position: center;
  box-shadow: 0px 0px 25px 8px #cfe5b7;
  transition: all 0.3s ease-in-out;
  outline: none !important;
}
.mc-button__block {
  text-align: center;
}
.mc__block {
  display: flex;
}
.mc__block-img {
  height: 100%;
}
.mc__block-img img {
  height: 100%;
  object-fit: cover;
  object-position: top left;
}
.mc__block-item {
  flex: 0 0 100%;
  max-width: 100%;
}
.mc__block-item--img {
  flex: 0 0 40%;
}
.mc__block-item--img img {
  width: 100%;
}
.mc__block-item--text {
  padding: 15px;
  flex: 0 0 100%;
}
.nucleos__block {
  display: flex;
  flex-wrap: wrap;
}
.nucleos__item {
  text-align: center;
  margin: 0px 0px 10px 0px;
  flex: 0 0 50%;
  max-width: 100%;
}
.nucleos__item a {
  color: #000 !important;
}
.compare__item p:last-child, .compare__item-block p:last-child {
  margin: 0px;
}
.compare__item ul, .compare__item-block ul {
  list-style: auto;
  padding: 0px 0px 0px 18px;
  margin: 0px 0px 10px 0px;
}
.compare__item ul li, .compare__item-block ul li {
  margin: 0px 0px 10px 0px;
}
.compare__item ul li:last-child, .compare__item-block ul li:last-child {
  margin: 0px;
}
.compare-btn__more {
  padding: 15px 30px;
  border: none;
  font-weight: 700;
  background-color: #7cb344;
  color: #fff;
}
.compare-btn__more:hover {
  background-color: #628e36;
}
.compare__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 60px 0px;
}
.compare__block--hide {
  display: none;
}
.compare__item {
  flex: 0 0 50%;
  max-width: 100%;
  margin: 0px 0px 30px 0px;
}
.compare__item-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0px 0px 5px 0px;
}
.compare__item-raiting {
  font-size: 26px;
  margin: 0px 0px 10px 0px;
}
.compare__item--img {
  flex: 0 0 40%;
}
.compare__item--img img {
  width: 100%;
}
.compare__item--content {
  flex: 0 0 60%;
  padding: 0px 15px;
}
.compare__item-block {
  background-color: #fff;
  padding: 15px;
  margin: 0px 0px 30px 0px;
  box-shadow: 0px 4px 20px 8px rgba(0, 0, 0, 0.05);
  height: calc(100% - 30px);
}
.compare-text {
  font-weight: 700;
  font-size: 22px;
  margin: 0px 0px 15px 0px;
  display: block;
}
.compare-text--minus {
  color: #ff0000;
}
.compare-text--plus {
  color: #389828;
}
.modal-dialog {
  max-width: 400px;
}
@keyframes color-change {
  0% {
    color: red;
  }
  50% {
    color: blue;
  }
  100% {
    color: red;
  }
}
@media screen and (max-width: 991px) {
  .garanty__block-item {
    flex: 0 0 100%;
  }
  .garanty__item {
    height: unset;
  }
  .conditions-bubble {
    padding: 15px;
    border-radius: 6px;
    background-color: #cfe5b7;
    margin: 0px 0px 60px 0px;
    font-size: 14px;
    text-align: center;
    font-style: normal;
  }
  .conditions__item {
    text-align: center;
    min-height: unset;
  }
  .conditions__item .conditions__item-num span {
    margin: 0px auto;
  }
  .shape {
    display: none;
  }
  .main h1, .main h2, .main .h1 {
    text-align: center;
  }
  .main h1, .main .h1 {
    font-size: 48px;
  }
  .main h2 {
    font-size: 26px;
  }
  .main__btn {
    font-size: 26px;
  }
  .main__btn-block {
    text-align: center;
  }
  .main__policy {
    text-align: center;
  }
  .main__list {
    padding: 0px;
  }
  .main__list li {
    list-style: none;
    padding: 0px;
    text-align: center;
    position: relative;
    margin: 0px 0px 15px 0px;
  }
  .main__list li:last-child {
    margin: 0px;
  }
  .main__list li:before {
    content: "🔥 ";
  }
  .cases__content-title {
    margin: 10px 0px 5px 0px;
  }
  .offer-title {
    text-align: center;
  }
  .offer-title br {
    display: inline;
  }
  .offer__block-col--input, .offer__block-col--btn {
    flex: 0 0 100%;
  }
  .compare__order {
    order: -1;
  }
  .compare__item-block {
    height: auto;
  }
  .nucleos__item {
    flex: 0 0 100%;
  }
  .footer-item {
    margin: 0px 0px 30px 0px;
  }
  .footer-item--second {
    margin: 0px;
  }
  .price__item {
    margin: 0px 0px 30px 0px;
  }
  .header {
    padding: 0px 0px 30px 0px;
  }
  .header__menu {
    margin: 45px 0px 30px 0px;
  }
  .header .header__second-item:nth-child(3) {
    order: 4;
  }
  .header .header__second-item:nth-child(2) {
    margin: 10px 0px 0px 0px;
  }
  .header .header__second-item:nth-child(4) {
    order: 3;
    margin: 30px 0px 0px 0px;
  }
  .header__second, .header__first {
    flex-direction: column;
  }
  .mc__block-item.mc__block-item--text {
    flex: 0 0 100%;
  }
  .mc__block-item.mc__block-item--img {
    display: none;
  }
  .testimonials__item {
    min-height: unset;
    max-height: unset;
  }
  .testimonials__item img {
    min-height: unset;
    max-height: unset;
  }
  .testimonials__item--large {
    min-height: unset;
    max-height: unset;
  }
  .testimonials__item--large img {
    min-height: unset;
    max-height: unset;
  }
}
