@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.loader {
  transition: all 1s ease-out;
}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  animation-delay: 1s;
  position: absolute;
  /* background: #fff; */
  background: rgb(2, 2, 2);
  z-index: 2000;
  opacity: 1;
  visibility: visible;
}

.loader.done {
  opacity: 0;
  visibility: hidden;
}

.loader .item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.loader .item-1:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eed968;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 200ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.loader .item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.loader .item-2:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eece68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 400ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.loader .item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.loader .item-3:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eec368;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 600ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.loader .item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.loader .item-4:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #eead68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 800ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

.loader .item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50%,
  75% {
    transform: scale(2.5);
  }
  78%,
  100% {
    opacity: 0;
  }
}
.loader .item-5:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ee8c68;
  opacity: 0.7;
  animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
  animation-delay: 1000ms;
  transition: 0.5s all ease;
  transform: scale(1);
}

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Montserrat", sans-serif;
}

.btn:focus,
.form-control:focus {
  box-shadow: unset;
}

.container .title-block {
  overflow: hidden;
}
.sub_footer .container {
  overflow: hidden;
}
/* Навбар  */
.navbar-brand img {
  width: 200px;
}
#mainNav {
  height: 100px;
  transition: all 0.2s ease-out 0.01s;
}
#mainNav.navbar-shrink {
  background-color: #f5c211;
  border-bottom: 1px solid rgba(208, 208, 208, 0.25);
  height: 50px;
}
#mainNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  font-size: 17px;
  line-height: 21px;
  text-transform: uppercase;
  transition: all 0.2s ease-out 0.01s;
}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover,
#mainNav .navbar-nav .nav-item:last-child .nav-link {
  color: #fae906;
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
  z-index: 2;
}
.navbar-light .navbar_black {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .navbar_black {
  color: #000;
}

/* Слайдер  */
header .carousel-item {
  min-height: 100vh;
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-caption {
  right: unset;
  left: unset;
  bottom: unset;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  padding: 0;
}

.carousel-caption .container {
  max-width: 1190px;
}

.carousel-caption .container,
.carousel-caption .container .row {
  height: 100%;
  position: relative;
}
.carousel-caption .slider_img {
  width: 100%;
}

.carousel-caption h2 {
  margin: 15px 0 40px;
}

.carousel-indicators .active {
  background-color: #f5c211;
}

.carousel-indicators li {
  margin-bottom: 5%;
  height: 5px;
  width: 25px;
  background-color: #c4c4c4;
  border-top: unset;
  border-bottom: unset;
  border-radius: 2px;
}

.carousel-title {
  position: relative;
  font-weight: 900;
  font-size: 85px;
  line-height: 104px;
  left: -15px;
}

.carousel-title span {
  font-size: 53px;
  line-height: 65px;
  display: block;
  top: -8px;
  position: relative;
}

.yellow-frame {
  position: absolute;
  width: 595px;
  height: 595px;
  top: 100px;
  right: 0;
  background: rgba(244, 220, 0, 0.64);
  mix-blend-mode: overlay;
}

.header-send-feedback {
  font-weight: 800;
  font-size: 19px;
  line-height: 129.4%;
  /* or 25px */
  color: #ffffff;
  position: absolute;
  right: -135px;
  transform: rotate(90deg);
  bottom: 135px;
  text-transform: uppercase;
  z-index: 2020;
}
.header-send-feedback a {
  color: #f5c211;
  z-index: 9999;
}

.carousel-caption {
  text-align: start;
}

.carousel-caption .lines-wrapper {
  position: absolute;
}
.carousel-caption .lines-wrapper .line-column {
  min-height: 100vh;
}

/* Линии  */
.lines-wrapper {
  position: fixed;
  width: 100%;
  z-index: 0;
  /* z-index: 11; */
}
.lines-wrapper .sup-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  max-width: 1200px;
}
.sup-container {
  margin: 0 auto;
}
.line-column {
  border-right: 1px solid rgba(208, 208, 208, 0.25);
  min-height: 900px;
  min-height: 100vh;
  min-width: 16.6666667%;
  min-width: calc(16.6666667% - 1px);
}
.line-column:first-child {
  border-left: 1px solid rgba(208, 208, 208, 0.25);
}

#page-top .line-column {
  border-right: 1px solid rgba(208, 208, 208, 0.05);
}
#page-top .line-column:first-child {
  border-left: 1px solid rgba(208, 208, 208, 0.05);
}

