p {
  font-family: Roboto, sans-serif;
  margin: 0 !important;
}

.swal2-styled {
  background-color: #fe2833 !important;
}

.first-img {
  width: 100%;
}

.first-banner {
  position: relative;
  display: inline-block;
}

.claroflex-logo {
  position: absolute;
  top: 40px;
  left: 43%;
}

.first-banner-info {
  position: absolute;
  top: 40px;
  right: 145px;
  color: #ffffff;
}

.red-container {
  width: 100%;
  height: 259px;
  position: relative;
  background-color: #F73D56D6;
  margin-top: -175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 112px;
}

.card-text {
  font-size: 30px;
  text-align: center;
  color: #ff3342;
}

.selector-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 15px #00000022;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.selector-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 0px 30px #00000022;
}

.section-banner {
  width: 100%;
  height: 655px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-title {
  font-size: 54px;
  color: #ffffff;
}

.banner-title-responsive {
  font-size: 32px;
  color: #ff1c29;
  text-align: center;
  display: none;
}

.info-card {
  width: 709px;
  height: 421px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px #0000001A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15%;
}

.title {
  font-size: 33px;
  color: #fe2833;
}

.advantages-list-title {
  font-size: 14px;
  color: #fe2833;
}

.advantages-container {
  height: auto;
  display: flex;
  justify-content: center;
  padding: 90px 190px;
  gap: 60px;
}

.advantages-list-item {
  display: flex;
  gap: 20px;
  /*margin-bottom: 13px;*/
}

.gallery {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  /*align-items: center;*/
  margin-bottom: 80px;
  overflow: hidden;
}

.slider-container {
  /*display: flex;*/
  /*justify-content: center;*/
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide-content {
  display: flex !important;
}

.slide-content img {
  width: 960px;
  height: 810px;
  /*cursor: pointer;*/
}

.carousel-indicators {
  position: relative !important;
  width: 10%;
}

.carousel-inner {
  display: flex;
  justify-content: center;
}

.carousel-item {
  width: auto !important;
  margin-right: 0 !important;
}

.slider-indicators {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15%;
}

.form-input {
  width: 100%;
  height: 75px;
  background: #F2F2F2;
  border: none;
  padding: 25px;
}

.advantages-list {
  height: auto;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  color: #7E7D7D;
}

.advantages-section {
  margin-top: -10px;
  display: flex;
  flex-direction: column;
}

.gallery-title {
  margin-bottom: 45px !important;
  display: flex;
  justify-content: center;
}

.message-input {
  resize: none;
}

.form-button-container {
  display: flex;
  align-items: center;
  padding: 3% 0;
  justify-content: end;
}

.form-button {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #FF1C29;
  gap: 15px;
  border: none;
  background: none;
  padding: 0;
}

/* SLIDERS */

.slider-container {
  position: relative;
  overflow: hidden;
  margin-bottom: -25px;
}

.slider-track {
  display: flex;
  justify-content: center;
  transition: transform 0.5s ease-in-out;
  gap: 4%;
}

.slider-item {
  flex: 0 0 300px;
  box-sizing: border-box;
  opacity: 0.5;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.slider-item.active {
  opacity: 1;
  transform: scale(1.1);
}

.slider-item img {
  width: 800px;
  height: 650px;
  display: block;
}

.slider-button {
  width: 60px;
  height: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.slider-button.prev {
  left: 20px;
}

.slider-button.next {
  right: 20px;
}

.first-banner-text {
  /*padding: 0 313px;*/
  padding: 0 16%;
}

.info-form {
  padding: 0 490px;
  margin: 25px 0;
}

.card-buttons {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  /*align-items: center;*/
  padding: 15px;
  gap: 45px;
}

.red-container-text {
  font-size: 19px;
  /*font-weight: 700;*/
  color: #ffffff;
  text-align: center;
}

.form-content {
  display: flex;
  justify-content: space-between;
  gap: 35px;
}

.form-inputs {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-info {
  display: flex;
  justify-content: center;
  gap: 25px;
}

.footer-phone {
  font-size: 32px;
  text-align: center;
}

.footer-text {
  font-size: 24px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-line {
  font-size: 32px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.footer-location {
  font-size: 18px;
  width: 30vw;
  text-align: center;
}

.footer-banner {
  background-image: url("../../assets/img/footer-banner.webp");
  height: 268px;
  display: flex !important;
  flex-direction: column;
  gap: 25px;
}

.footer-text-hidden {
  display: none;
  font-size: 24px;
}

.card-button-img {
  width: 100%;
  height: 360px;
}

.form-text-1 {
  font-size: 24px;
  color: #78797E;
  margin-bottom: 0;
}

.form-text-2 {
  font-size: 24px;
  color: #FF3342;
}

.form-title-container {
  margin-bottom: 2rem;
}

.services-section {
  display: flex;
  align-items: center;
  width: 1400px;
}

.services {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}

.section-banner-responsive {
  width: 100%;
  display: none;
}

.dial-code-input {
  width: 25%;
  border-right: 2px solid #c4c4c4;
}

.advantages-img {
  width: 100%;
  height: 100%;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .first-banner-info {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .first-img {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .first-img-responsive {
    display: block !important;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .advantages-img {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .first-banner-text {
    padding: 0 !important;
  }
}

@media (max-width: 1440px) {
  .info-form {
    padding: 0 10%;
  }
}

@media (max-width: 768px) {
  .info-form {
    padding: 0 !important;
    margin: 20px 0;
  }
}

@media (max-width: 1440px) {
  .claroflex-logo {
    left: 5% !important;
  }
}

@media (max-width: 768px) {
  .claroflex-logo {
    left: 7% !important;
  }
}

@media (max-width: 768px) {
  .card-buttons {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .form-responsive {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .input-responsive {
    padding: 0 45px;
  }
}

@media (max-width: 768px) {
  .footer-info {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .footer-text {
    width: 100vw !important;
  }
}

@media (max-width: 768px) {
  .footer-line {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer-banner {
    background-image: url("../../assets/img/banner-footer-responsive.png") !important;
    height: 548px !important;
  }
}

@media (max-width: 768px) {
  .footer-text-hidden {
    display: block !important;
  }
}

@media (max-width: 1440px) {
  .red-container {
    padding: 35px !important;
  }
}

@media (max-width: 768px) {
  .red-container {
    margin-top: 0;
    background-color: #ffffff;
    padding: 35px !important;
    height: auto;
  }
}

@media (max-width: 1440px) {
  .red-container-text {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .red-container-text {
    color: #7E7D7D;
    font-size: 14px;
    text-align: start;
  }
}

@media (max-width: 768px) {
  .card-buttons {
    margin-top: 0 !important;
  }
}

@media (max-width: 1440px) {
  .card-button-img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .card-button-img {
    height: 200px;
  }
}

@media (max-width: 768px) {
  .card-text {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .form-text-1 {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .form-text-2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .form-title-container {
    display: flex;
    flex-direction: column;
    padding: 0 45px;
  }
}

@media (max-width: 768px) {
  .form-button-container {
    padding-right: 45px;
  }
}

@media (max-width: 1440px) {
  .img-2-responsive {
    width: 700px;
  }
}

@media (max-width: 768px) {
  .img-2-responsive {
    width: 100%;
  }
}

@media (max-width: 1440px) {
  .info-card {
    width: 509px;
    height: 321px;
    right: 10%;
  }
}

@media (max-width: 768px) {
  .info-card {
    width: 100%;
    position: relative;
    box-shadow: none;
    right: 0;
    padding: 50px;
    margin-bottom: 40px;
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .services-section {
    width: auto;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .banner-title {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner-title-responsive {
    display: block;
    margin-bottom: 40px !important;
  }
}

@media (max-width: 768px) {
  .services {
    margin-bottom: 0;
  }
}

@media (max-width: 1440px) {
  .section-banner {
    height: 355px;
  }
}

@media (max-width: 768px) {
  .section-banner {
    display: none;
  }
}

@media (max-width: 768px) {
  .section-banner-responsive {
    display: block;
  }
}

@media (max-width: 1440px) {
  .advantages-container {
    padding: 90px 40px;
  }
}

@media (max-width: 768px) {
  .advantages-container {
    gap: 0;
    padding: 40px 20px;
  }
}

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

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

@media (max-width: 768px) {
  .advantages-list {
    gap: 15px;
  }
}

@media (max-width: 1440px) {
  .advantages-list-text {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .advantages-list-text {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .gallery {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .gallery-title {
    display: none;
  }
}

@media (max-width: 768px) {
  .slider-item img {
    width: 250px;
    height: 200px;
  }
}

@media (max-width: 768px) {
  .slider-item {
    flex: 0 0 0;
  }
}

@media (max-width: 768px) {
  .slider-track {
    gap: 12%;
  }
}

@media (max-width: 768px) {
  .slider-button {
    width: 40px;
    height: 60px;
  }
}

.red-line {
  margin-right: 15px;
  width: 20px;
}

.red-line-text {
  margin-left: -20px !important;
}

.info-card-title {
  font-size: 33px;
  color: #fe2833;
}

.info-card-text {
  font-family: 'Roboto';
  font-size: 18px;
  color: #7e7d7d;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

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

@media (max-width: 1440px) {
  .info-card-text {
    font-size: 14px;
  }
}

@media (max-width: 1440px) {
  .services-img {
    position: relative;
    left: 10%;
  }
}

@media (max-width: 768px) {
  .services-img {
    left: 0;
  }
}

.slider {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.slides {
  display: flex;
  transition: transform 0.5s ease;
  /*gap: 4%;*/
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
  /*border-right: 20px solid #fff;*/
  padding: 0 20px;
}

@media (max-width: 1440px) {
  .slides {
    position: relative;
    left: 20%;
  }
}

@media (max-width: 1440px) {
  .slide {
    min-width: 60%;
  }
}

@media (max-width: 1440px) {
  .slide-img {
    height: 425px !important;
  }
}

@media (max-width: 768px) {
  .slide-img {
    height: 200px !important;
  }
}

@media (max-width: 768px) {
  .slide {
    padding: 0 10px;
  }
}

.slide-img {
  width: 100%;
  display: block;
}

button.prev, button.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 2em;
  cursor: pointer;
  padding: 0.5em;
  z-index: 1;
}

button.prev {
  left: 20px;
}

button.next {
  right: 20px;
}

@media (max-width: 1440px) {
  button.prev {
    left: 22.2%;
  }
}

@media (max-width: 1440px) {
  button.next {
    right: 22.2%;
  }
}

@media (max-width: 768px) {
  button.prev {
    left: 22.4%;
    font-size: 1.5em;
  }
}

@media (max-width: 768px) {
  button.next {
    right: 22.4%;
    font-size: 1.5em;
  }
}

.slide-img {
  height: 700px;
}

.red-line-container {
  display: flex;
  align-items: center;
}

.swal2-title {
  font-size: 2.5em !important;
}

.swal2-html-container {
  font-size: 1.5em !important;
}

.swal2-confirm, .swal2-deny, .swal2-cancel {
  font-size: 1.5em !important;
}

