.products {
  padding: 50px 0;
}
@media all and (min-width: 576px) {
  .products {
    padding: 60px 0;
  }
}
@media all and (min-width: 768px) {
  .products {
    padding: 70px 0;
  }
}
@media all and (min-width: 1024px) {
  .products {
    padding: 80px 0;
  }
}
@media all and (min-width: 1200px) {
  .products {
    padding: 100px 0;
  }
}
.products__title {
  color: #412B89;
  font-size: 30px;
  line-height: 1.125;
  margin-bottom: 0.85em;
  text-align: center;
}
@media all and (min-width: 576px) {
  .products__title {
    font-size: 36px;
  }
}
@media all and (min-width: 768px) {
  .products__title {
    font-size: 42px;
  }
}
@media all and (min-width: 1024px) {
  .products__title {
    font-size: 48px;
  }
}
.products__cats {
  margin-bottom: 60px;
}
@media all and (min-width: 576px) {
  .products__cats {
    margin-bottom: 65px;
  }
}
@media all and (min-width: 768px) {
  .products__cats {
    margin-bottom: 75px;
  }
}
.products__cats .filter_btn {
  border: 1px solid #E84E72;
  border-radius: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  padding: 0 15px;
  background: #E84E72;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  margin: 0 8px;
}
@media all and (min-width: 576px) {
  .products__cats .filter_btn {
    height: 46px;
    min-width: 126px;
    font-size: 14px;
  }
}
@media all and (min-width: 768px) {
  .products__cats .filter_btn {
    height: 50px;
    min-width: 136px;
    font-size: 16px;
  }
}
@media all and (min-width: 1024px) {
  .products__cats .filter_btn {
    height: 54px;
    min-width: 146px;
  }
}
.products__cats .filter_btn.collapsed {
  background: #FFFFFF;
  color: #E84E72;
}
.products .container {
  max-width: 1280px;
}