/* Header form  */
.header-form-input {
  padding: 0;
  left: -15px;
}

.header-form-input input {
  width: 325px;
  height: 65px;
  border: 2px solid #f5c211;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 0 25px;
  margin-bottom: 22px;
}

.header-form-input input::placeholder {
  color: #fff;
}
.header-form-input input:focus,
.header-form-input input:active {
  color: #fff;
  background: transparent;
  border-radius: 0;
  outline: none;
}

.header-form-input button {
  width: 325px;
  height: 65px;
  border: 2px solid #f5c211;
  border-radius: 0;
  filter: drop-shadow(0px 4px 15px rgba(255, 255, 255, 0.15));
  background: #f5c211;
  box-shadow: 0px 6px 27px 3px rgba(255, 255, 255, 0.16);
  color: #000;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
}

.header-form-input button:hover {
  filter: drop-shadow(0px 4px 15px rgba(255, 255, 255, 0.15));
  background: #fae906;
  box-shadow: 0px 6px 27px 3px rgba(255, 255, 255, 0.16);
}

/* titlle block  */
.title-block {
  padding-left: 0;
  margin-top: 150px;
  margin-bottom: 100px;
}

.title-block h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #202020;
  text-transform: uppercase;
}

.title-block .subtitle-block {
  overflow: hidden;
  margin-top: 50px;
}

.title-block h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #202020;
  border-left: 10px solid #fae906;
  padding-left: 40px;
}

.yellow-subtitle {
  color: #f5c211;
}

/* Проблеми  */
.problems .container,
.faq .container,
.gadgets .container {
  max-width: 1200px;
  position: relative;
}

.problems .problem-box {
  background: #ffffff;
  box-shadow: 0px 18px 52px rgba(0, 0, 0, 0.1);
  width: 204px;
  height: 174px;
  margin: 20px auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 0px solid #fae906;
  transition: all 0.2s ease-out 0.01s;
}
.problems .problem-box h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #202020;
}

.problems .problem-box:hover {
  transform: scale(1.2);
  border: 5px solid #fae906;
}
.problems .problem-box:hover h5 {
  font-weight: bold;
  color: #474747;
}

/* tariffs  */
.tariffs-boxses {
  justify-content: space-between;
}
.tariffs .container {
  max-width: 1193px;
  margin-bottom: 25px;
}

.tariff-box {
  background: #ffffff;
  box-shadow: 0px 7px 59px rgba(0, 0, 0, 0.08);
  max-width: 280px;
  min-width: 280px;
  height: 500px;
  border: 8px solid transparent;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.tariff-box.recommended {
  border: 8px solid #fae906;
}

.tariff-box.recommended::after {
  content: "Вигідний тариф";
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #575757;
  position: absolute;
  top: -30px;
  background-color: #fae906;
  height: 30px;
  width: calc(100% + 16px);
  padding-top: 10px;
}

.tariff-box .details {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #494949;
  border-top: 1px solid rgba(49, 49, 49, 0.15);
  border-bottom: 1px solid rgba(49, 49, 49, 0.15);
  padding: 30px 0;
  width: 100%;
}

.tariff-box .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #4d4d4d;
}

.tariff-box h5 {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #4d4d4d;
  text-transform: uppercase;
}
.tariff-box img {
  width: 120px;
}

.tariff-button {
  background: #fae906;
  box-shadow: 0px 6px 23px 3px rgba(255, 255, 255, 0.28);
  border-color: transparent;
  width: 226px;
  height: 64px;
  position: absolute;
  bottom: -32px;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #202020;
  text-transform: uppercase;
  transition: all 0.15s ease-out;
  outline: none;
  text-decoration: none;
  padding: 20px;
}

.tariff-button:hover {
  filter: drop-shadow(0px 6px 27px rgba(0, 0, 0, 0.19));
  background: #f5c211;
  box-shadow: 0px 6px 23px 3px rgba(255, 255, 255, 0.28);
  outline: none;
  text-decoration: none;
  color: #202020;
}
.tariff-button:focus {
  outline: none;
  text-decoration: none;
  color: #202020;
}

