@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  background-color: #0F0104;
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.5;
  font-weight: 300;
  font-size: 18px;
  position: relative;
}

.tmpl-main-section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}
.tmpl-main-section section {
  position: relative;
  z-index: 2;
}
.tmpl-main-section .home-bg-1 {
  position: absolute;
  left: 0;
  top: 1300px;
  width: 522px;
  height: 1906px;
  background-image: url("../img/home-bg-1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.tmpl-main-section .home-bg-2 {
  position: absolute;
  left: 0;
  top: 4000px;
  width: 502px;
  height: 1906px;
  background-image: url("../img/home-bg-2.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.tmpl-main-section .footer-bg {
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  width: 606px;
  height: 1576px;
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.tmpl-main-section .news-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 502px;
  height: 1469px;
  background-image: url("../img/news-bg-1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.tmpl-main-section .news-bg-2 {
  position: absolute;
  right: 0;
  top: 500px;
  width: 542px;
  height: 1906px;
  background-image: url("../img/news-bg-2.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.tmpl-main-section .post-bg-1 {
  position: absolute;
  left: 0;
  top: 700px;
  width: 661px;
  height: 1906px;
  background-image: url("../img/post-bg-1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.tmpl-main-section .post-bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 578px;
  height: 1820px;
  background-image: url("../img/post-bg-2.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.tmpl-main-section .service-bg-1 {
  position: absolute;
  left: 0;
  top: 400px;
  width: 551px;
  height: 1906px;
  background-image: url("../img/service-bg-1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.tmpl-main-section .service-bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 517px;
  height: 1856px;
  background-image: url("../img/service-bg-2.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.tmpl-main-section .about-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 439px;
  height: 1352px;
  background-image: url("../img/about-bg-1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.tmpl-main-section .page-bg-1 {
  position: absolute;
  left: 0;
  top: 500px;
  width: 342px;
  height: 1906px;
  background-image: url("../img/page-bg-1.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.tmpl-main-section .page-bg-2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 412px;
  height: 1451px;
  background-image: url("../img/page-bg-2.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.tmpl-main-section .bg-404-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 967px;
  height: 512px;
  background-image: url("../img/404-bg-1.png");
  background-repeat: no-repeat;
  background-position: left bottom;
}
.tmpl-main-section .bg-404-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1598px;
  height: 481px;
  background-image: url("../img/404-bg-2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.tmpl-main-section .bg-404-3 {
  position: absolute;
  right: 0;
  top: 0;
  width: 718px;
  height: 481px;
  background-image: url("../img/404-bg-3.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.tmpl-main-section .thank-bg-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 718px;
  height: 688px;
  background-image: url("../img/thank-bg-1.png");
  background-repeat: no-repeat;
  background-position: left top;
}

img {
  max-width: 100%;
}

a {
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #CE1126;
}

.section-title {
  font-size: 65px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

.page-title {
  font-size: 65px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 1em 0;
  text-transform: uppercase;
}

h1 {
  font-size: 65px;
  font-weight: 700;
}

h2 {
  font-size: 65px;
  font-weight: 700;
}

h3 {
  font-size: 55px;
  font-weight: 700;
}

h4 {
  font-size: 26px;
  font-weight: 600;
}

h5 {
  font-size: 20px;
  font-weight: 600;
}

h6 {
  font-size: 18px;
  font-weight: 600;
}

p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

b, strong {
  font-weight: 600;
}

.btn {
  outline: none;
  text-decoration: none;
  display: inline-block;
  padding: 12px 29px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50px;
  position: relative;
  text-align: center;
  border: none;
}
.btn.btn-red {
  background: #CE1126;
  color: #fff;
}
.btn.btn-red:before, .btn.btn-red:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.btn.btn-red:hover {
  text-decoration: none;
}
.btn.btn-red:hover:before {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
}
.btn.btn-red:hover:after {
  -webkit-box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
}
.btn.btn-red .btn-text {
  padding-right: 36px;
  position: relative;
}
.btn.btn-red .btn-animation {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
  line-height: 1;
}

.animation-form-btn {
  position: relative;
}
.animation-form-btn .btn {
  position: relative;
  z-index: 2;
}
.animation-form-btn .btn:before, .animation-form-btn .btn:after {
  display: none;
}
.animation-form-btn:before, .animation-form-btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  z-index: 0;
}
.animation-form-btn:hover {
  text-decoration: none;
}
.animation-form-btn:hover:before {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
}
.animation-form-btn:hover:after {
  -webkit-box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
}
.animation-form-btn .btn-animation {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  margin-top: -13px;
  margin-left: 90px;
  line-height: 1;
  z-index: 3;
}

header {
  position: relative;
  z-index: 10;
}
header .header-bg {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}
header .header-section {
  position: relative;
  z-index: 1;
}
header .header-row {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 35px;
  margin-top: 35px;
}
header .header-row .header-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
}
header .header-row .header-left .menu-btn {
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin-right: 40px;
}
header .header-row .header-left .menu-btn .menu-line {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15px;
  height: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 10px;
}
header .header-row .header-left .menu-btn .menu-line span {
  display: inline-block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  background: #0F0104;
}
header .header-row .header-left .menu-btn .menu-text {
  display: inline-block;
  color: #0F0104;
  font-size: 16px;
  font-weight: 500;
}
header .header-row .header-left .main-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
header .header-row .header-left .main-menu li {
  display: inline-block;
  margin-right: 30px;
}
header .header-row .header-left .main-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}
header .header-row .header-left .main-menu li a:hover {
  color: #CE1126;
}
header .header-row .header-center {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
  text-align: center;
}
header .header-row .header-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  text-align: right;
}
header .header-row .header-right .header-btn {
  display: inline-block;
}
header .header-row .header-right .header-btn .btn {
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 17px;
  padding-right: 17px;
  font-size: 16px;
}
header .header-row .header-right .language {
  display: inline-block;
  margin-left: 30px;
}
header .header-row .header-right .language .jq-selectbox__select {
  background: #fff;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  padding: 10px 15px;
  padding-right: 28px;
  height: auto;
  border: none;
}
header .header-row .header-right .language .jq-selectbox__trigger {
  border: none;
  width: 8px;
  right: 15px;
}
header .header-row .header-right .language .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
  width: 10px;
  height: 6px;
  border: none;
  right: 0;
  top: 50%;
  margin-top: -3px;
  background-image: url("../img/language-select.svg");
}
header .header-row .header-right .language .jq-selectbox__select-text {
  color: #0F0104;
}
header .header-row .header-right .language .jq-selectbox__dropdown {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  margin: 0;
  padding-top: 10px;
}
header .header-row .header-right .language .jq-selectbox {
  text-align: center;
}
header .header-row .header-right .language .jq-selectbox li {
  width: 44px;
  height: 44px;
  display: inline-block;
  margin-bottom: 6px;
  height: auto;
  min-height: auto;
  padding: 10px 12px;
  border-radius: 50%;
  background: #fff;
  color: #0F0104;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-row .header-right .language .jq-selectbox li.selected {
  background: #fff;
  color: #0F0104;
}
header .header-row .header-right .language .jq-selectbox li:hover {
  background: #0F0104;
  color: #fff;
}
header .header-row .header-right .language .jq-selectbox li:hover:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 17, 38, 0.2)), to(rgba(206, 17, 38, 0.05)));
  background: linear-gradient(180deg, rgba(206, 17, 38, 0.2) 0%, rgba(206, 17, 38, 0.05) 100%);
}
header .menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0F0104;
  z-index: 11;
  overflow-y: scroll;
  padding: 30px 0;
}
header .menu-overlay:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 17, 38, 0.2)), to(rgba(206, 17, 38, 0.05)));
  background: linear-gradient(180deg, rgba(206, 17, 38, 0.2) 0%, rgba(206, 17, 38, 0.05) 100%);
}
header .menu-overlay .menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/menu-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
}
header .menu-overlay .menu-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  cursor: pointer;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  margin-bottom: 80px;
}
header .menu-overlay .menu-popup {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header .menu-overlay .menu-popup li {
  margin-bottom: 70px;
  text-align: left;
}
header .menu-overlay .menu-popup li a {
  font-size: 45px;
  line-height: 1;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
header .menu-overlay .menu-popup li a:hover {
  color: #CE1126;
}

.tmpl-main-top-line {
  position: absolute;
  left: 52%;
  top: 0;
  display: block;
  width: 2px;
  height: 251px;
  background-image: url("../img/header-line.svg");
}

.main-about {
  padding-top: 140px;
  padding-bottom: 113px;
  position: relative;
  overflow: hidden;
}
.main-about #trigger-1 {
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%;
}
.main-about .about-line-animation {
  height: 0;
  width: 52%;
  position: absolute;
  right: 48%;
  top: 38px;
  background-image: url("../img/about-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.main-about .about-title {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.main-about .about-title .about-title-left {
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  width: 471px;
  height: 2px;
  margin-top: -1px;
  background-image: url("../img/title-left.svg");
}
.main-about .about-title .about-title-right {
  position: absolute;
  display: block;
  left: 100%;
  top: 50%;
  width: 471px;
  height: 2px;
  margin-top: -1px;
  background-image: url("../img/title-right.svg");
}
.main-about .about-image-mobile {
  display: none;
}
.main-about .about-row {
  padding-top: 163px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-about .about-row .about-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 39%;
          flex: 0 1 39%;
}
.main-about .about-row .about-content .section-title {
  margin-bottom: 50px;
  max-width: 282px;
}
.main-about .about-row .about-content .section-subtitle {
  margin-bottom: 50px;
  font-size: 18px;
}
.main-about .about-row .about-content .section-subtitle b {
  font-size: 20px;
  font-weight: 400;
}
.main-about .about-row .about-content .about-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.main-about .about-row .about-content .about-numbers .numbers-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 30px;
}
.main-about .about-row .about-content .about-numbers .numbers-item .numbers-item-value {
  font-size: 65px;
  font-weight: 500;
}
.main-about .about-row .about-content .about-numbers .numbers-item .numbers-item-label {
  font-size: 14px;
}
.main-about .about-row .about-content .btn {
  width: 280px;
  max-width: 100%;
}
.main-about .about-row .about-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 61%;
          flex: 0 1 61%;
  padding-left: 80px;
  padding-top: 180px;
}