.product_box__wrapper {
  margin: 0 0 33px;
}
@media all and (min-width: 576px) {
  .product_box__wrapper {
    margin-bottom: 45px;
  }
}
@media all and (min-width: 768px) {
  .product_box__wrapper {
    margin-bottom: 60px;
  }
}
@media all and (min-width: 1024px) {
  .product_box__wrapper {
    margin-bottom: 70px;
  }
}
@media all and (min-width: 1200px) {
  .product_box__wrapper {
    margin-bottom: 80px;
  }
}
.product_box__opener {
  background: transparent;
  border: 0;
  padding: 0;
}
.product_box__opener h3 {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #412B89;
  line-height: 1.35;
  text-align: center;
  max-width: 275px;
}
@media all and (min-width: 576px) {
  .product_box__opener h3 {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .product_box__opener h3 {
    margin-top: 20px;
    font-size: 20px;
  }
}
@media all and (min-width: 1024px) {
  .product_box__opener h3 {
    margin-top: 25px;
    font-size: 22px;
  }
}
@media all and (min-width: 1200px) {
  .product_box__opener h3 {
    margin-top: 30px;
    font-size: 24px;
  }
}

.product_modal .modal-dialog {
  width: 88.888%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
}
.product_modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 25px;
  padding: 65px 20px 25px;
  background: #FFFFFF;
  overflow: hidden;
}
@media all and (min-width: 576px) {
  .product_modal .modal-dialog .modal-content {
    padding: 65px 35px 35px;
    border-radius: 40px;
  }
}
@media all and (min-width: 768px) {
  .product_modal .modal-dialog .modal-content {
    padding: 70px 45px 45px;
    border-radius: 60px;
    overflow: auto;
  }
}
@media all and (min-width: 1024px) {
  .product_modal .modal-dialog .modal-content {
    padding: 75px 55px 60px;
    border-radius: 85px;
  }
}
@media all and (min-width: 1200px) {
  .product_modal .modal-dialog .modal-content {
    padding: 75px 65px;
    border-radius: 95px;
  }
}
.product_modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 25px;
  right: 25px;
  color: transparent;
  background: url(../images/close.svg) center center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-size: 0;
  opacity: 1;
}
@media all and (min-width: 576px) {
  .product_modal .modal-dialog .modal-content .close {
    top: 35px;
    right: 35px;
    width: 30px;
    height: 30px;
  }
}
@media all and (min-width: 768px) {
  .product_modal .modal-dialog .modal-content .close {
    top: 42px;
    right: 42px;
    width: 35px;
    height: 35px;
  }
}
@media all and (min-width: 1024px) {
  .product_modal .modal-dialog .modal-content .close {
    top: 52px;
    right: 52px;
    width: 40px;
    height: 40px;
  }
}
.product_modal .modal-dialog .modal-body {
  padding: 0;
}
.product_modal__thumbnail {
  margin-bottom: 15px;
}
@media all and (min-width: 768px) {
  .product_modal__thumbnail {
    width: 310px;
    flex: 0 0 310px;
    max-width: 25%;
    margin: 0;
  }
}
.product_modal__thumbnail img {
  margin: 0 auto;
  height: auto;
  width: 100%;
  max-width: 209px;
}
@media all and (min-width: 768px) {
  .product_modal__thumbnail img {
    max-width: 100%;
  }
}
.product_modal__content {
  padding-left: 15px;
  max-width: 580px;
}
@media all and (min-width: 768px) {
  .product_modal__content {
    padding-left: 45px;
  }
}
@media all and (min-width: 1024px) {
  .product_modal__content {
    padding-left: 55px;
  }
}
@media all and (min-width: 1200px) {
  .product_modal__content {
    padding-left: 65px;
  }
}
.product_modal__content h1 {
  color: #412B89;
  font-size: 30px;
  line-height: 1.125;
  margin-bottom: 0.35em;
  text-align: center;
}
@media all and (min-width: 576px) {
  .product_modal__content h1 {
    font-size: 36px;
  }
}
@media all and (min-width: 768px) {
  .product_modal__content h1 {
    font-size: 42px;
    text-align: left;
  }
}
@media all and (min-width: 1024px) {
  .product_modal__content h1 {
    font-size: 48px;
  }
}
.product_modal__rating {
  font-size: 16px;
  font-weight: bold;
  color: #412B89;
  margin-bottom: 25px;
}
.product_modal__rating .rating_stars {
  display: block;
  width: 127px;
  height: 23px;
  background: url(../images/opp_star.svg) left center repeat-x;
  background-size: contain;
  margin-right: 15px;
}
.product_modal__rating .rating_stars__inner {
  display: block;
  max-width: 100%;
  height: 23px;
  background: url(../images/yellow_star.svg) left center repeat-x;
  background-size: contain;
}
.product_modal__entry {
  color: #412B89;
  font-size: 18px;
  line-height: 1.25;
}
.product_modal__entry p {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 1em;
}
.product_modal__links {
  margin-top: 15px;
}
.product_modal__links img {
  width: 128px;
}
.product_modal__bottom {
  padding-top: 30px;
}
@media all and (min-width: 576px) {
  .product_modal__bottom {
    padding-top: 40px;
  }
}
@media all and (min-width: 768px) {
  .product_modal__bottom {
    padding-top: 50px;
  }
}
@media all and (min-width: 1024px) {
  .product_modal__bottom {
    padding-top: 65px;
  }
}
@media all and (min-width: 1200px) {
  .product_modal__bottom {
    padding-top: 80px;
  }
}
.product_modal__bottom .swiper {
  overflow: visible;
}
@media all and (min-width: 768px) {
  .product_modal__bottom .swiper {
    overflow: hidden;
  }
}
.product_modal__bottom .swiper-slide {
  width: 220px;
  padding: 0;
}
@media all and (min-width: 576px) {
  .product_modal__bottom .swiper-slide {
    width: 230px;
  }
}
@media all and (min-width: 768px) {
  .product_modal__bottom .swiper-slide {
    width: 245px;
  }
}
@media all and (min-width: 1024px) {
  .product_modal__bottom .swiper-slide {
    width: 260px;
  }
}
@media all and (min-width: 1200px) {
  .product_modal__bottom .swiper-slide {
    width: 268px;
  }
}
.product_modal__bottom .swiper-slide img {
  width: 100%;
}

.page-template-page-titan #page_content .container {
  max-width: 1310px;
}