/* Gadgets  */
.gadgets-box {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.gadgets-boxses {
  margin-bottom: 50px;
}

.gadgets-box .icon {
  margin: 0 20px 40px;
  width: 100%;
  min-height: 150px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.gadgets .title h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #202020;
}
.gadgets .title {
  display: flex;
  align-items: center;
}

/* FAQ  */

.faq-content {
  margin-top: 30px;
}

.faq-questions {
  padding: 0 5px 0 0;
}

.faq-questions .card {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: unset;
  /* background-color: #fff; */
}

.faq-questions .card-header {
  background-color: unset;
  padding: 30px 30px 30px 0;
  border: none;
}

.faq-questions .card-header button {
  padding: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #494949;
}

.faq-questions .card-body {
  padding: 0 30px 30px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #494949;
}

.faq-arrow {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fae906;
  border-right: 2px solid #fae906;
  border-radius: 2px;
  position: absolute;
  right: 30px;
  top: 40px;
  transition: all 0.2s ease-out 0.01s;
}

.faq-open {
  transform: rotate(135deg);
}

.faq-close {
  transform: rotate(45deg);
}

.faq-img {
  padding-left: 3px;
  padding-top: 35px;
}

/* magnifier */
.magnifier-bg {
  background-color: #fefd56;
  box-shadow: 0px 0px 76px rgba(0, 0, 0, 0.14);
  width: 552px;
  height: 472px;
  position: relative;
}

.magnifier-bg img {
  position: absolute;
  top: 100px;
  left: 25%;
  filter: drop-shadow(20px 10px 10px rgba(0, 0, 0, 0.4));
}

/* warranty  */
.warranty {
  margin-top: 260px;
}

.warranty .container {
  max-width: 1191px;
  background: #ffffff;
  box-shadow: 0px 4px 90px rgba(0, 0, 0, 0.11);
  position: relative;
}

.warranty .title-block {
  margin-top: 70px;
}

.warranty-boxses ul {
  list-style: none;
  margin: -60px 60px 60px;
  z-index: 1;
}

.warranty-boxses ul li {
  margin: 15px 0;
}

.warranty-boxses ul li::before {
  content: " ";
  background: #fae906;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 30px;
}

/* testimonials  */
.testimonials .container {
  max-width: 1191px;
  padding-right: 10px;
}

.testimonials-boxses {
  justify-content: space-between;
  padding-right: 17px;
  margin-bottom: 120px;
}

.testimonial-box {
  max-width: 369px;
  height: 300px;
  border: 2px solid #494949;
}

.testimonial-box .yellow-bg {
  width: 369px;
  height: 300px;
  border: 2px solid #fae906;
  background: #fae906;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}

.testimonial-box .yellow-bg .testimonial {
  padding: 70px 50px 20px 40px;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #202020;
}
.testimonial-box .yellow-bg .author {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #000000;
}

.testimonial-box .quotes-bg {
  width: 86px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
}
.testimonial-box .quotes-bg img {
  position: absolute;
  width: 70px;
  top: -20px;
  left: 8px;
  z-index: 1;
}

/* testimonials-buttons */

.testimonials-buttons {
  margin-bottom: 130px;
  justify-content: center;
  max-width: 1190px;
}

.testimonials-buttons a {
  border: 3px solid #fae906;
  width: 294px;
  height: 65px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #202020;
  background: unset;
  z-index: 2;
  padding: 19px;
  text-align: center;
  margin: 0 14px;
  transition: all 0.2s ease-out 0.01s;
  text-transform: uppercase;
}

.testimonials-buttons a:hover {
  text-decoration: none;
  background: #fae906;
}

/* footer */
footer {
  background: #f6e506;
  padding: 50px 0 120px;
  margin: 60px 0 0;
  background-image: url(https://support.ua/wp-content/uploads/2019/07/support-pattern-transparent.svg);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 40px;
  z-index: 2;
  position: relative;
}

footer .container {
  max-width: 1191px;
  position: relative;
}
footer .container .col-md-4 {
  padding-left: 0;
}

.contacts h3 {
  color: #202020;
  font-weight: 900;
  font-size: 42px;
  line-height: 63px;
  text-transform: uppercase;
}

.contacts .footer-contacts-list {
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #202020;
  padding-left: 0;
  margin-bottom: 30px;
  margin-top: 15px;
}

.contacts .footer-contacts-list li {
  margin-bottom: 6px;
}

.contacts .footer-contacts-list a {
  color: #202020;
  transition: all 0.1s ease-out;
}

.contacts .footer-contacts-list a:hover {
  text-decoration: none;
  color: #f5c210;
}

.social-media {
  display: flex;
}

.social-media a img {
  border-radius: 10px;
  margin-right: 10px;
  max-height: 46px;
  max-width: 100px;
}

.social-media a {
  transition: all 0.2s ease-out;
}

.social-media a:hover {
  text-decoration: none;
  transform: translateY(-6px);
}

.social-media {
  margin-bottom: 30px;
}

/* footer-form */
.footer-form {
  position: absolute;
  width: 398px;
  height: 410px;
  background: #fff;
  right: 0;
  top: -60px;
  box-shadow: 0px 27px 46px rgba(0, 0, 0, 0.38);
  border-radius: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}

.footer-form h4 {
  font-weight: 900;
  font-size: 17px;
  line-height: 138.9%;
  /* or 24px */
  text-align: center;
  letter-spacing: -0.01em;
  color: #202020;
  margin-bottom: 12px;
}

.footer-form-input input {
  background: #ffffff;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  width: 300px;
  height: 46px;
  border: none;
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-form-input input::placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 148.9%;
  /* or 22px */
  letter-spacing: 0.02em;

  color: #686767;
}

.footer-form button {
  background: #f5c211;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
  width: 300px;
  height: 46px;
  font-weight: 900;
  font-size: 16px;
  line-height: 148.9%;
  /* identical to box height, or 24px */

  text-align: center;
  letter-spacing: 0.02em;

  color: #ffffff;
  margin-top: 4px;
  margin-bottom: 40px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
}

.footer-form button:hover {
  font-weight: 900;
  font-size: 16px;
  line-height: 148.9%;
  /* identical to box height, or 24px */

  text-align: center;
  letter-spacing: 0.02em;

  color: #ffffff;
  background: #fae906;
  box-shadow: 0px 4px 17px rgba(0, 0, 0, 0.11);
  border-radius: 8px;
}

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

/* sub_footer */
.sub_footer {
  position: relative;
  margin: 0;
  background-color: #22201e;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub_footer h2 {
  margin: 2px;
  color: white;
  text-align: center;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */

  color: #ffffff;
}
.sub_footer h2 a {
  color: #f5c211;
}

/* scheme-of-work */
.scheme-of-work .container {
  max-width: 1190px;
  position: relative;
}

.scheme-of-work-boxses .col-md-8 {
  padding-left: 0;
  padding-right: 0;
}

.scheme-of-work-box {
  display: flex;
  flex-direction: row;
  margin: 30px auto;
}

.scheme-of-work-img img {
  width: 396px;
}

.scheme-of-work-img .step-odd,
.scheme-of-work-img .step-even {
  position: absolute;
  font-weight: 900;
  font-size: 100px;
  line-height: 122px;
  /* identical to box height */
  letter-spacing: 0.02em;
  color: #fae906;
  top: -62px;
  z-index: 1000;
}
.scheme-of-work-img .step-odd {
  left: 6px;
}
.scheme-of-work-img .step-even {
  right: 6px;
}

.scheme-of-work-content {
  padding: 0 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.scheme-of-work-content h3 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  /* identical to box height */

  letter-spacing: 0.02em;

  color: #202020;
}

.scheme-of-work-content ul {
  list-style: none;
  padding-left: 0;
}

.scheme-of-work-content ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}

.scheme-of-work-content a {
  min-width: 261px;
  height: 58px;
  border: 3px solid #f5c211;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #f5c211;
  background: unset;
  z-index: 2;
  padding: 17px;
  text-align: center;
  transition: all 0.2s ease-out 0.01s;
  text-transform: uppercase;
}

.scheme-of-work-content a:hover {
  text-decoration: none;
  background: #f5c211;
  color: #202020;
}
.scheme-of-work-content .teamviewer {
  color: #072cb1;
}

.scheme-of-work-box:nth-child(even) .scheme-of-work-img {
  order: 2;
}

/* parallax  */

.parallax-support {
  text-transform: uppercase;
  position: absolute;
  font-weight: 900;
  font-size: 241px;
  line-height: 294px;
  /* identical to box height */

  color: #fae906;

  transform: rotate(-90deg);
}

.parallax-left {
  left: -575px;
  top: 330px;
  z-index: 10;
}

.parallax-right {
  right: -531px;
  top: 120px;
}

/* modal  */
.modal-confirm .modal-content {
  border-radius: 5px;
}
.modal-confirm .modal-header {
  height: 260px;
  padding-bottom: 0;
  background-color: #fae906;
}

.modal-confirm .pop-up-img img {
  max-height: 244px;
}
.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
  justify-content: center;
}

.modal-confirm .modal-body h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #494949;
  text-transform: uppercase;
  margin-top: 56px;
  margin-bottom: 30px;
}