.main-why {
  padding-top: 100px;
  padding-bottom: 55px;
  position: relative;
  overflow: hidden;
}
.main-why .section-header {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-why .section-header .section-title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.main-why .section-header .btn {
  width: 220px;
  max-width: 100%;
}
.main-why .why-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  padding-bottom: 50px;
}
.main-why .why-items .why-item {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
}
.main-why .why-items .why-item.why-item-1 .why-item-content {
  background-image: url("../img/why-item-1.png");
}
.main-why .why-items .why-item.why-item-2 .why-item-content {
  background-image: url("../img/why-item-2.png");
}
.main-why .why-items .why-item.why-item-3 .why-item-content {
  background-image: url("../img/why-item-3.png");
}
.main-why .why-items .why-item .why-item-content {
  height: 100%;
  padding: 80px 25px 42px 25px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 30px;
}
.main-why .why-items .why-item .why-item-content .why-item-image {
  margin-bottom: 35px;
  text-align: center;
}
.main-why .why-items .why-item .why-item-content .why-item-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 25px;
  text-align: center;
}
.main-why .why-items .why-item .why-item-content .why-item-desc {
  font-size: 14px;
  text-align: center;
}
.main-why .mobile-btn {
  display: none;
}
.main-why .about-map {
  margin: 0 -15px;
  position: relative;
  padding-top: 30px;
}
.main-why .about-map .about-map-desc {
  position: absolute;
  max-width: 332px;
  margin-left: auto;
  margin-right: auto;
  top: 0;
  left: 45%;
  right: auto;
}
.main-why .about-map .about-map-desc .title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 14px;
}
.main-why .about-map .about-map-desc .subtitle {
  font-size: 16px;
}
.main-why .about-map .about-map-image {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  text-align: center;
}
.main-why .about-map .about-map-image.show {
  opacity: 1;
}
.main-why .about-map .about-map-image .mobile {
  display: none;
}