.hero {
  max-height: 80vh;
  height: 640px;
}
@media all and (min-width: 768px) {
  .hero {
    max-height: 65vh;
  }
}
.hero img {
  object-fit: cover;
}
.hero__inner {
  color: #FFFFFF;
}
.hero__title {
  font-size: 34px;
  line-height: 1;
}
@media all and (min-width: 576px) {
  .hero__title {
    font-size: 48px;
  }
}
@media all and (min-width: 768px) {
  .hero__title {
    font-size: 60px;
  }
}
@media all and (min-width: 1024px) {
  .hero__title {
    font-size: 74px;
  }
}
.hero__sub_title {
  font-size: 14px;
}
@media all and (min-width: 576px) {
  .hero__sub_title {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .hero__sub_title {
    font-size: 22px;
  }
}
@media all and (min-width: 1024px) {
  .hero__sub_title {
    font-size: 24px;
  }
}

.title_and_content {
  margin: 35px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #412B89;
}
@media all and (min-width: 576px) {
  .title_and_content {
    margin: 50px 0;
  }
}
@media all and (min-width: 768px) {
  .title_and_content {
    margin: 65px 0;
  }
}
@media all and (min-width: 1024px) {
  .title_and_content {
    margin: 85px 0;
  }
}
.title_and_content__title {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media all and (min-width: 576px) {
  .title_and_content__title {
    font-size: 30px;
  }
}
@media all and (min-width: 768px) {
  .title_and_content__title {
    font-size: 38px;
    line-height: 1.1;
  }
}
@media all and (min-width: 1024px) {
  .title_and_content__title {
    font-size: 48px;
  }
}
@media all and (min-width: 992px) {
  .title_and_content .content_col {
    padding-left: 30px;
  }
}
@media all and (min-width: 992px) {
  .title_and_content .title_col {
    padding-right: 30px;
  }
}

.banner {
  margin: 0 0 35px;
}
@media all and (min-width: 576px) {
  .banner {
    margin: 0 0 50px;
  }
}
@media all and (min-width: 768px) {
  .banner {
    margin: 0 0 65px;
  }
}
@media all and (min-width: 1024px) {
  .banner {
    margin: 0 0 85px;
  }
}
.banner img {
  object-fit: cover;
}
.banner__title {
  color: #FFFFFF;
  font-size: 30px;
  max-width: 80%;
  margin: 27% 0;
  text-align: center;
}
@media all and (min-width: 576px) {
  .banner__title {
    font-size: 36px;
  }
}
@media all and (min-width: 768px) {
  .banner__title {
    font-size: 42px;
    margin: 14.175% 0;
  }
}
@media all and (min-width: 1024px) {
  .banner__title {
    font-size: 48px;
  }
}

.icons {
  margin: 35px 0 0;
}
@media all and (min-width: 576px) {
  .icons {
    margin: 50px 0 0;
  }
}
@media all and (min-width: 768px) {
  .icons {
    margin: 65px 0 0;
  }
}
@media all and (min-width: 1024px) {
  .icons {
    margin: 85px 0 0;
  }
}
.icons .icon_box {
  color: #412B89;
  margin-bottom: 60px;
  padding: 0 24px;
  text-align: center;
}
@media all and (min-width: 576px) {
  .icons .icon_box {
    margin-bottom: 70px;
    text-align: left;
  }
}
@media all and (min-width: 768px) {
  .icons .icon_box {
    margin-bottom: 80px;
  }
}
@media all and (min-width: 1024px) {
  .icons .icon_box {
    margin-bottom: 90px;
  }
}
@media all and (min-width: 1200px) {
  .icons .icon_box {
    margin-bottom: 100px;
  }
}
.icons .icon_box__thumbnail {
  width: 124px;
  height: 124px;
  margin: 0 auto 15px;
}
@media all and (min-width: 576px) {
  .icons .icon_box__thumbnail {
    margin: 0 0 25px;
  }
}
@media all and (min-width: 768px) {
  .icons .icon_box__thumbnail {
    margin-bottom: 35px;
  }
}
@media all and (min-width: 1024px) {
  .icons .icon_box__thumbnail {
    margin-bottom: 45px;
  }
}
.icons .icon_box__thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.icons .icon_box__title {
  font-size: 16px;
  margin-bottom: 10px;
}
@media all and (min-width: 576px) {
  .icons .icon_box__title {
    font-size: 18px;
  }
}
@media all and (min-width: 768px) {
  .icons .icon_box__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1024px) {
  .icons .icon_box__title {
    font-size: 22px;
  }
}
@media all and (min-width: 1200px) {
  .icons .icon_box__title {
    font-size: 24px;
  }
}

.title_and_elements {
  color: #412B89;
  margin-bottom: 85px;
}
@media all and (min-width: 576px) {
  .title_and_elements {
    margin-bottom: 100px;
  }
}
@media all and (min-width: 768px) {
  .title_and_elements {
    margin-bottom: 115px;
  }
}
@media all and (min-width: 1024px) {
  .title_and_elements {
    margin-bottom: 135px;
  }
}
.title_and_elements__inner {
  border-top: 3px solid #E84E72;
  border-bottom: 3px solid #E84E72;
  padding: 40px 0;
}
.title_and_elements__title {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media all and (min-width: 576px) {
  .title_and_elements__title {
    font-size: 36px;
  }
}
@media all and (min-width: 768px) {
  .title_and_elements__title {
    font-size: 42px;
    line-height: 1.15;
  }
}
@media all and (min-width: 1024px) {
  .title_and_elements__title {
    font-size: 48px;
  }
}
.title_and_elements h2 {
  font-size: 24px;
}
@media all and (min-width: 992px) {
  .title_and_elements .content_col {
    padding-left: 30px;
  }
}
@media all and (min-width: 992px) {
  .title_and_elements .title_col {
    padding-right: 30px;
  }
}

.four_boxes {
  margin: 35px 0;
}
@media all and (min-width: 576px) {
  .four_boxes {
    margin: 50px 0;
  }
}
@media all and (min-width: 768px) {
  .four_boxes {
    margin: 65px 0;
  }
}
@media all and (min-width: 1024px) {
  .four_boxes {
    margin: 85px 0;
  }
}
.four_boxes .box {
  margin-bottom: 40px;
}
.four_boxes .box:last-of-type {
  margin-bottom: 0;
}
@media all and (min-width: 768px) {
  .four_boxes .box {
    margin-bottom: 0;
  }
}
.four_boxes .box__title {
  font-size: 24px;
  margin-bottom: 15px;
}
.four_boxes .box .box__inner {
  background: #412B89;
  color: #FFFFFF;
  padding: 34px 25px;
  border-radius: 25px;
}
@media all and (min-width: 768px) {
  .four_boxes .box .box__inner {
    border-radius: 16px;
  }
}
.four_boxes .box .box__inner p {
  line-height: 1.5;
}
.four_boxes .box:nth-child(2n) .box__inner {
  background: #E84E72;
}

.four_number_boxes {
  margin: 35px 0;
}
@media all and (min-width: 576px) {
  .four_number_boxes {
    margin: 50px 0;
  }
}
@media all and (min-width: 768px) {
  .four_number_boxes {
    margin: 65px 0;
  }
}
@media all and (min-width: 1024px) {
  .four_number_boxes {
    margin: 85px 0;
  }
}
@media all and (min-width: 768px) {
  .four_number_boxes .num_box {
    margin-bottom: 40px;
  }
}
.four_number_boxes .num_box__inner {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #412B89;
}
@media all and (min-width: 768px) {
  .four_number_boxes .num_box__inner {
    padding: 0 10px;
  }
}
.four_number_boxes .num_box + .num_box .num_box__inner {
  border-top: 1px solid rgba(65, 43, 137, 0.18);
}
@media all and (min-width: 768px) {
  .four_number_boxes .num_box + .num_box .num_box__inner {
    border-top: 0;
  }
}
@media all and (min-width: 768px) {
  .four_number_boxes .num_box:nth-child(2n) {
    border-left: 1px solid rgba(65, 43, 137, 0.18);
  }
}
@media all and (min-width: 992px) {
  .four_number_boxes .num_box:nth-child(3) {
    border-left: 1px solid rgba(65, 43, 137, 0.18);
  }
}
.four_number_boxes .num_box__thumbnail {
  margin-bottom: 10px;
  font-size: 66px;
  color: #E84E72;
  font-weight: 900;
  line-height: 0.9;
}
@media all and (min-width: 576px) {
  .four_number_boxes .num_box__thumbnail {
    font-size: 72px;
  }
}
@media all and (min-width: 768px) {
  .four_number_boxes .num_box__thumbnail {
    margin-bottom: 20px;
    font-size: 80px;
  }
}
@media all and (min-width: 1024px) {
  .four_number_boxes .num_box__thumbnail {
    font-size: 88px;
  }
}
.four_number_boxes .num_box__title {
  font-size: 16px;
  margin-bottom: 10px;
}
@media all and (min-width: 576px) {
  .four_number_boxes .num_box__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .four_number_boxes .num_box__title {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 1024px) {
  .four_number_boxes .num_box__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.four_number_boxes .num_box__entry {
  line-height: 1.5;
}

.three_number_boxes {
  margin: 35px 0;
}
@media all and (min-width: 576px) {
  .three_number_boxes {
    margin: 50px 0;
  }
}
@media all and (min-width: 768px) {
  .three_number_boxes {
    margin: 65px 0;
  }
}
@media all and (min-width: 1024px) {
  .three_number_boxes {
    margin: 85px 0;
  }
}
.three_number_boxes .num_box__inner {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #412B89;
}
@media all and (min-width: 768px) {
  .three_number_boxes .num_box__inner {
    padding: 0 10px;
  }
}
.three_number_boxes .num_box__thumbnail {
  margin-bottom: 10px;
  font-size: 66px;
  color: #E84E72;
  font-weight: 900;
  line-height: 0.9;
}
@media all and (min-width: 576px) {
  .three_number_boxes .num_box__thumbnail {
    font-size: 72px;
  }
}
@media all and (min-width: 768px) {
  .three_number_boxes .num_box__thumbnail {
    margin-bottom: 20px;
    font-size: 80px;
  }
}
@media all and (min-width: 1024px) {
  .three_number_boxes .num_box__thumbnail {
    font-size: 88px;
  }
}
.three_number_boxes .num_box__title {
  font-size: 16px;
  margin-bottom: 10px;
}
@media all and (min-width: 576px) {
  .three_number_boxes .num_box__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .three_number_boxes .num_box__title {
    font-size: 21px;
    margin-bottom: 25px;
  }
}
@media all and (min-width: 1024px) {
  .three_number_boxes .num_box__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.three_number_boxes .num_box__entry {
  line-height: 1.5;
}

/*# sourceMappingURL=main.css.map */