.modal-confirm .modal-body p {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #494949;
  padding: 10px 220px;
  font-weight: 500;
}

.modal-confirm .modal-body button {
  width: 250px;
  height: 60px;
  background: #fae906;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #494949;
  transition: all 0.2s ease-out 0.01s;
  text-transform: uppercase;
  border: none;
  outline: none;
  margin: 30px;
}
.modal-confirm .modal-body button:hover {
  background: #f5c211;
  border: none;
}

.modal-header .close {
  position: absolute;
  right: 1rem;
}

/* ************************ */
/* ******** TABLET ******** */
/* ************************ */

@media screen and (max-width: 767px) {
  .carousel-title {
    position: relative;
    font-weight: 900;
    font-size: 3.3rem;
    line-height: 64px;
    left: 0;
    padding: 0 10px;
    text-align: center;
  }

  .header-form-input {
    justify-content: center;
    display: flex;
  }

  .carousel-item-box {
    display: flex;
    flex-flow: column nowrap;
    height: 80%;
    justify-content: space-evenly;
  }

  .carousel-title span {
    font-size: 2.4rem;
    line-height: 45px;
    top: 12px;
    font-weight: 700;
  }

  .yellow-frame {
    width: 358px;
    height: 300px;
    right: 25px;
    top: 170px;
  }

  .parallax-support,
  .header-send-feedback,
  .hide-on-tablet {
    display: none;
  }

  .lines-wrapper {
    padding: 0 50px;
  }

  .title-block {
    padding-left: 53px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .title-block h2 {
    font-weight: 800;
    font-size: 1.9rem;
    line-height: 29px;
    padding-left: 50px;
  }
  .title-block h3 {
    font-size: 1.3rem;
    line-height: 22px;
    padding-right: 10px;
  }

  .problems .problem-box {
    width: 154px;
    height: 132px;
  }

  .problems .problem-box img {
    max-width: 77px;
    min-height: 60px;
  }

  .problems .problem-box h5 {
    font-size: 0.7rem;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #202020;
  }

  .tariffs-boxses {
    justify-content: space-evenly;
  }

  .tariff-box {
    max-width: 350px;
    min-width: 280px;
    height: 400px;
    border: 1px solid #f4dc00;
    margin-bottom: 35px;
    padding: 10px 30px;
  }
  .tariff-box h5 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .tariff-box .details {
    border-top: none;
    border-bottom: none;
    padding: 0 45px;
  }
  .tariff-button {
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
    bottom: 0;
    width: 90%;
  }

  .tariff-box-counter {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.12);
  }

  .scheme-of-work-img {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .scheme-of-work-img .step-odd,
  .scheme-of-work-img .step-even {
    top: -62px;
  }

  .scheme-of-work-img img {
    width: 360px;
  }

  .scheme-of-work-img .step-even {
    right: 36px;
  }
  .scheme-of-work-img .step-odd {
    left: 36px;
  }

  .gadgets-boxses {
    justify-content: center;
  }
  .gadgets-boxses .gadgets-box:nth-child(2),
  .gadgets-boxses .gadgets-box:nth-child(5) {
    order: 1;
    margin-top: 50px;
  }

  .magnifier-bg {
    width: 300px;
    height: 400px;
    margin-left: 25px;
  }

  .magnifier-bg img {
    top: 50px;
    left: 50px;
    width: 200px;
  }

  .warranty {
    margin-top: 0px;
  }
  .warranty .container {
    background: transparent;
    box-shadow: unset;
  }

  .warranty-boxses ul {
    margin: -0 25px 0 0;
  }

  .warranty-boxses ul li {
    position: relative;
    padding-left: 15px;
  }
  .warranty-boxses ul li::before {
    position: absolute;
    left: -15px;
    top: 5px;
  }

  .testimonials-boxses {
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-font-smoothing: touch;
    position: relative;
    padding: 25px 0;
  }

  .testimonial-box {
    max-width: 300px;
    margin: 0px 20px;
  }
  .testimonial-box .yellow-bg {
    width: 300px;
  }

  .testimonial-box .yellow-bg .testimonial {
    padding: 65px 40px 20px 20px;
  }

  .testimonials-buttons a {
    width: 180px;
    height: auto;
    font-size: 12px;
    line-height: 17px;
    padding: 19px 5px;
    margin: 0 10px;
  }

  .testimonials-buttons {
    margin-bottom: 0;
  }

  .faq-questions {
    padding: 0 5px 0 15px;
  }
  .faq-questions .card-header {
    padding: 15px 40px 15px 0;
  }

  .faq-questions .card-header button {
    text-align: left;
  }
  .faq-questions .card-body {
    padding: 0 40px 15px 0;
  }
  .faq-arrow {
    top: 25px;
  }

  .footer-form {
    position: relative;
    min-width: 380px;
    top: 0;
    margin: 0 20px;
  }
  footer {
    padding: 50px 0 55px;
  }

  .contacts .footer-contacts-list {
    font-weight: 500;
    font-size: 20px;
    line-height: 148.9%;
  }
  footer .container .col-md-4 {
    padding-left: 25px;
    text-align: center;
  }
  .social-media {
    margin-bottom: 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }
  .contacts .row {
    justify-content: center;
  }

  .modal-confirm .modal-body p {
    padding: 10px 40px;
  }
}

/* ************************ */
/* ******** MOBILE ******** */
/* ************************ */

@media screen and (max-width: 576px) {
  .carousel-title {
    position: relative;
    font-weight: 900;
    font-size: 2rem;
    line-height: 41px;
    left: 0;
    padding: 0 10px;
  }

  .carousel-title span {
    font-size: 1.6rem;
    line-height: 36px;
    top: 0;
    font-weight: 700;
  }

  .yellow-frame,
  .parallax-support,
  .header-send-feedback,
  .hide-on-mobile {
    display: none;
  }

  .problems .problem-box {
    width: 154px;
    height: 132px;
  }

  .lines-wrapper {
    padding: 0 10px;
  }

  .header-form-input {
    padding: 0 10px;
    left: 0;
  }
  .header-form-input input {
    width: 100%;
  }

  .title-block {
    padding-left: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .title-block h2 {
    font-weight: 800;
    font-size: 1.3rem;
    line-height: 29px;
    text-align: center;
    padding-left: 0;
  }

  .title-block h3 {
    border-left: none;
    padding-left: 0;
    text-align: center;
    font-size: 0.8rem;
    padding-right: 0px;
  }

  .problems .problem-box img {
    max-width: 77px;
    min-height: 60px;
  }

  .problems .problem-box h5 {
    font-size: 0.7rem;
    line-height: 13px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #202020;
  }

  .tariffs-boxses {
    justify-content: center;
  }

  .tariff-box {
    max-width: 90%;
    min-width: 280px;
    height: 400px;
    border: 1px solid #f4dc00;
    margin-bottom: 35px;
    padding: 10px 30px;
  }
  .tariff-box h5 {
    width: 100%;
    font-size: 1.2rem;
    line-height: 24px;
  }
  .tariff-box .details {
    border-top: none;
    border-bottom: none;
    padding: 0 45px;
  }
  .tariff-button {
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.13);
    bottom: 0;
    width: 90%;
  }

  .tariff-box-counter {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: rgba(0, 0, 0, 0.12);
  }
  .tariff-box.recommended {
    margin-top: 20px;
  }

  .scheme-of-work-box {
    flex-flow: row wrap;
  }

  .scheme-of-work-img {
    position: relative;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .scheme-of-work-img .step-odd,
  .scheme-of-work-img .step-even {
    top: 0;
  }

  .scheme-of-work-box:nth-child(even) .scheme-of-work-img {
    order: 0;
  }

  .scheme-of-work-img img {
    width: 100%;
  }

  .scheme-of-work-img .step-even {
    right: 36px;
  }
  .scheme-of-work-img .step-odd {
    left: 36px;
  }

  .scheme-of-work-box:nth-child(even) {
    text-align: right;
  }

  .gadgets-boxses {
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-font-smoothing: touch;
    position: relative;
    justify-content: start;
  }

  .gadgets-boxses .gadgets-box:nth-child(2),
  .gadgets-boxses .gadgets-box:nth-child(5) {
    order: 0;
    margin-top: 0;
  }

  .faq-img {
    display: none;
  }

  .faq-arrow {
    top: 40px;
  }

  .faq-content {
    margin-top: 0;
  }
  .faq-questions {
    padding: 0 5px 0 25px;
  }
  .faq-questions .card-header {
    padding: 30px 55px 30px 0;
  }

  .faq-questions .card-header button {
    text-align: left;
  }
  .warranty {
    margin-top: 0px;
  }
  .warranty .container {
    background: transparent;
    box-shadow: unset;
  }

  .warranty-boxses ul {
    margin: -0 25px 0 0;
  }

  .warranty-boxses ul li {
    position: relative;
    padding-left: 15px;
  }
  .warranty-boxses ul li::before {
    position: absolute;
    left: -15px;
    top: 5px;
  }

  .testimonials-boxses {
    margin-bottom: 50px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-font-smoothing: touch;
    position: relative;
    padding: 25px 0;
  }

  .testimonial-box {
    max-width: 300px;
    margin: 0px 20px;
  }
  .testimonial-box .yellow-bg {
    width: 300px;
  }

  .testimonial-box .yellow-bg .testimonial {
    padding: 65px 40px 20px 20px;
  }

  .testimonials-buttons a {
    width: 165px;
    height: auto;
    font-size: 11px;
    line-height: 17px;
    padding: 19px 5px;
    margin: 0px 5px;
  }

  .testimonials-buttons {
    margin-bottom: 0;
  }

  .footer-form {
    position: relative;
    min-width: 380px;
    top: 0;
    margin: 0 20px;
  }
  footer {
    padding: 50px 0 90px;
  }

  .contacts .footer-contacts-list {
    font-weight: 500;
    font-size: 20px;
    line-height: 148.9%;
  }
  footer .container .col-md-4 {
    padding-left: 25px;
    text-align: center;
  }
  .social-media {
    margin-bottom: 30px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
  }

  .contacts .row {
    justify-content: center;
  }

  .footer-form h4 {
    padding: 0 15px;
  }
  .footer-form {
    min-width: 330px;
  }
  .navbar-brand img {
    width: 178px;
  }
}

/* Mpbile menu  */

.navbar .container {
  z-index: 2050;
}

.mobile-menu {
  position: absolute;
  z-index: 1500;
  background-color: #f5c211;
  width: 100%;
  height: 93vh;
  top: -93vh;
  left: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  transition: all 0.6s ease-out 0.01s;
}
.mobile-menu.open {
  top: 0;
}

.mobile-menu .lines-wrapper {
  padding: 0 10px;
  z-index: -1;
}
.mobile-menu .lines-wrapper .line-column {
  min-height: 93vh;
}

.mobile-menu ul {
  padding-left: 77px;
  margin-top: 100px;
}

.mobile-menu ul li {
  margin: 15px 0;
}

#mainNav .mobile-menu .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
  color: #ffffff;
}

#mainNav .mobile-menu .navbar-nav .nav-item:last-child .nav-link {
  color: #202020;
}