.main-sevices {
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 70px;
  background-image: url("../img/services-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.main-sevices .services-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-sevices .services-row .services-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 314px;
          flex: 0 0 314px;
}
.main-sevices .services-row .services-header .section-title {
  margin-bottom: 50px;
}
.main-sevices .services-row .services-header .btn {
  width: 220px;
  max-width: 100%;
}
.main-sevices .services-row .services-items {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
.main-sevices .services-row .services-items .services-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 12px;
}
.main-sevices .services-row .services-items .services-item.services-item-1 {
  padding-top: 190px;
}
.main-sevices .services-row .services-items .services-item.services-item-2 {
  padding-bottom: 190px;
}
.main-sevices .services-row .services-items .services-item .services-item-content {
  padding: 60px 67px;
  height: 100%;
  background-image: url("../img/services-item-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border-radius: 30px;
}
.main-sevices .services-row .services-items .services-item .services-item-content .services-item-number {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 45px;
}
.main-sevices .services-row .services-items .services-item .services-item-content .services-item-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.main-sevices .services-row .services-items .services-item .services-item-content .services-item-subtitle {
  font-size: 16px;
  margin-bottom: 45px;
}
.main-sevices .services-row .services-items .services-item .services-item-content .services-item-btn .btn {
  padding-left: 0;
  padding-right: 0;
  width: 200px;
  max-width: 100%;
}

.main-news {
  overflow: hidden;
  padding-bottom: 70px;
  padding-top: 70px;
  position: relative;
}
.main-news .news-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.main-news .news-header .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.main-news .news-header .btn {
  width: 220px;
  max-width: 100%;
}
.main-news .news-btm-mobile {
  display: none;
}

.news-items {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-items .news-item {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  margin-bottom: 20px;
}
.news-items .news-item .news-item-content {
  background: #0A0A0A;
  border-radius: 15px;
}
.news-items .news-item .news-item-content .news-item-header .news-item-header-content {
  padding: 50px 25px;
  padding-bottom: 25px;
  min-height: 236px;
}
.news-items .news-item .news-item-content .news-item-header .news-item-header-content .date {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 8px;
}
.news-items .news-item .news-item-content .news-item-header .news-item-header-content .title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
}
.news-items .news-item .news-item-content .news-item-header .news-item-header-content .title a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.news-items .news-item .news-item-content .news-item-image {
  position: relative;
}
.news-items .news-item .news-item-content .news-item-image a {
  display: block;
  position: relative;
}
.news-items .news-item .news-item-content .news-item-image a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 17, 38, 0.2)), to(rgba(206, 17, 38, 0.05)));
  background: linear-gradient(180deg, rgba(206, 17, 38, 0.2) 0%, rgba(206, 17, 38, 0.05) 100%);
  border-radius: 15px;
}
.news-items .news-item .news-item-content .news-item-image a img {
  border-radius: 15px;
}
.news-items .news-item .news-item-content .news-item-image .read-more {
  position: absolute;
  display: block;
  bottom: 30px;
  right: 30px;
  background: #CE1126;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url("../img/read-more.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.news-items .news-item .news-item-content .news-item-image .read-more:hover {
  background-image: url("../img/read-more-hover.svg");
}
.news-items .news-item .news-item-content .news-item-image .read-more:before, .news-items .news-item .news-item-content .news-item-image .read-more:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.news-items .news-item .news-item-content .news-item-image .read-more:hover:before {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
}
.news-items .news-item .news-item-content .news-item-image .read-more:hover:after {
  -webkit-box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
}
.news-items .news-item.full {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.news-items .news-item.full .news-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  background: none;
}
.news-items .news-item.full .news-item-content .news-item-header {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
}
.news-items .news-item.full .news-item-content .news-item-header .news-item-header-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  height: 100%;
  border-radius: 15px;
  position: relative;
}
.news-items .news-item.full .news-item-content .news-item-header .news-item-header-content .read-more {
  position: absolute;
  display: block;
  bottom: 30px;
  right: 30px;
  background: #CE1126;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-image: url("../img/read-more.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.news-items .news-item.full .news-item-content .news-item-header .news-item-header-content .read-more:hover {
  background-image: url("../img/read-more-hover.svg");
}
.news-items .news-item.full .news-item-content .news-item-header .news-item-header-content .read-more:before, .news-items .news-item.full .news-item-content .news-item-header .news-item-header-content .read-more:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.news-items .news-item.full .news-item-content .news-item-header .news-item-header-content .read-more:hover:before {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
}
.news-items .news-item.full .news-item-content .news-item-header .news-item-header-content .read-more:hover:after {
  -webkit-box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
}
.news-items .news-item.full .news-item-content .news-item-image {
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.7%;
          flex: 0 1 66.7%;
}

