@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap");
* {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

body {
  color: #606062;
  font-family: "Raleway", sans-serif;
  font-size: 1em;
  font-weight: 400;
}

main {
  position: relative;
}

a {
  color: #fff;
  -webkit-transition: .2s;
  transition: .2s;
}

.primary-color {
  color: #EE3050;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-grey {
  color: #606062;
}

.title-1 {
  font-family: "Raleway", sans-serif;
  font-size: 3.4rem;
  line-height: 3.4rem;
  font-weight: 900;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .title-1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

.title-2 {
  font-family: "Raleway", sans-serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .title-2 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.title-3 {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: -1px;
}

@media (min-width: 768px) {
  .title-3 {
    font-size: 2.4rem;
    line-height: 2.4rem;
  }
}

.title-4 {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: -1px;
  font-weight: 700;
}

.title-5 {
  font-family: "Raleway", sans-serif;
  font-size: 2rem;
  line-height: 2.2rem;
  letter-spacing: -1px;
  font-weight: 900;
  color: #606062;
}

@media (min-width: 768px) {
  .title-5 {
    font-size: 3rem;
    line-height: 3rem;
  }
}

.title-5 span {
  display: block;
  font-size: 75%;
  line-height: 1;
}

.outline {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}

.btn {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  border: 2px solid #EE3050;
  padding: 0.5rem 2rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 6px;
  color: #EE3050;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:hover {
  background-color: #EE3050;
  color: #fff;
  border-color: #EE3050;
}

.btn.btn-link {
  border: 2px solid transparent;
  color: #333;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem;
}

.btn.btn-link::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
  margin-right: .6rem;
  background-image: url(../img/chevron.svg);
  background-size: cover;
}

.btn.btn-link:hover {
  background-color: transparent;
  border-color: #666;
}

.btn.btn-link.btn-link-lg {
  font-size: 1.375rem;
}

.btn.btn-link.btn-link-lg::before {
  width: 30px;
  height: 30px;
}

.color {
  color: #EE3050;
}

.text-20 {
  font-size: 1.2rem;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  padding: 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

header .navbar-nav {
  padding: 1rem 0;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media (max-width: 991px) {
  header .navbar-nav {
    padding: 1rem;
  }
}

header .navbar-nav .nav-item {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

header .navbar-nav .nav-item.active .nav-link {
  color: #fff;
}

header .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: .5rem;
  display: block;
  font-weight: 700;
  font-size: 0.875rem;
}

header .navbar-nav .nav-item .nav-link:hover, header .navbar-nav .nav-item .nav-link.show {
  color: #fff;
}

header .thor-navbar {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

@media (max-width: 991px) {
  header .thor-navbar {
    overflow: inherit;
  }
}

header .thor-navbar .navbar-brand {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media (max-width: 991px) {
  header .thor-navbar .navbar-brand {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

header .thor-navbar .navbar-brand img {
  height: 65px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media (max-width: 991px) {
  header .thor-navbar .navbar-brand img {
    height: 50px;
  }
}

@media (max-width: 576px) {
  header .thor-navbar .navbar-brand img {
    height: 40px;
  }
}

header .thor-navbar nav {
  position: relative;
}

header .thor-navbar .navbar-collapse {
  position: absolute;
  right: 0;
  top: 65px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  min-width: 260px;
}

@media (min-width: 992px) {
  header .thor-navbar .navbar-collapse {
    position: relative;
    right: auto;
    top: auto;
    background-color: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (max-width: 576px) {
  header .thor-navbar .navbar-collapse {
    top: 55px;
  }
}

header .thor-navbar .navbar-collapse .navbar-nav li a {
  color: #fff;
  text-align: right;
  font-weight: 700;
  display: block;
}

header .thor-navbar .navbar-collapse .navbar-nav li a.active, header .thor-navbar .navbar-collapse .navbar-nav li a:hover {
  background-color: transparent;
}

header .thor-navbar .navbar-collapse .navbar-nav li a.active span, header .thor-navbar .navbar-collapse .navbar-nav li a:hover span {
  position: relative;
}

header .thor-navbar .navbar-collapse .navbar-nav li a.active span::after, header .thor-navbar .navbar-collapse .navbar-nav li a:hover span::after {
  content: "";
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 8px;
  width: 400px;
  left: 120%;
}

@media (max-width: 991px) {
  header .thor-navbar .navbar-collapse .navbar-nav li a.active span::after, header .thor-navbar .navbar-collapse .navbar-nav li a:hover span::after {
    display: none !important;
  }
}

header .thor-navbar .navbar-toggler {
  padding: 0;
  position: relative;
  width: 42px;
  height: 42px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

header .thor-navbar .navbar-toggler svg {
  width: 100%;
}

header .thor-navbar .navbar-toggler svg path {
  fill: #fff;
}

header.fixed {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  background-color: #606062;
}

header.fixed .thor-navbar {
  overflow: inherit;
}

header.fixed .thor-navbar .navbar-brand {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

header.fixed .thor-navbar .navbar-brand img {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  height: 55px;
}

header.fixed .thor-navbar .navbar-toggler {
  display: block;
  -webkit-transition: none;
  transition: none;
}

header.fixed .thor-navbar .navbar-collapse {
  width: 300px;
  position: absolute;
  top: 71px;
  right: 0;
  background-color: #EE3050;
  -webkit-transition: none;
  transition: none;
}

header.fixed .thor-navbar .navbar-collapse.collapse:not(.show) {
  display: none !important;
}

header.fixed .thor-navbar .navbar-collapse.collapse.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.fixed .thor-navbar .navbar-nav {
  position: relative;
  padding: 0.5rem 0 !important;
}

header.fixed .thor-navbar .navbar-nav li a {
  padding: .5rem 1rem;
}

header.fixed .thor-navbar .navbar-nav li a:hover span::after,
header.fixed .thor-navbar .navbar-nav li a.active span::after {
  display: none;
}

header.fixed .thor-navbar .navbar-nav::after {
  display: none;
}

.block-slider .box-fix-red {
  background-color: #EE3050;
  position: absolute;
  width: 600px;
  height: 600px;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media (max-width: 1199px) {
  .block-slider .box-fix-red {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 991px) {
  .block-slider .box-fix-red {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 576px) {
  .block-slider .box-fix-red {
    width: 170px;
    height: 360px;
  }
}

.block-slider .box-fix-red h1 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 240px;
  text-align: right;
}

@media (max-width: 576px) {
  .block-slider .box-fix-red h1 {
    width: 120px;
    left: 20px;
    bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.block-slider .box-fix-red h1::after {
  content: "";
  position: absolute;
  left: -180px;
  top: -130px;
  background-image: url(../img/rings-white.png);
  width: 300px;
  height: 300px;
  background-size: cover;
}

@media (max-width: 576px) {
  .block-slider .box-fix-red h1::after {
    width: 200px;
    height: 200px;
    left: -80px;
    top: -80px;
  }
}

.block-slider .main-slider .swiper-slide {
  height: 100vh;
}

.block-slider .main-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.block-slider .main-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}

.block-slider .main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EE3050;
}

.block-content {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .block-content {
    padding: 80px 0;
  }
}

.block-form {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .block-form {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.block-form::before {
  content: "";
  position: absolute;
  left: -100px;
  bottom: -100px;
  background-image: url(../img/circle-gradient.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 1000px;
  width: 1000px;
}

@media (max-width: 1199px) {
  .block-form::before {
    height: 900px;
    width: 900px;
  }
}

@media (max-width: 991px) {
  .block-form::before {
    height: 700px;
    width: 700px;
  }
}

@media (max-width: 767px) {
  .block-form::before {
    height: 600px;
    width: 600px;
  }
}

@media (max-width: 576px) {
  .block-form::before {
    height: 370px;
    width: 370px;
    bottom: -50px;
  }
}

.block-form h2 {
  margin-left: 50px;
  position: relative;
}

@media (max-width: 991px) {
  .block-form h2 {
    font-size: 3.4rem;
    line-height: 3rem;
    margin-left: 30px;
  }
}

@media (max-width: 991px) {
  .block-form h2 {
    margin-bottom: 130px;
  }
}

@media (max-width: 576px) {
  .block-form h2 {
    font-size: 2.2rem;
    line-height: 2rem;
    margin-bottom: 90px;
  }
}

.block-form h2::before {
  content: "";
  position: absolute;
  left: -100px;
  top: -100px;
  height: 330px;
  width: 330px;
  background-image: url(../img/ring-red.svg);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .block-form h2::before {
    left: -60px;
    top: -85px;
    height: 280px;
    width: 280px;
  }
}

@media (max-width: 576px) {
  .block-form h2::before {
    left: -60px;
    top: -55px;
    height: 180px;
    width: 180px;
  }
}

.block-slider2 {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.block-slider2 .box-fix-grey {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 50%;
  padding: 5rem;
  height: 98.5%;
  background-image: url(../img/bg-circle-dark.png);
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .block-slider2 .box-fix-grey {
    background-image: none;
    background-color: #202933;
    padding: 7rem 2rem 2rem;
    position: relative;
    width: 100%;
    height: auto;
  }
}

@media (max-width: 576px) {
  .block-slider2 .box-fix-grey {
    padding: 5rem 2rem 2rem;
  }
}

.block-slider2 .box-fix-grey h3 {
  position: absolute;
  right: 25.7rem;
  top: 15rem;
}

@media (max-width: 1399px) {
  .block-slider2 .box-fix-grey h3 {
    right: 20rem;
    top: 12rem;
  }
}

@media (max-width: 1199px) {
  .block-slider2 .box-fix-grey h3 {
    right: 14.5rem;
    top: 8rem;
  }
}

@media (max-width: 991px) {
  .block-slider2 .box-fix-grey h3 {
    position: relative;
    right: auto;
    top: auto;
  }
}

.block-slider2 .box-fix-grey h3 span {
  display: block;
  font-size: 75%;
  line-height: 1;
}

.block-slider2 .swiper {
  position: relative;
}

.block-slider2 .swiper::before {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 3rem;
  height: 165px;
  width: 230px;
  background-image: url(../img/arrow-dots.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1399px) {
  .block-slider2 .swiper::before {
    height: 120px;
    width: 212px;
    background-position: top right;
  }
}

@media (max-width: 1199px) {
  .block-slider2 .swiper::before {
    height: 80px;
    width: 130px;
  }
}

@media (max-width: 991px) {
  .block-slider2 .swiper::before {
    height: 120px;
    width: 212px;
  }
}

@media (max-width: 576px) {
  .block-slider2 .swiper::before {
    display: none;
  }
}

.block-slider2 .swiper .swiper-slide {
  position: relative;
}

.block-slider2 .swiper .swiper-slide .container {
  position: absolute;
  z-index: 1;
}

.block-slider2 .swiper .swiper-slide .container .swiper-caption {
  color: #fff;
  width: 400px;
  position: absolute;
  right: 0;
  top: 12rem;
}

@media (max-width: 1399px) {
  .block-slider2 .swiper .swiper-slide .container .swiper-caption {
    top: 10rem;
  }
}

@media (max-width: 1199px) {
  .block-slider2 .swiper .swiper-slide .container .swiper-caption {
    top: 5rem;
    width: 350px;
  }
}

@media (max-width: 991px) {
  .block-slider2 .swiper .swiper-slide .container .swiper-caption {
    right: auto;
    left: 9rem;
    top: 4rem;
    bottom: auto;
  }
}

@media (max-width: 576px) {
  .block-slider2 .swiper .swiper-slide .container .swiper-caption {
    left: 6rem;
    top: 3rem;
  }
}

.block-slider2 .swiper .swiper-slide .container .swiper-caption b {
  position: absolute;
  left: -7rem;
  bottom: -6rem;
  font-family: "Montserrat", sans-serif;
  font-size: 170px;
  color: #999;
  margin-right: 2rem;
}

@media (max-width: 1199px) {
  .block-slider2 .swiper .swiper-slide .container .swiper-caption b {
    font-size: 140px;
    left: -6rem;
    bottom: -2rem;
  }
}

@media (max-width: 576px) {
  .block-slider2 .swiper .swiper-slide .container .swiper-caption b {
    font-size: 80px;
    left: -3.5rem;
    bottom: auto;
    top: -1rem;
  }
}

.block-slider2 .swiper .swiper-slide .container .swiper-caption::before {
  content: "";
  position: absolute;
  left: -140px;
  bottom: -140px;
  height: 330px;
  width: 330px;
  background-image: url(../img/rings-red.png);
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1199px) {
  .block-slider2 .swiper .swiper-slide .container .swiper-caption::before {
    left: -151px;
    bottom: -90px;
    height: 250px;
    width: 230px;
  }
}

@media (max-width: 576px) {
  .block-slider2 .swiper .swiper-slide .container .swiper-caption::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .block-slider2 .swiper .swiper-slide .container .caption-text {
    width: 210px;
  }
}

@media (max-width: 576px) {
  .block-slider2 .swiper .swiper-slide .container .caption-text h4 {
    font-size: 1.6rem;
  }
}

.block-slider2 .swiper .swiper-pagination {
  position: relative;
  z-index: 9;
  bottom: 30px;
  margin: auto;
}

.block-slider2 .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
}

.block-slider2 .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EE3050;
}

.block-slider3 {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .block-slider3 {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 14rem;
  }
}

@media (max-width: 576px) {
  .block-slider3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 576px) {
  .block-slider3 h3 {
    font-size: 2.4rem;
    line-height: 2rem;
    margin-left: 1rem;
  }
}

.block-slider3 h3 span {
  display: block;
  font-size: 75%;
  line-height: 1;
}

@media (max-width: 991px) {
  .block-slider3 .btn-link {
    position: relative;
    top: -40px;
  }
}

@media (max-width: 767px) {
  .block-slider3 .btn-link {
    font-size: 1rem !important;
    margin-left: .5rem;
  }
}

.block-slider3 .swiper {
  position: relative;
  z-index: 5;
}

.block-slider3 .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}

.block-slider3 .swiper .swiper-wrapper .swiper-slide .swiper-caption {
  padding: 50px;
  position: absolute;
}

@media (max-width: 1199px) {
  .block-slider3 .swiper .swiper-wrapper .swiper-slide .swiper-caption {
    padding: 30px;
  }
}

@media (max-width: 991px) {
  .block-slider3 .swiper .swiper-wrapper .swiper-slide .swiper-caption {
    padding: 50px;
  }
}

@media (max-width: 576px) {
  .block-slider3 .swiper .swiper-wrapper .swiper-slide .swiper-caption {
    padding: 20px;
  }
}

.block-slider3 .swiper .swiper-wrapper .swiper-slide .swiper-caption h4 {
  line-height: 1;
}

@media (max-width: 1199px) {
  .block-slider3 .swiper .swiper-wrapper .swiper-slide .swiper-caption h4 {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .block-slider3 .swiper .swiper-wrapper .swiper-slide .swiper-caption h4 {
    font-size: 1.6rem;
  }
}

.block-slider3 .swiper .swiper-arrows {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 576px) {
  .block-slider3 .swiper .swiper-arrows {
    height: 40px;
    width: 80px;
  }
}

.block-slider3 .swiper .swiper-button-next,
.block-slider3 .swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin-top: auto;
  background-color: rgba(54, 65, 77, 0.5);
}

@media (max-width: 576px) {
  .block-slider3 .swiper .swiper-button-next,
  .block-slider3 .swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}

.block-slider3 .swiper .swiper-button-next img,
.block-slider3 .swiper .swiper-button-prev img {
  height: 40px;
}

@media (max-width: 576px) {
  .block-slider3 .swiper .swiper-button-next img,
  .block-slider3 .swiper .swiper-button-prev img {
    height: 30px;
  }
}

.block-slider3 .swiper .swiper-button-next:hover,
.block-slider3 .swiper .swiper-button-prev:hover {
  background-color: #36414d;
}

.block-slider3 .swiper .swiper-button-next::after,
.block-slider3 .swiper .swiper-button-prev::after {
  display: none;
}

.block-slider3 .box-fix-red {
  background-color: #EE3050;
  position: absolute;
  width: 600px;
  height: 160%;
  right: 0;
  top: -4rem;
  z-index: 3;
}

@media (max-width: 1399px) {
  .block-slider3 .box-fix-red {
    top: -3rem;
  }
}

@media (max-width: 1199px) {
  .block-slider3 .box-fix-red {
    top: -2rem;
    width: 450px;
  }
}

@media (max-width: 991px) {
  .block-slider3 .box-fix-red {
    width: 100%;
    position: absolute;
    top: auto;
    margin-top: -200px;
    right: 0;
    left: 0;
    height: auto;
    padding: 18rem 2rem 2rem;
    text-align: right;
  }
}

@media (max-width: 576px) {
  .block-slider3 .box-fix-red {
    margin-top: -65px;
    padding: 9rem 1rem 2rem;
  }
}

.block-slider3 .box-fix-red h4 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 255px;
  text-align: right;
}

@media (max-width: 991px) {
  .block-slider3 .box-fix-red h4 {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: auto;
  }
}

@media (max-width: 576px) {
  .block-slider3 .box-fix-red h4 {
    width: 245px;
  }
}

.footer {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  background-color: #606062;
}

@media (max-width: 576px) {
  .footer {
    padding: 2rem 0;
  }
}

.footer p {
  color: #fff;
}

@media (max-width: 576px) {
  .footer p {
    font-size: 14px;
  }
}

.footer .footer-brand {
  padding: 3rem 0 3rem 0;
}

.footer .footer-brand img {
  width: 100%;
  max-width: 250px;
}

@media (max-width: 576px) {
  .footer .footer-brand img {
    max-width: 200px;
  }
}

@media (max-width: 1199px) {
  .footer .footer-brand {
    padding: 2rem 0 2rem 0;
  }
}

@media (max-width: 991px) {
  .footer .footer-brand {
    padding: 0 1rem;
    text-align: right;
  }
}

@media (max-width: 576px) {
  .footer .footer-brand {
    padding: 0 2rem;
  }
}

.footer .agency svg {
  height: 8px;
}

.social-bar {
  position: fixed;
  z-index: 9;
  left: 0;
  top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .social-bar {
    width: 40px;
    height: 40px;
    left: 0;
  }
}

.social-bar li {
  margin-bottom: 5px;
}

.social-bar li a {
  padding: .5rem;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #EE3050;
}

@media (max-width: 991px) {
  .social-bar li a {
    width: 40px;
    height: 40px;
  }
}

.social-bar li a img {
  width: 25px;
}

@media (max-width: 991px) {
  .social-bar li a img {
    width: 20px;
  }
}

.block-internal-content {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px) {
  .block-internal-content {
    padding: 80px 0;
  }
}

@media (max-width: 767px) {
  .block-internal-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.inner {
  position: relative;
}

.header-inner {
  position: relative;
  height: 650px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center bottom;
}

@media (max-width: 767px) {
  .header-inner {
    height: 500px;
  }
}

.header-inner .box-fix-red {
  background-color: #EE3050;
  position: absolute;
  width: 600px;
  height: 400px;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media (max-width: 1199px) {
  .header-inner .box-fix-red {
    width: 500px;
    height: 500px;
  }
}

@media (max-width: 991px) {
  .header-inner .box-fix-red {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 576px) {
  .header-inner .box-fix-red {
    width: 170px;
    height: 360px;
  }
}

.header-inner .box-fix-red h1 {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 240px;
  text-align: right;
}

@media (max-width: 576px) {
  .header-inner .box-fix-red h1 {
    width: 120px;
    left: 20px;
    bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.3;
  }
}

.header-inner .box-fix-red h1::after {
  content: "";
  position: absolute;
  left: -180px;
  top: -130px;
  background-image: url(../img/rings-white.png);
  width: 300px;
  height: 300px;
  background-size: cover;
}

@media (max-width: 576px) {
  .header-inner .box-fix-red h1::after {
    width: 200px;
    height: 200px;
    left: -80px;
    top: -80px;
  }
}

.block-about {
  margin-top: -150px;
  padding: 150px 0;
  background-color: #ccc;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@media (max-width: 576px) {
  .block-about {
    margin-top: -180px;
  }
}

.block-about p {
  color: #333;
}

.block-about .title-big {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -37px;
}

@media (max-width: 576px) {
  .block-about .title-big {
    font-size: 70px;
    bottom: -17px;
  }
}

.contact-info p {
  color: #333;
}

.contact-info p a {
  color: #333;
}

.caption-contact {
  margin-bottom: .5rem;
}

.caption-contact img {
  width: 50px;
  height: 50px;
  margin-right: 1rem;
}

.caption-contact a {
  color: #808080;
  text-decoration: none;
}

.form-control {
  background-color: transparent;
  padding: .75rem 0;
  font-size: 1rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #000;
}

.form-control:focus {
  border: transparent;
  border-bottom: 1px solid #EE3050;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-control.error {
  border-color: red;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}

.form-group label.error {
  color: red;
  font-size: 13px;
}

.contact-form .btn {
  padding: .75rem 3rem;
  font-size: 1rem;
}

.map {
  height: 500px;
}

.form-product {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .form-product {
    margin-top: -80px;
  }
}

@media (max-width: 576px) {
  .form-product {
    padding: 60px 15px;
    margin-top: 0;
  }
}

.product-info {
  padding-bottom: 0;
}

@media (max-width: 576px) {
  .product-info h1 {
    font-size: 3rem;
  }
}

.product-info figure {
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .product-info figure {
    padding: 40px 15px;
  }
}

.product-info figure img {
  width: 100%;
}

@media (max-width: 576px) {
  .product-info .description {
    padding: 40px 15px;
  }
}

.product-info .description p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 576px) {
  .block-details {
    padding: 0;
  }
}

.block-details .block-details-wrapper {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 576px) {
  .block-details .block-details-wrapper {
    padding: 40px 15px;
  }
}

.block-details .block-details-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90%;
  border-top-right-radius: 100px;
  z-index: 0;
}

@media (max-width: 576px) {
  .block-details .block-details-wrapper::before {
    width: 100%;
  }
}

.block-details .block-details-wrapper .container {
  position: relative;
  z-index: 1;
}

.block-details .block-details-wrapper h2 {
  color: #fff;
}

.block-details .block-details-wrapper p {
  color: #fff;
  font-weight: 300;
}

.block-details .block-details-wrapper p b {
  display: block;
  font-weight: 700;
}

.contact-info {
  position: relative;
}

@media (max-width: 767px) {
  .contact-info {
    padding-bottom: 450px;
  }
}

.contact-info::after {
  content: "";
  background-image: url("../img/img-contact-desktop.png");
  width: 600px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-position: right bottom;
  right: 0;
  top: 100px;
}

@media (max-width: 1199px) {
  .contact-info::after {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .contact-info::after {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .contact-info::after {
    width: 100%;
    height: 400px;
    top: auto;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/img-contact-mobile.png");
  }
}

.box-fix-red.internal-page {
  background-color: #EE3050;
  position: absolute;
  width: 600px;
  height: 300px;
  right: 0;
  bottom: -300px;
  z-index: 3;
}

@media (max-width: 991px) {
  .box-fix-red.internal-page {
    width: 100%;
    position: absolute;
    top: auto;
    margin-top: -200px;
    right: 0;
    left: 0;
    height: auto;
    padding: 18rem 2rem 2rem;
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .box-fix-red.internal-page {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .box-fix-red.internal-page {
    width: 100%;
    position: relative;
    padding: 2rem;
    margin-top: auto;
    bottom: auto;
  }
}

@media (max-width: 576px) {
  .box-fix-red.internal-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.box-fix-red.internal-page h4 {
  position: absolute;
  left: 50px;
  bottom: 40px;
  width: 255px;
  text-align: right;
}

@media (max-width: 991px) {
  .box-fix-red.internal-page h4 {
    position: relative;
    left: auto;
    bottom: auto;
    margin-left: auto;
  }
}

@media (max-width: 576px) {
  .box-fix-red.internal-page h4 {
    width: 245px;
  }
}

.card-box {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

@media (max-width: 767px) {
  .card-box {
    margin-right: .5rem;
    margin-left: .5rem;
  }
}

@media (max-width: 767px) {
  .card-box {
    margin-right: 0;
    margin-left: 0;
  }
}

.card-box li {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  margin: 1rem;
  background-color: #EE3050;
}

@media (max-width: 767px) {
  .card-box li {
    margin: .5rem 0;
    -webkit-box-flex: 45%;
        -ms-flex: 45%;
            flex: 45%;
  }
}

@media (max-width: 767px) {
  .card-box li {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    margin: 0 0 1rem;
  }
}

.card-box li .card {
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 2rem;
  background-color: transparent;
  position: relative;
  height: 100%;
  background-position: right top;
  background-size: 130px;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .card-box li .card {
    padding: 1rem;
  }
}

.card-box li .card h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
  min-height: 64px;
}

@media (max-width: 767px) {
  .card-box li .card h4 {
    font-size: 1.5rem;
    min-height: 50px;
  }
}

.card-box li .card h4, .card-box li .card p {
  color: #fff;
}

.card-box li:first-child .card {
  background-size: 200px;
  background-position: left top;
}

.card-box li:nth-child(1n) .card {
  background-image: url("../img/bg-1.svg");
}

.card-box li:nth-child(2n) .card {
  background-image: url("../img/bg-2.svg");
}

.card-box li:nth-child(3n) .card {
  background-image: url("../img/bg-3.svg");
}

.card-box li:nth-child(4n) .card {
  background-image: url("../img/bg-4.svg");
}

.card-box li:nth-child(5n) .card {
  background-image: url("../img/bg-5.svg");
}

.card-box li:nth-child(6n) .card {
  background-image: url("../img/bg-6.svg");
}

.inversion-info {
  position: relative;
}

@media (max-width: 767px) {
  .inversion-info {
    padding-bottom: 450px;
  }
}

.inversion-info::after {
  content: "";
  background-image: url("../img/img-inversion-desktop.png");
  width: 600px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-position: right bottom;
  right: 0;
  background-size: cover;
  top: 100px;
}

@media (max-width: 1199px) {
  .inversion-info::after {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .inversion-info::after {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .inversion-info::after {
    width: 100%;
    height: 400px;
    top: auto;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/img-inversion-mobile.png");
  }
}

.about-info {
  position: relative;
}

@media (max-width: 767px) {
  .about-info {
    padding-bottom: 450px;
  }
}

.about-info::after {
  content: "";
  background-image: url("../img/img-construction-desktop.png");
  width: 600px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-position: right bottom;
  right: 0;
  background-size: cover;
  top: 100px;
}

@media (max-width: 1199px) {
  .about-info::after {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .about-info::after {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .about-info::after {
    width: 100%;
    height: 400px;
    top: auto;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/img-construction-mobile.png");
  }
}

.about-info.about-us::after {
  content: "";
  background-image: url("../img/img-about-desktop.png");
}

@media (max-width: 767px) {
  .about-info.about-us::after {
    background-image: url("../img/img-about-mobile.png");
  }
}

.inversion-info {
  position: relative;
}

@media (max-width: 767px) {
  .inversion-info {
    padding-bottom: 450px;
  }
}

.inversion-info::after {
  content: "";
  background-image: url("../img/img-inversion-desktop.png");
  width: 600px;
  height: 100%;
  position: absolute;
  bottom: 0;
  background-position: right bottom;
  right: 0;
  background-size: cover;
  top: 100px;
}

@media (max-width: 1199px) {
  .inversion-info::after {
    width: 500px;
  }
}

@media (max-width: 991px) {
  .inversion-info::after {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .inversion-info::after {
    width: 100%;
    height: 400px;
    top: auto;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-image: url("../img/img-inversion-mobile.png");
  }
}
/*# sourceMappingURL=style.css.map */