.mobile-menu-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.mobile-menu-footer .mobile-menu-button {
  background: #ffffff;
  box-shadow: 0px 4px 12px rgba(255, 255, 255, 0.16);
  width: 374px;
  height: 64px;
  display: block;
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
}

.mobile-menu .line-column,
.mobile-menu .line-column:first-child {
  border: 1px solid rgba(208, 208, 208, 0.1);
}

/* nav-icon-5 */
.nav-icon-5 {
  width: 39px;
  height: 24px;
  margin: 5px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.nav-icon-5 span {
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 4px;
  transition-duration: 500ms;
}
.nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}
.nav-icon-5 span:nth-child(2) {
  top: 10px;
  left: 0px;
  opacity: 1;
}
.nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}
.nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}
.nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}

.card-old-price {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.02em;

  color: #a0a0a0;
  text-decoration: line-through;
}

.discount-border {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 150px;
  width: 150px;
}

.tariff-discount-corner {
  position: absolute;
  width: 150px;
  height: 150px;
  left: -75px;
  top: -75px;
  background: linear-gradient(
      313.19deg,
      rgba(220, 9, 33, 0.15) 76.27%,
      rgba(255, 158, 168, 0.1065) 92.51%,
      rgba(233, 1, 29, 0.15) 99.79%,
      rgba(215, 5, 25, 0.1485) 112.11%
    ),
    #f2011c;
  box-shadow: 1px 1px 3px rgba(132, 18, 29, 0.31);
  transform: rotate(-45deg);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.tariff-discount {
  font-weight: 900;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 0.055em;
  color: #ffffff;
  padding-bottom: 0.5rem;
}

.problem-box img {
  width: 65px;
}