.main-faq {
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 140px;
}
.main-faq .section-title {
  margin-bottom: 50px;
}
.main-faq .faq-items {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-faq .faq-items .faq-items-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 10px;
}
.main-faq .faq-items .faq-item {
  margin-bottom: 20px;
}
.main-faq .faq-items .faq-item .faq-item-content {
  padding: 50px 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 15px;
}
.main-faq .faq-items .faq-item .faq-item-content .faq-item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: uppercase;
  position: relative;
  padding-right: 85px;
  cursor: pointer;
}
.main-faq .faq-items .faq-item .faq-item-content .faq-item-title .faq-toggle {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  background: #CE1126;
  border-radius: 50%;
  background-image: url("../img/faq-item.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.main-faq .faq-items .faq-item .faq-item-content .faq-item-title .faq-toggle:before, .main-faq .faq-items .faq-item .faq-item-content .faq-item-title .faq-toggle:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
}
.main-faq .faq-items .faq-item .faq-item-content .faq-item-title .faq-toggle:hover:before {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: 10px 10px 20px 0px rgba(206, 17, 38, 0.25);
}
.main-faq .faq-items .faq-item .faq-item-content .faq-item-title .faq-toggle:hover:after {
  -webkit-box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
          box-shadow: -10px -10px 20px 0px rgba(206, 17, 38, 0.25);
}
.main-faq .faq-items .faq-item .faq-item-content .faq-item-title.active .faq-toggle {
  background-image: url("../img/faq-item-active.svg");
}
.main-faq .faq-items .faq-item .faq-item-content .faq-item-answer {
  display: none;
  font-size: 16px;
  padding-top: 30px;
  padding-right: 85px;
}

footer {
  position: relative;
  z-index: 2;
}
footer .footer-row {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-row .footer-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-right: 10px;
}
footer .footer-row .footer-left .footer-logo {
  margin-bottom: 30px;
}
footer .footer-row .footer-left .footer-subtitle {
  font-size: 16px;
  max-width: 517px;
  margin-bottom: 38px;
}
footer .footer-row .footer-left .footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item {
  margin-bottom: 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 30px;
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item .contact-item-image {
  width: 48px;
  height: 48px;
  background: #CE1126;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item .contact-item-content {
  padding-left: 15px;
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item .contact-item-content .contact-item-label {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2px;
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item .contact-item-content .contact-item-value {
  font-size: 18px;
  font-weight: 400;
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item .contact-item-content .contact-item-value a {
  color: #fff;
  text-decoration: none;
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item.contact-phone .contact-item-image {
  background-image: url("../img/contact-phone.svg");
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item.contact-email .contact-item-image {
  background-image: url("../img/contact-email.svg");
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item.contact-email .contact-item-content .contact-item-value a {
  text-decoration: underline;
}
footer .footer-row .footer-left .footer-contacts .footer-contact-item.contact-address .contact-item-image {
  background-image: url("../img/contact-address.svg");
}
footer .footer-row .footer-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding-left: 10px;
}
footer .footer-row .footer-right .newsletter .newsletter-title {
  font-size: 55px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
}
footer .footer-row .footer-right .newsletter .newsletter-subtitle {
  font-size: 16px;
  max-width: 575px;
  margin-bottom: 15px;
}
footer .footer-row .footer-right .newsletter form .form-field {
  margin-bottom: 40px;
}
footer .footer-row .footer-right .newsletter form .form-field input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 20px 0;
}
footer .footer-row .footer-right .newsletter form .form-field input::-webkit-input-placeholder {
  color: #fff;
}
footer .footer-row .footer-right .newsletter form .form-field input::-moz-placeholder {
  color: #fff;
}
footer .footer-row .footer-right .newsletter form .form-field input:-ms-input-placeholder {
  color: #fff;
}
footer .footer-row .footer-right .newsletter form .form-field input::-ms-input-placeholder {
  color: #fff;
}
footer .footer-row .footer-right .newsletter form .form-field input::placeholder {
  color: #fff;
}
footer .footer-row .footer-right .newsletter form .form-btn .btn {
  width: 100%;
}
footer .footer-row .footer-right .newsletter form .form-btn .btn-animation {
  margin-left: 45px;
}
footer .footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
footer .footer-bottom .footer-link a {
  color: #fff;
  text-decoration: underline;
  font-weight: 400;
  text-transform: uppercase;
}

.social-list {
  position: relative;
}
.social-list ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.social-list ul li {
  display: inline-block;
  margin-right: 10px;
}
.social-list ul li:last-child {
  margin-right: 0;
}
.social-list ul li a {
  display: block;
  width: 55px;
  height: 55px;
  background: #0F0104;
  position: relative;
  border-radius: 50%;
}
.social-list ul li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 17, 38, 0.2)), to(rgba(206, 17, 38, 0.05)));
  background: linear-gradient(180deg, rgba(206, 17, 38, 0.2) 0%, rgba(206, 17, 38, 0.05) 100%);
}
.social-list ul li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.social-list ul li a.instagram:after {
  background-image: url("../img/instagram.svg");
}
.social-list ul li a.facebook:after {
  background-image: url("../img/facebook.svg");
}
.social-list ul li a.linkedin:after {
  background-image: url("../img/linkedin.svg");
}
.social-list ul li a.twitter:after {
  background-image: url("../img/twitter.svg");
}
.social-list ul li a:hover {
  background-color: #fff;
}
.social-list ul li a:hover:before {
  background: none;
}
.social-list ul li a.instagram:hover:after {
  background-image: url("../img/instagram-hover.svg");
}
.social-list ul li a.facebook:hover:after {
  background-image: url("../img/facebook-hover.svg");
}
.social-list ul li a.linkedin:hover:after {
  background-image: url("../img/linkedin-hover.svg");
}
.social-list ul li a.twitter:hover:after {
  background-image: url("../img/twitter-hover.svg");
}

.section-links {
  width: 40px;
  position: fixed;
  right: 15px;
  top: 50%;
  margin-top: -135px;
  z-index: 9;
}
.section-links ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-links ul li {
  margin-bottom: 30px;
  text-align: center;
}
.section-links ul li:last-child {
  margin-bottom: 0;
}
.section-links ul li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  padding-left: 15px;
}
.section-links ul li a:hover {
  color: #CE1126;
}
.section-links ul li a.active {
  color: #CE1126;
}
.section-links ul li a.active:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 10px;
  height: 2px;
  margin-top: -1px;
  background: #CE1126;
  border-radius: 2px;
}

.breadcrumbs {
  padding-top: 35px;
  padding-bottom: 48px;
}
.breadcrumbs .breadcrumbs-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.breadcrumbs .breadcrumbs-list li {
  display: inline-block;
  position: relative;
  padding-right: 27px;
}
.breadcrumbs .breadcrumbs-list li a {
  display: inline-block;
  background: #262626;
  border-radius: 50px;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  color: #fff;
  text-decoration: none;
  opacity: 0.4;
}
.breadcrumbs .breadcrumbs-list li:first-child a {
  padding-left: 34px;
}
.breadcrumbs .breadcrumbs-list li:first-child a:before {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  top: 50%;
  width: 13px;
  height: 14px;
  margin-top: -7px;
  background-image: url("../img/home.svg");
}
.breadcrumbs .breadcrumbs-list li:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  background-image: url("../img/breadcrumbs-line.svg");
}
.breadcrumbs .breadcrumbs-list li:last-child:after {
  display: none;
}
.breadcrumbs .breadcrumbs-list li span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 50px;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}

.tmpl-news {
  padding-bottom: 70px;
}
.tmpl-news .page-title {
  margin-bottom: 60px;
}
.tmpl-news .news-items .news-item.full.image-left .news-item-content .news-item-header {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.tmpl-news .news-items .news-item.full.image-left .news-item-content .news-item-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.pagination {
  padding-top: 40px;
}
.pagination .wp-pagenavi {
  text-align: center;
}
.pagination .wp-pagenavi a, .pagination .wp-pagenavi span {
  width: 45px;
  height: 45px;
  display: inline-block;
  margin-right: 15px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  vertical-align: middle;
}
.pagination .wp-pagenavi .first:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/first.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination .wp-pagenavi .previouspostslink:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/prev.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination .wp-pagenavi .current {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 17, 38, 0.2)), to(rgba(206, 17, 38, 0.05)));
  background: linear-gradient(180deg, rgba(206, 17, 38, 0.2) 0%, rgba(206, 17, 38, 0.05) 100%);
}
.pagination .wp-pagenavi .extend {
  background: none;
}
.pagination .wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/next.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.pagination .wp-pagenavi .last:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/last.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.contact-form {
  padding-top: 70px;
  padding-bottom: 140px;
  background-image: url("../img/form-bg-small.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.contact-form .contact-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1079px;
  padding: 70px;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 15px;
  overflow: hidden;
}
.contact-form .contact-form-row .form {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 525px;
          flex: 0 0 525px;
}
.contact-form .contact-form-row .form form h2 {
  font-weight: 700;
  font-size: 55px;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-form .contact-form-row .form form h4 {
  font-size: 18px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
  text-transform: none;
}
.contact-form .contact-form-row .form form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
.contact-form .contact-form-row .form form .form-row .form-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 12px;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-field {
  margin-bottom: 10px;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-field input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 2px solid #fff;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  padding: 15px 0;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-field input::-webkit-input-placeholder {
  color: #fff;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-field input::-moz-placeholder {
  color: #fff;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-field input:-ms-input-placeholder {
  color: #fff;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-field input::-ms-input-placeholder {
  color: #fff;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-field input::placeholder {
  color: #fff;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-label {
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 30px;
  padding-top: 20px;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-label a {
  color: #fff;
  text-decoration: underline;
}
.contact-form .contact-form-row .form form .form-row .form-col .form-btn .btn {
  width: 100%;
}
.contact-form .contact-form-row .form form .form-row.full .form-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
.contact-form .contact-form-row .form-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
}

.tmpl-post {
  padding-bottom: 140px;
}
.tmpl-post .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.tmpl-post .post-meta .post-date {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}
.tmpl-post .post-meta .post-date:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  width: 2px;
  height: 15px;
  margin-top: -8px;
  background: #fff;
  border-radius: 2px;
}
.tmpl-post .post-meta .post-time {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.6;
}
.tmpl-post .page-title {
  margin-bottom: 40px;
  text-align: center;
}
.tmpl-post .post-full-image {
  margin-bottom: 40px;
}
.tmpl-post .post-full-image img {
  border-radius: 20px;
  width: 100%;
}
.tmpl-post .post-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.tmpl-post .post-content img {
  border-radius: 20px;
}
.tmpl-post .post-content ul {
  margin-bottom: 20px;
  font-size: 14px;
}
.tmpl-post .post-content .images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.tmpl-post .post-content .images-row .image-col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 10px;
}
.tmpl-post .post-share {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tmpl-post .post-share .label {
  font-size: 20px;
  font-weight: 700;
  margin-right: 40px;
  text-transform: uppercase;
}
.tmpl-post .post-share ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tmpl-post .post-share ul li {
  display: inline-block;
  margin-right: 20px;
}
.tmpl-post .post-share ul li:last-child {
  margin-right: 0;
}
.tmpl-post .post-share ul li a {
  display: block;
  width: 50px;
  height: 50px;
  background: #0F0104;
  position: relative;
  border-radius: 50%;
}
.tmpl-post .post-share ul li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 17, 38, 0.2)), to(rgba(206, 17, 38, 0.05)));
  background: linear-gradient(180deg, rgba(206, 17, 38, 0.2) 0%, rgba(206, 17, 38, 0.05) 100%);
}
.tmpl-post .post-share ul li a:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.tmpl-post .post-share ul li a.facebook:after {
  background-image: url("../img/share-facebook.svg");
}
.tmpl-post .post-share ul li a.linkedin:after {
  background-image: url("../img/share-linkedin.svg");
}

.tmpl-single-service {
  padding-bottom: 0;
}
.tmpl-single-service .sevice-item {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-service-list {
  overflow: hidden;
}
.single-service-list .service-list {
  padding-bottom: 60px;
  padding-top: 57px;
  margin: 0 -15px;
}
.single-service-list .service-list .service-list-item {
  padding: 3px 15px 0 15px;
}
.single-service-list .service-list .service-list-item .service-list-item-content {
  position: relative;
  background-image: url("../img/service-list-item-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 425px;
  padding: 7px 25px 25px 25px;
  border-radius: 30px;
  margin-top: 30px;
}
.single-service-list .service-list .service-list-item .service-list-item-content .item-number {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 82px;
}
.single-service-list .service-list .service-list-item .service-list-item-content .item-number span {
  color: #CE1126;
}
.single-service-list .service-list .service-list-item .service-list-item-content .item-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.single-service-list .service-list .service-list-item .service-list-item-content .item-desc {
  font-size: 16px;
  font-weight: 300;
}
.single-service-list .service-list .service-list-item:nth-child(2n) .service-list-item-content {
  margin-top: 0;
}

.service-list-mobile-btn-wrap {
  display: none;
}

.service-list-btn-wrap .prev-btn, .service-list-btn-wrap .next-btn {
  display: inline-block;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-position: center center;
}
.service-list-btn-wrap .prev-btn {
  background-image: url("../img/slider-prev.svg");
  margin-right: 40px;
}
.service-list-btn-wrap .prev-btn:hover {
  background-image: url("../img/slider-prev-hover.svg");
}
.service-list-btn-wrap .next-btn {
  background-image: url("../img/slider-next.svg");
}
.service-list-btn-wrap .next-btn:hover {
  background-image: url("../img/slider-next-hover.svg");
}

.sevice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sevice-item .page-title, .sevice-item .section-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 750px;
}
.sevice-item .service-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 264px;
          flex: 0 0 264px;
  font-size: 16px;
  font-weight: 400;
  max-width: 264px;
  padding: 0 15px;
}
.sevice-item .service-btn .btn {
  width: 230px;
  max-width: 100%;
}
.sevice-item .service-person {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 232px;
          flex: 0 0 232px;
}
.sevice-item .service-person .person-image {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 50%;
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.sevice-item .service-person .person-desc {
  padding-left: 15px;
}
.sevice-item .service-person .person-desc .person-title {
  font-size: 18px;
  font-weight: 700;
}
.sevice-item .service-person .person-desc .person-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.single-service-why {
  padding-top: 70px;
  padding-bottom: 70px;
}
.single-service-why .why-items {
  padding-bottom: 0;
}

.other-service {
  padding-top: 50px;
  padding-bottom: 70px;
}

.tmpl-about {
  padding-bottom: 70px;
}
.tmpl-about .about-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tmpl-about .about-row .about-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 43%;
          flex: 0 1 43%;
  padding-right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tmpl-about .about-row .about-left .about-header .page-title {
  margin-bottom: 25px;
}
.tmpl-about .about-row .about-left .about-header .page-subtitle {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 25px;
}
.tmpl-about .about-row .about-left .about-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.tmpl-about .about-row .about-left .about-numbers .numbers-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  margin-bottom: 30px;
}
.tmpl-about .about-row .about-left .about-numbers .numbers-item .numbers-item-value {
  font-size: 65px;
  font-weight: 600;
}
.tmpl-about .about-row .about-left .about-numbers .numbers-item .numbers-item-label {
  font-size: 14px;
}
.tmpl-about .about-row .about-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57%;
          flex: 0 1 57%;
}

.team {
  overflow: hidden;
  padding-bottom: 140px;
}
.team .section-title {
  margin-bottom: 50px;
}
.team .team-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.team .team-list .team-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  padding: 0 10px;
}
.team .team-list .team-list-item .team-list-item-content {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.02)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
  border-radius: 15px;
  min-height: 480px;
  position: relative;
}
.team .team-list .team-list-item .team-list-item-content .team-image {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
.team .team-list .team-list-item .team-list-item-content .team-image:before {
  content: "";
  position: absolute;
  display: block;
  width: 329px;
  height: 205px;
  left: auto;
  right: 0;
  bottom: 0;
  background-image: url("../img/team-image-bg.svg");
}
.team .team-list .team-list-item .team-list-item-content .team-image img {
  position: relative;
  z-index: 2;
}
.team .team-list .team-list-item .team-list-item-content .team-content {
  position: absolute;
  left: 0;
  top: 0;
  padding: 40px;
  display: none;
}
.team .team-list .team-list-item .team-list-item-content .team-content .team-social {
  margin-bottom: 30px;
}
.team .team-list .team-list-item .team-list-item-content .team-content .team-social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 17, 38, 0.2)), to(rgba(206, 17, 38, 0.05)));
  background: linear-gradient(180deg, rgba(206, 17, 38, 0.2) 0%, rgba(206, 17, 38, 0.05) 100%);
  position: relative;
  margin-right: 20px;
}
.team .team-list .team-list-item .team-list-item-content .team-content .team-social .linkedin:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../img/team-linkedin.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.team .team-list .team-list-item .team-list-item-content .team-content .team-social .phone:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../img/team-phone.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.team .team-list .team-list-item .team-list-item-content .team-content .team-social .calendly:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../img/team-c.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.team .team-list .team-list-item .team-list-item-content .team-content .team-name {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.team .team-list .team-list-item .team-list-item-content .team-content .team-content-desc {
  font-size: 16px;
  margin-bottom: 32px;
}
.team .team-list .team-list-item .team-list-item-content .team-content .team-email {
  font-size: 16px;
}
.team .team-list .team-list-item .team-list-item-content .team-content .team-email a {
  color: #fff;
  text-decoration: underline;
}
.team .team-list .team-list-item .team-list-item-content .team-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  text-align: center;
  z-index: 3;
}
.team .team-list .team-list-item .team-list-item-content .team-btn .btn-white {
  display: inline-block;
  outline: none;
  text-decoration: none;
  padding: 9px 20px;
  background: #fff;
  color: #0F0104;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
}
.team .team-list .team-list-item .team-list-item-content .team-btn .btn-white .btn-text {
  position: relative;
  padding-right: 34px;
}
.team .team-list .team-list-item .team-list-item-content .team-btn .btn-white .btn-text .btn-circle {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  margin-top: -12px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 17, 38, 0.2)), to(rgba(206, 17, 38, 0.05)));
  background: linear-gradient(180deg, rgba(206, 17, 38, 0.2) 0%, rgba(206, 17, 38, 0.05) 100%);
  border-radius: 50%;
}
.team .team-list .team-list-item .team-list-item-content .team-btn .btn-white .btn-text .btn-circle:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-image: url("../img/btn-circle.svg");
  background-repeat: no-repeat;
  background-position: center center;
}
.team .team-list .team-list-item .team-list-item-content .team-btn .btn-white.active .btn-text .btn-circle:before {
  background-image: url("../img/btn-circle-active.svg");
}
.team .team-list .team-list-item .team-list-item-content.item-active .team-image {
  display: none;
}
.team .team-list .team-list-item .team-list-item-content.item-active .team-content {
  display: block;
}

.tmpl-page {
  padding-bottom: 140px;
}
.tmpl-page .page-title {
  margin-bottom: 50px;
}
.tmpl-page .page-content a {
  text-decoration: underline;
}

.tmpl-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}
.tmpl-404 .content-404 .title-404 {
  font-size: 500px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  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;
}
.tmpl-404 .content-404 .title-404 .circle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
  height: 360px;
  margin: 0 70px;
  position: relative;
  overflow: hidden;
}
.tmpl-404 .content-404 .title-404 .circle:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  width: 360px;
  height: 360px;
  margin-top: -180px;
  border-radius: 50%;
  border: 2px solid #CE1126;
}
.tmpl-404 .content-404 .desc-404 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tmpl-404 .content-404 .desc-404 .desc-text {
  font-size: 16px;
  font-weight: 400;
  max-width: 376px;
}
.tmpl-404 .content-404 .desc-404 .desc-btn .btn {
  width: 220px;
  max-width: 100%;
}

.tmpl-form {
  padding-top: 0;
}

.tmpl-thank {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("../img/thank-bg.png");
  background-repeat: no-repeat;
  background-position: right top;
}
.tmpl-thank .thank-title {
  font-size: 210px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.tmpl-thank .thank-desc {
  font-size: 16px;
  max-width: 780px;
  margin-bottom: 65px;
}
.tmpl-thank .thank-btn .btn {
  width: 220px;
  max-width: 100%;
}

.small-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99;
}
.small-cookies .cookies-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1270px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  background-color: #0F0104;
  padding: 40px;
  overflow: hidden;
}
.small-cookies .cookies-row:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 17, 38, 0.2)), to(rgba(206, 17, 38, 0.05)));
  background: linear-gradient(180deg, rgba(206, 17, 38, 0.2) 0%, rgba(206, 17, 38, 0.05) 100%);
}
.small-cookies .cookies-row .cookies-text {
  padding-left: 75px;
  padding-right: 35px;
  position: relative;
}
.small-cookies .cookies-row .cookies-text:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: -20px;
  width: 79px;
  height: 94px;
  background-image: url("../img/cookies-image.svg");
}
.small-cookies .cookies-row .cookies-text a {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.small-cookies .cookies-row .cookies-btn {
  padding: 0 15px;
}
.small-cookies .cookies-row .cookies-btn .btn-red {
  padding-left: 0;
  padding-right: 0;
  width: 220px;
  max-width: 100%;
}
.small-cookies .cookies-row .cookies-btn .btn-white {
  background: #fff;
  color: #0F0104;
  padding-left: 46px;
  padding-right: 46px;
}
.small-cookies .cookies-row .cookies-btn .btn-white:hover {
  background: #CE1126;
  color: #fff;
  text-decoration: none;
}

.single-service-form {
  padding-bottom: 50px;
}

.service-payment {
  padding-bottom: 140px;
}
.service-payment .service-payment-content {
  font-size: 16px;
  max-width: 875px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#preloader {
  display: block;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
#preloader video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#preloader-mobile {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999;
}
#preloader-mobile video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body.loaded #preloader {
  display: none;
}
body.loaded #preloader-mobile {
  display: none;
}